@telus-uds/palette-allium 0.1.0-prerelease.5 → 1.0.0-prerelease.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +102 -0
- package/README.md +3 -27
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +2 -2
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +2 -1
- package/build/android/size.xml +9 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +2 -2
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +2 -1
- package/build/ios/Size.swift +9 -1
- package/build/rn/fonts/index.js +4 -4
- package/build/rn/icons/Accessible.js +26 -0
- package/build/rn/icons/Accessible.native.js +26 -0
- package/build/rn/icons/Add.js +27 -0
- package/build/rn/icons/Add.native.js +27 -0
- package/build/rn/icons/AddUser.js +26 -0
- package/build/rn/icons/AddUser.native.js +26 -0
- package/build/rn/icons/AlarmClock.js +26 -0
- package/build/rn/icons/AlarmClock.native.js +26 -0
- package/build/rn/icons/Ambulance.js +27 -0
- package/build/rn/icons/Ambulance.native.js +27 -0
- package/build/rn/icons/ArrowDown.js +26 -0
- package/build/rn/icons/ArrowDown.native.js +26 -0
- package/build/rn/icons/ArrowLeft.js +27 -0
- package/build/rn/icons/ArrowLeft.native.js +27 -0
- package/build/rn/icons/ArrowRight.js +27 -0
- package/build/rn/icons/ArrowRight.native.js +27 -0
- package/build/rn/icons/ArrowUp.js +26 -0
- package/build/rn/icons/ArrowUp.native.js +26 -0
- package/build/rn/icons/ArtificialIntelligence.js +25 -0
- package/build/rn/icons/ArtificialIntelligence.native.js +25 -0
- package/build/rn/icons/Attention.js +26 -0
- package/build/rn/icons/Attention.native.js +26 -0
- package/build/rn/icons/Award.js +26 -0
- package/build/rn/icons/Award.native.js +26 -0
- package/build/rn/icons/Baby.js +26 -0
- package/build/rn/icons/Baby.native.js +26 -0
- package/build/rn/icons/BabyBoy.js +26 -0
- package/build/rn/icons/BabyBoy.native.js +26 -0
- package/build/rn/icons/BabyGirl.js +26 -0
- package/build/rn/icons/BabyGirl.native.js +26 -0
- package/build/rn/icons/BackToSchool.js +26 -0
- package/build/rn/icons/BackToSchool.native.js +26 -0
- package/build/rn/icons/Bank.js +26 -0
- package/build/rn/icons/Bank.native.js +26 -0
- package/build/rn/icons/BatteryCar.js +25 -0
- package/build/rn/icons/BatteryCar.native.js +25 -0
- package/build/rn/icons/BatteryCharging.js +26 -0
- package/build/rn/icons/BatteryCharging.native.js +26 -0
- package/build/rn/icons/Bell.js +26 -0
- package/build/rn/icons/Bell.native.js +26 -0
- package/build/rn/icons/Bill.js +26 -0
- package/build/rn/icons/Bill.native.js +26 -0
- package/build/rn/icons/Bookmark.js +26 -0
- package/build/rn/icons/Bookmark.native.js +26 -0
- package/build/rn/icons/Briefcase.js +26 -0
- package/build/rn/icons/Briefcase.native.js +26 -0
- package/build/rn/icons/BulletFill.js +27 -0
- package/build/rn/icons/BulletFill.native.js +27 -0
- package/build/rn/icons/Calendar.js +26 -0
- package/build/rn/icons/Calendar.native.js +26 -0
- package/build/rn/icons/Call.js +26 -0
- package/build/rn/icons/Call.native.js +26 -0
- package/build/rn/icons/CallForward.js +26 -0
- package/build/rn/icons/CallForward.native.js +26 -0
- package/build/rn/icons/CallOut.js +26 -0
- package/build/rn/icons/CallOut.native.js +26 -0
- package/build/rn/icons/CallReceive.js +26 -0
- package/build/rn/icons/CallReceive.native.js +26 -0
- package/build/rn/icons/CallTalking.js +26 -0
- package/build/rn/icons/CallTalking.native.js +26 -0
- package/build/rn/icons/Camera.js +26 -0
- package/build/rn/icons/Camera.native.js +26 -0
- package/build/rn/icons/Car.js +25 -0
- package/build/rn/icons/Car.native.js +25 -0
- package/build/rn/icons/CaretDown.js +27 -0
- package/build/rn/icons/CaretDown.native.js +27 -0
- package/build/rn/icons/CaretUp.js +27 -0
- package/build/rn/icons/CaretUp.native.js +27 -0
- package/build/rn/icons/CartEmptyBold.js +26 -0
- package/build/rn/icons/CartEmptyBold.native.js +26 -0
- package/build/rn/icons/CartFilledBold.js +31 -0
- package/build/rn/icons/CartFilledBold.native.js +31 -0
- package/build/rn/icons/Channels.js +26 -0
- package/build/rn/icons/Channels.native.js +26 -0
- package/build/rn/icons/ChartsBar1.js +26 -0
- package/build/rn/icons/ChartsBar1.native.js +26 -0
- package/build/rn/icons/ChartsBar2.js +25 -0
- package/build/rn/icons/ChartsBar2.native.js +25 -0
- package/build/rn/icons/ChartsLine.js +26 -0
- package/build/rn/icons/ChartsLine.native.js +26 -0
- package/build/rn/icons/Chat1.js +26 -0
- package/build/rn/icons/Chat1.native.js +26 -0
- package/build/rn/icons/Chat2.js +26 -0
- package/build/rn/icons/Chat2.native.js +26 -0
- package/build/rn/icons/ChatSupport.js +26 -0
- package/build/rn/icons/ChatSupport.native.js +26 -0
- package/build/rn/icons/Check.js +25 -0
- package/build/rn/icons/Check.native.js +25 -0
- package/build/rn/icons/Checkmark.js +26 -0
- package/build/rn/icons/Checkmark.native.js +26 -0
- package/build/rn/icons/ChevronLeft.js +27 -0
- package/build/rn/icons/ChevronLeft.native.js +27 -0
- package/build/rn/icons/ChevronRight.js +27 -0
- package/build/rn/icons/ChevronRight.native.js +27 -0
- package/build/rn/icons/Clipboard.js +26 -0
- package/build/rn/icons/Clipboard.native.js +26 -0
- package/build/rn/icons/Close.js +27 -0
- package/build/rn/icons/Close.native.js +27 -0
- package/build/rn/icons/ClosedCaptions.js +25 -0
- package/build/rn/icons/ClosedCaptions.native.js +25 -0
- package/build/rn/icons/CloudDownload.js +26 -0
- package/build/rn/icons/CloudDownload.native.js +26 -0
- package/build/rn/icons/CloudSync.js +26 -0
- package/build/rn/icons/CloudSync.native.js +26 -0
- package/build/rn/icons/CloudUpload.js +26 -0
- package/build/rn/icons/CloudUpload.native.js +26 -0
- package/build/rn/icons/Collaboration.js +25 -0
- package/build/rn/icons/Collaboration.native.js +25 -0
- package/build/rn/icons/Compass.js +26 -0
- package/build/rn/icons/Compass.native.js +26 -0
- package/build/rn/icons/ComputerNetwork.js +26 -0
- package/build/rn/icons/ComputerNetwork.native.js +26 -0
- package/build/rn/icons/Contract.js +26 -0
- package/build/rn/icons/Contract.native.js +26 -0
- package/build/rn/icons/CreditCard.js +26 -0
- package/build/rn/icons/CreditCard.native.js +26 -0
- package/build/rn/icons/Cronometer.js +26 -0
- package/build/rn/icons/Cronometer.native.js +26 -0
- package/build/rn/icons/CssActivations.js +25 -0
- package/build/rn/icons/CssActivations.native.js +25 -0
- package/build/rn/icons/DataLimit.js +26 -0
- package/build/rn/icons/DataLimit.native.js +26 -0
- package/build/rn/icons/Deals.js +26 -0
- package/build/rn/icons/Deals.native.js +26 -0
- package/build/rn/icons/Delete.js +26 -0
- package/build/rn/icons/Delete.native.js +26 -0
- package/build/rn/icons/Delivery.js +26 -0
- package/build/rn/icons/Delivery.native.js +26 -0
- package/build/rn/icons/Devices.js +26 -0
- package/build/rn/icons/Devices.native.js +26 -0
- package/build/rn/icons/Diagram.js +26 -0
- package/build/rn/icons/Diagram.native.js +26 -0
- package/build/rn/icons/Diamond.js +25 -0
- package/build/rn/icons/Diamond.native.js +25 -0
- package/build/rn/icons/Direction.js +26 -0
- package/build/rn/icons/Direction.native.js +26 -0
- package/build/rn/icons/Document.js +26 -0
- package/build/rn/icons/Document.native.js +26 -0
- package/build/rn/icons/Donate.js +25 -0
- package/build/rn/icons/Donate.native.js +25 -0
- package/build/rn/icons/Download.js +26 -0
- package/build/rn/icons/Download.native.js +26 -0
- package/build/rn/icons/DownloadPdf.js +26 -0
- package/build/rn/icons/DownloadPdf.native.js +26 -0
- package/build/rn/icons/DownloadPdfs.js +26 -0
- package/build/rn/icons/DownloadPdfs.native.js +26 -0
- package/build/rn/icons/Email.js +26 -0
- package/build/rn/icons/Email.native.js +26 -0
- package/build/rn/icons/Escalations.js +25 -0
- package/build/rn/icons/Escalations.native.js +25 -0
- package/build/rn/icons/FavouriteNetwork.js +26 -0
- package/build/rn/icons/FavouriteNetwork.native.js +26 -0
- package/build/rn/icons/Files.js +26 -0
- package/build/rn/icons/Files.native.js +26 -0
- package/build/rn/icons/Fingerprint.js +26 -0
- package/build/rn/icons/Fingerprint.native.js +26 -0
- package/build/rn/icons/Firewall.js +26 -0
- package/build/rn/icons/Firewall.native.js +26 -0
- package/build/rn/icons/Flag.js +25 -0
- package/build/rn/icons/Flag.native.js +25 -0
- package/build/rn/icons/FullscreenExpand.js +25 -0
- package/build/rn/icons/FullscreenExpand.native.js +25 -0
- package/build/rn/icons/FullscreenMinimize.js +25 -0
- package/build/rn/icons/FullscreenMinimize.native.js +25 -0
- package/build/rn/icons/Gift.js +26 -0
- package/build/rn/icons/Gift.native.js +26 -0
- package/build/rn/icons/Globe1.js +25 -0
- package/build/rn/icons/Globe1.native.js +25 -0
- package/build/rn/icons/Globe2.js +25 -0
- package/build/rn/icons/Globe2.native.js +25 -0
- package/build/rn/icons/HeadBoth.js +26 -0
- package/build/rn/icons/HeadBoth.native.js +26 -0
- package/build/rn/icons/HeadFemale.js +26 -0
- package/build/rn/icons/HeadFemale.native.js +26 -0
- package/build/rn/icons/HeadMale.js +26 -0
- package/build/rn/icons/HeadMale.native.js +26 -0
- package/build/rn/icons/Headset.js +26 -0
- package/build/rn/icons/Headset.native.js +26 -0
- package/build/rn/icons/Heart.js +26 -0
- package/build/rn/icons/Heart.native.js +26 -0
- package/build/rn/icons/Heartbeat.js +26 -0
- package/build/rn/icons/Heartbeat.native.js +26 -0
- package/build/rn/icons/Helpdesk.js +25 -0
- package/build/rn/icons/Helpdesk.native.js +25 -0
- package/build/rn/icons/Home.js +26 -0
- package/build/rn/icons/Home.native.js +26 -0
- package/build/rn/icons/HomeSecurity.js +26 -0
- package/build/rn/icons/HomeSecurity.native.js +26 -0
- package/build/rn/icons/IDTag.js +26 -0
- package/build/rn/icons/IDTag.native.js +26 -0
- package/build/rn/icons/Infinite.js +26 -0
- package/build/rn/icons/Infinite.native.js +26 -0
- package/build/rn/icons/Information.js +26 -0
- package/build/rn/icons/Information.native.js +26 -0
- package/build/rn/icons/Internet.js +26 -0
- package/build/rn/icons/Internet.native.js +26 -0
- package/build/rn/icons/Invisible.js +25 -0
- package/build/rn/icons/Invisible.native.js +25 -0
- package/build/rn/icons/Key.js +26 -0
- package/build/rn/icons/Key.native.js +26 -0
- package/build/rn/icons/Laptop.js +26 -0
- package/build/rn/icons/Laptop.native.js +26 -0
- package/build/rn/icons/Layers.js +26 -0
- package/build/rn/icons/Layers.native.js +26 -0
- package/build/rn/icons/Lifesaver.js +25 -0
- package/build/rn/icons/Lifesaver.native.js +25 -0
- package/build/rn/icons/Lightbulb.js +26 -0
- package/build/rn/icons/Lightbulb.native.js +26 -0
- package/build/rn/icons/LinkExternal.js +26 -0
- package/build/rn/icons/LinkExternal.native.js +26 -0
- package/build/rn/icons/LocationAdd.js +26 -0
- package/build/rn/icons/LocationAdd.native.js +26 -0
- package/build/rn/icons/LocationHome.js +26 -0
- package/build/rn/icons/LocationHome.native.js +26 -0
- package/build/rn/icons/LocationIneligible.js +26 -0
- package/build/rn/icons/LocationIneligible.native.js +26 -0
- package/build/rn/icons/LocationMap.js +25 -0
- package/build/rn/icons/LocationMap.native.js +25 -0
- package/build/rn/icons/LocationRegular.js +25 -0
- package/build/rn/icons/LocationRegular.native.js +25 -0
- package/build/rn/icons/LocationRemove.js +26 -0
- package/build/rn/icons/LocationRemove.native.js +26 -0
- package/build/rn/icons/LocationSuccess.js +26 -0
- package/build/rn/icons/LocationSuccess.native.js +26 -0
- package/build/rn/icons/LocationVerified.js +26 -0
- package/build/rn/icons/LocationVerified.native.js +26 -0
- package/build/rn/icons/LockClosed.js +26 -0
- package/build/rn/icons/LockClosed.native.js +26 -0
- package/build/rn/icons/LockOpened.js +26 -0
- package/build/rn/icons/LockOpened.native.js +26 -0
- package/build/rn/icons/LoginForm.js +26 -0
- package/build/rn/icons/LoginForm.native.js +26 -0
- package/build/rn/icons/Map.js +26 -0
- package/build/rn/icons/Map.native.js +26 -0
- package/build/rn/icons/Medical.js +26 -0
- package/build/rn/icons/Medical.native.js +26 -0
- package/build/rn/icons/Messaging.js +26 -0
- package/build/rn/icons/Messaging.native.js +26 -0
- package/build/rn/icons/Mobility.js +26 -0
- package/build/rn/icons/Mobility.native.js +26 -0
- package/build/rn/icons/Movie.js +25 -0
- package/build/rn/icons/Movie.native.js +25 -0
- package/build/rn/icons/Music.js +26 -0
- package/build/rn/icons/Music.native.js +26 -0
- package/build/rn/icons/Muted.js +25 -0
- package/build/rn/icons/Muted.native.js +25 -0
- package/build/rn/icons/Networking.js +26 -0
- package/build/rn/icons/Networking.native.js +26 -0
- package/build/rn/icons/News.js +26 -0
- package/build/rn/icons/News.native.js +26 -0
- package/build/rn/icons/NextGenFirewall.js +26 -0
- package/build/rn/icons/NextGenFirewall.native.js +26 -0
- package/build/rn/icons/NoContract.js +27 -0
- package/build/rn/icons/NoContract.native.js +27 -0
- package/build/rn/icons/NotifyBold.js +26 -0
- package/build/rn/icons/NotifyBold.native.js +26 -0
- package/build/rn/icons/Office.js +26 -0
- package/build/rn/icons/Office.native.js +26 -0
- package/build/rn/icons/Offices.js +26 -0
- package/build/rn/icons/Offices.native.js +26 -0
- package/build/rn/icons/OnDemand.js +26 -0
- package/build/rn/icons/OnDemand.native.js +26 -0
- package/build/rn/icons/OnTheGo.js +26 -0
- package/build/rn/icons/OnTheGo.native.js +26 -0
- package/build/rn/icons/OnlineSecurity.js +27 -0
- package/build/rn/icons/OnlineSecurity.native.js +27 -0
- package/build/rn/icons/Paperless.js +27 -0
- package/build/rn/icons/Paperless.native.js +27 -0
- package/build/rn/icons/Passport.js +26 -0
- package/build/rn/icons/Passport.native.js +26 -0
- package/build/rn/icons/Pause.js +25 -0
- package/build/rn/icons/Pause.native.js +25 -0
- package/build/rn/icons/Phone.js +27 -0
- package/build/rn/icons/Phone.native.js +27 -0
- package/build/rn/icons/PhoneBusiness.js +26 -0
- package/build/rn/icons/PhoneBusiness.native.js +26 -0
- package/build/rn/icons/PhoneHome.js +26 -0
- package/build/rn/icons/PhoneHome.native.js +26 -0
- package/build/rn/icons/PhoneReception.js +26 -0
- package/build/rn/icons/PhoneReception.native.js +26 -0
- package/build/rn/icons/Photo.js +26 -0
- package/build/rn/icons/Photo.native.js +26 -0
- package/build/rn/icons/Photos.js +26 -0
- package/build/rn/icons/Photos.native.js +26 -0
- package/build/rn/icons/PiggyBank.js +26 -0
- package/build/rn/icons/PiggyBank.native.js +26 -0
- package/build/rn/icons/PikTV.js +26 -0
- package/build/rn/icons/PikTV.native.js +26 -0
- package/build/rn/icons/Play.js +26 -0
- package/build/rn/icons/Play.native.js +26 -0
- package/build/rn/icons/PlaySolid.js +27 -0
- package/build/rn/icons/PlaySolid.native.js +27 -0
- package/build/rn/icons/PlayVideo.js +27 -0
- package/build/rn/icons/PlayVideo.native.js +27 -0
- package/build/rn/icons/Preference.js +26 -0
- package/build/rn/icons/Preference.native.js +26 -0
- package/build/rn/icons/Print.js +26 -0
- package/build/rn/icons/Print.native.js +26 -0
- package/build/rn/icons/PrivateCloud.js +26 -0
- package/build/rn/icons/PrivateCloud.native.js +26 -0
- package/build/rn/icons/Profile.js +26 -0
- package/build/rn/icons/Profile.native.js +26 -0
- package/build/rn/icons/ProfileBold.js +26 -0
- package/build/rn/icons/ProfileBold.native.js +26 -0
- package/build/rn/icons/Question.js +27 -0
- package/build/rn/icons/Question.native.js +27 -0
- package/build/rn/icons/QuoteLeft.js +28 -0
- package/build/rn/icons/QuoteLeft.native.js +28 -0
- package/build/rn/icons/Radar.js +26 -0
- package/build/rn/icons/Radar.native.js +26 -0
- package/build/rn/icons/Receipt.js +26 -0
- package/build/rn/icons/Receipt.native.js +26 -0
- package/build/rn/icons/Record.js +25 -0
- package/build/rn/icons/Record.native.js +25 -0
- package/build/rn/icons/Refresh.js +26 -0
- package/build/rn/icons/Refresh.native.js +26 -0
- package/build/rn/icons/RemoteControl.js +26 -0
- package/build/rn/icons/RemoteControl.native.js +26 -0
- package/build/rn/icons/Replay.js +25 -0
- package/build/rn/icons/Replay.native.js +25 -0
- package/build/rn/icons/Router.js +26 -0
- package/build/rn/icons/Router.native.js +26 -0
- package/build/rn/icons/Search.js +26 -0
- package/build/rn/icons/Search.native.js +26 -0
- package/build/rn/icons/SearchBold.js +25 -0
- package/build/rn/icons/SearchBold.native.js +25 -0
- package/build/rn/icons/SecurityCamera.js +26 -0
- package/build/rn/icons/SecurityCamera.native.js +26 -0
- package/build/rn/icons/SecurityHouse.js +26 -0
- package/build/rn/icons/SecurityHouse.native.js +26 -0
- package/build/rn/icons/SecurityMobile.js +26 -0
- package/build/rn/icons/SecurityMobile.native.js +26 -0
- package/build/rn/icons/SecuritySettings.js +26 -0
- package/build/rn/icons/SecuritySettings.native.js +26 -0
- package/build/rn/icons/Server.js +26 -0
- package/build/rn/icons/Server.native.js +26 -0
- package/build/rn/icons/ServiceTruck.js +26 -0
- package/build/rn/icons/ServiceTruck.native.js +26 -0
- package/build/rn/icons/Settings.js +26 -0
- package/build/rn/icons/Settings.native.js +26 -0
- package/build/rn/icons/SettingsBold.js +26 -0
- package/build/rn/icons/SettingsBold.native.js +26 -0
- package/build/rn/icons/SettingsSolid.js +25 -0
- package/build/rn/icons/SettingsSolid.native.js +25 -0
- package/build/rn/icons/SharedAccount.js +26 -0
- package/build/rn/icons/SharedAccount.native.js +26 -0
- package/build/rn/icons/Shop.js +26 -0
- package/build/rn/icons/Shop.native.js +26 -0
- package/build/rn/icons/SignPost.js +26 -0
- package/build/rn/icons/SignPost.native.js +26 -0
- package/build/rn/icons/Signal.js +26 -0
- package/build/rn/icons/Signal.native.js +26 -0
- package/build/rn/icons/SimCard.js +26 -0
- package/build/rn/icons/SimCard.native.js +26 -0
- package/build/rn/icons/Soccer.js +26 -0
- package/build/rn/icons/Soccer.native.js +26 -0
- package/build/rn/icons/Speaker.js +26 -0
- package/build/rn/icons/Speaker.native.js +26 -0
- package/build/rn/icons/SpeakerPhone.js +26 -0
- package/build/rn/icons/SpeakerPhone.native.js +26 -0
- package/build/rn/icons/Speed.js +26 -0
- package/build/rn/icons/Speed.native.js +26 -0
- package/build/rn/icons/SpeedReduced.js +26 -0
- package/build/rn/icons/SpeedReduced.native.js +26 -0
- package/build/rn/icons/StatusError.js +26 -0
- package/build/rn/icons/StatusError.native.js +26 -0
- package/build/rn/icons/StatusSuccess.js +26 -0
- package/build/rn/icons/StatusSuccess.native.js +26 -0
- package/build/rn/icons/StatusWarning.js +26 -0
- package/build/rn/icons/StatusWarning.native.js +26 -0
- package/build/rn/icons/Subtract.js +27 -0
- package/build/rn/icons/Subtract.native.js +27 -0
- package/build/rn/icons/Success.js +26 -0
- package/build/rn/icons/Success.native.js +26 -0
- package/build/rn/icons/Suitcase.js +25 -0
- package/build/rn/icons/Suitcase.native.js +25 -0
- package/build/rn/icons/Support.js +26 -0
- package/build/rn/icons/Support.native.js +26 -0
- package/build/rn/icons/TV.js +26 -0
- package/build/rn/icons/TV.native.js +26 -0
- package/build/rn/icons/TVChoiceAndFlexibility.js +27 -0
- package/build/rn/icons/TVChoiceAndFlexibility.native.js +27 -0
- package/build/rn/icons/Tablet.js +26 -0
- package/build/rn/icons/Tablet.native.js +26 -0
- package/build/rn/icons/Target.js +26 -0
- package/build/rn/icons/Target.native.js +26 -0
- package/build/rn/icons/Tasks.js +26 -0
- package/build/rn/icons/Tasks.native.js +26 -0
- package/build/rn/icons/ThumbsUp.js +25 -0
- package/build/rn/icons/ThumbsUp.native.js +25 -0
- package/build/rn/icons/Time.js +26 -0
- package/build/rn/icons/Time.native.js +26 -0
- package/build/rn/icons/Times.js +26 -0
- package/build/rn/icons/Times.native.js +26 -0
- package/build/rn/icons/TowTruck.js +25 -0
- package/build/rn/icons/TowTruck.native.js +25 -0
- package/build/rn/icons/Transmitter.js +26 -0
- package/build/rn/icons/Transmitter.native.js +26 -0
- package/build/rn/icons/Unmuted.js +27 -0
- package/build/rn/icons/Unmuted.native.js +27 -0
- package/build/rn/icons/Upload.js +26 -0
- package/build/rn/icons/Upload.native.js +26 -0
- package/build/rn/icons/UploadToCloud.js +26 -0
- package/build/rn/icons/UploadToCloud.native.js +26 -0
- package/build/rn/icons/UsbCable.js +26 -0
- package/build/rn/icons/UsbCable.native.js +26 -0
- package/build/rn/icons/User.js +26 -0
- package/build/rn/icons/User.native.js +26 -0
- package/build/rn/icons/UserAddBold.js +26 -0
- package/build/rn/icons/UserAddBold.native.js +26 -0
- package/build/rn/icons/Users.js +26 -0
- package/build/rn/icons/Users.native.js +26 -0
- package/build/rn/icons/VideoChat.js +26 -0
- package/build/rn/icons/VideoChat.native.js +26 -0
- package/build/rn/icons/VideoGames.js +26 -0
- package/build/rn/icons/VideoGames.native.js +26 -0
- package/build/rn/icons/Visible.js +26 -0
- package/build/rn/icons/Visible.native.js +26 -0
- package/build/rn/icons/Warranty.js +26 -0
- package/build/rn/icons/Warranty.native.js +26 -0
- package/build/rn/icons/Watch.js +26 -0
- package/build/rn/icons/Watch.native.js +26 -0
- package/build/rn/icons/WifiBoost.js +26 -0
- package/build/rn/icons/WifiBoost.native.js +26 -0
- package/build/rn/icons/WifiCloud.js +26 -0
- package/build/rn/icons/WifiCloud.native.js +26 -0
- package/build/rn/icons/accessible.icon.svg +1 -4
- package/build/rn/icons/add-user.icon.svg +1 -4
- package/build/rn/icons/add.icon.svg +3 -0
- package/build/rn/icons/alarm-clock.icon.svg +1 -4
- package/build/rn/icons/ambulance.icon.svg +2 -44
- package/build/rn/icons/arrow-down.icon.svg +1 -5
- package/build/rn/icons/arrow-left.icon.svg +1 -1
- package/build/rn/icons/arrow-right.icon.svg +1 -1
- package/build/rn/icons/arrow-up.icon.svg +1 -5
- package/build/rn/icons/artificial-intelligence.icon.svg +1 -4
- package/build/rn/icons/attention.icon.svg +1 -5
- package/build/rn/icons/award.icon.svg +1 -5
- package/build/rn/icons/baby-boy.icon.svg +1 -4
- package/build/rn/icons/baby-girl.icon.svg +1 -4
- package/build/rn/icons/baby.icon.svg +1 -4
- package/build/rn/icons/back-to-school.icon.svg +1 -5
- package/build/rn/icons/bank.icon.svg +1 -4
- package/build/rn/icons/battery-car.icon.svg +1 -4
- package/build/rn/icons/battery-charging.icon.svg +1 -5
- package/build/rn/icons/bell.icon.svg +1 -5
- package/build/rn/icons/bill.icon.svg +1 -5
- package/build/rn/icons/bookmark.icon.svg +1 -5
- package/build/rn/icons/briefcase.icon.svg +1 -5
- package/build/rn/icons/bullet-fill.icon.svg +1 -0
- package/build/rn/icons/calendar.icon.svg +1 -4
- package/build/rn/icons/call-forward.icon.svg +1 -5
- package/build/rn/icons/call-out.icon.svg +1 -5
- package/build/rn/icons/call-receive.icon.svg +1 -5
- package/build/rn/icons/call-talking.icon.svg +1 -5
- package/build/rn/icons/call.icon.svg +1 -5
- package/build/rn/icons/camera.icon.svg +1 -5
- package/build/rn/icons/car.icon.svg +1 -4
- package/build/rn/icons/caret-down.icon.svg +2 -2
- package/build/rn/icons/caret-up.icon.svg +2 -2
- package/build/rn/icons/cart-empty-bold.icon.svg +3 -0
- package/build/rn/icons/cart-filled-bold.icon.svg +10 -0
- package/build/rn/icons/channels.icon.svg +1 -5
- package/build/rn/icons/charts-bar1.icon.svg +1 -4
- package/build/rn/icons/charts-bar2.icon.svg +1 -1
- package/build/rn/icons/charts-line.icon.svg +1 -5
- package/build/rn/icons/chat-support.icon.svg +1 -4
- package/build/rn/icons/chat1.icon.svg +1 -4
- package/build/rn/icons/chat2.icon.svg +1 -4
- package/build/rn/icons/check.icon.svg +1 -4
- package/build/rn/icons/checkmark.icon.svg +1 -4
- package/build/rn/icons/chevron-left.icon.svg +1 -1
- package/build/rn/icons/chevron-right.icon.svg +1 -1
- package/build/rn/icons/clipboard.icon.svg +1 -4
- package/build/rn/icons/close.icon.svg +3 -0
- package/build/rn/icons/cloud-download.icon.svg +1 -4
- package/build/rn/icons/cloud-sync.icon.svg +1 -5
- package/build/rn/icons/cloud-upload.icon.svg +1 -4
- package/build/rn/icons/collaboration.icon.svg +1 -1
- package/build/rn/icons/compass.icon.svg +1 -4
- package/build/rn/icons/computer-network.icon.svg +1 -4
- package/build/rn/icons/contract.icon.svg +1 -5
- package/build/rn/icons/credit-card.icon.svg +1 -5
- package/build/rn/icons/cronometer.icon.svg +1 -5
- package/build/rn/icons/css-activations.icon.svg +3 -0
- package/build/rn/icons/data-limit.icon.svg +1 -4
- package/build/rn/icons/deals.icon.svg +1 -4
- package/build/rn/icons/delete.icon.svg +3 -0
- package/build/rn/icons/delivery.icon.svg +1 -5
- package/build/rn/icons/devices.icon.svg +1 -4
- package/build/rn/icons/diagram.icon.svg +1 -4
- package/build/rn/icons/diamond.icon.svg +1 -4
- package/build/rn/icons/direction.icon.svg +1 -5
- package/build/rn/icons/document.icon.svg +1 -5
- package/build/rn/icons/donate.icon.svg +1 -1
- package/build/rn/icons/download-pdf.icon.svg +3 -0
- package/build/rn/icons/download-pdfs.icon.svg +3 -0
- package/build/rn/icons/download.icon.svg +1 -4
- package/build/rn/icons/email.icon.svg +1 -5
- package/build/rn/icons/escalations.icon.svg +3 -0
- package/build/rn/icons/favourite-network.icon.svg +1 -4
- package/build/rn/icons/files.icon.svg +1 -5
- package/build/rn/icons/fingerprint.icon.svg +1 -5
- package/build/rn/icons/firewall.icon.svg +1 -5
- package/build/rn/icons/flag.icon.svg +1 -4
- package/build/rn/icons/gift.icon.svg +1 -4
- package/build/rn/icons/globe1.icon.svg +1 -1
- package/build/rn/icons/globe2.icon.svg +1 -1
- package/build/rn/icons/head-both.icon.svg +1 -5
- package/build/rn/icons/head-female.icon.svg +1 -4
- package/build/rn/icons/head-male.icon.svg +1 -4
- package/build/rn/icons/headset.icon.svg +1 -4
- package/build/rn/icons/heart.icon.svg +1 -5
- package/build/rn/icons/heartbeat.icon.svg +1 -4
- package/build/rn/icons/helpdesk.icon.svg +3 -0
- package/build/rn/icons/home-security.icon.svg +1 -4
- package/build/rn/icons/home.icon.svg +1 -4
- package/build/rn/icons/idtag.icon.svg +1 -5
- package/build/rn/icons/index.js +641 -190
- package/build/rn/icons/infinite.icon.svg +1 -5
- package/build/rn/icons/information.icon.svg +1 -4
- package/build/rn/icons/internet.icon.svg +1 -5
- package/build/rn/icons/invisible.icon.svg +1 -4
- package/build/rn/icons/key.icon.svg +1 -5
- package/build/rn/icons/laptop.icon.svg +1 -5
- package/build/rn/icons/layers.icon.svg +1 -5
- package/build/rn/icons/lifesaver.icon.svg +1 -1
- package/build/rn/icons/lightbulb.icon.svg +1 -5
- package/build/rn/icons/link-external.icon.svg +3 -0
- package/build/rn/icons/location-add.icon.svg +1 -5
- package/build/rn/icons/location-home.icon.svg +1 -5
- package/build/rn/icons/location-ineligible.icon.svg +1 -4
- package/build/rn/icons/location-map.icon.svg +1 -1
- package/build/rn/icons/location-regular.icon.svg +1 -4
- package/build/rn/icons/location-remove.icon.svg +1 -5
- package/build/rn/icons/location-success.icon.svg +1 -4
- package/build/rn/icons/location-verified.icon.svg +1 -5
- package/build/rn/icons/lock-closed.icon.svg +1 -5
- package/build/rn/icons/lock-opened.icon.svg +1 -5
- package/build/rn/icons/login-form.icon.svg +1 -4
- package/build/rn/icons/map.icon.svg +1 -5
- package/build/rn/icons/medical.icon.svg +1 -4
- package/build/rn/icons/messaging.icon.svg +1 -5
- package/build/rn/icons/mobility.icon.svg +1 -5
- package/build/rn/icons/movie.icon.svg +1 -1
- package/build/rn/icons/music.icon.svg +1 -5
- package/build/rn/icons/networking.icon.svg +1 -4
- package/build/rn/icons/news.icon.svg +1 -5
- package/build/rn/icons/next-gen-firewall.icon.svg +1 -4
- package/build/rn/icons/no-contract.icon.svg +2 -15
- package/build/rn/icons/notify-bold.icon.svg +3 -0
- package/build/rn/icons/office.icon.svg +1 -5
- package/build/rn/icons/offices.icon.svg +1 -4
- package/build/rn/icons/on-demand.icon.svg +1 -4
- package/build/rn/icons/on-the-go.icon.svg +1 -5
- package/build/rn/icons/online-security.icon.svg +3 -0
- package/build/rn/icons/paperless.icon.svg +3 -0
- package/build/rn/icons/passport.icon.svg +1 -5
- package/build/rn/icons/phone-business.icon.svg +1 -4
- package/build/rn/icons/phone-home.icon.svg +1 -4
- package/build/rn/icons/phone-reception.icon.svg +1 -5
- package/build/rn/icons/phone.icon.svg +2 -6
- package/build/rn/icons/photo.icon.svg +1 -5
- package/build/rn/icons/photos.icon.svg +1 -4
- package/build/rn/icons/piggy-bank.icon.svg +1 -5
- package/build/rn/icons/pik-tv.icon.svg +1 -4
- package/build/rn/icons/play-video.icon.svg +3 -0
- package/build/rn/icons/play.icon.svg +1 -5
- package/build/rn/icons/preference.icon.svg +1 -4
- package/build/rn/icons/print.icon.svg +3 -0
- package/build/rn/icons/private-cloud.icon.svg +1 -5
- package/build/rn/icons/profile-bold.icon.svg +3 -0
- package/build/rn/icons/profile.icon.svg +3 -0
- package/build/rn/icons/radar.icon.svg +1 -4
- package/build/rn/icons/receipt.icon.svg +1 -5
- package/build/rn/icons/record.icon.svg +1 -4
- package/build/rn/icons/refresh.icon.svg +1 -4
- package/build/rn/icons/remote-control.icon.svg +1 -5
- package/build/rn/icons/replay.icon.svg +2 -2
- package/build/rn/icons/router.icon.svg +1 -5
- package/build/rn/icons/search-bold.icon.svg +3 -0
- package/build/rn/icons/search.icon.svg +3 -0
- package/build/rn/icons/security-camera.icon.svg +1 -5
- package/build/rn/icons/security-house.icon.svg +1 -4
- package/build/rn/icons/security-mobile.icon.svg +1 -5
- package/build/rn/icons/security-settings.icon.svg +1 -5
- package/build/rn/icons/server.icon.svg +1 -5
- package/build/rn/icons/service-truck.icon.svg +1 -5
- package/build/rn/icons/settings-bold.icon.svg +3 -0
- package/build/rn/icons/settings.icon.svg +1 -4
- package/build/rn/icons/shared-account.icon.svg +1 -5
- package/build/rn/icons/shop.icon.svg +1 -5
- package/build/rn/icons/sign-post.icon.svg +1 -4
- package/build/rn/icons/signal.icon.svg +1 -4
- package/build/rn/icons/sim-card.icon.svg +1 -5
- package/build/rn/icons/soccer.icon.svg +1 -4
- package/build/rn/icons/speaker-phone.icon.svg +1 -5
- package/build/rn/icons/speaker.icon.svg +1 -5
- package/build/rn/icons/speed-reduced.icon.svg +1 -4
- package/build/rn/icons/speed.icon.svg +1 -4
- package/build/rn/icons/status-error.icon.svg +3 -0
- package/build/rn/icons/status-success.icon.svg +3 -0
- package/build/rn/icons/status-warning.icon.svg +3 -0
- package/build/rn/icons/subtract.icon.svg +3 -0
- package/build/rn/icons/success.icon.svg +1 -5
- package/build/rn/icons/suitcase.icon.svg +1 -4
- package/build/rn/icons/support.icon.svg +1 -4
- package/build/rn/icons/tablet.icon.svg +1 -5
- package/build/rn/icons/target.icon.svg +1 -4
- package/build/rn/icons/tasks.icon.svg +1 -5
- package/build/rn/icons/thumbs-up.icon.svg +1 -4
- package/build/rn/icons/time.icon.svg +1 -4
- package/build/rn/icons/times.icon.svg +1 -4
- package/build/rn/icons/tow-truck.icon.svg +1 -4
- package/build/rn/icons/transmitter.icon.svg +1 -4
- package/build/rn/icons/tv.icon.svg +1 -5
- package/build/rn/icons/tvchoice-and-flexibility.icon.svg +2 -17
- package/build/rn/icons/upload-to-cloud.icon.svg +1 -4
- package/build/rn/icons/upload.icon.svg +1 -4
- package/build/rn/icons/usb-cable.icon.svg +1 -4
- package/build/rn/icons/user-add-bold.icon.svg +3 -0
- package/build/rn/icons/user.icon.svg +1 -4
- package/build/rn/icons/users.icon.svg +1 -5
- package/build/rn/icons/video-chat.icon.svg +1 -5
- package/build/rn/icons/video-games.icon.svg +1 -5
- package/build/rn/icons/visible.icon.svg +1 -5
- package/build/rn/icons/warranty.icon.svg +1 -4
- package/build/rn/icons/watch.icon.svg +1 -5
- package/build/rn/icons/wifi-boost.icon.svg +1 -4
- package/build/rn/icons/wifi-cloud.icon.svg +1 -5
- package/build/rn/palette.js +46 -8
- package/build/web/fonts/fonts-cdn-family.css +4 -4
- package/build/web/fonts/fonts-cdn.css +4 -4
- package/build/web/fonts/fonts-local-family.css +4 -4
- package/build/web/fonts/fonts-local.css +4 -4
- package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-300-qh0v1c9kkcsSDIoxorN_4.otf → v1_0_0-prerelease_1-HelveticaNow-300-cYJbOK5Wjb0gWM6k_Jo2e.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-400-hoAJH3xOwhkgXso3Fk_iZ.otf → v1_0_0-prerelease_1-HelveticaNow-400-gropvn5vwjTQ5_DIAlEg3.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-500-W_zTir8VUoU2RvpGvBH5O.otf → v1_0_0-prerelease_1-HelveticaNow-500-WmJJ0xZA_Z-ecjdH21pwC.otf} +0 -0
- package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-700-GyJGTONkMn6W2X3z0Rqx6.otf → v1_0_0-prerelease_1-HelveticaNow-700-ZVeBMUkNq0wZu_Vgd2Iuj.otf} +0 -0
- package/build/web/icons/Accessible.js +26 -0
- package/build/web/icons/Add.js +27 -0
- package/build/web/icons/AddUser.js +26 -0
- package/build/web/icons/AlarmClock.js +26 -0
- package/build/web/icons/Ambulance.js +27 -0
- package/build/web/icons/ArrowDown.js +26 -0
- package/build/web/icons/ArrowLeft.js +27 -0
- package/build/web/icons/ArrowRight.js +27 -0
- package/build/web/icons/ArrowUp.js +26 -0
- package/build/web/icons/ArtificialIntelligence.js +25 -0
- package/build/web/icons/Attention.js +26 -0
- package/build/web/icons/Award.js +26 -0
- package/build/web/icons/Baby.js +26 -0
- package/build/web/icons/BabyBoy.js +26 -0
- package/build/web/icons/BabyGirl.js +26 -0
- package/build/web/icons/BackToSchool.js +26 -0
- package/build/web/icons/Bank.js +26 -0
- package/build/web/icons/BatteryCar.js +25 -0
- package/build/web/icons/BatteryCharging.js +26 -0
- package/build/web/icons/Bell.js +26 -0
- package/build/web/icons/Bill.js +26 -0
- package/build/web/icons/Bookmark.js +26 -0
- package/build/web/icons/Briefcase.js +26 -0
- package/build/web/icons/BulletFill.js +27 -0
- package/build/web/icons/Calendar.js +26 -0
- package/build/web/icons/Call.js +26 -0
- package/build/web/icons/CallForward.js +26 -0
- package/build/web/icons/CallOut.js +26 -0
- package/build/web/icons/CallReceive.js +26 -0
- package/build/web/icons/CallTalking.js +26 -0
- package/build/web/icons/Camera.js +26 -0
- package/build/web/icons/Car.js +25 -0
- package/build/web/icons/CaretDown.js +27 -0
- package/build/web/icons/CaretUp.js +27 -0
- package/build/web/icons/CartEmptyBold.js +26 -0
- package/build/web/icons/CartFilledBold.js +31 -0
- package/build/web/icons/Channels.js +26 -0
- package/build/web/icons/ChartsBar1.js +26 -0
- package/build/web/icons/ChartsBar2.js +25 -0
- package/build/web/icons/ChartsLine.js +26 -0
- package/build/web/icons/Chat1.js +26 -0
- package/build/web/icons/Chat2.js +26 -0
- package/build/web/icons/ChatSupport.js +26 -0
- package/build/web/icons/Check.js +25 -0
- package/build/web/icons/Checkmark.js +26 -0
- package/build/web/icons/ChevronLeft.js +27 -0
- package/build/web/icons/ChevronRight.js +27 -0
- package/build/web/icons/Clipboard.js +26 -0
- package/build/web/icons/Close.js +27 -0
- package/build/web/icons/ClosedCaptions.js +25 -0
- package/build/web/icons/CloudDownload.js +26 -0
- package/build/web/icons/CloudSync.js +26 -0
- package/build/web/icons/CloudUpload.js +26 -0
- package/build/web/icons/Collaboration.js +25 -0
- package/build/web/icons/Compass.js +26 -0
- package/build/web/icons/ComputerNetwork.js +26 -0
- package/build/web/icons/Contract.js +26 -0
- package/build/web/icons/CreditCard.js +26 -0
- package/build/web/icons/Cronometer.js +26 -0
- package/build/web/icons/CssActivations.js +25 -0
- package/build/web/icons/DataLimit.js +26 -0
- package/build/web/icons/Deals.js +26 -0
- package/build/web/icons/Delete.js +26 -0
- package/build/web/icons/Delivery.js +26 -0
- package/build/web/icons/Devices.js +26 -0
- package/build/web/icons/Diagram.js +26 -0
- package/build/web/icons/Diamond.js +25 -0
- package/build/web/icons/Direction.js +26 -0
- package/build/web/icons/Document.js +26 -0
- package/build/web/icons/Donate.js +25 -0
- package/build/web/icons/Download.js +26 -0
- package/build/web/icons/DownloadPdf.js +26 -0
- package/build/web/icons/DownloadPdfs.js +26 -0
- package/build/web/icons/Email.js +26 -0
- package/build/web/icons/Escalations.js +25 -0
- package/build/web/icons/FavouriteNetwork.js +26 -0
- package/build/web/icons/Files.js +26 -0
- package/build/web/icons/Fingerprint.js +26 -0
- package/build/web/icons/Firewall.js +26 -0
- package/build/web/icons/Flag.js +25 -0
- package/build/web/icons/FullscreenExpand.js +25 -0
- package/build/web/icons/FullscreenMinimize.js +25 -0
- package/build/web/icons/Gift.js +26 -0
- package/build/web/icons/Globe1.js +25 -0
- package/build/web/icons/Globe2.js +25 -0
- package/build/web/icons/HeadBoth.js +26 -0
- package/build/web/icons/HeadFemale.js +26 -0
- package/build/web/icons/HeadMale.js +26 -0
- package/build/web/icons/Headset.js +26 -0
- package/build/web/icons/Heart.js +26 -0
- package/build/web/icons/Heartbeat.js +26 -0
- package/build/web/icons/Helpdesk.js +25 -0
- package/build/web/icons/Home.js +26 -0
- package/build/web/icons/HomeSecurity.js +26 -0
- package/build/web/icons/IDTag.js +26 -0
- package/build/web/icons/Infinite.js +26 -0
- package/build/web/icons/Information.js +26 -0
- package/build/web/icons/Internet.js +26 -0
- package/build/web/icons/Invisible.js +25 -0
- package/build/web/icons/Key.js +26 -0
- package/build/web/icons/Laptop.js +26 -0
- package/build/web/icons/Layers.js +26 -0
- package/build/web/icons/Lifesaver.js +25 -0
- package/build/web/icons/Lightbulb.js +26 -0
- package/build/web/icons/LinkExternal.js +26 -0
- package/build/web/icons/LocationAdd.js +26 -0
- package/build/web/icons/LocationHome.js +26 -0
- package/build/web/icons/LocationIneligible.js +26 -0
- package/build/web/icons/LocationMap.js +25 -0
- package/build/web/icons/LocationRegular.js +25 -0
- package/build/web/icons/LocationRemove.js +26 -0
- package/build/web/icons/LocationSuccess.js +26 -0
- package/build/web/icons/LocationVerified.js +26 -0
- package/build/web/icons/LockClosed.js +26 -0
- package/build/web/icons/LockOpened.js +26 -0
- package/build/web/icons/LoginForm.js +26 -0
- package/build/web/icons/Map.js +26 -0
- package/build/web/icons/Medical.js +26 -0
- package/build/web/icons/Messaging.js +26 -0
- package/build/web/icons/Mobility.js +26 -0
- package/build/web/icons/Movie.js +25 -0
- package/build/web/icons/Music.js +26 -0
- package/build/web/icons/Muted.js +25 -0
- package/build/web/icons/Networking.js +26 -0
- package/build/web/icons/News.js +26 -0
- package/build/web/icons/NextGenFirewall.js +26 -0
- package/build/web/icons/NoContract.js +27 -0
- package/build/web/icons/NotifyBold.js +26 -0
- package/build/web/icons/Office.js +26 -0
- package/build/web/icons/Offices.js +26 -0
- package/build/web/icons/OnDemand.js +26 -0
- package/build/web/icons/OnTheGo.js +26 -0
- package/build/web/icons/OnlineSecurity.js +27 -0
- package/build/web/icons/Paperless.js +27 -0
- package/build/web/icons/Passport.js +26 -0
- package/build/web/icons/Pause.js +25 -0
- package/build/web/icons/Phone.js +27 -0
- package/build/web/icons/PhoneBusiness.js +26 -0
- package/build/web/icons/PhoneHome.js +26 -0
- package/build/web/icons/PhoneReception.js +26 -0
- package/build/web/icons/Photo.js +26 -0
- package/build/web/icons/Photos.js +26 -0
- package/build/web/icons/PiggyBank.js +26 -0
- package/build/web/icons/PikTV.js +26 -0
- package/build/web/icons/Play.js +26 -0
- package/build/web/icons/PlaySolid.js +27 -0
- package/build/web/icons/PlayVideo.js +27 -0
- package/build/web/icons/Preference.js +26 -0
- package/build/web/icons/Print.js +26 -0
- package/build/web/icons/PrivateCloud.js +26 -0
- package/build/web/icons/Profile.js +26 -0
- package/build/web/icons/ProfileBold.js +26 -0
- package/build/web/icons/Question.js +27 -0
- package/build/web/icons/QuoteLeft.js +28 -0
- package/build/web/icons/Radar.js +26 -0
- package/build/web/icons/Receipt.js +26 -0
- package/build/web/icons/Record.js +25 -0
- package/build/web/icons/Refresh.js +26 -0
- package/build/web/icons/RemoteControl.js +26 -0
- package/build/web/icons/Replay.js +25 -0
- package/build/web/icons/Router.js +26 -0
- package/build/web/icons/Search.js +26 -0
- package/build/web/icons/SearchBold.js +25 -0
- package/build/web/icons/SecurityCamera.js +26 -0
- package/build/web/icons/SecurityHouse.js +26 -0
- package/build/web/icons/SecurityMobile.js +26 -0
- package/build/web/icons/SecuritySettings.js +26 -0
- package/build/web/icons/Server.js +26 -0
- package/build/web/icons/ServiceTruck.js +26 -0
- package/build/web/icons/Settings.js +26 -0
- package/build/web/icons/SettingsBold.js +26 -0
- package/build/web/icons/SettingsSolid.js +25 -0
- package/build/web/icons/SharedAccount.js +26 -0
- package/build/web/icons/Shop.js +26 -0
- package/build/web/icons/SignPost.js +26 -0
- package/build/web/icons/Signal.js +26 -0
- package/build/web/icons/SimCard.js +26 -0
- package/build/web/icons/Soccer.js +26 -0
- package/build/web/icons/Speaker.js +26 -0
- package/build/web/icons/SpeakerPhone.js +26 -0
- package/build/web/icons/Speed.js +26 -0
- package/build/web/icons/SpeedReduced.js +26 -0
- package/build/web/icons/StatusError.js +26 -0
- package/build/web/icons/StatusSuccess.js +26 -0
- package/build/web/icons/StatusWarning.js +26 -0
- package/build/web/icons/Subtract.js +27 -0
- package/build/web/icons/Success.js +26 -0
- package/build/web/icons/Suitcase.js +25 -0
- package/build/web/icons/Support.js +26 -0
- package/build/web/icons/TV.js +26 -0
- package/build/web/icons/TVChoiceAndFlexibility.js +27 -0
- package/build/web/icons/Tablet.js +26 -0
- package/build/web/icons/Target.js +26 -0
- package/build/web/icons/Tasks.js +26 -0
- package/build/web/icons/ThumbsUp.js +25 -0
- package/build/web/icons/Time.js +26 -0
- package/build/web/icons/Times.js +26 -0
- package/build/web/icons/TowTruck.js +25 -0
- package/build/web/icons/Transmitter.js +26 -0
- package/build/web/icons/Unmuted.js +27 -0
- package/build/web/icons/Upload.js +26 -0
- package/build/web/icons/UploadToCloud.js +26 -0
- package/build/web/icons/UsbCable.js +26 -0
- package/build/web/icons/User.js +26 -0
- package/build/web/icons/UserAddBold.js +26 -0
- package/build/web/icons/Users.js +26 -0
- package/build/web/icons/VideoChat.js +26 -0
- package/build/web/icons/VideoGames.js +26 -0
- package/build/web/icons/Visible.js +26 -0
- package/build/web/icons/Warranty.js +26 -0
- package/build/web/icons/Watch.js +26 -0
- package/build/web/icons/WifiBoost.js +26 -0
- package/build/web/icons/WifiCloud.js +26 -0
- package/build/web/icons/accessible.icon.svg +1 -4
- package/build/web/icons/add-user.icon.svg +1 -4
- package/build/web/icons/add.icon.svg +3 -0
- package/build/web/icons/alarm-clock.icon.svg +1 -4
- package/build/web/icons/ambulance.icon.svg +2 -44
- package/build/web/icons/arrow-down.icon.svg +1 -5
- package/build/web/icons/arrow-left.icon.svg +1 -1
- package/build/web/icons/arrow-right.icon.svg +1 -1
- package/build/web/icons/arrow-up.icon.svg +1 -5
- package/build/web/icons/artificial-intelligence.icon.svg +1 -4
- package/build/web/icons/attention.icon.svg +1 -5
- package/build/web/icons/award.icon.svg +1 -5
- package/build/web/icons/baby-boy.icon.svg +1 -4
- package/build/web/icons/baby-girl.icon.svg +1 -4
- package/build/web/icons/baby.icon.svg +1 -4
- package/build/web/icons/back-to-school.icon.svg +1 -5
- package/build/web/icons/bank.icon.svg +1 -4
- package/build/web/icons/battery-car.icon.svg +1 -4
- package/build/web/icons/battery-charging.icon.svg +1 -5
- package/build/web/icons/bell.icon.svg +1 -5
- package/build/web/icons/bill.icon.svg +1 -5
- package/build/web/icons/bookmark.icon.svg +1 -5
- package/build/web/icons/briefcase.icon.svg +1 -5
- package/build/web/icons/bullet-fill.icon.svg +1 -0
- package/build/web/icons/calendar.icon.svg +1 -4
- package/build/web/icons/call-forward.icon.svg +1 -5
- package/build/web/icons/call-out.icon.svg +1 -5
- package/build/web/icons/call-receive.icon.svg +1 -5
- package/build/web/icons/call-talking.icon.svg +1 -5
- package/build/web/icons/call.icon.svg +1 -5
- package/build/web/icons/camera.icon.svg +1 -5
- package/build/web/icons/car.icon.svg +1 -4
- package/build/web/icons/caret-down.icon.svg +2 -2
- package/build/web/icons/caret-up.icon.svg +2 -2
- package/build/web/icons/cart-empty-bold.icon.svg +3 -0
- package/build/web/icons/cart-filled-bold.icon.svg +10 -0
- package/build/web/icons/channels.icon.svg +1 -5
- package/build/web/icons/charts-bar1.icon.svg +1 -4
- package/build/web/icons/charts-bar2.icon.svg +1 -1
- package/build/web/icons/charts-line.icon.svg +1 -5
- package/build/web/icons/chat-support.icon.svg +1 -4
- package/build/web/icons/chat1.icon.svg +1 -4
- package/build/web/icons/chat2.icon.svg +1 -4
- package/build/web/icons/check.icon.svg +1 -4
- package/build/web/icons/checkmark.icon.svg +1 -4
- package/build/web/icons/chevron-left.icon.svg +1 -1
- package/build/web/icons/chevron-right.icon.svg +1 -1
- package/build/web/icons/clipboard.icon.svg +1 -4
- package/build/web/icons/close.icon.svg +3 -0
- package/build/web/icons/cloud-download.icon.svg +1 -4
- package/build/web/icons/cloud-sync.icon.svg +1 -5
- package/build/web/icons/cloud-upload.icon.svg +1 -4
- package/build/web/icons/collaboration.icon.svg +1 -1
- package/build/web/icons/compass.icon.svg +1 -4
- package/build/web/icons/computer-network.icon.svg +1 -4
- package/build/web/icons/contract.icon.svg +1 -5
- package/build/web/icons/credit-card.icon.svg +1 -5
- package/build/web/icons/cronometer.icon.svg +1 -5
- package/build/web/icons/css-activations.icon.svg +3 -0
- package/build/web/icons/data-limit.icon.svg +1 -4
- package/build/web/icons/deals.icon.svg +1 -4
- package/build/web/icons/delete.icon.svg +3 -0
- package/build/web/icons/delivery.icon.svg +1 -5
- package/build/web/icons/devices.icon.svg +1 -4
- package/build/web/icons/diagram.icon.svg +1 -4
- package/build/web/icons/diamond.icon.svg +1 -4
- package/build/web/icons/direction.icon.svg +1 -5
- package/build/web/icons/document.icon.svg +1 -5
- package/build/web/icons/donate.icon.svg +1 -1
- package/build/web/icons/download-pdf.icon.svg +3 -0
- package/build/web/icons/download-pdfs.icon.svg +3 -0
- package/build/web/icons/download.icon.svg +1 -4
- package/build/web/icons/email.icon.svg +1 -5
- package/build/web/icons/escalations.icon.svg +3 -0
- package/build/web/icons/favourite-network.icon.svg +1 -4
- package/build/web/icons/files.icon.svg +1 -5
- package/build/web/icons/fingerprint.icon.svg +1 -5
- package/build/web/icons/firewall.icon.svg +1 -5
- package/build/web/icons/flag.icon.svg +1 -4
- package/build/web/icons/gift.icon.svg +1 -4
- package/build/web/icons/globe1.icon.svg +1 -1
- package/build/web/icons/globe2.icon.svg +1 -1
- package/build/web/icons/head-both.icon.svg +1 -5
- package/build/web/icons/head-female.icon.svg +1 -4
- package/build/web/icons/head-male.icon.svg +1 -4
- package/build/web/icons/headset.icon.svg +1 -4
- package/build/web/icons/heart.icon.svg +1 -5
- package/build/web/icons/heartbeat.icon.svg +1 -4
- package/build/web/icons/helpdesk.icon.svg +3 -0
- package/build/web/icons/home-security.icon.svg +1 -4
- package/build/web/icons/home.icon.svg +1 -4
- package/build/web/icons/idtag.icon.svg +1 -5
- package/build/web/icons/index.js +641 -190
- package/build/web/icons/infinite.icon.svg +1 -5
- package/build/web/icons/information.icon.svg +1 -4
- package/build/web/icons/internet.icon.svg +1 -5
- package/build/web/icons/invisible.icon.svg +1 -4
- package/build/web/icons/key.icon.svg +1 -5
- package/build/web/icons/laptop.icon.svg +1 -5
- package/build/web/icons/layers.icon.svg +1 -5
- package/build/web/icons/lifesaver.icon.svg +1 -1
- package/build/web/icons/lightbulb.icon.svg +1 -5
- package/build/web/icons/link-external.icon.svg +3 -0
- package/build/web/icons/location-add.icon.svg +1 -5
- package/build/web/icons/location-home.icon.svg +1 -5
- package/build/web/icons/location-ineligible.icon.svg +1 -4
- package/build/web/icons/location-map.icon.svg +1 -1
- package/build/web/icons/location-regular.icon.svg +1 -4
- package/build/web/icons/location-remove.icon.svg +1 -5
- package/build/web/icons/location-success.icon.svg +1 -4
- package/build/web/icons/location-verified.icon.svg +1 -5
- package/build/web/icons/lock-closed.icon.svg +1 -5
- package/build/web/icons/lock-opened.icon.svg +1 -5
- package/build/web/icons/login-form.icon.svg +1 -4
- package/build/web/icons/map.icon.svg +1 -5
- package/build/web/icons/medical.icon.svg +1 -4
- package/build/web/icons/messaging.icon.svg +1 -5
- package/build/web/icons/mobility.icon.svg +1 -5
- package/build/web/icons/movie.icon.svg +1 -1
- package/build/web/icons/music.icon.svg +1 -5
- package/build/web/icons/networking.icon.svg +1 -4
- package/build/web/icons/news.icon.svg +1 -5
- package/build/web/icons/next-gen-firewall.icon.svg +1 -4
- package/build/web/icons/no-contract.icon.svg +2 -15
- package/build/web/icons/notify-bold.icon.svg +3 -0
- package/build/web/icons/office.icon.svg +1 -5
- package/build/web/icons/offices.icon.svg +1 -4
- package/build/web/icons/on-demand.icon.svg +1 -4
- package/build/web/icons/on-the-go.icon.svg +1 -5
- package/build/web/icons/online-security.icon.svg +3 -0
- package/build/web/icons/paperless.icon.svg +3 -0
- package/build/web/icons/passport.icon.svg +1 -5
- package/build/web/icons/phone-business.icon.svg +1 -4
- package/build/web/icons/phone-home.icon.svg +1 -4
- package/build/web/icons/phone-reception.icon.svg +1 -5
- package/build/web/icons/phone.icon.svg +2 -6
- package/build/web/icons/photo.icon.svg +1 -5
- package/build/web/icons/photos.icon.svg +1 -4
- package/build/web/icons/piggy-bank.icon.svg +1 -5
- package/build/web/icons/pik-tv.icon.svg +1 -4
- package/build/web/icons/play-video.icon.svg +3 -0
- package/build/web/icons/play.icon.svg +1 -5
- package/build/web/icons/preference.icon.svg +1 -4
- package/build/web/icons/print.icon.svg +3 -0
- package/build/web/icons/private-cloud.icon.svg +1 -5
- package/build/web/icons/profile-bold.icon.svg +3 -0
- package/build/web/icons/profile.icon.svg +3 -0
- package/build/web/icons/radar.icon.svg +1 -4
- package/build/web/icons/receipt.icon.svg +1 -5
- package/build/web/icons/record.icon.svg +1 -4
- package/build/web/icons/refresh.icon.svg +1 -4
- package/build/web/icons/remote-control.icon.svg +1 -5
- package/build/web/icons/replay.icon.svg +2 -2
- package/build/web/icons/router.icon.svg +1 -5
- package/build/web/icons/search-bold.icon.svg +3 -0
- package/build/web/icons/search.icon.svg +3 -0
- package/build/web/icons/security-camera.icon.svg +1 -5
- package/build/web/icons/security-house.icon.svg +1 -4
- package/build/web/icons/security-mobile.icon.svg +1 -5
- package/build/web/icons/security-settings.icon.svg +1 -5
- package/build/web/icons/server.icon.svg +1 -5
- package/build/web/icons/service-truck.icon.svg +1 -5
- package/build/web/icons/settings-bold.icon.svg +3 -0
- package/build/web/icons/settings.icon.svg +1 -4
- package/build/web/icons/shared-account.icon.svg +1 -5
- package/build/web/icons/shop.icon.svg +1 -5
- package/build/web/icons/sign-post.icon.svg +1 -4
- package/build/web/icons/signal.icon.svg +1 -4
- package/build/web/icons/sim-card.icon.svg +1 -5
- package/build/web/icons/soccer.icon.svg +1 -4
- package/build/web/icons/speaker-phone.icon.svg +1 -5
- package/build/web/icons/speaker.icon.svg +1 -5
- package/build/web/icons/speed-reduced.icon.svg +1 -4
- package/build/web/icons/speed.icon.svg +1 -4
- package/build/web/icons/status-error.icon.svg +3 -0
- package/build/web/icons/status-success.icon.svg +3 -0
- package/build/web/icons/status-warning.icon.svg +3 -0
- package/build/web/icons/subtract.icon.svg +3 -0
- package/build/web/icons/success.icon.svg +1 -5
- package/build/web/icons/suitcase.icon.svg +1 -4
- package/build/web/icons/support.icon.svg +1 -4
- package/build/web/icons/tablet.icon.svg +1 -5
- package/build/web/icons/target.icon.svg +1 -4
- package/build/web/icons/tasks.icon.svg +1 -5
- package/build/web/icons/thumbs-up.icon.svg +1 -4
- package/build/web/icons/time.icon.svg +1 -4
- package/build/web/icons/times.icon.svg +1 -4
- package/build/web/icons/tow-truck.icon.svg +1 -4
- package/build/web/icons/transmitter.icon.svg +1 -4
- package/build/web/icons/tv.icon.svg +1 -5
- package/build/web/icons/tvchoice-and-flexibility.icon.svg +2 -17
- package/build/web/icons/upload-to-cloud.icon.svg +1 -4
- package/build/web/icons/upload.icon.svg +1 -4
- package/build/web/icons/usb-cable.icon.svg +1 -4
- package/build/web/icons/user-add-bold.icon.svg +3 -0
- package/build/web/icons/user.icon.svg +1 -4
- package/build/web/icons/users.icon.svg +1 -5
- package/build/web/icons/video-chat.icon.svg +1 -5
- package/build/web/icons/video-games.icon.svg +1 -5
- package/build/web/icons/visible.icon.svg +1 -5
- package/build/web/icons/warranty.icon.svg +1 -4
- package/build/web/icons/watch.icon.svg +1 -5
- package/build/web/icons/wifi-boost.icon.svg +1 -4
- package/build/web/icons/wifi-cloud.icon.svg +1 -5
- package/build/web/palette.js +50 -12
- package/package.json +2 -2
- package/build/rn/icons/location-add0.icon.svg +0 -6
- package/build/rn/icons/notification-error.icon.svg +0 -6
- package/build/rn/icons/notification-success.icon.svg +0 -6
- package/build/rn/icons/notification-warning.icon.svg +0 -6
- package/build/rn/palette.mjs +0 -382
- package/build/web/icons/location-add0.icon.svg +0 -6
- package/build/web/icons/notification-error.icon.svg +0 -6
- package/build/web/icons/notification-success.icon.svg +0 -6
- package/build/web/icons/notification-warning.icon.svg +0 -6
- package/build/web/palette.mjs +0 -321
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M4.924 9.885 4.95 10H23.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H23v9.5a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5V14h-.5a.5.5 0 0 1-.5-.5v-.55a2.505 2.505 0 0 1-2-2.45c0-1.023.619-1.905 1.501-2.292l-.354-.354a.502.502 0 0 1 .188-.826l20-7a.5.5 0 0 1 .639.314l1 3a.5.5 0 0 1-.316.632L7.678 8.967l-.038.013-2.716.905zm-.441-.906 1.89-.63-1.992-1.328-1.965.688.3.3a2.5 2.5 0 0 1 1.767.97zM2.514 9h-.028a1.502 1.502 0 0 0-1.487 1.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5c0-.822-.665-1.492-1.486-1.5zM2 12.95a2.501 2.501 0 0 0 2.86-1.623l.091-.328h2.343l-2 2H3.501zm4.707.05h2.586l2-2H8.707l-2 2zm4 0h2.586l2-2h-2.586l-2 2zm4 0h2.586l2-2h-2.586l-2 2zm4 0h2.586L23 11.293V11h-2.293l-2 2zM4 14v9h18v-9H4zm16.5 8h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm0-3h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm-9 3h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm9-6h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm-9 4a.5.5 0 0 1-.5-.5V19H9.5a.499.499 0 0 1-.474-.659l1-3a.499.499 0 1 1 .948.316L10.194 18H11.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zm-5 0h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6v1h.5c.827 0 1.5.673 1.5 1.5S7.327 20 6.5 20zM23 12.707l-.293.293H23v-.293zm-5.13-8.19L15.583 3.16l-.057-.039-2.377.832L15.25 5.2l.152.139 2.468-.823zm1.254-.418 2.744-.915-.682-2.044-4.431 1.551 2.334 1.385.035.023zM14.2 5.74l-2.285-1.356-2.407.843 2.241 1.33L14.2 5.74zm-3.706 1.235L8.275 5.658l-2.712.949 2.011 1.341 2.92-.973z"
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M4.924 9.885 4.95 10H23.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H23v9.5a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5V14h-.5a.5.5 0 0 1-.5-.5v-.55a2.505 2.505 0 0 1-2-2.45c0-1.023.619-1.905 1.501-2.292l-.354-.354a.502.502 0 0 1 .188-.826l20-7a.5.5 0 0 1 .639.314l1 3a.5.5 0 0 1-.316.632L7.678 8.967l-.038.013-2.716.905zm-.441-.906 1.89-.63-1.992-1.328-1.965.688.3.3a2.5 2.5 0 0 1 1.767.97zM2.514 9h-.028a1.502 1.502 0 0 0-1.487 1.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5c0-.822-.665-1.492-1.486-1.5zM2 12.95a2.501 2.501 0 0 0 2.86-1.623l.091-.328h2.343l-2 2H3.501zm4.707.05h2.586l2-2H8.707l-2 2zm4 0h2.586l2-2h-2.586l-2 2zm4 0h2.586l2-2h-2.586l-2 2zm4 0h2.586L23 11.293V11h-2.293l-2 2zM4 14v9h18v-9H4zm16.5 8h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm0-3h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm-9 3h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm9-6h-6a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1zm-9 4a.5.5 0 0 1-.5-.5V19H9.5a.499.499 0 0 1-.474-.659l1-3a.499.499 0 1 1 .948.316L10.194 18H11.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zm-5 0h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6v1h.5c.827 0 1.5.673 1.5 1.5S7.327 20 6.5 20zM23 12.707l-.293.293H23v-.293zm-5.13-8.19L15.583 3.16l-.057-.039-2.377.832L15.25 5.2l.152.139 2.468-.823zm1.254-.418 2.744-.915-.682-2.044-4.431 1.551 2.334 1.385.035.023zM14.2 5.74l-2.285-1.356-2.407.843 2.241 1.33L14.2 5.74zm-3.706 1.235L8.275 5.658l-2.712.949 2.011 1.341 2.92-.973z"
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 22 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M7.5 9.853v11.106a2.13 2.13 0 0 1-.326 1.181c-.478.795-1.436 1.435-2.562 1.711A5.037 5.037 0 0 1 3.413 24C1.99 24 .83 23.343.558 22.273c-.13-.512-.036-1.053.27-1.562.478-.795 1.436-1.435 2.562-1.711 1.196-.294 2.335-.14 3.11.345V5.786c0-.632.4-1.2.996-1.413L19.494.088A1.499 1.499 0 0 1 21.497 1.5v16.003a.498.498 0 0 1-.032.177c.093.481-.007.985-.294 1.46-.477.796-1.435 1.436-2.561 1.711a5.04 5.04 0 0 1-1.199.15c-1.424 0-2.585-.657-2.856-1.727-.129-.512-.036-1.053.271-1.563.478-.795 1.436-1.435 2.562-1.71 1.195-.295 2.334-.14 3.11.344V5.21L7.5 9.853zm0-1.062 12.998-4.642V1.5a.495.495 0 0 0-.212-.409.497.497 0 0 0-.457-.062L7.83 5.314a.503.503 0 0 0-.33.472V8.79zm-1 12.204a.827.827 0 0 0-.025-.173c-.153-.6-.94-.97-1.895-.97-.305 0-.627.039-.952.119-.86.21-1.604.692-1.943 1.254-.116.193-.238.49-.158.803.2.792 1.504 1.184 2.847.852.86-.21 1.604-.692 1.943-1.255a1.186 1.186 0 0 0 .183-.623v-.007zm12.078-4.142a4 4 0 0 0-.952.118c-.86.211-1.604.692-1.943 1.255-.116.193-.238.49-.158.803.2.792 1.504 1.184 2.847.852.86-.211 1.604-.692 1.943-1.255.116-.193.238-.49.158-.803-.153-.6-.94-.97-1.895-.97z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 22 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M7.5 9.853v11.106a2.13 2.13 0 0 1-.326 1.181c-.478.795-1.436 1.435-2.562 1.711A5.037 5.037 0 0 1 3.413 24C1.99 24 .83 23.343.558 22.273c-.13-.512-.036-1.053.27-1.562.478-.795 1.436-1.435 2.562-1.711 1.196-.294 2.335-.14 3.11.345V5.786c0-.632.4-1.2.996-1.413L19.494.088A1.499 1.499 0 0 1 21.497 1.5v16.003a.498.498 0 0 1-.032.177c.093.481-.007.985-.294 1.46-.477.796-1.435 1.436-2.561 1.711a5.04 5.04 0 0 1-1.199.15c-1.424 0-2.585-.657-2.856-1.727-.129-.512-.036-1.053.271-1.563.478-.795 1.436-1.435 2.562-1.71 1.195-.295 2.334-.14 3.11.344V5.21L7.5 9.853zm0-1.062 12.998-4.642V1.5a.495.495 0 0 0-.212-.409.497.497 0 0 0-.457-.062L7.83 5.314a.503.503 0 0 0-.33.472V8.79zm-1 12.204a.827.827 0 0 0-.025-.173c-.153-.6-.94-.97-1.895-.97-.305 0-.627.039-.952.119-.86.21-1.604.692-1.943 1.254-.116.193-.238.49-.158.803.2.792 1.504 1.184 2.847.852.86-.21 1.604-.692 1.943-1.255a1.186 1.186 0 0 0 .183-.623v-.007zm12.078-4.142a4 4 0 0 0-.952.118c-.86.211-1.604.692-1.943 1.255-.116.193-.238.49-.158.803.2.792 1.504 1.184 2.847.852.86-.211 1.604-.692 1.943-1.255.116-.193.238-.49.158-.803-.153-.6-.94-.97-1.895-.97z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M16.85 9.17a4.29 4.29 0 0 1 1.265 3.054c0 1.153-.45 2.238-1.265 3.052a.48.48 0 1 1-.68-.678 3.332 3.332 0 0 0 .985-2.374c0-.898-.35-1.741-.984-2.375a.48.48 0 0 1 .679-.678zm2.043-2.042A7.15 7.15 0 0 1 21 12.216c0 1.923-.75 3.729-2.107 5.089a.482.482 0 0 1-.68 0 .481.481 0 0 1 0-.68 6.195 6.195 0 0 0 1.827-4.41 6.193 6.193 0 0 0-1.826-4.408.481.481 0 0 1 .679-.68zm.145 12.188a.51.51 0 1 1-.722.723l-4.266-4.267v3.008c0 .263-.129.474-.346.562a.521.521 0 0 1-.207.042.622.622 0 0 1-.436-.194l-4.458-4.459a.298.298 0 0 0-.079-.029l-3.349.001a.721.721 0 0 1-.72-.72V9.665a.72.72 0 0 1 .72-.719h2.05L3.148 4.872a.512.512 0 0 1 .723-.723l4.75 4.75 4.44-4.44c.185-.186.425-.244.642-.154.217.09.346.3.346.563v9.46l4.988 4.988z"
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M16.85 9.17a4.29 4.29 0 0 1 1.265 3.054c0 1.153-.45 2.238-1.265 3.052a.48.48 0 1 1-.68-.678 3.332 3.332 0 0 0 .985-2.374c0-.898-.35-1.741-.984-2.375a.48.48 0 0 1 .679-.678zm2.043-2.042A7.15 7.15 0 0 1 21 12.216c0 1.923-.75 3.729-2.107 5.089a.482.482 0 0 1-.68 0 .481.481 0 0 1 0-.68 6.195 6.195 0 0 0 1.827-4.41 6.193 6.193 0 0 0-1.826-4.408.481.481 0 0 1 .679-.68zm.145 12.188a.51.51 0 1 1-.722.723l-4.266-4.267v3.008c0 .263-.129.474-.346.562a.521.521 0 0 1-.207.042.622.622 0 0 1-.436-.194l-4.458-4.459a.298.298 0 0 0-.079-.029l-3.349.001a.721.721 0 0 1-.72-.72V9.665a.72.72 0 0 1 .72-.719h2.05L3.148 4.872a.512.512 0 0 1 .723-.723l4.75 4.75 4.44-4.44c.185-.186.425-.244.642-.154.217.09.346.3.346.563v9.46l4.988 4.988z"
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M13.585 12.658a2.504 2.504 0 0 1 2.501 2.5v1.19a.52.52 0 1 1-1.04 0v-1.19c0-.805-.655-1.46-1.461-1.46h-3.17c-.806 0-1.461.655-1.461 1.46v1.19a.52.52 0 0 1-1.04 0v-1.19a2.504 2.504 0 0 1 2.501-2.5h3.17zm-9.27-4.391c.276-.276.428-.643.428-1.033 0-.39-.152-.758-.428-1.033a1.453 1.453 0 0 0-1.033-.429c-.39 0-.756.153-1.033.429a1.452 1.452 0 0 0-.428 1.033c0 .39.153.757.428 1.033.262.262.64.413 1.034.413.393 0 .77-.151 1.033-.413zm-1.033 7.016a1.462 1.462 0 0 0-1.033 2.493c.262.262.64.414 1.034.414a1.47 1.47 0 0 0 1.033-.413c.274-.276.426-.643.426-1.034s-.152-.758-.426-1.033a1.447 1.447 0 0 0-1.033-.427zm15.047 2.172a2.476 2.476 0 0 1 .622-2.48 2.47 2.47 0 0 1 1.247-.673V9.675a2.466 2.466 0 0 1-1.248-.673 2.48 2.48 0 0 1-.733-1.768c0-.232.037-.465.111-.711l-4.436-2.42c-.04.05-.079.099-.123.144-.473.473-1.1.733-1.768.733-.67 0-1.296-.26-1.77-.733-.044-.045-.083-.094-.123-.144L5.67 6.522c.076.247.112.48.112.712a2.48 2.48 0 0 1-.732 1.768 2.474 2.474 0 0 1-1.248.673v4.647a2.41 2.41 0 0 1 1.248.654c.651.65.885 1.592.62 2.479l4.437 2.42c.038-.05.077-.099.123-.145.944-.942 2.597-.942 3.537-.001.046.047.085.096.123.146l4.438-2.42zm1.354-1.745a1.46 1.46 0 1 0 2.068 2.066 1.46 1.46 0 0 0-2.067-2.066zm.002-7.443c.569.57 1.498.568 2.066 0 .275-.276.427-.643.427-1.033 0-.39-.152-.757-.428-1.033a1.448 1.448 0 0 0-1.032-.428c-.39 0-.758.152-1.035.428a1.452 1.452 0 0 0-.427 1.033c0 .39.152.757.428 1.033zM12 1.017c-.391 0-.758.153-1.034.429a1.456 1.456 0 0 0-.428 1.033c0 .39.152.757.428 1.033.55.55 1.516.55 2.067 0 .275-.277.427-.643.427-1.033 0-.39-.152-.757-.428-1.033A1.453 1.453 0 0 0 12 1.017zm1.034 21.514h-.002c.276-.275.428-.642.428-1.033 0-.39-.152-.757-.428-1.032A1.447 1.447 0 0 0 12 20.038c-.391 0-.758.151-1.034.428a1.45 1.45 0 0 0-.428 1.032c0 .391.152.758.428 1.033.55.552 1.516.551 2.067 0zm8.203-8.229c.477.101.907.332 1.248.674a2.503 2.503 0 0 1 0 3.536c-.471.471-1.1.732-1.768.732a2.48 2.48 0 0 1-1.768-.733c-.046-.045-.085-.095-.123-.143l-4.44 2.42a2.48 2.48 0 0 1-.619 2.48A2.483 2.483 0 0 1 12 24a2.484 2.484 0 0 1-1.768-.732 2.483 2.483 0 0 1-.62-2.48l-4.438-2.42c-.038.048-.077.098-.123.143a2.484 2.484 0 0 1-1.768.735 2.504 2.504 0 0 1-1.768-4.271 2.417 2.417 0 0 1 1.248-.653V9.675a2.466 2.466 0 0 1-1.248-.673 2.477 2.477 0 0 1-.733-1.768c0-.669.26-1.297.732-1.768a2.504 2.504 0 0 1 1.769-.711c.672 0 1.318.259 1.768.711.045.045.085.094.123.144L9.61 3.19a2.413 2.413 0 0 1-.111-.711c0-.668.26-1.296.732-1.769a2.508 2.508 0 0 1 1.77-.71c.673 0 1.317.259 1.768.71.473.473.732 1.101.732 1.769 0 .231-.037.465-.112.711l4.437 2.42c.038-.051.078-.099.125-.145a2.48 2.48 0 0 1 1.767-.731c.669 0 1.297.26 1.768.732.473.472.732 1.1.732 1.768a2.483 2.483 0 0 1-1.98 2.441v4.627zM12 8.15c-.39 0-.757.152-1.033.428a1.452 1.452 0 0 0-.428 1.033c0 .39.152.758.428 1.034.55.55 1.517.549 2.067 0 .276-.277.427-.644.427-1.034a1.45 1.45 0 0 0-.428-1.033A1.452 1.452 0 0 0 12 8.15zm0 3.963a2.486 2.486 0 0 1-1.769-.734A2.48 2.48 0 0 1 9.5 9.61c0-.668.26-1.295.732-1.768a2.51 2.51 0 0 1 1.77-.71 2.51 2.51 0 0 1 1.768.71c.472.472.732 1.1.732 1.768 0 .669-.26 1.297-.733 1.768-.472.473-1.1.734-1.768.734z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M13.585 12.658a2.504 2.504 0 0 1 2.501 2.5v1.19a.52.52 0 1 1-1.04 0v-1.19c0-.805-.655-1.46-1.461-1.46h-3.17c-.806 0-1.461.655-1.461 1.46v1.19a.52.52 0 0 1-1.04 0v-1.19a2.504 2.504 0 0 1 2.501-2.5h3.17zm-9.27-4.391c.276-.276.428-.643.428-1.033 0-.39-.152-.758-.428-1.033a1.453 1.453 0 0 0-1.033-.429c-.39 0-.756.153-1.033.429a1.452 1.452 0 0 0-.428 1.033c0 .39.153.757.428 1.033.262.262.64.413 1.034.413.393 0 .77-.151 1.033-.413zm-1.033 7.016a1.462 1.462 0 0 0-1.033 2.493c.262.262.64.414 1.034.414a1.47 1.47 0 0 0 1.033-.413c.274-.276.426-.643.426-1.034s-.152-.758-.426-1.033a1.447 1.447 0 0 0-1.033-.427zm15.047 2.172a2.476 2.476 0 0 1 .622-2.48 2.47 2.47 0 0 1 1.247-.673V9.675a2.466 2.466 0 0 1-1.248-.673 2.48 2.48 0 0 1-.733-1.768c0-.232.037-.465.111-.711l-4.436-2.42c-.04.05-.079.099-.123.144-.473.473-1.1.733-1.768.733-.67 0-1.296-.26-1.77-.733-.044-.045-.083-.094-.123-.144L5.67 6.522c.076.247.112.48.112.712a2.48 2.48 0 0 1-.732 1.768 2.474 2.474 0 0 1-1.248.673v4.647a2.41 2.41 0 0 1 1.248.654c.651.65.885 1.592.62 2.479l4.437 2.42c.038-.05.077-.099.123-.145.944-.942 2.597-.942 3.537-.001.046.047.085.096.123.146l4.438-2.42zm1.354-1.745a1.46 1.46 0 1 0 2.068 2.066 1.46 1.46 0 0 0-2.067-2.066zm.002-7.443c.569.57 1.498.568 2.066 0 .275-.276.427-.643.427-1.033 0-.39-.152-.757-.428-1.033a1.448 1.448 0 0 0-1.032-.428c-.39 0-.758.152-1.035.428a1.452 1.452 0 0 0-.427 1.033c0 .39.152.757.428 1.033zM12 1.017c-.391 0-.758.153-1.034.429a1.456 1.456 0 0 0-.428 1.033c0 .39.152.757.428 1.033.55.55 1.516.55 2.067 0 .275-.277.427-.643.427-1.033 0-.39-.152-.757-.428-1.033A1.453 1.453 0 0 0 12 1.017zm1.034 21.514h-.002c.276-.275.428-.642.428-1.033 0-.39-.152-.757-.428-1.032A1.447 1.447 0 0 0 12 20.038c-.391 0-.758.151-1.034.428a1.45 1.45 0 0 0-.428 1.032c0 .391.152.758.428 1.033.55.552 1.516.551 2.067 0zm8.203-8.229c.477.101.907.332 1.248.674a2.503 2.503 0 0 1 0 3.536c-.471.471-1.1.732-1.768.732a2.48 2.48 0 0 1-1.768-.733c-.046-.045-.085-.095-.123-.143l-4.44 2.42a2.48 2.48 0 0 1-.619 2.48A2.483 2.483 0 0 1 12 24a2.484 2.484 0 0 1-1.768-.732 2.483 2.483 0 0 1-.62-2.48l-4.438-2.42c-.038.048-.077.098-.123.143a2.484 2.484 0 0 1-1.768.735 2.504 2.504 0 0 1-1.768-4.271 2.417 2.417 0 0 1 1.248-.653V9.675a2.466 2.466 0 0 1-1.248-.673 2.477 2.477 0 0 1-.733-1.768c0-.669.26-1.297.732-1.768a2.504 2.504 0 0 1 1.769-.711c.672 0 1.318.259 1.768.711.045.045.085.094.123.144L9.61 3.19a2.413 2.413 0 0 1-.111-.711c0-.668.26-1.296.732-1.769a2.508 2.508 0 0 1 1.77-.71c.673 0 1.317.259 1.768.71.473.473.732 1.101.732 1.769 0 .231-.037.465-.112.711l4.437 2.42c.038-.051.078-.099.125-.145a2.48 2.48 0 0 1 1.767-.731c.669 0 1.297.26 1.768.732.473.472.732 1.1.732 1.768a2.483 2.483 0 0 1-1.98 2.441v4.627zM12 8.15c-.39 0-.757.152-1.033.428a1.452 1.452 0 0 0-.428 1.033c0 .39.152.758.428 1.034.55.55 1.517.549 2.067 0 .276-.277.427-.644.427-1.034a1.45 1.45 0 0 0-.428-1.033A1.452 1.452 0 0 0 12 8.15zm0 3.963a2.486 2.486 0 0 1-1.769-.734A2.48 2.48 0 0 1 9.5 9.61c0-.668.26-1.295.732-1.768a2.51 2.51 0 0 1 1.77-.71 2.51 2.51 0 0 1 1.768.71c.472.472.732 1.1.732 1.768 0 .669-.26 1.297-.733 1.768-.472.473-1.1.734-1.768.734z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 19",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M2.5 19A2.502 2.502 0 0 1 0 16.5v-11c0-1.208.86-2.218 2-2.45V2.5C2 1.121 3.121 0 4.5 0h17C22.879 0 24 1.121 24 2.5v14c0 1.379-1.121 2.5-2.5 2.5h-19zm0-1h19c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5h-17C3.673 1 3 1.673 3 2.5v14a.5.5 0 0 1-1 0V4.086c-.582.206-1 .762-1 1.414v11c0 .827.673 1.5 1.5 1.5zm10-2h-8a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5zM5 15h7v-5H5v5zm16.5-5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0 3h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0 3h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0-9h-17a.5.5 0 0 1 0-1h17a.5.5 0 0 1 0 1zm0-3h-17a.5.5 0 0 1 0-1h17a.5.5 0 0 1 0 1z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 19",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M2.5 19A2.502 2.502 0 0 1 0 16.5v-11c0-1.208.86-2.218 2-2.45V2.5C2 1.121 3.121 0 4.5 0h17C22.879 0 24 1.121 24 2.5v14c0 1.379-1.121 2.5-2.5 2.5h-19zm0-1h19c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5h-17C3.673 1 3 1.673 3 2.5v14a.5.5 0 0 1-1 0V4.086c-.582.206-1 .762-1 1.414v11c0 .827.673 1.5 1.5 1.5zm10-2h-8a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5zM5 15h7v-5H5v5zm16.5-5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0 3h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0 3h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zm0-9h-17a.5.5 0 0 1 0-1h17a.5.5 0 0 1 0 1zm0-3h-17a.5.5 0 0 1 0-1h17a.5.5 0 0 1 0 1z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M23.2 11.2h-5.468a7.65 7.65 0 0 0 .269-2c0-3.205-2.777-6.52-2.895-6.659a.401.401 0 0 0-.704.226l-.237 2.84c-.614-1.579-1.722-3.825-3.49-5.498a.4.4 0 0 0-.662.396c.42 1.535-.088 4.007-.564 5.748-.134-.984-.384-1.929-.848-2.2A.402.402 0 0 0 8 4.4c0 .776-.374 1.516-.808 2.372C6.633 7.873 6 9.12 6 10.8c0 .14.017.266.026.4H.8a.4.4 0 0 0-.4.4v12c0 .22.18.4.4.4h22.4a.4.4 0 0 0 .4-.4v-12a.4.4 0 0 0-.4-.4zm-3.6.8v3.2h-4.54c.91-.677 1.848-1.765 2.413-3.2H19.6zM8.4 19.2h7.2V16H8.4v3.2zM7.905 7.132c.241-.475.475-.936.643-1.406.135.7.234 1.684.252 2.68a.4.4 0 0 0 .776.131c.07-.19 1.479-4.083 1.386-6.95 2.168 2.616 3.04 6.07 3.05 6.108.046.19.208.316.42.304a.4.4 0 0 0 .366-.366l.314-3.754C15.91 5.022 17.2 7.18 17.2 9.2c0 3.807-3.036 6-4 6h-2.725c-.408-.113-3.675-1.117-3.675-4.4 0-1.487.561-2.596 1.105-3.668zM4.4 12h1.743c.371 1.59 1.438 2.6 2.406 3.2H4.4V12zm-3.2 3.2h2.4V12H1.2v3.2zm0 4h6.4V16H1.2v3.2zm0 4h2.4V20H1.2v3.2zm3.2 0h7.2V20H4.4v3.2zm8 0h7.2V20h-7.2v3.2zm8 0h2.4V20h-2.4v3.2zm-4-4h6.4V16h-6.4v3.2zm4-4h2.4V12h-2.4v3.2z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M23.2 11.2h-5.468a7.65 7.65 0 0 0 .269-2c0-3.205-2.777-6.52-2.895-6.659a.401.401 0 0 0-.704.226l-.237 2.84c-.614-1.579-1.722-3.825-3.49-5.498a.4.4 0 0 0-.662.396c.42 1.535-.088 4.007-.564 5.748-.134-.984-.384-1.929-.848-2.2A.402.402 0 0 0 8 4.4c0 .776-.374 1.516-.808 2.372C6.633 7.873 6 9.12 6 10.8c0 .14.017.266.026.4H.8a.4.4 0 0 0-.4.4v12c0 .22.18.4.4.4h22.4a.4.4 0 0 0 .4-.4v-12a.4.4 0 0 0-.4-.4zm-3.6.8v3.2h-4.54c.91-.677 1.848-1.765 2.413-3.2H19.6zM8.4 19.2h7.2V16H8.4v3.2zM7.905 7.132c.241-.475.475-.936.643-1.406.135.7.234 1.684.252 2.68a.4.4 0 0 0 .776.131c.07-.19 1.479-4.083 1.386-6.95 2.168 2.616 3.04 6.07 3.05 6.108.046.19.208.316.42.304a.4.4 0 0 0 .366-.366l.314-3.754C15.91 5.022 17.2 7.18 17.2 9.2c0 3.807-3.036 6-4 6h-2.725c-.408-.113-3.675-1.117-3.675-4.4 0-1.487.561-2.596 1.105-3.668zM4.4 12h1.743c.371 1.59 1.438 2.6 2.406 3.2H4.4V12zm-3.2 3.2h2.4V12H1.2v3.2zm0 4h6.4V16H1.2v3.2zm0 4h2.4V20H1.2v3.2zm3.2 0h7.2V20H4.4v3.2zm8 0h7.2V20h-7.2v3.2zm8 0h2.4V20h-2.4v3.2zm-4-4h6.4V16h-6.4v3.2zm4-4h2.4V12h-2.4v3.2z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M18.968 13.846a2.285 2.285 0 0 1 2.308 2.308c0 .738-.369 1.384-.923 1.846l.923 4.523a.439.439 0 0 1-.184.462c-.093.046-.185.092-.277.092-.093 0-.139 0-.185-.046l-1.662-.831-1.661.83c-.138.093-.37.047-.508-.045-.138-.093-.184-.277-.184-.462L17.538 18a2.272 2.272 0 0 1-.923-1.846c.046-1.292 1.061-2.308 2.354-2.308zm-.553 4.57-.693 3.369 1.016-.508a.641.641 0 0 1 .415 0l1.016.508-.693-3.37c-.138 0-.323.047-.508.047-.184 0-.369-.047-.553-.047zm-13.2 1.892h10.061c.277 0 .462.184.462.461s-.185.462-.462.462H4.292l.923-.923zM18.968.923c.277 0 .462.185.462.462v.83l-.923.923V1.846h-9.23v5.077c0 .277-.185.462-.462.462H3.738v10.523l-.923.923V6.738c0-.046.046-.046.046-.092s.046-.046.046-.092l5.538-5.539h.047L8.538.97l.046-.046h10.384zM8.815 17.538c.277 0 .461.185.461.462s-.184.462-.461.462H7.06l.923-.924h.83zm10.153-2.769c-.784 0-1.384.6-1.384 1.385s.6 1.384 1.384 1.384c.785 0 1.385-.6 1.385-1.384 0-.785-.6-1.385-1.385-1.385zM7.8 13.846l-.923.923H5.122c-.23 0-.415-.184-.461-.415v-.046c0-.277.184-.462.461-.462H7.8zm7.477 0c.277 0 .462.185.462.462s-.185.461-.462.461h-4.523l.923-.923h3.6zm4.154-7.754v6.37c0 .277-.185.461-.462.461-.276 0-.461-.184-.461-.461V7.015l.923-.923zm-7.938 4.062-.924.923H5.123c-.23 0-.415-.185-.461-.415v-.047c0-.277.184-.461.461-.461h6.37zm5.63 0c.277 0 .462.184.462.461s-.185.462-.462.462h-2.677l.923-.923h1.754zm-1.938-3.692-.923.923h-2.677c-.23 0-.415-.185-.462-.416v-.046c0-.277.185-.461.462-.461h3.6zm-6.83-3.97-3.97 3.97h3.97v-3.97zM1.891 22.015c.092 0 .323 0 .415-.092L22.43 1.8a.502.502 0 0 0 0-.692.502.502 0 0 0-.692 0L1.568 21.23a.502.502 0 0 0 0 .692c0 .092.231.092.324.092z"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M18.968 13.846a2.285 2.285 0 0 1 2.308 2.308c0 .738-.369 1.384-.923 1.846l.923 4.523a.439.439 0 0 1-.184.462c-.093.046-.185.092-.277.092-.093 0-.139 0-.185-.046l-1.662-.831-1.661.83c-.138.093-.37.047-.508-.045-.138-.093-.184-.277-.184-.462L17.538 18a2.272 2.272 0 0 1-.923-1.846c.046-1.292 1.061-2.308 2.354-2.308zm-.553 4.57-.693 3.369 1.016-.508a.641.641 0 0 1 .415 0l1.016.508-.693-3.37c-.138 0-.323.047-.508.047-.184 0-.369-.047-.553-.047zm-13.2 1.892h10.061c.277 0 .462.184.462.461s-.185.462-.462.462H4.292l.923-.923zM18.968.923c.277 0 .462.185.462.462v.83l-.923.923V1.846h-9.23v5.077c0 .277-.185.462-.462.462H3.738v10.523l-.923.923V6.738c0-.046.046-.046.046-.092s.046-.046.046-.092l5.538-5.539h.047L8.538.97l.046-.046h10.384zM8.815 17.538c.277 0 .461.185.461.462s-.184.462-.461.462H7.06l.923-.924h.83zm10.153-2.769c-.784 0-1.384.6-1.384 1.385s.6 1.384 1.384 1.384c.785 0 1.385-.6 1.385-1.384 0-.785-.6-1.385-1.385-1.385zM7.8 13.846l-.923.923H5.122c-.23 0-.415-.184-.461-.415v-.046c0-.277.184-.462.461-.462H7.8zm7.477 0c.277 0 .462.185.462.462s-.185.461-.462.461h-4.523l.923-.923h3.6zm4.154-7.754v6.37c0 .277-.185.461-.462.461-.276 0-.461-.184-.461-.461V7.015l.923-.923zm-7.938 4.062-.924.923H5.123c-.23 0-.415-.185-.461-.415v-.047c0-.277.184-.461.461-.461h6.37zm5.63 0c.277 0 .462.184.462.461s-.185.462-.462.462h-2.677l.923-.923h1.754zm-1.938-3.692-.923.923h-2.677c-.23 0-.415-.185-.462-.416v-.046c0-.277.185-.461.462-.461h3.6zm-6.83-3.97-3.97 3.97h3.97v-3.97zM1.891 22.015c.092 0 .323 0 .415-.092L22.43 1.8a.502.502 0 0 0 0-.692.502.502 0 0 0-.692 0L1.568 21.23a.502.502 0 0 0 0 .692c0 .092.231.092.324.092z"
|
|
26
|
+
})]
|
|
27
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M12 0c1.322 0 2.41 1.008 2.494 2.276l.006.16v1.346c2.54.86 4.402 3.006 4.728 5.73l.036.699c.014.333.026.75.026 1.176l-.003.698c.002 1.206.085 2.45.824 3.831l.169.298 1.542 2.544c.228.373.237.844.02 1.228-.196.35-.55.58-.946.623l-.133.007h-5.865l.025.19c.008.079.012.134.012.181 0 1.661-1.323 3.013-2.95 3.013-1.627 0-2.95-1.352-2.95-3.013 0-.063.006-.142.02-.251l.016-.12H3.237c-.45 0-.863-.24-1.081-.63a1.22 1.22 0 0 1-.046-1.102l.069-.129 1.545-2.547c.937-1.57 1.027-2.962.993-4.352l-.014-.606c-.006-.859.062-1.666.065-1.704.318-2.658 2.067-4.76 4.48-5.674l.252-.09V2.436C9.5 1.093 10.622 0 12 0zm1.136 20.616h-2.302c-.003.042-.01.083-.01.126 0 .755.52 1.367 1.16 1.367.64 0 1.16-.612 1.16-1.367 0-.043-.005-.084-.008-.126zM12 5.372c-2.697 0-4.807 1.696-5.21 4.152l-.032.225s-.068.823-.053 1.62l.016.662c.018 1.447-.12 3.098-1.11 4.904l-.174.304-.835 1.377h14.795l-.831-1.37c-1.128-1.891-1.27-3.592-1.279-5.023l.003-1a30.047 30.047 0 0 0-.053-1.528c-.303-2.523-2.46-4.323-5.237-4.323zm0-3.46c-.38 0-.696.27-.746.622l-.006.097v.778a7.63 7.63 0 0 1 1.255-.02l.248.02v-.778c0-.397-.337-.719-.751-.719z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M12 0c1.322 0 2.41 1.008 2.494 2.276l.006.16v1.346c2.54.86 4.402 3.006 4.728 5.73l.036.699c.014.333.026.75.026 1.176l-.003.698c.002 1.206.085 2.45.824 3.831l.169.298 1.542 2.544c.228.373.237.844.02 1.228-.196.35-.55.58-.946.623l-.133.007h-5.865l.025.19c.008.079.012.134.012.181 0 1.661-1.323 3.013-2.95 3.013-1.627 0-2.95-1.352-2.95-3.013 0-.063.006-.142.02-.251l.016-.12H3.237c-.45 0-.863-.24-1.081-.63a1.22 1.22 0 0 1-.046-1.102l.069-.129 1.545-2.547c.937-1.57 1.027-2.962.993-4.352l-.014-.606c-.006-.859.062-1.666.065-1.704.318-2.658 2.067-4.76 4.48-5.674l.252-.09V2.436C9.5 1.093 10.622 0 12 0zm1.136 20.616h-2.302c-.003.042-.01.083-.01.126 0 .755.52 1.367 1.16 1.367.64 0 1.16-.612 1.16-1.367 0-.043-.005-.084-.008-.126zM12 5.372c-2.697 0-4.807 1.696-5.21 4.152l-.032.225s-.068.823-.053 1.62l.016.662c.018 1.447-.12 3.098-1.11 4.904l-.174.304-.835 1.377h14.795l-.831-1.37c-1.128-1.891-1.27-3.592-1.279-5.023l.003-1a30.047 30.047 0 0 0-.053-1.528c-.303-2.523-2.46-4.323-5.237-4.323zm0-3.46c-.38 0-.696.27-.746.622l-.006.097v.778a7.63 7.63 0 0 1 1.255-.02l.248.02v-.778c0-.397-.337-.719-.751-.719z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 19 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M4.512 19h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014V9zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014V5zm3.51 2h2.005a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.5-2h1.003v1H9.025V5zm3.51 6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002V9zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002V5zm5.463 18h-1.452V2.5a.5.5 0 0 0-.502-.5h-1.504V.5a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5V2H2.507a.5.5 0 0 0-.502.5V23H.501a.5.5 0 1 0 0 1h6.017a.5.5 0 0 0 .501-.5V21h5.014v2.5a.5.5 0 0 0 .501.5H18.5a.5.5 0 1 0 0-1zM5.014 1h9.024v1H5.014V1zm11.03 22h-3.008v-2.5a.5.5 0 0 0-.502-.5H6.518a.5.5 0 0 0-.502.5V23H3.008V3h13.036v20zm-3.51-8h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002v-1zm-4.513 6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025v-1zm3.51 6h2.005a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.5-2h1.003v1h-1.002v-1zm-4.512-6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025V9z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 19 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M4.512 19h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014V9zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H5.014V5zm3.51 2h2.005a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.5-2h1.003v1H9.025V5zm3.51 6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002V9zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002V5zm5.463 18h-1.452V2.5a.5.5 0 0 0-.502-.5h-1.504V.5a.5.5 0 0 0-.501-.5H4.512a.5.5 0 0 0-.501.5V2H2.507a.5.5 0 0 0-.502.5V23H.501a.5.5 0 1 0 0 1h6.017a.5.5 0 0 0 .501-.5V21h5.014v2.5a.5.5 0 0 0 .501.5H18.5a.5.5 0 1 0 0-1zM5.014 1h9.024v1H5.014V1zm11.03 22h-3.008v-2.5a.5.5 0 0 0-.502-.5H6.518a.5.5 0 0 0-.502.5V23H3.008V3h13.036v20zm-3.51-8h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1h-1.002v-1zm-4.513 6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025v-1zm-.502-2h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025v-1zm3.51 6h2.005a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5h-2.006a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.5-2h1.003v1h-1.002v-1zm-4.512-6h2.006a.5.5 0 0 0 .501-.5v-2a.5.5 0 0 0-.501-.5H8.523a.5.5 0 0 0-.501.5v2a.5.5 0 0 0 .501.5zm.502-2h1.002v1H9.025V9z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M13.12 5.906h.805v-.804h-.804v.804zm1.206-1.709c.202 0 .403.201.403.402v1.71a.43.43 0 0 1-.403.402h-1.708a.433.433 0 0 1-.403-.403V4.6c0-.2.202-.402.403-.402h1.708zm1.811 1.71h.805v-.805h-.805v.804zm1.206-1.71c.201 0 .402.201.402.402v1.71a.432.432 0 0 1-.402.402h-1.709c-.2 0-.403-.2-.403-.403V4.6c0-.2.202-.402.403-.402h1.709zm1.81 1.71h.805v-.805h-.804v.804zm1.206-1.71c.202 0 .403.201.403.402v1.71a.432.432 0 0 1-.403.402h-1.708a.433.433 0 0 1-.403-.403V4.6c0-.2.202-.402.403-.402h1.708zM4.164 14.074h.805v-.804h-.805v.804zm1.207-1.709c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.402-.201-.402-.403v-1.71c0-.2.202-.402.402-.402h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.207-1.71c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.402-.201-.402-.403v-1.71c0-.2.201-.402.401-.402h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.206-1.71c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.401-.201-.401-.403v-1.71c0-.2.2-.402.4-.402h1.711zm-7.24 5.832h.805v-.804h-.805v.804zm1.207-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.402-.202-.402-.403V16.89c0-.2.202-.403.402-.403h1.71zm1.81 1.71h.804v-.804h-.804v.804zm1.207-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.402-.202-.402-.403V16.89c0-.2.201-.403.401-.403h1.71zm1.81 1.71h.804v-.804h-.804v.804zm1.206-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.401-.202-.401-.403V16.89c0-.2.2-.403.4-.403h1.711zm-7.24 5.831h.805v-.804h-.805v.804zm1.207-1.709c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.402-.2-.402-.4v-1.71c0-.202.202-.403.402-.403h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.207-1.71c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.402-.2-.402-.4v-1.71c0-.202.201-.403.401-.403h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.206-1.71c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.401-.2-.401-.4v-1.71c0-.202.2-.403.4-.403h1.711zm4.733-10.706h.805V9.1h-.805v.804zm1.206-1.61c.201 0 .402.202.402.403v1.71c0 .2-.201.401-.402.401h-1.709c-.2 0-.403-.2-.403-.4V8.695c0-.201.202-.402.403-.402h1.709zm1.81 1.61h.805V9.1h-.804v.804zm1.206-1.61c.202 0 .403.202.403.403v1.71c0 .2-.201.401-.403.401h-1.708c-.201 0-.403-.2-.403-.4V8.695c0-.201.202-.402.403-.402h1.708zM16.137 14h.805v-.804h-.805V14zm1.206-1.61c.201 0 .402.202.402.404v1.709c0 .2-.201.4-.402.4h-1.709c-.2 0-.403-.2-.403-.4v-1.71c0-.201.202-.402.403-.402h1.709zm1.81 1.61h.805v-.804h-.804V14zm1.206-1.61c.202 0 .403.202.403.404v1.709c0 .2-.201.4-.403.4h-1.708c-.201 0-.403-.2-.403-.4v-1.71c0-.201.202-.402.403-.402h1.708zm-4.222 5.706h.805v-.804h-.805v.804zm1.206-1.609c.201 0 .402.202.402.403v1.708a.432.432 0 0 1-.402.403h-1.709c-.2 0-.403-.202-.403-.403V16.89c0-.2.202-.403.403-.403h1.709zm1.81 1.609h.805v-.804h-.804v.804zm1.206-1.609c.202 0 .403.202.403.403v1.708a.432.432 0 0 1-.403.403h-1.708a.434.434 0 0 1-.403-.403V16.89c0-.2.202-.403.403-.403h1.708zm-4.222 5.705h.805v-.804h-.805v.804zm1.206-1.607c.201 0 .402.201.402.401v1.71c0 .2-.201.402-.402.402h-1.709c-.2 0-.403-.202-.403-.403v-1.709c0-.2.202-.401.403-.401h1.709zm1.81 1.607h.805v-.804h-.804v.804zm1.206-1.607c.202 0 .403.201.403.401v1.71c0 .2-.201.402-.403.402h-1.708a.434.434 0 0 1-.403-.403v-1.709c0-.2.202-.401.403-.401h1.708zM13.095 1.649h6.737v-.644h-6.737v.644zm-8.928 8.617h6.737v-.643H4.167v.643zm18.18-8.617c.36 0 .653.292.653.653v21.195a.503.503 0 0 1-1.006 0V2.654H10.933v5.964h.323c.361 0 .654.293.654.653v.995h1.508c.36 0 .654.293.654.654v12.577a.503.503 0 0 1-1.006 0V11.272H2.006v12.225a.503.503 0 0 1-1.006 0V10.92c0-.361.294-.654.654-.654h1.508v-.995c0-.36.292-.653.653-.653h6.112V2.302c0-.36.294-.653.654-.653h1.508V.653c0-.36.294-.653.654-.653h7.44c.361 0 .655.293.655.653v.996h1.508z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
d: "M13.12 5.906h.805v-.804h-.804v.804zm1.206-1.709c.202 0 .403.201.403.402v1.71a.43.43 0 0 1-.403.402h-1.708a.433.433 0 0 1-.403-.403V4.6c0-.2.202-.402.403-.402h1.708zm1.811 1.71h.805v-.805h-.805v.804zm1.206-1.71c.201 0 .402.201.402.402v1.71a.432.432 0 0 1-.402.402h-1.709c-.2 0-.403-.2-.403-.403V4.6c0-.2.202-.402.403-.402h1.709zm1.81 1.71h.805v-.805h-.804v.804zm1.206-1.71c.202 0 .403.201.403.402v1.71a.432.432 0 0 1-.403.402h-1.708a.433.433 0 0 1-.403-.403V4.6c0-.2.202-.402.403-.402h1.708zM4.164 14.074h.805v-.804h-.805v.804zm1.207-1.709c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.402-.201-.402-.403v-1.71c0-.2.202-.402.402-.402h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.207-1.71c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.402-.201-.402-.403v-1.71c0-.2.201-.402.401-.402h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.206-1.71c.2 0 .402.201.402.403v1.709c0 .202-.202.403-.402.403h-1.71c-.2 0-.401-.201-.401-.403v-1.71c0-.2.2-.402.4-.402h1.711zm-7.24 5.832h.805v-.804h-.805v.804zm1.207-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.402-.202-.402-.403V16.89c0-.2.202-.403.402-.403h1.71zm1.81 1.71h.804v-.804h-.804v.804zm1.207-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.402-.202-.402-.403V16.89c0-.2.201-.403.401-.403h1.71zm1.81 1.71h.804v-.804h-.804v.804zm1.206-1.71c.2 0 .402.202.402.403v1.708c0 .201-.202.403-.402.403h-1.71c-.2 0-.401-.202-.401-.403V16.89c0-.2.2-.403.4-.403h1.711zm-7.24 5.831h.805v-.804h-.805v.804zm1.207-1.709c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.402-.2-.402-.4v-1.71c0-.202.202-.403.402-.403h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.207-1.71c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.402-.2-.402-.4v-1.71c0-.202.201-.403.401-.403h1.71zm1.81 1.71h.804v-.805h-.804v.804zm1.206-1.71c.2 0 .402.201.402.402v1.71c0 .201-.202.401-.402.401h-1.71c-.2 0-.401-.2-.401-.4v-1.71c0-.202.2-.403.4-.403h1.711zm4.733-10.706h.805V9.1h-.805v.804zm1.206-1.61c.201 0 .402.202.402.403v1.71c0 .2-.201.401-.402.401h-1.709c-.2 0-.403-.2-.403-.4V8.695c0-.201.202-.402.403-.402h1.709zm1.81 1.61h.805V9.1h-.804v.804zm1.206-1.61c.202 0 .403.202.403.403v1.71c0 .2-.201.401-.403.401h-1.708c-.201 0-.403-.2-.403-.4V8.695c0-.201.202-.402.403-.402h1.708zM16.137 14h.805v-.804h-.805V14zm1.206-1.61c.201 0 .402.202.402.404v1.709c0 .2-.201.4-.402.4h-1.709c-.2 0-.403-.2-.403-.4v-1.71c0-.201.202-.402.403-.402h1.709zm1.81 1.61h.805v-.804h-.804V14zm1.206-1.61c.202 0 .403.202.403.404v1.709c0 .2-.201.4-.403.4h-1.708c-.201 0-.403-.2-.403-.4v-1.71c0-.201.202-.402.403-.402h1.708zm-4.222 5.706h.805v-.804h-.805v.804zm1.206-1.609c.201 0 .402.202.402.403v1.708a.432.432 0 0 1-.402.403h-1.709c-.2 0-.403-.202-.403-.403V16.89c0-.2.202-.403.403-.403h1.709zm1.81 1.609h.805v-.804h-.804v.804zm1.206-1.609c.202 0 .403.202.403.403v1.708a.432.432 0 0 1-.403.403h-1.708a.434.434 0 0 1-.403-.403V16.89c0-.2.202-.403.403-.403h1.708zm-4.222 5.705h.805v-.804h-.805v.804zm1.206-1.607c.201 0 .402.201.402.401v1.71c0 .2-.201.402-.402.402h-1.709c-.2 0-.403-.202-.403-.403v-1.709c0-.2.202-.401.403-.401h1.709zm1.81 1.607h.805v-.804h-.804v.804zm1.206-1.607c.202 0 .403.201.403.401v1.71c0 .2-.201.402-.403.402h-1.708a.434.434 0 0 1-.403-.403v-1.709c0-.2.202-.401.403-.401h1.708zM13.095 1.649h6.737v-.644h-6.737v.644zm-8.928 8.617h6.737v-.643H4.167v.643zm18.18-8.617c.36 0 .653.292.653.653v21.195a.503.503 0 0 1-1.006 0V2.654H10.933v5.964h.323c.361 0 .654.293.654.653v.995h1.508c.36 0 .654.293.654.654v12.577a.503.503 0 0 1-1.006 0V11.272H2.006v12.225a.503.503 0 0 1-1.006 0V10.92c0-.361.294-.654.654-.654h1.508v-.995c0-.36.292-.653.653-.653h6.112V2.302c0-.36.294-.653.654-.653h1.508V.653c0-.36.294-.653.654-.653h7.44c.361 0 .655.293.655.653v.996h1.508z",
|
|
24
|
+
fillRule: "evenodd"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
|
|
5
|
+
module.exports = ({
|
|
6
|
+
title,
|
|
7
|
+
titleId,
|
|
8
|
+
size,
|
|
9
|
+
color,
|
|
10
|
+
...props
|
|
11
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: size,
|
|
14
|
+
width: size,
|
|
15
|
+
fill: color,
|
|
16
|
+
role: title ? 'img' : undefined,
|
|
17
|
+
"aria-hidden": !title,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M12 23.5C5.659 23.5.5 18.341.5 12S5.659.5 12 .5 23.5 5.659 23.5 12 18.341 23.5 12 23.5zm0-22C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5zm-4 17a.501.501 0 0 1-.5-.5V6a.501.501 0 0 1 .757-.429l10 6a.501.501 0 0 1 0 .858l-10 6A.503.503 0 0 1 8 18.5zm.5-11.617v10.233L17.028 12 8.5 6.883z"
|
|
25
|
+
})]
|
|
26
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
4
|
+
|
|
5
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
6
|
+
|
|
7
|
+
module.exports = ({
|
|
8
|
+
title,
|
|
9
|
+
titleId,
|
|
10
|
+
size,
|
|
11
|
+
color,
|
|
12
|
+
...props
|
|
13
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
height: size,
|
|
16
|
+
width: size,
|
|
17
|
+
fill: color,
|
|
18
|
+
"aria-labelledby": titleId,
|
|
19
|
+
children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
|
|
20
|
+
id: titleId,
|
|
21
|
+
children: title
|
|
22
|
+
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M12 23.5C5.659 23.5.5 18.341.5 12S5.659.5 12 .5 23.5 5.659 23.5 12 18.341 23.5 12 23.5zm0-22C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5zm-4 17a.501.501 0 0 1-.5-.5V6a.501.501 0 0 1 .757-.429l10 6a.501.501 0 0 1 0 .858l-10 6A.503.503 0 0 1 8 18.5zm.5-11.617v10.233L17.028 12 8.5 6.883z"
|
|
25
|
+
})]
|
|
26
|
+
});
|