@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="M16.5,13 L15.5,13 C15.224,13 15,13.224 15,13.5 C15,13.776 15.224,14 15.5,14 L16.5,14 C16.776,14 17,13.776 17,13.5 C17,13.224 16.776,13 16.5,13 Z M16.5,16 L15.5,16 C15.224,16 15,16.224 15,16.5 C15,16.776 15.224,17 15.5,17 L16.5,17 C16.776,17 17,16.776 17,16.5 C17,16.224 16.776,16 16.5,16 Z M16.5,19 L15.5,19 C15.224,19 15,19.224 15,19.5 C15,19.776 15.224,20 15.5,20 L16.5,20 C16.776,20 17,19.776 17,19.5 C17,19.224 16.776,19 16.5,19 Z M11.5,17 L12.5,17 C12.776,17 13,16.776 13,16.5 C13,16.224 12.776,16 12.5,16 L11.5,16 C11.224,16 11,16.224 11,16.5 C11,16.776 11.224,17 11.5,17 Z M23.5,4 L8.908,4 C8.757,3.576 8.424,3.243 8,3.092 L8,0.5 C8,0.224 7.776,0 7.5,0 C7.224,0 7,0.224 7,0.5 L7,3 L4.5,3 C3.849,3 3.299,3.419 3.092,4 L0.5,4 C0.224,4 0,4.224 0,4.5 L0,22.5 C0,22.776 0.224,23 0.5,23 L3.092,23 C3.299,23.581 3.849,24 4.5,24 L7.5,24 C8.151,24 8.701,23.581 8.908,23 L23.5,23 C23.776,23 24,22.776 24,22.5 L24,4.5 C24,4.224 23.776,4 23.5,4 Z M3.158,19.066 C3.055,19.273 3,19.505 3,19.736 L3,22 L1,22 L1,5 L3,5 L3,7.264 C3,7.496 3.055,7.728 3.158,7.935 L3.947,9.513 C3.981,9.582 4,9.659 4,9.736 L4,17.264 C4,17.341 3.981,17.418 3.947,17.488 L3.158,19.066 Z M8,22.5 C8,22.776 7.775,23 7.5,23 L4.5,23 C4.225,23 4,22.776 4,22.5 L4,19.736 C4,19.659 4.019,19.582 4.053,19.512 L4.842,17.934 C4.945,17.727 5,17.495 5,17.264 L5,9.736 C5,9.504 4.945,9.272 4.842,9.065 L4.053,7.487 C4.019,7.418 4,7.341 4,7.264 L4,4.5 C4,4.224 4.225,4 4.5,4 L7.5,4 C7.775,4 8,4.224 8,4.5 L8,7.264 C8,7.341 7.981,7.418 7.947,7.488 L7.158,9.066 C7.055,9.273 7,9.505 7,9.736 L7,17.264 C7,17.496 7.055,17.728 7.158,17.935 L7.947,19.513 C7.981,19.582 8,19.659 8,19.736 L8,22.5 Z M23,22 L9,22 L9,19.736 C9,19.504 8.945,19.272 8.842,19.065 L8.053,17.487 C8.019,17.418 8,17.341 8,17.264 L8,9.736 C8,9.659 8.019,9.582 8.053,9.513 L8.842,7.934 C8.945,7.727 9,7.495 9,7.264 L9,5 L23,5 L23,22 Z M11.5,11 L20.5,11 C20.776,11 21,10.776 21,10.5 L21,7.5 C21,7.224 20.776,7 20.5,7 L11.5,7 C11.224,7 11,7.224 11,7.5 L11,10.5 C11,10.776 11.224,11 11.5,11 Z M12,8 L20,8 L20,10 L12,10 L12,8 Z M11.5,14 L12.5,14 C12.776,14 13,13.776 13,13.5 C13,13.224 12.776,13 12.5,13 L11.5,13 C11.224,13 11,13.224 11,13.5 C11,13.776 11.224,14 11.5,14 Z M11.5,20 L12.5,20 C12.776,20 13,19.776 13,19.5 C13,19.224 12.776,19 12.5,19 L11.5,19 C11.224,19 11,19.224 11,19.5 C11,19.776 11.224,20 11.5,20 Z M20.5,16 L19.5,16 C19.224,16 19,16.224 19,16.5 C19,16.776 19.224,17 19.5,17 L20.5,17 C20.776,17 21,16.776 21,16.5 C21,16.224 20.776,16 20.5,16 Z M20.5,13 L19.5,13 C19.224,13 19,13.224 19,13.5 C19,13.776 19.224,14 19.5,14 L20.5,14 C20.776,14 21,13.776 21,13.5 C21,13.224 20.776,13 20.5,13 Z M20.5,19 L19.5,19 C19.224,19 19,19.224 19,19.5 C19,19.776 19.224,20 19.5,20 L20.5,20 C20.776,20 21,19.776 21,19.5 C21,19.224 20.776,19 20.5,19 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M16.5 13h-1a.5.5 0 000 1h1a.5.5 0 000-1zm0 3h-1a.5.5 0 000 1h1a.5.5 0 000-1zm0 3h-1a.5.5 0 000 1h1a.5.5 0 000-1zm-5-2h1a.5.5 0 000-1h-1a.5.5 0 000 1zm12-13H8.908A1.496 1.496 0 008 3.092V.5a.5.5 0 00-1 0V3H4.5c-.651 0-1.201.419-1.408 1H.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h2.592c.207.581.757 1 1.408 1h3c.651 0 1.201-.419 1.408-1H23.5a.5.5 0 00.5-.5v-18a.5.5 0 00-.5-.5zM3.158 19.066a1.513 1.513 0 00-.158.67V22H1V5h2v2.264c0 .232.055.464.158.671l.789 1.578A.508.508 0 014 9.736v7.528a.516.516 0 01-.053.224l-.789 1.578zM8 22.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-2.764c0-.077.019-.154.053-.224l.789-1.578c.103-.207.158-.439.158-.67V9.736c0-.232-.055-.464-.158-.671l-.789-1.578A.508.508 0 014 7.264V4.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v2.764a.516.516 0 01-.053.224l-.789 1.578a1.513 1.513 0 00-.158.67v7.528c0 .232.055.464.158.671l.789 1.578a.508.508 0 01.053.223V22.5zm15-.5H9v-2.264c0-.232-.055-.464-.158-.671l-.789-1.578A.508.508 0 018 17.264V9.736c0-.077.019-.154.053-.223l.789-1.579c.103-.207.158-.439.158-.67V5h14v17zM11.5 11h9a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v3a.5.5 0 00.5.5zm.5-3h8v2h-8V8zm-.5 6h1a.5.5 0 000-1h-1a.5.5 0 000 1zm0 6h1a.5.5 0 000-1h-1a.5.5 0 000 1zm9-4h-1a.5.5 0 000 1h1a.5.5 0 000-1zm0-3h-1a.5.5 0 000 1h1a.5.5 0 000-1zm0 6h-1a.5.5 0 000 1h1a.5.5 0 000-1z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M7,15.3430449 L7,4.26190476 C7,3.01514286 8.02,2 9.27272727,2 L14,2 L14,1.5 C14,0.673 14.673,5.32907052e-15 15.5,5.32907052e-15 C16.327,5.32907052e-15 17,0.673 17,1.5 L17,2.31421586 C17.041299,2.4874104 17,2.75511064 17,3.16845703 L17,15.3437378 C17.2554035,15.1548534 17.5558722,15.0373547 17.874,15.0091872 C18.372,14.964233 19.829,15.1320619 20.181,15.4837033 L21.268,17.5675589 C21.74,18.0390781 22,18.6654394 22,19.332759 L22,21.5025465 C22,22.8801419 20.879,24 19.5,24 L4.5,24 C3.121,24 2,22.8801419 2,21.5025465 L2,19.332759 C2,18.6074985 2.308,17.991127 3.029,17.2698624 L3.822,15.4807064 C4.174,15.1290649 5.641,14.962235 6.125,15.0071892 C6.4434471,15.035998 6.74419972,15.1535652 7,15.3430449 Z M7,16.8465382 C6.86010586,16.6999309 6.72687854,16.5348043 6.599,16.3488212 C6.461,16.1490249 6.255,16.0221543 6.034,16.0011757 C5.845,15.9991777 4.68,16.03614 4.53,16.1869862 L3.736,17.9761422 C3.089,18.6234822 3,19.011087 3,19.332759 L3,21.5025465 C3,22.3287041 3.673,23.0010186 4.5,23.0010186 L19.5,23.0010186 C20.327,23.0010186 21,22.3287041 21,21.5025465 L21,19.332759 C21,18.9381613 20.84,18.5525545 20.561,18.2728397 L19.474,16.1889842 C19.297,16.0121645 18.096,15.9891879 17.966,16.0021747 C17.744,16.0231533 17.538,16.1480259 17.402,16.3478222 C17.2737952,16.5342273 17.1402372,16.6996938 17,16.8465719 L17,18.7380952 C17,19.9848571 15.98,21 14.7272727,21 L9.27272727,21 C8.02,21 7,19.9848571 7,18.7380952 L7,16.8465382 Z M14.5833334,3 L9.33333333,3 C8.59822222,3 8,3.60215789 8,4.34210526 L8,18.6578947 C8,19.3978421 8.59822222,20 9.33333333,20 L14.6666667,20 C15.4017778,20 16,19.3978421 16,18.6578947 L16,4.34210526 C16,3.45304247 16,3.11469712 15.8395948,3 L14.5833334,3 Z M14,15 L10,15 C9.724,15 9.5,14.776 9.5,14.5 C9.5,14.224 9.724,14 10,14 L14,14 C14.276,14 14.5,14.224 14.5,14.5 C14.5,14.776 14.276,15 14,15 Z M14,13 L10,13 C9.724,13 9.5,12.776 9.5,12.5 C9.5,12.224 9.724,12 10,12 L14,12 C14.276,12 14.5,12.224 14.5,12.5 C14.5,12.776 14.276,13 14,13 Z M14,17 L10,17 C9.724,17 9.5,16.776 9.5,16.5 C9.5,16.224 9.724,16 10,16 L14,16 C14.276,16 14.5,16.224 14.5,16.5 C14.5,16.776 14.276,17 14,17 Z M15,2 L16,2 L16,1.5 C16,1.224 15.776,1 15.5,1 C15.224,1 15,1.224 15,1.5 L15,2 Z M14.5,10 L9.5,10 C9.224,10 9,9.776 9,9.5 L9,5.5 C9,5.224 9.224,5 9.5,5 L14.5,5 C14.776,5 15,5.224 15,5.5 L15,9.5 C15,9.776 14.776,10 14.5,10 Z M10,9 L14,9 L14,6 L10,6 L10,9 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M7 15.343V4.262A2.27 2.27 0 019.273 2H14v-.5c0-.827.673-1.5 1.5-1.5S17 .673 17 1.5v.814c.041.173 0 .441 0 .854v12.176c.255-.19.556-.307.874-.335.498-.045 1.955.123 2.307.475l1.087 2.084c.472.471.732 1.097.732 1.765v2.17A2.5 2.5 0 0119.5 24h-15A2.5 2.5 0 012 21.503v-2.17c0-.726.308-1.342 1.029-2.063l.793-1.79c.352-.35 1.819-.518 2.303-.473.318.029.62.147.875.336zm0 1.504a4.001 4.001 0 01-.401-.498.785.785 0 00-.565-.348c-.189-.002-1.354.035-1.504.186l-.794 1.79C3.089 18.622 3 19.01 3 19.332v2.17C3 22.329 3.673 23 4.5 23h15c.827 0 1.5-.672 1.5-1.498v-2.17c0-.395-.16-.78-.439-1.06l-1.087-2.084c-.177-.177-1.378-.2-1.508-.187a.776.776 0 00-.564.346 4.006 4.006 0 01-.402.499v1.891A2.27 2.27 0 0114.727 21H9.273A2.27 2.27 0 017 18.738v-1.891zM14.583 3h-5.25A1.34 1.34 0 008 4.342v14.316C8 19.398 8.598 20 9.333 20h5.334A1.34 1.34 0 0016 18.658V4.342c0-.889 0-1.227-.16-1.342h-1.257zM14 15h-4a.5.5 0 010-1h4a.5.5 0 010 1zm0-2h-4a.5.5 0 010-1h4a.5.5 0 010 1zm0 4h-4a.5.5 0 010-1h4a.5.5 0 010 1zm1-15h1v-.5a.5.5 0 00-1 0V2zm-.5 8h-5a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h5a.5.5 0 01.5.5v4a.5.5 0 01-.5.5zM10 9h4V6h-4v3z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-4)"
|
|
5
|
-
d="M13.1343199,2 L11.1343199,2 C10.8583199,2 10.6343199,2.224 10.6343199,2.5 C10.6343199,2.776 10.8583199,3 11.1343199,3 L13.1343199,3 C13.4103199,3 13.6343199,2.776 13.6343199,2.5 C13.6343199,2.224 13.4103199,2 13.1343199,2 Z M16.1393199,2 L16.1293199,2 C15.8533199,2 15.6343199,2.224 15.6343199,2.5 C15.6343199,2.776 15.8633199,3 16.1393199,3 C16.4153199,3 16.6393199,2.776 16.6393199,2.5 C16.6393199,2.224 16.4153199,2 16.1393199,2 Z M12.6343199,22 C13.1863199,22 13.6343199,21.552 13.6343199,21 C13.6343199,20.448 13.1863199,20 12.6343199,20 C12.0823199,20 11.6343199,20.448 11.6343199,21 C11.6343199,21.552 12.0813199,22 12.6343199,22 Z M19.1343199,16.5 C18.8583199,16.5 18.6343199,16.724 18.6343199,17 L18.6343199,18 L5.6343199,18 L5.6343199,5 L18.6343199,5 L18.6343199,6 C18.6343199,6.276 18.8583199,6.5 19.1343199,6.5 C19.4103199,6.5 19.6343199,6.276 19.6343199,6 L19.6343199,3.5 C19.6343199,1.57 18.0643199,0 16.1343199,0 L8.1343199,0 C6.2043199,0 4.6343199,1.57 4.6343199,3.5 L4.6343199,20.5 C4.6343199,22.43 6.2043199,24 8.1343199,24 L16.1343199,24 C18.0643199,24 19.6343199,22.43 19.6343199,20.5 L19.6343199,17 C19.6343199,16.724 19.4103199,16.5 19.1343199,16.5 Z M5.6343199,3.5 C5.6343199,2.122 6.7553199,1 8.1343199,1 L16.1343199,1 C17.5133199,1 18.6343199,2.122 18.6343199,3.5 L18.6343199,4 L5.6343199,4 L5.6343199,3.5 Z M18.7493199,20.5 C18.7493199,21.878 17.6283199,23 16.2493199,23 L8.2493199,23 C6.8703199,23 5.7493199,21.878 5.7493199,20.5 L5.7493199,19 L18.7493199,19 L18.7493199,20.5 Z M11.3343199,16 L8.9343199,16 C8.7687199,16 8.6343199,15.9004444 8.6343199,15.7777778 L8.6343199,12.2222222 C8.6343199,12.0995556 8.7687199,12 8.9343199,12 L11.3343199,12 C11.4999199,12 11.6343199,12.0995556 11.6343199,12.2222222 L11.6343199,15.7777778 C11.6343199,15.9004444 11.4999199,16 11.3343199,16 Z M9.67704451,15.0494385 L10.6797301,15.0083008 L10.658856,12.9541016 L9.65617049,12.9952393 L9.67704451,15.0494385 Z M15.3343199,16 L12.9343199,16 C12.7687199,16 12.6343199,15.904 12.6343199,15.7857143 L12.6343199,10.2142857 C12.6343199,10.096 12.7687199,10 12.9343199,10 L15.3343199,10 C15.4999199,10 15.6343199,10.096 15.6343199,10.2142857 L15.6343199,15.7857143 C15.6343199,15.904 15.4999199,16 15.3343199,16 Z M13.6582457,14.979248 L14.6337095,14.9908447 L14.6278502,10.9630127 L13.6268736,10.9616699 L13.6582457,14.979248 Z M19.3343199,16 L16.9343199,16 C16.7687199,16 16.6343199,15.9056842 16.6343199,15.7894737 L16.6343199,8.21052632 C16.6343199,8.09431579 16.7687199,8 16.9343199,8 L19.3343199,8 C19.4999199,8 19.6343199,8.09431579 19.6343199,8.21052632 L19.6343199,15.7894737 C19.6343199,15.9056842 19.4999199,16 19.3343199,16 Z M17.6191832,14.9798584 L18.67265,15.0361328 L18.5889342,9.00305176 L17.6851011,8.94055176 L17.6191832,14.9798584 Z M23.3343199,16 L20.9343199,16 C20.7687199,16 20.6343199,15.9066667 20.6343199,15.7916667 L20.6343199,6.20833333 C20.6343199,6.09333333 20.7687199,6 20.9343199,6 L23.3343199,6 C23.4999199,6 23.6343199,6.09333333 23.6343199,6.20833333 L23.6343199,15.7916667 C23.6343199,15.9066667 23.4999199,16 23.3343199,16 Z M21.6091734,14.9622803 L22.5931822,15.0394287 L22.6189146,7.0456543 L21.6349058,6.96850586 L21.6091734,14.9622803 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M9.134 2h-2a.5.5 0 000 1h2a.5.5 0 000-1zm3.005 0h-.01a.496.496 0 00-.495.5c0 .276.23.5.505.5a.5.5 0 000-1zM8.634 22a1 1 0 100-2 1 1 0 000 2zm6.5-5.5a.5.5 0 00-.5.5v1h-13V5h13v1a.5.5 0 001 0V3.5c0-1.93-1.57-3.5-3.5-3.5h-8c-1.93 0-3.5 1.57-3.5 3.5v17c0 1.93 1.57 3.5 3.5 3.5h8c1.93 0 3.5-1.57 3.5-3.5V17a.5.5 0 00-.5-.5zm-13.5-13c0-1.378 1.121-2.5 2.5-2.5h8c1.38 0 2.5 1.122 2.5 2.5V4h-13v-.5zm13.115 17c0 1.378-1.12 2.5-2.5 2.5h-8a2.503 2.503 0 01-2.5-2.5V19h13v1.5zM7.334 16h-2.4c-.165 0-.3-.1-.3-.222v-3.556c0-.122.135-.222.3-.222h2.4c.166 0 .3.1.3.222v3.556c0 .122-.134.222-.3.222zm-1.657-.95l1.003-.042-.021-2.054-1.003.041.021 2.054zm5.657.95h-2.4c-.165 0-.3-.096-.3-.214v-5.572c0-.118.135-.214.3-.214h2.4c.166 0 .3.096.3.214v5.572c0 .118-.134.214-.3.214zm-1.676-1.02l.976.01-.006-4.027-1.001-.001.031 4.017zM15.334 16h-2.4c-.165 0-.3-.094-.3-.21V8.21c0-.116.135-.21.3-.21h2.4c.166 0 .3.094.3.21v7.58c0 .116-.134.21-.3.21zm-1.715-1.02l1.054.056-.084-6.033-.904-.062-.066 6.039zM19.334 16h-2.4c-.165 0-.3-.093-.3-.208V6.208c0-.115.135-.208.3-.208h2.4c.166 0 .3.093.3.208v9.584c0 .115-.134.208-.3.208zm-1.725-1.038l.984.077.026-7.993-.984-.077-.026 7.993z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-4)"
|
|
5
|
-
d="M12.508704,1.509408 C12.773664,1.509408 12.988704,1.724448 12.988704,1.989408 C12.988704,2.254368 12.773664,2.469408 12.508704,2.469408 L11.475744,2.469408 C11.209824,2.469408 10.995744,2.254368 10.995744,1.989408 C10.995744,1.724448 11.209824,1.509408 11.475744,1.509408 L12.508704,1.509408 Z M18.68592,3.0192 L18.68592,2.46624 C18.68592,1.62144 18.02544,0.96 17.18064,0.96 L6.82032,0.96 C5.97552,0.96 5.31408,1.62144 5.31408,2.46624 L5.31408,3.0192 L18.68592,3.0192 Z M5.31408,20.25888 L18.68592,20.25888 L18.68592,3.9792 L5.31408,3.9792 L5.31408,20.25888 Z M18.68592,21.53376 L18.68592,21.21888 L5.31408,21.21888 L5.31408,21.53376 C5.31408,22.37856 5.97552,23.04 6.82032,23.04 L17.10096,23.04 C17.97456,23.04 18.68592,22.36416 18.68592,21.53376 Z M17.18064,0 C18.56304,0 19.64592,1.08288 19.64592,2.46624 L19.64592,21.53376 C19.64592,22.89408 18.50448,24 17.10096,24 L6.82032,24 C5.43696,24 4.35408,22.91616 4.35408,21.53376 L4.35408,2.46624 C4.35408,1.08288 5.43696,0 6.82032,0 L17.18064,0 Z"
|
|
6
|
-
/>
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.509 1.51a.48.48 0 010 .96h-1.033a.48.48 0 110-.96h1.033zm6.177 1.51v-.554A1.49 1.49 0 0017.181.96H6.82a1.49 1.49 0 00-1.507 1.506v.553h13.372zM5.314 20.258h13.372V3.979H5.314v16.28zm13.372 1.275v-.315H5.314v.315A1.49 1.49 0 006.82 23.04h10.281c.874 0 1.585-.676 1.585-1.506zM17.181 0a2.44 2.44 0 012.465 2.466v19.068c0 1.36-1.142 2.466-2.545 2.466H6.821a2.44 2.44 0 01-2.467-2.466V2.466A2.44 2.44 0 016.82 0h10.36z"/>
|
|
7
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="M6.05184,6.846048 C5.61984,7.279008 5.61984,7.981728 6.05184,8.414688 C6.48384,8.846688 7.18848,8.846688 7.62048,8.414688 C8.05248,7.981728 8.05248,7.279008 7.62048,6.846048 C7.40448,6.630048 7.12032,6.521568 6.83616,6.521568 C6.552,6.521568 6.26784,6.630048 6.05184,6.846048 Z M6.83616,9.698208 C6.30624,9.698208 5.77632,9.496608 5.37312,9.093408 C4.56672,8.286048 4.56672,6.973728 5.37312,6.167328 C6.17952,5.359968 7.4928,5.359968 8.2992,6.167328 C9.1056,6.973728 9.1056,8.286048 8.2992,9.093408 C7.896,9.496608 7.36608,9.698208 6.83616,9.698208 Z M21.9312,20.6568 C22.54272,20.6568 23.04,20.15856 23.04,19.548 L23.04,18.25104 L17.58528,10.84464 C17.31264,10.47696 16.89504,10.25232 16.43616,10.22832 C15.96384,10.21488 15.53088,10.3896 15.22176,10.73232 L11.18592,15.23856 C11.0976,15.33648 10.9728,15.39504 10.84128,15.39792 C10.71936,15.40176 10.58208,15.35088 10.48896,15.25776 L8.45472,13.22352 C7.89024,12.66384 7.00128,12.6264 6.3888,13.14096 L0.96,17.75568 L0.96,19.548 C0.96,20.15856 1.45728,20.6568 2.06976,20.6568 L21.9312,20.6568 Z M2.06976,3.3432 C1.45728,3.3432 0.96,3.84048 0.96,4.452 L0.96,16.4952 L5.7696,12.40752 C6.76512,11.57136 8.20896,11.62992 9.13152,12.54288 L10.8096,14.22 L14.50848,10.09008 C15.0144,9.5304 15.72672,9.22896 16.48512,9.27024 C17.232,9.30768 17.91456,9.6744 18.35712,10.27632 L23.04,16.63344 L23.04,4.452 C23.04,3.84048 22.54272,3.3432 21.9312,3.3432 L2.06976,3.3432 Z M21.9312,2.3832 C23.07168,2.3832 24,3.31152 24,4.452 L24,19.548 C24,20.68848 23.07168,21.6168 21.9312,21.6168 L2.06976,21.6168 C0.92832,21.6168 4.54747351e-13,20.68848 4.54747351e-13,19.548 L4.54747351e-13,4.452 C4.54747351e-13,3.31152 0.92832,2.3832 2.06976,2.3832 L21.9312,2.3832 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M6.052 4.846a1.111 1.111 0 000 1.569 1.111 1.111 0 001.568 0 1.111 1.111 0 000-1.569 1.106 1.106 0 00-1.568 0zm.784 2.852c-.53 0-1.06-.201-1.463-.605a2.07 2.07 0 112.926 0 2.063 2.063 0 01-1.463.605zm15.095 10.959a1.11 1.11 0 001.109-1.109v-1.297l-5.455-7.406a1.523 1.523 0 00-1.149-.617 1.545 1.545 0 00-1.214.504l-4.036 4.507a.48.48 0 01-.697.019l-2.034-2.034a1.527 1.527 0 00-2.066-.083L.96 15.756v1.792c0 .61.497 1.109 1.11 1.109H21.93zM2.07 1.343A1.11 1.11 0 00.96 2.452v12.043l4.81-4.087a2.484 2.484 0 013.362.135l1.678 1.677 3.698-4.13a2.464 2.464 0 011.977-.82c.747.038 1.43.404 1.872 1.006l4.683 6.357V2.452a1.11 1.11 0 00-1.109-1.109H2.07zM21.93.383c1.14 0 2.069.929 2.069 2.069v15.096c0 1.14-.928 2.069-2.069 2.069H2.07A2.072 2.072 0 010 17.548V2.452C0 1.312.928.383 2.07.383H21.93z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M23.9229,16.83385 C24.2369,17.98185 23.5709,19.17485 22.4329,19.51185 C22.4119,19.52085 22.3929,19.52685 22.3719,19.53285 L7.4589,23.52985 C7.2679,23.58185 7.0719,23.60785 6.8789,23.60785 C6.5019,23.60785 6.1299,23.51085 5.7929,23.31785 C5.2989,23.03585 4.9409,22.58385 4.7809,22.03985 C4.7729,22.02085 4.7659,21.99885 4.7599,21.97885 L4.0379,19.26585 C3.9669,18.99785 4.1259,18.72485 4.3929,18.65285 C4.6579,18.57985 4.9339,18.74085 5.0049,19.00785 L5.7159,21.68085 C5.7229,21.69785 5.7289,21.71585 5.7339,21.73385 C5.8169,22.03885 6.0139,22.29285 6.2889,22.44985 C6.5659,22.60785 6.8889,22.64985 7.1969,22.56385 L22.0789,18.57585 C22.0949,18.56985 22.1109,18.56485 22.1259,18.56085 L22.1249,18.55985 C22.4299,18.47685 22.6849,18.27685 22.8429,17.99885 C22.9999,17.72185 23.0409,17.39985 22.9569,17.09585 L22.0279,13.60985 C21.9569,13.34385 22.1159,13.06885 22.3829,12.99785 C22.6529,12.92285 22.9249,13.08685 22.9949,13.35285 L23.9229,16.83385 Z M4.4907,4.88365 C4.0667,5.30765 4.0667,5.99665 4.4907,6.42065 C4.9147,6.84365 5.6037,6.84265 6.0277,6.42065 C6.4507,5.99665 6.4507,5.30765 6.0277,4.88365 C5.8157,4.67165 5.5367,4.56565 5.2597,4.56565 C4.9807,4.56565 4.7027,4.67165 4.4907,4.88365 Z M5.2587,7.73765 C4.7247,7.73765 4.1907,7.53365 3.7837,7.12765 C2.9697,6.31365 2.9697,4.98965 3.7837,4.17665 C4.5977,3.36265 5.9217,3.36365 6.7347,4.17665 C7.5477,4.98965 7.5477,6.31365 6.7347,7.12765 C6.3277,7.53365 5.7937,7.73765 5.2587,7.73765 Z M1,15.36115 C1,15.85515 1.402,16.25715 1.896,16.25715 L18.935,16.25715 C19.412,16.25715 19.796,15.87915 19.82,15.40715 C19.82,15.40615 19.818,15.40515 19.817,15.40415 L15.065,8.95415 C14.849,8.66015 14.515,8.48215 14.149,8.46315 C13.786,8.44215 13.429,8.59115 13.182,8.86615 L9.725,12.72815 C9.633,12.83015 9.503,12.89015 9.365,12.89415 C9.228,12.90015 9.095,12.84415 8.998,12.74715 L7.261,11.00215 C6.811,10.55715 6.1,10.52815 5.612,10.93715 L1,14.86215 L1,15.36115 Z M1.896,1.39215 C1.402,1.39215 1,1.79415 1,2.28815 L1,13.54915 L4.967,10.17315 C5.856,9.42815 7.145,9.48215 7.967,10.29315 L9.333,11.66615 L12.438,8.19715 C12.888,7.69815 13.532,7.42715 14.198,7.46515 C14.865,7.49815 15.475,7.82415 15.87,8.36115 L19.83,13.73515 L19.83,2.28815 C19.83,1.79415 19.429,1.39215 18.935,1.39215 L1.896,1.39215 Z M20.83,15.36115 C20.83,16.40615 19.979,17.25715 18.935,17.25715 L1.896,17.25715 C0.851,17.25715 -7.46069873e-14,16.40615 -7.46069873e-14,15.36115 L-7.46069873e-14,2.28815 C-7.46069873e-14,1.24315 0.851,0.39215 1.896,0.39215 L18.935,0.39215 C19.979,0.39215 20.83,1.24315 20.83,2.28815 L20.83,15.36115 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.923 16.834a2.194 2.194 0 01-1.49 2.678.49.49 0 01-.061.02L7.459 23.53a2.177 2.177 0 01-1.666-.212A2.166 2.166 0 014.78 22.04a.626.626 0 01-.021-.061l-.722-2.713a.501.501 0 01.967-.258l.71 2.673a.472.472 0 01.019.053c.083.305.28.559.555.716.277.158.6.2.908.114l14.882-3.988a.507.507 0 01.047-.015l-.001-.001a1.18 1.18 0 00.718-.561c.157-.277.198-.6.114-.903l-.93-3.486a.5.5 0 01.968-.257l.928 3.48zM4.49 4.884A1.088 1.088 0 006.028 6.42a1.09 1.09 0 000-1.537 1.084 1.084 0 00-1.537 0zm.768 2.854a2.083 2.083 0 01-1.475-.61 2.088 2.088 0 010-2.951 2.09 2.09 0 012.95 0 2.09 2.09 0 010 2.95c-.406.407-.94.61-1.475.61zM1 15.36c0 .494.402.896.896.896h17.039a.89.89 0 00.885-.85l-.003-.003-4.752-6.45a1.208 1.208 0 00-.916-.49 1.21 1.21 0 00-.967.402l-3.457 3.862a.504.504 0 01-.727.02l-1.737-1.746a1.222 1.222 0 00-1.649-.065L1 14.862v.5zm.896-13.969A.897.897 0 001 2.288V13.55l3.967-3.376a2.221 2.221 0 013 .12l1.366 1.373 3.105-3.469a2.201 2.201 0 011.76-.732 2.202 2.202 0 011.672.896l3.96 5.374V2.288a.896.896 0 00-.895-.896H1.896zm18.934 13.97a1.899 1.899 0 01-1.895 1.895H1.896A1.899 1.899 0 010 15.361V2.288C0 1.243.851.392 1.896.392h17.039c1.044 0 1.895.851 1.895 1.896v13.073z"/>
|
|
6
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="M24,12.1220534 L23.8752203,14.7164062 L23.393718,14.6884875 C22.9889858,14.66502 22.6181359,14.5320342 22.2601545,14.3062667 C21.8901368,16.0084654 21.0085155,17.3543306 19.6025671,18.3053302 L19.6025671,21.4151367 C19.6005228,21.4820279 19.6005228,21.4820279 19.5971128,21.5173465 C19.5960721,21.528707 19.5960721,21.528707 19.5958583,21.5314906 L19.5628853,22 L13.8152666,22 L13.7813762,21.5326179 C13.7779639,21.4866822 13.7762759,21.4548068 13.7762759,21.4151367 L13.7762759,19.9782315 C13.7002051,19.9815556 13.5997719,19.9825589 13.4527747,19.9825589 C12.8269631,19.9825589 12.2498872,19.9714328 11.7093551,19.9480351 L11.7093551,21.4151367 C11.7086901,21.4614448 11.7086901,21.4614448 11.7073087,21.4922679 C11.7067852,21.5042159 11.7067852,21.5042159 11.7064842,21.5122541 L11.6898409,22 L5.9037222,22 L5.88707891,21.5122541 C5.88696256,21.5094685 5.88696256,21.5094685 5.88613125,21.4958545 C5.88422324,21.4662328 5.88422324,21.4662328 5.88317288,21.4151367 L5.88317288,18.7439679 C4.73718564,18.1536967 3.89358165,17.3204474 3.34346829,16.2092361 L2.04635298,16.2092361 C0.919585595,16.2092361 0,15.2409021 0,14.0537529 L0,11.0999564 C0,9.91338154 0.919912253,8.94372682 2.04635298,8.94372682 L3.020379,8.94372682 C3.17054712,8.41905254 3.35915448,7.91499202 3.58463505,7.43498726 L4.13610633,3.80522406 C4.32693178,2.55929827 5.41748156,2.01264475 6.45466634,2.64312207 L7.54453616,3.30601799 C9.18765427,2.44503022 11.1775949,2 13.4527747,2 C17.9977103,2 21.0929387,4.56958948 22.099739,8.91648372 C22.5498072,8.96194781 22.9142659,9.18173151 23.2301742,9.53540624 C23.4994341,9.84775098 23.681464,10.2301463 23.7571386,10.6398861 C23.8129163,10.88897 23.8413457,11.1097889 23.8413457,11.3315479 C23.8413457,11.6044592 23.797053,11.8642512 23.6994331,12.1069053 C23.6974386,12.1119627 23.695417,12.1170122 23.6933684,12.1220534 L24,12.1220534 Z M22.9221014,12.9048706 C22.8354481,12.8434236 22.748235,12.7671337 22.6596628,12.6774819 L22.2977937,12.3112016 L22.6610129,11.9464081 C22.7267288,11.8804073 22.7812437,11.7982898 22.813972,11.7153337 C22.8594744,11.6022133 22.8810579,11.4756186 22.8810579,11.3315479 C22.8810579,11.1953784 22.8623719,11.0502396 22.8186079,10.8531626 C22.7726475,10.6055034 22.6706644,10.3912647 22.5251738,10.222374 C22.3466744,10.0225955 22.1706149,9.92436179 21.944406,9.91977551 C21.9170659,9.9194398 21.878068,9.92479296 21.8272362,9.93704304 L21.3488752,10.0523245 L21.249908,9.54588821 C20.4415745,5.40947193 17.6857608,3.0118494 13.4527747,3.0118494 C11.2164585,3.0118494 9.29808899,3.46504846 7.75668997,4.32878477 L7.52170686,4.4604596 L7.29120726,4.3202619 L5.97469802,3.51951615 C5.52008696,3.24317007 5.16786133,3.41972816 5.08422434,3.9658031 L4.52118238,7.67172665 L4.47557375,7.82001099 C4.21148172,8.37044661 4.00156449,8.9581142 3.84898619,9.57687919 L3.7556051,9.95557622 L2.04635298,9.95557622 C1.45034195,9.95557622 0.960287852,10.472129 0.960287852,11.0999564 L0.960287852,14.0537529 C0.960287852,14.6819263 1.44979868,15.1973867 2.04635298,15.1973867 L3.95308964,15.1973867 L4.08087794,15.4944396 C4.56250732,16.6140208 5.36789352,17.410009 6.55562637,17.9570649 L6.84346073,18.089638 L6.84346073,20.9881506 L10.7490672,20.9881506 L10.7490672,18.8808932 L11.2567328,18.9116053 C11.9211845,18.9518026 12.6441865,18.9707095 13.4527747,18.9707095 C13.7075098,18.9707095 13.7671698,18.9677715 13.7888421,18.9630655 C13.9284077,18.9327597 13.9870846,18.9235907 14.2193677,18.9046467 L14.7365638,18.8624665 L14.7365638,20.9881506 L18.6422792,20.9881506 L18.6422792,17.7332386 L18.8789264,17.5865161 C20.3961368,16.6458374 21.2328482,15.2339655 21.4465862,13.3280826 L21.5628131,12.2916976 L22.2629967,13.0297858 C22.3771343,13.1501023 22.4957233,13.2558469 22.6179649,13.3459757 C22.7368171,13.4327161 22.8532755,13.5027326 22.9695193,13.5558424 L22.9982886,12.9576865 C22.9726465,12.9410494 22.9472073,12.9234172 22.9221014,12.9048706 Z M5.99950744,11 C5.4474606,11 5,10.5520118 5,9.99991794 C5,9.44716759 5.4474606,9 5.99950744,9 C6.55166375,9 7,9.44716759 7,9.99991794 C7,10.5520118 6.55166375,11 5.99950744,11 Z M16.4737023,6.95007735 C15.5084255,6.57565748 14.3954806,6.36540043 13.1194091,6.36540043 C11.7968463,6.36540043 10.5747629,6.59058833 9.46576971,7 L9,5.72096882 C10.2743281,5.25160403 11.6615139,5 13.1381956,5 C14.5616446,5 15.848351,5.23414641 17,5.67977497 L16.4737023,6.95007735 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M24 10.122l-.125 2.594-.481-.028a2.347 2.347 0 01-1.134-.382c-.37 1.702-1.251 3.048-2.657 4v3.11c-.002.066-.002.066-.006.101l-.001.014-.033.469h-5.748l-.034-.467a1.467 1.467 0 01-.005-.118v-1.437a40.362 40.362 0 01-2.067-.03v1.467c0 .046 0 .046-.002.077v.02L11.69 20H5.904l-.017-.488v-.016c-.003-.03-.003-.03-.004-.08v-2.672c-1.146-.59-1.99-1.424-2.54-2.535H2.046C.92 14.21 0 13.241 0 12.054V9.1c0-1.187.92-2.156 2.046-2.156h.974c.15-.525.34-1.029.565-1.509l.551-3.63C4.326.56 5.417.013 6.455.643l1.09.663C9.188.445 11.178 0 13.453 0c4.545 0 7.64 2.57 8.647 6.916.45.046.814.266 1.13.62.27.312.451.694.527 1.104.056.249.084.47.084.692a2.06 2.06 0 01-.148.79H24zm-1.078.783a2.004 2.004 0 01-.262-.228l-.362-.366.363-.365a.701.701 0 00.153-.23c.045-.114.067-.24.067-.384 0-.137-.019-.282-.062-.479a1.329 1.329 0 00-.294-.63c-.178-.2-.354-.299-.58-.303a.507.507 0 00-.118.017l-.478.115-.1-.506c-.807-4.137-3.563-6.534-7.796-6.534-2.237 0-4.155.453-5.696 1.317l-.235.131-.23-.14-1.317-.8c-.455-.277-.807-.1-.89.446L4.52 5.672l-.045.148a9.084 9.084 0 00-.627 1.757l-.093.379h-1.71C1.45 7.956.96 8.472.96 9.1v2.954c0 .628.49 1.143 1.086 1.143h1.907l.128.297c.482 1.12 1.287 1.916 2.475 2.463l.287.133v2.898h3.906v-2.107l.508.03c.664.04 1.387.06 2.196.06.255 0 .314-.003.336-.008.14-.03.198-.04.43-.058l.518-.043v2.126h3.905v-3.255l.237-.146c1.517-.941 2.354-2.353 2.568-4.259l.116-1.036.7.738a2.7 2.7 0 00.355.316c.119.087.235.157.352.21l.028-.598a1.528 1.528 0 01-.076-.053zM6 9a1 1 0 110-2 1 1 0 010 2zm10.474-4.05c-.966-.374-2.079-.585-3.355-.585-1.322 0-2.544.226-3.653.635L9 3.721A11.919 11.919 0 0113.138 3c1.424 0 2.71.234 3.862.68l-.526 1.27z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M22.5,2 L1.5,2 C0.673,2 0,2.673 0,3.5 L0,17.5 C0,18.327 0.673,19 1.5,19 L10,19 L10,20.077 L4.418,21.007 C4.146,21.052 3.962,21.31 4.007,21.582 C4.048,21.827 4.26,22 4.5,22 C4.527,22 4.554,21.998 4.582,21.993 L10.54,21 L13.459,21 L19.417,21.993 C19.445,21.998 19.473,22 19.5,22 C19.741,22 19.953,21.827 19.992,21.582 C20.038,21.31 19.853,21.052 19.581,21.007 L14,20.077 L14,19 L22.5,19 C23.327,19 24,18.327 24,17.5 L24,3.5 C24,2.673 23.327,2 22.5,2 Z M13,20 L11,20 L11,19 L13,19 L13,20 Z M23,17.5 C23,17.776 22.776,18 22.5,18 L1.5,18 C1.224,18 1,17.776 1,17.5 L1,3.5 C1,3.224 1.224,3 1.5,3 L22.5,3 C22.776,3 23,3.224 23,3.5 L23,17.5 Z M10,14.5 C10.097,14.5 10.193,14.472 10.277,14.416 L16.277,10.416 C16.416,10.323 16.5,10.167 16.5,10 C16.5,9.833 16.416,9.677 16.278,9.584 L10.278,5.584 C10.123,5.481 9.927,5.472 9.764,5.559 C9.602,5.646 9.5,5.815 9.5,6 L9.5,14 C9.5,14.185 9.602,14.354 9.764,14.441 C9.838,14.48 9.919,14.5 10,14.5 Z M10.5,6.934 L15.099,10 L10.5,13.066 L10.5,6.934 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M22.5 2h-21C.673 2 0 2.673 0 3.5v14c0 .827.673 1.5 1.5 1.5H10v1.077l-5.582.93a.5.5 0 00.164.986L10.54 21h2.919l5.958.993a.497.497 0 00.575-.411.5.5 0 00-.411-.575L14 20.077V19h8.5c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5zM13 20h-2v-1h2v1zm10-2.5a.5.5 0 01-.5.5h-21a.5.5 0 01-.5-.5v-14a.5.5 0 01.5-.5h21a.5.5 0 01.5.5v14zm-13-3a.498.498 0 00.277-.084l6-4a.501.501 0 00.001-.832l-6-4A.5.5 0 009.5 6v8a.5.5 0 00.5.5zm.5-7.566L15.099 10 10.5 13.066V6.934z"/>
|
|
6
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.896 5.01c.09-.012.282-.035.435.085l10.343 6.268.025.023c.117.107.301.273.301.585 0 .312-.184.479-.3.585l-.008.006-.018.017-10.341 6.267C8.149 19 7.954 19 7.839 19H7.822c-.048 0-.143 0-.227-.025a.366.366 0 01-.17-.105.567.567 0 01-.292-.21.72.72 0 01-.132-.424V5.706c0-.142.038-.297.132-.425a.57.57 0 01.469-.234c.06 0 .108-.008.172-.019.035-.006.075-.012.123-.018zm.766 11.738V7.085l7.999 4.784-8 4.88z"/>
|
|
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="M15.4068645,11.9219613 L9.75421935,15.7144774 L9.75421935,8.20273548 L15.4068645,11.9219613 Z M9.55809032,6.84428387 L16.6610581,11.5761548 C16.7622194,11.6742194 16.8768,11.7867355 16.8768,12.0004129 C16.8768,12.2130581 16.7622194,12.3255742 16.6796387,12.4081548 L9.53847742,17.1720258 C9.44247742,17.2731871 9.31963871,17.2731871 9.22983226,17.2731871 C9.17512258,17.2731871 9.03576774,17.2731871 8.97383226,17.1792516 C8.8128,17.1307355 8.7044129,16.9645419 8.7044129,16.7477677 L8.7044129,7.25202581 C8.7044129,6.99396129 8.85925161,6.80609032 9.07189677,6.80609032 C9.1204129,6.80609032 9.16892903,6.7968 9.21331613,6.78854194 C9.32376774,6.76892903 9.46105806,6.74621935 9.55809032,6.84428387 Z M22.9501935,7.2516129 C22.9501935,4.96206452 21.0157419,3.0276129 18.7261935,3.0276129 L5.27277419,3.0276129 C2.98322581,3.0276129 1.04877419,4.96206452 1.04877419,7.2516129 L1.04877419,16.7483871 C1.04877419,19.0369032 2.98322581,20.9723871 5.27277419,20.9723871 L18.7261935,20.9723871 C21.0157419,20.9723871 22.9501935,19.0369032 22.9501935,16.7483871 L22.9501935,7.2516129 Z M18.7261935,1.97883871 C21.6340645,1.97883871 24,4.34374194 24,7.2516129 L24,16.7483871 C24,19.6552258 21.6340645,22.0211613 18.7261935,22.0211613 L5.27277419,22.0211613 C2.36490323,22.0211613 -9.09494702e-13,19.6552258 -9.09494702e-13,16.7483871 L-9.09494702e-13,7.2516129 C-9.09494702e-13,4.34374194 2.36490323,1.97883871 5.27277419,1.97883871 L18.7261935,1.97883871 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M15.407 10.922l-5.653 3.792V7.203l5.653 3.719zM9.558 5.844l7.103 4.732c.101.098.216.21.216.424 0 .213-.115.326-.197.408l-7.142 4.764c-.096.101-.218.101-.308.101-.055 0-.194 0-.256-.094-.161-.048-.27-.214-.27-.431V6.252c0-.258.155-.446.368-.446.048 0 .097-.01.141-.017.11-.02.248-.043.345.055zm13.392.408c0-2.29-1.934-4.224-4.224-4.224H5.273c-2.29 0-4.224 1.934-4.224 4.224v9.496c0 2.289 1.934 4.224 4.224 4.224h13.453c2.29 0 4.224-1.935 4.224-4.224V6.252zM18.726.979A5.279 5.279 0 0124 6.252v9.496a5.28 5.28 0 01-5.274 5.273H5.273A5.279 5.279 0 010 15.748V6.252A5.278 5.278 0 015.273.979h13.453z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M4.0459,4.0459 C3.1589,4.9329 3.1589,6.3779 4.0459,7.2649 C4.9339,8.1519 6.3769,8.1519 7.2649,7.2649 C8.1519,6.3779 8.1519,4.9329 7.2649,4.0459 C6.8209,3.6019 6.2379,3.3799 5.6549,3.3799 C5.0719,3.3799 4.4899,3.6019 4.0459,4.0459 Z M5.6549,8.9299 C4.8169,8.9299 3.9779,8.6099 3.3389,7.9719 C2.0619,6.6939 2.0619,4.6159 3.3389,3.3389 C4.6159,2.0619 6.6939,2.0619 7.9719,3.3389 C9.2489,4.6159 9.2489,6.6939 7.9719,7.9719 C7.3329,8.6099 6.4939,8.9299 5.6549,8.9299 Z M19.9541,19.9541 C20.8421,19.0661 20.8421,17.6231 19.9541,16.7351 C19.5111,16.2921 18.9281,16.0701 18.3451,16.0701 C17.7621,16.0701 17.1791,16.2921 16.7351,16.7351 C15.8481,17.6231 15.8481,19.0661 16.7351,19.9541 C17.6221,20.8411 19.0671,20.8411 19.9541,19.9541 Z M16.0281,16.0281 C17.3061,14.7511 19.3841,14.7511 20.6611,16.0281 C21.9381,17.3061 21.9381,19.3841 20.6611,20.6611 C20.0221,21.3001 19.1831,21.6191 18.3451,21.6191 C17.5061,21.6191 16.6671,21.3001 16.0281,20.6611 C14.7511,19.3841 14.7511,17.3061 16.0281,16.0281 Z M18.3447,23 C20.9117,23 22.9997,20.912 22.9997,18.345 C22.9997,15.777 20.9117,13.689 18.3447,13.689 L5.6557,13.689 C3.0887,13.689 0.9997,15.777 0.9997,18.345 C0.9997,20.912 3.0887,23 5.6557,23 L18.3447,23 Z M18.3447,12.689 C21.4627,12.689 23.9997,15.227 23.9997,18.345 C23.9997,21.463 21.4627,24 18.3447,24 L5.6557,24 C2.5367,24 -0.0003,21.463 -0.0003,18.345 C-0.0003,15.227 2.5367,12.689 5.6557,12.689 L18.3447,12.689 Z M5.6553,1 C3.0883,1 1.0003,3.088 1.0003,5.655 C1.0003,8.222 3.0883,10.311 5.6553,10.311 L18.3443,10.311 C20.9123,10.311 23.0003,8.222 23.0003,5.655 C23.0003,3.088 20.9123,1 18.3443,1 L5.6553,1 Z M5.6553,11.311 C2.5373,11.311 0.0003,8.773 0.0003,5.655 C0.0003,2.537 2.5373,-7.10542736e-15 5.6553,-7.10542736e-15 L18.3443,-7.10542736e-15 C21.4633,-7.10542736e-15 24.0003,2.537 24.0003,5.655 C24.0003,8.773 21.4633,11.311 18.3443,11.311 L5.6553,11.311 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M4.046 4.046a2.28 2.28 0 000 3.219 2.28 2.28 0 003.219 0 2.28 2.28 0 000-3.22 2.27 2.27 0 00-1.61-.665c-.583 0-1.165.222-1.61.666zM5.655 8.93a3.27 3.27 0 01-2.316-.958 3.28 3.28 0 010-4.633 3.28 3.28 0 014.633 0 3.28 3.28 0 010 4.633 3.27 3.27 0 01-2.317.958zm14.3 11.024a2.278 2.278 0 000-3.219 2.269 2.269 0 00-1.61-.665 2.273 2.273 0 00-1.61 3.884 2.28 2.28 0 003.22 0zm-3.927-3.926a3.28 3.28 0 014.633 0 3.28 3.28 0 010 4.633 3.265 3.265 0 01-2.316.958 3.266 3.266 0 01-2.317-.958 3.28 3.28 0 010-4.633zM18.345 23A4.66 4.66 0 0023 18.345a4.66 4.66 0 00-4.655-4.656H5.655A4.661 4.661 0 001 18.345 4.66 4.66 0 005.656 23h12.689zm0-10.311A5.662 5.662 0 0124 18.345 5.662 5.662 0 0118.345 24H5.655A5.662 5.662 0 010 18.345a5.663 5.663 0 015.656-5.656h12.689zM5.655 1A4.66 4.66 0 001 5.655a4.66 4.66 0 004.655 4.656h12.69A4.661 4.661 0 0023 5.655 4.66 4.66 0 0018.344 1H5.655zm0 10.311A5.662 5.662 0 010 5.655 5.662 5.662 0 015.655 0h12.69A5.662 5.662 0 0124 5.655a5.663 5.663 0 01-5.656 5.656H5.655z"/>
|
|
6
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M6.042 1h11.917c.225 0 .412.163.45.377l.008.082v6.875h1.375a3.211 3.211 0 013.203 3.026l.005.182v5.5c0 .713-.546 1.302-1.243 1.369l-.132.006h-3.208v4.125a.458.458 0 01-.376.45L17.96 23H6.042a.458.458 0 01-.45-.376l-.008-.082v-4.125H2.375a1.377 1.377 0 01-1.369-1.243L1 17.042v-5.5a3.212 3.212 0 013.027-3.203l.182-.005h1.375V1.459a.46.46 0 01.376-.452L6.042 1zM17.5 14.751h-11v7.333h11v-7.333zm-9.625 4.583h8.25a.46.46 0 01.082.91l-.082.007h-8.25a.459.459 0 01-.082-.91l.082-.007zM19.792 9.25H4.209a2.295 2.295 0 00-2.287 2.135l-.005.157v5.5c0 .225.162.412.376.45l.082.008h3.209v-3.208c0-.225.162-.412.376-.45l.082-.008h11.917c.225 0 .412.162.45.376l.008.082V17.5h3.208a.46.46 0 00.452-.376l.007-.082v-5.5a2.296 2.296 0 00-2.292-2.292zM7.875 16.584h8.25a.46.46 0 01.082.91l-.082.007h-8.25a.459.459 0 01-.082-.91l.082-.007h8.25-8.25zM17.5 1.917h-11v6.417h11V1.917z" fill-rule="evenodd"/>
|
|
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="M15.5,16 L15,16 L15,15.5 C15,13.57 13.43,12 11.5,12 C9.57,12 8,13.57 8,15.5 L8,16 L7.5,16 C7.224,16 7,16.224 7,16.5 L7,22.5 C7,22.776 7.224,23 7.5,23 L15.5,23 C15.776,23 16,22.776 16,22.5 L16,16.5 C16,16.224 15.776,16 15.5,16 Z M9,15.5 C9,14.122 10.121,13 11.5,13 C12.879,13 14,14.122 14,15.5 L14,16 L9,16 L9,15.5 Z M15,22 L8,22 L8,17 L8.5,17 L14.5,17 L15,17 L15,22 Z M18.5,18 C18.224,18 18,17.776 18,17.5 C18,17.224 18.224,17 18.5,17 C20.981,17 23,14.981 23,12.5 C23,10.019 20.981,8 18.5,8 C18.223,7.973 17.962,7.829 17.927,7.578 C17.474,4.398 14.711,2 11.5,2 C7.916,2 5,4.916 5,8.5 C5,8.78 5.024,9.078 5.076,9.438 C5.097,9.583 5.053,9.73 4.956,9.84 C4.858,9.949 4.7,9.996 4.572,10.009 C4.55,10.009 4.489,10.003 4.467,9.999 C2.57,10 1,11.57 1,13.5 C1,15.43 2.57,17 4.5,17 C4.776,17 5,17.224 5,17.5 C5,17.776 4.776,18 4.5,18 C2.019,18 1.73472348e-18,15.981 1.73472348e-18,13.5 C1.73472348e-18,11.18 1.765,9.265 4.022,9.025 C4.007,8.842 4,8.669 4,8.5 C4,4.364 7.364,1 11.5,1 C15.065,1 18.151,3.561 18.846,7.023 C21.758,7.232 24,9.609 24,12.5 C24,15.533 21.533,18 18.5,18 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M15.5 15H15v-.5c0-1.93-1.57-3.5-3.5-3.5S8 12.57 8 14.5v.5h-.5a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5zM9 14.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5v.5H9v-.5zm6 6.5H8v-5h7v5zm3.5-4a.5.5 0 010-1c2.481 0 4.5-2.019 4.5-4.5S20.981 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-.384.169a.932.932 0 01-.105-.01C2.57 9 1 10.57 1 12.5S2.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.364 0 11.5 0c3.565 0 6.651 2.561 7.346 6.023C21.758 6.232 24 8.609 24 11.5c0 3.033-2.467 5.5-5.5 5.5z"/>
|
|
7
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M11.999 1C18.065 1 23 5.934 23 11.999c0 6.066-4.935 11-11.001 11-6.065 0-10.999-4.934-10.999-11C1 5.934 5.934 1 11.999 1zm0 13.455c-2.747 0-5.096 1.99-5.648 4.628a9.024 9.024 0 0011.296 0c-.552-2.637-2.902-4.628-5.648-4.628zm0-11.524c-5 0-9.068 4.068-9.068 9.068 0 2.063.7 3.961 1.864 5.487 1.129-2.902 3.972-4.962 7.204-4.962 3.231 0 6.075 2.06 7.205 4.962a9.013 9.013 0 001.865-5.487c0-5-4.07-9.068-9.07-9.068zm0 1.248a3.866 3.866 0 013.862 3.862 3.866 3.866 0 01-3.862 3.861 3.866 3.866 0 01-3.861-3.861 3.866 3.866 0 013.861-3.862zm0 1.93a1.932 1.932 0 000 3.862 1.933 1.933 0 001.931-1.93A1.933 1.933 0 0012 6.11z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M12 1c6.066 0 11.001 4.934 11.001 11 0 6.065-4.935 11-11 11C5.935 23 1 18.065 1 12 1 5.933 5.935 1 12 1zm0 12.745c-3.309 0-6.135 2.541-6.515 5.813a9.938 9.938 0 0013.03 0c-.378-3.271-3.206-5.813-6.514-5.813zM12 2.01c-5.507 0-9.99 4.48-9.99 9.99 0 2.577.99 4.923 2.598 6.697.752-3.408 3.83-5.961 7.393-5.961 3.561 0 6.64 2.553 7.391 5.961a9.938 9.938 0 002.6-6.698c0-5.508-4.482-9.99-9.991-9.99zm0 2.315a3.538 3.538 0 013.534 3.535A3.538 3.538 0 0112 11.394 3.538 3.538 0 018.466 7.86 3.538 3.538 0 0112 4.325zm0 1.01A2.527 2.527 0 009.476 7.86 2.527 2.527 0 0012 10.384a2.527 2.527 0 002.525-2.524A2.527 2.527 0 0012 5.335z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M20.485,3.515 C20.284,3.314 19.931,3.313 19.728,3.515 C19.521,3.723 19.521,4.062 19.728,4.271 C21.794,6.335 22.93,9.08 22.93,12 C22.93,18.028 18.027,22.931 12,22.931 C5.972,22.931 1.068,18.028 1.068,12 C1.068,6.133 5.625,1.362 11.465,1.082 L11.465,3.303 C6.863,3.583 3.276,7.381 3.276,12 C3.276,16.811 7.189,20.725 12,20.725 C16.81,20.725 20.724,16.811 20.724,12 C20.724,9.67 19.817,7.48 18.17,5.831 C18.068,5.73 17.933,5.675 17.791,5.675 L17.79,5.675 C17.647,5.675 17.513,5.731 17.414,5.831 C17.312,5.932 17.256,6.066 17.256,6.209 C17.256,6.352 17.312,6.486 17.413,6.587 C18.859,8.033 19.655,9.955 19.655,12 C19.655,16.221 16.22,19.656 12,19.656 C7.778,19.656 4.344,16.221 4.344,12 C4.344,7.976 7.462,4.652 11.465,4.374 L11.465,6.583 C8.7,6.854 6.551,9.212 6.551,12 C6.551,15.004 8.995,17.449 12,17.449 C15.004,17.449 17.448,15.004 17.448,12 C17.448,10.545 16.881,9.177 15.852,8.148 C15.651,7.947 15.298,7.946 15.095,8.148 C14.888,8.356 14.888,8.695 15.096,8.904 C15.923,9.73 16.379,10.83 16.379,12 C16.379,14.414 14.414,16.379 12,16.379 C9.585,16.379 7.62,14.414 7.62,12 C7.62,9.804 9.298,7.922 11.465,7.656 L11.465,10.763 C10.972,10.975 10.646,11.462 10.646,12 C10.646,12.746 11.254,13.354 12,13.354 C12.746,13.354 13.353,12.746 13.353,12 C13.353,11.462 13.027,10.975 12.534,10.763 L12.534,0.535 C12.534,0.24 12.295,1.0658141e-14 12,1.0658141e-14 C5.383,1.0658141e-14 9.09494702e-13,5.384 9.09494702e-13,12 C9.09494702e-13,18.618 5.383,24 12,24 C18.617,24 24,18.618 24,12 C24,8.795 22.752,5.781 20.485,3.515"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M20.485 3.515a.55.55 0 00-.757 0 .538.538 0 000 .756A10.852 10.852 0 0122.93 12c0 6.028-4.903 10.931-10.93 10.931-6.028 0-10.932-4.903-10.932-10.931A10.89 10.89 0 0111.465 1.082v2.221A8.706 8.706 0 003.276 12c0 4.811 3.913 8.725 8.724 8.725 4.81 0 8.724-3.914 8.724-8.725 0-2.33-.907-4.52-2.554-6.169a.536.536 0 00-.379-.156h-.001a.526.526 0 00-.376.156.531.531 0 00-.001.756A7.604 7.604 0 0119.655 12c0 4.221-3.435 7.656-7.655 7.656-4.222 0-7.656-3.435-7.656-7.656a7.647 7.647 0 017.121-7.626v2.209C8.7 6.854 6.551 9.212 6.551 12A5.455 5.455 0 0012 17.449 5.455 5.455 0 0017.448 12a5.412 5.412 0 00-1.596-3.852.55.55 0 00-.757 0 .537.537 0 00.001.756A4.348 4.348 0 0116.379 12 4.385 4.385 0 0112 16.379 4.385 4.385 0 017.62 12c0-2.196 1.678-4.078 3.845-4.344v3.107A1.352 1.352 0 0010.646 12c0 .746.608 1.354 1.354 1.354.746 0 1.353-.608 1.353-1.354 0-.538-.326-1.025-.819-1.237V.535A.535.535 0 0012 0C5.383 0 0 5.384 0 12c0 6.618 5.383 12 12 12s12-5.382 12-12c0-3.205-1.248-6.219-3.515-8.485"/>
|
|
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="M16.2031,14.6725 C16.4791,14.6725 16.7031,14.8965 16.7031,15.1725 C16.7031,15.4485 16.4791,15.6725 16.2031,15.6725 L10.0171,15.6725 C9.7411,15.6725 9.5171,15.4485 9.5171,15.1725 C9.5171,14.8965 9.7411,14.6725 10.0171,14.6725 L16.2031,14.6725 Z M16.2031,11.4997 C16.4791,11.4997 16.7031,11.7237 16.7031,11.9997 C16.7031,12.2757 16.4791,12.4997 16.2031,12.4997 L10.0171,12.4997 C9.7411,12.4997 9.5171,12.2757 9.5171,11.9997 C9.5171,11.7237 9.7411,11.4997 10.0171,11.4997 L16.2031,11.4997 Z M16.2031,17.8444 C16.4791,17.8444 16.7031,18.0684 16.7031,18.3444 C16.7031,18.6204 16.4791,18.8444 16.2031,18.8444 L10.0171,18.8444 C9.7411,18.8444 9.5171,18.6204 9.5171,18.3444 C9.5171,18.0684 9.7411,17.8444 10.0171,17.8444 L16.2031,17.8444 Z M10.517,8.3272 L19.827,8.3272 L19.827,5.3622 L10.517,5.3622 L10.517,8.3272 Z M20.327,4.3622 C20.604,4.3622 20.827,4.5852 20.827,4.8622 L20.827,8.8272 C20.827,9.1032 20.604,9.3272 20.327,9.3272 L10.017,9.3272 C9.741,9.3272 9.517,9.1032 9.517,8.8272 L9.517,4.8622 C9.517,4.5852 9.741,4.3622 10.017,4.3622 L20.327,4.3622 Z M20.3271,11.4997 C20.6031,11.4997 20.8271,11.7237 20.8271,11.9997 C20.8271,12.2757 20.6031,12.4997 20.3271,12.4997 L17.8691,12.4997 C17.5931,12.4997 17.3691,12.2757 17.3691,11.9997 C17.3691,11.7237 17.5931,11.4997 17.8691,11.4997 L20.3271,11.4997 Z M20.3271,14.6725 C20.6031,14.6725 20.8271,14.8965 20.8271,15.1725 C20.8271,15.4485 20.6031,15.6725 20.3271,15.6725 L17.8691,15.6725 C17.5931,15.6725 17.3691,15.4485 17.3691,15.1725 C17.3691,14.8965 17.5931,14.6725 17.8691,14.6725 L20.3271,14.6725 Z M20.3271,17.8444 C20.6031,17.8444 20.8271,18.0684 20.8271,18.3444 C20.8271,18.6204 20.6031,18.8444 20.3271,18.8444 L17.8691,18.8444 C17.5931,18.8444 17.3691,18.6204 17.3691,18.3444 C17.3691,18.0684 17.5931,17.8444 17.8691,17.8444 L20.3271,17.8444 Z M23,19.2965 L23,3.6715 C23,2.8405 22.349,2.1895 21.518,2.1895 L8.828,2.1895 C7.996,2.1895 7.345,2.8405 7.345,3.6715 L7.345,19.1375 C7.345,20.2005 6.915,21.1455 6.215,21.8105 L20.486,21.8105 C21.872,21.8105 23,20.6825 23,19.2965 Z M3.672,21.8105 C5.345,21.8105 6.345,20.4505 6.345,19.1375 L6.345,12.4995 L1,12.4995 L1,19.2165 C1,20.6705 2.174,21.8105 3.672,21.8105 Z M21.518,1.1895 C22.909,1.1895 24,2.2795 24,3.6715 L24,19.2965 C24,21.2335 22.424,22.8105 20.486,22.8105 L3.672,22.8105 C1.613,22.8105 0,21.2325 0,19.2165 L0,11.9995 C0,11.7235 0.224,11.4995 0.5,11.4995 L6.345,11.4995 L6.345,3.6715 C6.345,2.2795 7.436,1.1895 8.828,1.1895 L21.518,1.1895 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M16.203 13.672a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm0-3.172a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm0 6.344a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm-5.686-9.517h9.31V4.362h-9.31v2.965zm9.81-3.965c.277 0 .5.223.5.5v3.965a.5.5 0 01-.5.5h-10.31a.5.5 0 01-.5-.5V3.862a.5.5 0 01.5-.5h10.31zm0 7.138a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zm0 3.172a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zm0 3.172a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zM23 18.297V2.67c0-.83-.651-1.482-1.482-1.482H8.828c-.832 0-1.483.651-1.483 1.482v15.466c0 1.064-.43 2.008-1.13 2.674h14.271A2.517 2.517 0 0023 18.297zM3.672 20.81c1.673 0 2.673-1.36 2.673-2.674V11.5H1v6.717c0 1.454 1.174 2.595 2.672 2.595zM21.518.189A2.456 2.456 0 0124 2.671v15.626a3.518 3.518 0 01-3.514 3.514H3.672C1.613 21.81 0 20.233 0 18.216V11a.5.5 0 01.5-.5h5.845V2.671A2.456 2.456 0 018.828.19h12.69z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 10">
|
|
2
|
-
|
|
3
|
-
transform="translate(0 -7)"
|
|
4
|
-
d="M19,17 L5,17 C4.724,17 4.5,16.776 4.5,16.5 C4.5,16.224 4.724,16 5,16 L19,16 C19.276,16 19.5,16.224 19.5,16.5 C19.5,16.776 19.276,17 19,17 Z M5,17 C2.243,17 0,14.757 0,12 C0,9.243 2.243,7 5,7 C7.757,7 10,9.243 10,12 C10,14.757 7.757,17 5,17 Z M5,8 C2.794,8 1,9.794 1,12 C1,14.206 2.794,16 5,16 C7.206,16 9,14.206 9,12 C9,9.794 7.206,8 5,8 Z M19,17 C16.243,17 14,14.757 14,12 C14,9.243 16.243,7 19,7 C21.757,7 24,9.243 24,12 C24,14.757 21.757,17 19,17 Z M19,8 C16.794,8 15,9.794 15,12 C15,14.206 16.794,16 19,16 C21.206,16 23,14.206 23,12 C23,9.794 21.206,8 19,8 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path d="M19 10H5a.5.5 0 010-1h14a.5.5 0 010 1zM5 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9C2.794 1 1 2.794 1 5s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm14 9c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M23.4805,11.4805 C23.7665,11.4805 24.0005,11.7135 24.0005,12.0005 C24.0005,18.6165 18.6165,24.0005 12.0005,24.0005 C7.4755,24.0005 3.6935,21.4465 1.0395,16.6075 L1.0395,19.5215 C1.0395,19.8085 0.8065,20.0415 0.5195,20.0415 C0.2325,20.0415 0.0005,19.8085 0.0005,19.5215 L0.0005,15.5625 C0.0005,15.2765 0.2325,15.0435 0.5195,15.0435 L4.4785,15.0435 C4.7645,15.0435 4.9975,15.2765 4.9975,15.5625 C4.9975,15.8495 4.7645,16.0825 4.4785,16.0825 L1.9325,16.0825 C3.6735,19.2645 6.8145,22.9605 12.0005,22.9605 C18.0435,22.9605 22.9605,18.0435 22.9605,12.0005 C22.9605,11.7135 23.1945,11.4805 23.4805,11.4805 Z M23.4805,3.959 C23.7665,3.959 24.0005,4.192 24.0005,4.478 L24.0005,8.437 C24.0005,8.724 23.7665,8.957 23.4805,8.957 L19.5215,8.957 C19.2355,8.957 19.0015,8.724 19.0015,8.437 C19.0015,8.15 19.2355,7.917 19.5215,7.917 L22.0685,7.917 C20.3265,4.736 17.1855,1.039 12.0005,1.039 C5.9565,1.039 1.0395,5.956 1.0395,12 C1.0395,12.287 0.8065,12.52 0.5195,12.52 C0.2325,12.52 0.0005,12.287 0.0005,12 C0.0005,5.383 5.3835,-8.8817842e-15 12.0005,-8.8817842e-15 C16.5265,-8.8817842e-15 20.3065,2.554 22.9605,7.392 L22.9605,4.478 C22.9605,4.192 23.1945,3.959 23.4805,3.959 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.48 11.48A.52.52 0 0124 12c0 6.616-5.384 12-12 12-4.524 0-8.306-2.553-10.96-7.392v2.913a.52.52 0 01-1.04 0v-3.959a.52.52 0 01.52-.518h3.959a.52.52 0 010 1.038H1.933C3.673 19.265 6.814 22.96 12 22.96c6.043 0 10.96-4.916 10.96-10.96a.52.52 0 01.52-.52zm0-7.521a.52.52 0 01.52.519v3.959a.52.52 0 01-.52.52h-3.959a.52.52 0 010-1.04h2.547C20.326 4.736 17.186 1.039 12 1.039 5.958 1.039 1.04 5.956 1.04 12A.52.52 0 010 12C0 5.383 5.383 0 12 0c4.526 0 8.306 2.554 10.96 7.392V4.478a.52.52 0 01.52-.519z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 14 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-5)"
|
|
5
|
-
d="M12.3901128,13.2329185 L12.8656571,13.7094618 C13.0614695,13.9042751 13.0614695,14.2199725 12.8656571,14.4157849 C12.7677509,14.512692 12.6398735,14.5616451 12.5129951,14.5616451 C12.3851176,14.5616451 12.2572402,14.512692 12.159334,14.4157849 L12.0364518,14.2929026 L11.9135695,14.4157849 C11.7187562,14.6105982 11.4030588,14.6105982 11.2072464,14.4157849 C11.0124331,14.2199725 11.0124331,13.9042751 11.2072464,13.7094618 L11.6837897,13.2329185 C11.7776997,13.1390085 11.9045781,13.0870582 12.0364518,13.0870582 C12.1693244,13.0870582 12.2962028,13.1390085 12.3901128,13.2329185 Z M9.54463975,16.811489 L9.69349709,16.9603463 C9.8883104,17.1561587 9.8883104,17.4718561 9.69349709,17.6666694 C9.59559092,17.7645756 9.46771347,17.8135287 9.33983602,17.8135287 C9.21195857,17.8135287 9.08508016,17.7645756 8.98717399,17.6666694 L8.51063067,17.1911252 C8.3258078,17.0063023 8.31481833,16.7105857 8.48465557,16.5127753 L8.96119888,15.9583066 C9.14102655,15.7485077 9.456724,15.7255297 9.6655239,15.9033593 C9.87532284,16.0831869 9.89830082,16.3988844 9.7194722,16.6076843 L9.54463975,16.811489 Z M12.159334,19.1813179 C12.3541473,18.9865046 12.6708438,18.9865046 12.8656571,19.1813179 C13.0614695,19.3761312 13.0614695,19.6928277 12.8656571,19.887641 L12.3901128,20.3641843 C12.2962028,20.4570953 12.1693244,20.5100445 12.0364518,20.5100445 C11.9045781,20.5100445 11.7776997,20.4570953 11.6837897,20.3641843 L11.2072464,19.887641 C11.0124331,19.6928277 11.0124331,19.3761312 11.2072464,19.1813179 C11.4030588,18.9865046 11.7187562,18.9865046 11.9135695,19.1813179 L12.0364518,19.3042001 L12.159334,19.1813179 Z M15.0077043,15.9295342 L15.563172,16.4850019 C15.6610782,16.582908 15.7140274,16.7177788 15.7090322,16.8576448 C15.703038,16.9955126 15.6410973,17.1263872 15.5341998,17.2173001 L14.9797311,17.6938434 C14.8858211,17.7737668 14.7699322,17.8137285 14.6540432,17.8137285 C14.5141773,17.8137285 14.3743113,17.753786 14.2754061,17.6388961 C14.0955784,17.4300962 14.1195555,17.1143987 14.3293544,16.934571 L14.4752146,16.8096907 L14.3013812,16.6358573 C14.1065679,16.441044 14.1065679,16.1243475 14.3013812,15.9295342 C14.4961945,15.7347209 14.812891,15.7347209 15.0077043,15.9295342 Z M9.52615746,4.01615119 C9.77392002,3.76838863 10.1755351,3.76838863 10.4232977,4.01615119 C10.6710603,4.26391375 10.6710603,4.66552887 10.4232977,4.91329143 C10.1755351,5.16105399 9.77392002,5.16105399 9.52615746,4.91329143 C9.2783949,4.66552887 9.2783949,4.26391375 9.52615746,4.01615119 Z M12.4857212,4.91379095 C12.2379587,5.16155351 11.8363435,5.16155351 11.588581,4.91379095 C11.3408184,4.66602839 11.3408184,4.26441327 11.588581,4.01665071 C11.8363435,3.76888815 12.2379587,3.76888815 12.4857212,4.01665071 C12.7334838,4.26441327 12.7334838,4.66602839 12.4857212,4.91379095 Z M14.5481447,4.91379095 C14.3003822,5.16155351 13.898767,5.16155351 13.6510045,4.91379095 C13.4032419,4.66602839 13.4032419,4.26441327 13.6510045,4.01665071 C13.898767,3.76888815 14.3003822,3.76888815 14.5481447,4.01665071 C14.7959073,4.26441327 14.7959073,4.66602839 14.5481447,4.91379095 Z M9.52615746,7.2679349 C9.77392002,7.02017233 10.1755351,7.02017233 10.4232977,7.2679349 C10.6710603,7.51569746 10.6710603,7.91731258 10.4232977,8.16507514 C10.1755351,8.4128377 9.77392002,8.4128377 9.52615746,8.16507514 C9.2783949,7.91731258 9.2783949,7.51569746 9.52615746,7.2679349 Z M12.4857212,8.16547475 C12.2379587,8.41323731 11.8363435,8.41323731 11.588581,8.16547475 C11.3408184,7.91771219 11.3408184,7.51609707 11.588581,7.26833451 C11.8363435,7.02057195 12.2379587,7.02057195 12.4857212,7.26833451 C12.7334838,7.51609707 12.7334838,7.91771219 12.4857212,8.16547475 Z M14.5481447,8.16547475 C14.3003822,8.41323731 13.898767,8.41323731 13.6510045,8.16547475 C13.4032419,7.91771219 13.4032419,7.51609707 13.6510045,7.26833451 C13.898767,7.02057195 14.3003822,7.02057195 14.5481447,7.26833451 C14.7959073,7.51609707 14.7959073,7.91771219 14.5481447,8.16547475 Z M9.52615746,10.4406943 C9.77392002,10.1929318 10.1755351,10.1929318 10.4232977,10.4406943 C10.6710603,10.6884569 10.6710603,11.090072 10.4232977,11.3378346 C10.1755351,11.5855971 9.77392002,11.5855971 9.52615746,11.3378346 C9.2783949,11.090072 9.2783949,10.6884569 9.52615746,10.4406943 Z M12.4857212,11.3377347 C12.2379587,11.5854972 11.8363435,11.5854972 11.588581,11.3377347 C11.3408184,11.0899721 11.3408184,10.688357 11.588581,10.4405944 C11.8363435,10.1928319 12.2379587,10.1928319 12.4857212,10.4405944 C12.7334838,10.688357 12.7334838,11.0899721 12.4857212,11.3377347 Z M14.5481447,10.4406943 C14.7959073,10.6884569 14.7959073,11.090072 14.5481447,11.3378346 C14.3003822,11.5855971 13.898767,11.5855971 13.6510045,11.3378346 C13.4032419,11.090072 13.4032419,10.6884569 13.6510045,10.4406943 C13.898767,10.1929318 14.3003822,10.1929318 14.5481447,10.4406943 Z M12.4857212,17.2866336 C12.2379587,17.5343962 11.8363435,17.5343962 11.588581,17.2866336 C11.3408184,17.0388711 11.3408184,16.637256 11.588581,16.3894934 C11.8363435,16.1417308 12.2379587,16.1417308 12.4857212,16.3894934 C12.7334838,16.637256 12.7334838,17.0388711 12.4857212,17.2866336 Z M16.7814045,22.5004371 C16.9772169,22.2916372 17.2039995,21.9299838 17.1700321,21.3905008 L17.169033,2.56154519 C17.169033,1.68538484 16.4826908,0.999042584 15.6065304,0.999042584 L8.38844777,0.999042584 C7.51228742,0.999042584 6.82594516,1.68538484 6.82594516,2.56154519 L6.82594516,21.4384548 C6.82594516,22.3136161 7.51228742,23.0009574 8.38844777,23.0009574 L15.6065304,23.0009574 C16.0541015,23.0009574 16.4826908,22.8181326 16.7814045,22.5004371 Z M15.6065304,0 C17.0431537,0 18.1680756,1.12492195 18.1680756,2.56154519 L18.1680756,21.3585314 C18.2110345,22.0258919 17.9772585,22.686259 17.5097066,23.1847813 C17.0231728,23.7022853 16.3298373,24 15.6065304,24 L8.38844777,24 C6.95282357,24 5.82690258,22.8750781 5.82690258,21.4384548 L5.82690258,2.56154519 C5.82690258,1.12492195 6.95282357,0 8.38844777,0 L15.6065304,0 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M7.39 13.233l.476.476a.498.498 0 01-.353.853.502.502 0 01-.354-.146l-.123-.123-.122.123a.5.5 0 01-.707-.707l.477-.476a.498.498 0 01.706 0zM4.545 16.81l.148.15a.5.5 0 01-.706.706l-.476-.476a.5.5 0 01-.026-.678l.476-.555a.5.5 0 01.758.65l-.174.203zm2.614 2.37a.5.5 0 01.707.707l-.476.476a.503.503 0 01-.706 0l-.477-.476a.5.5 0 01.707-.707l.122.123.123-.123zm2.849-3.251l.555.555a.501.501 0 01-.029.732l-.554.477a.501.501 0 01-.705-.055.499.499 0 01.054-.704l.146-.125-.174-.174a.5.5 0 01.707-.706zM4.526 4.016a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.898a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062 0a.634.634 0 11-.897-.897.634.634 0 01.897.897zM4.526 7.268a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.897a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062 0a.634.634 0 11-.897-.897.634.634 0 01.897.897zm-5.022 2.276a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.897a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062-.897a.634.634 0 11-.897.897.634.634 0 01.897-.897zm-2.062 6.846a.634.634 0 11-.897-.897.634.634 0 01.897.897zM11.78 22.5c.196-.208.423-.57.389-1.11l-.001-18.828c0-.877-.686-1.563-1.562-1.563H3.388c-.876 0-1.562.686-1.562 1.563v18.876c0 .876.686 1.563 1.562 1.563h7.219c.447 0 .876-.183 1.174-.5zM10.607 0a2.534 2.534 0 012.561 2.562v18.797a2.438 2.438 0 01-.658 1.826 2.618 2.618 0 01-1.903.815H3.388a2.535 2.535 0 01-2.561-2.562V2.562A2.535 2.535 0 013.388 0h7.219z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0
|
|
2
|
-
<path d="
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path fillRule="evenodd" d="M1.58422 5.94483C4.91271 0.249648 12.2214 -1.69289 17.9412 1.60943C23.6797 4.92259 25.6459 12.2604 22.3327 17.999C19.0196 23.7376 11.6817 25.7037 5.94316 22.3906L6.42308 21.5593C11.7025 24.6074 18.4534 22.7985 21.5015 17.5191C24.5496 12.2396 22.7407 5.48878 17.4612 2.44068C12.1818 -0.607427 5.43094 1.20145 2.38283 6.48092V6.58046L5.04159 5.86805L5.29001 6.79518L1.11791 7.91309L0 3.74099L0.927134 3.49257L1.58422 5.94483Z" />
|
|
3
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="M17,14.121 L17,7.621 C17,7.345 17.224,7.121 17.5,7.121 C17.776,7.121 18,7.345 18,7.621 L18,14.121 L21.5,14.121 C22.878,14.121 24,15.243 24,16.621 L24,18.621 C24,20 22.878,21.121 21.5,21.121 L2.5,21.121 C1.122,21.121 0,19.999 0,18.621 L0,16.621 C0,15.243 1.122,14.121 2.5,14.121 L17,14.121 Z M2.5,15.121 C1.673,15.121 1,15.794 1,16.621 L1,18.621 C1,19.448 1.673,20.121 2.5,20.121 L21.5,20.121 C22.327,20.121 23,19.448 23,18.621 L23,16.621 C23,15.794 22.327,15.121 21.5,15.121 L2.5,15.121 Z M3.5,18.621 C2.94771525,18.621 2.5,18.1732847 2.5,17.621 C2.5,17.0687153 2.94771525,16.621 3.5,16.621 C4.05228475,16.621 4.5,17.0687153 4.5,17.621 C4.5,18.1732847 4.05228475,18.621 3.5,18.621 Z M6.5,18.621 C5.94771525,18.621 5.5,18.1732847 5.5,17.621 C5.5,17.0687153 5.94771525,16.621 6.5,16.621 C7.05228475,16.621 7.5,17.0687153 7.5,17.621 C7.5,18.1732847 7.05228475,18.621 6.5,18.621 Z M9.5,18.621 C8.94771525,18.621 8.5,18.1732847 8.5,17.621 C8.5,17.0687153 8.94771525,16.621 9.5,16.621 C10.0522847,16.621 10.5,17.0687153 10.5,17.621 C10.5,18.1732847 10.0522847,18.621 9.5,18.621 Z M12.5,18.621 C11.9477153,18.621 11.5,18.1732847 11.5,17.621 C11.5,17.0687153 11.9477153,16.621 12.5,16.621 C13.0522847,16.621 13.5,17.0687153 13.5,17.621 C13.5,18.1732847 13.0522847,18.621 12.5,18.621 Z M20.5,18.121 L15.5,18.121 C15.224,18.121 15,17.897 15,17.621 C15,17.345 15.224,17.121 15.5,17.121 L20.5,17.121 C20.776,17.121 21,17.345 21,17.621 C21,17.897 20.776,18.121 20.5,18.121 Z M16.086,9.535 C15.958,9.535 15.83,9.486 15.732,9.389 C15.26,8.917 15,8.289 15,7.621 C15,6.953 15.26,6.325 15.732,5.853 C15.927,5.658 16.244,5.658 16.439,5.853 C16.634,6.048 16.634,6.365 16.439,6.56 C16.156,6.844 16,7.22 16,7.621 C16,8.022 16.156,8.398 16.439,8.682 C16.634,8.877 16.634,9.194 16.439,9.389 C16.342,9.487 16.214,9.535 16.086,9.535 Z M18.914,9.535 C18.786,9.535 18.658,9.486 18.56,9.389 C18.365,9.194 18.365,8.877 18.56,8.682 C18.844,8.399 19,8.022 19,7.621 C19,7.22 18.844,6.844 18.561,6.56 C18.366,6.365 18.366,6.048 18.561,5.853 C18.756,5.658 19.073,5.658 19.268,5.853 C19.74,6.325 20,6.953 20,7.621 C20,8.289 19.74,8.917 19.268,9.389 C19.17,9.487 19.042,9.535 18.914,9.535 Z M14.671,10.95 C14.543,10.95 14.415,10.901 14.317,10.804 C12.563,9.049 12.563,6.195 14.317,4.44 C14.512,4.245 14.829,4.245 15.024,4.44 C15.219,4.635 15.219,4.952 15.024,5.147 C13.66,6.512 13.66,8.732 15.024,10.097 C15.219,10.292 15.219,10.609 15.024,10.804 C14.927,10.901 14.799,10.95 14.671,10.95 Z M20.329,10.95 C20.201,10.95 20.073,10.901 19.975,10.804 C19.78,10.609 19.78,10.292 19.975,10.097 C21.339,8.732 21.339,6.512 19.975,5.147 C19.78,4.952 19.78,4.635 19.975,4.44 C20.17,4.245 20.487,4.245 20.682,4.44 C22.436,6.195 22.436,9.049 20.682,10.804 C20.584,10.901 20.457,10.95 20.329,10.95 Z M13.257,12.364 C13.129,12.364 13.001,12.315 12.903,12.218 C10.369,9.684 10.369,5.56 12.903,3.026 C13.098,2.831 13.415,2.831 13.61,3.026 C13.805,3.221 13.805,3.538 13.61,3.733 C11.465,5.878 11.465,9.367 13.61,11.511 C13.805,11.706 13.805,12.023 13.61,12.218 C13.513,12.315 13.385,12.364 13.257,12.364 Z M21.743,12.364 C21.615,12.364 21.487,12.315 21.389,12.218 C21.194,12.023 21.194,11.706 21.389,11.511 C23.534,9.366 23.534,5.877 21.389,3.733 C21.194,3.538 21.194,3.221 21.389,3.026 C21.584,2.831 21.901,2.831 22.096,3.026 C24.63,5.56 24.63,9.684 22.096,12.218 C21.999,12.315 21.871,12.364 21.743,12.364 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M17 12.121v-6.5a.5.5 0 011 0v6.5h3.5c1.378 0 2.5 1.122 2.5 2.5v2c0 1.379-1.122 2.5-2.5 2.5h-19a2.503 2.503 0 01-2.5-2.5v-2c0-1.378 1.122-2.5 2.5-2.5H17zm-14.5 1c-.827 0-1.5.673-1.5 1.5v2c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-2c0-.827-.673-1.5-1.5-1.5h-19zm1 3.5a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm8-.5h-5a.5.5 0 010-1h5a.5.5 0 010 1zm-4.414-8.586a.502.502 0 01-.354-.146A2.484 2.484 0 0115 5.621c0-.668.26-1.296.732-1.768a.5.5 0 01.707.707c-.283.284-.439.66-.439 1.061 0 .401.156.777.439 1.061a.5.5 0 01-.353.853zm2.828 0a.5.5 0 01-.354-.853c.284-.283.44-.66.44-1.061 0-.401-.156-.777-.439-1.061a.5.5 0 01.707-.707c.472.472.732 1.1.732 1.768 0 .668-.26 1.296-.732 1.768a.498.498 0 01-.354.146zM14.671 8.95a.502.502 0 01-.354-.146 4.506 4.506 0 010-6.364.5.5 0 01.707.707 3.505 3.505 0 000 4.95.5.5 0 01-.353.853zm5.658 0a.5.5 0 01-.354-.853 3.505 3.505 0 000-4.95.5.5 0 01.707-.707 4.506 4.506 0 010 6.364.5.5 0 01-.353.146zm-7.072 1.414a.502.502 0 01-.354-.146 6.508 6.508 0 010-9.192.5.5 0 01.707.707 5.505 5.505 0 000 7.778.5.5 0 01-.353.853zm8.486 0a.5.5 0 01-.354-.853 5.505 5.505 0 000-7.778.5.5 0 01.707-.707 6.508 6.508 0 010 9.192.498.498 0 01-.353.146z"/>
|
|
7
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M10.022 1l.253.003c4.994.13 8.935 4.278 8.806 9.267a8.985 8.985 0 01-1.728 5.087l-.189.249 5.604 5.897c.3.316.306.802.034 1.133l-.074.08-.03.028a.945.945 0 01-1.173.098l-.092-.072-6.081-5.418a9.01 9.01 0 01-5.543 1.719c-4.993-.13-8.935-4.278-8.806-9.267C1.13 4.898 5.144 1.008 10.023 1zm.02 1.81a7.214 7.214 0 100 14.43 7.214 7.214 0 000-14.43z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M10.5 2c4.687 0 8.5 3.813 8.5 8.5 0 2.175-.82 4.161-2.17 5.666l6.036 6.029a.477.477 0 010 .67.468.468 0 01-.666 0l-6.037-6.031A8.466 8.466 0 0110.5 19C5.813 19 2 15.187 2 10.5 2 5.813 5.813 2 10.5 2zm0 1C6.364 3 3 6.364 3 10.5S6.364 18 10.5 18c4.137 0 7.5-3.364 7.5-7.5S14.637 3 10.5 3z" fill-rule="evenodd"/>
|
|
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="M9.1881686,13.4342021 C9.38023,13.6164272 9.5,13.8741046 9.5,14.1597559 C9.5,14.7120406 9.05228475,15.1597559 8.5,15.1597559 C7.94771525,15.1597559 7.5,14.7120406 7.5,14.1597559 C7.5,13.6074711 7.94771525,13.1597559 8.5,13.1597559 C8.54669717,13.1597559 8.59264676,13.1629567 8.63764134,13.1691508 L7.87925778,12.8040272 C7.3464554,13.0449741 7,13.5687842 7,14.1597559 C7,14.9867559 7.673,15.6597559 8.5,15.6597559 C9.327,15.6597559 10,14.9867559 10,14.1597559 C10,14.0425187 9.98429194,13.9230375 9.95317647,13.802515 L9.1881686,13.4342021 Z M19.0126216,10.8254045 L21.016,11.6267559 L22.342,11.1847559 C22.469,11.1427559 22.606,11.1527559 22.724,11.2117559 L23.724,11.7117559 C23.964,11.8317559 24.067,12.1207559 23.955,12.3657559 L21.455,17.8657559 C21.399,17.9897559 21.295,18.0847559 21.167,18.1297559 C21.112,18.1497559 21.057,18.1597559 21,18.1597559 C20.923,18.1597559 20.847,18.1417559 20.776,18.1067559 L19.776,17.6067559 C19.658,17.5467559 19.567,17.4427559 19.525,17.3177559 L19.084,15.9927559 L17.1603995,14.8382669 L16.88,15.4457559 C16.71,15.8137559 16.406,16.0917559 16.026,16.2287559 C15.859,16.2887559 15.688,16.3177559 15.517,16.3177559 C15.295,16.3177559 15.075,16.2677559 14.868,16.1687559 L10.9958575,14.3045136 C10.930314,15.4467823 10.094161,16.3865848 9,16.6095377 L9,20.1597559 C9,20.4357559 8.776,20.6597559 8.5,20.6597559 L0.5,20.6597559 C0.224,20.6597559 0,20.4357559 0,20.1597559 C0,19.8837559 0.224,19.6597559 0.5,19.6597559 L8,19.6597559 L8,16.6095377 C6.85994766,16.3772337 6,15.3666868 6,14.1597559 C6,13.4308554 6.31423865,12.7631065 6.83535832,12.301442 L3.17,10.5367559 C2.437,10.1837559 2.117,9.2957559 2.458,8.5567559 L4.62,3.8727559 C4.79,3.5047559 5.094,3.2267559 5.475,3.0897559 C5.856,2.9517559 6.266,2.9737559 6.633,3.1497559 L18.33,8.7817559 C19.063,9.1347559 19.383,10.0227559 19.042,10.7617559 L19.0126216,10.8254045 Z M18.5928302,11.734888 L17.5816777,13.9255625 L19.757,15.2307559 C19.86,15.2927559 19.937,15.3877559 19.975,15.5017559 L20.41,16.8057559 L20.761,16.9807559 L22.847,12.3917559 L22.463,12.1997559 L21.159,12.6337559 C21.046,12.6717559 20.926,12.6667559 20.815,12.6237559 L18.5928302,11.734888 Z M10.6018957,13.0056611 L15.3,15.2677559 C15.423,15.3267559 15.56,15.3337559 15.686,15.2877559 C15.814,15.2427559 15.915,15.1497559 15.971,15.0267559 L18.133,10.3427559 C18.246,10.0967559 18.14,9.8007559 17.896,9.6827559 L6.199,4.0507559 C6.131,4.0177559 6.057,4.0007559 5.982,4.0007559 C5.925,4.0007559 5.868,4.0107559 5.813,4.0307559 C5.686,4.0767559 5.585,4.1687559 5.528,4.2917559 L3.366,8.9757559 C3.253,9.2217559 3.359,9.5177559 3.603,9.6357559 L8.11407514,11.8077979 C8.11778882,11.8095302 8.12147846,11.8113068 8.12514539,11.8131281 L10.5576814,12.9843723 C10.5727583,12.9907404 10.587515,12.9978453 10.6018957,13.0056611 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M9.188 10.434a1 1 0 11-.55-.265l-.759-.365c-.533.241-.879.765-.879 1.356 0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5c0-.117-.016-.237-.047-.357l-.765-.369zm9.825-2.609l2.003.802 1.326-.442a.501.501 0 01.382.027l1 .5a.5.5 0 01.231.654l-2.5 5.5a.496.496 0 01-.455.294.505.505 0 01-.224-.053l-1-.5a.507.507 0 01-.251-.29l-.441-1.324-1.924-1.155-.28.608a1.492 1.492 0 01-1.363.872c-.222 0-.442-.05-.649-.15l-3.872-1.863A2.505 2.505 0 019 13.61v3.55a.5.5 0 01-.5.5h-8a.5.5 0 010-1H8v-3.05a2.504 2.504 0 01-2-2.45c0-.73.314-1.397.835-1.859L3.17 7.537a1.507 1.507 0 01-.712-1.98L4.62.873A1.49 1.49 0 015.475.09a1.485 1.485 0 011.158.06L18.33 5.782a1.507 1.507 0 01.712 1.98l-.03.063zm-.42.91l-1.011 2.19 2.175 1.306a.5.5 0 01.218.27l.435 1.305.351.175 2.086-4.59-.384-.191-1.304.434a.502.502 0 01-.344-.01l-2.222-.89zm-7.991 1.27l4.698 2.263c.123.059.26.066.386.02a.489.489 0 00.285-.261l2.162-4.684a.503.503 0 00-.237-.66L6.199 1.05a.496.496 0 00-.671.24L3.366 5.977a.503.503 0 00.237.66l4.511 2.172a.5.5 0 01.011.005l2.433 1.171a.5.5 0 01.044.022z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M23.5,17 L23,17 L23,16.5 C23,14.57 21.43,13 19.5,13 C17.57,13 16,14.57 16,16.5 L16,17 L15.5,17 C15.224,17 15,17.224 15,17.5 L15,23.5 C15,23.776 15.224,24 15.5,24 L23.5,24 C23.776,24 24,23.776 24,23.5 L24,17.5 C24,17.224 23.776,17 23.5,17 Z M17,16.5 C17,15.122 18.121,14 19.5,14 C20.879,14 22,15.122 22,16.5 L22,17 L17,17 L17,16.5 Z M23,23 L16,23 L16,18 L16.5,18 L22.5,18 L23,18 L23,23 Z M13.5,19 C13.776,19 14,19.224 14,19.5 C14,19.776 13.776,20 13.5,20 L8.5,20 C8.224,20 8,19.776 8,19.5 L8,12.5 C8,12.224 8.224,12 8.5,12 L15.5,12 C15.776,12 16,12.224 16,12.5 L16,13.5 C16,13.776 15.776,14 15.5,14 C15.224,14 15,13.776 15,13.5 L15,13 L9,13 L9,19 L13.5,19 Z M13.5,23 C13.776,23 14,23.224 14,23.5 C14,23.776 13.776,24 13.5,24 L3.5,24 C3.224,24 3,23.776 3,23.5 L3,12 L0.5,12 C0.298,12 0.115,11.878 0.038,11.691 C-0.039,11.504 0.004,11.289 0.146,11.146 L10.794,0.5 C11.432,-0.141 12.568,-0.139 13.206,0.5 L16,3.293 L16,0.5 C16,0.224 16.224,0 16.5,0 L20.5,0 C20.776,0 21,0.224 21,0.5 L21,8.293 L23.854,11.147 C23.997,11.29 24.04,11.505 23.962,11.692 C23.884,11.879 23.702,12 23.5,12 L20.5,12 C20.224,12 20,11.776 20,11.5 C20,11.224 20.224,11 20.5,11 L22.293,11 L20.147,8.854 C20.053,8.76 20,8.633 20,8.5 L20,1 L17,1 L17,4.5 C17,4.702 16.878,4.885 16.691,4.962 C16.505,5.041 16.291,4.997 16.146,4.854 L12.499,1.207 C12.234,0.942 11.764,0.944 11.501,1.207 L1.707,11 L3.5,11 C3.776,11 4,11.224 4,11.5 L4,23 L13.5,23 Z M19.5,19 C18.948,19 18.5,19.448 18.5,20 C18.5,20.366 18.706,20.673 19,20.847 L19,21.5 C19,21.776 19.224,22 19.5,22 C19.776,22 20,21.776 20,21.5 L20,20.847 C20.294,20.673 20.5,20.366 20.5,20 C20.5,19.448 20.052,19 19.5,19 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M23.5 17H23v-.5c0-1.93-1.57-3.5-3.5-3.5S16 14.57 16 16.5v.5h-.5a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5zm-6.5-.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5v.5h-5v-.5zm6 6.5h-7v-5h7v5zm-9.5-4a.5.5 0 010 1h-5a.5.5 0 01-.5-.5v-7a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v1a.5.5 0 01-1 0V13H9v6h4.5zm0 4a.5.5 0 010 1h-10a.5.5 0 01-.5-.5V12H.5a.5.5 0 01-.354-.854L10.794.5c.638-.641 1.774-.639 2.412 0L16 3.293V.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v7.793l2.854 2.854A.499.499 0 0123.5 12h-3a.5.5 0 010-1h1.793l-2.146-2.146A.5.5 0 0120 8.5V1h-3v3.5a.5.5 0 01-.854.354l-3.647-3.647a.728.728 0 00-.998 0L1.707 11H3.5a.5.5 0 01.5.5V23h9.5zm6-4a1 1 0 00-1 1c0 .366.206.673.5.847v.653a.5.5 0 001 0v-.653a.985.985 0 00.5-.847 1 1 0 00-1-1z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 16 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-4)"
|
|
5
|
-
d="M15.5,23 L7.5,23 C6.621,23 5.5,21.878 5.5,20 L5.5,19 L18.5,19 L18.5,20 C18.5,21.878 17.379,23 15.5,23 L15.5,23 Z M7.5,1 L15.5,1 C17.379,1 18.5,2.122 18.5,3 L18.5,4 L5.5,4 L5.5,3 C5.5,2.122 6.621,1 7.5,1 L7.5,1 Z M5.5,18 L18.5,18 L18.5,5 L5.5,5 L5.5,18 Z M16.5,1.42108547e-14 L8.5,1.42108547e-14 C6.07,1.42108547e-14 4.5,1.57 4.5,4 L4.5,21 C4.5,22.43 6.07,24 8.5,24 L16.5,24 C17.93,24 19.5,22.43 19.5,21 L19.5,4 C19.5,1.57 17.93,1.42108547e-14 16.5,1.42108547e-14 L16.5,1.42108547e-14 Z M11.5,11 L11.5,9 L12.5,9 L12.5,11 L11.5,11 Z M11,3 C10.724,3 10.5,2.776 10.5,2.5 C10.5,2.224 10.724,2 11,2 L11.993,2 L12.002,2 L13,2 C13.276,2 13.5,2.224 13.5,2.5 C13.5,2.776 13.276,3 13,3 L11,3 Z M11.5,14 L12.5,14 L12.5,12 L11.5,12 L11.5,14 Z M10.5,11 L10.5,12 L10.5,14 L10.5,15 C10.5,15 10.972,15.024 11.5,15 L13.5,14 L13.5,12 L13.5,11 L13.5,9 L13.5,8 C13.5,8 13.028,7.976 12.5,8 L10.5,9 L10.5,11 Z M15.5,14 C15.5,14.098 11.825,16 11.825,16 C11.825,16 8.5,14.099 8.5,14 L8.5,8 L12,7 L15.5,8 L15.5,14 Z M12.5,6 L16.5,7 L16.5,14 C16.5,15.048 13.023,16.542 12.321,17 C11.952,16.987 11.886,17.001 11.321,17 C11.756,17.001 11.689,16.987 11.321,17 C10.618,16.542 7.5,15.048 7.5,14 L7.5,7 L11.5,6 C11.959,5.995 12.041,5.995 12.5,6 Z M12,20 C12.553,20 13,20.447 13,21 C13,21.553 12.553,22 12,22 C11.448,22 11,21.553 11,21 C11,20.447 11.448,20 12,20 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M11.5 23h-8c-.879 0-2-1.122-2-3v-1h13v1c0 1.878-1.121 3-3 3zm-8-22h8c1.879 0 3 1.122 3 2v1h-13V3c0-.878 1.121-2 2-2zm-2 17h13V5h-13v13zm11-18h-8c-2.43 0-4 1.57-4 4v17c0 1.43 1.57 3 4 3h8c1.43 0 3-1.57 3-3V4c0-2.43-1.57-4-3-4zm-5 11V9h1v2h-1zM7 3a.5.5 0 010-1h2a.5.5 0 010 1H7zm.5 11h1v-2h-1v2zm-1-3v4s.472.024 1 0l2-1V8s-.472-.024-1 0l-2 1v2zm5 3c0 .098-3.675 2-3.675 2S4.5 14.099 4.5 14V8L8 7l3.5 1v6zm-3-8l4 1v7c0 1.048-3.477 2.542-4.179 3-.369-.013-.435.001-1 0 .435.001.368-.013 0 0-.703-.458-3.821-1.952-3.821-3V7l4-1c.459-.005.541-.005 1 0zM8 20a1 1 0 11.002 1.998A1 1 0 018 20z"/>
|
|
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="M12,24 C11.95,24 11.899,23.993 11.852,23.978 C8.242,22.855 1.5,18.922 1.5,14.5 L1.5,3.5 C1.5,3.279 1.645,3.084 1.856,3.021 L11.856,0.021 C11.95,-0.007 12.049,-0.007 12.143,0.021 L22.143,3.021 C22.355,3.085 22.5,3.279 22.5,3.5 L22.5,14.5 C22.5,18.922 15.758,22.854 12.148,23.978 C12.101,23.993 12.05,24 12,24 Z M2.5,3.872 L2.5,14.5 C2.5,18.011 8.063,21.703 12,22.976 C15.937,21.703 21.5,18.011 21.5,14.5 L21.5,3.872 L12,1.022 L2.5,3.872 Z M12.979,16.9987889 C12.873,16.9987889 12.769,16.9641714 12.682,16.8990091 C12.569,16.8145018 12.495,16.6841772 12.482,16.5416346 C12.456,16.2789491 12.248,16.0814259 12,16.0814259 C11.751,16.0814259 11.543,16.2789491 11.517,16.5426528 C11.503,16.6851953 11.43,16.8155199 11.317,16.9000273 C11.204,16.9845346 11.06,17.0191521 10.922,16.9896254 C9.75,16.752394 8.699,16.1272431 7.884,15.183408 C7.791,15.0775192 7.747,14.9359949 7.762,14.7954886 C7.776,14.6539643 7.847,14.525676 7.958,14.4401505 C8.165,14.2813174 8.226,14.0084503 8.103,13.791582 C7.98,13.5747137 7.718,13.4902063 7.48,13.5940588 C7.352,13.6490394 7.207,13.6470031 7.081,13.5899861 C6.954,13.5319509 6.856,13.4230077 6.811,13.2886105 C6.602,12.6614233 6.5,12.076999 6.5,11.5007199 C6.5,10.9244408 6.602,10.3400164 6.811,9.71282931 C6.856,9.57843207 6.954,9.46948885 7.08,9.41247183 C7.208,9.35443666 7.352,9.35240034 7.48,9.40839919 C7.719,9.51123344 7.98,9.42774425 8.102,9.21087597 C8.226,8.99095321 8.165,8.71910424 7.958,8.56027114 C7.847,8.47474562 7.775,8.34645734 7.762,8.20493298 C7.747,8.06442677 7.791,7.92392056 7.883,7.81701366 C8.699,6.87216032 9.75,6.24700951 10.922,6.01079618 C11.061,5.98228767 11.203,6.01486882 11.317,6.10039434 C11.43,6.18591986 11.504,6.3152263 11.517,6.45776883 C11.543,6.72045434 11.751,6.91797756 12,6.91797756 C12.248,6.91797756 12.456,6.72045434 12.482,6.45776883 C12.496,6.3152263 12.569,6.18591986 12.682,6.10039434 C12.795,6.01588698 12.937,5.98025135 13.077,6.01079618 C14.249,6.24700951 15.3,6.87216032 16.116,7.81701366 C16.208,7.9229024 16.252,8.06442677 16.237,8.20493298 C16.223,8.34645734 16.152,8.47474562 16.041,8.56027114 C15.834,8.71808608 15.773,8.99095321 15.896,9.20782149 C16.02,9.42570793 16.284,9.50817896 16.52,9.40636287 C16.648,9.35138218 16.791,9.35240034 16.92,9.41043551 C17.046,9.46847069 17.144,9.5774139 17.189,9.71079299 C17.398,10.3379801 17.5,10.9224045 17.5,11.4986836 C17.5,12.0719082 17.398,12.6563325 17.189,13.285556 C17.145,13.4199532 17.047,13.5288965 16.92,13.5869316 C16.792,13.6449668 16.648,13.645985 16.52,13.5910043 C16.283,13.48817 16.019,13.5716592 15.897,13.7885275 C15.896,13.7885275 15.896,13.7885275 15.896,13.7885275 C15.773,14.0053958 15.833,14.2782629 16.041,14.437096 C16.152,14.5216034 16.224,14.6509098 16.237,14.7924342 C16.252,14.9329404 16.208,15.0734466 16.115,15.1803535 C15.3,16.1252068 14.249,16.7503576 13.077,16.986571 C13.045,16.9967526 13.012,16.9987889 12.979,16.9987889 Z M8.938,14.8321425 C9.445,15.3208597 10.038,15.677216 10.685,15.87983 C10.936,15.3900946 11.433,15.063265 12,15.063265 C12.567,15.063265 13.063,15.3900946 13.313,15.87983 C13.96,15.6761979 14.553,15.3208597 15.06,14.8321425 C14.778,14.3678611 14.751,13.7722369 15.03,13.2825015 C15.309,12.791748 15.869,12.5280443 16.366,12.5341532 C16.456,12.1737243 16.5,11.8326404 16.5,11.5007199 C16.5,11.1677813 16.456,10.8266974 16.367,10.4672866 C15.83,10.4917224 15.309,10.21071 15.03,9.71893827 C14.752,9.22920287 14.778,8.63357873 15.06,8.16929734 C14.553,7.6805801 13.96,7.32422377 13.313,7.12160975 C13.063,7.60930883 12.567,7.93613849 12,7.93613849 C11.433,7.93613849 10.936,7.60930883 10.686,7.11957343 C10.039,7.32320561 9.446,7.67854378 8.939,8.16726102 C9.221,8.63256057 9.247,9.22716655 8.968,9.71893827 C8.69,10.2096918 8.168,10.4774682 7.633,10.4662684 C7.544,10.8256792 7.5,11.1667631 7.5,11.4997017 C7.5,11.8336585 7.544,12.1747424 7.633,12.5331351 C8.166,12.51379 8.69,12.7897116 8.969,13.2814834 C9.247,13.7722369 9.221,14.3678611 8.938,14.8321425 Z M12,14 C10.621,14 9.5,12.878 9.5,11.5 C9.5,10.122 10.621,9 12,9 C13.379,9 14.5,10.122 14.5,11.5 C14.5,12.878 13.379,14 12,14 Z M12,10 C11.173,10 10.5,10.673 10.5,11.5 C10.5,12.327 11.173,13 12,13 C12.827,13 13.5,12.327 13.5,11.5 C13.5,10.673 12.827,10 12,10 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M11 24a.491.491 0 01-.148-.022C7.242 22.855.5 18.922.5 14.5v-11a.5.5 0 01.356-.479l10-3a.5.5 0 01.287 0l10 3a.5.5 0 01.357.479v11c0 4.422-6.742 8.354-10.352 9.478A.491.491 0 0111 24zM1.5 3.872V14.5c0 3.511 5.563 7.203 9.5 8.476 3.937-1.273 9.5-4.965 9.5-8.476V3.872L11 1.022l-9.5 2.85zm10.479 13.127a.505.505 0 01-.497-.457.495.495 0 00-.482-.46.496.496 0 00-.483.46.509.509 0 01-.2.358.49.49 0 01-.395.09c-1.172-.238-2.223-.863-3.038-1.807a.507.507 0 01-.122-.388.511.511 0 01.196-.355.503.503 0 00.145-.648.482.482 0 00-.623-.198.495.495 0 01-.669-.305A5.597 5.597 0 015.5 11.5c0-.577.102-1.161.311-1.788a.505.505 0 01.269-.3.49.49 0 01.4-.005c.239.103.5.02.622-.197a.503.503 0 00-.144-.65.508.508 0 01-.196-.356.512.512 0 01.121-.388c.816-.945 1.867-1.57 3.039-1.806a.49.49 0 01.395.09.507.507 0 01.2.357c.026.262.234.46.483.46a.495.495 0 00.482-.46.51.51 0 01.2-.358.485.485 0 01.395-.09c1.172.237 2.223.862 3.039 1.807a.51.51 0 01.121.388.511.511 0 01-.196.355.501.501 0 00-.145.648c.124.218.388.3.624.198a.493.493 0 01.4.004.51.51 0 01.269.3c.209.628.311 1.212.311 1.789 0 .573-.102 1.157-.311 1.787a.503.503 0 01-.269.3.493.493 0 01-.4.005.483.483 0 00-.623.198h-.001a.501.501 0 00.145.648.506.506 0 01.196.355.509.509 0 01-.122.388c-.815.945-1.866 1.57-3.038 1.807a.32.32 0 01-.098.012zm-4.041-2.167c.507.489 1.1.845 1.747 1.048A1.48 1.48 0 0111 15.063c.567 0 1.063.327 1.313.817a4.43 4.43 0 001.747-1.048 1.532 1.532 0 01-.03-1.55c.279-.49.839-.754 1.336-.748.09-.36.134-.701.134-1.033 0-.333-.044-.674-.133-1.034a1.465 1.465 0 01-1.337-.748 1.534 1.534 0 01.03-1.55 4.418 4.418 0 00-1.747-1.047c-.25.487-.746.814-1.313.814a1.477 1.477 0 01-1.314-.816 4.43 4.43 0 00-1.747 1.047c.282.466.308 1.06.029 1.552-.278.49-.8.758-1.335.747-.089.36-.133.7-.133 1.034 0 .334.044.675.133 1.033a1.478 1.478 0 011.336.748c.278.491.252 1.087-.031 1.551zM11 14a2.503 2.503 0 01-2.5-2.5C8.5 10.122 9.621 9 11 9s2.5 1.122 2.5 2.5S12.379 14 11 14zm0-4c-.827 0-1.5.673-1.5 1.5S10.173 13 11 13s1.5-.673 1.5-1.5S11.827 10 11 10z"/>
|
|
7
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="M15.5614,4.3528 C15.8494,4.3528 16.0844,4.5878 16.0844,4.8758 L16.0844,6.4588 C16.0844,6.7478 15.8494,6.9818 15.5614,6.9818 C15.2734,6.9818 15.0384,6.7478 15.0384,6.4588 L15.0384,4.8758 C15.0384,4.5878 15.2734,4.3528 15.5614,4.3528 Z M3.9574,5.6677 C3.9574,5.5197 3.8374,5.3987 3.6884,5.3987 C3.5414,5.3987 3.4214,5.5197 3.4214,5.6677 C3.4214,5.8147 3.5414,5.9357 3.6884,5.9357 C3.8374,5.9357 3.9574,5.8147 3.9574,5.6677 Z M3.6884,4.3527 C4.4144,4.3527 5.0034,4.9427 5.0034,5.6677 C5.0034,6.3927 4.4144,6.9817 3.6884,6.9817 C2.9644,6.9817 2.3744,6.3927 2.3744,5.6677 C2.3744,4.9427 2.9644,4.3527 3.6884,4.3527 Z M13.1864,4.3528 C13.4744,4.3528 13.7104,4.5878 13.7104,4.8758 L13.7104,6.4588 C13.7104,6.7478 13.4744,6.9818 13.1864,6.9818 C12.8984,6.9818 12.6634,6.7478 12.6634,6.4588 L12.6634,4.8758 C12.6634,4.5878 12.8984,4.3528 13.1864,4.3528 Z M17.9364,4.3528 C18.2244,4.3528 18.4594,4.5878 18.4594,4.8758 L18.4594,6.4588 C18.4594,6.7478 18.2244,6.9818 17.9364,6.9818 C17.6484,6.9818 17.4124,6.7478 17.4124,6.4588 L17.4124,4.8758 C17.4124,4.5878 17.6484,4.3528 17.9364,4.3528 Z M15.5614,13.0588 C15.8494,13.0588 16.0844,13.2938 16.0844,13.5818 L16.0844,15.1638 C16.0844,15.4538 15.8494,15.6888 15.5614,15.6888 C15.2734,15.6888 15.0384,15.4538 15.0384,15.1638 L15.0384,13.5818 C15.0384,13.2938 15.2734,13.0588 15.5614,13.0588 Z M20.3104,13.0588 C20.5984,13.0588 20.8334,13.2938 20.8334,13.5818 L20.8334,15.1638 C20.8334,15.4538 20.5984,15.6888 20.3104,15.6888 C20.0224,15.6888 19.7874,15.4538 19.7874,15.1638 L19.7874,13.5818 C19.7874,13.2938 20.0224,13.0588 20.3104,13.0588 Z M17.9364,13.0588 C18.2244,13.0588 18.4594,13.2938 18.4594,13.5818 L18.4594,15.1638 C18.4594,15.4538 18.2244,15.6888 17.9364,15.6888 C17.6484,15.6888 17.4124,15.4538 17.4124,15.1638 L17.4124,13.5818 C17.4124,13.2938 17.6484,13.0588 17.9364,13.0588 Z M3.9574,14.3743 C3.9574,14.2273 3.8374,14.1053 3.6884,14.1053 C3.5414,14.1053 3.4214,14.2273 3.4214,14.3743 C3.4214,14.5213 3.5414,14.6423 3.6884,14.6423 C3.8374,14.6423 3.9574,14.5213 3.9574,14.3743 Z M3.6884,13.0593 C4.4144,13.0593 5.0034,13.6483 5.0034,14.3743 C5.0034,15.0993 4.4144,15.6883 3.6884,15.6883 C2.9644,15.6883 2.3744,15.0993 2.3744,14.3743 C2.3744,13.6483 2.9644,13.0593 3.6884,13.0593 Z M22.953,13.26 C22.953,12.417 22.266,11.732 21.424,11.732 L2.576,11.732 C1.732,11.732 1.047,12.417 1.047,13.26 L1.047,15.487 C1.047,16.329 1.732,17.016 2.576,17.016 L21.424,17.016 C22.266,17.016 22.953,16.329 22.953,15.487 L22.953,13.26 Z M22.953,6.78 L22.953,4.553 C22.953,3.71 22.266,3.025 21.424,3.025 L2.576,3.025 C1.732,3.025 1.047,3.71 1.047,4.553 L1.047,6.78 C1.047,7.623 1.732,8.309 2.576,8.309 L21.424,8.309 C22.266,8.309 22.953,7.623 22.953,6.78 Z M10.021,20.438 C9.732,20.438 9.497,20.202 9.497,19.914 L9.497,19.646 L8.961,19.646 L8.961,19.914 C8.961,20.202 8.726,20.438 8.438,20.438 L8.17,20.438 L8.17,20.973 L10.289,20.973 L10.289,20.438 L10.021,20.438 Z M21.424,10.685 C22.844,10.685 24,11.841 24,13.261 L24,15.487 C24,16.907 22.844,18.063 21.424,18.063 L9.753,18.063 L9.753,18.6 L10.021,18.6 C10.31,18.6 10.545,18.834 10.545,19.122 L10.545,19.391 L10.812,19.391 C11.101,19.391 11.336,19.626 11.336,19.914 L11.336,20.183 L16.353,20.183 C16.641,20.183 16.877,20.418 16.877,20.706 C16.877,20.994 16.641,21.229 16.353,21.229 L11.336,21.229 L11.336,21.497 C11.336,21.785 11.101,22.021 10.812,22.021 L7.646,22.021 C7.358,22.021 7.123,21.785 7.123,21.497 L7.123,21.229 L2.106,21.229 C1.817,21.229 1.583,20.994 1.583,20.706 C1.583,20.418 1.817,20.183 2.106,20.183 L7.123,20.183 L7.123,19.914 C7.123,19.626 7.358,19.391 7.646,19.391 L7.915,19.391 L7.915,19.122 C7.915,18.834 8.15,18.6 8.438,18.6 L8.706,18.6 L8.706,18.063 L2.576,18.063 C1.155,18.063 9.09494702e-13,16.907 9.09494702e-13,15.487 L9.09494702e-13,13.261 C9.09494702e-13,11.841 1.156,10.685 2.577,10.685 L8.706,10.685 L8.706,9.357 L2.576,9.357 C1.155,9.357 9.09494702e-13,8.201 9.09494702e-13,6.781 L9.09494702e-13,4.554 C9.09494702e-13,3.135 1.156,1.979 2.577,1.979 L21.424,1.979 C22.111,1.979 22.758,2.247 23.244,2.735 C23.731,3.222 24,3.868 23.999,4.554 L23.999,6.781 C23.999,8.201 22.844,9.357 21.424,9.357 L9.753,9.357 L9.753,10.685 L21.424,10.685 Z M20.3104,4.3528 C20.5984,4.3528 20.8334,4.5878 20.8334,4.8758 L20.8334,6.4588 C20.8334,6.7478 20.5984,6.9818 20.3104,6.9818 C20.0224,6.9818 19.7874,6.7478 19.7874,6.4588 L19.7874,4.8758 C19.7874,4.5878 20.0224,4.3528 20.3104,4.3528 Z M13.1864,13.0588 C13.4744,13.0588 13.7104,13.2938 13.7104,13.5818 L13.7104,15.1638 C13.7104,15.4538 13.4744,15.6888 13.1864,15.6888 C12.8984,15.6888 12.6634,15.4538 12.6634,15.1638 L12.6634,13.5818 C12.6634,13.2938 12.8984,13.0588 13.1864,13.0588 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M15.561 3.353c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.046 0V3.876c0-.288.235-.523.523-.523zM3.957 4.668a.269.269 0 10-.535 0 .269.269 0 00.535 0zm-.269-1.315a1.315 1.315 0 110 2.628 1.315 1.315 0 010-2.628zm9.498 0c.288 0 .524.235.524.523v1.583a.524.524 0 01-1.047 0V3.876c0-.288.235-.523.523-.523zm4.75 0c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.047 0V3.876c0-.288.236-.523.524-.523zm-2.375 8.706c.288 0 .523.235.523.523v1.582c0 .29-.235.525-.523.525a.525.525 0 01-.523-.525v-1.582c0-.288.235-.523.523-.523zm4.75 0c.287 0 .522.235.522.523v1.582c0 .29-.235.525-.523.525a.525.525 0 01-.523-.525v-1.582c0-.288.235-.523.523-.523zm-2.375 0c.288 0 .523.235.523.523v1.582a.525.525 0 11-1.047 0v-1.582c0-.288.236-.523.524-.523zM3.957 13.374a.27.27 0 00-.269-.269.268.268 0 10.269.269zm-.269-1.315a1.315 1.315 0 110 2.631 1.315 1.315 0 010-2.63zm19.265.201a1.53 1.53 0 00-1.529-1.528H2.576a1.53 1.53 0 00-1.529 1.528v2.227a1.53 1.53 0 001.529 1.529h18.848c.842 0 1.529-.687 1.529-1.529V12.26zm0-6.48V3.553a1.53 1.53 0 00-1.529-1.528H2.576a1.53 1.53 0 00-1.529 1.528V5.78a1.53 1.53 0 001.529 1.529h18.848c.842 0 1.529-.686 1.529-1.529zM10.021 19.438a.525.525 0 01-.524-.524v-.268h-.536v.268a.525.525 0 01-.523.524H8.17v.535h2.119v-.535h-.268zm11.403-9.753A2.58 2.58 0 0124 12.261v2.226a2.58 2.58 0 01-2.576 2.576H9.753v.537h.268c.289 0 .524.234.524.522v.269h.267c.289 0 .524.235.524.523v.269h5.017c.288 0 .524.235.524.523a.525.525 0 01-.524.523h-5.017v.268a.525.525 0 01-.524.524H7.646a.525.525 0 01-.523-.524v-.268H2.106a.523.523 0 010-1.046h5.017v-.269c0-.288.235-.523.523-.523h.269v-.269c0-.288.235-.522.523-.522h.268v-.537h-6.13A2.579 2.579 0 010 14.487v-2.226a2.58 2.58 0 012.577-2.576h6.129V8.357h-6.13A2.579 2.579 0 010 5.781V3.554A2.58 2.58 0 012.577.979h18.847c.687 0 1.334.268 1.82.756.487.487.756 1.133.755 1.819v2.227a2.579 2.579 0 01-2.575 2.576H9.753v1.328h11.671zM20.31 3.353c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.046 0V3.876c0-.288.235-.523.523-.523zm-7.124 8.706c.288 0 .524.235.524.523v1.582a.525.525 0 11-1.047 0v-1.582c0-.288.235-.523.523-.523z"/>
|
|
7
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.06428755,17.9354624 C2.32085601,16.8282317 3.31520351,16 4.5,16 C5.70770586,16 6.71752643,16.8605709 6.94976408,18 L17.0502359,18 C17.2824736,16.8605709 18.2922941,16 19.5,16 C20.6847965,16 21.679144,16.8282317 21.9357125,17.9354624 C22.5509464,17.7483124 23,17.1755338 23,16.5 L23,13.781 C23,13.551 22.845,13.352 22.623,13.296 C21.721,13.071 20.897,12.605 20.241,11.948 L15.732,7.44 C15.453,7.16 15.066,7 14.672,7 C14.512,7 14.361,6.923 14.267,6.793 L12.395,4.207 C12.301,4.078 12.149,4 11.989,4 L1.5,4 C1.225,4 1,4.224 1,4.5 L1,16.5 C1,17.1755338 1.44905365,17.7483124 2.06428755,17.9354624 Z M2.04204686,18.9579722 C0.881158025,18.7422213 0,17.7217246 0,16.5 L0,4.5 C0,3.673 0.673,3 1.5,3 L11.989,3 C12.468,3 12.923,3.232 13.204,3.62 L14.937,6.014 C15.504,6.074 16.03,6.324 16.439,6.733 L20.948,11.241 C21.476,11.77 22.139,12.145 22.865,12.326 C23.533,12.493 24,13.091 24,13.781 L24,16.5 C24,17.7217246 23.118842,18.7422213 21.9579531,18.9579722 C21.7422545,20.1182011 20.7225106,21 19.5,21 C18.2922941,21 17.2824736,20.1394291 17.0502359,19 L6.94976408,19 C6.71752643,20.1394291 5.70770586,21 4.5,21 C3.27748944,21 2.25774547,20.1182011 2.04204686,18.9579722 Z M4.5,17 C3.673,17 3,17.673 3,18.5 C3,19.327 3.673,20 4.5,20 C5.327,20 6,19.327 6,18.5 C6,17.673 5.327,17 4.5,17 Z M19.5,17 C18.673,17 18,17.673 18,18.5 C18,19.327 18.673,20 19.5,20 C20.327,20 21,19.327 21,18.5 C21,17.673 20.327,17 19.5,17 Z M15.5,15 L14.5,15 C14.224,15 14,14.776 14,14.5 C14,14.224 14.224,14 14.5,14 L15.5,14 C15.776,14 16,14.224 16,14.5 C16,14.776 15.776,15 15.5,15 Z M18.5,13 L12.5,13 C12.224,13 12,12.776 12,12.5 L12,8.5 C12,8.224 12.224,8 12.5,8 C12.776,8 13,8.224 13,8.5 L13,12 L18.5,12 C18.776,12 19,12.224 19,12.5 C19,12.776 18.776,13 18.5,13 Z M9.5,10 L3.5,10 C3.224,10 3,9.776 3,9.5 C3,9.224 3.224,9 3.5,9 L9.5,9 C9.776,9 10,9.224 10,9.5 C10,9.776 9.776,10 9.5,10 Z M11.5,7 L3.5,7 C3.224,7 3,6.776 3,6.5 C3,6.224 3.224,6 3.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 C12,6.776 11.776,7 11.5,7 Z M9.5,13 L3.5,13 C3.224,13 3,12.776 3,12.5 C3,12.224 3.224,12 3.5,12 L9.5,12 C9.776,12 10,12.224 10,12.5 C10,12.776 9.776,13 9.5,13 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M2.064 14.935A2.504 2.504 0 014.5 13c1.208 0 2.218.86 2.45 2h10.1c.232-1.14 1.242-2 2.45-2 1.185 0 2.18.828 2.436 1.935A1.503 1.503 0 0023 13.5v-2.719a.499.499 0 00-.377-.485 5.116 5.116 0 01-2.382-1.348L15.732 4.44a1.507 1.507 0 00-1.06-.44.5.5 0 01-.405-.207l-1.872-2.586A.505.505 0 0011.989 1H1.5a.5.5 0 00-.5.5v12c0 .676.45 1.248 1.064 1.435zm-.022 1.023A2.504 2.504 0 010 13.5v-12C0 .673.673 0 1.5 0h10.489c.479 0 .934.232 1.215.62l1.733 2.394c.567.06 1.093.31 1.502.719l4.509 4.508a4.115 4.115 0 001.917 1.085A1.497 1.497 0 0124 10.781V13.5a2.504 2.504 0 01-2.042 2.458A2.504 2.504 0 0119.5 18a2.504 2.504 0 01-2.45-2H6.95a2.504 2.504 0 01-2.45 2 2.504 2.504 0 01-2.458-2.042zM4.5 14c-.827 0-1.5.673-1.5 1.5S3.673 17 4.5 17 6 16.327 6 15.5 5.327 14 4.5 14zm15 0c-.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-2h-1a.5.5 0 010-1h1a.5.5 0 010 1zm3-2h-6a.5.5 0 01-.5-.5v-4a.5.5 0 011 0V9h5.5a.5.5 0 010 1zm-9-3h-6a.5.5 0 010-1h6a.5.5 0 010 1zm2-3h-8a.5.5 0 010-1h8a.5.5 0 010 1zm-2 6h-6a.5.5 0 010-1h6a.5.5 0 010 1z"/>
|
|
7
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M9.929 1h4.145c.678 0 1.26.458 1.401 1.086l.022.127.32 2.17c.265.126.527.269.783.426l.253.161 2.108-.824c.646-.232 1.354-.007 1.718.515l.069.108 2.06 3.479a1.393 1.393 0 01-.245 1.713l-.104.09-1.79 1.36a6.798 6.798 0 01.014.989l-.013.188 1.784 1.36c.516.4.684 1.079.428 1.663l-.062.124-2.084 3.514c-.311.559-1.002.827-1.64.652l-.126-.041-2.12-.83c-.258.17-.514.321-.774.457l-.26.13-.321 2.188c-.081.635-.624 1.13-1.287 1.189l-.135.006H9.928c-.679 0-1.26-.458-1.4-1.084l-.023-.127-.32-2.171a8.527 8.527 0 01-.784-.426l-.253-.162-2.11.825c-.658.232-1.351.013-1.716-.516l-.068-.11-2.061-3.476c-.326-.583-.218-1.278.245-1.712l.105-.09 1.79-1.364a6.502 6.502 0 01-.014-.97l.014-.205-1.784-1.36a1.383 1.383 0 01-.413-1.698l.062-.115 2.067-3.486c.313-.56 1.003-.832 1.64-.653l.127.042 2.12.83c.258-.17.514-.322.774-.458l.26-.13.322-2.19c.08-.634.622-1.129 1.287-1.188L9.929 1h4.145H9.93zm.4 1.803l-.39 2.334a.91.91 0 01-.558.695 6.98 6.98 0 00-1.551.878.94.94 0 01-.784.152l-.114-.037-2.203-.863-1.733 2.85 1.883 1.495c.247.19.38.505.34.817a7.023 7.023 0 00-.067.876c0 .253.022.533.066.88a.884.884 0 01-.257.741l-.09.078-1.904 1.451 1.696 2.86 2.277-.837a.98.98 0 01.898.125 6.763 6.763 0 001.54.87c.265.106.465.33.54.6l.023.102.337 2.29 3.394.037.39-2.332a.898.898 0 01.564-.697 7.088 7.088 0 001.546-.877.942.942 0 01.783-.151l.115.036 2.203.863 1.758-2.892-1.901-1.449a.889.889 0 01-.347-.822l.037-.321c.017-.172.029-.359.029-.555 0-.327-.033-.628-.066-.878a.891.891 0 01.257-.742l.089-.078 1.906-1.451-1.696-2.86-2.278.838a.932.932 0 01-.897-.125 6.754 6.754 0 00-1.54-.87.916.916 0 01-.542-.602l-.022-.102-.335-2.288-3.396-.039zM12 9.116a2.887 2.887 0 012.884 2.883A2.887 2.887 0 0112 14.883 2.886 2.886 0 019.117 12 2.886 2.886 0 0112 9.116zm4.583 2.883A4.588 4.588 0 0012 7.417a4.588 4.588 0 00-4.583 4.582A4.588 4.588 0 0012 16.582 4.588 4.588 0 0016.583 12z" fill-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M14.3008946,24 L9.70089462,24 C9.16189462,24 8.70589462,23.604 8.64089462,23.079 L8.24489462,20.319 C7.70389462,20.075 7.17989462,19.771 6.68189462,19.412 L4.07889462,20.457 C3.56289462,20.644 3.00089462,20.436 2.75189462,19.98 L0.457894623,16.011 C0.196894623,15.532 0.308894623,14.957 0.717894623,14.633 L2.92589462,12.906 C2.89289462,12.568 2.87589462,12.275 2.87589462,12 C2.87589462,11.725 2.89289462,11.432 2.92789462,11.094 L0.721894623,9.37 C0.301894623,9.038 0.190894623,8.444 0.461894623,7.986 L2.75889462,4.011 C3.00889462,3.553 3.57689462,3.347 4.07589462,3.542 L6.68589462,4.59 C7.20689462,4.218 7.72189462,3.919 8.24589462,3.682 L8.64289462,0.911 C8.70689462,0.396 9.16289462,0 9.70189462,0 L14.3018946,0 C14.8408946,0 15.2968946,0.396 15.3618946,0.921 L15.7578946,3.682 C16.2988946,3.925 16.8218946,4.229 17.3198946,4.589 L19.9228946,3.544 C20.4358946,3.355 20.9988946,3.564 21.2498946,4.021 L23.5438946,7.99 C23.8058946,8.469 23.6928946,9.044 23.2828946,9.368 L21.0748946,11.094 C21.1028946,11.36 21.1268946,11.671 21.1268946,12 C21.1268946,12.329 21.1038946,12.64 21.0748946,12.906 L23.2808946,14.631 C23.6928946,14.958 23.8048946,15.533 23.5498946,16.001 L21.2438946,19.99 C20.9938946,20.448 20.4238946,20.652 19.9268946,20.459 L17.3168946,19.411 C16.7958946,19.783 16.2808946,20.082 15.7568946,20.319 L15.3598946,23.089 C15.2958946,23.604 14.8398946,24 14.3008946,24 Z M6.75689462,18.343 C6.86489462,18.343 6.97289462,18.378 7.06189462,18.447 C7.63689462,18.889 8.25189462,19.246 8.89089462,19.508 C9.05489462,19.575 9.17089462,19.724 9.19689462,19.9 L9.63389462,22.947 L14.3008946,23 L14.8058946,19.899 C14.8308946,19.723 14.9478946,19.574 15.1118946,19.507 C15.7258946,19.256 16.3248946,18.907 16.9448946,18.443 C17.0848946,18.339 17.2688946,18.314 17.4308946,18.379 L20.2938946,19.529 L22.6758946,15.511 C22.6918946,15.483 22.6868946,15.438 22.6608946,15.417 L20.2368946,13.521 C20.0988946,13.413 20.0268946,13.239 20.0488946,13.065 C20.0868946,12.761 20.1258946,12.397 20.1258946,12 C20.1258946,11.604 20.0868946,11.239 20.0488946,10.935 C20.0268946,10.76 20.0988946,10.587 20.2368946,10.479 L22.6638946,8.582 C22.6878946,8.563 22.6918946,8.519 22.6708946,8.48 L20.3768946,4.511 L17.4318946,5.622 C17.2668946,5.689 17.0818946,5.663 16.9408946,5.555 C16.3648946,5.112 15.7498946,4.755 15.1118946,4.494 C14.9478946,4.427 14.8318946,4.278 14.8058946,4.102 L14.3698946,1.054 L9.70189462,1 L9.19589462,4.102 C9.17089462,4.277 9.05489462,4.426 8.89089462,4.494 C8.27689462,4.745 7.67689462,5.093 7.05789462,5.558 C6.91689462,5.663 6.73389462,5.688 6.57089462,5.622 L3.70789462,4.472 L1.32589462,8.49 L3.76489462,10.479 C3.90289462,10.587 3.97489462,10.76 3.95289462,10.935 C3.90089462,11.355 3.87589462,11.693 3.87589462,12 C3.87589462,12.307 3.89989462,12.646 3.95289462,13.065 C3.97489462,13.239 3.90289462,13.413 3.76489462,13.521 L1.33789462,15.418 C1.31389462,15.437 1.30989462,15.482 1.33089462,15.521 L3.62489462,19.49 L6.56989462,18.379 C6.63089462,18.354 6.69389462,18.343 6.75689462,18.343 Z M12.0008946,17 C9.24389462,17 7.00089462,14.757 7.00089462,12 C7.00089462,9.243 9.24389462,7 12.0008946,7 C14.7578946,7 17.0008946,9.243 17.0008946,12 C17.0008946,14.757 14.7578946,17 12.0008946,17 Z M12.0008946,8 C9.79489462,8 8.00089462,9.794 8.00089462,12 C8.00089462,14.206 9.79489462,16 12.0008946,16 C14.2068946,16 16.0008946,14.206 16.0008946,12 C16.0008946,9.794 14.2068946,8 12.0008946,8 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M14.3 24H9.7c-.538 0-.994-.396-1.06-.921l-.395-2.76a9.015 9.015 0 01-1.563-.907l-2.603 1.045c-.516.187-1.078-.021-1.327-.477L.458 16.011a1.083 1.083 0 01.26-1.378l2.208-1.727a9.289 9.289 0 01-.05-.906c0-.275.017-.568.052-.906L.722 9.37a1.073 1.073 0 01-.26-1.384l2.297-3.975c.25-.458.818-.664 1.317-.469l2.61 1.048a9.205 9.205 0 011.56-.908L8.643.911A1.06 1.06 0 019.702 0h4.6c.539 0 .995.396 1.06.921l.396 2.761a8.88 8.88 0 011.562.907l2.603-1.045a1.082 1.082 0 011.327.477l2.294 3.969a1.08 1.08 0 01-.261 1.378l-2.208 1.726c.028.266.052.577.052.906 0 .329-.023.64-.052.906l2.206 1.725c.412.327.524.902.269 1.37l-2.306 3.989c-.25.458-.82.662-1.317.469l-2.61-1.048a9.205 9.205 0 01-1.56.908l-.397 2.77A1.06 1.06 0 0114.3 24zm-7.543-5.657c.108 0 .216.035.305.104a7.97 7.97 0 001.829 1.061c.164.067.28.216.306.392l.437 3.047L14.3 23l.505-3.101a.5.5 0 01.306-.392 8.284 8.284 0 001.833-1.064.502.502 0 01.486-.064l2.863 1.15 2.382-4.018c.016-.028.01-.073-.015-.094l-2.424-1.896a.501.501 0 01-.188-.456c.038-.304.077-.668.077-1.065 0-.396-.04-.761-.077-1.065a.5.5 0 01.188-.456l2.427-1.897c.024-.019.028-.063.007-.102l-2.294-3.969-2.945 1.111a.497.497 0 01-.491-.067 7.939 7.939 0 00-1.83-1.061.502.502 0 01-.305-.392l-.436-3.048L9.702 1l-.506 3.102a.502.502 0 01-.305.392 8.223 8.223 0 00-1.833 1.064.499.499 0 01-.487.064l-2.863-1.15L1.326 8.49l2.439 1.989a.5.5 0 01.188.456c-.052.42-.077.758-.077 1.065 0 .307.024.646.077 1.065a.501.501 0 01-.188.456l-2.427 1.897c-.024.019-.028.064-.007.103l2.294 3.969 2.945-1.111a.49.49 0 01.187-.036zM12 17c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"/>
|
|
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="M20.755,16.341 L17.999,15.653 L17.796,14.836 C18.525,14.09 19.029,13.09 19.197,12.058 C19.627,11.904 19.952,11.519 20.011,11.044 L20.196,9.566 C20.24,9.217 20.131,8.864 19.9,8.599 C19.787,8.469 19.648,8.365 19.495,8.293 L19.556,7.043 L19.799,6.799 C20.249,6.321 20.622,5.506 19.854,4.335 C19.273,3.449 18.296,3 16.945,3 C16.406,3 15.145,3 13.984,3.824 C13.759,3.984 13.706,4.296 13.866,4.521 C14.025,4.746 14.339,4.798 14.562,4.639 C15.357,4.075 16.213,3.999 16.946,3.999 C17.938,3.999 18.634,4.296 19.018,4.882 C19.456,5.551 19.291,5.88 19.082,6.102 L18.713,6.472 C18.625,6.56 18.573,6.677 18.567,6.801 L18.477,8.651 C18.47,8.787 18.519,8.919 18.612,9.018 C18.705,9.117 18.834,9.174 18.97,9.175 C19.064,9.176 19.122,9.227 19.148,9.257 C19.175,9.287 19.217,9.351 19.205,9.443 L19.02,10.922 C19.006,11.041 18.903,11.131 18.747,11.131 C18.486,11.131 18.27,11.332 18.249,11.592 C18.168,12.61 17.667,13.624 16.907,14.305 C16.77,14.428 16.711,14.618 16.756,14.798 L17.103,16.187 C17.148,16.366 17.287,16.507 17.467,16.551 L20.514,17.312 C21.814,17.637 22.766,18.707 22.963,20 L19.5,19.998 L19.5,21 L23.499,20.997 C23.775,20.997 23.999,20.773 23.999,20.497 C24,18.528 22.666,16.819 20.755,16.341 Z M14.755,16.341 L11.999,15.653 L11.889,15.21 C13.776,14.873 14.754,14.303 14.799,14.277 C14.939,14.194 15.027,14.044 15.039,13.881 C15.051,13.718 14.979,13.556 14.851,13.453 C14.838,13.443 13.566,12.371 13.566,8.674 C13.566,5.399 12.776,3.739 11.218,3.739 L11.052,3.739 C10.523,3.238 10.084,3 9,3 C7.57,3 4.435,4.429 4.435,8.674 C4.435,12.371 3.163,13.443 3.157,13.448 C3.024,13.547 2.949,13.707 2.958,13.873 C2.966,14.039 3.056,14.19 3.199,14.276 C3.243,14.303 4.213,14.876 6.112,15.213 L6.002,15.653 L3.246,16.342 C1.334,16.819 0,18.529 0,20.5 C0,20.633 0.052,20.761 0.146,20.854 C0.24,20.947 0.367,21 0.5,21 L17.5,20.997 C17.776,20.997 18,20.773 18,20.497 C18,18.528 16.666,16.819 14.755,16.341 Z M1.039,19.998 C1.236,18.706 2.189,17.637 3.489,17.311 L6.536,16.55 C6.715,16.505 6.855,16.365 6.9,16.186 L7.215,14.925 C7.249,14.787 7.224,14.642 7.144,14.524 C7.065,14.407 6.939,14.329 6.798,14.309 C5.62,14.145 4.775,13.874 4.271,13.674 C4.768,12.954 5.436,11.466 5.436,8.674 C5.435,4.832 8.294,4 9,4 C9.863,4 10.034,4.133 10.494,4.593 C10.588,4.686 10.715,4.739 10.848,4.739 L11.218,4.739 C12.075,4.739 12.566,6.174 12.566,8.674 C12.566,11.464 13.233,12.952 13.73,13.673 C13.223,13.873 12.377,14.143 11.203,14.308 C11.062,14.327 10.937,14.406 10.858,14.523 C10.778,14.641 10.753,14.786 10.787,14.924 L11.102,16.187 C11.147,16.366 11.286,16.507 11.466,16.551 L14.513,17.312 C15.813,17.637 16.765,18.707 16.962,20 L1.039,19.998 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M20.755 13.341l-2.756-.688-.203-.817a5.242 5.242 0 001.401-2.778c.43-.154.755-.539.814-1.014l.185-1.478a1.24 1.24 0 00-.701-1.273l.061-1.25.243-.244c.45-.478.823-1.293.055-2.464C19.273.449 18.296 0 16.945 0c-.539 0-1.8 0-2.961.824a.5.5 0 00.578.815c.795-.564 1.651-.64 2.384-.64.992 0 1.688.297 2.072.883.438.669.273.998.064 1.22l-.369.37a.499.499 0 00-.146.329l-.09 1.85a.498.498 0 00.493.524.236.236 0 01.178.082.23.23 0 01.057.186l-.185 1.479c-.014.119-.117.209-.273.209a.5.5 0 00-.498.461 4.17 4.17 0 01-1.342 2.713.5.5 0 00-.151.493l.347 1.389c.045.179.184.32.364.364l3.047.761A3.279 3.279 0 0122.963 17l-3.463-.002V18l3.999-.003a.5.5 0 00.5-.5 4.276 4.276 0 00-3.244-4.156zm-6 0l-2.756-.688-.11-.443c1.887-.337 2.865-.907 2.91-.933a.502.502 0 00.052-.824c-.013-.01-1.285-1.082-1.285-4.779 0-3.275-.79-4.935-2.348-4.935h-.166C10.523.238 10.084 0 9 0 7.57 0 4.435 1.429 4.435 5.674c0 3.697-1.272 4.769-1.278 4.774a.498.498 0 00.042.828c.044.027 1.014.6 2.913.937l-.11.44-2.756.689A4.277 4.277 0 000 17.5a.498.498 0 00.5.5l17-.003a.5.5 0 00.5-.5 4.278 4.278 0 00-3.245-4.156zM1.039 16.998a3.281 3.281 0 012.45-2.687l3.047-.761a.502.502 0 00.364-.364l.315-1.261a.5.5 0 00-.417-.616c-1.178-.164-2.023-.435-2.527-.635.497-.72 1.165-2.208 1.165-5C5.435 1.832 8.294 1 9 1c.863 0 1.034.133 1.494.593a.504.504 0 00.354.146h.37c.857 0 1.348 1.435 1.348 3.935 0 2.79.667 4.278 1.164 4.999-.507.2-1.353.47-2.527.635a.497.497 0 00-.416.616l.315 1.263c.045.179.184.32.364.364l3.047.761A3.279 3.279 0 0116.962 17l-15.923-.002z"/>
|
|
7
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="M5.792,16.6245 L11.084,16.6245 L11.084,13.7075 L5.792,13.7075 L5.792,16.6245 Z M11.604,12.6665 C11.891,12.6665 12.125,12.8995 12.125,13.1865 L12.125,17.1455 C12.125,17.4325 11.891,17.6665 11.604,17.6665 L5.271,17.6665 C4.984,17.6665 4.75,17.4325 4.75,17.1455 L4.75,13.1865 C4.75,12.8995 4.984,12.6665 5.271,12.6665 L11.604,12.6665 Z M12.521,6.333 L17.121,6.333 L15.663,3.416 L12.521,3.416 L12.521,6.333 Z M22.92,7.375 L18.458,7.375 L18.458,9.525 C18.935,9.815 19.462,9.969 19.985,9.969 C21.473,9.969 22.736,8.84 22.92,7.375 Z M1.471,6.333 L5.714,6.333 L7.173,3.416 L3.768,3.416 L1.471,6.333 Z M17.417,9.721 L17.417,7.375 L12.521,7.375 L12.521,9.647 C13.074,10.482 13.996,10.979 14.994,10.979 C15.957,10.979 16.859,10.509 17.417,9.721 Z M18.285,6.333 L22.469,6.333 L20.229,3.416 L16.827,3.416 L18.285,6.333 Z M6.584,9.723 C7.143,10.511 8.045,10.98 9.005,10.98 C10.004,10.98 10.926,10.483 11.479,9.648 L11.479,7.375 L6.584,7.375 L6.584,9.723 Z M18.729,12.666 C19.017,12.666 19.25,12.9 19.25,13.187 L19.25,20.583 L19.792,20.583 L19.792,11 C19.209,10.971 18.646,10.812 18.113,10.526 C17.349,11.478 16.217,12.021 14.994,12.021 C13.851,12.021 12.769,11.533 12.002,10.676 C11.242,11.533 10.159,12.021 9.006,12.021 C7.783,12.021 6.65,11.478 5.885,10.526 C5.354,10.812 4.791,10.971 4.208,11 L4.208,20.583 L12.667,20.583 L12.667,13.187 C12.667,12.9 12.9,12.666 13.188,12.666 L18.729,12.666 Z M6.879,6.333 L11.479,6.333 L11.479,3.416 L8.337,3.416 L6.879,6.333 Z M5.542,7.375 L1.08,7.375 C1.264,8.839 2.528,9.968 4.015,9.968 C4.539,9.968 5.065,9.815 5.542,9.525 L5.542,7.375 Z M13.708,20.583 L18.208,20.583 L18.208,13.708 L13.708,13.708 L13.708,20.583 Z M23.996,6.818 L24,6.854 L24,7.009 C24,8.892 22.675,10.518 20.833,10.914 L20.833,21.104 C20.833,21.391 20.6,21.625 20.313,21.625 L3.688,21.625 C3.4,21.625 3.167,21.391 3.167,21.104 L3.167,10.914 C1.325,10.518 0,8.892 0,7.009 L0,6.854 C0,6.823 0.006,6.798 0.011,6.779 C-0.012,6.633 0.023,6.488 0.111,6.377 L3.106,2.574 C3.203,2.449 3.356,2.375 3.515,2.375 L20.485,2.375 C20.646,2.375 20.801,2.451 20.898,2.578 L23.893,6.476 C23.966,6.572 24.003,6.693 23.996,6.818 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M5.792 14.625h5.292v-2.918H5.792v2.918zm5.812-3.959c.287 0 .521.233.521.52v3.96a.522.522 0 01-.521.52H5.271a.522.522 0 01-.521-.52v-3.96c0-.287.234-.52.521-.52h6.333zm.917-6.333h4.6l-1.458-2.917h-3.142v2.917zM22.92 5.375h-4.462v2.15c.477.29 1.004.444 1.527.444a2.975 2.975 0 002.935-2.594zM1.471 4.333h4.243l1.459-2.917H3.768L1.471 4.333zm15.946 3.388V5.375h-4.896v2.272a2.957 2.957 0 002.473 1.332 2.97 2.97 0 002.423-1.258zm.868-3.388h4.184l-2.24-2.917h-3.402l1.458 2.917zM6.584 7.723A2.971 2.971 0 009.005 8.98c.999 0 1.921-.497 2.474-1.332V5.375H6.584v2.348zm12.145 2.943c.288 0 .521.234.521.521v7.396h.542V9a3.937 3.937 0 01-1.679-.474 3.971 3.971 0 01-3.119 1.495 4.008 4.008 0 01-2.992-1.345 3.99 3.99 0 01-2.996 1.345 3.977 3.977 0 01-3.121-1.495A3.92 3.92 0 014.208 9v9.583h8.459v-7.396c0-.287.233-.521.521-.521h5.541zM6.879 4.333h4.6V1.416H8.337L6.879 4.333zM5.542 5.375H1.08a2.976 2.976 0 002.935 2.593c.524 0 1.05-.153 1.527-.443v-2.15zm8.166 13.208h4.5v-6.875h-4.5v6.875zM23.996 4.818l.004.036v.155a4.003 4.003 0 01-3.167 3.905v10.19a.521.521 0 01-.52.521H3.688a.521.521 0 01-.521-.521V8.914A4.003 4.003 0 010 5.009v-.155c0-.031.006-.056.011-.075a.514.514 0 01.1-.402L3.106.574a.52.52 0 01.409-.199h16.97c.161 0 .316.076.413.203l2.995 3.898c.073.096.11.217.103.342z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M11.3441248,11.8965 L13.5121248,11.8965 L13.5121248,9.7285 L11.3441248,9.7285 L11.3441248,11.8965 Z M19.8481248,13.1875 L19.8481248,17.1485 C19.8481248,17.3095 19.7171248,17.4405 19.5561248,17.4405 L6.35412481,17.4405 C6.27712481,17.4405 6.20312481,17.4095 6.14812481,17.3545 L4.16712481,15.3735 C4.11212481,15.3185 4.08212481,15.2455 4.08212481,15.1685 C4.08212481,15.0905 4.11212481,15.0175 4.16812481,14.9625 L6.14912481,12.9805 C6.20312481,12.9265 6.27712481,12.8965 6.35412481,12.8965 L6.35412481,12.8965 L19.5561248,12.8965 C19.7171248,12.8965 19.8481248,13.0265 19.8481248,13.1875 L19.8481248,13.1875 Z M13.5121248,22.6925 C13.5121248,22.8505 13.3791248,22.9845 13.2201248,22.9845 L11.6361248,22.9845 C11.4781248,22.9845 11.3441248,22.8505 11.3441248,22.6925 L11.3441248,18.4405 L13.5121248,18.4405 L13.5121248,22.6925 Z M1.84012481,8.4365 L1.84012481,3.6835 C1.84012481,3.5225 1.97112481,3.3915 2.13212481,3.3915 L19.4921248,3.3915 C19.5691248,3.3915 19.6441248,3.4225 19.6991248,3.4775 L22.0751248,5.8535 C22.1881248,5.9675 22.1881248,6.1525 22.0751248,6.2665 L19.6981248,8.6425 C19.6431248,8.6975 19.5701248,8.7285 19.4921248,8.7285 L2.13212481,8.7285 C1.97112481,8.7285 1.84012481,8.5975 1.84012481,8.4365 L1.84012481,8.4365 Z M11.3441248,1.3075 C11.3441248,1.1495 11.4781248,1.0155 11.6361248,1.0155 L13.2201248,1.0155 C13.3791248,1.0155 13.5121248,1.1495 13.5121248,1.3075 L13.5121248,2.3915 L11.3441248,2.3915 L11.3441248,1.3075 Z M19.4921248,9.7285 C19.8381248,9.7285 20.1631248,9.5935 20.4061248,9.3495 L22.7831248,6.9725 C23.2861248,6.4685 23.2851248,5.6505 22.7821248,5.1465 L20.4071248,2.7715 C20.1671248,2.5295 19.8331248,2.3915 19.4921248,2.3915 L14.5121248,2.3915 L14.5121248,1.3075 C14.5121248,0.5955 13.9331248,0.0155 13.2201248,0.0155 L11.6361248,0.0155 C10.9241248,0.0155 10.3441248,0.5955 10.3441248,1.3075 L10.3441248,2.3915 L2.13212481,2.3915 C1.42012481,2.3915 0.840124814,2.9715 0.840124814,3.6835 L0.840124814,8.4365 C0.840124814,9.1485 1.42012481,9.7285 2.13212481,9.7285 L10.3441248,9.7285 L10.3441248,11.8965 L6.35512481,11.8965 L6.35212481,11.8965 C6.01212481,11.8965 5.68012481,12.0345 5.44112481,12.2745 L3.46212481,14.2545 C3.21712481,14.4985 3.08212481,14.8225 3.08212481,15.1675 C3.08212481,15.5125 3.21712481,15.8375 3.46112481,16.0815 L5.44112481,18.0605 C5.68112481,18.3015 6.01412481,18.4405 6.35412481,18.4405 L10.3441248,18.4405 L10.3441248,22.6925 C10.3441248,23.4055 10.9241248,23.9845 11.6361248,23.9845 L13.2201248,23.9845 C13.9331248,23.9845 14.5121248,23.4055 14.5121248,22.6925 L14.5121248,18.4405 L19.5561248,18.4405 C20.2691248,18.4405 20.8481248,17.8615 20.8481248,17.1485 L20.8481248,13.1875 C20.8481248,12.4755 20.2691248,11.8965 19.5561248,11.8965 L14.5121248,11.8965 L14.5121248,9.7285 L19.4921248,9.7285 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M11.344 11.896h2.168V9.729h-2.168v2.168zm8.504 1.291v3.961a.292.292 0 01-.292.293H6.354a.292.292 0 01-.206-.086l-1.98-1.982a.288.288 0 010-.41L6.15 12.98a.29.29 0 01.205-.085h13.202c.161 0 .292.13.292.291zm-6.336 9.505a.296.296 0 01-.292.293h-1.584a.296.296 0 01-.292-.293V18.44h2.168v4.252zM1.84 8.437V3.684c0-.162.131-.292.292-.292h17.36c.077 0 .152.03.207.086l2.376 2.376a.294.294 0 010 .412l-2.377 2.377a.29.29 0 01-.206.085H2.132a.292.292 0 01-.292-.291zm9.504-7.13c0-.157.134-.291.292-.291h1.584c.16 0 .292.133.292.292v1.084h-2.168V1.308zm8.148 8.421c.346 0 .671-.134.914-.378l2.377-2.377a1.293 1.293 0 000-1.827l-2.376-2.374a1.297 1.297 0 00-.915-.38h-4.98V1.308c0-.713-.579-1.292-1.292-1.292h-1.584c-.712 0-1.292.58-1.292 1.292v1.084H2.132c-.712 0-1.292.58-1.292 1.292v4.752c0 .713.58 1.293 1.292 1.293h8.212v2.168H6.352c-.34 0-.672.137-.91.377l-1.98 1.98a1.285 1.285 0 00-.001 1.827l1.98 1.98c.24.24.573.38.913.38h3.99v4.252c0 .712.58 1.291 1.292 1.291h1.584c.713 0 1.292-.579 1.292-1.292V18.44h5.044c.713 0 1.292-.579 1.292-1.292v-3.96c0-.713-.579-1.292-1.292-1.292h-5.044V9.729h4.98z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M4,18.7826087 L1,18.7826087 C0.224,18.7826087 0,19.0163478 0,19.826087 L0,24 C0,23.7662609 0.224,24 1,24 L4,24 C3.776,24 4,23.7662609 4,24 L4,19.826087 C4,19.0163478 3.776,18.7826087 4,18.7826087 Z M3,22.9565217 L1,22.9565217 L1,19.826087 L3,19.826087 L3,22.9565217 Z M24,0 L21,0 C20.224,0 20,0.23373913 20,1.04347826 L20,24 C20,23.7662609 20.224,24 21,24 L24,24 C23.776,24 24,23.7662609 24,24 L24,1.04347826 C24,0.23373913 23.776,0 24,0 Z M23,22.9565217 L21,22.9565217 L21,1.04347826 L23,1.04347826 L23,22.9565217 Z M9,14.6086957 L6,14.6086957 C5.224,14.6086957 5,14.8424348 5,14.6086957 L5,22.9565217 C5,23.7662609 5.224,24 6,24 L9,24 C8.776,24 9,23.7662609 9,22.9565217 L9,14.6086957 C9,14.8424348 8.776,14.6086957 9,14.6086957 Z M8,22.9565217 L6,22.9565217 L6,15.6521739 L8,15.6521739 L8,22.9565217 Z M19,4.17391304 L16,4.17391304 C15.224,4.17391304 15,4.40765217 15,5.2173913 L15,24 C15,23.7662609 15.224,24 16,24 L19,24 C18.776,24 19,23.7662609 19,24 L19,5.2173913 C19,4.40765217 18.776,4.17391304 19,4.17391304 Z M18,22.9565217 L16,22.9565217 L16,5.2173913 L18,5.2173913 L18,22.9565217 Z M14,9.39130435 L11,9.39130435 C10.224,9.39130435 10,9.62504348 10,10.4347826 L10,24 C10,23.7662609 10.224,24 11,24 L14,24 C13.776,24 14,23.7662609 14,24 L14,10.4347826 C14,9.62504348 13.776,9.39130435 14,9.39130435 Z M13,22.9565217 L11,22.9565217 L11,10.4347826 L13,10.4347826 L13,22.9565217 Z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M4 18.783H1c-.776 0-1 .233-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0v-4.174c0-.81-.224-1.043 0-1.043zm-1 4.174H1v-3.13h2v3.13zM24 0h-3c-.776 0-1 .234-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V1.043C24 .233 23.776 0 24 0zm-1 22.957h-2V1.043h2v21.914zM9 14.609H6c-.776 0-1 .233-1 0v8.348C5 23.767 5.224 24 6 24h3c-.224 0 0-.234 0-1.043v-8.348c0 .233-.224 0 0 0zm-1 8.348H6v-7.305h2v7.305zM19 4.174h-3c-.776 0-1 .234-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V5.217c0-.81-.224-1.043 0-1.043zm-1 18.783h-2V5.217h2v17.74zM14 9.39h-3c-.776 0-1 .234-1 1.044V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V10.435c0-.81-.224-1.044 0-1.044zm-1 13.566h-2V10.435h2v12.522z"/>
|
|
6
3
|
</svg>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 18 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
transform="translate(-3)"
|
|
5
|
-
d="M13.5,15 L10.5,15 L10.5,17.5 C10.5,17.776 10.276,18 10,18 C9.724,18 9.5,17.776 9.5,17.5 L9.5,15 L7.5,15 L7.5,19.5 C7.5,19.776 7.724,20 8,20 L11.5,20 L11.5,17.5 C11.5,17.224 11.724,17 12,17 C12.276,17 12.5,17.224 12.5,17.5 L12.5,20 L16,20 C16.276,20 16.5,19.776 16.5,19.5 L16.5,15 L14.5,15 L14.5,17.5 C14.5,17.776 14.276,18 14,18 C13.724,18 13.5,17.776 13.5,17.5 L13.5,15 Z M14.5,9 L14.5,11.5 C14.5,11.776 14.276,12 14,12 C13.724,12 13.5,11.776 13.5,11.5 L13.5,9 L10.5,9 L10.5,11.5 C10.5,11.776 10.276,12 10,12 C9.724,12 9.5,11.776 9.5,11.5 L9.5,9 L8,9 C7.724,9 7.5,9.224 7.5,9.5 L7.5,14 L11.5,14 L11.5,11.5 C11.5,11.224 11.724,11 12,11 C12.276,11 12.5,11.224 12.5,11.5 L12.5,14 L16.5,14 L16.5,9.5 C16.5,9.224 16.276,9 16,9 L14.5,9 Z M18,24 L6,24 C4.622,24 3.5,22.878 3.5,21.5 L3.5,5.5 C3.5,5.367 3.553,5.24 3.646,5.146 L8.646,0.146 C8.74,0.053 8.867,0 9,0 L18,0 C19.378,0 20.5,1.122 20.5,2.5 L20.5,21.5 C20.5,22.878 19.378,24 18,24 Z M4.5,5.707 L4.5,21.5 C4.5,22.327 5.173,23 6,23 L18,23 C18.827,23 19.5,22.327 19.5,21.5 L19.5,2.5 C19.5,1.673 18.827,1 18,1 L9.207,1 L4.5,5.707 Z M16,21 L8,21 C7.173,21 6.5,20.327 6.5,19.5 L6.5,9.5 C6.5,8.673 7.173,8 8,8 L16,8 C16.827,8 17.5,8.673 17.5,9.5 L17.5,19.5 C17.5,20.327 16.827,21 16,21 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M10.5 15h-3v2.5a.5.5 0 01-1 0V15h-2v4.5a.5.5 0 00.5.5h3.5v-2.5a.5.5 0 011 0V20H13a.5.5 0 00.5-.5V15h-2v2.5a.5.5 0 01-1 0V15zm1-6v2.5a.5.5 0 01-1 0V9h-3v2.5a.5.5 0 01-1 0V9H5a.5.5 0 00-.5.5V14h4v-2.5a.5.5 0 011 0V14h4V9.5A.5.5 0 0013 9h-1.5zM15 24H3a2.503 2.503 0 01-2.5-2.5v-16c0-.133.053-.26.146-.354l5-5A.504.504 0 016 0h9c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5zM1.5 5.707V21.5c0 .827.673 1.5 1.5 1.5h12c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5H6.207L1.5 5.707zM13 21H5c-.827 0-1.5-.673-1.5-1.5v-10C3.5 8.673 4.173 8 5 8h8c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5z"/>
|
|
7
3
|
</svg>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 24 24">
|
|
2
|
-
|
|
3
|
-
fillRule="evenodd"
|
|
4
|
-
d="M9 2.75v-1.334c-2.235.634-4.182 1.959-5.596 3.728l1.967.328 3.629-2.722zm1-.04l3.11 1.777 4.39-.439v-1.548l.001-.023c-1.619-.939-3.498-1.477-5.501-1.477-.683 0-1.351.063-2 .182v1.528zm-4.851 3.738l-2.396-.399c-1.108 1.717-1.752 3.76-1.752 5.951 0 .502.034.996.099 1.481l3.1-.443 2.239-3.582-1.289-3.008zm-3.118-1.121c.03-.081.079-.152.142-.206 2.173-3.094 5.768-5.121 9.828-5.121 6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64l-2.218 3.548 2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496l-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097l.443 4.432h1.845c.769-1.501 1.204-3.201 1.204-5 0-.877-.103-1.731-.298-2.55l-1.883-.377-1.31 3.494zm.136 5.432l-3.69 2.307-.348 2.086c2.319-.807 4.287-2.37 5.609-4.393h-1.571zm-4.686 2.2l-2.62-2.183-5.017.456-1.359 2.719c1.734 1.143 3.81 1.809 6.037 1.809.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833c-.742-2.113-2.111-3.933-3.883-5.236v1.225l2.31 3.696 1.573.315zm-17.24 12.229l1.292-2.584-2.205-3.969-2.952.422c.565 2.459 1.956 4.605 3.865 6.13zm.971-14.432l1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17l2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"
|
|
5
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M9 2.75V1.416a11.029 11.029 0 00-5.596 3.728l1.967.328L9 2.75zm1-.04l3.11 1.777 4.39-.439V2.5l.001-.023A10.93 10.93 0 0012 1c-.683 0-1.351.063-2 .182V2.71zM5.149 6.448l-2.396-.399A10.94 10.94 0 001.001 12c0 .502.034.996.099 1.481l3.1-.443 2.239-3.582L5.15 6.448zM2.031 5.327a.499.499 0 01.142-.206C4.346 2.027 7.941 0 12.001 0c6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64L5.08 13.515l2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496l-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097L19.952 17h1.845a10.937 10.937 0 001.204-5 11 11 0 00-.298-2.55l-1.883-.377-1.31 3.494zM19.645 18l-3.69 2.307-.348 2.086A11.057 11.057 0 0021.216 18h-1.571zm-4.686 2.2l-2.62-2.183-5.017.456-1.359 2.719A10.937 10.937 0 0012 23.001c.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833A11.06 11.06 0 0018.5 3.131v1.225l2.31 3.696 1.573.315zM5.143 20.596l1.292-2.584-2.205-3.969-2.952.422a11.012 11.012 0 003.865 6.13zm.971-14.432l1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17l2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"/>
|
|
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="M7.673,15.7405 C7.804,15.7405 7.92,15.7495 8.049,15.7505 L8.481,18.7705 C8.495,18.8665 8.53,18.9545 8.585,19.0315 L10.425,21.6325 L7.393,21.6325 C7.201,21.6325 7.036,21.4895 7.008,21.2995 L6.214,15.7405 L7.673,15.7405 Z M4.133,7.0885 L7.079,7.0885 L7.079,14.5535 L5.529,14.5535 L4.133,14.5535 C2.509,14.5535 1.188,13.2315 1.188,11.6075 L1.188,10.0335 C1.188,8.4095 2.509,7.0885 4.133,7.0885 L4.133,7.0885 Z M8.679,14.5745 C8.641,14.5665 8.604,14.5535 8.563,14.5535 L8.267,14.5535 L8.267,7.0755 C18.025,6.9405 21.562,3.5915 22.487,2.4295 C22.684,2.5275 22.811,2.7295 22.811,2.9545 L22.811,18.6855 C22.811,18.9105 22.684,19.1135 22.487,19.2105 C21.575,18.0655 18.123,14.7975 8.679,14.5745 L8.679,14.5745 Z M22.226,1.1795 C22.019,1.1795 21.823,1.2915 21.715,1.4705 C21.687,1.5145 18.871,5.9005 7.673,5.9005 L4.133,5.9005 C1.854,5.9005 1.13686838e-13,7.7545 1.13686838e-13,10.0335 L1.13686838e-13,11.6075 C1.13686838e-13,13.8865 1.854,15.7405 4.133,15.7405 L5.014,15.7405 L5.832,21.4665 C5.943,22.2385 6.614,22.8205 7.393,22.8205 L10.642,22.8205 C10.868,22.8205 11.086,22.7515 11.273,22.6185 C11.758,22.2695 11.872,21.5915 11.525,21.1035 L9.636,18.4595 L9.254,15.7795 C19.091,16.1725 21.689,20.1265 21.714,20.1665 C21.819,20.3465 22.016,20.4605 22.226,20.4605 C23.204,20.4605 24,19.6645 24,18.6855 L24,2.9545 C24,1.9755 23.204,1.1795 22.226,1.1795 L22.226,1.1795 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M7.673 14.74c.131 0 .247.01.376.01l.432 3.02a.592.592 0 00.104.262l1.84 2.6H7.393a.391.391 0 01-.385-.333l-.794-5.558h1.459zm-3.54-8.652h2.946v7.465H4.133a2.949 2.949 0 01-2.945-2.946V9.034a2.948 2.948 0 012.945-2.946zm4.546 7.487c-.038-.008-.075-.021-.116-.021h-.296V6.074c9.758-.135 13.295-3.484 14.22-4.646.197.098.324.3.324.525v15.732a.584.584 0 01-.324.524c-.912-1.145-4.364-4.413-13.808-4.636zM22.226.18a.602.602 0 00-.511.29C21.687.514 18.871 4.9 7.673 4.9h-3.54A4.138 4.138 0 000 9.034v1.575a4.138 4.138 0 004.133 4.133h.881l.818 5.726a1.586 1.586 0 001.561 1.354h3.249c.226 0 .444-.07.631-.203a1.09 1.09 0 00.252-1.514l-1.889-2.645-.382-2.68c9.837.393 12.435 4.348 12.46 4.387.105.18.302.294.512.294.978 0 1.774-.796 1.774-1.774V1.954C24 .976 23.204.18 22.226.18z"/>
|
|
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="M19.862,21.931 L19.862,2.069 C19.862,1.458 19.364,0.96 18.753,0.96 L5.246,0.96 C4.635,0.96 4.138,1.458 4.138,2.069 L4.138,21.931 C4.138,22.542 4.635,23.04 5.246,23.04 L18.753,23.04 C19.364,23.04 19.862,22.542 19.862,21.931 Z M18.753,-3.01980663e-14 C19.893,-3.01980663e-14 20.822,0.929 20.822,2.069 L20.822,21.931 C20.822,23.073 19.893,24 18.753,24 L5.246,24 C4.106,24 3.178,23.073 3.178,21.931 L3.178,2.069 C3.178,0.929 4.106,-3.01980663e-14 5.246,-3.01980663e-14 L18.753,-3.01980663e-14 Z M15.3122,19.2845 C17.1382,17.4585 17.1382,14.4865 15.3122,12.6605 C14.3992,11.7475 13.1992,11.2905 11.9992,11.2905 C10.8002,11.2905 9.6012,11.7475 8.6872,12.6605 C6.8612,14.4865 6.8612,17.4585 8.6872,19.2845 C10.5142,21.1105 13.4872,21.1115 15.3122,19.2845 Z M11.9992,10.3285 C13.5072,10.3285 14.9242,10.9155 15.9912,11.9815 C17.0562,13.0475 17.6432,14.4655 17.6432,15.9725 C17.6432,17.4795 17.0562,18.8975 15.9912,19.9635 C14.9242,21.0295 13.5072,21.6165 11.9992,21.6165 C10.4922,21.6165 9.0752,21.0295 8.0092,19.9635 C6.9432,18.8975 6.3562,17.4795 6.3562,15.9725 C6.3562,14.4655 6.9432,13.0475 8.0092,11.9815 C9.0752,10.9155 10.4922,10.3285 11.9992,10.3285 Z M12.5031,16.4759 C12.7801,16.1989 12.7801,15.7469 12.5031,15.4689 C12.3641,15.3299 12.1821,15.2609 12.0001,15.2609 C11.8171,15.2609 11.6351,15.3299 11.4961,15.4689 C11.2191,15.7469 11.2191,16.1989 11.4961,16.4759 C11.7741,16.7529 12.2261,16.7529 12.5031,16.4759 Z M10.8171,14.7899 C11.4691,14.1389 12.5311,14.1389 13.1821,14.7899 C13.8341,15.4429 13.8341,16.5029 13.1821,17.1549 C12.8561,17.4799 12.4271,17.6429 12.0001,17.6429 C11.5721,17.6429 11.1441,17.4799 10.8171,17.1549 C10.1661,16.5029 10.1661,15.4429 10.8171,14.7899 Z M10.654,3.9012 C9.912,4.6432 9.912,5.8512 10.654,6.5932 C11.396,7.3352 12.603,7.3352 13.346,6.5932 C14.089,5.8512 14.089,4.6432 13.346,3.9012 C12.986,3.5422 12.508,3.3432 12,3.3432 C11.491,3.3432 11.013,3.5422 10.654,3.9012 Z M12,8.1092 C11.267,8.1092 10.533,7.8302 9.975,7.2722 C8.859,6.1552 8.859,4.3392 9.975,3.2222 C11.056,2.1402 12.943,2.1402 14.025,3.2222 C15.141,4.3392 15.141,6.1552 14.025,7.2722 C13.466,7.8302 12.733,8.1092 12,8.1092 Z"
|
|
6
|
-
/>
|
|
2
|
+
<path fill-rule="evenodd" d="M16.862 21.931V2.069A1.11 1.11 0 0015.753.96H2.246a1.11 1.11 0 00-1.108 1.109v19.862a1.11 1.11 0 001.108 1.109h13.507a1.11 1.11 0 001.109-1.109zM15.753 0c1.14 0 2.069.929 2.069 2.069v19.862A2.071 2.071 0 0115.753 24H2.246a2.07 2.07 0 01-2.068-2.069V2.069C.178.929 1.106 0 2.246 0h13.507zm-3.44 19.285a4.69 4.69 0 000-6.624 4.671 4.671 0 00-3.314-1.37 4.672 4.672 0 00-3.312 1.37 4.69 4.69 0 000 6.624 4.69 4.69 0 006.625 0zm-3.314-8.957a5.61 5.61 0 013.992 1.654 5.611 5.611 0 011.652 3.99 5.611 5.611 0 01-1.652 3.992A5.61 5.61 0 019 21.616a5.606 5.606 0 01-3.99-1.652 5.608 5.608 0 01-1.653-3.991c0-1.508.587-2.926 1.653-3.992A5.606 5.606 0 019 10.33zm.504 6.148a.714.714 0 000-1.007.71.71 0 00-1.007 0 .714.714 0 000 1.007.714.714 0 001.007 0zM7.817 14.79a1.676 1.676 0 012.365 0A1.671 1.671 0 019 17.643c-.428 0-.856-.163-1.183-.488a1.676 1.676 0 010-2.365zM7.654 3.9a1.906 1.906 0 000 2.692 1.904 1.904 0 100-2.692zM9 8.11a2.856 2.856 0 01-2.025-.837 2.868 2.868 0 010-4.05c1.081-1.082 2.968-1.082 4.05 0a2.868 2.868 0 010 4.05A2.857 2.857 0 019 8.11z"/>
|
|
7
3
|
</svg>
|