@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
package/build/rn/icons/index.js
CHANGED
|
@@ -1,190 +1,641 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
1
|
+
module.exports = {
|
|
2
|
+
get Accessible() {
|
|
3
|
+
return require('./Accessible')
|
|
4
|
+
},
|
|
5
|
+
get Add() {
|
|
6
|
+
return require('./Add')
|
|
7
|
+
},
|
|
8
|
+
get AddUser() {
|
|
9
|
+
return require('./AddUser')
|
|
10
|
+
},
|
|
11
|
+
get AlarmClock() {
|
|
12
|
+
return require('./AlarmClock')
|
|
13
|
+
},
|
|
14
|
+
get Ambulance() {
|
|
15
|
+
return require('./Ambulance')
|
|
16
|
+
},
|
|
17
|
+
get ArrowDown() {
|
|
18
|
+
return require('./ArrowDown')
|
|
19
|
+
},
|
|
20
|
+
get ArrowLeft() {
|
|
21
|
+
return require('./ArrowLeft')
|
|
22
|
+
},
|
|
23
|
+
get ArrowRight() {
|
|
24
|
+
return require('./ArrowRight')
|
|
25
|
+
},
|
|
26
|
+
get ArrowUp() {
|
|
27
|
+
return require('./ArrowUp')
|
|
28
|
+
},
|
|
29
|
+
get ArtificialIntelligence() {
|
|
30
|
+
return require('./ArtificialIntelligence')
|
|
31
|
+
},
|
|
32
|
+
get Attention() {
|
|
33
|
+
return require('./Attention')
|
|
34
|
+
},
|
|
35
|
+
get Award() {
|
|
36
|
+
return require('./Award')
|
|
37
|
+
},
|
|
38
|
+
get BabyBoy() {
|
|
39
|
+
return require('./BabyBoy')
|
|
40
|
+
},
|
|
41
|
+
get BabyGirl() {
|
|
42
|
+
return require('./BabyGirl')
|
|
43
|
+
},
|
|
44
|
+
get Baby() {
|
|
45
|
+
return require('./Baby')
|
|
46
|
+
},
|
|
47
|
+
get BackToSchool() {
|
|
48
|
+
return require('./BackToSchool')
|
|
49
|
+
},
|
|
50
|
+
get Bank() {
|
|
51
|
+
return require('./Bank')
|
|
52
|
+
},
|
|
53
|
+
get BatteryCar() {
|
|
54
|
+
return require('./BatteryCar')
|
|
55
|
+
},
|
|
56
|
+
get BatteryCharging() {
|
|
57
|
+
return require('./BatteryCharging')
|
|
58
|
+
},
|
|
59
|
+
get Bell() {
|
|
60
|
+
return require('./Bell')
|
|
61
|
+
},
|
|
62
|
+
get Bill() {
|
|
63
|
+
return require('./Bill')
|
|
64
|
+
},
|
|
65
|
+
get Bookmark() {
|
|
66
|
+
return require('./Bookmark')
|
|
67
|
+
},
|
|
68
|
+
get Briefcase() {
|
|
69
|
+
return require('./Briefcase')
|
|
70
|
+
},
|
|
71
|
+
get BulletFill() {
|
|
72
|
+
return require('./BulletFill')
|
|
73
|
+
},
|
|
74
|
+
get Calendar() {
|
|
75
|
+
return require('./Calendar')
|
|
76
|
+
},
|
|
77
|
+
get CallForward() {
|
|
78
|
+
return require('./CallForward')
|
|
79
|
+
},
|
|
80
|
+
get CallOut() {
|
|
81
|
+
return require('./CallOut')
|
|
82
|
+
},
|
|
83
|
+
get CallReceive() {
|
|
84
|
+
return require('./CallReceive')
|
|
85
|
+
},
|
|
86
|
+
get CallTalking() {
|
|
87
|
+
return require('./CallTalking')
|
|
88
|
+
},
|
|
89
|
+
get Call() {
|
|
90
|
+
return require('./Call')
|
|
91
|
+
},
|
|
92
|
+
get Camera() {
|
|
93
|
+
return require('./Camera')
|
|
94
|
+
},
|
|
95
|
+
get Car() {
|
|
96
|
+
return require('./Car')
|
|
97
|
+
},
|
|
98
|
+
get CaretDown() {
|
|
99
|
+
return require('./CaretDown')
|
|
100
|
+
},
|
|
101
|
+
get CaretUp() {
|
|
102
|
+
return require('./CaretUp')
|
|
103
|
+
},
|
|
104
|
+
get CartEmptyBold() {
|
|
105
|
+
return require('./CartEmptyBold')
|
|
106
|
+
},
|
|
107
|
+
get CartFilledBold() {
|
|
108
|
+
return require('./CartFilledBold')
|
|
109
|
+
},
|
|
110
|
+
get Channels() {
|
|
111
|
+
return require('./Channels')
|
|
112
|
+
},
|
|
113
|
+
get ChartsBar1() {
|
|
114
|
+
return require('./ChartsBar1')
|
|
115
|
+
},
|
|
116
|
+
get ChartsBar2() {
|
|
117
|
+
return require('./ChartsBar2')
|
|
118
|
+
},
|
|
119
|
+
get ChartsLine() {
|
|
120
|
+
return require('./ChartsLine')
|
|
121
|
+
},
|
|
122
|
+
get Chat1() {
|
|
123
|
+
return require('./Chat1')
|
|
124
|
+
},
|
|
125
|
+
get Chat2() {
|
|
126
|
+
return require('./Chat2')
|
|
127
|
+
},
|
|
128
|
+
get ChatSupport() {
|
|
129
|
+
return require('./ChatSupport')
|
|
130
|
+
},
|
|
131
|
+
get Check() {
|
|
132
|
+
return require('./Check')
|
|
133
|
+
},
|
|
134
|
+
get Checkmark() {
|
|
135
|
+
return require('./Checkmark')
|
|
136
|
+
},
|
|
137
|
+
get ChevronLeft() {
|
|
138
|
+
return require('./ChevronLeft')
|
|
139
|
+
},
|
|
140
|
+
get ChevronRight() {
|
|
141
|
+
return require('./ChevronRight')
|
|
142
|
+
},
|
|
143
|
+
get Clipboard() {
|
|
144
|
+
return require('./Clipboard')
|
|
145
|
+
},
|
|
146
|
+
get Close() {
|
|
147
|
+
return require('./Close')
|
|
148
|
+
},
|
|
149
|
+
get ClosedCaptions() {
|
|
150
|
+
return require('./ClosedCaptions')
|
|
151
|
+
},
|
|
152
|
+
get CloudDownload() {
|
|
153
|
+
return require('./CloudDownload')
|
|
154
|
+
},
|
|
155
|
+
get CloudSync() {
|
|
156
|
+
return require('./CloudSync')
|
|
157
|
+
},
|
|
158
|
+
get CloudUpload() {
|
|
159
|
+
return require('./CloudUpload')
|
|
160
|
+
},
|
|
161
|
+
get Collaboration() {
|
|
162
|
+
return require('./Collaboration')
|
|
163
|
+
},
|
|
164
|
+
get Compass() {
|
|
165
|
+
return require('./Compass')
|
|
166
|
+
},
|
|
167
|
+
get ComputerNetwork() {
|
|
168
|
+
return require('./ComputerNetwork')
|
|
169
|
+
},
|
|
170
|
+
get Contract() {
|
|
171
|
+
return require('./Contract')
|
|
172
|
+
},
|
|
173
|
+
get CreditCard() {
|
|
174
|
+
return require('./CreditCard')
|
|
175
|
+
},
|
|
176
|
+
get Cronometer() {
|
|
177
|
+
return require('./Cronometer')
|
|
178
|
+
},
|
|
179
|
+
get CssActivations() {
|
|
180
|
+
return require('./CssActivations')
|
|
181
|
+
},
|
|
182
|
+
get DataLimit() {
|
|
183
|
+
return require('./DataLimit')
|
|
184
|
+
},
|
|
185
|
+
get Deals() {
|
|
186
|
+
return require('./Deals')
|
|
187
|
+
},
|
|
188
|
+
get Delete() {
|
|
189
|
+
return require('./Delete')
|
|
190
|
+
},
|
|
191
|
+
get Delivery() {
|
|
192
|
+
return require('./Delivery')
|
|
193
|
+
},
|
|
194
|
+
get Devices() {
|
|
195
|
+
return require('./Devices')
|
|
196
|
+
},
|
|
197
|
+
get Diagram() {
|
|
198
|
+
return require('./Diagram')
|
|
199
|
+
},
|
|
200
|
+
get Diamond() {
|
|
201
|
+
return require('./Diamond')
|
|
202
|
+
},
|
|
203
|
+
get Direction() {
|
|
204
|
+
return require('./Direction')
|
|
205
|
+
},
|
|
206
|
+
get Document() {
|
|
207
|
+
return require('./Document')
|
|
208
|
+
},
|
|
209
|
+
get Donate() {
|
|
210
|
+
return require('./Donate')
|
|
211
|
+
},
|
|
212
|
+
get Download() {
|
|
213
|
+
return require('./Download')
|
|
214
|
+
},
|
|
215
|
+
get DownloadPdf() {
|
|
216
|
+
return require('./DownloadPdf')
|
|
217
|
+
},
|
|
218
|
+
get DownloadPdfs() {
|
|
219
|
+
return require('./DownloadPdfs')
|
|
220
|
+
},
|
|
221
|
+
get Email() {
|
|
222
|
+
return require('./Email')
|
|
223
|
+
},
|
|
224
|
+
get Escalations() {
|
|
225
|
+
return require('./Escalations')
|
|
226
|
+
},
|
|
227
|
+
get FavouriteNetwork() {
|
|
228
|
+
return require('./FavouriteNetwork')
|
|
229
|
+
},
|
|
230
|
+
get Files() {
|
|
231
|
+
return require('./Files')
|
|
232
|
+
},
|
|
233
|
+
get Fingerprint() {
|
|
234
|
+
return require('./Fingerprint')
|
|
235
|
+
},
|
|
236
|
+
get Firewall() {
|
|
237
|
+
return require('./Firewall')
|
|
238
|
+
},
|
|
239
|
+
get Flag() {
|
|
240
|
+
return require('./Flag')
|
|
241
|
+
},
|
|
242
|
+
get FullscreenExpand() {
|
|
243
|
+
return require('./FullscreenExpand')
|
|
244
|
+
},
|
|
245
|
+
get FullscreenMinimize() {
|
|
246
|
+
return require('./FullscreenMinimize')
|
|
247
|
+
},
|
|
248
|
+
get Gift() {
|
|
249
|
+
return require('./Gift')
|
|
250
|
+
},
|
|
251
|
+
get Globe1() {
|
|
252
|
+
return require('./Globe1')
|
|
253
|
+
},
|
|
254
|
+
get Globe2() {
|
|
255
|
+
return require('./Globe2')
|
|
256
|
+
},
|
|
257
|
+
get HeadBoth() {
|
|
258
|
+
return require('./HeadBoth')
|
|
259
|
+
},
|
|
260
|
+
get HeadFemale() {
|
|
261
|
+
return require('./HeadFemale')
|
|
262
|
+
},
|
|
263
|
+
get HeadMale() {
|
|
264
|
+
return require('./HeadMale')
|
|
265
|
+
},
|
|
266
|
+
get Headset() {
|
|
267
|
+
return require('./Headset')
|
|
268
|
+
},
|
|
269
|
+
get Heart() {
|
|
270
|
+
return require('./Heart')
|
|
271
|
+
},
|
|
272
|
+
get Heartbeat() {
|
|
273
|
+
return require('./Heartbeat')
|
|
274
|
+
},
|
|
275
|
+
get Helpdesk() {
|
|
276
|
+
return require('./Helpdesk')
|
|
277
|
+
},
|
|
278
|
+
get HomeSecurity() {
|
|
279
|
+
return require('./HomeSecurity')
|
|
280
|
+
},
|
|
281
|
+
get Home() {
|
|
282
|
+
return require('./Home')
|
|
283
|
+
},
|
|
284
|
+
get IDTag() {
|
|
285
|
+
return require('./IDTag')
|
|
286
|
+
},
|
|
287
|
+
get Infinite() {
|
|
288
|
+
return require('./Infinite')
|
|
289
|
+
},
|
|
290
|
+
get Information() {
|
|
291
|
+
return require('./Information')
|
|
292
|
+
},
|
|
293
|
+
get Internet() {
|
|
294
|
+
return require('./Internet')
|
|
295
|
+
},
|
|
296
|
+
get Invisible() {
|
|
297
|
+
return require('./Invisible')
|
|
298
|
+
},
|
|
299
|
+
get Key() {
|
|
300
|
+
return require('./Key')
|
|
301
|
+
},
|
|
302
|
+
get Laptop() {
|
|
303
|
+
return require('./Laptop')
|
|
304
|
+
},
|
|
305
|
+
get Layers() {
|
|
306
|
+
return require('./Layers')
|
|
307
|
+
},
|
|
308
|
+
get Lifesaver() {
|
|
309
|
+
return require('./Lifesaver')
|
|
310
|
+
},
|
|
311
|
+
get Lightbulb() {
|
|
312
|
+
return require('./Lightbulb')
|
|
313
|
+
},
|
|
314
|
+
get LinkExternal() {
|
|
315
|
+
return require('./LinkExternal')
|
|
316
|
+
},
|
|
317
|
+
get LocationAdd() {
|
|
318
|
+
return require('./LocationAdd')
|
|
319
|
+
},
|
|
320
|
+
get LocationHome() {
|
|
321
|
+
return require('./LocationHome')
|
|
322
|
+
},
|
|
323
|
+
get LocationIneligible() {
|
|
324
|
+
return require('./LocationIneligible')
|
|
325
|
+
},
|
|
326
|
+
get LocationMap() {
|
|
327
|
+
return require('./LocationMap')
|
|
328
|
+
},
|
|
329
|
+
get LocationRegular() {
|
|
330
|
+
return require('./LocationRegular')
|
|
331
|
+
},
|
|
332
|
+
get LocationRemove() {
|
|
333
|
+
return require('./LocationRemove')
|
|
334
|
+
},
|
|
335
|
+
get LocationSuccess() {
|
|
336
|
+
return require('./LocationSuccess')
|
|
337
|
+
},
|
|
338
|
+
get LocationVerified() {
|
|
339
|
+
return require('./LocationVerified')
|
|
340
|
+
},
|
|
341
|
+
get LockClosed() {
|
|
342
|
+
return require('./LockClosed')
|
|
343
|
+
},
|
|
344
|
+
get LockOpened() {
|
|
345
|
+
return require('./LockOpened')
|
|
346
|
+
},
|
|
347
|
+
get LoginForm() {
|
|
348
|
+
return require('./LoginForm')
|
|
349
|
+
},
|
|
350
|
+
get Map() {
|
|
351
|
+
return require('./Map')
|
|
352
|
+
},
|
|
353
|
+
get Medical() {
|
|
354
|
+
return require('./Medical')
|
|
355
|
+
},
|
|
356
|
+
get Messaging() {
|
|
357
|
+
return require('./Messaging')
|
|
358
|
+
},
|
|
359
|
+
get Mobility() {
|
|
360
|
+
return require('./Mobility')
|
|
361
|
+
},
|
|
362
|
+
get Movie() {
|
|
363
|
+
return require('./Movie')
|
|
364
|
+
},
|
|
365
|
+
get Music() {
|
|
366
|
+
return require('./Music')
|
|
367
|
+
},
|
|
368
|
+
get Muted() {
|
|
369
|
+
return require('./Muted')
|
|
370
|
+
},
|
|
371
|
+
get Networking() {
|
|
372
|
+
return require('./Networking')
|
|
373
|
+
},
|
|
374
|
+
get News() {
|
|
375
|
+
return require('./News')
|
|
376
|
+
},
|
|
377
|
+
get NextGenFirewall() {
|
|
378
|
+
return require('./NextGenFirewall')
|
|
379
|
+
},
|
|
380
|
+
get NoContract() {
|
|
381
|
+
return require('./NoContract')
|
|
382
|
+
},
|
|
383
|
+
get NotifyBold() {
|
|
384
|
+
return require('./NotifyBold')
|
|
385
|
+
},
|
|
386
|
+
get Office() {
|
|
387
|
+
return require('./Office')
|
|
388
|
+
},
|
|
389
|
+
get Offices() {
|
|
390
|
+
return require('./Offices')
|
|
391
|
+
},
|
|
392
|
+
get OnDemand() {
|
|
393
|
+
return require('./OnDemand')
|
|
394
|
+
},
|
|
395
|
+
get OnTheGo() {
|
|
396
|
+
return require('./OnTheGo')
|
|
397
|
+
},
|
|
398
|
+
get OnlineSecurity() {
|
|
399
|
+
return require('./OnlineSecurity')
|
|
400
|
+
},
|
|
401
|
+
get Paperless() {
|
|
402
|
+
return require('./Paperless')
|
|
403
|
+
},
|
|
404
|
+
get Passport() {
|
|
405
|
+
return require('./Passport')
|
|
406
|
+
},
|
|
407
|
+
get Pause() {
|
|
408
|
+
return require('./Pause')
|
|
409
|
+
},
|
|
410
|
+
get PhoneBusiness() {
|
|
411
|
+
return require('./PhoneBusiness')
|
|
412
|
+
},
|
|
413
|
+
get PhoneHome() {
|
|
414
|
+
return require('./PhoneHome')
|
|
415
|
+
},
|
|
416
|
+
get PhoneReception() {
|
|
417
|
+
return require('./PhoneReception')
|
|
418
|
+
},
|
|
419
|
+
get Phone() {
|
|
420
|
+
return require('./Phone')
|
|
421
|
+
},
|
|
422
|
+
get Photo() {
|
|
423
|
+
return require('./Photo')
|
|
424
|
+
},
|
|
425
|
+
get Photos() {
|
|
426
|
+
return require('./Photos')
|
|
427
|
+
},
|
|
428
|
+
get PiggyBank() {
|
|
429
|
+
return require('./PiggyBank')
|
|
430
|
+
},
|
|
431
|
+
get PikTV() {
|
|
432
|
+
return require('./PikTV')
|
|
433
|
+
},
|
|
434
|
+
get PlaySolid() {
|
|
435
|
+
return require('./PlaySolid')
|
|
436
|
+
},
|
|
437
|
+
get Play() {
|
|
438
|
+
return require('./Play')
|
|
439
|
+
},
|
|
440
|
+
get PlayVideo() {
|
|
441
|
+
return require('./PlayVideo')
|
|
442
|
+
},
|
|
443
|
+
get Preference() {
|
|
444
|
+
return require('./Preference')
|
|
445
|
+
},
|
|
446
|
+
get Print() {
|
|
447
|
+
return require('./Print')
|
|
448
|
+
},
|
|
449
|
+
get PrivateCloud() {
|
|
450
|
+
return require('./PrivateCloud')
|
|
451
|
+
},
|
|
452
|
+
get Profile() {
|
|
453
|
+
return require('./Profile')
|
|
454
|
+
},
|
|
455
|
+
get ProfileBold() {
|
|
456
|
+
return require('./ProfileBold')
|
|
457
|
+
},
|
|
458
|
+
get Radar() {
|
|
459
|
+
return require('./Radar')
|
|
460
|
+
},
|
|
461
|
+
get Receipt() {
|
|
462
|
+
return require('./Receipt')
|
|
463
|
+
},
|
|
464
|
+
get Record() {
|
|
465
|
+
return require('./Record')
|
|
466
|
+
},
|
|
467
|
+
get Refresh() {
|
|
468
|
+
return require('./Refresh')
|
|
469
|
+
},
|
|
470
|
+
get RemoteControl() {
|
|
471
|
+
return require('./RemoteControl')
|
|
472
|
+
},
|
|
473
|
+
get Replay() {
|
|
474
|
+
return require('./Replay')
|
|
475
|
+
},
|
|
476
|
+
get Router() {
|
|
477
|
+
return require('./Router')
|
|
478
|
+
},
|
|
479
|
+
get Search() {
|
|
480
|
+
return require('./Search')
|
|
481
|
+
},
|
|
482
|
+
get SearchBold() {
|
|
483
|
+
return require('./SearchBold')
|
|
484
|
+
},
|
|
485
|
+
get SecurityCamera() {
|
|
486
|
+
return require('./SecurityCamera')
|
|
487
|
+
},
|
|
488
|
+
get SecurityHouse() {
|
|
489
|
+
return require('./SecurityHouse')
|
|
490
|
+
},
|
|
491
|
+
get SecurityMobile() {
|
|
492
|
+
return require('./SecurityMobile')
|
|
493
|
+
},
|
|
494
|
+
get SecuritySettings() {
|
|
495
|
+
return require('./SecuritySettings')
|
|
496
|
+
},
|
|
497
|
+
get Server() {
|
|
498
|
+
return require('./Server')
|
|
499
|
+
},
|
|
500
|
+
get ServiceTruck() {
|
|
501
|
+
return require('./ServiceTruck')
|
|
502
|
+
},
|
|
503
|
+
get Settings() {
|
|
504
|
+
return require('./Settings')
|
|
505
|
+
},
|
|
506
|
+
get SettingsSolid() {
|
|
507
|
+
return require('./SettingsSolid')
|
|
508
|
+
},
|
|
509
|
+
get SettingsBold() {
|
|
510
|
+
return require('./SettingsBold')
|
|
511
|
+
},
|
|
512
|
+
get SharedAccount() {
|
|
513
|
+
return require('./SharedAccount')
|
|
514
|
+
},
|
|
515
|
+
get Shop() {
|
|
516
|
+
return require('./Shop')
|
|
517
|
+
},
|
|
518
|
+
get SignPost() {
|
|
519
|
+
return require('./SignPost')
|
|
520
|
+
},
|
|
521
|
+
get Signal() {
|
|
522
|
+
return require('./Signal')
|
|
523
|
+
},
|
|
524
|
+
get SimCard() {
|
|
525
|
+
return require('./SimCard')
|
|
526
|
+
},
|
|
527
|
+
get Soccer() {
|
|
528
|
+
return require('./Soccer')
|
|
529
|
+
},
|
|
530
|
+
get SpeakerPhone() {
|
|
531
|
+
return require('./SpeakerPhone')
|
|
532
|
+
},
|
|
533
|
+
get Speaker() {
|
|
534
|
+
return require('./Speaker')
|
|
535
|
+
},
|
|
536
|
+
get SpeedReduced() {
|
|
537
|
+
return require('./SpeedReduced')
|
|
538
|
+
},
|
|
539
|
+
get Speed() {
|
|
540
|
+
return require('./Speed')
|
|
541
|
+
},
|
|
542
|
+
get Subtract() {
|
|
543
|
+
return require('./Subtract')
|
|
544
|
+
},
|
|
545
|
+
get Success() {
|
|
546
|
+
return require('./Success')
|
|
547
|
+
},
|
|
548
|
+
get Suitcase() {
|
|
549
|
+
return require('./Suitcase')
|
|
550
|
+
},
|
|
551
|
+
get Support() {
|
|
552
|
+
return require('./Support')
|
|
553
|
+
},
|
|
554
|
+
get StatusError() {
|
|
555
|
+
return require('./StatusError')
|
|
556
|
+
},
|
|
557
|
+
get StatusSuccess() {
|
|
558
|
+
return require('./StatusSuccess')
|
|
559
|
+
},
|
|
560
|
+
get StatusWarning() {
|
|
561
|
+
return require('./StatusWarning')
|
|
562
|
+
},
|
|
563
|
+
get Tablet() {
|
|
564
|
+
return require('./Tablet')
|
|
565
|
+
},
|
|
566
|
+
get Target() {
|
|
567
|
+
return require('./Target')
|
|
568
|
+
},
|
|
569
|
+
get Tasks() {
|
|
570
|
+
return require('./Tasks')
|
|
571
|
+
},
|
|
572
|
+
get ThumbsUp() {
|
|
573
|
+
return require('./ThumbsUp')
|
|
574
|
+
},
|
|
575
|
+
get Time() {
|
|
576
|
+
return require('./Time')
|
|
577
|
+
},
|
|
578
|
+
get Times() {
|
|
579
|
+
return require('./Times')
|
|
580
|
+
},
|
|
581
|
+
get TowTruck() {
|
|
582
|
+
return require('./TowTruck')
|
|
583
|
+
},
|
|
584
|
+
get Transmitter() {
|
|
585
|
+
return require('./Transmitter')
|
|
586
|
+
},
|
|
587
|
+
get TVChoiceAndFlexibility() {
|
|
588
|
+
return require('./TVChoiceAndFlexibility')
|
|
589
|
+
},
|
|
590
|
+
get TV() {
|
|
591
|
+
return require('./TV')
|
|
592
|
+
},
|
|
593
|
+
get Unmuted() {
|
|
594
|
+
return require('./Unmuted')
|
|
595
|
+
},
|
|
596
|
+
get UploadToCloud() {
|
|
597
|
+
return require('./UploadToCloud')
|
|
598
|
+
},
|
|
599
|
+
get Upload() {
|
|
600
|
+
return require('./Upload')
|
|
601
|
+
},
|
|
602
|
+
get UsbCable() {
|
|
603
|
+
return require('./UsbCable')
|
|
604
|
+
},
|
|
605
|
+
get User() {
|
|
606
|
+
return require('./User')
|
|
607
|
+
},
|
|
608
|
+
get UserAddBold() {
|
|
609
|
+
return require('./UserAddBold')
|
|
610
|
+
},
|
|
611
|
+
get Users() {
|
|
612
|
+
return require('./Users')
|
|
613
|
+
},
|
|
614
|
+
get VideoChat() {
|
|
615
|
+
return require('./VideoChat')
|
|
616
|
+
},
|
|
617
|
+
get VideoGames() {
|
|
618
|
+
return require('./VideoGames')
|
|
619
|
+
},
|
|
620
|
+
get Visible() {
|
|
621
|
+
return require('./Visible')
|
|
622
|
+
},
|
|
623
|
+
get Warranty() {
|
|
624
|
+
return require('./Warranty')
|
|
625
|
+
},
|
|
626
|
+
get Watch() {
|
|
627
|
+
return require('./Watch')
|
|
628
|
+
},
|
|
629
|
+
get WifiBoost() {
|
|
630
|
+
return require('./WifiBoost')
|
|
631
|
+
},
|
|
632
|
+
get WifiCloud() {
|
|
633
|
+
return require('./WifiCloud')
|
|
634
|
+
},
|
|
635
|
+
get Question() {
|
|
636
|
+
return require('./Question')
|
|
637
|
+
},
|
|
638
|
+
get QuoteLeft() {
|
|
639
|
+
return require('./QuoteLeft')
|
|
640
|
+
}
|
|
641
|
+
}
|