@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,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 17",
|
|
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: "M15.809 12.364a.492.492 0 0 1-.317-.114c-1.961-1.611-5.021-1.611-6.982 0a.498.498 0 0 1-.703-.068.498.498 0 0 1 .068-.703A6.5 6.5 0 0 1 12 10c1.502 0 2.968.525 4.126 1.479a.498.498 0 0 1-.317.885zm3.623-3.458a.499.499 0 0 1-.338-.132A10.47 10.47 0 0 0 12 6a10.47 10.47 0 0 0-7.094 2.774.5.5 0 0 1-.676-.736A11.465 11.465 0 0 1 12 5c2.877 0 5.637 1.079 7.77 3.038a.499.499 0 0 1-.338.868zM23 5.417a.5.5 0 0 1-.345-.138 15.428 15.428 0 0 0-21.311-.015.498.498 0 1 1-.687-.725A16.415 16.415 0 0 1 12 0c4.229 0 8.258 1.617 11.345 4.555a.5.5 0 0 1-.345.862zM12 17c-.827 0-1.5-.673-1.5-1.5S11.173 14 12 14s1.5.673 1.5 1.5S12.827 17 12 17zm0-2c-.275 0-.5.225-.5.5s.225.5.5.5.5-.225.5-.5-.225-.5-.5-.5z"
|
|
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 17",
|
|
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: "M15.809 12.364a.492.492 0 0 1-.317-.114c-1.961-1.611-5.021-1.611-6.982 0a.498.498 0 0 1-.703-.068.498.498 0 0 1 .068-.703A6.5 6.5 0 0 1 12 10c1.502 0 2.968.525 4.126 1.479a.498.498 0 0 1-.317.885zm3.623-3.458a.499.499 0 0 1-.338-.132A10.47 10.47 0 0 0 12 6a10.47 10.47 0 0 0-7.094 2.774.5.5 0 0 1-.676-.736A11.465 11.465 0 0 1 12 5c2.877 0 5.637 1.079 7.77 3.038a.499.499 0 0 1-.338.868zM23 5.417a.5.5 0 0 1-.345-.138 15.428 15.428 0 0 0-21.311-.015.498.498 0 1 1-.687-.725A16.415 16.415 0 0 1 12 0c4.229 0 8.258 1.617 11.345 4.555a.5.5 0 0 1-.345.862zM12 17c-.827 0-1.5-.673-1.5-1.5S11.173 14 12 14s1.5.673 1.5 1.5S12.827 17 12 17zm0-2c-.275 0-.5.225-.5.5s.225.5.5.5.5-.225.5-.5-.225-.5-.5-.5z"
|
|
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 18",
|
|
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: "M3.5 18a.5.5 0 0 1-.354-.853l17-17a.5.5 0 0 1 .707.707l-17 17A.498.498 0 0 1 3.5 18zm1.453-4.281a.491.491 0 0 1-.276-.084C1.812 11.732.159 9.385.09 9.285a.5.5 0 0 1 .028-.608C.349 8.404 5.839 2 12 2c1.039 0 2.143.193 3.281.576a.5.5 0 0 1 .314.633.493.493 0 0 1-.633.314C13.928 3.176 12.931 3 12 3 7.019 3 2.297 7.777 1.146 9.027a18.286 18.286 0 0 0 4.083 3.775c.23.152.293.463.14.692a.495.495 0 0 1-.416.225zm7.047-.72a3.968 3.968 0 0 1-2.828-1.171.5.5 0 0 1 .707-.707A2.976 2.976 0 0 0 12 12c1.654 0 3-1.346 3-3a2.98 2.98 0 0 0-.879-2.121.5.5 0 0 1 .707-.707A3.968 3.968 0 0 1 16 9c0 2.206-1.794 4-4 4zm-3.439-2.89a.5.5 0 0 1-.491-.412A3.912 3.912 0 0 1 8 9c0-2.206 1.794-4 4-4 .238 0 .47.029.697.069a.5.5 0 0 1-.174.984A2.99 2.99 0 0 0 12 6c-1.654 0-3 1.346-3 3 0 .18.023.353.054.523a.5.5 0 0 1-.493.587zM12 16c-1.829 0-3.667-.437-5.462-1.304a.499.499 0 1 1 .434-.9C8.631 14.595 10.322 15 12 15c4.945 0 9.636-4.71 10.828-6-.785-.848-3.081-3.17-5.955-4.658a.5.5 0 1 1 .459-.89c3.731 1.934 6.436 5.09 6.549 5.225a.5.5 0 0 1 .001.646C23.651 9.596 18.161 16 12 16z"
|
|
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 18",
|
|
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: "M3.5 18a.5.5 0 0 1-.354-.853l17-17a.5.5 0 0 1 .707.707l-17 17A.498.498 0 0 1 3.5 18zm1.453-4.281a.491.491 0 0 1-.276-.084C1.812 11.732.159 9.385.09 9.285a.5.5 0 0 1 .028-.608C.349 8.404 5.839 2 12 2c1.039 0 2.143.193 3.281.576a.5.5 0 0 1 .314.633.493.493 0 0 1-.633.314C13.928 3.176 12.931 3 12 3 7.019 3 2.297 7.777 1.146 9.027a18.286 18.286 0 0 0 4.083 3.775c.23.152.293.463.14.692a.495.495 0 0 1-.416.225zm7.047-.72a3.968 3.968 0 0 1-2.828-1.171.5.5 0 0 1 .707-.707A2.976 2.976 0 0 0 12 12c1.654 0 3-1.346 3-3a2.98 2.98 0 0 0-.879-2.121.5.5 0 0 1 .707-.707A3.968 3.968 0 0 1 16 9c0 2.206-1.794 4-4 4zm-3.439-2.89a.5.5 0 0 1-.491-.412A3.912 3.912 0 0 1 8 9c0-2.206 1.794-4 4-4 .238 0 .47.029.697.069a.5.5 0 0 1-.174.984A2.99 2.99 0 0 0 12 6c-1.654 0-3 1.346-3 3 0 .18.023.353.054.523a.5.5 0 0 1-.493.587zM12 16c-1.829 0-3.667-.437-5.462-1.304a.499.499 0 1 1 .434-.9C8.631 14.595 10.322 15 12 15c4.945 0 9.636-4.71 10.828-6-.785-.848-3.081-3.17-5.955-4.658a.5.5 0 1 1 .459-.89c3.731 1.934 6.436 5.09 6.549 5.225a.5.5 0 0 1 .001.646C23.651 9.596 18.161 16 12 16z"
|
|
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 13 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: "M6.5 24a.502.502 0 0 1-.354-.146l-2-2A.504.504 0 0 1 4 21.5v-1.793l-.854-.854a.5.5 0 0 1 0-.707L4 17.293v-.586l-.854-.854a.5.5 0 0 1 0-.707L4 14.293V13h-.5a.5.5 0 0 1-.5-.5v-.528A6.525 6.525 0 0 1 0 6.5C0 2.916 2.916 0 6.5 0S13 2.916 13 6.5a6.525 6.525 0 0 1-3 5.472v.528a.5.5 0 0 1-.5.5H9v8.5c0 .133-.053.26-.146.354l-2 2A.502.502 0 0 1 6.5 24zM5 21.293l1.5 1.5 1.5-1.5V12.5a.5.5 0 0 1 .5-.5H9v-.309c0-.178.095-.343.249-.433A5.519 5.519 0 0 0 12 6.5C12 3.467 9.532 1 6.5 1A5.506 5.506 0 0 0 1 6.5a5.519 5.519 0 0 0 2.751 4.758c.154.09.249.255.249.433V12h.5a.5.5 0 0 1 .5.5v2c0 .133-.053.26-.146.354l-.647.646.646.646A.5.5 0 0 1 5 16.5v1c0 .133-.053.26-.146.354l-.647.646.646.646A.5.5 0 0 1 5 19.5v1.793zM6.5 7A2.503 2.503 0 0 1 4 4.5C4 3.122 5.121 2 6.5 2S9 3.122 9 4.5 7.879 7 6.5 7zm0-4C5.673 3 5 3.673 5 4.5S5.673 6 6.5 6 8 5.327 8 4.5 7.327 3 6.5 3zm0 18a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 1 0v7a.5.5 0 0 1-.5.5z"
|
|
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 13 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: "M6.5 24a.502.502 0 0 1-.354-.146l-2-2A.504.504 0 0 1 4 21.5v-1.793l-.854-.854a.5.5 0 0 1 0-.707L4 17.293v-.586l-.854-.854a.5.5 0 0 1 0-.707L4 14.293V13h-.5a.5.5 0 0 1-.5-.5v-.528A6.525 6.525 0 0 1 0 6.5C0 2.916 2.916 0 6.5 0S13 2.916 13 6.5a6.525 6.525 0 0 1-3 5.472v.528a.5.5 0 0 1-.5.5H9v8.5c0 .133-.053.26-.146.354l-2 2A.502.502 0 0 1 6.5 24zM5 21.293l1.5 1.5 1.5-1.5V12.5a.5.5 0 0 1 .5-.5H9v-.309c0-.178.095-.343.249-.433A5.519 5.519 0 0 0 12 6.5C12 3.467 9.532 1 6.5 1A5.506 5.506 0 0 0 1 6.5a5.519 5.519 0 0 0 2.751 4.758c.154.09.249.255.249.433V12h.5a.5.5 0 0 1 .5.5v2c0 .133-.053.26-.146.354l-.647.646.646.646A.5.5 0 0 1 5 16.5v1c0 .133-.053.26-.146.354l-.647.646.646.646A.5.5 0 0 1 5 19.5v1.793zM6.5 7A2.503 2.503 0 0 1 4 4.5C4 3.122 5.121 2 6.5 2S9 3.122 9 4.5 7.879 7 6.5 7zm0-4C5.673 3 5 3.673 5 4.5S5.673 6 6.5 6 8 5.327 8 4.5 7.327 3 6.5 3zm0 18a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 1 0v7a.5.5 0 0 1-.5.5z"
|
|
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 18",
|
|
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.5 13.5H22V2c0-.827-.673-1.5-1.5-1.5h-17C2.673.5 2 1.173 2 2v11.5H.5a.5.5 0 0 0-.5.5v1c0 1.378 1.122 2.5 2.5 2.5h19c1.378 0 2.5-1.122 2.5-2.5v-1a.5.5 0 0 0-.5-.5zM3 2a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v11.5h-5a.495.495 0 0 0-.352.146l-.854.854H9.208l-.854-.854A.504.504 0 0 0 8 13.5H3V2zm20 13c0 .827-.673 1.5-1.5 1.5h-19c-.827 0-1.5-.673-1.5-1.5v-.5h6.793l.853.854A.504.504 0 0 0 9 15.5h6a.5.5 0 0 0 .353-.146l.854-.854H23v.5z"
|
|
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 18",
|
|
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.5 13.5H22V2c0-.827-.673-1.5-1.5-1.5h-17C2.673.5 2 1.173 2 2v11.5H.5a.5.5 0 0 0-.5.5v1c0 1.378 1.122 2.5 2.5 2.5h19c1.378 0 2.5-1.122 2.5-2.5v-1a.5.5 0 0 0-.5-.5zM3 2a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v11.5h-5a.495.495 0 0 0-.352.146l-.854.854H9.208l-.854-.854A.504.504 0 0 0 8 13.5H3V2zm20 13c0 .827-.673 1.5-1.5 1.5h-19c-.827 0-1.5-.673-1.5-1.5v-.5h6.793l.853.854A.504.504 0 0 0 9 15.5h6a.5.5 0 0 0 .353-.146l.854-.854H23v.5z"
|
|
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 22",
|
|
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 13.5a.496.496 0 0 1-.231-.057l-11.5-6a.5.5 0 0 1 0-.886l11.5-6a.499.499 0 0 1 .463 0l11.5 6a.5.5 0 0 1-.001.886l-11.5 6A.496.496 0 0 1 12 13.5zM1.581 7 12 12.437 22.419 7 12 1.563 1.581 7zM12 17.5a.49.49 0 0 1-.231-.058l-11.5-6.098a.508.508 0 0 1-.269-.45c0-.19.104-.363.269-.45l1.672-.886a.498.498 0 0 1 .675.215.512.512 0 0 1-.212.686l-.823.435L12 16.42l10.419-5.526-.822-.436a.512.512 0 0 1-.212-.686.5.5 0 0 1 .675-.215l1.672.886a.512.512 0 0 1-.001.901l-11.5 6.098A.49.49 0 0 1 12 17.5zm0 4a.49.49 0 0 1-.231-.058l-11.5-6.098a.508.508 0 0 1-.269-.45c0-.19.104-.363.269-.45l1.672-.886a.498.498 0 0 1 .675.215.512.512 0 0 1-.212.686l-.823.435L12 20.42l10.419-5.526-.822-.436a.512.512 0 0 1-.212-.686.5.5 0 0 1 .675-.215l1.672.886a.512.512 0 0 1-.001.901l-11.5 6.098A.49.49 0 0 1 12 21.5z"
|
|
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 22",
|
|
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 13.5a.496.496 0 0 1-.231-.057l-11.5-6a.5.5 0 0 1 0-.886l11.5-6a.499.499 0 0 1 .463 0l11.5 6a.5.5 0 0 1-.001.886l-11.5 6A.496.496 0 0 1 12 13.5zM1.581 7 12 12.437 22.419 7 12 1.563 1.581 7zM12 17.5a.49.49 0 0 1-.231-.058l-11.5-6.098a.508.508 0 0 1-.269-.45c0-.19.104-.363.269-.45l1.672-.886a.498.498 0 0 1 .675.215.512.512 0 0 1-.212.686l-.823.435L12 16.42l10.419-5.526-.822-.436a.512.512 0 0 1-.212-.686.5.5 0 0 1 .675-.215l1.672.886a.512.512 0 0 1-.001.901l-11.5 6.098A.49.49 0 0 1 12 17.5zm0 4a.49.49 0 0 1-.231-.058l-11.5-6.098a.508.508 0 0 1-.269-.45c0-.19.104-.363.269-.45l1.672-.886a.498.498 0 0 1 .675.215.512.512 0 0 1-.212.686l-.823.435L12 20.42l10.419-5.526-.822-.436a.512.512 0 0 1-.212-.686.5.5 0 0 1 .675-.215l1.672.886a.512.512 0 0 1-.001.901l-11.5 6.098A.49.49 0 0 1 12 21.5z"
|
|
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: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-23C5.935 1 1 5.935 1 12s4.935 11 11 11 11-4.935 11-11S18.065 1 12 1zm0 6c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5zm5.796 3.446a5.99 5.99 0 0 1 0 3.109l4.264 4.263a.5.5 0 0 1-.707.707l-3.94-3.938a6.038 6.038 0 0 1-2.828 2.828l3.939 3.939a.5.5 0 0 1-.707.707l-4.265-4.265a5.99 5.99 0 0 1-3.106 0l-4.264 4.265a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l3.94-3.94a6.038 6.038 0 0 1-2.829-2.828l-3.94 3.939a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l4.265-4.264a5.99 5.99 0 0 1 0-3.107L1.939 6.183a.5.5 0 0 1 .707-.707l3.94 3.939a6.038 6.038 0 0 1 2.828-2.829l-3.938-3.94a.5.5 0 0 1 .707-.707l4.264 4.265a5.99 5.99 0 0 1 3.107 0l4.263-4.264a.5.5 0 0 1 .707.707l-3.938 3.939a6.038 6.038 0 0 1 2.828 2.828l3.939-3.938a.5.5 0 0 1 .707.707l-4.264 4.263z"
|
|
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: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12zm0-23C5.935 1 1 5.935 1 12s4.935 11 11 11 11-4.935 11-11S18.065 1 12 1zm0 6c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5zm5.796 3.446a5.99 5.99 0 0 1 0 3.109l4.264 4.263a.5.5 0 0 1-.707.707l-3.94-3.938a6.038 6.038 0 0 1-2.828 2.828l3.939 3.939a.5.5 0 0 1-.707.707l-4.265-4.265a5.99 5.99 0 0 1-3.106 0l-4.264 4.265a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l3.94-3.94a6.038 6.038 0 0 1-2.829-2.828l-3.94 3.939a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l4.265-4.264a5.99 5.99 0 0 1 0-3.107L1.939 6.183a.5.5 0 0 1 .707-.707l3.94 3.939a6.038 6.038 0 0 1 2.828-2.829l-3.938-3.94a.5.5 0 0 1 .707-.707l4.264 4.265a5.99 5.99 0 0 1 3.107 0l4.263-4.264a.5.5 0 0 1 .707.707l-3.938 3.939a6.038 6.038 0 0 1 2.828 2.828l3.939-3.938a.5.5 0 0 1 .707.707l-4.264 4.263z"
|
|
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 16 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: "M9.768 18H6.232c-1.144 0-2.123-.813-2.381-1.977a4.621 4.621 0 0 0-.758-1.732c-.19-.266-.389-.533-.59-.803C1.33 11.91 0 10.123 0 8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 2.123-1.33 3.91-2.503 5.488-.201.27-.4.537-.59.803a4.628 4.628 0 0 0-.758 1.732C11.891 17.188 10.912 18 9.768 18zM8 1C4.14 1 1 4.141 1 8c0 1.792 1.172 3.367 2.306 4.891.205.275.407.548.601.818a5.69 5.69 0 0 1 .921 2.098C4.983 16.51 5.561 17 6.232 17h3.536c.671 0 1.249-.49 1.404-1.193a5.688 5.688 0 0 1 .921-2.098c.194-.271.396-.543.601-.818C13.828 11.367 15 9.792 15 8c0-3.859-3.14-7-7-7zm2.5 19h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zm0 2h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zm-1 2h-3a.5.5 0 0 1 0-1h3a.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 16 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: "M9.768 18H6.232c-1.144 0-2.123-.813-2.381-1.977a4.621 4.621 0 0 0-.758-1.732c-.19-.266-.389-.533-.59-.803C1.33 11.91 0 10.123 0 8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 2.123-1.33 3.91-2.503 5.488-.201.27-.4.537-.59.803a4.628 4.628 0 0 0-.758 1.732C11.891 17.188 10.912 18 9.768 18zM8 1C4.14 1 1 4.141 1 8c0 1.792 1.172 3.367 2.306 4.891.205.275.407.548.601.818a5.69 5.69 0 0 1 .921 2.098C4.983 16.51 5.561 17 6.232 17h3.536c.671 0 1.249-.49 1.404-1.193a5.688 5.688 0 0 1 .921-2.098c.194-.271.396-.543.601-.818C13.828 11.367 15 9.792 15 8c0-3.859-3.14-7-7-7zm2.5 19h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zm0 2h-5a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zm-1 2h-3a.5.5 0 0 1 0-1h3a.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
|
+
d: "M4.302 5h5.883a.488.488 0 0 1 .087.969l-.087.007H4.302a.325.325 0 0 0-.319.26l-.007.066v13.396c0 .158.112.289.26.319l.066.007h13.396a.325.325 0 0 0 .319-.26l.007-.066V13.62a.488.488 0 0 1 .968-.088l.008.088v6.078c0 .673-.513 1.228-1.169 1.295l-.133.007H4.302a1.304 1.304 0 0 1-1.295-1.169L3 19.698V6.302c0-.673.513-1.228 1.169-1.295L4.302 5h5.883-5.883zm8.458-2h7.733a.509.509 0 0 1 .468.314l.003.019a.574.574 0 0 1 .031.112l.005.06v7.736a.505.505 0 0 1-1 .091l-.009-.09V4.72L9.861 14.852a.503.503 0 0 1-.772-.643l.06-.07 10.127-10.13H12.76a.504.504 0 0 1-.091-1l.09-.009h7.734-7.733z",
|
|
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: "M4.302 5h5.883a.488.488 0 0 1 .087.969l-.087.007H4.302a.325.325 0 0 0-.319.26l-.007.066v13.396c0 .158.112.289.26.319l.066.007h13.396a.325.325 0 0 0 .319-.26l.007-.066V13.62a.488.488 0 0 1 .968-.088l.008.088v6.078c0 .673-.513 1.228-1.169 1.295l-.133.007H4.302a1.304 1.304 0 0 1-1.295-1.169L3 19.698V6.302c0-.673.513-1.228 1.169-1.295L4.302 5h5.883-5.883zm8.458-2h7.733a.509.509 0 0 1 .468.314l.003.019a.574.574 0 0 1 .031.112l.005.06v7.736a.505.505 0 0 1-1 .091l-.009-.09V4.72L9.861 14.852a.503.503 0 0 1-.772-.643l.06-.07 10.127-10.13H12.76a.504.504 0 0 1-.091-1l.09-.009h7.734-7.733z",
|
|
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 18 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: "M9.5 9v1.5a.5.5 0 0 1-1 0V9H7a.5.5 0 0 1 0-1h1.5V6.5a.5.5 0 0 1 1 0V8H11a.5.5 0 0 1 0 1H9.5zM9 24a.501.501 0 0 1-.327-.122C8.339 23.59.5 16.718.5 8.5.5 3.813 4.313 0 9 0c4.687 0 8.5 3.813 8.5 8.5 0 8.218-7.839 15.09-8.173 15.378A.501.501 0 0 1 9 24zM9 1C4.864 1 1.5 4.364 1.5 8.5c0 6.842 6.016 12.926 7.5 14.322 1.483-1.397 7.5-7.488 7.5-14.322C16.5 4.364 13.136 1 9 1zm0 13a5.506 5.506 0 0 1-5.5-5.5C3.5 5.467 5.968 3 9 3s5.5 2.467 5.5 5.5S12.032 14 9 14zM9 4a4.505 4.505 0 0 0-4.5 4.5C4.5 10.981 6.519 13 9 13s4.5-2.019 4.5-4.5S11.481 4 9 4z"
|
|
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 18 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: "M9.5 9v1.5a.5.5 0 0 1-1 0V9H7a.5.5 0 0 1 0-1h1.5V6.5a.5.5 0 0 1 1 0V8H11a.5.5 0 0 1 0 1H9.5zM9 24a.501.501 0 0 1-.327-.122C8.339 23.59.5 16.718.5 8.5.5 3.813 4.313 0 9 0c4.687 0 8.5 3.813 8.5 8.5 0 8.218-7.839 15.09-8.173 15.378A.501.501 0 0 1 9 24zM9 1C4.864 1 1.5 4.364 1.5 8.5c0 6.842 6.016 12.926 7.5 14.322 1.483-1.397 7.5-7.488 7.5-14.322C16.5 4.364 13.136 1 9 1zm0 13a5.506 5.506 0 0 1-5.5-5.5C3.5 5.467 5.968 3 9 3s5.5 2.467 5.5 5.5S12.032 14 9 14zM9 4a4.505 4.505 0 0 0-4.5 4.5C4.5 10.981 6.519 13 9 13s4.5-2.019 4.5-4.5S11.481 4 9 4z"
|
|
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 18 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: "M9 24a.5.5 0 0 1-.327-.122C8.339 23.59.5 16.718.5 8.5.5 3.813 4.313 0 9 0c4.687 0 8.5 3.813 8.5 8.5 0 8.218-7.839 15.09-8.173 15.378A.5.5 0 0 1 9 24zM9 1C4.864 1 1.5 4.364 1.5 8.5c0 6.842 6.016 12.926 7.5 14.322 1.483-1.397 7.5-7.488 7.5-14.322C16.5 4.364 13.136 1 9 1zm3 12h-2a.5.5 0 0 1-.5-.5V10h-1v2.5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V9H5a.5.5 0 0 1-.354-.854l4-4a.5.5 0 0 1 .707 0l4 4A.499.499 0 0 1 13 9h-.5v3.5a.5.5 0 0 1-.5.5zm-1.5-1h1V8.5a.5.5 0 0 1 .325-.468L9 5.207 6.175 8.032A.5.5 0 0 1 6.5 8.5V12h1V9.5A.5.5 0 0 1 8 9h2a.5.5 0 0 1 .5.5V12z"
|
|
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 18 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: "M9 24a.5.5 0 0 1-.327-.122C8.339 23.59.5 16.718.5 8.5.5 3.813 4.313 0 9 0c4.687 0 8.5 3.813 8.5 8.5 0 8.218-7.839 15.09-8.173 15.378A.5.5 0 0 1 9 24zM9 1C4.864 1 1.5 4.364 1.5 8.5c0 6.842 6.016 12.926 7.5 14.322 1.483-1.397 7.5-7.488 7.5-14.322C16.5 4.364 13.136 1 9 1zm3 12h-2a.5.5 0 0 1-.5-.5V10h-1v2.5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V9H5a.5.5 0 0 1-.354-.854l4-4a.5.5 0 0 1 .707 0l4 4A.499.499 0 0 1 13 9h-.5v3.5a.5.5 0 0 1-.5.5zm-1.5-1h1V8.5a.5.5 0 0 1 .325-.468L9 5.207 6.175 8.032A.5.5 0 0 1 6.5 8.5V12h1V9.5A.5.5 0 0 1 8 9h2a.5.5 0 0 1 .5.5V12z"
|
|
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.5 9.207-1.647 1.647a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l1.646-1.646-1.646-1.647a.5.5 0 0 1 .707-.707l1.646 1.646 1.647-1.646a.5.5 0 0 1 .707.707l-1.646 1.647 1.646 1.646a.5.5 0 0 1-.707.707l-1.647-1.646zM12.5 24a.501.501 0 0 1-.327-.122C11.839 23.59 4 16.718 4 8.5 4 3.813 7.813 0 12.5 0 17.187 0 21 3.813 21 8.5c0 8.218-7.839 15.09-8.173 15.378A.501.501 0 0 1 12.5 24zm0-23C8.364 1 5 4.364 5 8.5c0 6.842 6.016 12.926 7.5 14.322C13.983 21.425 20 15.334 20 8.5 20 4.364 16.636 1 12.5 1zm0 13A5.506 5.506 0 0 1 7 8.5C7 5.467 9.468 3 12.5 3S18 5.467 18 8.5 15.532 14 12.5 14zm0-10A4.505 4.505 0 0 0 8 8.5c0 2.481 2.019 4.5 4.5 4.5S17 10.981 17 8.5 14.981 4 12.5 4z"
|
|
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.5 9.207-1.647 1.647a.498.498 0 0 1-.707 0 .5.5 0 0 1 0-.707l1.646-1.646-1.646-1.647a.5.5 0 0 1 .707-.707l1.646 1.646 1.647-1.646a.5.5 0 0 1 .707.707l-1.646 1.647 1.646 1.646a.5.5 0 0 1-.707.707l-1.647-1.646zM12.5 24a.501.501 0 0 1-.327-.122C11.839 23.59 4 16.718 4 8.5 4 3.813 7.813 0 12.5 0 17.187 0 21 3.813 21 8.5c0 8.218-7.839 15.09-8.173 15.378A.501.501 0 0 1 12.5 24zm0-23C8.364 1 5 4.364 5 8.5c0 6.842 6.016 12.926 7.5 14.322C13.983 21.425 20 15.334 20 8.5 20 4.364 16.636 1 12.5 1zm0 13A5.506 5.506 0 0 1 7 8.5C7 5.467 9.468 3 12.5 3S18 5.467 18 8.5 15.532 14 12.5 14zm0-10A4.505 4.505 0 0 0 8 8.5c0 2.481 2.019 4.5 4.5 4.5S17 10.981 17 8.5 14.981 4 12.5 4z"
|
|
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: "M12 11c-1.93 0-3.5-1.57-3.5-3.5S10.07 4 12 4s3.5 1.57 3.5 3.5S13.93 11 12 11zm0-6a2.502 2.502 0 0 0-2.5 2.5c0 1.379 1.12 2.5 2.5 2.5 1.379 0 2.5-1.121 2.5-2.5S13.379 5 12 5zm11 19H1a.5.5 0 0 1-.416-.778l4-6A.503.503 0 0 1 5 17h4.85a.5.5 0 0 1 0 1H5.268l-3.333 5h20.13l-3.332-5H14.15a.5.5 0 0 1 0-1H19c.167 0 .323.084.416.223l4 6A.499.499 0 0 1 23 24zm-11-3a.497.497 0 0 1-.396-.196C11.313 20.426 4.5 11.49 4.5 7.5 4.5 3.364 7.864 0 12 0s7.5 3.364 7.5 7.5c0 3.99-6.813 12.926-7.104 13.304A.497.497 0 0 1 12 21zm0-20a6.508 6.508 0 0 0-6.5 6.5c0 3.136 5.032 10.178 6.5 12.165 1.468-1.987 6.5-9.029 6.5-12.165C18.5 3.916 15.584 1 12 1z"
|
|
24
|
+
})]
|
|
25
|
+
});
|