@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
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M9.997 21.645l-2.315-3.15-1.169 1.722 1.413.298.162.06 1.908 1.07zm-2.957-4.377c.038-.079.102-.149.19-.198.129-.073.281-.087.417-.051.187-.049.393-.005.532.118.157.14.187.349.075.516l3.747 5.099 3.748-5.1c-.112-.167-.083-.377.075-.517.138-.122.346-.166.532-.117.135-.036.288-.022.416.05.088.05.153.12.19.198l4.856 2.042c.68.286 1.175.806 1.359 1.426l.808 2.719c.04.13.004.269-.095.375-.098.108-.249.17-.409.17h-22.961c-.16 0-.311-.062-.41-.168-.099-.106-.133-.244-.095-.375l.808-2.719c.184-.62.679-1.14 1.359-1.426l4.856-2.043zm9.279 1.225l-2.314 3.149 1.907-1.07.162-.06 1.413-.297-1.169-1.722zm1.854-7.559l-.2-.009c.018.149.028.302.028.456 0 1.229-.572 2.163-1.338 2.205-.066.209-.14.411-.22.609.82-.372 1.467-.908 1.467-1.624 0-.303.225-.551.51-.57-.098-.365-.181-.726-.246-1.066zm-.138-.906c-.023-.218-.035-.415-.035-.585 0-.245.224-.444.5-.444s.5.199.5.444c0 1.436.898 4.613 1.854 5.463.195.173.195.455 0 .628-1.105.983-4.868 1.414-5.293 1.46l-.061.004c-.25 0-.465-.165-.496-.39-.01-.071 0-.141.026-.204-.971 1.008-2.208 1.595-3.529 1.595-1.042 0-2.031-.365-2.879-1.013l-.12.013-.061-.003c-.425-.046-4.188-.477-5.293-1.46-.195-.173-.195-.455 0-.628.956-.851 1.854-4.028 1.854-5.464l.004-.058-.005-.21c0-3.406 2.916-6.176 6.5-6.176s6.5 2.771 6.5 6.176c0 .272-.023.548-.072.847l.107.007zm-1.018.795c-2.988-.456-5.898-2.168-7.27-3.488-.692 2.028-2.947 3.124-3.757 3.461-.04.183-.061.381-.061.584 0 .854.348 1.324.464 1.324.079-.047.176-.073.272-.073l.163.029c.137.053.254.155.291.292.65 2.491 2.411 4.164 4.382 4.164.99 0 1.927-.422 2.697-1.158-.248.027-.469.04-.651.04-.121 0-.233-.041-.323-.111-.211.072-.455.111-.722.111-.869 0-1.5-.42-1.5-1 0-.58.631-1 1.5-1 .784 0 1.374.341 1.482.834.359-.034.794-.107 1.242-.221.276-.497.5-1.054.658-1.659.036-.137.138-.25.276-.303.138-.054.293-.041.42.034.149.026.494-.45.494-1.303 0-.193-.019-.382-.055-.557zm-.011-.912c.045-.263.066-.504.066-.736 0-2.92-2.499-5.294-5.571-5.294-3.073 0-5.571 2.374-5.571 5.294 0 .196.015.397.046.613 1.038-.514 2.951-1.727 2.951-3.693 0-.248.23-.449.512-.449.283 0 .512.201.512.449.136.522 3.393 3.194 7.055 3.816zm1.857 3.461c-.445 1.234-1.894 1.949-3.237 2.313-.123.172-.252.335-.387.49l.201-.063c1.275-.138 3.376-.507 4.343-.978-.348-.457-.659-1.082-.92-1.763zm-13.533-.536c-.295.883-.674 1.724-1.112 2.298.751.366 2.186.669 3.386.852-.539-.669-.973-1.481-1.266-2.401-.412-.023-.768-.303-1.009-.749zm7.908 10.286h9.576l-.646-2.175c-.11-.372-.409-.684-.816-.856l-3.848-1.619 1.228 1.808c.081.119.09.262.027.388s-.194.22-.353.253l-1.993.419-3.176 1.781zm-12.051 0h9.577l-3.176-1.782-1.993-.419c-.158-.033-.288-.127-.353-.253-.064-.126-.054-.27.027-.389l1.228-1.808-3.848 1.619c-.408.172-.705.484-.816.856l-.646 2.175z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M9.997 21.645l-2.315-3.15-1.169 1.722 1.413.298.162.06 1.908 1.07zM7.04 17.268a.452.452 0 01.19-.198.56.56 0 01.417-.051.588.588 0 01.532.118c.157.14.187.349.075.516l3.747 5.099 3.748-5.1a.386.386 0 01.075-.517.59.59 0 01.532-.117.562.562 0 01.416.05c.088.05.153.12.19.198l4.856 2.042c.68.286 1.175.806 1.359 1.426l.808 2.719a.38.38 0 01-.095.375.552.552 0 01-.409.17H.52a.562.562 0 01-.41-.168.385.385 0 01-.095-.375l.808-2.719c.184-.62.679-1.14 1.359-1.426l4.856-2.043zm9.279 1.225l-2.314 3.149 1.907-1.07.162-.06 1.413-.297-1.169-1.722zm1.854-7.559l-.2-.009c.018.149.028.302.028.456 0 1.229-.572 2.163-1.338 2.205a8.27 8.27 0 01-.22.609c.82-.372 1.467-.908 1.467-1.624a.56.56 0 01.51-.57 15.034 15.034 0 01-.246-1.066zm-.138-.906A5.679 5.679 0 0118 9.443c0-.245.224-.444.5-.444s.5.199.5.444c0 1.436.898 4.613 1.854 5.463a.41.41 0 010 .628c-1.105.983-4.868 1.414-5.293 1.46l-.061.004c-.25 0-.465-.165-.496-.39a.39.39 0 01.026-.204c-.971 1.008-2.208 1.595-3.529 1.595-1.042 0-2.031-.365-2.879-1.013l-.12.013-.061-.003c-.425-.046-4.188-.477-5.293-1.46a.41.41 0 010-.628c.956-.851 1.854-4.028 1.854-5.464l.004-.058-.005-.21C5.001 5.77 7.917 3 11.501 3s6.5 2.771 6.5 6.176c0 .272-.023.548-.072.847l.107.007zm-1.018.795c-2.988-.456-5.898-2.168-7.27-3.488-.692 2.028-2.947 3.124-3.757 3.461-.04.183-.061.381-.061.584 0 .854.348 1.324.464 1.324a.54.54 0 01.272-.073l.163.029a.46.46 0 01.291.292c.65 2.491 2.411 4.164 4.382 4.164.99 0 1.927-.422 2.697-1.158-.248.027-.469.04-.651.04a.524.524 0 01-.323-.111 2.243 2.243 0 01-.722.111c-.869 0-1.5-.42-1.5-1 0-.58.631-1 1.5-1 .784 0 1.374.341 1.482.834a8.379 8.379 0 001.242-.221c.276-.497.5-1.054.658-1.659a.449.449 0 01.276-.303.481.481 0 01.42.034c.149.026.494-.45.494-1.303 0-.193-.019-.382-.055-.557zm-.011-.912a4.33 4.33 0 00.066-.736c0-2.92-2.499-5.294-5.571-5.294-3.073 0-5.571 2.374-5.571 5.294 0 .196.015.397.046.613 1.038-.514 2.951-1.727 2.951-3.693 0-.248.23-.449.512-.449.283 0 .512.201.512.449.136.522 3.393 3.194 7.055 3.816zm1.857 3.461c-.445 1.234-1.894 1.949-3.237 2.313a6.516 6.516 0 01-.387.49l.201-.063c1.275-.138 3.376-.507 4.343-.978-.348-.457-.659-1.082-.92-1.763zM5.33 12.836c-.295.883-.674 1.724-1.112 2.298.751.366 2.186.669 3.386.852a7.394 7.394 0 01-1.266-2.401c-.412-.023-.768-.303-1.009-.749zm7.908 10.286h9.576l-.646-2.175c-.11-.372-.409-.684-.816-.856l-3.848-1.619 1.228 1.808c.081.119.09.262.027.388s-.194.22-.353.253l-1.993.419-3.176 1.781zm-12.051 0h9.577L7.588 21.34l-1.993-.419a.508.508 0 01-.353-.253.376.376 0 01.027-.389l1.228-1.808-3.848 1.619c-.408.172-.705.484-.816.856l-.646 2.175z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M7.4702,9.7948 C7.8912,9.7948 8.1622,9.5238 8.1622,9.1028 C8.1622,8.6818 7.8912,8.4098 7.4702,8.4098 C7.0492,8.4098 6.7772,8.6818 6.7772,9.1028 C6.7772,9.5238 7.0492,9.7948 7.4702,9.7948 Z M7.4702,7.3458 C8.4382,7.3458 9.2262,8.1338 9.2262,9.1028 C9.2262,10.0708 8.4382,10.8578 7.4702,10.8578 C6.5012,10.8578 5.7142,10.0708 5.7142,9.1028 C5.7142,8.1338 6.5012,7.3458 7.4702,7.3458 Z M12.3672,9.7948 C12.7882,9.7948 13.0602,9.5238 13.0602,9.1028 C13.0602,8.6818 12.7882,8.4098 12.3672,8.4098 C11.9462,8.4098 11.6752,8.6818 11.6752,9.1028 C11.6752,9.5238 11.9462,9.7948 12.3672,9.7948 Z M12.3672,7.3458 C13.3362,7.3458 14.1232,8.1338 14.1232,9.1028 C14.1232,10.0708 13.3362,10.8578 12.3672,10.8578 C11.3992,10.8578 10.6112,10.0708 10.6112,9.1028 C10.6112,8.1338 11.3992,7.3458 12.3672,7.3458 Z M17.2646,9.7948 C17.6856,9.7948 17.9566,9.5238 17.9566,9.1028 C17.9566,8.6818 17.6856,8.4098 17.2646,8.4098 C16.8436,8.4098 16.5726,8.6818 16.5726,9.1028 C16.5726,9.5238 16.8436,9.7948 17.2646,9.7948 Z M17.2646,7.3458 C18.2336,7.3458 19.0206,8.1338 19.0206,9.1028 C19.0206,10.0708 18.2336,10.8578 17.2646,10.8578 C16.2956,10.8578 15.5086,10.0708 15.5086,9.1028 C15.5086,8.1338 16.2956,7.3458 17.2646,7.3458 Z M22.9355,13.8363 L22.9355,3.5523 C22.9355,2.1593 21.7585,0.9823 20.3665,0.9823 L3.6335,1.0643 C2.2405,1.0643 1.0635,2.2403 1.0635,3.6333 L1.0635,13.8363 C1.0635,15.2293 2.2405,16.4063 3.6335,16.4063 L6.2455,16.4063 C6.4585,16.4063 6.5695,16.5163 6.6585,16.6043 C6.7775,16.7243 6.7775,16.9163 6.7775,17.1023 L6.7695,17.1473 L4.9725,21.8613 L11.6375,16.5153 C11.7445,16.4063 11.8685,16.4063 11.9595,16.4063 L20.3665,16.4063 C21.7585,16.4063 22.9355,15.2293 22.9355,13.8363 Z M20.3665,0.0003 C22.3695,0.0003 23.9995,1.6293 23.9995,3.6333 L23.9995,13.8363 C23.9995,15.8403 22.3695,17.4703 20.3665,17.4703 L12.1655,17.4703 L4.0855,23.9183 L3.7965,23.9183 C3.7095,23.9183 3.5915,23.9183 3.4785,23.8153 C3.3795,23.7583 3.3015,23.6583 3.2605,23.5383 C3.2185,23.4103 3.2245,23.2753 3.2775,23.1683 L5.4145,17.3883 L3.6335,17.3883 C1.6295,17.3883 -0.0005,15.7583 -0.0005,13.7553 L-0.0005,3.6333 C-0.0005,1.6643 1.6645,0.0003 3.6335,0.0003 L20.3665,0.0003 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M7.47 9.795c.421 0 .692-.271.692-.692 0-.421-.27-.693-.692-.693-.42 0-.693.272-.693.693 0 .42.272.692.693.692zm0-2.45a1.757 1.757 0 010 3.512 1.757 1.757 0 010-3.511zm4.897 2.45c.421 0 .693-.271.693-.692 0-.421-.272-.693-.693-.693-.42 0-.692.272-.692.693 0 .42.271.692.692.692zm0-2.45a1.757 1.757 0 11-1.756 1.757c0-.968.788-1.756 1.756-1.756zm4.898 2.45c.42 0 .692-.271.692-.692 0-.421-.271-.693-.692-.693-.421 0-.692.272-.692.693 0 .42.27.692.692.692zm0-2.45a1.757 1.757 0 11-1.756 1.757c0-.968.787-1.756 1.756-1.756zm5.67 6.491V3.552c0-1.393-1.176-2.57-2.569-2.57l-16.732.082c-1.393 0-2.57 1.176-2.57 2.57v10.202c0 1.393 1.176 2.57 2.57 2.57h2.611c.213 0 .324.11.413.198.12.12.12.312.12.498l-.008.045-1.797 4.714 6.664-5.346c.107-.109.231-.109.322-.109h8.407c1.393 0 2.57-1.177 2.57-2.57zM20.367 0A3.637 3.637 0 0124 3.633v10.203a3.638 3.638 0 01-3.634 3.634h-8.2l-8.08 6.448h-.29c-.087 0-.204 0-.317-.103a.505.505 0 01-.219-.277.495.495 0 01.018-.37l2.137-5.78H3.634a3.638 3.638 0 01-3.635-3.633V3.633C0 1.664 1.665 0 3.634 0h16.732z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M20.3281,24 C20.1981,24 20.0701,23.949 19.9741,23.854 L16.1551,20.034 L7.6381,20.034 C6.6551,20.034 5.7661,19.527 5.3181,18.71 C5.1851,18.47 5.2731,18.165 5.5151,18.032 C5.7561,17.898 6.0611,17.987 6.1941,18.23 C6.4621,18.719 7.0291,19.035 7.6381,19.035 L16.3621,19.035 C16.4951,19.035 16.6211,19.088 16.7151,19.182 L19.8281,22.295 L19.8281,19.535 C19.8281,19.259 20.0521,19.035 20.3281,19.035 L21.5171,19.035 C22.3361,19.035 23.0011,18.37 23.0011,17.553 L23.0011,8.431 C23.0011,7.832 22.5141,7.345 21.9141,7.345 L18.7411,7.345 C18.4661,7.345 18.2421,7.122 18.2421,6.845 C18.2421,6.569 18.4661,6.346 18.7411,6.346 L21.9141,6.346 C23.0641,6.346 24.0001,7.281 24.0001,8.431 L24.0001,17.553 C24.0001,18.921 22.8861,20.034 21.5171,20.034 L20.8271,20.034 L20.8271,23.501 C20.8271,23.703 20.7051,23.885 20.5191,23.962 C20.4581,23.987 20.3921,24 20.3281,24 Z M2.0859,1 C1.4869,1 0.9999,1.487 0.9999,2.086 L0.9999,11.604 C0.9999,12.204 1.4869,12.691 2.0859,12.691 L3.6719,12.691 C3.9479,12.691 4.1709,12.914 4.1709,13.19 L4.1709,16.043 L7.8019,12.817 C7.8929,12.736 8.0109,12.691 8.1339,12.691 L15.1729,12.691 C15.9899,12.691 16.6549,12.025 16.6549,11.208 L16.6549,2.086 C16.6549,1.487 16.1679,1 15.5689,1 L2.0859,1 Z M3.6719,17.654 C3.6029,17.654 3.5329,17.64 3.4669,17.611 C3.2879,17.53 3.1719,17.353 3.1719,17.155 L3.1719,13.689 L2.0859,13.689 C0.9359,13.689 -0.0001,12.754 -0.0001,11.604 L-0.0001,2.086 C-0.0001,0.937 0.9359,-1.77635684e-15 2.0859,-1.77635684e-15 L15.5689,-1.77635684e-15 C16.7189,-1.77635684e-15 17.6539,0.937 17.6539,2.086 L17.6539,11.208 C17.6539,12.576 16.5419,13.689 15.1729,13.689 L8.3229,13.689 L4.0039,17.529 C3.9109,17.612 3.7919,17.654 3.6719,17.654 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M20.328 24a.504.504 0 01-.354-.146l-3.819-3.82H7.638c-.983 0-1.872-.507-2.32-1.324a.5.5 0 11.876-.48c.268.489.835.805 1.444.805h8.724c.133 0 .26.053.353.147l3.113 3.113v-2.76a.5.5 0 01.5-.5h1.19c.818 0 1.483-.665 1.483-1.482V8.431c0-.599-.487-1.086-1.087-1.086h-3.173a.5.5 0 010-.999h3.173c1.15 0 2.086.935 2.086 2.085v9.122a2.485 2.485 0 01-2.483 2.481h-.69v3.467a.5.5 0 01-.499.499zM2.086 1C1.486 1 1 1.487 1 2.086v9.518c0 .6.487 1.087 1.086 1.087h1.586c.276 0 .499.223.499.499v2.853l3.63-3.226a.499.499 0 01.333-.126h7.039c.817 0 1.482-.666 1.482-1.483V2.086c0-.599-.487-1.086-1.086-1.086H2.086zm1.586 16.654a.5.5 0 01-.5-.499v-3.466H2.086A2.088 2.088 0 010 11.604V2.086A2.09 2.09 0 012.086 0h13.483c1.15 0 2.085.937 2.085 2.086v9.122a2.483 2.483 0 01-2.481 2.481h-6.85l-4.32 3.84a.497.497 0 01-.331.125z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
d="M1.02081528,13.0208153 L23.5208153,13.0208153 C23.7969577,13.0208153 24.0208153,13.2446729 24.0208153,13.5208153 C24.0208153,13.7969577 23.7969577,14.0208153 23.5208153,14.0208153 L0.52081528,14.0208153 C0.244672905,14.0208153 0.0208152802,13.7969577 0.0208152802,13.5208153 L0.0208152802,4.52081528 C0.0208152802,4.24467291 0.244672905,4.02081528 0.52081528,4.02081528 C0.796957655,4.02081528 1.02081528,4.24467291 1.02081528,4.52081528 L1.02081528,13.0208153 Z"
|
|
4
|
-
transform="rotate(-45 12.02 9.02)"
|
|
5
|
-
/>
|
|
2
|
+
<path d="M7.071 19.627l15.91-15.91a.5.5 0 11.707.707L7.425 20.687a.5.5 0 01-.707 0L.354 14.323a.5.5 0 01.707-.707l6.01 6.01z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 16 16">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M5.807 13.072a.592.592 0 0 1-.091.106l-.026.024-.1.112a.545.545 0 0 1-.433.185.581.581 0 0 1-.453-.204L1.159 9.2a.677.677 0 0 1 .014-.888.55.55 0 0 1 .812 0l3.155 3.382 8.872-9.512a.548.548 0 0 1 .816.002c.226.242.23.636.009.881l-9.03 10.008z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M5.807 13.072a.592.592 0 01-.091.106l-.026.024-.1.112a.545.545 0 01-.433.185.581.581 0 01-.453-.204L1.159 9.2a.677.677 0 01.014-.888.55.55 0 01.812 0l3.155 3.382 8.872-9.512a.548.548 0 01.816.002c.226.242.23.636.009.881l-9.03 10.008z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.725 20.691c-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 010-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334c.3.304.544.834.093 1.361z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 010 .975L9.62 20.691c-.217.278-.894.527-1.345 0z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 25">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M4.9376,3.0654 L4.9376,4.7734 L12.7286,4.7734 L12.7286,3.0654 C12.7286,2.7814 12.4976,2.5514 12.2136,2.5514 L10.4246,2.5514 C10.1586,2.5514 9.9446,2.3364 9.9446,2.0714 C9.9446,1.4584 9.4456,0.9604 8.8336,0.9604 C8.2806,0.9604 7.8206,1.3654 7.7356,1.8954 C7.7576,1.9494 7.7696,2.0084 7.7696,2.0714 C7.7696,2.3364 7.5546,2.5514 7.2896,2.5514 L5.4526,2.5514 C5.1686,2.5514 4.9376,2.7814 4.9376,3.0654 Z M17.1866,17.5014 C17.4516,17.5014 17.6666,17.7164 17.6666,17.9824 L17.6666,21.9594 C17.6666,23.1014 16.7376,24.0294 15.5946,24.0294 L2.0716,24.0294 C0.9286,24.0294 0.0006,23.1014 0.0006,21.9594 L0.0006,5.2534 C0.0006,4.1114 0.9286,3.1824 2.0716,3.1824 L3.9776,3.1824 L3.9776,3.0654 C3.9776,2.2524 4.6386,1.5914 5.4526,1.5914 L6.8186,1.5914 C7.0356,0.6794 7.8556,0.0004 8.8336,0.0004 C9.8096,0.0004 10.6306,0.6794 10.8476,1.5914 L12.2136,1.5914 C13.0266,1.5914 13.6876,2.2524 13.6876,3.0654 L13.6876,3.1824 L15.5946,3.1824 C16.7376,3.1824 17.6666,4.1114 17.6666,5.2534 L17.6666,6.8444 C17.6666,7.1094 17.4516,7.3244 17.1866,7.3244 C16.9216,7.3244 16.7066,7.1094 16.7066,6.8444 L16.7066,5.2534 C16.7066,4.6404 16.2076,4.1424 15.5946,4.1424 L13.6876,4.1424 L13.6876,5.2534 C13.6876,5.5184 13.4736,5.7324 13.2076,5.7324 L4.4576,5.7324 C4.1916,5.7324 3.9776,5.5184 3.9776,5.2534 L3.9776,4.1424 L2.0716,4.1424 C1.4586,4.1424 0.9596,4.6404 0.9596,5.2534 L0.9596,21.9594 C0.9596,22.5714 1.4586,23.0704 2.0716,23.0704 L15.5946,23.0704 C16.2076,23.0704 16.7066,22.5714 16.7066,21.9594 L16.7066,17.9824 C16.7066,17.7164 16.9216,17.5014 17.1866,17.5014 Z M22.6305,9.0981 C23.1795,8.5251 23.1785,7.6101 22.6215,7.0231 C22.0455,6.4261 21.0865,6.4051 20.4845,6.9771 L18.7245,8.7371 L20.8585,10.8711 L22.6305,9.0981 Z M14.2515,17.4841 L20.1795,11.5511 L18.0455,9.4161 L12.1235,15.3371 C12.6105,15.5191 13.0585,15.8001 13.4155,16.1821 C13.7915,16.5331 14.0715,16.9861 14.2515,17.4841 Z M11.4295,16.1311 L10.9235,18.6741 L13.4495,18.1721 C13.3525,17.6711 13.1095,17.2081 12.7375,16.8611 C12.3765,16.4761 11.9215,16.2331 11.4295,16.1311 Z M23.3155,6.3601 C24.2285,7.3231 24.2275,8.8191 23.3165,9.7701 L14.1675,18.9261 C14.1015,18.9941 14.0155,19.0381 13.9225,19.0571 L10.4065,19.7561 C10.3755,19.7631 10.3435,19.7661 10.3125,19.7661 C10.1865,19.7661 10.0645,19.7161 9.9735,19.6251 C9.8595,19.5121 9.8105,19.3501 9.8415,19.1921 L10.5425,15.6761 C10.5605,15.5831 10.6065,15.4971 10.6725,15.4301 L17.6965,8.4071 C17.6985,8.4041 17.7025,8.4011 17.7055,8.3981 C17.7085,8.3941 17.7125,8.3921 17.7155,8.3891 L19.8145,6.2901 C20.8075,5.3461 22.3735,5.3801 23.3155,6.3601 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M4.938 3.065v1.708h7.79V3.065a.515.515 0 00-.514-.514h-1.79a.48.48 0 01-.48-.48 1.112 1.112 0 00-2.208-.176.48.48 0 01-.446.656H5.453a.515.515 0 00-.515.514zm12.249 14.436a.48.48 0 01.48.481v3.977c0 1.142-.93 2.07-2.072 2.07H2.072A2.072 2.072 0 010 21.96V5.253c0-1.142.928-2.07 2.07-2.07h1.907v-.118c0-.813.66-1.474 1.475-1.474h1.366A2.073 2.073 0 018.834.001c.976 0 1.797.678 2.014 1.59h1.366c.813 0 1.474.661 1.474 1.474v.117h1.907c1.143 0 2.072.93 2.072 2.071v1.591a.48.48 0 01-.96 0v-1.59c0-.614-.5-1.112-1.112-1.112h-1.907v1.111a.479.479 0 01-.48.48h-8.75a.479.479 0 01-.48-.48v-1.11H2.072c-.613 0-1.112.497-1.112 1.11V21.96c0 .612.499 1.111 1.112 1.111h13.523c.613 0 1.112-.499 1.112-1.11v-3.978a.48.48 0 01.48-.48zm5.444-8.403a1.505 1.505 0 00-.01-2.075 1.522 1.522 0 00-2.136-.046l-1.76 1.76 2.133 2.134 1.773-1.773zm-8.38 8.386l5.929-5.933-2.134-2.135-5.922 5.921c.486.182.934.463 1.291.845.377.351.657.804.837 1.302zm-2.821-1.353l-.506 2.543 2.526-.502a2.413 2.413 0 00-.712-1.31 2.463 2.463 0 00-1.308-.73zm11.886-9.77c.913.962.912 2.458 0 3.41l-9.148 9.155a.47.47 0 01-.245.131l-3.517.7a.48.48 0 01-.565-.564l.702-3.517a.483.483 0 01.13-.246l7.024-7.023.009-.009.01-.009 2.098-2.099a2.485 2.485 0 013.502.07z"/>
|
|
6
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.79 4.307a1.049 1.049 0 00-1.483 1.482L10.517 12l-6.21 6.211a1.049 1.049 0 000 1.483 1.052 1.052 0 001.482 0L12 13.483l6.211 6.21.001.002a1.052 1.052 0 001.482-.001 1.049 1.049 0 000-1.483l-6.211-6.21 6.21-6.212a1.049 1.049 0 00-1.482-1.482l-6.21 6.21-6.212-6.21z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M9.2233,20.39335 C9.4103,20.19635 9.7563,20.18735 9.9563,20.37935 L11.0483,21.42735 L11.0483,12.40035 C11.0483,12.09435 11.2613,11.88035 11.5673,11.88035 C11.8723,11.88035 12.0863,12.09435 12.0863,12.40035 L12.0863,21.42735 L13.1773,20.37935 C13.3723,20.18935 13.7193,20.19335 13.9103,20.39335 C14.0073,20.49335 14.0583,20.62435 14.0553,20.76335 C14.0523,20.90235 13.9953,21.03135 13.8963,21.12735 L11.9263,23.01935 C11.9033,23.04135 11.8773,23.05535 11.8603,23.06535 L11.8333,23.08135 C11.8153,23.09435 11.7913,23.11235 11.7603,23.12435 C11.7313,23.13635 11.7023,23.14135 11.6803,23.14435 L11.6193,23.02935 L11.6473,23.15135 C11.6043,23.16035 11.5283,23.16135 11.4863,23.15035 L11.4723,23.02135 L11.4533,23.14435 C11.4313,23.14135 11.4033,23.13635 11.3723,23.12435 C11.3423,23.11235 11.3183,23.09435 11.3003,23.08135 L11.2733,23.06435 C11.2553,23.05535 11.2313,23.04135 11.2063,23.01835 L9.2373,21.12635 C9.1373,21.03135 9.0803,20.90235 9.0773,20.76335 C9.0753,20.62335 9.1263,20.49335 9.2233,20.39335 Z M18.8405,6.75865 C21.7335,6.96765 23.9855,9.32165 23.9855,12.15765 C23.9045,15.18265 21.4095,17.64165 18.4225,17.64165 L13.9305,17.64165 C13.6245,17.64165 13.4115,17.42765 13.4115,17.12165 C13.4115,16.81665 13.6245,16.60365 13.9305,16.60365 L18.4225,16.60365 C20.8735,16.60365 22.8675,14.60965 22.8675,12.15765 C22.8675,9.70565 20.8735,7.71165 18.4225,7.71165 C18.1405,7.71165 17.8245,7.52365 17.8245,7.27165 C17.3635,4.20565 14.6385,1.87965 11.4875,1.87965 C7.9065,1.87965 4.9935,4.75865 4.9935,8.29565 C4.9935,8.60865 4.9935,8.83565 5.0695,9.21665 C5.0715,9.33465 5.0715,9.52965 4.9575,9.64465 C4.8405,9.76065 4.6465,9.76065 4.5525,9.76065 L4.4745,9.76065 C2.5875,9.76065 1.0525,11.29565 1.0525,13.18165 C1.0525,15.06865 2.5875,16.60365 4.4745,16.60365 L9.2025,16.60365 C9.5075,16.60365 9.7215,16.81665 9.7215,17.12165 C9.7215,17.42765 9.5075,17.64165 9.2025,17.64165 L4.4745,17.64165 C2.0565,17.64165 0.0145,15.59965 0.0145,13.18165 C0.0145,10.88265 1.6985,9.02965 4.0335,8.73665 L4.0335,8.21665 C3.9965,6.29265 4.7225,4.46965 6.0805,3.08565 C7.4985,1.63865 9.4195,0.84165 11.4875,0.84165 C14.9985,0.84165 18.0755,3.32465 18.8405,6.75865 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M9.223 20.393a.533.533 0 01.733-.014l1.092 1.048V12.4c0-.306.213-.52.52-.52.304 0 .518.214.518.52v9.027l1.091-1.048a.533.533 0 01.733.014.52.52 0 01-.014.734l-1.97 1.892c-.023.022-.049.036-.066.046l-.027.016c-.018.013-.042.031-.073.043a.321.321 0 01-.08.02l-.06-.115.027.122a.436.436 0 01-.16 0l-.015-.13-.019.123a.35.35 0 01-.08-.02c-.03-.012-.055-.03-.073-.043l-.027-.017a.287.287 0 01-.067-.046l-1.969-1.892a.512.512 0 01-.014-.733zM18.84 6.76c2.893.209 5.145 2.563 5.145 5.399-.08 3.025-2.575 5.484-5.563 5.484H13.93a.497.497 0 01-.518-.52c0-.305.212-.518.518-.518h4.492a4.45 4.45 0 004.445-4.446 4.45 4.45 0 00-4.445-4.446c-.282 0-.598-.188-.598-.44-.46-3.066-3.186-5.392-6.337-5.392-3.58 0-6.494 2.879-6.494 6.416 0 .313 0 .54.076.92.003.119.003.314-.112.429-.117.116-.31.116-.404.116h-.079a3.426 3.426 0 00-3.421 3.42 3.426 3.426 0 003.421 3.423h4.729c.305 0 .519.213.519.518 0 .306-.214.52-.52.52H4.475c-2.417 0-4.46-2.042-4.46-4.46 0-2.3 1.684-4.152 4.02-4.445v-.52A7.081 7.081 0 016.08 3.086C7.498 1.639 9.42.842 11.489.842c3.51 0 6.588 2.483 7.352 5.917z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 22">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(0 -1)"
|
|
5
|
-
d="M11.9036,15.27935 C11.8866,15.30435 11.8766,15.33235 11.8546,15.35335 L10.3546,16.85335 C10.2566,16.95135 10.1286,17.00035 10.0006,17.00035 C9.8726,17.00035 9.7446,16.95135 9.6466,16.85335 C9.4516,16.65935 9.4516,16.34135 9.6466,16.14635 L10.2936,15.50035 L9.5006,15.50035 C8.1226,15.50035 7.0006,16.62235 7.0006,18.00035 C7.0006,19.37835 8.1226,20.50035 9.5006,20.50035 C9.7766,20.50035 10.0006,20.72335 10.0006,21.00035 C10.0006,21.27635 9.7766,21.50035 9.5006,21.50035 C7.5706,21.50035 6.0006,19.92935 6.0006,18.00035 C6.0006,16.07035 7.5706,14.50035 9.5006,14.50035 L10.2936,14.50035 L9.6476,13.85335 C9.4526,13.65935 9.4526,13.34235 9.6476,13.14635 C9.8416,12.95235 10.1596,12.95235 10.3546,13.14635 L11.8546,14.64635 C11.8586,14.65135 11.8596,14.65735 11.8636,14.66135 C11.9036,14.70535 11.9386,14.75435 11.9616,14.80835 C12.0126,14.93135 12.0126,15.07035 11.9616,15.19235 C11.9476,15.22535 11.9236,15.25135 11.9036,15.27935 Z M13.5003,14.50005 C15.4303,14.50005 17.0003,16.07005 17.0003,18.00005 C17.0003,19.93005 15.4303,21.50005 13.5003,21.50005 L12.7073,21.50005 L13.3543,22.14605 C13.5483,22.34105 13.5483,22.65805 13.3543,22.85405 C13.2563,22.95105 13.1283,23.00005 13.0003,23.00005 C12.8723,23.00005 12.7443,22.95105 12.6463,22.85405 L11.1463,21.35405 C11.1243,21.33205 11.1143,21.30505 11.0973,21.27905 C11.0773,21.25105 11.0533,21.22605 11.0393,21.19205 C10.9883,21.07005 10.9883,20.93205 11.0393,20.80905 C11.0623,20.75405 11.0963,20.70505 11.1363,20.66105 C11.1413,20.65705 11.1423,20.65105 11.1463,20.64605 L12.6463,19.14605 C12.8413,18.95205 13.1583,18.95205 13.3543,19.14605 C13.5483,19.34205 13.5483,19.65905 13.3543,19.85405 L12.7073,20.50005 L13.5003,20.50005 C14.8783,20.50005 16.0003,19.37805 16.0003,18.00005 C16.0003,16.62205 14.8783,15.50005 13.5003,15.50005 C13.2243,15.50005 13.0003,15.27605 13.0003,15.00005 C13.0003,14.72405 13.2243,14.50005 13.5003,14.50005 Z M18.846,7.02295 C21.758,7.23195 24,9.60895 24,12.49995 C24,15.53295 21.534,17.99995 18.5,17.99995 C18.224,17.99995 18,17.77595 18,17.49995 C18,17.22395 18.224,16.99995 18.5,16.99995 C20.982,16.99995 23,14.98095 23,12.49995 C23,10.01895 20.982,7.99995 18.5,7.99995 C18.223,7.97295 17.962,7.82895 17.927,7.57795 C17.474,4.39795 14.711,1.99995 11.5,1.99995 C7.916,1.99995 5,4.91595 5,8.49995 C5,8.77995 5.024,9.07795 5.076,9.43795 C5.097,9.58295 5.053,9.72995 4.956,9.83995 C4.858,9.94895 4.7,9.99595 4.573,10.00895 C4.55,10.00895 4.49,10.00295 4.467,9.99895 C2.57,9.99995 1,11.56995 1,13.49995 C1,15.42995 2.57,16.99995 4.5,16.99995 C4.776,16.99995 5,17.22395 5,17.49995 C5,17.77595 4.776,17.99995 4.5,17.99995 C2.019,17.99995 1.73472348e-18,15.98095 1.73472348e-18,13.49995 C1.73472348e-18,11.17995 1.765,9.26495 4.022,9.02495 C4.007,8.84195 4,8.66895 4,8.49995 C4,4.36395 7.365,0.99995 11.5,0.99995 C15.066,0.99995 18.152,3.56095 18.846,7.02295 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M11.904 14.28c-.017.024-.027.052-.05.073l-1.5 1.5a.5.5 0 11-.707-.707l.647-.646H9.5A2.503 2.503 0 007 17c0 1.378 1.122 2.5 2.5 2.5a.5.5 0 110 1C7.57 20.5 6 18.93 6 17s1.57-3.5 3.5-3.5h.793l-.646-.647a.5.5 0 01.707-.707l1.5 1.5c.004.005.005.011.009.015.04.044.075.093.098.147a.501.501 0 010 .384c-.014.033-.038.06-.058.087zm1.596-.78c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5h-.793l.647.646a.503.503 0 010 .708.502.502 0 01-.708 0l-1.5-1.5c-.022-.022-.032-.049-.049-.075-.02-.028-.044-.053-.058-.087a.498.498 0 01.097-.531c.005-.004.006-.01.01-.015l1.5-1.5a.503.503 0 01.708 0 .503.503 0 010 .708l-.647.646h.793c1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5a.5.5 0 010-1zm5.346-7.477C21.758 6.232 24 8.609 24 11.5c0 3.033-2.466 5.5-5.5 5.5a.5.5 0 010-1c2.482 0 4.5-2.019 4.5-4.5S20.982 7 18.5 7c-.277-.027-.538-.171-.573-.422C17.474 3.398 14.711 1 11.5 1A6.508 6.508 0 005 7.5c0 .28.024.578.076.938a.5.5 0 01-.12.402c-.098.109-.256.156-.383.169a.95.95 0 01-.106-.01C2.57 8.999 1 10.569 1 12.499S2.57 16 4.5 16a.5.5 0 010 1A4.505 4.505 0 010 12.5a4.507 4.507 0 014.022-4.475A6.391 6.391 0 014 7.5C4 3.364 7.365 0 11.5 0c3.566 0 6.652 2.561 7.346 6.023z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M13.9098,14.64535 C13.7228,14.84235 13.3768,14.85135 13.1768,14.65935 L12.0848,13.61135 L12.0848,22.63835 C12.0848,22.94435 11.8718,23.15835 11.5658,23.15835 C11.2608,23.15835 11.0468,22.94435 11.0468,22.63835 L11.0468,13.61135 L9.9548,14.65935 C9.7608,14.84935 9.4128,14.84535 9.2218,14.64535 C9.1258,14.54535 9.0748,14.41435 9.0768,14.27535 C9.0798,14.13635 9.1368,14.00735 9.2368,13.91135 L11.2068,12.01935 C11.2298,11.99735 11.2558,11.98235 11.2728,11.97335 L11.2998,11.95635 C11.3178,11.94335 11.3418,11.92635 11.3728,11.91435 C11.4018,11.90135 11.4308,11.89735 11.4528,11.89435 L11.5138,12.00935 L11.4858,11.88735 C11.5288,11.87835 11.6048,11.87735 11.6468,11.88835 L11.6608,12.01735 L11.6798,11.89435 C11.7018,11.89735 11.7298,11.90135 11.7608,11.91435 C11.7908,11.92635 11.8148,11.94335 11.8328,11.95635 L11.8598,11.97435 C11.8778,11.98335 11.9018,11.99635 11.9268,12.02035 L13.8958,13.91235 C13.9958,14.00735 14.0528,14.13635 14.0558,14.27535 C14.0578,14.41535 14.0068,14.54535 13.9098,14.64535 Z M18.8405,6.75865 C21.7335,6.96765 23.9855,9.32165 23.9855,12.15765 C23.9045,15.18265 21.4095,17.64165 18.4225,17.64165 L13.9305,17.64165 C13.6245,17.64165 13.4115,17.42765 13.4115,17.12165 C13.4115,16.81665 13.6245,16.60365 13.9305,16.60365 L18.4225,16.60365 C20.8735,16.60365 22.8675,14.60965 22.8675,12.15765 C22.8675,9.70565 20.8735,7.71165 18.4225,7.71165 C18.1405,7.71165 17.8245,7.52365 17.8245,7.27165 C17.3635,4.20565 14.6385,1.87965 11.4875,1.87965 C7.9065,1.87965 4.9925,4.75865 4.9925,8.29565 C4.9925,8.60865 4.9925,8.83565 5.0695,9.21665 C5.0715,9.33465 5.0715,9.52965 4.9565,9.64465 C4.8405,9.76065 4.6455,9.76065 4.5525,9.76065 L4.4735,9.76065 C2.5875,9.76065 1.0525,11.29565 1.0525,13.18165 C1.0525,15.06865 2.5875,16.60365 4.4735,16.60365 L9.2015,16.60365 C9.5075,16.60365 9.7205,16.81665 9.7205,17.12165 C9.7205,17.42765 9.5075,17.64165 9.2015,17.64165 L4.4735,17.64165 C2.0565,17.64165 0.0145,15.59965 0.0145,13.18165 C0.0145,10.88265 1.6975,9.02965 4.0335,8.73665 L4.0335,8.21665 C3.9955,6.29265 4.7225,4.46965 6.0795,3.08565 C7.4985,1.63865 9.4185,0.84165 11.4875,0.84165 C14.9985,0.84165 18.0755,3.32465 18.8405,6.75865 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M13.91 14.645a.533.533 0 01-.733.014l-1.092-1.048v9.027c0 .306-.213.52-.52.52a.497.497 0 01-.518-.52v-9.027L9.955 14.66a.533.533 0 01-.733-.014.519.519 0 01.015-.734l1.97-1.892a.296.296 0 01.066-.046l.027-.017a.32.32 0 01.153-.062l.06.115-.027-.122a.436.436 0 01.16.001l.015.13.019-.124a.306.306 0 01.153.062l.027.018a.26.26 0 01.067.046l1.969 1.892a.512.512 0 01.014.733zm4.93-7.886c2.893.209 5.145 2.563 5.145 5.399-.08 3.025-2.575 5.484-5.563 5.484H13.93a.497.497 0 01-.518-.52c0-.305.212-.518.518-.518h4.492a4.45 4.45 0 004.445-4.446 4.45 4.45 0 00-4.445-4.446c-.282 0-.598-.188-.598-.44-.46-3.066-3.186-5.392-6.337-5.392-3.58 0-6.495 2.879-6.495 6.416 0 .313 0 .54.077.92.003.119.003.314-.112.429-.117.116-.311.116-.404.116h-.08a3.425 3.425 0 00-3.42 3.42 3.426 3.426 0 003.42 3.423h4.728c.306 0 .52.213.52.518 0 .306-.213.52-.52.52H4.473c-2.416 0-4.458-2.042-4.458-4.46 0-2.3 1.683-4.152 4.019-4.445v-.52A7.08 7.08 0 016.08 3.086C7.498 1.639 9.418.842 11.488.842c3.51 0 6.588 2.483 7.352 5.917z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
2
|
+
<path d="M12 23.478a9.933 9.933 0 01-6.3-2.259.522.522 0 11.663-.804A8.885 8.885 0 0012 22.435a8.88 8.88 0 005.64-2.024.52.52 0 11.665.805A9.933 9.933 0 0112 23.478zm9.135-7.2a.52.52 0 01-.508-.644A8.885 8.885 0 0014.96 5.201a.523.523 0 01.348-.985 9.932 9.932 0 016.333 11.66.523.523 0 01-.507.4zm-18.27-.004a.522.522 0 01-.508-.4A9.925 9.925 0 018.742 4.2a.523.523 0 01.344.986A8.875 8.875 0 003.37 15.63a.522.522 0 01-.507.644zm17.483 6.16a3.656 3.656 0 01-3.652-3.651 3.656 3.656 0 013.652-3.653A3.656 3.656 0 0124 18.783a3.656 3.656 0 01-3.652 3.652zm0-6.26a2.612 2.612 0 00-2.609 2.609 2.612 2.612 0 002.609 2.608 2.612 2.612 0 002.609-2.608 2.612 2.612 0 00-2.61-2.61zM12 7.826a3.656 3.656 0 01-3.652-3.652A3.656 3.656 0 0112 .522a3.656 3.656 0 013.652 3.652A3.656 3.656 0 0112 7.826zm0-6.26a2.612 2.612 0 00-2.609 2.608A2.612 2.612 0 0012 6.783a2.612 2.612 0 002.609-2.61A2.612 2.612 0 0012 1.566zM3.652 22.434A3.656 3.656 0 010 18.783a3.656 3.656 0 013.652-3.653 3.656 3.656 0 013.652 3.653 3.656 3.656 0 01-3.652 3.652zm0-6.261a2.612 2.612 0 00-2.609 2.609 2.612 2.612 0 002.61 2.608 2.612 2.612 0 002.608-2.608 2.612 2.612 0 00-2.609-2.61z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M12,22.9336 C18.029,22.9336 22.934,18.0296 22.934,11.9996 C22.934,5.9716 18.029,1.0666 12,1.0666 C5.972,1.0666 1.066,5.9716 1.066,11.9996 C1.066,18.0296 5.972,22.9336 12,22.9336 Z M12,-0.0004 C18.616,-0.0004 24,5.3836 24,11.9996 C24,18.6166 18.616,23.9996 12,23.9996 C5.383,23.9996 0,18.6166 0,11.9996 C0,5.3836 5.383,-0.0004 12,-0.0004 Z M12,20.4766 C16.674,20.4766 20.477,16.6736 20.477,11.9996 C20.477,7.3266 16.674,3.5236 12,3.5236 C7.326,3.5236 3.524,7.3266 3.524,11.9996 C3.524,16.6736 7.326,20.4766 12,20.4766 Z M12,2.4576 C17.263,2.4576 21.543,6.7376 21.543,11.9996 C21.543,17.2626 17.263,21.5426 12,21.5426 C6.738,21.5426 2.458,17.2626 2.458,11.9996 C2.458,6.7376 6.738,2.4576 12,2.4576 Z M12,12.2856 C12.158,12.2856 12.286,12.1576 12.286,11.9996 C12.286,11.8426 12.158,11.7146 12,11.7146 C11.842,11.7146 11.714,11.8426 11.714,11.9996 C11.714,12.1576 11.842,12.2856 12,12.2856 Z M12,13.3526 C11.254,13.3526 10.648,12.7456 10.648,11.9996 C10.648,11.2546 11.254,10.6476 12,10.6476 C12.746,10.6476 13.353,11.2546 13.353,11.9996 C13.353,12.7456 12.746,13.3526 12,13.3526 Z M15.8984,8.1006 L10.4404,10.4406 L8.1004,15.8986 L13.5594,13.5596 L15.8984,8.1006 Z M16.7054,6.5966 C16.9034,6.5086 17.1344,6.5516 17.2914,6.7086 C17.4464,6.8646 17.4904,7.0946 17.4044,7.2956 L14.4564,14.1756 C14.4014,14.3006 14.3014,14.4006 14.1764,14.4556 L7.2944,17.4056 C7.2284,17.4326 7.1554,17.4476 7.0854,17.4476 C6.9434,17.4476 6.8104,17.3916 6.7094,17.2926 C6.5524,17.1356 6.5084,16.9066 6.5954,16.7046 L9.5444,9.8246 C9.5964,9.7006 9.6954,9.6006 9.8234,9.5446 L16.7054,6.5966 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M12 22.934c6.029 0 10.934-4.904 10.934-10.934 0-6.028-4.905-10.933-10.934-10.933C5.972 1.067 1.066 5.972 1.066 12c0 6.03 4.906 10.934 10.934 10.934zM12 0c6.616 0 12 5.384 12 12 0 6.617-5.384 12-12 12-6.617 0-12-5.383-12-12C0 5.384 5.383 0 12 0zm0 20.477c4.674 0 8.477-3.803 8.477-8.477 0-4.673-3.803-8.476-8.477-8.476S3.524 7.327 3.524 12c0 4.674 3.802 8.477 8.476 8.477zm0-18.02c5.263 0 9.543 4.28 9.543 9.543 0 5.263-4.28 9.543-9.543 9.543-5.262 0-9.542-4.28-9.542-9.543 0-5.262 4.28-9.542 9.542-9.542zm0 9.829a.286.286 0 100-.572.286.286 0 000 .572zm0 1.067a1.354 1.354 0 010-2.705c.746 0 1.353.607 1.353 1.352 0 .746-.607 1.353-1.353 1.353zM15.898 8.1l-5.458 2.34-2.34 5.458 5.46-2.34 2.338-5.458zm.807-1.504a.532.532 0 01.699.699l-2.948 6.88a.547.547 0 01-.28.28l-6.882 2.95a.535.535 0 01-.699-.701l2.95-6.88a.53.53 0 01.278-.28l6.882-2.948z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M1.014 10c.085 1.462.538 2.844 1.294 4.038l.191-.038h2.15c-.382-1.233-.601-2.591-.643-4h-2.993zm0-1h2.993c.042-1.45.263-2.804.628-4h-2.135l-.186-.036c-.748 1.181-1.213 2.558-1.299 4.036zm2.01-5h1.964c.388-.957.876-1.78 1.44-2.426-1.328.517-2.496 1.358-3.404 2.426zm9.548-2.426c.564.646 1.053 1.469 1.44 2.426h1.964c-.908-1.068-2.076-1.909-3.404-2.426zm4.114 3.39l-.186.036h-2.135c.365 1.196.586 2.55.628 4h2.993c-.086-1.477-.551-2.855-1.299-4.036zm2.301 4.036h2.513c1.379 0 2.5 1.122 2.5 2.5v8c0 1.378-1.121 2.5-2.5 2.5h-6.5v1h3.5c.276 0 .5.224.5.5s-.224.5-.5.5h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3.5v-1h-6.5c-1.379 0-2.5-1.122-2.5-2.5v-1.641c-3.092-1.665-5-4.838-5-8.359 0-5.238 4.262-9.5 9.5-9.5 5.07 0 9.226 3.993 9.487 9zm-13.987 7.702v-1.702h-1.982c.561.657 1.226 1.232 1.982 1.702zm1 .832v.46599999999999997h17v-6.5c0-.827-.673-1.5-1.5-1.5h-14c-.827 0-1.5.673-1.5 1.5v6.034zm-.935-6.603c.08-.343.231-.658.436-.931h-.493c.01.314.029.624.057.931zm-.057-1.931h1.492c.112 0 .216.037.3.1.222-.065.457-.1.7-.1h1.5v-4h-3.294c-.4 1.18-.651 2.548-.698 4zm1.092-5h2.899v-2.945c-1.143.251-2.172 1.351-2.899 2.945zm3.899-2.945v2.945h2.899c-.728-1.595-1.757-2.694-2.899-2.945zm3.294 3.945h-3.294v4h3.992c-.047-1.452-.298-2.82-.698-4zm9.706 14h-17v.5c0 .827.673 1.5 1.5 1.5h14c.827 0 1.5-.673 1.5-1.5v-.5z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M1.014 10a8.45 8.45 0 001.294 4.038L2.499 14h2.15a15.107 15.107 0 01-.643-4H1.013zm0-1h2.993c.042-1.45.263-2.804.628-4H2.5l-.186-.036A8.443 8.443 0 001.015 9zm2.01-5h1.964c.388-.957.876-1.78 1.44-2.426A8.54 8.54 0 003.024 4zm9.548-2.426c.564.646 1.053 1.469 1.44 2.426h1.964a8.54 8.54 0 00-3.404-2.426zm4.114 3.39L16.5 5h-2.135c.365 1.196.586 2.55.628 4h2.993a8.446 8.446 0 00-1.299-4.036zM18.987 9H21.5c1.379 0 2.5 1.122 2.5 2.5v8c0 1.378-1.121 2.5-2.5 2.5H15v1h3.5a.5.5 0 010 1h-8a.5.5 0 010-1H14v-1H7.5A2.503 2.503 0 015 19.5v-1.641A9.445 9.445 0 010 9.5C0 4.262 4.262 0 9.5 0c5.07 0 9.226 3.993 9.487 9zM5 16.702V15H3.018A8.51 8.51 0 005 16.702zm1 .832V18h17v-6.5c0-.827-.673-1.5-1.5-1.5h-14c-.827 0-1.5.673-1.5 1.5v6.034zm-.935-6.603c.08-.343.231-.658.436-.931h-.493c.01.314.029.624.057.931zM5.008 9H6.5c.112 0 .216.037.3.1.222-.065.457-.1.7-.1H9V5H5.706c-.4 1.18-.651 2.548-.698 4zM6.1 4h2.899V1.055C7.856 1.306 6.827 2.406 6.1 4zm3.899-2.945V4h2.899c-.728-1.595-1.757-2.694-2.899-2.945zM13.293 5H9.999v4h3.992c-.047-1.452-.298-2.82-.698-4zm9.706 14h-17v.5c0 .827.673 1.5 1.5 1.5h14c.827 0 1.5-.673 1.5-1.5V19z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-2)"
|
|
5
|
-
d="M17.5,6 L11.5,6 C11.224,6 11,6.224 11,6.5 C11,6.776 11.224,7 11.5,7 L17.5,7 C17.776,7 18,6.776 18,6.5 C18,6.224 17.776,6 17.5,6 Z M22,16.5 C22,15.122 20.878,14 19.5,14 C18.122,14 17,15.122 17,16.5 C17,17.31 17.394,18.025 17.994,18.482 L17.01,23.401 C16.973,23.589 17.046,23.781 17.197,23.897 C17.349,24.014 17.554,24.032 17.724,23.947 L19.5,23.059 L21.276,23.947 C21.347,23.982 21.424,24 21.5,24 C21.607,24 21.715,23.965 21.802,23.897 C21.954,23.78 22.027,23.589 21.989,23.401 L21.005,18.483 C21.606,18.025 22,17.311 22,16.5 Z M19.723,22.052 C19.583,21.982 19.417,21.982 19.276,22.052 L18.191,22.595 L18.924,18.926 C19.11,18.971 19.301,19 19.5,19 C19.699,19 19.889,18.971 20.075,18.927 L20.808,22.595 L19.723,22.052 Z M19.5,18 C18.673,18 18,17.327 18,16.5 C18,15.673 18.673,15 19.5,15 C20.327,15 21,15.673 21,16.5 C21,17.327 20.327,18 19.5,18 Z M15.5,21 L3,21 L3,7 L8.5,7 C8.776,7 9,6.776 9,6.5 L9,1 L19,1 L19,12.5 C19,12.776 19.224,13 19.5,13 C19.776,13 20,12.776 20,12.5 L20,0.5 C20,0.224 19.776,0 19.5,0 L8.5,0 C8.433,0 8.368,0.014 8.307,0.039 C8.278,0.051 8.256,0.073 8.23,0.09 C8.202,0.108 8.17,0.122 8.146,0.146 L2.146,6.146 C2.123,6.169 2.11,6.2 2.092,6.227 C2.074,6.254 2.051,6.277 2.039,6.307 C2.014,6.368 2,6.433 2,6.5 L2,21.5 C2,21.776 2.224,22 2.5,22 L15.5,22 C15.776,22 16,21.776 16,21.5 C16,21.224 15.776,21 15.5,21 Z M8,1.707 L8,6 L3.707,6 L8,1.707 Z M17.5,10 L4.5,10 C4.224,10 4,10.224 4,10.5 C4,10.776 4.224,11 4.5,11 L17.5,11 C17.776,11 18,10.776 18,10.5 C18,10.224 17.776,10 17.5,10 Z M15.5,14 L4.5,14 C4.224,14 4,14.224 4,14.5 C4,14.776 4.224,15 4.5,15 L15.5,15 C15.776,15 16,14.776 16,14.5 C16,14.224 15.776,14 15.5,14 Z M8.5,19 C8.776,19 9,18.776 9,18.5 C9,18.224 8.776,18 8.5,18 L4.5,18 C4.224,18 4,18.224 4,18.5 C4,18.776 4.224,19 4.5,19 L8.5,19 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M15.5 6h-6a.5.5 0 000 1h6a.5.5 0 000-1zM20 16.5c0-1.378-1.122-2.5-2.5-2.5a2.503 2.503 0 00-2.5 2.5c0 .81.394 1.525.994 1.982l-.984 4.919a.499.499 0 00.714.546l1.776-.888 1.776.888a.492.492 0 00.526-.05.5.5 0 00.187-.496l-.984-4.918A2.49 2.49 0 0020 16.5zm-2.277 5.552a.502.502 0 00-.447 0l-1.085.543.733-3.669c.186.045.377.074.576.074.199 0 .389-.029.575-.073l.733 3.668-1.085-.543zM17.5 18c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5zm-4 3H1V7h5.5a.5.5 0 00.5-.5V1h10v11.5a.5.5 0 001 0V.5a.5.5 0 00-.5-.5h-11a.508.508 0 00-.193.039c-.029.012-.051.034-.077.051-.028.018-.06.032-.084.056l-6 6c-.023.023-.036.054-.054.081-.018.027-.041.05-.053.08A.508.508 0 000 6.5v15a.5.5 0 00.5.5h13a.5.5 0 000-1zM6 1.707V6H1.707L6 1.707zM15.5 10h-13a.5.5 0 000 1h13a.5.5 0 000-1zm-2 4h-11a.5.5 0 000 1h11a.5.5 0 000-1zm-7 5a.5.5 0 000-1h-4a.5.5 0 000 1h4z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 16">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(0 -4)"
|
|
5
|
-
d="M23,7 L23,6.5 C23,5.673 22.327,5 21.5,5 L2.5,5 C1.673,5 1,5.673 1,6.5 L1,7 L23,7 Z M23,11 L1,11 L1,17.5 C1,18.327 1.673,19 2.5,19 L21.5,19 C22.327,19 23,18.327 23,17.5 L23,11 Z M21.5,20 L2.5,20 C1.122,20 0,18.878 0,17.5 L0,6.5 C0,5.122 1.122,4 2.5,4 L21.5,4 C22.878,4 24,5.122 24,6.5 L24,17.5 C24,18.878 22.878,20 21.5,20 Z M1,10 L23,10 L23,8 L1,8 L1,10 Z M9.5,15 L3.5,15 C3.224,15 3,14.776 3,14.5 C3,14.224 3.224,14 3.5,14 L9.5,14 C9.776,14 10,14.224 10,14.5 C10,14.776 9.776,15 9.5,15 Z M9.5,17 L3.5,17 C3.224,17 3,16.776 3,16.5 C3,16.224 3.224,16 3.5,16 L9.5,16 C9.776,16 10,16.224 10,16.5 C10,16.776 9.776,17 9.5,17 Z M19.5,17 L18.5,17 C17.673,17 17,16.327 17,15.5 L17,14.5 C17,13.673 17.673,13 18.5,13 L19.5,13 C20.327,13 21,13.673 21,14.5 L21,15.5 C21,16.327 20.327,17 19.5,17 Z M18.5,14 C18.224,14 18,14.224 18,14.5 L18,15.5 C18,15.776 18.224,16 18.5,16 L19.5,16 C19.776,16 20,15.776 20,15.5 L20,14.5 C20,14.224 19.776,14 19.5,14 L18.5,14 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23 3v-.5c0-.827-.673-1.5-1.5-1.5h-19C1.673 1 1 1.673 1 2.5V3h22zm0 4H1v6.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5V7zm-1.5 9h-19A2.503 2.503 0 010 13.5v-11C0 1.122 1.122 0 2.5 0h19C22.878 0 24 1.122 24 2.5v11c0 1.378-1.122 2.5-2.5 2.5zM1 6h22V4H1v2zm8.5 5h-6a.5.5 0 010-1h6a.5.5 0 010 1zm0 2h-6a.5.5 0 010-1h6a.5.5 0 010 1zm10 0h-1c-.827 0-1.5-.673-1.5-1.5v-1c0-.827.673-1.5 1.5-1.5h1c.827 0 1.5.673 1.5 1.5v1c0 .827-.673 1.5-1.5 1.5zm-1-3a.5.5 0 00-.5.5v1a.5.5 0 00.5.5h1a.5.5 0 00.5-.5v-1a.5.5 0 00-.5-.5h-1z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-2)"
|
|
5
|
-
d="M13.0707296,3.415 L13.0707296,4.824 C12.7167296,4.785 12.3617296,4.765 12.0057296,4.765 C11.6507296,4.765 11.2947296,4.785 10.9417296,4.824 L10.9417296,3.415 L13.0707296,3.415 Z M19.4057296,14.378 C19.4057296,14.665 19.6387296,14.897 19.9247296,14.897 L20.5637296,14.897 C20.4937296,16.071 20.2007296,17.185 19.6877296,18.212 L19.1237296,17.887 C19.0027296,17.818 18.8647296,17.802 18.7287296,17.836 C18.5947296,17.871 18.4827296,17.957 18.4137296,18.078 C18.3427296,18.198 18.3267296,18.339 18.3617296,18.473 C18.3987296,18.607 18.4847296,18.719 18.6047296,18.789 L19.1677296,19.111 C18.8417296,19.602 18.4757296,20.053 18.0777296,20.45 C17.6787296,20.85 17.2287296,21.215 16.7387296,21.538 L16.4167296,20.977 C16.2717296,20.728 15.9537296,20.645 15.7057296,20.785 C15.4577296,20.929 15.3717296,21.246 15.5147296,21.495 L15.8407296,22.061 C14.8127296,22.572 13.6987296,22.866 12.5257296,22.936 L12.5257296,22.297 C12.5257296,22.01 12.2927296,21.777 12.0057296,21.777 C11.7187296,21.777 11.4867296,22.01 11.4867296,22.297 L11.4867296,22.936 C10.3137296,22.866 9.19972957,22.572 8.17272957,22.061 L8.49672957,21.495 C8.56572957,21.375 8.58472957,21.234 8.54872957,21.101 C8.51172957,20.967 8.42572957,20.855 8.30572957,20.785 C8.18472957,20.715 8.04572957,20.697 7.91072957,20.733 C7.77672957,20.769 7.66472957,20.856 7.59572957,20.977 L7.27372957,21.538 C6.78272957,21.216 6.33272957,20.851 5.93372957,20.45 C5.53472957,20.051 5.16872957,19.602 4.84572957,19.111 L5.40672957,18.789 C5.52772957,18.719 5.61372957,18.607 5.64972957,18.473 C5.68572957,18.338 5.66772957,18.199 5.59872957,18.078 C5.52872957,17.958 5.41672957,17.871 5.28272957,17.836 C5.14772957,17.798 5.00872957,17.816 4.88872957,17.887 L4.32372957,18.213 C3.81172957,17.184 3.51772957,16.07 3.44772957,14.897 L4.08672957,14.897 C4.37372957,14.897 4.60672957,14.665 4.60672957,14.378 C4.60672957,14.092 4.37372957,13.858 4.08672957,13.858 L3.44772957,13.858 C3.51772957,12.686 3.81172957,11.572 4.32372957,10.544 L4.88872957,10.869 C5.12672957,11.006 5.46072957,10.916 5.59872957,10.677 C5.66772957,10.557 5.68572957,10.417 5.64972957,10.283 C5.61272957,10.148 5.52772957,10.037 5.40672957,9.968 L4.84572957,9.645 C5.16872957,9.155 5.53472957,8.705 5.93372957,8.306 C6.33472957,7.905 6.78372957,7.54 7.27372957,7.218 L7.59572957,7.778 C7.73272957,8.019 8.06572957,8.106 8.30572957,7.971 C8.42572957,7.901 8.51172957,7.79 8.54872957,7.655 C8.58472957,7.521 8.56572957,7.381 8.49672957,7.261 L8.17272957,6.696 C9.19972957,6.184 10.3137296,5.89 11.4867296,5.821 L11.4867296,6.459 C11.4867296,6.746 11.7187296,6.978 12.0057296,6.978 C12.2927296,6.978 12.5257296,6.746 12.5257296,6.459 L12.5257296,5.821 C13.6987296,5.89 14.8117296,6.184 15.8407296,6.696 L15.5147296,7.261 C15.4447296,7.381 15.4267296,7.521 15.4637296,7.656 C15.5007296,7.79 15.5867296,7.901 15.7057296,7.971 C15.9417296,8.106 16.2767296,8.02 16.4167296,7.779 L16.7387296,7.218 C17.2277296,7.54 17.6777296,7.906 18.0777296,8.306 C18.4767296,8.705 18.8417296,9.155 19.1677296,9.645 L18.6047296,9.968 C18.4847296,10.037 18.3977296,10.149 18.3617296,10.283 C18.3267296,10.417 18.3427296,10.557 18.4137296,10.677 C18.5507296,10.918 18.8877296,11.003 19.1237296,10.869 L19.6877296,10.544 C20.2007296,11.572 20.4937296,12.685 20.5637296,13.858 L19.9247296,13.858 C19.6387296,13.858 19.4057296,14.092 19.4057296,14.378 L19.4057296,14.378 Z M8.96272957,2.375 L15.0497296,2.375 L15.0497296,1.039 L8.96272957,1.039 L8.96272957,2.375 Z M18.9767296,7.746 C22.5537296,11.505 22.4907296,17.507 18.8127296,21.186 C16.9977296,23.001 14.5797296,24 12.0057296,24 C9.43172957,24 7.01372957,23.001 5.19872957,21.186 C1.44572957,17.432 1.44572957,11.324 5.19872957,7.571 C6.48972957,6.281 8.11372957,5.391 9.90272957,4.993 L9.90272957,3.415 L8.44272957,3.415 C8.15072957,3.415 7.92272957,3.187 7.92272957,2.895 L7.92272957,0.519 C7.92272957,0.228 8.15072957,0 8.44272957,0 L15.5697296,0 C15.8617296,0 16.0897296,0.228 16.0897296,0.519 L16.0897296,2.895 C16.0897296,3.187 15.8617296,3.415 15.5697296,3.415 L14.1097296,3.415 L14.1097296,4.994 C15.6167296,5.329 17.0317296,6.033 18.2167296,7.036 L19.0397296,6.213 L18.8117296,5.987 C18.6097296,5.785 18.6097296,5.455 18.8117296,5.252 C19.0137296,5.05 19.3437296,5.048 19.5477296,5.252 L20.7357296,6.44 C20.9377296,6.642 20.9377296,6.972 20.7357296,7.175 C20.5377296,7.371 20.1967296,7.37 20.0007296,7.175 L19.7737296,6.948 L18.9767296,7.746 Z M12.5257296,13.7529 L12.5257296,9.2309 C12.5257296,8.9389 12.2967296,8.7109 12.0057296,8.7109 C11.7137296,8.7109 11.4857296,8.9389 11.4857296,9.2309 L11.4857296,13.9819 C11.4857296,14.1279 11.5487296,14.2729 11.6527296,14.3669 L16.0087296,18.3269 C16.1067296,18.4149 16.2287296,18.4609 16.3607296,18.4609 C16.5127296,18.4609 16.6457296,18.4029 16.7457296,18.2939 C16.8397296,18.1899 16.8897296,18.0559 16.8847296,17.9189 C16.8797296,17.7799 16.8197296,17.6519 16.7137296,17.5569 L12.5257296,13.7529 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M11.07 3.415v1.409a9.719 9.719 0 00-2.128 0V3.415h2.129zm6.336 10.963a.52.52 0 00.519.519h.639a8.5 8.5 0 01-.876 3.315l-.564-.325a.528.528 0 00-.395-.051.508.508 0 00-.315.242.515.515 0 00-.052.395.525.525 0 00.243.316l.563.322a8.647 8.647 0 01-1.09 1.339c-.4.4-.85.765-1.34 1.088l-.321-.561a.525.525 0 00-.711-.192.521.521 0 00-.191.71l.326.566a8.542 8.542 0 01-3.315.875v-.639a.52.52 0 00-1.04 0v.639a8.533 8.533 0 01-3.313-.875l.324-.566a.517.517 0 00-.191-.71.515.515 0 00-.71.192l-.322.561a8.345 8.345 0 01-2.428-2.427l.56-.322a.518.518 0 00.193-.711.516.516 0 00-.316-.242.499.499 0 00-.394.051l-.565.326a8.535 8.535 0 01-.876-3.316h.639a.52.52 0 100-1.039h-.64a8.526 8.526 0 01.877-3.314l.565.325a.536.536 0 00.71-.192.517.517 0 00-.192-.709l-.561-.323c.323-.49.689-.94 1.088-1.339.4-.401.85-.766 1.34-1.088l.322.56c.137.241.47.328.71.193a.522.522 0 00.19-.71l-.323-.565a8.498 8.498 0 013.314-.875v.638a.519.519 0 101.039 0v-.638a8.512 8.512 0 013.315.875l-.326.565a.525.525 0 00.191.71.539.539 0 00.71-.192l.323-.561c.489.322.939.688 1.339 1.088.399.399.764.849 1.09 1.339l-.563.323a.517.517 0 00-.191.709.538.538 0 00.71.192l.564-.325a8.504 8.504 0 01.876 3.314h-.64a.52.52 0 00-.518.52zM6.963 2.375h6.087V1.039H6.963v1.336zm10.014 5.371c3.577 3.759 3.514 9.761-.164 13.44A9.562 9.562 0 0110.006 24a9.562 9.562 0 01-6.807-2.814c-3.753-3.754-3.753-9.862 0-13.615a9.58 9.58 0 014.704-2.578V3.415h-1.46a.514.514 0 01-.52-.52V.519c0-.291.228-.519.52-.519h7.127c.292 0 .52.228.52.519v2.376c0 .292-.228.52-.52.52h-1.46v1.579a9.596 9.596 0 014.107 2.042l.823-.823-.228-.226a.52.52 0 01.736-.735l1.188 1.188a.521.521 0 010 .735.534.534 0 01-.735 0l-.227-.227-.797.798zm-6.451 6.007V9.23a.515.515 0 00-.52-.52.514.514 0 00-.52.52v4.75c0 .147.063.292.167.386l4.356 3.96c.098.088.22.134.352.134a.509.509 0 00.385-.167.53.53 0 00.139-.375.506.506 0 00-.171-.362l-4.188-3.804z"/>
|
|
7
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17 0c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5H7a2.503 2.503 0 01-2.5-2.5v-19C4.5 1.122 5.622 0 7 0h10zm1.5 19h-13v2.5c0 .827.673 1.5 1.5 1.5h10c.827 0 1.5-.673 1.5-1.5V19zM12 20a1 1 0 110 2 1 1 0 010-2zm6.5-15h-13v13h13V5zm-3.17 3.551a.516.516 0 11.73.73l-5.088 5.088a.517.517 0 01-.73 0l-1.99-1.99a.516.516 0 11.73-.731l1.625 1.625 4.722-4.722zM17 1H7c-.827 0-1.5.673-1.5 1.5V4h13V2.5c0-.827-.673-1.5-1.5-1.5zm-.98 1a.5.5 0 010 1 .504.504 0 01-.505-.5c0-.276.219-.5.495-.5h.01zM13 2a.5.5 0 010 1h-2a.5.5 0 010-1h2z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M16.9519,14.1982 C16.9579,14.3362 16.9089,14.4692 16.8149,14.5692 C16.6269,14.7712 16.2809,14.7872 16.0809,14.5962 L14.8939,13.5032 L14.8939,22.6882 C14.8939,22.9952 14.6809,23.2082 14.3759,23.2082 C14.0689,23.2082 13.8549,22.9952 13.8549,22.6882 L13.8549,13.5712 L12.7629,14.6652 C12.5669,14.8592 12.2239,14.8592 12.0279,14.6652 C11.8259,14.4622 11.8259,14.1312 12.0279,13.9272 L14.0079,11.9492 C14.0309,11.9252 14.0569,11.9102 14.0759,11.9002 L14.1029,11.8822 C14.1189,11.8702 14.1409,11.8532 14.1699,11.8412 C14.2039,11.8262 14.2359,11.8212 14.2629,11.8172 C14.3139,11.8052 14.3409,11.7992 14.3729,11.7992 C14.4019,11.7992 14.4289,11.8042 14.4509,11.8092 L14.4699,11.9382 L14.4849,11.8152 C14.5049,11.8182 14.5319,11.8222 14.5609,11.8332 C14.5919,11.8442 14.6169,11.8622 14.6389,11.8762 L14.6659,11.8932 C14.6809,11.9022 14.7049,11.9142 14.7279,11.9362 L16.7859,13.8352 C16.8889,13.9292 16.9469,14.0582 16.9519,14.1982 Z M11.2366,20.3418 C11.4396,20.1408 11.7686,20.1408 11.9716,20.3418 C12.0696,20.4408 12.1236,20.5708 12.1236,20.7088 C12.1236,20.8488 12.0696,20.9788 11.9716,21.0768 L9.9916,23.0568 C9.8936,23.1548 9.7636,23.2078 9.6246,23.2078 C9.4866,23.2078 9.3556,23.1548 9.2576,23.0568 L7.2786,21.0768 C7.1796,20.9788 7.1256,20.8488 7.1256,20.7088 C7.1256,20.5708 7.1796,20.4408 7.2786,20.3418 C7.4806,20.1408 7.8096,20.1408 8.0126,20.3418 L9.1056,21.4338 L9.1056,12.3958 C9.1056,12.0898 9.3186,11.8768 9.6246,11.8768 C9.9306,11.8768 10.1446,12.0898 10.1446,12.3958 L10.1446,21.4338 L11.2366,20.3418 Z M18.91,6.7358 C21.818,6.9438 24,9.2248 24,12.0788 C23.919,15.1608 21.448,17.6658 18.492,17.6658 L17.225,17.6658 C16.92,17.6658 16.706,17.4518 16.706,17.1468 C16.706,16.8398 16.92,16.6268 17.225,16.6268 L18.492,16.6268 C20.912,16.6268 22.882,14.5858 22.882,12.0788 C22.882,9.6178 20.953,7.6898 18.492,7.6898 C18.21,7.6898 17.893,7.5018 17.893,7.2498 C17.43,4.1688 14.69,1.8308 11.525,1.8308 C7.926,1.8308 4.997,4.7238 4.997,8.2788 C4.997,8.5938 4.997,8.8208 5.075,9.2048 C5.077,9.3228 5.077,9.5178 4.961,9.6328 C4.847,9.7488 4.651,9.7488 4.557,9.7488 L4.478,9.7488 C2.582,9.7488 1.039,11.2918 1.039,13.1878 C1.039,15.0838 2.582,16.6268 4.478,16.6268 L6.774,16.6268 C7.08,16.6268 7.294,16.8398 7.294,17.1468 C7.294,17.4518 7.08,17.6658 6.774,17.6658 L4.478,17.6658 C2.051,17.6658 4.54747351e-13,15.6138 4.54747351e-13,13.1878 C4.54747351e-13,10.8788 1.691,9.0168 4.038,8.7228 L4.038,8.1998 C4,6.2668 4.73,4.4348 6.093,3.0448 C7.518,1.5918 9.447,0.7918 11.525,0.7918 C15.052,0.7918 18.142,3.2858 18.91,6.7358 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M16.952 14.198a.507.507 0 01-.137.371.531.531 0 01-.734.027l-1.187-1.093v9.185c0 .307-.213.52-.518.52a.497.497 0 01-.521-.52v-9.117l-1.092 1.094a.537.537 0 01-.735 0 .525.525 0 010-.738l1.98-1.978a.259.259 0 01.068-.049l.027-.018c.016-.012.038-.029.067-.04a.345.345 0 01.093-.025.465.465 0 01.11-.018c.029 0 .056.005.078.01l.019.13.015-.124c.02.003.047.007.076.018.03.011.056.03.078.043l.027.017c.015.01.039.021.062.043l2.058 1.9a.51.51 0 01.166.362zm-5.715 6.144a.518.518 0 11.735.735l-1.98 1.98a.514.514 0 01-.367.15.516.516 0 01-.367-.15l-1.98-1.98a.515.515 0 010-.735.522.522 0 01.735 0l1.093 1.092v-9.038c0-.306.213-.52.519-.52.306 0 .52.214.52.52v9.038l1.092-1.092zM18.91 6.736c2.908.208 5.09 2.489 5.09 5.343-.081 3.082-2.552 5.587-5.508 5.587h-1.267a.497.497 0 01-.519-.52c0-.306.214-.52.519-.52h1.267c2.42 0 4.39-2.04 4.39-4.547 0-2.461-1.929-4.39-4.39-4.39-.282 0-.599-.187-.599-.44-.463-3.08-3.203-5.418-6.368-5.418-3.599 0-6.528 2.893-6.528 6.448a4 4 0 00.078.926c.002.118.002.313-.114.428-.114.116-.31.116-.404.116h-.079a3.443 3.443 0 00-3.439 3.439 3.443 3.443 0 003.439 3.439h2.296c.306 0 .52.213.52.52a.497.497 0 01-.52.519H4.478C2.051 17.666 0 15.614 0 13.188c0-2.31 1.691-4.171 4.038-4.465V8.2a7.114 7.114 0 012.055-5.155C7.518 1.592 9.447.792 11.525.792c3.527 0 6.617 2.494 7.385 5.944z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M19.5068,6.0258 C19.9288,5.6028 19.9288,4.9158 19.5068,4.4928 C19.2948,4.2808 19.0178,4.1748 18.7398,4.1748 C18.4628,4.1748 18.1858,4.2808 17.9738,4.4928 C17.5508,4.9158 17.5508,5.6028 17.9738,6.0258 C18.3978,6.4478 19.0828,6.4478 19.5068,6.0258 Z M17.2638,3.7828 C18.0768,2.9678 19.4028,2.9678 20.2158,3.7828 C21.0298,4.5968 21.0298,5.9218 20.2158,6.7348 C19.8098,7.1428 19.2748,7.3458 18.7398,7.3458 C18.2058,7.3458 17.6708,7.1428 17.2638,6.7348 C16.4488,5.9218 16.4488,4.5968 17.2638,3.7828 Z M22.997,10.5 L22.997,2.503 C22.994,1.679 22.32,1.006 21.496,1.003 L13.5,1.003 L13.489,1.003 C13.099,1.003 12.721,1.163 12.45,1.441 C12.408,1.483 12.38,1.509 12.353,1.543 L1.433,12.457 C1.159,12.723 1.004,13.096 1.004,13.499 C1.004,13.901 1.16,14.273 1.442,14.549 L9.444,22.554 C9.721,22.837 10.1,22.997 10.489,22.997 L10.497,22.997 C10.855,22.989 11.276,22.839 11.551,22.558 L22.554,11.555 C22.841,11.275 22.997,10.902 22.997,10.5 Z M21.498,0 C22.873,0.004 23.995,1.125 24,2.5 L24,2.501 L24,10.5 C24,11.175 23.736,11.803 23.259,12.269 L12.265,23.264 C11.809,23.73 11.168,24 10.51,24 L10.483,24 C9.831,24 9.191,23.73 8.73,23.26 L0.737,15.264 C0.264,14.803 0,14.174 0,13.499 C0,12.822 0.264,12.194 0.743,11.729 L0.891,11.592 L11.605,0.876 C11.62,0.853 11.672,0.799 11.739,0.733 C12.189,0.27 12.829,0 13.486,0 L13.503,0 L21.498,0 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M19.507 6.026a1.086 1.086 0 00-.767-1.851 1.085 1.085 0 10.767 1.851zm-2.243-2.243a2.088 2.088 0 112.952 2.953 2.088 2.088 0 01-2.952-2.953zm5.733 6.717V2.503a1.51 1.51 0 00-1.501-1.5h-8.007c-.39 0-.768.16-1.039.438-.042.042-.07.068-.097.102L1.433 12.457a1.442 1.442 0 00-.429 1.042c0 .402.156.774.438 1.05l8.002 8.005c.277.283.656.443 1.045.443h.008c.358-.008.779-.158 1.054-.439l11.003-11.003c.287-.28.443-.653.443-1.055zM21.498 0A2.515 2.515 0 0124 2.5v8c0 .675-.264 1.303-.741 1.769L12.265 23.264A2.472 2.472 0 0110.51 24h-.027c-.652 0-1.292-.27-1.753-.74L.737 15.264A2.447 2.447 0 010 13.499c0-.677.264-1.305.743-1.77l.148-.137L11.605.876c.015-.023.067-.077.134-.143A2.455 2.455 0 0113.486 0h8.012z"/>
|
|
6
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M13.687 1c.97 0 1.852.46 2.346 1.213l.093.154.134.24h2.115c1.452 0 2.539 1.04 2.62 2.35l.005.158v.804c0 .462-.369.843-.84.895l-.11.006H20v13.463c0 1.983-1.427 3.609-3.376 3.712l-.197.005h-8.74c-1.983 0-3.58-1.562-3.682-3.52L4 20.283V6.82h-.053c-.485 0-.886-.348-.94-.796L3 5.919v-.804c0-1.33 1.135-2.421 2.565-2.503l.173-.005h2.115l.133-.24c.442-.79 1.29-1.3 2.247-1.36L10.425 1h3.262zM19 6.82v13.463l-.005.172c-.075 1.361-1.046 2.454-2.397 2.54l-.171.005h-8.74l-.171-.005a2.694 2.694 0 01-2.51-2.54L5 20.283V6.82h14zM13.687 2l.166.007c.549.044 1.034.309 1.32.72l.079.127.422.753h2.701l.157.006c.823.066 1.397.642 1.462 1.365l.006.137v.705H4v-.705l.006-.13c.072-.726.739-1.306 1.574-1.372l.158-.006h2.703l.419-.753.08-.128c.286-.41.77-.675 1.319-.72L10.425 2h3.262zM7.5 8.5a.5.5 0 01.492.41L8 9v12a.5.5 0 01-.992.09L7 21V9a.5.5 0 01.5-.5zm3 0a.5.5 0 01.492.41L11 9v12a.5.5 0 01-.992.09L10 21V9a.5.5 0 01.5-.5zm3 0a.5.5 0 01.492.41L14 9v12a.5.5 0 01-.992.09L13 21V9a.5.5 0 01.5-.5zm3 0a.5.5 0 01.492.41L17 9v12a.5.5 0 01-.992.09L16 21V9a.5.5 0 01.5-.5z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 20">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(0 -2)"
|
|
5
|
-
d="M23.9714658,13.332 L21.9454658,7.659 C21.5914658,6.667 20.6444658,6 19.5914658,6 L16.0004658,6 L16.0004658,4.5 C16.0004658,3.122 14.8784658,2 13.5004658,2 L2.50046581,2 C1.12246581,2 0.00046581459,3.122 0.00046581459,4.5 L0.00046581459,18.5 C0.00046581459,19.327 0.674465815,20 1.50046581,20 L3.05146581,20 C3.28346581,21.139 4.29446581,22 5.50046581,22 C6.70646581,22 7.71746581,21.139 7.94946581,20 L17.0504658,20 C17.2824658,21.139 18.2934658,22 19.4994658,22 C20.7054658,22 21.7164658,21.139 21.9484658,20 L22.5004658,20 C23.3274658,20 24.0004658,19.327 23.9994658,18.5 L23.9994658,13.5 C24.0004658,13.443 23.9904658,13.386 23.9714658,13.332 Z M1.00046581,4.5 C1.00046581,3.673 1.67446581,3 2.50046581,3 L13.5004658,3 C14.3284658,3 15.0004658,3.673 15.0004658,4.5 L15.0004658,15 L1.00046581,15 L1.00046581,4.5 Z M5.50046581,21 C4.67446581,21 4.00046581,20.327 4.00046581,19.5 C4.00046581,18.673 4.67446581,18 5.50046581,18 C6.32846581,18 7.00046581,18.673 7.00046581,19.5 C7.00046581,20.327 6.32846581,21 5.50046581,21 Z M19.5004658,21 C18.6734658,21 18.0004658,20.327 18.0004658,19.5 C18.0004658,18.673 18.6734658,18 19.5004658,18 C20.3274658,18 21.0004658,18.673 21.0004658,19.5 C21.0004658,20.327 20.3284658,21 19.5004658,21 Z M23.0004658,18.5 C23.0004658,18.776 22.7764658,19 22.5004658,19 L21.9504658,19 C21.7184658,17.861 20.7074658,17 19.5014658,17 C18.2954658,17 17.2844658,17.861 17.0524658,19 L7.95046581,19 C7.71846581,17.861 6.70746581,17 5.50146581,17 C4.29546581,17 3.28446581,17.861 3.05246581,19 L1.50046581,19 C1.22446581,19 1.00046581,18.776 1.00046581,18.5 L1.00046581,16 L15.5004658,16 C15.7764658,16 16.0004658,15.776 16.0004658,15.5 L16.0004658,7 L19.5904658,7 C20.2224658,7 20.7904658,7.4 21.0034658,7.995 L23.0004658,13.586 L23.0004658,18.5 Z M18.0004658,12 L18.0004658,8.5 C18.0004658,8.224 17.7764658,8 17.5004658,8 C17.2244658,8 17.0004658,8.224 17.0004658,8.5 L17.0004658,12.5 C17.0004658,12.776 17.2244658,13 17.5004658,13 L21.0004658,13 C21.2764658,13 21.5004658,12.776 21.5004658,12.5 C21.5004658,12.224 21.2764658,12 21.0004658,12 L18.0004658,12 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.971 11.332l-2.026-5.673A2.506 2.506 0 0019.591 4h-3.59V2.5C16 1.122 14.877 0 13.5 0h-11A2.503 2.503 0 000 2.5v14c0 .827.673 1.5 1.5 1.5h1.55a2.505 2.505 0 002.45 2 2.505 2.505 0 002.448-2h9.101a2.505 2.505 0 002.45 2 2.505 2.505 0 002.448-2h.552a1.5 1.5 0 001.5-1.5v-5a.482.482 0 00-.029-.168zM1.001 2.5C1 1.673 1.673 1 2.5 1h11c.827 0 1.5.673 1.5 1.5V13H1V2.5zM5.5 19c-.827 0-1.5-.673-1.5-1.5S4.673 16 5.5 16a1.501 1.501 0 010 3zm14 0c-.828 0-1.5-.673-1.5-1.5s.672-1.5 1.5-1.5a1.501 1.501 0 010 3zm3.5-2.5a.5.5 0 01-.5.5h-.55a2.505 2.505 0 00-2.45-2 2.505 2.505 0 00-2.449 2H7.95a2.505 2.505 0 00-2.449-2 2.505 2.505 0 00-2.449 2H1.5a.5.5 0 01-.5-.5V14h14.5a.5.5 0 00.5-.5V5h3.59c.632 0 1.2.4 1.413.995L23 11.586V16.5zM18 10V6.5a.5.5 0 00-1 0v4a.5.5 0 00.5.5H21a.5.5 0 000-1h-3z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M12.9946,6.6162 C12.9946,6.0292 13.4006,5.5532 13.9006,5.5532 L22.0556,5.5532 C22.5546,5.5532 22.9606,6.0292 22.9606,6.6162 L22.9606,6.8882 L12.9946,6.8882 L12.9946,6.6162 Z M12.9946,20.6652 L22.9606,20.6652 L22.9606,7.9282 L12.9946,7.9282 L12.9946,20.6652 Z M12.9946,21.7032 L22.9606,21.7032 L22.9606,21.9762 C22.9606,22.4652 22.6496,22.9612 22.0556,22.9612 L13.9006,22.9612 C13.4006,22.9612 12.9946,22.4832 12.9946,21.8962 L12.9946,21.7032 Z M22.0556,4.5132 C23.1266,4.5132 23.9996,5.4562 23.9996,6.6162 L23.9996,21.9762 C23.9996,23.1302 23.1636,24.0002 22.0556,24.0002 L13.9006,24.0002 C13.3466,24.0002 12.8486,23.7452 12.4946,23.3432 C12.5056,23.3872 12.5196,23.4292 12.5196,23.4802 C12.5196,23.7862 12.3056,24.0002 11.9996,24.0002 L2.1026,24.0002 C0.9236,24.0002 -0.0004,23.0762 -0.0004,21.8962 L-0.0004,2.1032 C-0.0004,0.9242 0.9236,0.0002 2.1026,0.0002 L15.5626,0.0002 C16.7416,0.0002 17.6656,0.9242 17.6656,2.1032 L17.6656,3.6862 C17.6656,3.9922 17.4526,4.2062 17.1466,4.2062 C16.8396,4.2062 16.6266,3.9922 16.6266,3.6862 L16.6266,2.1032 C16.6266,1.5362 16.1296,1.0392 15.5626,1.0392 L2.1026,1.0392 C1.5366,1.0392 1.0386,1.5362 1.0386,2.1032 L1.0386,21.8962 C1.0386,22.4642 1.5366,22.9612 2.1026,22.9612 L11.9996,22.9612 C12.1046,22.9612 12.1936,22.9932 12.2716,23.0392 C12.0736,22.7102 11.9556,22.3182 11.9556,21.8962 L11.9556,6.6162 C11.9556,5.4562 12.8276,4.5132 13.9006,4.5132 L22.0556,4.5132 Z M18.7295,5.7007 L17.9385,5.7007 C17.6515,5.7007 17.4175,5.9337 17.4175,6.2207 C17.4175,6.5067 17.6515,6.7397 17.9385,6.7397 L18.7295,6.7397 C19.0165,6.7397 19.2505,6.5067 19.2505,6.2207 C19.2505,5.9337 19.0165,5.7007 18.7295,5.7007 Z M15.5625,4.2061 C15.2565,4.2061 15.0435,3.9931 15.0435,3.6861 L15.0435,2.6231 L2.6225,2.6231 L2.6225,19.7941 L10.8125,19.7941 C11.1185,19.7941 11.3325,20.0081 11.3325,20.3131 C11.3325,20.6191 11.1185,20.8331 10.8125,20.8331 L2.1035,20.8331 C1.7975,20.8331 1.5835,20.6191 1.5835,20.3131 L1.5835,2.1031 C1.5835,1.7971 1.7975,1.5831 2.1035,1.5831 L15.5625,1.5831 C15.8695,1.5831 16.0825,1.7971 16.0825,2.1031 L16.0825,3.6861 C16.0825,3.9931 15.8695,4.2061 15.5625,4.2061 Z M8.1855,21.249 C8.5415,20.895 9.1235,20.893 9.4805,21.249 C9.8365,21.607 9.8365,22.186 9.4805,22.545 C9.3025,22.723 9.0675,22.811 8.8335,22.811 C8.5985,22.811 8.3645,22.723 8.1855,22.545 C7.8295,22.186 7.8295,21.607 8.1855,21.249 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M12.995 6.616c0-.587.406-1.063.906-1.063h8.155c.499 0 .905.476.905 1.063v.272h-9.966v-.272zm0 14.05h9.966V7.927h-9.966v12.737zm0 1.037h9.966v.273c0 .49-.311.985-.905.985H13.9c-.5 0-.906-.478-.906-1.065v-.193zm9.06-17.19c1.072 0 1.945.943 1.945 2.103v15.36C24 23.13 23.164 24 22.056 24H13.9a1.873 1.873 0 01-1.406-.657c.01.044.025.086.025.137 0 .306-.214.52-.52.52H2.103A2.081 2.081 0 010 21.896V2.103A2.08 2.08 0 012.103 0h13.46a2.08 2.08 0 012.103 2.103v1.583c0 .306-.213.52-.52.52a.497.497 0 01-.52-.52V2.103c0-.567-.496-1.064-1.063-1.064H2.103c-.566 0-1.064.497-1.064 1.064v19.793c0 .568.498 1.065 1.064 1.065H12c.105 0 .194.032.272.078a2.213 2.213 0 01-.316-1.143V6.616c0-1.16.872-2.103 1.945-2.103h8.155zM18.73 5.701h-.791a.521.521 0 00-.521.52.52.52 0 00.52.519h.792a.52.52 0 00.52-.52.521.521 0 00-.52-.52zm-3.168-1.495a.496.496 0 01-.518-.52V2.623H2.623v17.171h8.19c.305 0 .52.214.52.52 0 .305-.215.52-.52.52h-8.71a.498.498 0 01-.52-.52V2.103c0-.307.215-.52.52-.52h13.46c.306 0 .52.213.52.52v1.582c0 .307-.213.52-.52.52zM8.186 21.25a.92.92 0 011.295 0 .92.92 0 010 1.296.912.912 0 01-.646.266.914.914 0 01-.649-.266.92.92 0 010-1.296z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M1.4385,22.958 L8.3135,22.958 L8.3135,16.083 L1.4385,16.083 L1.4385,22.958 Z M8.5635,7.917 L15.4385,7.917 L15.4385,1.042 L8.5635,1.042 L8.5635,7.917 Z M15.6875,22.958 L22.5615,22.958 L22.5615,16.083 L15.6875,16.083 L15.6875,22.958 Z M23.0835,15.041 L19.6455,15.041 L19.6455,14.374 C19.6455,12.949 18.5715,11.875 17.1465,11.875 L12.5215,11.875 L12.5215,8.958 L15.9595,8.958 C16.2665,8.958 16.4795,8.744 16.4795,8.438 L16.4795,0.521 C16.4795,0.214 16.2665,0 15.9595,0 L8.0425,0 C7.7355,0 7.5215,0.214 7.5215,0.521 L7.5215,8.438 C7.5215,8.744 7.7355,8.958 8.0425,8.958 L11.4795,8.958 L11.4795,11.875 L6.8545,11.875 C5.4295,11.875 4.3545,12.949 4.3545,14.374 L4.3545,15.041 L0.9175,15.041 C0.6105,15.041 0.3965,15.255 0.3965,15.562 L0.3965,23.479 C0.3965,23.786 0.6105,24 0.9175,24 L8.8335,24 C9.1405,24 9.3545,23.786 9.3545,23.479 L9.3545,15.562 C9.3545,15.255 9.1405,15.041 8.8335,15.041 L5.3965,15.041 L5.3965,14.374 C5.3965,13.571 6.0505,12.917 6.8545,12.917 L17.1465,12.917 C17.9495,12.917 18.6035,13.571 18.6035,14.374 L18.6035,15.041 L15.1675,15.041 C14.8605,15.041 14.6455,15.255 14.6455,15.562 L14.6455,23.479 C14.6455,23.786 14.8605,24 15.1675,24 L23.0835,24 C23.3905,24 23.6035,23.786 23.6035,23.479 L23.6035,15.562 C23.6035,15.255 23.3905,15.041 23.0835,15.041 L23.0835,15.041 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M1.438 22.958h6.875v-6.875H1.438v6.875zM8.563 7.917h6.875V1.042H8.563v6.875zm7.124 15.041h6.874v-6.875h-6.873v6.875zm7.397-7.917h-3.439v-.667c0-1.425-1.073-2.499-2.498-2.499h-4.625V8.958h3.438c.306 0 .52-.214.52-.52V.521A.497.497 0 0015.96 0H8.041a.498.498 0 00-.52.521v7.917c0 .306.213.52.52.52h3.438v2.917H6.853c-1.425 0-2.5 1.074-2.5 2.499v.667H.917a.498.498 0 00-.52.521v7.917c0 .307.214.521.52.521h7.917a.498.498 0 00.52-.521v-7.917a.498.498 0 00-.52-.521H5.396v-.667a1.46 1.46 0 011.458-1.457h10.293a1.46 1.46 0 011.457 1.457v.667h-3.436a.499.499 0 00-.522.521v7.917c0 .307.214.521.521.521h7.917c.306 0 .52-.214.52-.521v-7.917a.497.497 0 00-.52-.521z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
d="M7.99 5.75h8.02l-2.45-3.833h-3.12L7.99 5.75zm.078 1L12 21.346 15.932 6.75H8.068zm13.387-1l-4.773-3.833H14.46l2.41 3.77c.013.02.023.041.032.063h4.553zm.313 1h-5.053L13.01 20.496 21.768 6.75zm-19.223-1h4.553a.376.376 0 0 1 .033-.063l2.409-3.77H7.318L2.545 5.75zm-.313 1l8.755 13.743L7.285 6.75H2.232zM13.67 1h3.157a.38.38 0 0 1 .235.082l5.793 4.631a.39.39 0 0 1 .083.515l-10.62 16.596a.378.378 0 0 1-.636 0L1.062 6.228a.39.39 0 0 1 .083-.515l5.793-4.631A.379.379 0 0 1 7.173 1h6.497z"
|
|
4
|
-
fillRule="nonzero"
|
|
5
|
-
/>
|
|
2
|
+
<path d="M7.99 5.75h8.02l-2.45-3.833h-3.12L7.99 5.75zm.078 1L12 21.346 15.932 6.75H8.068zm13.387-1l-4.773-3.833H14.46l2.41 3.77c.013.02.023.041.032.063h4.553zm.313 1h-5.053L13.01 20.496 21.768 6.75zm-19.223-1h4.553a.376.376 0 01.033-.063l2.409-3.77H7.318L2.545 5.75zm-.313 1l8.755 13.743L7.285 6.75H2.232zM13.67 1h3.157a.38.38 0 01.235.082l5.793 4.631a.39.39 0 01.083.515l-10.62 16.596a.378.378 0 01-.636 0L1.062 6.228a.39.39 0 01.083-.515l5.793-4.631A.379.379 0 017.173 1h6.497z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 22 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-1)"
|
|
5
|
-
d="M17.0135,2.895 C17.0135,2.728 17.0135,2.606 16.8985,2.491 L15.4465,1.04 L21.5155,1.04 L21.5155,7.109 L20.0655,5.658 C19.9645,5.558 19.8345,5.503 19.7005,5.503 L19.6995,5.503 C19.5645,5.503 19.4355,5.559 19.3355,5.658 L13.0005,11.992 L12.9665,12.029 L12.9655,12.08 C12.9655,12.1 12.9445,12.162 12.9315,12.199 C12.9085,12.27 12.8865,12.336 12.8865,12.396 L12.8865,22.961 L9.1735,22.961 L9.0965,10.707 L16.8195,3.3 C16.9055,3.212 17.0135,3.105 17.0135,2.895 L17.0135,2.895 Z M8.6615,9.695 L2.6545,3.687 L5.0925,1.249 L11.1525,7.309 L8.6615,9.695 Z M22.1155,0 L14.1985,0 C13.8875,0 13.7775,0.133 13.6915,0.38 C13.5815,0.533 13.6855,0.817 13.7925,0.924 L15.7625,2.893 L11.8975,6.596 L5.4175,0.116 L5.3855,0.093 C5.1945,-0.002 4.8945,-0.012 4.6885,0.195 L1.5215,3.362 C1.3135,3.57 1.3135,3.883 1.5215,4.091 L8.1355,10.706 L8.1355,23.481 C8.1355,23.787 8.3495,24 8.6555,24 L13.4065,24 C13.6125,24 13.8905,23.817 13.9915,23.615 L14.0045,12.685 L19.8195,6.871 L21.7905,8.842 C21.9125,8.964 22.1275,9.046 22.3285,8.944 C22.5175,8.851 22.6345,8.656 22.6345,8.437 L22.6345,0.52 C22.6345,0.214 22.4205,0 22.1155,0 L22.1155,0 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M16.014 2.895c0-.167 0-.289-.116-.404L14.447 1.04h6.069v6.069l-1.45-1.451a.519.519 0 00-.365-.155h-.002a.517.517 0 00-.364.155L12 11.992l-.034.037v.051c0 .02-.021.082-.034.119-.024.071-.046.137-.046.197v10.565H8.175l-.077-12.254L15.82 3.3c.085-.088.194-.195.194-.405zm-8.352 6.8L1.655 3.687l2.438-2.438 6.06 6.06L7.66 9.695zM21.116 0h-7.918c-.31 0-.42.133-.507.38-.11.153-.006.437.101.544l1.97 1.969-3.864 3.703-6.48-6.48-.032-.023c-.192-.095-.492-.105-.697.102L.522 3.362a.504.504 0 000 .729l6.614 6.615v12.775c0 .306.214.519.52.519h4.75c.207 0 .484-.183.585-.385l.014-10.93 5.815-5.814 1.97 1.971c.123.122.338.204.538.102a.558.558 0 00.306-.507V.52a.497.497 0 00-.518-.52z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 18 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-3)"
|
|
5
|
-
d="M20.5,24 L3.5,24 C3.224,24 3,23.776 3,23.5 L3,6.5 C3,6.367 3.053,6.24 3.146,6.146 L9.146,0.146 C9.24,0.053 9.367,0 9.5,0 L20.5,0 C20.776,0 21,0.224 21,0.5 L21,23.5 C21,23.776 20.776,24 20.5,24 Z M4,7 L4,23 L20,23 L20,1 L10,1 L10,6.5 C10,6.776 9.776,7 9.5,7 L4,7 Z M4.707,6 L9,6 L9,1.707 L4.707,6 Z M17.5,6 L12.5,6 C12.224,6 12,5.776 12,5.5 C12,5.224 12.224,5 12.5,5 L17.5,5 C17.776,5 18,5.224 18,5.5 C18,5.776 17.776,6 17.5,6 Z M17.5,9 L6.5,9 C6.224,9 6,8.776 6,8.5 C6,8.224 6.224,8 6.5,8 L17.5,8 C17.776,8 18,8.224 18,8.5 C18,8.776 17.776,9 17.5,9 Z M17.5,12 L6.5,12 C6.224,12 6,11.776 6,11.5 C6,11.224 6.224,11 6.5,11 L17.5,11 C17.776,11 18,11.224 18,11.5 C18,11.776 17.776,12 17.5,12 Z M17.5,15 L6.5,15 C6.224,15 6,14.776 6,14.5 C6,14.224 6.224,14 6.5,14 L17.5,14 C17.776,14 18,14.224 18,14.5 C18,14.776 17.776,15 17.5,15 Z M17.5,18 L6.5,18 C6.224,18 6,17.776 6,17.5 C6,17.224 6.224,17 6.5,17 L17.5,17 C17.776,17 18,17.224 18,17.5 C18,17.776 17.776,18 17.5,18 Z M17.5,21 L6.5,21 C6.224,21 6,20.776 6,20.5 C6,20.224 6.224,20 6.5,20 L17.5,20 C17.776,20 18,20.224 18,20.5 C18,20.776 17.776,21 17.5,21 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M17.5 24H.5a.5.5 0 01-.5-.5v-17c0-.133.053-.26.146-.354l6-6A.504.504 0 016.5 0h11a.5.5 0 01.5.5v23a.5.5 0 01-.5.5zM1 7v16h16V1H7v5.5a.5.5 0 01-.5.5H1zm.707-1H6V1.707L1.707 6zM14.5 6h-5a.5.5 0 010-1h5a.5.5 0 010 1zm0 3h-11a.5.5 0 010-1h11a.5.5 0 010 1zm0 3h-11a.5.5 0 010-1h11a.5.5 0 010 1zm0 3h-11a.5.5 0 010-1h11a.5.5 0 010 1zm0 3h-11a.5.5 0 010-1h11a.5.5 0 010 1zm0 3h-11a.5.5 0 010-1h11a.5.5 0 010 1z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
2
|
+
<path d="M1.485 11.993c.944.057 4.086.298 4.871 1.044a.458.458 0 01.141.374 9.36 9.36 0 01-.034.327l-.024.172 7.95 1.771c1.281.322 1.957.945 2.138 1.98l.027.187 2.971-.744a2.993 2.993 0 013.426 1.581.46.46 0 01-.155.59l-.065.035-5.04 2.3c-2.395.981-3.484 1.39-4.413 1.39-.531 0-1.01-.134-1.65-.369l-.249-.093-6.568-2.195c-.093.3-.156.491-.168.528a.457.457 0 01-.351.31l-.084.008h-2.75a.459.459 0 01-.45-.377L1 20.73v-8.278a.457.457 0 01.485-.458zm12.693 4.584l-7.894-1.76c-.273 1.4-.732 3.06-1.096 4.29l-.107.356 6.605 2.21c1.608.612 1.776.673 5.343-.787l.296-.122 4.544-2.072a2.077 2.077 0 00-1.96-.73l-.162.033-3.512.881h-.005l-1.229.31a3.193 3.193 0 01-1.2.069l-.207-.035-3.977-.799a.458.458 0 01-.359-.54.457.457 0 01.457-.37l.082.008 3.975.8c.265.053.54.057.807.014l.198-.04.88-.22c-.052-.787-.415-1.19-1.296-1.446l-.183-.05-7.894-1.76zM1.915 12.945v7.324h1.958c.341-1.08 1.44-4.658 1.683-6.672-.578-.28-2.168-.536-3.64-.652zM17.771 1.042c1.412.24 2.477 1.609 2.477 3.185 0 .831-.258 1.55-.732 2.113l-.135.149-4.302 4.487a.46.46 0 01-.59.059l-.07-.06-4.302-4.486a3.118 3.118 0 01-.868-2.176c0-1.662 1.067-3.031 2.48-3.271a2.924 2.924 0 012.386.655c.252.214.465.465.635.744.169-.28.382-.53.635-.744a2.916 2.916 0 012.386-.655zm-5.541.877c-.115 0-.232.01-.348.03-.978.165-1.716 1.145-1.716 2.278 0 .586.176 1.094.488 1.484l.123.14 3.972 4.142 3.973-4.142c.388-.404.61-.964.61-1.538 0-1.218-.738-2.2-1.715-2.363a1.988 1.988 0 00-1.641.449 2.203 2.203 0 00-.77 1.689.459.459 0 11-.916 0c0-.66-.28-1.275-.767-1.69a1.99 1.99 0 00-1.293-.48z"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17 11c3.308 0 6 2.691 6 6 0 3.308-2.692 6-6 6s-6-2.692-6-6c0-3.309 2.692-6 6-6zm0 1c-2.757 0-5 2.242-5 5 0 2.757 2.243 5 5 5s5-2.243 5-5c0-2.758-2.243-5-5-5zM8.534.004L17.146 0c.435 0 .795.329.847.753L18 .86v8.67a.49.49 0 01-.487.491.488.488 0 01-.478-.403l-.008-.088V.982L8.869.986V5.07a.86.86 0 01-.746.854l-.106.007H3.939l.033 13.088h6.42a.49.49 0 01.486.49.49.49 0 01-.4.484l-.087.008H3.853a.857.857 0 01-.846-.753L3 19.14l.001-13.55c0-.188.064-.374.177-.523l.073-.085L7.931.256a.848.848 0 01.491-.244l.112-.008zM17.001 14c.25 0 .457.157.5.365l.008.08v4.036l1.624-1.421a.561.561 0 01.718 0 .405.405 0 01.06.567l-.06.062-2.49 2.18a.531.531 0 01-.294.127L17 20l-.067-.004a.59.59 0 01-.128-.03c-.044-.016-.08-.043-.117-.07l-.048-.026-2.49-2.181a.406.406 0 010-.63.564.564 0 01.638-.056l.08.057 1.625 1.422v-4.037c0-.247.226-.445.508-.445zM8 2L5 5h3V2z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M17 11c3.308 0 6 2.691 6 6 0 3.308-2.692 6-6 6s-6-2.692-6-6c0-3.309 2.692-6 6-6zM1.495 7c.243 0 .445.175.486.406l.008.088v13.517h6.517a.494.494 0 01.089.981l-.09.008h-6.64a.867.867 0 01-.858-.758L1 21.134l.001-13.64c0-.272.221-.494.494-.494zM17 12c-2.757 0-5 2.242-5 5 0 2.757 2.243 5 5 5s5-2.243 5-5c0-2.758-2.243-5-5-5zm.146-12c.435 0 .795.329.847.753L18 .86v8.67a.49.49 0 01-.487.491.488.488 0 01-.478-.403l-.008-.088V.982L8.869.986V5.07a.86.86 0 01-.746.854l-.106.007H3.939l.033 13.088h6.42a.49.49 0 01.486.49.49.49 0 01-.4.484l-.087.008H3.853a.857.857 0 01-.846-.753L3 19.14l.001-13.55c0-.188.064-.374.177-.523l.073-.085L7.931.256a.848.848 0 01.491-.244l.112-.008L17.146 0zm-.145 14c.25 0 .457.157.5.365l.008.08v4.036l1.624-1.421a.561.561 0 01.718 0 .405.405 0 01.06.567l-.06.062-2.49 2.18a.531.531 0 01-.294.127L17 20l-.067-.004a.59.59 0 01-.128-.03c-.044-.016-.08-.043-.117-.07l-.048-.026-2.49-2.181a.406.406 0 010-.63.564.564 0 01.638-.056l.08.057 1.625 1.422v-4.037c0-.247.226-.445.508-.445zM8 2L5 5h3V2z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M23.505,15.8693 C23.778,15.8693 24,16.0903 24,16.3633 L24,21.9183 C24,23.0663 23.067,24.0003 21.918,24.0003 L2.082,24.0003 C0.934,24.0003 -9.09494702e-13,23.0663 -9.09494702e-13,21.9183 L-9.09494702e-13,16.3633 C-9.09494702e-13,16.0903 0.221,15.8693 0.495,15.8693 C0.769,15.8693 0.99,16.0903 0.99,16.3633 L0.99,21.9183 C0.99,22.5203 1.48,23.0113 2.082,23.0113 L21.918,23.0113 C22.521,23.0113 23.011,22.5203 23.011,21.9183 L23.011,16.3633 C23.011,16.0903 23.232,15.8693 23.505,15.8693 Z M11.6642,16.7277 L6.5062,11.9667 C6.3062,11.7817 6.2932,11.4687 6.4792,11.2677 C6.6642,11.0667 6.9772,11.0547 7.1782,11.2397 L11.5052,15.2337 L11.5052,0.4947 C11.5052,0.2217 11.7262,-0.0003 12.0002,-0.0003 C12.2732,-0.0003 12.4952,0.2217 12.4952,0.4947 L12.4952,15.2337 L16.8222,11.2397 C17.0212,11.0547 17.3362,11.0687 17.5202,11.2677 C17.7062,11.4687 17.6932,11.7817 17.4922,11.9667 L12.3362,16.7277 C12.3132,16.7487 12.2862,16.7587 12.2602,16.7747 C12.2352,16.7897 12.2122,16.8107 12.1852,16.8217 C12.1252,16.8457 12.0632,16.8587 12.0002,16.8587 C11.9372,16.8587 11.8752,16.8457 11.8152,16.8217 C11.7882,16.8107 11.7652,16.7897 11.7402,16.7747 C11.7142,16.7587 11.6872,16.7487 11.6642,16.7277 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.505 15.87c.273 0 .495.22.495.493v5.555A2.084 2.084 0 0121.918 24H2.082A2.084 2.084 0 010 21.918v-5.555a.494.494 0 11.99 0v5.555c0 .602.49 1.093 1.092 1.093h19.836c.603 0 1.093-.49 1.093-1.093v-5.555c0-.273.221-.494.494-.494zm-11.84.858l-5.159-4.761a.495.495 0 01.672-.727l4.327 3.994V.494a.495.495 0 11.99 0v14.74l4.327-3.994a.495.495 0 01.67.727l-5.156 4.76c-.023.022-.05.032-.076.048-.025.015-.048.036-.075.047a.496.496 0 01-.37 0c-.027-.011-.05-.032-.075-.047-.026-.016-.053-.026-.076-.047z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 18">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(0 -3)"
|
|
5
|
-
d="M2.103,4.206 L21.896,4.206 C22.483,4.206 22.961,4.684 22.961,5.27 L22.961,6.554 L12.778,12.46 C12.299,12.737 11.702,12.737 11.223,12.461 L1.039,6.554 L1.039,5.27 C1.039,4.684 1.517,4.206 2.103,4.206 M13.298,13.36 L22.961,7.756 L22.961,18.729 C22.961,19.316 22.483,19.794 21.896,19.794 L2.103,19.794 C1.517,19.794 1.039,19.316 1.039,18.729 L1.039,7.756 L10.703,13.361 C11.492,13.815 12.51,13.813 13.298,13.36 M21.896,3.167 L2.103,3.167 C0.943,3.167 0,4.11 0,5.27 L0,18.729 C0,19.89 0.943,20.833 2.103,20.833 L21.896,20.833 C23.057,20.833 24,19.89 24,18.729 L24,5.27 C24,4.11 23.057,3.167 21.896,3.167"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M2.103 1.206h19.793c.587 0 1.065.478 1.065 1.064v1.284L12.778 9.46a1.561 1.561 0 01-1.555.001L1.039 3.554V2.27c0-.586.478-1.064 1.064-1.064m11.195 9.154l9.663-5.604v10.973c0 .587-.478 1.065-1.065 1.065H2.103a1.066 1.066 0 01-1.064-1.065V4.756l9.664 5.605a2.645 2.645 0 002.595-.001M21.896.167H2.103C.943.167 0 1.11 0 2.27v13.459c0 1.161.943 2.104 2.103 2.104h19.793A2.105 2.105 0 0024 15.729V2.27c0-1.16-.943-2.103-2.104-2.103"/>
|
|
7
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 25 24">
|
|
2
|
+
<path d="M6.569 2.27c.888 0 1.61.723 1.61 1.61 0 1.258.197 2.49.585 3.664a1.621 1.621 0 01-.399 1.644L6.664 11.45c1.399 2.638 3.1 4.337 5.757 5.755l2.316-1.748c.376-.383 1.024-.534 1.593-.337 1.167.385 2.4.582 3.658.582.888 0 1.61.722 1.61 1.61v3.748a1.611 1.611 0 01-1.608 1.611C9.63 22.67 1.2 14.24 1.2 3.88c0-.887.722-1.61 1.61-1.61H6.57zm0 1.073H2.81a.537.537 0 00-.536.538c0 9.768 7.948 17.715 17.716 17.715.295 0 .536-.24.536-.537v-3.747a.537.537 0 00-.536-.537c-1.373 0-2.72-.214-4.004-.639a.536.536 0 00-.546.129l-2.643 2.004a.534.534 0 01-.568.048c-3.152-1.613-5.085-3.549-6.677-6.676a.536.536 0 01.05-.567l1.953-2.588c.198-.204.249-.411.186-.61a12.78 12.78 0 01-.636-3.995.538.538 0 00-.536-.538zm16.79 5.58a.527.527 0 11.588.875l-4.704 3.156a.528.528 0 01-.811-.336h.001l-.119-1.024-2.853 1.654a.527.527 0 11-.528-.912l3.42-1.981a.528.528 0 01.781.354l.181.927 4.044-2.713zm-4.778-5.237a.528.528 0 01.937.48l-2.582 5.04a.526.526 0 01-.873.1l-.6-.838L13.77 11.3a.528.528 0 01-.905-.541l2.03-3.392a.527.527 0 01.856-.069l.607.724 2.223-4.335zM14.38 0l.09.005.095.023a.525.525 0 01.364.477l-.004.096-.794 5.607a.528.528 0 01-.792.379l-.84-.595-.676 3.228a.527.527 0 01-1.032-.216l.81-3.87a.528.528 0 01.786-.344l.799.574.695-4.912a.526.526 0 01.408-.44L14.382 0h-.001z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M6.843 17h4.157v-5h-4.994c.047 1.814.349 3.524.836 5zm.374 1c.917 2.182 2.273 3.681 3.783 3.955v-3.955h-3.783zm-4.658-1h3.207c-.449-1.489-.718-3.184-.76-5h-3.994c.086 1.827.641 3.533 1.547 5zm.7 1c1.264 1.599 2.982 2.823 4.958 3.475-.847-.86-1.568-2.049-2.112-3.475h-2.847zm17.182-12h-3.207c.449 1.489.718 3.184.76 5h3.994c-.086-1.827-.641-3.533-1.547-5zm-.7-1c-1.264-1.599-2.982-2.823-4.958-3.475.847.86 1.568 2.049 2.112 3.475h2.847zm-3.584 1h-4.157v5h4.994c-.047-1.814-.349-3.524-.837-5zm-.374-1c-.918-2.182-2.273-3.681-3.783-3.955v3.955h3.783zm-8.94 1c-.488 1.476-.79 3.186-.837 5h4.994v-5h-4.157zm.374-1h3.783v-3.955c-1.51.274-2.866 1.773-3.783 3.955zm-4.658 1c-.906 1.467-1.461 3.173-1.547 5h3.994c.042-1.816.311-3.511.76-5h-3.207zm.7-1h2.847c.543-1.426 1.265-2.615 2.112-3.475-1.976.652-3.695 1.876-4.958 3.475zm18.728 7h-9.987v4.216h3.767l1.258-3.872c.134-.412.817-.412.951 0l1.258 3.872h4.071c.217 0 .409.14.476.346.067.206-.006.432-.182.559l-3.298 2.397 1.178 3.834c.063.206-.013.43-.188.555-.088.062-.19.093-.291.093-.104 0-.208-.032-.295-.097l-3.205-2.349-3.205 2.349c-.173.128-.41.129-.585.004-.176-.125-.251-.349-.188-.555l1.178-3.834-2.7-1.962v4.431c.22-.011.437-.029.654-.053.266-.028.521.168.551.443.03.275-.168.521-.443.551-.445.048-.857.072-1.262.072-6.341 0-11.5-5.159-11.5-11.5s5.158-11.5 11.5-11.5 11.5 5.159 11.5 11.5c0 .405-.023.818-.072 1.262-.03.274-.281.473-.551.443-.275-.03-.473-.277-.443-.551.024-.216.042-.434.053-.654zm-4.487 8.434c.104 0 .208.032.295.097l2.284 1.674-.84-2.734c-.063-.205.011-.426.184-.551l2.342-1.702h-2.896c-.217 0-.409-.14-.476-.346l-.895-2.753-.895 2.753c-.067.206-.259.346-.476.346h-2.896l2.342 1.702c.173.125.247.347.184.551l-.84 2.734 2.284-1.674c.091-.064.195-.097.299-.097z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M6.843 17H11v-5H6.006c.047 1.814.349 3.524.836 5zm.374 1c.917 2.182 2.273 3.681 3.783 3.955V18H7.217zm-4.658-1h3.207c-.449-1.489-.718-3.184-.76-5H1.012a10.427 10.427 0 001.547 5zm.7 1a10.54 10.54 0 004.958 3.475c-.847-.86-1.568-2.049-2.112-3.475H3.258zM20.441 6h-3.207c.449 1.489.718 3.184.76 5h3.994a10.427 10.427 0 00-1.547-5zm-.7-1a10.54 10.54 0 00-4.958-3.475c.847.86 1.568 2.049 2.112 3.475h2.847zm-3.584 1H12v5h4.994c-.047-1.814-.349-3.524-.837-5zm-.374-1C14.865 2.818 13.51 1.319 12 1.045V5h3.783zm-8.94 1c-.488 1.476-.79 3.186-.837 5H11V6H6.843zm.374-1H11V1.045C9.49 1.319 8.134 2.818 7.217 5zM2.559 6a10.427 10.427 0 00-1.547 5h3.994c.042-1.816.311-3.511.76-5H2.559zm.7-1h2.847c.543-1.426 1.265-2.615 2.112-3.475A10.536 10.536 0 003.26 5zm18.728 7H12v4.216h3.767l1.258-3.872c.134-.412.817-.412.951 0l1.258 3.872h4.071a.5.5 0 01.294.905l-3.298 2.397 1.178 3.834A.502.502 0 0121 24a.492.492 0 01-.295-.097L17.5 21.554l-3.205 2.349a.498.498 0 01-.773-.551l1.178-3.834-2.7-1.962v4.431c.22-.011.437-.029.654-.053a.5.5 0 11.108.994A11.67 11.67 0 0111.5 23C5.159 23 0 17.841 0 11.5S5.158 0 11.5 0 23 5.159 23 11.5c0 .405-.023.818-.072 1.262a.5.5 0 11-.994-.108c.024-.216.042-.434.053-.654zM17.5 20.434c.104 0 .208.032.295.097l2.284 1.674-.84-2.734a.498.498 0 01.184-.551l2.342-1.702h-2.896a.5.5 0 01-.476-.346l-.895-2.753-.895 2.753a.5.5 0 01-.476.346h-2.896l2.342 1.702a.499.499 0 01.184.551l-.84 2.734 2.284-1.674a.52.52 0 01.299-.097z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-2)"
|
|
5
|
-
d="M20.5,23 L6.5,23 L6.5,21 L18,21 C18.276,21 18.5,20.776 18.5,20.5 L18.5,4 L20.5,4 L20.5,23 Z M3.5,7 L9,7 C9.276,7 9.5,6.776 9.5,6.5 L9.5,1 L17.5,1 L17.5,20 L3.5,20 L3.5,7 Z M8.5,1.707 L8.5,6 L4.207,6 L8.5,1.707 Z M21,3 L18.5,3 L18.5,0.5 C18.5,0.224 18.276,0 18,0 L9,0 C8.933,0 8.868,0.014 8.807,0.039 C8.778,0.051 8.756,0.073 8.73,0.09 C8.702,0.108 8.67,0.122 8.646,0.146 L2.646,6.146 C2.623,6.169 2.61,6.2 2.592,6.227 C2.574,6.254 2.552,6.277 2.539,6.307 C2.514,6.368 2.5,6.433 2.5,6.5 L2.5,20.5 C2.5,20.776 2.724,21 3,21 L5.5,21 L5.5,23.5 C5.5,23.776 5.724,24 6,24 L21,24 C21.276,24 21.5,23.776 21.5,23.5 L21.5,3.5 C21.5,3.224 21.276,3 21,3 L21,3 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M18.5 23h-14v-2H16a.5.5 0 00.5-.5V4h2v19zM1.5 7H7a.5.5 0 00.5-.5V1h8v19h-14V7zm5-5.293V6H2.207L6.5 1.707zM19 3h-2.5V.5A.5.5 0 0016 0H7a.508.508 0 00-.193.039c-.029.012-.051.034-.077.051-.028.018-.06.032-.084.056l-6 6c-.023.023-.036.054-.054.081-.018.027-.04.05-.053.08A.508.508 0 00.5 6.5v14a.5.5 0 00.5.5h2.5v2.5a.5.5 0 00.5.5h15a.5.5 0 00.5-.5v-20A.5.5 0 0019 3z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 18 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-3)"
|
|
5
|
-
d="M17.0000832,2 C16.9310832,2 16.8600832,1.985 16.7930832,1.955 C15.4010832,1.321 13.7890832,1 12.0000832,1 C10.1990832,1 8.5870832,1.321 7.2090832,1.954 C6.9580832,2.069 6.6610832,1.96 6.5460832,1.709 C6.4310832,1.458 6.5410832,1.161 6.7910832,1.046 C8.3010832,0.352 10.0530832,0 12.0000832,0 C13.9330832,0 15.6850832,0.352 17.2070832,1.045 C17.4580832,1.159 17.5690832,1.456 17.4550832,1.707 C17.3720832,1.892 17.1900832,2 17.0000832,2 Z M5.0000832,6 C4.8740832,6 4.7470832,5.952 4.6490832,5.855 C4.4530832,5.662 4.4510832,5.345 4.6450832,5.148 C6.6790832,3.089 9.2220832,2 11.9980832,2 C14.7850832,2 17.3300832,3.089 19.3570832,5.149 C19.5510832,5.345 19.5480832,5.663 19.3510832,5.856 C19.1540832,6.049 18.8370832,6.046 18.6440832,5.85 C16.8090832,3.985 14.5100832,3 11.9980832,3 C9.4950832,3 7.1990832,3.986 5.3560832,5.852 C5.2580832,5.95 5.1290832,6 5.0000832,6 Z M19.9980832,13 C19.7220832,13 19.4980832,12.776 19.4980832,12.5 C19.4980832,8.364 16.1340832,5 11.9980832,5 C11.3680832,5 10.7420832,5.078 10.1400832,5.231 C9.8700832,5.3 9.5990832,5.139 9.5310832,4.87 C9.4630832,4.603 9.6240832,4.331 9.8920832,4.263 C10.5760832,4.088 11.2840832,4 11.9980832,4 C16.6850832,4 20.4980832,7.813 20.4980832,12.5 C20.4980832,12.776 20.2740832,13 19.9980832,13 Z M4.0000832,13 C3.9980832,13 3.9950832,13 3.9920832,13 C3.7160832,12.995 3.4950832,12.769 3.5000832,12.492 C3.5360832,10.213 4.4130832,8.092 5.9700832,6.518 C6.4970832,5.984 7.0900832,5.523 7.7300832,5.148 C7.9670832,5.009 8.2740832,5.088 8.4140832,5.327 C8.5530832,5.565 8.4730832,5.872 8.2350832,6.012 C7.6710832,6.342 7.1480832,6.749 6.6810832,7.222 C5.3060832,8.611 4.5320832,10.489 4.5000832,12.508 C4.4960832,12.781 4.2730832,13 4.0000832,13 Z M4.7190832,17.5 C4.6360832,17.5 4.5520832,17.479 4.4740832,17.436 C4.2330832,17.301 4.1480832,16.996 4.2830832,16.755 L4.5640832,16.255 C5.1660832,15.015 5.5020832,13.725 5.4990832,12.65 C5.4990832,10.828 6.1710832,9.16 7.3920832,7.925 C8.6180832,6.684 10.2540832,6 11.9980832,6 C13.8750832,6 15.6610832,6.813 16.8980832,8.232 C17.0790832,8.441 17.0580832,8.756 16.8500832,8.938 C16.6420832,9.118 16.3270832,9.098 16.1440832,8.89 C15.0970832,7.688 13.5850832,7 11.9980832,7 C10.5240832,7 9.1410832,7.578 8.1030832,8.628 C7.0690832,9.674 6.4990832,11.093 6.4990832,12.623 C6.5030832,13.889 6.1400832,15.297 5.4500832,16.719 L5.1550832,17.245 C5.0630832,17.408 4.8940832,17.5 4.7190832,17.5 Z M18.9480832,18.91 C18.7340832,18.91 18.5350832,18.771 18.4690832,18.556 L17.8970832,16.672 C17.5490832,15.091 17.5200832,13.648 17.5030832,12.785 L17.4970832,12.513 C17.4970832,11.873 17.3920832,11.257 17.1840832,10.67 C17.0920832,10.409 17.2280832,10.124 17.4880832,10.031 C17.7490832,9.94 18.0350832,10.076 18.1260832,10.336 C18.3720832,11.03 18.4970832,11.759 18.4970832,12.5 L18.5030832,12.766 C18.5200832,13.591 18.5470832,14.973 18.8640832,16.419 L19.4270832,18.265 C19.5070832,18.53 19.3580832,18.809 19.0940832,18.889 C19.0450832,18.903 18.9960832,18.91 18.9480832,18.91 Z M17.4900832,21.222 C17.2770832,21.222 17.0790832,21.085 17.0120832,20.87 L16.5500832,19.386 C15.7180832,16.789 15.5330832,13.965 15.4970832,12.513 C15.4970832,10.571 13.9270832,9 11.9970832,9 C10.0680832,9 8.4990832,10.602 8.4990832,12.57 C8.5020832,13.396 8.3390832,16.299 6.1140832,19.508 C5.9560832,19.734 5.6430832,19.789 5.4180832,19.634 C5.1910832,19.477 5.1340832,19.165 5.2920832,18.938 C7.4030832,15.893 7.5000832,13.113 7.4990832,12.587 C7.4990832,10.05 9.5170832,8 11.9980832,8 C14.4790832,8 16.4980832,10.019 16.4980832,12.5 C16.5260832,13.613 16.6800832,16.511 17.5040832,19.085 L17.9680832,20.573 C18.0500832,20.837 17.9030832,21.117 17.6390832,21.199 C17.5890832,21.215 17.5400832,21.222 17.4900832,21.222 Z M10.0070832,24 C9.9010832,24 9.7940832,23.966 9.7020832,23.896 C9.4830832,23.727 9.4430832,23.414 9.6110832,23.195 C13.5150832,18.123 13.5110832,13.071 13.4980832,12.511 C13.4980832,11.672 12.8240832,10.999 11.9970832,10.999 C11.1700832,10.999 10.4970832,11.672 10.4970832,12.499 C10.5030832,12.66 10.6250832,16.937 7.2320832,21.353 C7.0640832,21.572 6.7510832,21.613 6.5310832,21.445 C6.3120832,21.277 6.2710832,20.963 6.4390832,20.744 C9.6140832,16.611 9.5040832,12.683 9.4980832,12.517 C9.4980832,11.12 10.6190832,9.998 11.9980832,9.998 C13.3770832,9.998 14.4980832,11.119 14.4980832,12.498 C14.5130832,13.08 14.5240832,18.451 10.4040832,23.803 C10.3060832,23.933 10.1570832,24 10.0070832,24 Z M11.8340832,14.998 C11.8080832,14.998 11.7810832,14.996 11.7540832,14.992 C11.4820832,14.948 11.2960832,14.691 11.3400832,14.419 C11.5260832,13.26 11.4980832,12.529 11.4980832,12.522 C11.4860832,12.247 11.7000832,12.013 11.9760832,12.001 C12.2600832,12.01 12.4850832,12.201 12.4970832,12.478 C12.4980832,12.511 12.5320832,13.308 12.3280832,14.578 C12.2880832,14.823 12.0760832,14.998 11.8340832,14.998 Z M8.1950832,23.053 C8.0860832,23.053 7.9750832,23.017 7.8830832,22.944 C7.6670832,22.771 7.6320832,22.457 7.8040832,22.241 C9.2280832,20.46 10.2670832,18.485 10.8930832,16.373 C10.9720832,16.108 11.2510832,15.96 11.5150832,16.035 C11.7800832,16.113 11.9310832,16.391 11.8520832,16.656 C11.1890832,18.893 10.0900832,20.982 8.5850832,22.866 C8.4870832,22.988 8.3420832,23.053 8.1950832,23.053 Z M12.3730832,24 C12.2810832,24 12.1880832,23.975 12.1050832,23.922 C11.8720832,23.775 11.8030832,23.465 11.9510832,23.232 C13.2280832,21.222 14.3420832,18.604 14.3530832,18.578 C14.4350832,18.384 14.6210832,18.25 14.8420832,18.274 C15.0530832,18.286 15.2330832,18.429 15.2930832,18.632 C15.2940832,18.634 15.5180832,19.394 15.7580832,20.111 L16.3600832,22.028 C16.4430832,22.291 16.2960832,22.572 16.0330832,22.655 C15.7680832,22.739 15.4880832,22.59 15.4060832,22.327 L14.8070832,20.42 C14.7800832,20.341 14.7540832,20.26 14.7270832,20.18 C14.2690832,21.154 13.5680832,22.552 12.7940832,23.77 C12.7000832,23.918 12.5380832,24 12.3730832,24 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M14 2a.508.508 0 01-.207-.045C12.401 1.321 10.79 1 9 1c-1.8 0-3.413.321-4.79.954a.5.5 0 11-.419-.908C5.301.352 7.053 0 9.001 0c1.932 0 3.684.352 5.206 1.045A.5.5 0 0114 2zM2 6a.5.5 0 01-.355-.852C3.68 3.089 6.222 2 8.998 2c2.787 0 5.332 1.089 7.36 3.149a.5.5 0 11-.714.701C13.81 3.985 11.51 3 8.998 3 6.495 3 4.2 3.986 2.356 5.852A.503.503 0 012 6zm14.998 7a.5.5 0 01-.5-.5c0-4.136-3.364-7.5-7.5-7.5-.63 0-1.256.078-1.858.231a.499.499 0 11-.248-.968A8.498 8.498 0 018.998 4c4.687 0 8.5 3.813 8.5 8.5a.5.5 0 01-.5.5zM1 13H.992a.5.5 0 01-.492-.508c.036-2.279.913-4.4 2.47-5.974a8.545 8.545 0 011.76-1.37.5.5 0 11.505.864 7.531 7.531 0 00-1.554 1.21c-1.375 1.389-2.149 3.267-2.18 5.286A.5.5 0 011 13zm.72 4.5a.5.5 0 01-.436-.745l.28-.5c.602-1.24.938-2.53.935-3.605 0-1.822.672-3.49 1.893-4.725A6.43 6.43 0 018.998 6a6.5 6.5 0 014.9 2.232.501.501 0 01-.754.658A5.499 5.499 0 008.998 7a5.438 5.438 0 00-3.895 1.628C4.07 9.674 3.5 11.093 3.5 12.623c.004 1.266-.359 2.674-1.049 4.096l-.295.526a.5.5 0 01-.436.255zm14.228 1.41a.502.502 0 01-.479-.354l-.572-1.884c-.348-1.581-.377-3.024-.394-3.887l-.006-.272c0-.64-.105-1.256-.313-1.843a.5.5 0 11.942-.334c.246.694.371 1.423.371 2.164l.006.266c.017.825.044 2.207.361 3.653l.563 1.846a.5.5 0 01-.479.645zm-1.458 2.312a.5.5 0 01-.478-.352l-.462-1.484c-.832-2.597-1.017-5.421-1.053-6.873A3.507 3.507 0 008.997 9C7.068 9 5.5 10.602 5.5 12.57c.003.826-.16 3.729-2.385 6.938a.5.5 0 11-.822-.57C4.403 15.893 4.5 13.113 4.5 12.587 4.5 10.05 6.517 8 9 8c2.48 0 4.5 2.019 4.5 4.5.027 1.113.181 4.011 1.005 6.585l.464 1.488a.5.5 0 01-.478.649zM7.007 24a.5.5 0 01-.396-.805c3.904-5.072 3.9-10.124 3.887-10.684 0-.839-.674-1.512-1.5-1.512-.828 0-1.5.673-1.5 1.5.005.161.127 4.438-3.266 8.854a.5.5 0 11-.793-.609c3.175-4.133 3.065-8.061 3.06-8.227a2.507 2.507 0 012.5-2.519c1.378 0 2.5 1.121 2.5 2.5.014.582.025 5.953-4.095 11.305a.495.495 0 01-.397.197zm1.827-9.002a.5.5 0 01-.494-.579c.186-1.159.158-1.89.158-1.897a.5.5 0 01.478-.521c.284.009.51.2.521.477.001.033.035.83-.169 2.1a.5.5 0 01-.494.42zm-3.639 8.055a.5.5 0 01-.391-.812 17.198 17.198 0 003.09-5.868.504.504 0 01.621-.338.498.498 0 01.337.621 18.214 18.214 0 01-3.267 6.21.5.5 0 01-.39.187zM9.373 24a.5.5 0 01-.422-.768c1.277-2.01 2.391-4.628 2.402-4.654a.476.476 0 01.49-.304.5.5 0 01.45.358c.001.002.225.762.465 1.479l.602 1.917a.5.5 0 11-.954.299l-.599-1.907-.08-.24c-.458.974-1.159 2.372-1.933 3.59a.499.499 0 01-.42.23z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 22 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-1)"
|
|
5
|
-
d="M21.773,3.937 L21.773,14.533 C21.773,18.009 16.007,21.71 12,22.955 C7.992,21.71 2.226,18.009 2.226,14.533 L2.226,3.937 L12,1.044 L21.773,3.937 Z M22.407,3.014 C22.619,3.118 22.812,3.312 22.812,3.528 L22.812,14.533 C22.812,18.968 15.844,22.884 12.114,23.995 L12.097,24 L11.885,23.995 C8.155,22.884 1.188,18.968 1.188,14.533 L1.188,3.528 C1.188,3.387 1.24,3.131 1.588,3.015 L11.92,0 L12.114,0.005 L22.407,3.014 Z M6.7823,11.2788 C6.5743,11.0708 6.2603,11.0708 6.0533,11.2788 C5.8453,11.4868 5.8453,11.7998 6.0533,12.0078 L10.0113,15.9678 C10.1273,16.0818 10.3223,16.0818 10.4163,16.0818 C10.5203,16.0818 10.6623,16.0818 10.7083,15.9728 C10.7143,15.9598 10.7203,15.9378 10.7193,15.9088 L17.7873,8.8408 C17.8873,8.7408 17.9433,8.6118 17.9433,8.4758 C17.9433,8.3408 17.8873,8.2118 17.7873,8.1118 C17.5793,7.9048 17.2683,7.9038 17.0583,8.1118 L10.3363,14.8338 L6.7823,11.2788 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M20.773 3.937v10.596c0 3.476-5.766 7.177-9.773 8.422-4.008-1.245-9.774-4.946-9.774-8.422V3.937L11 1.044l9.773 2.893zm.634-.923c.212.104.405.298.405.514v11.005c0 4.435-6.968 8.351-10.698 9.462l-.017.005-.212-.005C7.155 22.884.188 18.968.188 14.533V3.528c0-.141.052-.397.4-.513L10.92 0l.194.005 10.293 3.009zM5.782 11.279a.504.504 0 00-.729 0 .504.504 0 000 .729l3.958 3.96c.116.114.311.114.405.114.104 0 .246 0 .292-.11a.144.144 0 00.011-.063l7.068-7.068c.1-.1.156-.23.156-.365a.514.514 0 00-.156-.364.505.505 0 00-.729 0l-6.722 6.722-3.554-3.555z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 18 24">
|
|
2
|
-
|
|
3
|
-
transform="translate(-3)"
|
|
4
|
-
d="M4,24 C3.724,24 3.5,23.776 3.5,23.5 L3.5,0.5 C3.5,0.224 3.724,0 4,0 C4.276,0 4.5,0.224 4.5,0.5 L4.5,23.5 C4.5,23.776 4.276,24 4,24 Z M13.5,3 L13.5,6.5 C13.5,6.776 13.276,7 13,7 C12.724,7 12.5,6.776 12.5,6.5 L12.5,2.5 L12.5,1.5 C12.5,1.224 12.276,1 12,1 L4,1 C3.724,1 3.5,0.776 3.5,0.5 C3.5,0.224 3.724,0 4,0 L12,0 C12.827,0 13.5,0.673 13.5,1.5 L13.5,2 L20,2 C20.276,2 20.5,2.224 20.5,2.5 L20.5,13.5 C20.5,13.776 20.276,14 20,14 L14,14 C13.173,14 12.5,13.327 12.5,12.5 C12.5,12.224 12.276,12 12,12 L4,12 C3.724,12 3.5,11.776 3.5,11.5 C3.5,11.224 3.724,11 4,11 L12,11 C12.827,11 13.5,11.673 13.5,12.5 C13.5,12.776 13.724,13 14,13 L19.5,13 L19.5,3 L13.5,3 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path d="M1 24a.5.5 0 01-.5-.5V.5a.5.5 0 011 0v23a.5.5 0 01-.5.5zm9.5-21v3.5a.5.5 0 01-1 0v-5A.5.5 0 009 1H1a.5.5 0 010-1h8c.827 0 1.5.673 1.5 1.5V2H17a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-6c-.827 0-1.5-.673-1.5-1.5A.5.5 0 009 12H1a.5.5 0 010-1h8c.827 0 1.5.673 1.5 1.5a.5.5 0 00.5.5h5.5V3h-6z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M23.0045,10.0225 C23.0045,10.6235 22.5145,11.1125 21.9125,11.1125 L21.1205,11.1125 L2.0865,11.1125 C1.4845,11.1125 0.9955,10.6235 0.9955,10.0225 L0.9955,6.8495 C0.9955,6.2485 1.4845,5.7595 2.0865,5.7595 L10.2475,5.7595 C9.4005,6.2025 8.4815,6.7305 7.9495,7.1875 C7.7415,7.3655 7.7175,7.6785 7.8955,7.8855 C7.9935,8.0005 8.1325,8.0595 8.2725,8.0595 C8.3865,8.0595 8.5015,8.0205 8.5945,7.9395 C9.3475,7.2945 11.0815,6.4305 11.9995,5.9945 C12.9185,6.4305 14.6515,7.2935 15.4045,7.9395 C15.4975,8.0205 15.6125,8.0595 15.7275,8.0595 C15.8665,8.0595 16.0065,8.0005 16.1045,7.8855 C16.2815,7.6785 16.2585,7.3655 16.0495,7.1875 C15.5185,6.7305 14.6005,6.2025 13.7525,5.7595 L21.9125,5.7595 C22.5145,5.7595 23.0045,6.2485 23.0045,6.8495 L23.0045,10.0225 Z M20.6245,21.9185 C20.6245,22.5195 20.1345,23.0075 19.5335,23.0075 L3.6725,23.0075 C3.0705,23.0075 2.5815,22.5195 2.5815,21.9185 L2.5815,12.1045 L20.6245,12.1045 L20.6245,21.9185 Z M7.7505,3.4855 C7.1495,2.8845 7.1495,2.0125 7.7505,1.4105 C8.0225,1.1395 8.3855,0.9905 8.7765,0.9905 C8.7875,0.9905 8.7975,0.9905 8.8075,0.9905 C9.1945,0.9985 9.5655,1.1515 9.8245,1.4105 C10.2175,1.8035 10.6775,3.3415 10.9655,4.6265 C9.6805,4.3385 8.1435,3.8785 7.7505,3.4855 L7.7505,3.4855 Z M14.1735,1.4105 C14.6765,0.9095 15.6295,0.7915 16.2495,1.4105 C16.8505,2.0125 16.8505,2.8845 16.2495,3.4855 C15.8565,3.8785 14.3185,4.3385 13.0335,4.6265 C13.3215,3.3415 13.7805,1.8035 14.1735,1.4105 L14.1735,1.4105 Z M21.9125,4.7685 L15.9965,4.7685 C16.3995,4.5925 16.7385,4.3975 16.9495,4.1865 C17.9415,3.1955 17.9405,1.7005 16.9495,0.7095 C16.0115,-0.2315 14.4175,-0.2335 13.4735,0.7095 C12.7535,1.4295 12.2185,3.6605 11.9995,4.7135 C11.7805,3.6605 11.2455,1.4295 10.5255,0.7095 C10.0875,0.2715 9.4685,0.0125 8.8265,-0.0005 C8.1835,0.0065 7.5205,0.2385 7.0495,0.7095 C6.0585,1.7005 6.0585,3.1955 7.0495,4.1865 C7.2605,4.3975 7.6005,4.5925 8.0035,4.7685 L2.0865,4.7685 C0.9385,4.7685 0.0045,5.7015 0.0045,6.8495 L0.0045,10.0225 C0.0045,10.9995 0.6815,11.8215 1.5905,12.0445 L1.5905,21.9185 C1.5905,23.0665 2.5245,24.0005 3.6725,24.0005 L19.5335,24.0005 C20.6825,24.0005 21.6155,23.0665 21.6155,21.9185 L21.6155,12.1045 L21.9125,12.1045 C23.0615,12.1045 23.9955,11.1705 23.9955,10.0225 L23.9955,6.8495 C23.9955,5.7015 23.0615,4.7685 21.9125,4.7685 L21.9125,4.7685 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.005 10.023c0 .6-.49 1.09-1.092 1.09H2.086a1.091 1.091 0 01-1.09-1.09V6.85c0-.601.488-1.09 1.09-1.09h8.162c-.848.442-1.766.97-2.298 1.428a.495.495 0 10.644.752c.754-.646 2.488-1.51 3.405-1.946.92.437 2.652 1.3 3.405 1.946a.495.495 0 10.645-.752c-.53-.458-1.448-.986-2.296-1.429h8.16c.602 0 1.091.49 1.091 1.09v3.174zm-2.38 11.896c0 .6-.49 1.088-1.091 1.088H3.672a1.09 1.09 0 01-1.091-1.088v-9.815h18.043v9.815zM7.75 3.486c-.6-.602-.6-1.474 0-2.076A1.44 1.44 0 018.777.99h.03a1.49 1.49 0 011.018.42c.393.394.853 1.931 1.14 3.217-1.284-.288-2.822-.748-3.215-1.141zm6.424-2.076c.503-.5 1.456-.618 2.076 0 .6.603.6 1.475 0 2.076-.393.392-1.931.852-3.216 1.14.287-1.285.746-2.823 1.14-3.216zm7.739 3.359h-5.917c.403-.176.742-.372.954-.583.992-.99.99-2.486 0-3.476-.938-.942-2.532-.944-3.476 0-.72.72-1.255 2.95-1.475 4.003C11.78 3.66 11.245 1.43 10.525.71A2.489 2.489 0 008.826 0C8.183.006 7.52.238 7.05.71c-.99.99-.99 2.486 0 3.476.212.212.551.407.955.583H2.087a2.084 2.084 0 00-2.083 2.08v3.174c0 .976.677 1.799 1.587 2.021v9.875c0 1.148.934 2.081 2.082 2.081h15.86a2.084 2.084 0 002.082-2.081v-9.815h.298a2.085 2.085 0 002.082-2.081V6.85a2.084 2.084 0 00-2.082-2.081z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
2
|
+
<path d="M21.033 18.27c.245-1.412.327-3.108.062-3.477-.151-.209-.902-.349-1.399-.44-.563-.104-1.096-.203-1.458-.427-.208-.128-.384-.343-.568-.571-.107-.132-.287-.353-.366-.396-.221-.09-.784-.019-1.241.037-.661.083-1.283.16-1.753-.034-.9-.374-3.889-2.163-3.271-3.653.265-.636 1.03-.469 1.591-.348.202.044.542.121.649.095.38-.241.745-1.267 1.038-2.091.244-.687.475-1.336.778-1.756.127-.176.328-.318.541-.469.08-.056.191-.135.277-.204-.175-.069-.533-.177-.745-.241-.371-.111-.722-.217-.961-.389-.174-.125-.316-.321-.468-.529-.058-.078-.137-.188-.208-.272-.04.057-.08.12-.111.167-.21.324-.471.728-.92.728-.691 0-1.322-.973-1.462-1.308-.179-.43-.124-1.073-.075-1.644a10.93 10.93 0 00-4.997 1.759c.373.043.733.115.939.4.372.517.26 1.32.151 2.098-.056.405-.12.865-.07 1.08.104.439.592 1.369.919 1.823.429.594 1.385 1.292 2.396 2.03C12.12 11.564 14 12.937 14 14.5c0 .449-.404.71-.729.92a3.775 3.775 0 00-.253.173c.125.333.846.839 1.338 1.185.703.493 1.368.958 1.605 1.531.255.615.181 1.794.017 2.336-.156.517-.716 1.337-1.215 2.004a11.037 11.037 0 006.27-4.378zm1.228-2.306c.477-1.23.739-2.567.739-3.964 0-6.065-4.935-11-11-11h-.029l-.01.115c-.032.368-.086.985.001 1.194.08.193.313.491.479.629.048-.067.102-.149.14-.209.209-.325.47-.729.919-.729.473 0 .777.418 1.047.787.078.107.196.269.246.308.102.073.413.167.662.242.672.202 1.433.43 1.538 1.083.086.527-.395.865-.781 1.138-.106.075-.269.189-.309.238-.218.303-.435.914-.646 1.505-.381 1.072-.775 2.181-1.495 2.625-.364.226-.842.123-1.347.013a5.86 5.86 0 00-.449-.086c.171.537 1.615 1.727 2.725 2.187.225.093.79.021 1.247-.034.66-.083 1.284-.16 1.753.034.295.123.527.409.753.685.101.124.253.311.318.352.203.125.688.215 1.114.294.809.149 1.644.304 2.029.839.269.373.357 1.04.356 1.754zM11.374.016a.5.5 0 01.21-.009C11.722.002 11.861 0 12 0c6.617 0 12 5.383 12 12 0 2.468-.749 4.764-2.031 6.674a.495.495 0 01-.139.202C19.658 21.972 16.061 24 12 24 5.383 24 0 18.617 0 12 0 5.593 5.047.343 11.374.016zm1.899 22.91c.641-.78 1.59-2.05 1.748-2.572.123-.407.152-1.336.017-1.664-.126-.304-.752-.743-1.256-1.095C12.906 16.981 12 16.346 12 15.5c0-.449.404-.71.729-.92.078-.05.197-.127.266-.183-.111-1.038-1.864-2.317-3.282-3.352-1.078-.787-2.097-1.53-2.617-2.253-.354-.487-.936-1.552-1.082-2.178-.094-.397-.023-.907.052-1.447.062-.443.165-1.184.028-1.374-.002.031-.254.005-.406-.01-.233-.023-.547-.054-.793-.174A10.98 10.98 0 001 12c0 6.065 4.935 11 11 11 .43 0 .855-.025 1.273-.073z"/>
|
|
3
3
|
</svg>
|