welcome-ui 7.3.0 → 8.0.0-alpha.0
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/dist/Accordion.mjs +14 -15
- package/dist/Alert.mjs +36 -37
- package/dist/AspectRatio.mjs +6 -6
- package/dist/Avatar.mjs +3 -3
- package/dist/Badge.mjs +13 -14
- package/dist/Breadcrumb.mjs +10 -10
- package/dist/Button.mjs +7 -7
- package/dist/ButtonGroup.mjs +9 -11
- package/dist/Card.mjs +10 -16
- package/dist/Checkbox.mjs +1 -1
- package/dist/ClearButton.mjs +4 -4
- package/dist/CloseButton.mjs +2 -2
- package/dist/{CustomInput-BqaOGHm4.mjs → CustomInput-D_13Gd_3.mjs} +511 -514
- package/dist/DatePicker.mjs +54 -50
- package/dist/DateTimePicker.mjs +16 -18
- package/dist/DateTimePickerCommon.mjs +1 -1
- package/dist/Drawer.mjs +44 -45
- package/dist/DropdownMenu.mjs +204 -208
- package/dist/Field.mjs +35 -37
- package/dist/FieldGroup.mjs +10 -11
- package/dist/FileDrop.mjs +98 -99
- package/dist/FileUpload.mjs +10 -10
- package/dist/Hint.mjs +7 -8
- package/dist/Icon.mjs +17 -18
- package/dist/IconsFont.mjs +298 -298
- package/dist/InputText.mjs +39 -42
- package/dist/Label.mjs +26 -27
- package/dist/Link.mjs +9 -11
- package/dist/Loader.mjs +4 -4
- package/dist/Logo.mjs +9 -11
- package/dist/Modal.mjs +46 -47
- package/dist/Pagination.mjs +50 -50
- package/dist/Picker.mjs +12 -12
- package/dist/Popover.mjs +4 -4
- package/dist/Radio.mjs +36 -38
- package/dist/RadioGroup.mjs +13 -15
- package/dist/RadioTab.mjs +25 -26
- package/dist/Search.mjs +89 -91
- package/dist/Select.mjs +33 -39
- package/dist/Slider.mjs +11 -11
- package/dist/System.mjs +16 -48
- package/dist/Table.mjs +7 -7
- package/dist/Text.mjs +32 -23
- package/dist/Textarea.mjs +16 -17
- package/dist/TimePicker.mjs +22 -22
- package/dist/Toast.mjs +14 -14
- package/dist/Toggle.mjs +3 -3
- package/dist/Tooltip.mjs +52 -53
- package/dist/UniversalLink.mjs +5 -5
- package/dist/VariantIcon.mjs +14 -16
- package/dist/{index-BSdL4wPb.mjs → index-BDeIsk2X.mjs} +6 -6
- package/dist/theme.mjs +180 -180
- package/dist/types/components/Accordion/styles.d.ts +13 -5
- package/dist/types/components/Alert/styles.d.ts +16 -4
- package/dist/types/components/AspectRatio/styles.d.ts +1 -1
- package/dist/types/components/Avatar/styles.d.ts +14 -2
- package/dist/types/components/Badge/styles.d.ts +2 -2
- package/dist/types/components/Breadcrumb/Item.styles.d.ts +2 -2
- package/dist/types/components/Breadcrumb/styles.d.ts +4 -4
- package/dist/types/components/Button/index.d.ts +5 -1
- package/dist/types/components/Button/styles.d.ts +5 -1
- package/dist/types/components/ButtonGroup/styles.d.ts +1 -1
- package/dist/types/components/Card/Cover.styles.d.ts +7 -1
- package/dist/types/components/Card/index.d.ts +1 -1
- package/dist/types/components/Card/styles.d.ts +2 -2
- package/dist/types/components/Checkbox/styles.d.ts +5 -1
- package/dist/types/components/ClearButton/index.d.ts +8 -1
- package/dist/types/components/ClearButton/styles.d.ts +7 -1
- package/dist/types/components/CloseButton/styles.d.ts +7 -1
- package/dist/types/components/DatePicker/index.d.ts +2 -2
- package/dist/types/components/DateTimePicker/styles.d.ts +1 -1
- package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +2 -2
- package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -1
- package/dist/types/components/DateTimePickerCommon/styles.d.ts +7 -7
- package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +2 -2
- package/dist/types/components/Drawer/styles.d.ts +13 -7
- package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +3 -3
- package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -1
- package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -1
- package/dist/types/components/DropdownMenu/styles.d.ts +1 -1
- package/dist/types/components/Field/index.d.ts +5 -4
- package/dist/types/components/Field/styles.d.ts +6 -6
- package/dist/types/components/FieldGroup/index.d.ts +1 -1
- package/dist/types/components/FieldGroup/styles.d.ts +1 -1
- package/dist/types/components/FileDrop/index.d.ts +1 -1
- package/dist/types/components/FileDrop/styles.d.ts +4 -4
- package/dist/types/components/FileUpload/styles.d.ts +1 -1
- package/dist/types/components/Hint/index.d.ts +3 -2
- package/dist/types/components/Hint/styles.d.ts +2 -2
- package/dist/types/components/Icon/index.d.ts +3 -4
- package/dist/types/components/Icon/styles.d.ts +3 -4
- package/dist/types/components/Icons/Actions/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Activity/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Add/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Address/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Airplay/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Alert/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AlertOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Analytics/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Anniversary/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Archive/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLeft/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineLeft/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineRight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowLineUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowRight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ArrowUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AspectRatioFill/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AspectRatioFit/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Attachment/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Avatar/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarAccessory/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarBody/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarBottom/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarCostume/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarHead/content.json.d.ts +7 -0
- package/dist/types/components/Icons/AvatarTop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/BarChart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Basketball/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Behance/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Birthday/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bold/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Book/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Book2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bookmark/content.json.d.ts +7 -0
- package/dist/types/components/Icons/BookmarkOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bulb/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Bulk/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Buoy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Burn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Caddy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Calcul/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Camera/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CameraOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CameraOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CandidateStatus/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CardView/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Cast/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CastConnected/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CastUnavailable/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Celebrate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Certified/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Check/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Clipboard/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Clock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Code/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CodeBlock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Coffee/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Collapse/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Comment/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CommentOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CommonArea/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Compass/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Computer/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Connection/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Contract/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlBackward/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlForward/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlPause/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ControlStop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Copy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CoverLetter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Create/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CreditCard/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrescentMoon/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrescentMoonOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Cross/content.json.d.ts +7 -0
- package/dist/types/components/Icons/CrossTarget/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Crown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Csv/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Date/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Department/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Details/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Diamond/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Dish/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Doc/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Docx/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Down/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Download/content.json.d.ts +7 -0
- package/dist/types/components/Icons/DragAndDrop/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Dribbble/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Earth/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Edit/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EducationLevel/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Email/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EmailOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Eot/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Equal/content.json.d.ts +7 -0
- package/dist/types/components/Icons/EuroCurrency/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Expand/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ExpandText/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Extend/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ExternalLink/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Facebook/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Factory/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Female/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Filters/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Fingerprint/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Flag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagCs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagEn/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagEs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagFr/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagPointed/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FlagSk/content.json.d.ts +8 -0
- package/dist/types/components/Icons/FlagUs/content.json.d.ts +8 -0
- package/dist/types/components/Icons/Folder/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FullscreenOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/FullscreenOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Gear/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Gif/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Github/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Google/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Handshake/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HardHat/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Hashtag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading1/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading3/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading4/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading5/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heading6/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Headset/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Heart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HeartOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/HeartShiny/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Hide/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Home/content.json.d.ts +7 -0
- package/dist/types/components/Icons/House/content.json.d.ts +7 -0
- package/dist/types/components/Icons/InProgressCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Information/content.json.d.ts +7 -0
- package/dist/types/components/Icons/InformationOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Instagram/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Italic/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Jpeg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Jpg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/JusticeHammer/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Kanban/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Key/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Language/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Leaf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Left/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LineChart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Link/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Linkedin/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Location/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Lock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LockRounded/content.json.d.ts +7 -0
- package/dist/types/components/Icons/LogOut/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Male/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Map/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Masonry/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Masonry2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MeetingRoom/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Megaphone/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mention/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Menu/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mic/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MicrophoneOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MicrophoneOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Microship/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mobile/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Money/content.json.d.ts +7 -0
- package/dist/types/components/Icons/More/content.json.d.ts +7 -0
- package/dist/types/components/Icons/MoreAndroid/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Mountain/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Move/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Music/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Negative/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NegativeOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NegativeStraight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/NewCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Notification/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Npm/content.json.d.ts +7 -0
- package/dist/types/components/Icons/OfferStatus/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Office/content.json.d.ts +7 -0
- package/dist/types/components/Icons/OrderedList/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Origine/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Paperplane/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pdf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pencil/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Phone/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PhoneOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pictures/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Piechart/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pin/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pinterest/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Pizza/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Play/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PlayOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Playlist/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Png/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Podcast/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Positive/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PositiveOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PositiveStraight/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Ppt/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Print/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Promote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Puzzle/content.json.d.ts +7 -0
- package/dist/types/components/Icons/PuzzleOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Question/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Questions/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Quote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Refresh/content.json.d.ts +7 -0
- package/dist/types/components/Icons/RefuseCandidate/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Remote/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Remove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Reset/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Resume/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Review/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ReviewOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Right/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Salary/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Save/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ScreenshareOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ScreenshareOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Search/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SearchPeople/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Settings/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Share1/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Share2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Shield/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Show/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Slack/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SoundOff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SoundOn/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Source/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Spanner/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Sparkles/content.json.d.ts +7 -0
- package/dist/types/components/Icons/SquareAlert/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Stackoverflow/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Stackserver/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Star/content.json.d.ts +7 -0
- package/dist/types/components/Icons/StarOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Strikethrough/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Subtitle/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Success/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Suitcase/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Sun/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Svg/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Symbol/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Table/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnAddAfter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnAddBefore/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableColumnRemove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableDelete/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableDivide/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableMergeCells/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowAddAbove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowAddBelow/content.json.d.ts +7 -0
- package/dist/types/components/Icons/TableRowRemove/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tablet/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tag/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Target/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Teepee/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ThumbDown/content.json.d.ts +7 -0
- package/dist/types/components/Icons/ThumbUp/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Thunderclock/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tiktok/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Trash/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Tree/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Trophy/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Ttf/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Twitch/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Twitter/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Txt/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Type/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Unavailable/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Underline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/UnorderedList/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Up/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Update/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Upload/content.json.d.ts +7 -0
- package/dist/types/components/Icons/User/content.json.d.ts +7 -0
- package/dist/types/components/Icons/UserOutline/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Video/content.json.d.ts +7 -0
- package/dist/types/components/Icons/VideoCamera/content.json.d.ts +7 -0
- package/dist/types/components/Icons/VideoCamera2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/WatchLater/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Woff/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Woff2/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Write/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Wttj/content.json.d.ts +7 -0
- package/dist/types/components/Icons/X/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xing/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xls/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Xlsx/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Youtube/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Zapier/content.json.d.ts +7 -0
- package/dist/types/components/Icons/Zip/content.json.d.ts +7 -0
- package/dist/types/components/IconsFont/index.d.ts +2 -1
- package/dist/types/components/IconsFont/styles.d.ts +1 -1
- package/dist/types/components/IconsFont/unicode.json.d.ts +303 -0
- package/dist/types/components/InputText/styles.d.ts +1 -2
- package/dist/types/components/Label/index.d.ts +3 -2
- package/dist/types/components/Label/styles.d.ts +4 -4
- package/dist/types/components/Link/styles.d.ts +7 -1
- package/dist/types/components/Loader/styles.d.ts +7 -2
- package/dist/types/components/Logo/Solutions.d.ts +1 -1
- package/dist/types/components/Logo/Symbol.d.ts +1 -1
- package/dist/types/components/Logo/Wui.d.ts +1 -1
- package/dist/types/components/Logo/styles.d.ts +1 -1
- package/dist/types/components/Modal/Assets/Backdrop.d.ts +8 -1
- package/dist/types/components/Modal/Assets/index.d.ts +15 -6
- package/dist/types/components/Modal/Assets/styles.d.ts +16 -7
- package/dist/types/components/Modal/index.d.ts +15 -6
- package/dist/types/components/Modal/styles.d.ts +18 -8
- package/dist/types/components/Pagination/styles.d.ts +7 -7
- package/dist/types/components/Picker/styles.d.ts +5 -1
- package/dist/types/components/Popover/Popover.d.ts +3 -2
- package/dist/types/components/Popover/PopoverHover.d.ts +3 -2
- package/dist/types/components/Popover/styles.d.ts +25 -9
- package/dist/types/components/Radio/styles.d.ts +15 -5
- package/dist/types/components/RadioGroup/styles.d.ts +2 -2
- package/dist/types/components/RadioTab/styles.d.ts +9 -5
- package/dist/types/components/Search/index.d.ts +1 -1
- package/dist/types/components/Search/styles.d.ts +9 -9
- package/dist/types/components/Select/index.d.ts +6 -2
- package/dist/types/components/Select/styles.d.ts +24 -15
- package/dist/types/components/Shape/styles.d.ts +5 -1
- package/dist/types/components/Slider/styles.d.ts +30 -8
- package/dist/types/components/Swiper/index.d.ts +2 -2
- package/dist/types/components/Swiper/styles.d.ts +19 -14
- package/dist/types/components/System/index.d.ts +1 -19
- package/dist/types/components/Table/index.d.ts +7 -6
- package/dist/types/components/Table/styles.d.ts +9 -9
- package/dist/types/components/Tabs/styles.d.ts +13 -5
- package/dist/types/components/Tag/index.d.ts +2 -1
- package/dist/types/components/Tag/styles.d.ts +4 -4
- package/dist/types/components/Text/index.d.ts +2 -0
- package/dist/types/components/Text/styles.d.ts +1 -1
- package/dist/types/components/Textarea/styles.d.ts +1 -1
- package/dist/types/components/TimePicker/styles.d.ts +1 -1
- package/dist/types/components/Toast/styles.d.ts +29 -9
- package/dist/types/components/Toggle/styles.d.ts +9 -5
- package/dist/types/components/Tooltip/styles.d.ts +2 -2
- package/dist/types/components/UniversalLink/styles.d.ts +1 -1
- package/dist/types/components/VariantIcon/styles.d.ts +2 -2
- package/dist/types/components/WelcomeLoader/loader.json.d.ts +3 -0
- package/dist/types/components/WuiProvider/index.d.ts +2 -2
- package/dist/types/components/WuiProvider/styles.d.ts +4 -4
- package/dist/types/utils/overflow-ellipsis.d.ts +1 -1
- package/package.json +7 -5
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M97 29.51c0-8.303-3.2-15.725-9.013-20.905-5.644-5.032-13.08-7.308-20.95-6.415C57.57 3.266 49.14 8.84 43.753 16.6c-4.13-2.07-8.784-2.881-13.602-2.333C15.731 15.907 4 29.275 4 44.067c0 7.389 2.85 13.998 8.028 18.611 3.656 3.26 8.162 5.206 13.04 5.728l-2.735 4.648a2.357 2.357 0 0 0 2.303 3.536l1.477-.168c-1.144 2.241-1.429 4.713-.781 7.017.62 2.207 2.05 4.027 4.024 5.126 1.965 1.095 2.525 3.664 1.302 5.977a2.355 2.355 0 0 0 .988 3.184 2.36 2.36 0 0 0 3.19-.985c2.408-4.558 1.011-9.959-3.18-12.293-1.112-.621-1.58-1.584-1.777-2.283-.342-1.212-.14-2.611.557-3.841l1.447-2.558 4.855-.553a2.356 2.356 0 0 0 1.687-3.665l-2.848-4.191c5.09-1.57 9.793-4.62 13.504-8.81 3.733 2.598 8.05 4.17 12.666 4.581l-3.352 5.699a2.355 2.355 0 0 0 2.034 3.55c.09 0 .178-.005.269-.014l2.274-.259-.039.07c-1.466 2.593-1.856 5.505-1.098 8.202.681 2.423 2.25 4.423 4.42 5.632 2.388 1.33 3.079 4.433 1.607 7.22a2.357 2.357 0 0 0 2.086 3.457 2.36 2.36 0 0 0 2.09-1.258c2.655-5.023 1.126-10.97-3.483-13.537-1.078-.601-1.83-1.566-2.173-2.789-.412-1.457-.169-3.137.662-4.608l1.725-3.049 5.68-.645a2.363 2.363 0 0 0 1.878-1.358 2.36 2.36 0 0 0-.192-2.308l-3.48-5.121C86.468 57.96 97 44.378 97 29.51ZM67.037 58.365c-6.276.715-12.19-1.016-16.756-4.839-.018-.015-.03-.032-.047-.046a21.679 21.679 0 0 1-4.706-5.566c-.012-.022-.027-.04-.04-.062a21.871 21.871 0 0 1-.995-1.94c-.043-.093-.096-.183-.138-.279a23.19 23.19 0 0 1-.696-1.828c-.058-.17-.132-.335-.186-.509a22.97 22.97 0 0 1-.456-1.743c-.056-.233-.128-.458-.176-.694-.118-.586-.195-1.19-.272-1.792-.033-.246-.084-.485-.108-.734a26.25 26.25 0 0 1-.13-2.604c0-.793.049-1.58.116-2.361.022-.248.052-.496.08-.742.062-.558.146-1.11.242-1.659.044-.256.083-.512.135-.766.145-.713.316-1.418.515-2.114.092-.318.202-.632.303-.947.13-.403.265-.804.41-1.2.144-.382.293-.759.451-1.136.128-.307.267-.609.405-.91.463-1.005.97-1.997 1.549-2.96.016-.027.025-.057.04-.085 4.53-7.494 12.248-12.98 20.995-13.975.935-.107 1.86-.16 2.776-.16 5.463 0 10.532 1.876 14.496 5.408 4.794 4.273 7.434 10.447 7.434 17.388 0 14.328-11.322 27.272-25.24 28.855Zm-2.176 8.78 2.17-3.69c.2-.337.495-.4.599-.4a.08.08 0 0 1 .03.005l2.377 3.495-5.176.59Zm3.755-54.043c-11.228 0-20.363 9.344-20.363 20.827a3.37 3.37 0 0 0 3.373 3.367 3.37 3.37 0 0 0 3.373-3.367c0-7.77 6.109-14.091 13.617-14.091a3.37 3.37 0 0 0 3.373-3.368 3.37 3.37 0 0 0-3.373-3.368Zm-38.198 17.54c-6.385 0-11.58 5.38-11.58 11.997a3.37 3.37 0 0 1-3.373 3.367 3.37 3.37 0 0 1-3.373-3.367c0-10.33 8.222-18.734 18.326-18.734a3.37 3.37 0 0 1 3.373 3.368 3.37 3.37 0 0 1-3.373 3.368Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M94.982 35.329c.004.03.008.062.01.093 0 .013.002.025.004.038a.265.265 0 0 1 .004.042v45.134a2.34 2.34 0 0 1-2.03 2.326L39.566 89.98c-.1.013-.2.02-.302.02a2.307 2.307 0 0 1-.689-.114.72.72 0 0 1-.058-.016 2.317 2.317 0 0 1-.568-.29.115.115 0 0 0-.027-.014.138.138 0 0 1-.027-.014L5.964 66.256a2.353 2.353 0 0 1-.964-1.9V19.361c0-.1.018-.194.036-.29a4.62 4.62 0 0 0 .017-.093.67.67 0 0 0 .007-.084c.002-.036.003-.072.012-.107.001-.006.004-.01.006-.015l.006-.015a2.378 2.378 0 0 1 .272-.635c.113-.183.25-.348.41-.494.037-.034.08-.06.122-.088.029-.018.057-.036.084-.056l.082-.064c.069-.053.137-.107.216-.147a.108.108 0 0 1 .026-.01l.021-.006c.054-.026.112-.044.17-.062.028-.009.056-.017.083-.027l.014-.004a2.19 2.19 0 0 1 .374-.108.162.162 0 0 0 .035-.01.142.142 0 0 1 .039-.012l53.401-7.016c.154-.02.307-.022.46-.012.018.001.036.005.054.008l.036.006a2.344 2.344 0 0 1 .616.155c.174.07.345.154.5.266l31.932 23.157a.2.2 0 0 1 .033.032c.009.01.017.019.027.027l.05.034a.445.445 0 0 1 .064.047c.112.098.21.21.3.325.004.007.01.012.015.018a2.345 2.345 0 0 1 .359.715c.048.155.081.314.096.478l.007.055Zm-53.385 49.65 48.737-6.403V38.174l-6.907.908-22.39 2.941h-.002l-19.438 2.555V84.98Zm44.932-51.038-23.46-17.013v20.095l23.46-3.082Zm-28.126 3.695V15.018l-44.93 5.902 26.405 19.151 5.799-.763 12.726-1.672Zm1.553 12.215 11.417-1.499c1.705-.224 3.397.278 4.64 1.377 1.247 1.098 1.96 2.72 1.96 4.45v.83c0 3.41-2.634 6.428-5.996 6.87L60.56 63.38a6.163 6.163 0 0 1-.797.052 5.801 5.801 0 0 1-3.846-1.429c-1.244-1.1-1.959-2.722-1.959-4.452v-.83c0-3.41 2.636-6.427 5.998-6.87Zm11.417 7.375c1.013-.133 1.934-1.19 1.934-2.217v-.83c0-.39-.129-.71-.37-.924a1.11 1.11 0 0 0-.752-.264c-.067 0-.136.004-.208.014l-11.417 1.5c-1.012.133-1.936 1.19-1.936 2.216v.83c0 .39.13.711.372.924.243.215.575.305.96.251l11.417-1.5Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M77.883 53.262 54.08 79.447V11.03C54.08 8.806 52.253 7 50 7c-2.255 0-4.081 1.806-4.081 4.03v69.983L21.787 59.896a4.117 4.117 0 0 0-5.761.343 3.997 3.997 0 0 0 .348 5.69l30.92 27.057c.07.06.147.103.219.158.099.077.196.153.303.22.12.076.246.138.373.2.1.05.197.103.303.143.151.06.305.1.46.141.092.024.18.057.273.074.256.048.514.078.773.078h.001c.284 0 .562-.03.83-.085.018-.004.033-.012.049-.016.254-.055.5-.13.734-.23.074-.03.142-.077.214-.114.173-.086.344-.173.502-.282.08-.055.152-.126.23-.186.14-.115.279-.229.404-.36.022-.025.051-.04.073-.065l30.921-34.016a3.996 3.996 0 0 0-.311-5.692 4.116 4.116 0 0 0-5.762.308Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M84.496 42.08 26.17 48.79l19.538-21.976a4.112 4.112 0 0 0-.307-5.768 4.02 4.02 0 0 0-5.715.31L13.03 51.338c-.027.03-.044.066-.07.098-.089.105-.166.219-.244.333-.07.105-.144.209-.205.32-.066.119-.116.243-.17.368-.05.118-.104.234-.142.357-.043.129-.067.261-.095.395-.029.129-.058.256-.073.388-.015.128-.014.26-.016.393-.003.104-.02.206-.014.31.003.04.015.078.019.118.003.037-.003.073.001.111.011.108.045.207.065.312.022.115.04.229.07.34.043.157.104.304.165.453.037.088.067.18.109.265.082.166.182.318.285.47.043.06.075.125.12.184.156.208.331.4.524.572l26.658 23.848a4.02 4.02 0 0 0 5.71-.349 4.114 4.114 0 0 0-.345-5.767L25.518 57.088l59.895-6.89c2.219-.256 3.814-2.28 3.56-4.52-.252-2.242-2.253-3.859-4.477-3.597Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M94.316 94.316A5.75 5.75 0 0 0 90.25 84.5H9.75a5.75 5.75 0 0 0 0 11.5h80.5a5.75 5.75 0 0 0 4.066-1.684ZM78.75 44.25a5.753 5.753 0 0 1-1.667 4.082l-23 23a5.75 5.75 0 0 1-4.908 1.609 5.75 5.75 0 0 1-3.545-1.954L22.975 48.332a5.75 5.75 0 0 1 8.108-8.107L44.25 53.392V9.75a5.75 5.75 0 0 1 11.5 0v43.642l13.168-13.167a5.75 5.75 0 0 1 9.832 4.025Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.684 94.316A5.75 5.75 0 0 0 15.5 90.25V9.75a5.75 5.75 0 0 0-11.5 0v80.5a5.75 5.75 0 0 0 1.684 4.066ZM55.75 78.75a5.75 5.75 0 0 1-4.082-1.667l-23-23a5.75 5.75 0 0 1-1.608-4.908 5.75 5.75 0 0 1 1.953-3.545l22.655-22.655a5.75 5.75 0 0 1 8.107 8.108L46.608 44.25H90.25a5.75 5.75 0 0 1 0 11.5H46.608l13.167 13.168a5.75 5.75 0 0 1-4.025 9.832Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M94.316 5.684A5.75 5.75 0 0 0 84.5 9.75v80.5a5.75 5.75 0 0 0 11.5 0V9.75a5.75 5.75 0 0 0-1.684-4.066ZM44.25 21.25a5.75 5.75 0 0 1 4.082 1.667l23 23a5.75 5.75 0 0 1 1.609 4.908 5.75 5.75 0 0 1-1.954 3.545L48.332 77.025a5.75 5.75 0 0 1-8.107-8.108L53.392 55.75H9.75a5.75 5.75 0 0 1 0-11.5h43.642L40.225 31.082a5.75 5.75 0 0 1 4.025-9.832Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.684 5.684A5.75 5.75 0 0 0 9.75 15.5h80.5a5.75 5.75 0 0 0 0-11.5H9.75a5.75 5.75 0 0 0-4.066 1.684ZM21.25 55.75a5.753 5.753 0 0 1 1.667-4.082l23-23a5.75 5.75 0 0 1 4.908-1.608 5.75 5.75 0 0 1 3.545 1.953l22.655 22.655a5.75 5.75 0 0 1-8.108 8.107L55.75 46.608V90.25a5.75 5.75 0 0 1-11.5 0V46.608L31.082 59.775a5.75 5.75 0 0 1-9.832-4.025Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M88.488 48.913c.067-.12.118-.247.174-.375.048-.116.1-.23.139-.35.043-.13.067-.265.097-.4.027-.126.056-.253.071-.383.015-.13.014-.262.016-.394.003-.103.02-.207.014-.31-.003-.041-.015-.08-.019-.119-.003-.037.003-.073-.001-.11-.011-.093-.04-.178-.058-.27-.025-.14-.05-.28-.09-.418-.037-.132-.088-.254-.138-.38-.05-.12-.096-.24-.155-.356a4.286 4.286 0 0 0-.216-.356 4.486 4.486 0 0 0-.215-.31 4.637 4.637 0 0 0-.281-.307c-.064-.065-.115-.139-.184-.2l-26.66-23.847a4.017 4.017 0 0 0-5.71.349 4.113 4.113 0 0 0 .346 5.766l19.863 17.77-59.894 6.889c-2.219.256-3.814 2.28-3.56 4.52.233 2.085 1.983 3.624 4.013 3.624.153 0 .309-.01.464-.027l58.324-6.708L55.29 74.186a4.111 4.111 0 0 0 .307 5.768 4.022 4.022 0 0 0 5.714-.31L87.97 49.662c.027-.03.043-.065.069-.095.09-.108.17-.225.25-.342.068-.102.14-.203.199-.312Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M52.707 8.014c-.061-.053-.132-.088-.195-.138a3.817 3.817 0 0 0-.362-.258 3.703 3.703 0 0 0-.329-.177 3.66 3.66 0 0 0-.378-.168 3.747 3.747 0 0 0-.374-.116 4.138 4.138 0 0 0-.386-.09 4.007 4.007 0 0 0-.42-.04C50.174 7.02 50.09 7 50 7c-.042 0-.079.01-.118.012-.14.004-.276.023-.415.042-.13.016-.26.03-.386.058-.123.028-.241.07-.36.11-.131.043-.265.082-.39.138-.11.048-.213.113-.32.172-.124.069-.25.134-.364.215-.095.067-.184.146-.273.223-.116.095-.23.19-.334.298-.024.026-.053.044-.077.07l-30.92 34.016a3.994 3.994 0 0 0 .31 5.69 4.093 4.093 0 0 0 2.725 1.033c1.12 0 2.232-.452 3.039-1.338L45.92 21.553V89.97c0 2.226 1.826 4.03 4.08 4.03s4.081-1.804 4.081-4.03V19.987l24.132 21.117a4.114 4.114 0 0 0 5.76-.343 3.994 3.994 0 0 0-.35-5.69L52.708 8.015Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m47.567 59.778.049-19.32-4.237 4.677a2.362 2.362 0 0 1-1.755.776c-.56 0-1.124-.196-1.574-.598a2.32 2.32 0 0 1-.18-3.3l8.326-9.19c.35-.385.8-.621 1.274-.72.058-.012.117-.017.176-.027.078-.009.155-.021.233-.022.038-.003.073-.012.11-.012h.006c.08 0 .155.016.235.025.016.001.035.001.054.004a2.354 2.354 0 0 1 1.475.779l8.08 7.096a2.322 2.322 0 0 1 .2 3.298 2.373 2.373 0 0 1-3.33.2L52.335 39.6l-.048 19.248 4.201-4.636a2.372 2.372 0 0 1 3.33-.18 2.32 2.32 0 0 1 .179 3.3l-8.326 9.19a2.358 2.358 0 0 1-1.756.776 2.36 2.36 0 0 1-1.561-.587l-8.326-7.31a2.321 2.321 0 0 1-.2-3.299 2.374 2.374 0 0 1 3.327-.2l4.413 3.876Zm42.717-36.436v44.22L9.716 76.657v-44.22l80.568-9.096Zm3.928-13.75a2.372 2.372 0 0 0-1.837-.578L7.091 18.645A2.344 2.344 0 0 0 5 20.967v67.696c0 .665.287 1.3.788 1.744a2.372 2.372 0 0 0 1.837.578l85.284-9.63A2.344 2.344 0 0 0 95 79.032V11.337a2.33 2.33 0 0 0-.788-1.744Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m52.275 58.086 4.231 3.714a2.371 2.371 0 0 0 3.327-.199 2.321 2.321 0 0 0-.2-3.3l-8.153-7.157c-.035-.032-.077-.052-.114-.082a2.502 2.502 0 0 0-.206-.148 2.706 2.706 0 0 0-.195-.103 1.83 1.83 0 0 0-.435-.164 2.066 2.066 0 0 0-.217-.05 2.29 2.29 0 0 0-.25-.026c-.049-.003-.096-.015-.146-.015-.023 0-.044.007-.067.007a2.192 2.192 0 0 0-.247.025c-.073.01-.145.016-.217.033-.073.017-.144.042-.215.066-.073.025-.147.047-.216.077s-.132.069-.195.106c-.069.037-.138.073-.201.119-.06.04-.112.09-.167.136-.064.053-.127.105-.183.164-.014.016-.033.027-.048.043l-8.15 9a2.32 2.32 0 0 0 .18 3.299c.45.4 1.014.598 1.574.598.648 0 1.29-.261 1.757-.776l4.037-4.457v13.39L9.716 76.659V32.44l37.843-4.274v11.063l-4.196-3.684a2.374 2.374 0 0 0-3.328.2 2.321 2.321 0 0 0 .2 3.298l7.928 6.962c.432.48 1.054.788 1.754.788.012 0 .023-.003.032-.003l.018-.003c.147-.002.291-.014.428-.044a2.34 2.34 0 0 0 1.311-.73l8.151-8.998c.87-.962.79-2.439-.18-3.3a2.373 2.373 0 0 0-3.331.178l-4.07 4.496V27.633l38.008-4.291v44.22l-38.009 4.291V58.086ZM94.212 9.593a2.367 2.367 0 0 0-1.837-.579l-85.284 9.63A2.345 2.345 0 0 0 5 20.966v67.697c0 .666.287 1.3.788 1.744a2.365 2.365 0 0 0 1.837.578l85.284-9.63A2.345 2.345 0 0 0 95 79.034V11.338c0-.667-.287-1.301-.788-1.744Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m88.921 49.804-3.789 4.07L69.98 70.147c-5.078 5.422-10.043 10.857-15.213 16.268-5.447 5.251-12.935 8.463-20.56 8.41-3.796.024-7.633-.74-11.076-2.406a22.978 22.978 0 0 1-8.715-7.256c-2.236-3.096-3.666-6.754-4.176-10.525-.526-3.772-.17-7.645.931-11.284 1.1-3.644 2.934-7.06 5.332-10.033 1.228-1.498 2.485-2.806 3.725-4.196l3.733-4.12 14.937-16.468L53.875 12.1c1.35-1.426 2.854-2.71 4.517-3.777a23.799 23.799 0 0 1 5.386-2.457A22.185 22.185 0 0 1 69.671 5c2.001-.022 4.006.324 5.92.935.97.289 1.877.73 2.79 1.163.867.515 1.748 1.014 2.524 1.663 1.62 1.207 2.964 2.758 4.033 4.46 2.13 3.436 2.94 7.574 2.474 11.52-.45 3.957-2.1 7.726-4.597 10.808-.304.387-.648.763-.962 1.123l-.936 1.027-1.872 2.055-3.744 4.108-14.998 16.415-7.51 8.197-3.756 4.099-1.879 2.049c-.734.752-1.508 1.48-2.403 2.053-1.746 1.203-3.81 1.935-5.939 2.183-2.13.204-4.363-.096-6.337-1.066-1.989-.925-3.66-2.495-4.74-4.394-1.085-1.9-1.545-4.103-1.402-6.238.138-2.139.854-4.204 2.001-5.978.282-.449.603-.87.935-1.282.358-.423.675-.764.982-1.099l1.878-2.049 7.51-8.197 15.021-16.393 3.756-4.099 1.877-2.05.47-.511c.052-.062.207-.221.354-.36.153-.131.306-.265.477-.371a4.153 4.153 0 0 1 2.28-.704c1.621-.034 3.212.968 3.842 2.478.324.744.408 1.584.243 2.378a3.91 3.91 0 0 1-.422 1.139 4.121 4.121 0 0 1-.333.507l-.193.232-.13.144-3.755 4.098-15.026 16.388-7.533 8.177-3.766 4.09-.942 1.022a5.53 5.53 0 0 0-.65.84 4.672 4.672 0 0 0-.688 1.877c-.17 1.295.34 2.489 1.334 3.053.966.608 2.438.576 3.676-.04a5.321 5.321 0 0 0 1.685-1.284l1.883-2.044 3.766-4.089L61.934 46.68l7.532-8.177 3.766-4.089 1.883-2.044.941-1.021c.277-.31.548-.625.801-.954 2.028-2.616 3.125-5.968 2.751-9.163-.328-3.194-2.256-6.096-5.122-7.522-2.84-1.457-6.4-1.46-9.496-.268a14.29 14.29 0 0 0-4.266 2.56c-1.197 1.047-2.462 2.544-3.718 3.877L41.941 36.233 26.846 52.56l-3.777 4.08a23.822 23.822 0 0 0-3.11 4.188c-1.76 2.993-2.809 6.4-2.944 9.833-.149 3.43.67 6.89 2.457 9.798 1.76 2.93 4.537 5.181 7.698 6.533 6.424 2.647 14.241 1.307 19.943-2.796.75-.468 1.395-1.075 2.085-1.624.666-.58 1.264-1.22 1.902-1.845l3.777-4.079 7.553-8.16 15.125-16.3 3.788-4.068 1.894-2.034.474-.509.26-.273a3.423 3.423 0 0 1 2.216-1.013c1.328-.107 2.677.647 3.26 1.842.614 1.18.39 2.716-.526 3.671\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M49.968 92.79a39.924 39.924 0 0 1-26.774-10.254c1.337-10.562 8.97-19.389 19.331-22.182a2.614 2.614 0 0 0 .201-4.982c-7.874-2.826-13.164-10.334-13.164-18.681a19.738 19.738 0 0 1 5.82-14.048 19.736 19.736 0 0 1 14.048-5.818c10.954 0 19.866 8.913 19.866 19.866 0 8.352-5.294 15.859-13.173 18.684a2.613 2.613 0 0 0 .202 4.981 26.316 26.316 0 0 1 19.417 23.052 40.052 40.052 0 0 1-25.774 9.381ZM50 2C23.533 2 2 23.533 2 50s21.533 48 48 48 48-21.533 48-48S76.466 2 49.999 2Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M84.04 69.185c-2.357.27-4.55-.386-6.177-1.84-1.608-1.439-2.495-3.511-2.495-5.838 0-5.079 4.132-9.682 9.21-10.26.346-.04.69-.06 1.027-.06 1.962 0 3.762.659 5.15 1.9 1.61 1.437 2.496 3.511 2.496 5.838 0 5.078-4.133 9.681-9.21 10.26Zm-35.033 3.999c-2.348.266-4.549-.385-6.177-1.842-1.61-1.438-2.496-3.512-2.496-5.837 0-2.033.67-3.984 1.789-5.636.006-.01.017-.017.024-.027.007-.01.01-.023.018-.034 1.681-2.446 4.358-4.22 7.379-4.565.346-.04.688-.058 1.027-.058 1.96 0 3.76.657 5.15 1.9 1.608 1.437 2.496 3.511 2.496 5.838 0 5.077-4.132 9.682-9.21 10.26Zm44.911-23.646c-2.012-1.8-4.52-2.844-7.235-3.062a2.293 2.293 0 0 0-.462-.423L65.588 32.117c-4.641-3.136-8.15-2.104-9.832-1.21-3.046 1.623-4.866 5.251-4.866 9.708v1.914a2.377 2.377 0 0 0 2.375 2.379 2.377 2.377 0 0 0 2.375-2.379v-1.914c0-2.667.878-4.726 2.346-5.507 1.277-.68 3.033-.343 4.946.951L80.016 47.6c-3.408 1.465-6.228 4.195-7.863 7.506a18.508 18.508 0 0 0-5.63-.214c-1.848.21-3.676.693-5.371 1.392a11.998 11.998 0 0 0-2.268-2.747c-2.651-2.37-6.156-3.44-9.877-3.018-3.603.41-6.87 2.22-9.282 4.819L16.699 39.783c-4.64-3.135-8.153-2.103-9.833-1.208C3.82 40.196 2 43.825 2 48.28v1.915a2.377 2.377 0 0 0 2.375 2.378 2.377 2.377 0 0 0 2.375-2.378V48.28c0-2.667.876-4.724 2.344-5.507 1.275-.678 3.033-.342 4.95.951l23.002 15.54c-.927 1.932-1.462 4.053-1.462 6.24 0 3.7 1.45 7.033 4.082 9.386C41.94 76.922 44.84 78 47.963 78c.521 0 1.05-.03 1.581-.091 7.401-.844 13.422-7.567 13.422-14.986 0-.74-.074-1.46-.187-2.164a15.343 15.343 0 0 1 4.281-1.142c1.276-.145 2.53-.12 3.695.06a13.699 13.699 0 0 0-.137 1.83c0 3.7 1.451 7.034 4.082 9.387 2.273 2.03 5.174 3.108 8.296 3.108.522 0 1.05-.03 1.582-.09C91.979 73.067 98 66.345 98 58.925c0-3.7-1.45-7.035-4.082-9.387Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m63.272 61.662-4.044 1.315a2.375 2.375 0 0 0-1.611 1.903L53.88 89.203l-6.845.786-3.656-22.948a2.37 2.37 0 0 0-2.11-1.996l-3.541-.338v-8.07c0-7.245 5.849-13.81 13.039-14.637 3.386-.391 6.544.565 8.896 2.684 2.327 2.094 3.61 5.104 3.61 8.473v8.505Zm-.46-20.537c-3.373-3.035-7.836-4.406-12.58-3.862C40.73 38.354 33 47.046 33 56.637v10.24c0 1.23.927 2.258 2.142 2.374l3.86.367 3.724 23.377a2.37 2.37 0 0 0 2.601 1.99l10.88-1.25a2.373 2.373 0 0 0 2.069-2.003l3.789-24.668 4.295-1.396A2.379 2.379 0 0 0 68 63.399V53.157c0-4.746-1.843-9.02-5.188-12.032ZM50.767 9.832a9.278 9.278 0 0 1 1.091-.064c2.087 0 4.004.706 5.482 2.038 1.714 1.543 2.658 3.766 2.658 6.259 0 5.423-4.38 10.339-9.766 10.959-2.5.29-4.839-.413-6.574-1.976C41.943 25.506 41 23.284 41 20.791c0-5.423 4.38-10.34 9.766-10.959ZM40.509 30.607c2.36 2.122 5.37 3.249 8.614 3.249.543 0 1.091-.033 1.644-.096 7.697-.884 13.959-7.926 13.959-15.695 0-3.87-1.505-7.357-4.238-9.817-2.753-2.477-6.397-3.595-10.256-3.154-7.698.884-13.96 7.926-13.96 15.697 0 3.87 1.506 7.355 4.237 9.816Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m66.715 86.485-9.32-48.001c-.48-2.479-2.496-4.141-5.019-4.141h-.023c-2.812.01-5.232 2.054-5.754 4.856l-9.416 50.66-9.151 1.044 6.143-65.85 35.7-4.077 6.144 64.447-9.304 1.062Zm-19.113-73.01v5.234l-12.973 1.48.493-5.29 12.48-1.424Zm21.819 2.741-12.25 1.399V12.64c0-.088-.017-.171-.026-.256l11.783-1.346.493 5.177Zm4.022-8.055a2.383 2.383 0 0 0-.872-1.628 2.38 2.38 0 0 0-1.771-.519l-38.141 4.357a2.386 2.386 0 0 0-2.104 2.15L23.01 93.388a2.394 2.394 0 0 0 .705 1.93 2.38 2.38 0 0 0 1.939.668l13.82-1.577a2.389 2.389 0 0 0 2.074-1.938l9.741-52.395a1.12 1.12 0 0 1 1.084-.952h.005c.283 0 .298.08.337.274l9.74 50.17a2.387 2.387 0 0 0 2.61 1.918l13.82-1.579a2.389 2.389 0 0 0 2.104-2.601L73.443 8.16Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M81.017 57.776a2.383 2.383 0 1 1-4.767 0 2.383 2.383 0 0 1 4.767 0ZM50.64 45.498a2.566 2.566 0 0 1-2.563-2.563 2.565 2.565 0 0 1 2.563-2.562 2.565 2.565 0 0 1 2.563 2.562 2.566 2.566 0 0 1-2.563 2.563Zm0-9.892c-4.041 0-7.33 3.288-7.33 7.33s3.289 7.33 7.33 7.33c4.042 0 7.33-3.288 7.33-7.33s-3.288-7.33-7.33-7.33ZM87.66 63.23c-1.285 5.789-13.112 8.55-23.565 9.368a2.452 2.452 0 0 0-.49-.007c-.093.008-9.362.837-15.795-.994a2.385 2.385 0 0 0-1.303 4.586c1.877.534 3.924.869 5.938 1.076-1.808 2.975-4.684 7.407-6.014 9.02-2.478 3.008-9.586 3.877-15.208 1.859-2.594-.932-6.946-3.243-6.946-8.272 0-17.098 3.658-50.199 17.505-53.086C54.64 24.094 69.787 28.89 79.47 38.7c7.179 7.272 10.086 15.984 8.19 24.53Zm-4.796-27.88c-1.83-1.855-3.85-3.534-5.993-5.053-.003-.082.01-.163-.003-.247l-1.94-13.318a2.383 2.383 0 0 0-3.602-1.689l-10.134 6.213-9.483-13.26a2.385 2.385 0 0 0-3.956.117l-7.024 11.16-16.672-4.498a2.385 2.385 0 0 0-2.94 2.85l4.253 17.988-14.52 3.336a2.385 2.385 0 0 0-1.23 3.928l11.468 12.59-9.85 5.558a2.382 2.382 0 0 0-.496 3.78l8.908 8.714a156.19 156.19 0 0 0-.14 6.346c0 5.804 3.683 10.455 10.103 12.758 2.48.891 5.334 1.376 8.163 1.376 4.861 0 9.65-1.431 12.335-4.69.51-.62 5.491-7.682 7.594-11.68 6.968-.05 31.882-1.096 34.607-13.366 2.261-10.18-1.095-20.449-9.448-28.913Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M55.68 15.785c-1.578 0-3.216.095-4.91.29-18.513 2.117-29.564 13.92-29.564 31.573 0 2.875.297 5.728.886 8.481a2.395 2.395 0 0 1-.815 2.348c-4.844 4.006-7.511 8.503-7.511 12.665 0 7.282 8.002 13.08 20.486 14.929-11.027-19.239-5.225-40.647-4.97-41.558a2.382 2.382 0 0 1 3.723-1.269c5.513 4.145 13.423 7.085 21.16 7.868 5.551.563 10.083.357 13.465-.61 1.94-.552 3.972-.187 5.576 1.01a6.213 6.213 0 0 1 2.515 4.914c.093 5.745-.853 16.28-7.77 25.306 11.646-4.82 19.283-12.463 19.283-19.538 0-5.145-3.924-8.57-7.217-10.54a2.395 2.395 0 0 1-1.115-2.533c.591-2.904.892-5.837.892-8.719 0-8.37-2.39-14.755-7.101-18.977-4.156-3.724-9.977-5.64-17.014-5.64ZM35.28 91a4.43 4.43 0 0 1-.568-.035C19.092 88.969 9 81.188 9 71.142c0-5.346 2.813-10.654 8.155-15.419a45.678 45.678 0 0 1-.715-8.075c0-20.023 12.947-33.943 33.79-36.328 10.64-1.215 19.507 1.043 25.637 6.536 5.768 5.168 8.693 12.753 8.693 22.546 0 2.664-.23 5.365-.685 8.05C89.128 52.057 92 56.886 92 62.194c0 9.792-9.898 19.647-25.215 25.108-1.793.64-3.686.03-4.707-1.52-1.035-1.566-.846-3.585.467-5.02 7.148-7.83 8.52-17.514 8.41-24.258a1.442 1.442 0 0 0-.59-1.151 1.622 1.622 0 0 0-1.429-.25c-3.968 1.134-9.097 1.392-15.25.77-7.239-.732-14.652-3.198-20.503-6.751-1.108 6.574-2.43 21.773 5.563 35.185v.002c.9 1.512.88 3.41-.05 4.837A4.011 4.011 0 0 1 35.28 91Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M63.885 41.476a2.367 2.367 0 0 1-2.09 2.619l-8.637.98a2.372 2.372 0 0 1-2.63-2.082 2.367 2.367 0 0 1 2.091-2.619l8.636-.982a2.372 2.372 0 0 1 2.63 2.084Zm20.332-4.642L72.834 35.8a2.384 2.384 0 0 0-1.818.608 2.365 2.365 0 0 0-.773 1.748v40.233l-40.486 4.594V43.288a2.36 2.36 0 0 0-.974-1.91 2.392 2.392 0 0 0-2.124-.344l-11.085 3.523-4.209-11.004 23.302-11.461c1.85 7.441 7.199 11.99 13.877 11.99.566 0 1.142-.034 1.725-.1 7.223-.819 13.138-6.66 15.071-14.878a2.33 2.33 0 0 0 .048-.668l23.146 6.133-4.317 12.265ZM60.21 19.757c-1.804 5.319-5.773 8.99-10.48 9.523-4.773.552-8.622-2.312-10.212-7.489C46.15 23.731 53.562 23 60.21 19.757Zm33.514 2.075a2.376 2.376 0 0 0-1.488-1.18l-28.585-7.573a2.388 2.388 0 0 0-1.966.343c-7.351 5.084-16.442 6.14-23.721 2.758a2.389 2.389 0 0 0-2.057.023L7.324 30.263a2.362 2.362 0 0 0-1.168 2.964l5.777 15.108a2.374 2.374 0 0 0 2.943 1.411l10.13-3.219v39.107c0 .673.288 1.316.793 1.764a2.382 2.382 0 0 0 1.852.586l45.236-5.133a2.37 2.37 0 0 0 2.107-2.35V40.746l10.636.968a2.369 2.369 0 0 0 2.457-1.574l5.78-16.419a2.361 2.361 0 0 0-.143-1.89Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m90.419 79.998-78.785 9.069V19.436l3.11 3.105a2.31 2.31 0 0 0 3.276-.007 2.33 2.33 0 0 0-.007-3.288l-7.062-7.054A2.313 2.313 0 0 0 7 13.839v77.836c0 .663.282 1.294.775 1.735a2.314 2.314 0 0 0 1.805.574l81.366-9.365a2.324 2.324 0 0 0 2.039-2.575 2.32 2.32 0 0 0-2.566-2.046ZM23.68 75.887l10.788-1.233V35.346L23.68 36.579v39.308Zm-3.86 4.34a2.332 2.332 0 0 1-.774-1.735V34.503c0-1.18.884-2.176 2.055-2.309l15.421-1.764a2.313 2.313 0 0 1 1.806.575c.492.443.774 1.074.774 1.735v43.99a2.322 2.322 0 0 1-2.055 2.308l-15.422 1.764a2.314 2.314 0 0 1-1.806-.575Zm68.544-30.429-10.787 1.233v18.694l10.787-1.234V49.798ZM93 47.193v23.373a2.322 2.322 0 0 1-2.054 2.31L75.523 74.64a2.314 2.314 0 0 1-1.806-.575 2.332 2.332 0 0 1-.773-1.734V48.956c0-1.181.884-2.176 2.054-2.31l15.422-1.764A2.32 2.32 0 0 1 93 47.194ZM46.77 77.147a2.334 2.334 0 0 1-.774-1.736V10.088c0-1.183.885-2.177 2.055-2.31l15.422-1.764a2.325 2.325 0 0 1 1.806.575c.49.441.773 1.072.773 1.735v65.323a2.323 2.323 0 0 1-2.055 2.31l-15.422 1.765a2.314 2.314 0 0 1-1.805-.575Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"m85.988 38.234-.01.075c-.061 8.64-3.4 17.261-10.025 23.84-6.625 6.579-15.31 9.894-24.012 9.956a.856.856 0 0 0-.073.009c-.044.006-.087.012-.132.012h-.002a.81.81 0 0 1-.112-.01.495.495 0 0 0-.066-.008c-8.739-.036-17.467-3.353-24.118-9.958S17.447 46.883 17.41 38.207a.72.72 0 0 0-.009-.067.82.82 0 0 1-.01-.114c0-.048.006-.094.012-.14l.008-.07c.063-8.64 3.4-17.262 10.027-23.84 6.623-6.58 15.307-9.894 24.01-9.955l.073-.009A.982.982 0 0 1 51.656 4h.003c.038 0 .076.005.113.01l.07.008c8.736.037 17.461 3.354 24.111 9.958 6.651 6.603 9.992 15.267 10.028 23.942l.009.067c.005.037.01.075.01.113a.997.997 0 0 1-.012.136ZM29.152 18.917a29.23 29.23 0 0 0-7.016 16.694 29.51 29.51 0 0 0 16.806-6.971l-9.79-9.723Zm13.073 12.981c-5.636 4.901-12.631 7.796-20.103 8.32a29.212 29.212 0 0 0 7.03 16.989l19.28-19.144-6.207-6.165Zm9.47 9.404-19.28 19.144c4.952 4.211 10.968 6.538 17.11 6.98.526-7.417 3.443-14.364 8.379-19.96l-6.21-6.164Zm9.49 9.425a29.093 29.093 0 0 0-7.02 16.686 29.641 29.641 0 0 0 16.81-6.967l-9.79-9.719ZM45.488 28.659l6.207 6.163 19.281-19.145c-4.951-4.208-10.967-6.536-17.108-6.98-.528 7.419-3.444 14.366-8.38 19.962Zm35.782 7.247a29.212 29.212 0 0 0-7.03-16.988L54.958 38.063l6.21 6.164c5.633-4.902 12.63-7.797 20.1-8.32Zm-16.82 11.58 9.79 9.721a29.224 29.224 0 0 0 7.015-16.693 29.506 29.506 0 0 0-16.806 6.972ZM42.204 25.4c4.072-4.714 6.51-10.5 7.02-16.687a29.655 29.655 0 0 0-16.81 6.965l9.79 9.722ZM18.308 73.506c.59 0 1.181-.223 1.63-.67l3.624-3.599a2.279 2.279 0 0 0 0-3.24 2.319 2.319 0 0 0-3.262 0l-3.623 3.598a2.279 2.279 0 0 0 0 3.24c.45.448 1.04.67 1.63.67Zm22.857 7.66a2.279 2.279 0 0 0 0-3.241 2.318 2.318 0 0 0-3.264 0L21.624 94.089a2.277 2.277 0 0 0 0 3.24c.45.447 1.04.671 1.631.671.59 0 1.18-.224 1.631-.672l16.279-16.162Zm-21.597 3.407c.451.446 1.04.67 1.631.67.592 0 1.182-.224 1.633-.67l9.02-8.956c.9-.895.9-2.347 0-3.241a2.32 2.32 0 0 0-3.264 0l-9.02 8.956a2.279 2.279 0 0 0 0 3.24Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m83.8 6.053-65.601 7.426c-4.51.51-8.199 4.594-8.199 9.076v65.174c0 4.482 3.689 7.73 8.199 7.218L83.8 87.522c4.511-.51 8.2-4.594 8.2-9.075V13.272c0-4.482-3.689-7.729-8.2-7.22Zm-7.793 26.325-14.91 1.687v3.588l14.91-1.689v-3.586Zm5.776 22.401L62.58 56.953c0 4.225 2.25 6.457 6.534 5.972 2.222-.252 5.085-1.766 5.78-4.095l6.455-.73c-1.983 6.255-6.102 9.558-12.46 10.279-8.406.95-13.625-4.091-13.625-12.304 0-7.915 5.507-14.578 13.622-15.498 8.764-.99 13.505 5.678 12.898 14.202Zm-13.125-8.703c-3.505.396-5.828 2.827-6.07 6.319l11.9-1.347c-.31-3.46-2.157-5.389-5.83-4.972ZM39.911 70.968l-17.825 2.017V36.569l17.338-1.963c6.298-.713 11.756.438 11.756 7.692 0 3.678-1.722 6.238-5.022 8.171 4.524.756 6.712 3.887 6.712 8.458 0 7.4-6.277 11.285-12.959 12.04Zm-.935-16.107-8.81.996v10.029l8.643-.978c3.289-.373 5.976-1.826 5.976-5.505 0-3.731-2.252-4.945-5.809-4.542Zm4.318-10.316c0-3.35-2.625-3.863-5.54-3.534l-7.585.859v8.498l8.195-.927c2.887-.327 4.93-1.802 4.93-4.896Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M87.862 53.204a2.352 2.352 0 0 0-.112-.66c-.354-2.18-1.728-4.946-5.672-7.633-4.954-3.376-12.973-5.873-22.229-6.96-.004-1.815-.008-3.827-.016-6.09 0-.281-.055-.558-.157-.817-.198-.719-.678-1.577-1.765-2.317-2.352-1.603-6.948-2.207-10.689-1.402-2.213.475-3.782 1.395-4.539 2.663a3.452 3.452 0 0 0-.497 1.918c-.004.05-.006.099-.006.149l-.023 5.608c-3.197.27-6.27.709-9.15 1.328-10.793 2.315-17.598 6.767-18.674 12.213a7.698 7.698 0 0 0-.06 2.576 2.366 2.366 0 0 0-.055.452l-.001.02c0 .077-.005.26-.01.528-.019.11-.038.221-.04.336a218.42 218.42 0 0 0-.034 3.686c-.032 1.819-.064 4.03-.088 6.37-.068 6.035-.074 12.06.092 15.233l.014.271.025.398c.01.145.022.273.032.4.006.06.01.135.015.19.205 2.043 1.366 5.108 5.748 8.093 7.048 4.802 19.855 7.549 32.702 7.549a85.44 85.44 0 0 0 9.026-.483c2.513-.267 4.981-.638 7.344-1.145 4.813-1.034 8.83-2.485 11.896-4.26 3.944-2.283 6.323-5.096 6.826-8.234v-.003c.425-2.664.155-25.438.097-29.977ZM82.56 65.641a33.224 33.224 0 0 1-.683 3.173c-.554 2.059-1.285 3.816-2.182 4.826a3.099 3.099 0 0 1-1.045.794c-.423.214-.62.238-1.113-.137a14.182 14.182 0 0 1-.727-.613c-1.16-1.024-3.099-2.74-6.095-1.874-1.872.54-3.409 2.307-5.036 4.178-1.358 1.56-3.22 3.698-4.508 3.871-.95.132-2.21-1.03-3.53-2.254-1.791-1.665-3.823-3.55-6.685-3.55-2.816 0-4.836 1.883-6.618 3.543-1.32 1.229-2.566 2.384-3.555 2.26a1.829 1.829 0 0 1-.508-.151c-.812-.358-1.766-1.26-2.663-2.223a63.099 63.099 0 0 1-1.337-1.496 69.308 69.308 0 0 0-1.09-1.233c-1.245-1.37-2.494-2.527-3.945-2.946a6.214 6.214 0 0 0-1.077-.21c-1.953-.195-3.334.728-4.307 1.561a21.74 21.74 0 0 0-.59.524c-.834.771-1.095 1.011-1.606.872a2.015 2.015 0 0 1-.208-.075c-.025-.01-.045-.015-.07-.026a8.264 8.264 0 0 1-.345-.159 2.622 2.622 0 0 1-.614-.436c-1.095-1.009-2.937-3.924-3.498-12.241-.011-.155-.02-.35-.026-.57L18.898 61l-.004-.23c.336.264.692.527 1.077.787 7.046 4.804 19.855 7.55 32.702 7.55 5.607 0 11.223-.523 16.37-1.628 5.983-1.284 10.735-3.227 13.97-5.63a41.913 41.913 0 0 1-.453 3.791ZM18.99 52.114c.502-2.546 4.738-6.303 15.018-8.509 2.56-.549 5.29-.95 8.137-1.207-.011 5.344-.007 10.416.047 10.956.079.788.473 1.933 1.906 2.911 1.65 1.124 4.403 1.755 7.192 1.755 1.186 0 2.38-.115 3.498-.355 3.944-.847 4.83-2.816 5.004-3.913.03-.186.08-.507.068-11.042 8.26 1.024 15.29 3.2 19.54 6.097 1.912 1.303 4.1 3.324 3.661 5.55-.502 2.545-4.738 6.301-15.018 8.508-15.567 3.34-36.353.96-45.391-5.201a15.674 15.674 0 0 1-1.43-1.096 2.344 2.344 0 0 0-.76-1.02c-.268-.206-.49-.422-.736-.63-.591-.867-.933-1.812-.736-2.804M46.952 32.35c.248-.122.66-.278 1.27-.41 2.438-.521 5.538-.131 6.87.607.022 7.258.038 17.464.006 20.076-.244.125-.667.29-1.312.428-2.43.523-5.52.135-6.884-.619-.038-2.523-.01-12.986.02-19.892a2.58 2.58 0 0 0 .03-.19m4.01-10.38c3.851 0 6.986-3.12 6.986-6.955 0-2.015-2.677-7.156-4.921-11.113A2.375 2.375 0 0 0 50.962 2.7h-.005a2.373 2.373 0 0 0-2.064 1.206c-2.244 3.978-4.92 9.135-4.92 11.108 0 3.835 3.135 6.955 6.989 6.955m.003-11.915c1.167 2.272 2.108 4.312 2.238 5.03a2.24 2.24 0 0 1-2.242 2.164c-1.237 0-2.244-1.002-2.251-2.11.104-.674 1.063-2.757 2.255-5.084Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M52.95 72.948c6.345-.721 10.35-5.392 10.35-11.608 0-6.104-4.118-9.855-11.245-9.045l-13.469 1.53v20.754l14.362-1.631Zm-2.34-33.695c5.009-.569 8.352-3.723 8.352-8.051 0-4.329-2.785-6.787-7.573-6.244l-12.802 1.455v14.205l12.022-1.365ZM23 14.533l29.28-3.327c14.138-1.606 22.045 6.377 22.045 17.03 0 6.992-4.121 12.232-10.688 15.087C73.99 44.59 79 50.9 79 60.334c0 13.429-9.578 24.394-25.384 26.19L23 90V14.532Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M83.979 80.687 76.43 25.515c-.174-1.273-1.348-2.16-2.642-2.022l-49.498 5.74c-1.045-.065-3.04-2.07-4.42-4.089l-.006-.015 34.95-16.277 1.094 7.986c.177 1.287 1.37 2.192 2.684 2.016 1.304-.173 2.22-1.36 2.043-2.648L59.102 5.038a2.354 2.354 0 0 0-1.225-1.752 2.409 2.409 0 0 0-2.156-.06l-38.08 17.736c-1.348.449-2.291 1.533-2.546 2.944a4.734 4.734 0 0 0-.03 1.252c-.064.27-.085.552-.044.839l7.4 54.042a9.059 9.059 0 0 0 3.64 6.282c1.358.997 3.554 2.017 6.855 2.017.742 0 1.561-.073 2.418-.19a6.14 6.14 0 0 0 1.005-.134l3.552-.364 1.135 8.311a2.378 2.378 0 0 0 2.683 2.017c1.306-.173 2.22-1.358 2.044-2.646l-1.117-8.169 37.225-3.82a2.393 2.393 0 0 0 1.629-.886c.399-.5.575-1.139.489-1.77Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M43.082 41.6a2.226 2.226 0 0 1-2.86-1.325 2.234 2.234 0 0 1 1.322-2.865l20.334-7.491a2.228 2.228 0 0 1 2.86 1.324 2.234 2.234 0 0 1-1.322 2.867L43.082 41.6Zm24.151-.094a2.236 2.236 0 0 1-1.323 2.867l-20.333 7.49a2.228 2.228 0 0 1-2.86-1.324 2.234 2.234 0 0 1 1.321-2.866l20.334-7.491a2.228 2.228 0 0 1 2.861 1.324ZM41.515 80.661l-12.59-51.79 38.62-14.228 12.591 51.789L41.515 80.66Zm14.147-70.475c.442.81 1.09 1.553 1.93 2.194.36.274.744.523 1.153.747L28.52 24.263c-1.958.78-5.567 1.018-7.744.296-.499-.239-.954-.548-1.311-.955-.003-.024-.012-.06-.012-.08l36.209-13.339Zm29.275 57.126L71.284 11.156c-.01-.04-.028-.072-.039-.11-.014-.044-.019-.089-.034-.132-.014-.037-.036-.069-.05-.106a2.373 2.373 0 0 0-.343-.557 2.39 2.39 0 0 0-.323-.314 2.226 2.226 0 0 0-.224-.152c-.035-.023-.066-.051-.104-.072-.017-.008-.036-.012-.055-.021a2.15 2.15 0 0 0-.26-.106c-.053-.018-.104-.04-.157-.055a2.125 2.125 0 0 0-.312-.055c-.042-.005-.086-.015-.128-.018a2.145 2.145 0 0 0-.383.013c-.023.003-.047 0-.07.004a2.215 2.215 0 0 0-.452.113c-3.091 1.14-6.46.458-8.058-.76-.605-.463-.893-.936-.854-1.41.064-.76-.264-1.5-.87-1.961a2.222 2.222 0 0 0-2.12-.32L17.894 19.342c-1.977.73-3.06 2.543-2.868 4.651a2.22 2.22 0 0 0 .037.852l13.673 55.954c.89 3.66 4.75 5.3 8.732 5.3.406 0 .813-.027 1.217-.06v8.829c0 1.012 1.225 1.514 1.933.793l2.827-2.88 2.825 2.88c.708.72 1.933.22 1.933-.793V82.954l35.338-13.02a2.234 2.234 0 0 0 1.397-2.622Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m50.732 70.781-22.32 20.862c-3.196 2.988-8.412.718-8.412-3.66V18.786a5.004 5.004 0 0 1 4.427-4.973l50-5.778C77.396 7.69 80 10.014 80 13.007v66.697c0 3.906-4.267 6.307-7.599 4.278l-21.67-13.2Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M49.963 63.281 74 77.923V14.13l-48 5.547V85.68l23.963-22.398ZM25.115 19.78Zm25.617 51.002-22.32 20.862c-3.196 2.988-8.412.718-8.412-3.66V18.786a5.004 5.004 0 0 1 4.427-4.973l50-5.778C77.396 7.69 80 10.014 80 13.007v66.697c0 3.906-4.267 6.307-7.599 4.278l-21.67-13.2Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"M67.802 28.374a26.345 26.345 0 0 1 8.805 19.628c0 9.21-4.936 17.876-12.881 22.613-.634.378-1.014 1.013-1.014 1.695v12.42c0 .275-.048.549-.14.808-.136.373-1.041 2.561-4.159 4.145-.22 4.345-3.827 7.816-8.242 7.816-4.414 0-8.022-3.471-8.242-7.816-3.116-1.585-4.022-3.772-4.157-4.145a2.39 2.39 0 0 1-.14-.808V72.31c0-.682-.382-1.317-1.018-1.696-9.343-5.573-14.263-16.148-12.532-26.94C25.97 31.918 35.246 23.138 47.17 21.826c7.519-.83 15.04 1.557 20.632 6.548ZM57.931 72.31c0-2.373 1.248-4.536 3.339-5.783 6.61-3.94 10.556-10.867 10.556-18.525 0-6.127-2.63-11.989-7.213-16.08-4.648-4.146-10.641-6.05-16.917-5.362-9.76 1.076-17.35 8.255-18.891 17.866-1.42 8.859 2.608 17.533 10.264 22.1 2.094 1.247 3.344 3.41 3.344 5.784v2.039l.014.019.012.016.022.026c.032.04.072.083.114.13l.04.044c.044.047.096.097.15.149l.05.047c.148.137.333.286.56.442l.055.036.024.015a6.164 6.164 0 0 0 .718.41l.167.082c.114.051.234.103.358.153a8.262 8.262 0 0 0 .74.27 10.702 10.702 0 0 0 .933.248 15.128 15.128 0 0 0 .842.16c.182.029.37.056.564.08l.026.002c.103.013.206.026.313.037a17.746 17.746 0 0 0 .784.062 22.505 22.505 0 0 0 1.272.04c.379 0 .735-.011 1.08-.029.072-.003.142-.008.212-.013l.11-.007a18.155 18.155 0 0 0 .997-.093c.204-.024.398-.053.586-.084l.033-.005.057-.01a11.654 11.654 0 0 0 .819-.162l.042-.009.094-.021c.24-.058.465-.123.678-.19.062-.019.117-.039.177-.06l.006-.002c.145-.049.287-.098.42-.15l.199-.081a9.277 9.277 0 0 0 .508-.232c.113-.057.218-.115.32-.172l.03-.017c.016-.01.033-.018.049-.027l.033-.02c.13-.077.251-.156.362-.232l.078-.058c.08-.059.158-.118.228-.175l.064-.052.029-.024.03-.027c.046-.04.09-.078.13-.117l.076-.072c.05-.048.093-.094.132-.138l.017-.017a3.897 3.897 0 0 0 .164-.195V72.31Zm-13.939 8.429a13.325 13.325 0 0 1-1.23-.452l-.084-.034a6.781 6.781 0 0 1-.265-.112v3.961c.534.695 2.433 2.49 7.758 2.49 5.327 0 7.226-1.795 7.76-2.49v-3.96c-.085.038-.175.074-.265.11l-.084.035c-.075.032-.15.065-.23.095a13.325 13.325 0 0 1-1.05.371l-.055.016-.09.025c-.307.093-.63.178-.968.255a18.725 18.725 0 0 1-1.667.31l-.072.01c-.41.056-.842.098-1.287.133l-.022.002-.373.026c-.51.03-1.037.051-1.597.051a26.96 26.96 0 0 1-1.596-.051l-.372-.026-.022-.002a23.281 23.281 0 0 1-1.341-.14l-.019-.002a18.725 18.725 0 0 1-1.667-.31 14.818 14.818 0 0 1-1.057-.281l-.048-.014a5.263 5.263 0 0 1-.04-.011l-.017-.005Zm20.515-29.43a2.388 2.388 0 0 0 2.391-2.383 16.75 16.75 0 0 0-5.597-12.477c-3.556-3.172-8.336-4.687-13.114-4.163a2.384 2.384 0 0 0-2.113 2.628 2.373 2.373 0 0 0 2.64 2.106c3.476-.378 6.815.675 9.397 2.979a11.98 11.98 0 0 1 4.006 8.927 2.386 2.386 0 0 0 2.39 2.382Zm-17.068-40.2V5.223A2.727 2.727 0 0 1 50.17 2.5a2.727 2.727 0 0 1 2.732 2.723v5.886a2.728 2.728 0 0 1-2.732 2.722 2.728 2.728 0 0 1-2.732-2.722Zm39.034 34.178 5.907-.67a2.383 2.383 0 1 0-.542-4.734l-5.907.67a2.384 2.384 0 0 0-2.104 2.637 2.389 2.389 0 0 0 2.646 2.097Zm-4.858 29.487a2.375 2.375 0 0 0-.203-3.363l-4.178-3.689a2.398 2.398 0 0 0-3.374.203 2.375 2.375 0 0 0 .205 3.362l4.176 3.69c.455.401 1.02.599 1.585.599a2.39 2.39 0 0 0 1.79-.802Zm.036-62.706a2.715 2.715 0 0 1 .209 3.846l-4.178 4.636a2.726 2.726 0 0 1-2.034.904c-.65 0-1.302-.23-1.824-.697a2.714 2.714 0 0 1-.207-3.844l4.176-4.636a2.738 2.738 0 0 1 3.858-.209Zm-63.18 6.954a2.717 2.717 0 0 0 .234 3.844l4.178 3.689c.52.457 1.165.683 1.81.683.755 0 1.507-.309 2.046-.916a2.716 2.716 0 0 0-.233-3.844l-4.177-3.688a2.742 2.742 0 0 0-3.858.232Zm-1.614 31.772a2.726 2.726 0 0 1-2.406 3.014l-5.909.67a2.728 2.728 0 0 1-3.025-2.397 2.724 2.724 0 0 1 2.407-3.013l5.908-.672a2.734 2.734 0 0 1 3.025 2.398Zm9.87 26.314a2.714 2.714 0 0 0-.208-3.844 2.738 2.738 0 0 0-3.858.207l-4.177 4.638a2.714 2.714 0 0 0 .209 3.844 2.732 2.732 0 0 0 3.858-.208l4.176-4.637Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M89.92 24.769c-.014-.054-.034-.103-.052-.155a2.412 2.412 0 0 0-.186-.43c-.03-.05-.057-.1-.09-.15a2.35 2.35 0 0 0-.405-.478L71.132 7.603a2.383 2.383 0 0 0-.53-.345c-.046-.024-.094-.043-.144-.064a2.422 2.422 0 0 0-.478-.142c-.043-.009-.085-.021-.13-.027a2.362 2.362 0 0 0-.59-.012l-41.534 4.719a2.407 2.407 0 0 0-2.14 2.39v38.135L5.667 54.52a4.126 4.126 0 0 0-3.64 4.562 4.13 4.13 0 0 0 4.577 3.63l18.984-2.157v31.04A2.404 2.404 0 0 0 27.999 94c.089 0 .181-.005.272-.015l59.59-6.77A2.408 2.408 0 0 0 90 84.825v-59.47c0-.201-.032-.395-.08-.586ZM30.41 88.9V60.007l22.033-2.504-4.561 5.068a4.114 4.114 0 0 0 .314 5.822 4.126 4.126 0 0 0 2.76 1.054 4.132 4.132 0 0 0 3.079-1.369l11.834-13.146c.028-.031.047-.067.073-.099.091-.105.167-.22.247-.335.075-.107.149-.211.21-.324.068-.12.12-.245.175-.37.05-.12.106-.237.147-.361.04-.13.066-.264.096-.397.027-.13.06-.26.075-.393.014-.13.012-.263.015-.396.003-.106.02-.207.014-.313-.003-.041-.015-.08-.02-.118-.002-.039.003-.076 0-.114-.01-.094-.044-.18-.06-.271-.026-.143-.051-.286-.092-.423-.038-.13-.087-.249-.137-.371-.054-.13-.105-.257-.17-.38a3.594 3.594 0 0 0-.195-.32 4.048 4.048 0 0 0-.254-.36c-.07-.086-.148-.163-.227-.244-.079-.083-.145-.175-.232-.25L53.7 38.636a4.142 4.142 0 0 0-5.835.352 4.114 4.114 0 0 0 .353 5.819l4.893 4.323-22.7 2.579V16.267l36.71-4.171v15.311a2.41 2.41 0 0 0 2.684 2.388l15.373-1.745v54.63L30.41 88.901Zm51.53-65.325-9.996 1.136v-9.967l9.996 8.831Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M26.199 87.25 39.37 72.504a22.196 22.196 0 0 0 8.648 1.737c4.784 0 9.674-1.486 13.997-4.311l12.827 11.42c-14.502 12.154-34.146 14.523-48.643 5.9Zm-9.67-57.831 12.829 11.425c-2.053 4.083-3.065 8.58-2.813 13.011.2 3.53 1.19 6.839 2.835 9.743L16.2 78.354c-4.466-5.844-7.109-13.061-7.555-20.898-.55-9.669 2.283-19.57 7.884-28.037ZM55.543 7.587c6.808 0 13.449 1.693 19.262 5.151L61.64 27.481c-7.088-2.998-15.647-2.028-22.672 2.57L26.161 18.647c8.686-7.28 19.215-11.06 29.382-11.06Zm28.928 62.99L71.642 59.153c2.054-4.083 3.065-8.58 2.814-13.012-.203-3.529-1.19-6.838-2.835-9.743L84.8 21.643c4.467 5.844 7.11 13.061 7.556 20.897.55 9.67-2.283 19.57-7.884 28.037Zm-44.596-2.905c-.003 0-.005-.005-.01-.006a16.262 16.262 0 0 1-3.194-2.208c-.455-.405-.89-.846-1.304-1.316-.061-.068-.114-.142-.174-.21a16.715 16.715 0 0 1-.997-1.28c-1.809-2.583-2.888-5.693-3.079-9.06-.235-4.128.865-8.352 3.07-12.073l.007-.01a23.627 23.627 0 0 1 2.662-3.642 23.834 23.834 0 0 1 1.61-1.625c.437-.402.903-.78 1.376-1.15 3.943-3.11 8.615-4.746 13.131-4.746 2.905 0 5.737.682 8.262 2.045.496.267.97.558 1.427.867.072.048.147.092.219.143.51.355.995.734 1.448 1.137.455.404.89.846 1.304 1.315.061.069.115.142.174.212.348.406.683.83.997 1.28 1.809 2.583 2.888 5.69 3.08 9.06.234 4.13-.866 8.355-3.073 12.074 0 .003-.002.004-.004.007a23.692 23.692 0 0 1-2.612 3.58c-.018.02-.034.042-.05.063 0 0 0 .002-.002.002a23.552 23.552 0 0 1-3.307 3.042c-6.398 4.863-14.631 5.848-20.961 2.5Zm45.472 9.472c.463-.578.922-1.163 1.366-1.762.008-.01.012-.022.018-.033 7.17-9.749 10.85-21.548 10.194-33.072-.554-9.782-4.184-18.721-10.313-25.645-.013-.015-.017-.036-.031-.05-.059-.067-.122-.128-.18-.193a42.625 42.625 0 0 0-1.056-1.123c-.157-.16-.309-.327-.469-.485a40.107 40.107 0 0 0-1.435-1.357c-.055-.048-.106-.102-.16-.15-.152-.138-.32-.265-.477-.4a38.598 38.598 0 0 0-1.292-1.084c-.089-.071-.183-.135-.275-.205a38.7 38.7 0 0 0-1.584-1.18c-.013-.009-.026-.02-.04-.028-.01-.008-.023-.014-.032-.02C62.557-1.53 38.087 1.219 21.157 16.93l-.018.014-.03.029a56.212 56.212 0 0 0-1.7 1.657c-.044.042-.088.082-.129.124-.327.334-.643.685-.964 1.03-.26.279-.531.552-.78.834a55.257 55.257 0 0 0-1.682 1.976c-.091.113-.175.228-.264.341-.44.553-.88 1.109-1.302 1.68-.008.009-.011.02-.018.03C7.098 34.394 3.42 46.194 4.075 57.719 4.63 67.503 8.26 76.442 14.39 83.366c.012.015.015.034.03.05.055.063.116.12.172.184.354.393.72.777 1.092 1.158.145.15.288.305.436.452.468.467.95.922 1.445 1.368.052.046.102.098.154.144.038.035.079.065.117.099.506.447 1.022.877 1.544 1.295.154.122.315.24.472.363.426.329.854.65 1.29.96.082.058.16.122.242.18.02.013.041.017.06.03C28.52 94.583 36.875 97 45.449 97c12.024 0 24.457-4.748 34.338-13.89.022-.022.05-.036.072-.057.302-.28.59-.575.885-.861.29-.282.585-.557.869-.846a56.949 56.949 0 0 0 1.839-1.952l.014-.017c.572-.64 1.133-1.3 1.683-1.98.067-.082.13-.169.198-.253Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M84.819 52.525c-.838-8.895-4.825-16.95-12.546-25.349a2.293 2.293 0 0 0-2.415-.631 2.345 2.345 0 0 0-1.582 1.957c-.84 7.204-4.576 11.87-7.621 14.544C63.095 19.873 46.188 7.852 38.36 3.584a2.309 2.309 0 0 0-.286-.146 2.29 2.29 0 0 0-2.66-.024 2.37 2.37 0 0 0-.93 2.526c4.708 18.413-2.441 28.34-9.351 37.94-6.716 9.326-13.658 18.97-8.123 35.083 3.432 9.99 10.894 16.216 21.584 18.005a2.317 2.317 0 0 0 2.535-1.461 2.37 2.37 0 0 0-.88-2.82c-3.064-2.049-5.52-5.816-7.512-11.516-2.637-7.541-2.135-20.587 7.956-32.53.162-.19.357-.246.58-.163.321.121.321.392.321.481.013 9.227 2.759 15.229 7.942 17.354 4.752 1.946 10.343-.937 15.752-8.116a.762.762 0 0 1 .585-.303.652.652 0 0 1 .5.207c4.488 5.222 4.309 12.051 3.802 15.657-.947 6.759-4.217 12.1-6.957 13.885a2.372 2.372 0 0 0-.709 3.229 2.301 2.301 0 0 0 3.179.75c13.087-8.179 20.595-23.524 19.13-39.097\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m80.83 52.84-13.015 1.485 1.159-13.733 10.86-1.24a2.265 2.265 0 0 0 1.993-2.512 2.251 2.251 0 0 0-2.504-1.997l-9.96 1.137 1.158-13.734 17.335-1.979-7.026 32.572ZM25.063 27.437l17.489-1.997 1.16 13.468-11.67 1.333a2.266 2.266 0 0 0-1.991 2.512 2.264 2.264 0 0 0 2.505 1.997L44.1 43.431l1.16 13.47-13.172 1.504-7.025-30.968ZM48.21 38.396l-1.158-13.468 18.88-2.157-1.158 13.733-16.564 1.892Zm4.974 17.6-3.426.392-1.158-13.47 15.785-1.802-1.158 13.733-10.044 1.148Zm39.23-39.866a2.272 2.272 0 0 0-1.935-.731l-27.25 3.112-18.878 2.155h-.003L24.06 22.985l-.71-3.107a7.852 7.852 0 0 0-.236-.822 7.33 7.33 0 0 0-3.99-4.346c-2.141-.958-4.693-.946-7.005.033l-3.737 1.585a2.27 2.27 0 0 0-1.203 2.974 2.261 2.261 0 0 0 2.966 1.206l3.737-1.584c1.16-.493 2.4-.515 3.397-.07.527.237 1.225.72 1.555 1.681.041.122.078.247.105.366l1.137 4.973c.005.033.004.066.011.1l8.037 35.421c.16.707.65 1.245 1.265 1.532-.892 1.783-1.172 3.78-.743 5.656.791 3.461 3.786 5.776 7.305 5.776.305 0 .614-.018.926-.053l1.573-.18c-1.361 1.396-2.22 3.278-2.22 5.312 0 1.934.764 3.683 2.151 4.923C39.58 85.432 41.1 86 42.732 86c.268 0 .541-.014.817-.047 3.814-.435 6.803-3.779 6.803-7.61 0-1.934-.764-3.683-2.15-4.923a6.458 6.458 0 0 0-.444-.358l17.052-1.948c-1.362 1.398-2.22 3.28-2.22 5.313 0 1.935.763 3.683 2.15 4.923 1.198 1.07 2.718 1.639 4.35 1.639.27 0 .542-.014.818-.047 3.815-.434 6.803-3.777 6.803-7.61 0-1.934-.763-3.683-2.15-4.923a6.434 6.434 0 0 0-.444-.358l4.555-.519a2.268 2.268 0 0 0 1.992-2.511 2.263 2.263 0 0 0-2.504-1.999l-41.794 4.774c-1.636.182-2.958-.71-3.306-2.227-.239-1.049.026-2.219.727-3.21.756-1.072 1.883-1.766 3.09-1.903l11.83-1.35c.096-.012.188-.039.28-.06l7.785-.89 8.811-1.007 17.373-1.985a2.266 2.266 0 0 0 1.956-1.774l8.037-37.256a2.278 2.278 0 0 0-.534-2.004Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"M61.867 32.699a2.362 2.362 0 0 1-.264-4.71l5.853-.667v-5.835a2.362 2.362 0 0 1 2.363-2.362 2.362 2.362 0 0 1 2.363 2.362v5.297l5.318-.605a2.347 2.347 0 0 1 2.614 2.08 2.363 2.363 0 0 1-2.08 2.615l-5.852.665v5.837a2.363 2.363 0 0 1-4.726 0v-5.298l-5.317.606a2.52 2.52 0 0 1-.272.015ZM38.191 68.186l-4.662 5.193 4.47 3.959a2.362 2.362 0 1 1-3.133 3.536l-4.494-3.98-4.683 5.214a2.351 2.351 0 0 1-1.76.784 2.361 2.361 0 0 1-1.758-3.94l4.663-5.191-4.47-3.96a2.362 2.362 0 0 1-.202-3.335 2.365 2.365 0 0 1 3.335-.202l4.494 3.98 4.683-5.214a2.363 2.363 0 0 1 3.517 3.156ZM22.953 37.147a2.361 2.361 0 1 1-.535-4.695l14.991-1.707a2.362 2.362 0 1 1 .536 4.695l-14.992 1.707Z\"/><path fill=\"currentColor\" d=\"M91.21 5.6c.502.448.79 1.089.79 1.762V86.61c0 1.2-.902 2.211-2.096 2.346l-39.636 4.515h-.005L10.63 97.985a2.358 2.358 0 0 1-1.84-.585A2.363 2.363 0 0 1 8 95.639V16.39c0-1.2.902-2.21 2.096-2.346L89.37 5.015a2.356 2.356 0 0 1 1.84.585Zm-3.936 39.277V10.008l-34.912 3.977v34.869l34.912-3.977Zm-39.638 9.27-34.91 3.976v34.87l34.91-3.977V54.148Zm13.61 23.384 17.68-2.014a2.36 2.36 0 0 0 2.08-2.614 2.346 2.346 0 0 0-2.614-2.08L60.71 72.837a2.362 2.362 0 1 0 .536 4.695Zm0-10.27 17.68-2.015a2.36 2.36 0 0 0 2.08-2.614 2.345 2.345 0 0 0-2.614-2.08L60.71 62.568a2.36 2.36 0 1 0 .536 4.693Zm-13.61-17.869V14.523L12.726 18.5v34.868l34.91-3.976Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"M45.872 58.228c0-7.024 5.7-13.367 12.731-14.167 7.03-.801 12.73 4.245 12.73 11.269s-5.7 13.367-12.73 14.167c-7.032.8-12.73-4.246-12.73-11.269Zm11.921-4.607c0 2.33 1.889 4 4.22 3.736 2.33-.265 4.218-2.369 4.218-4.696 0-2.329-1.889-4.001-4.218-3.737-2.331.267-4.22 2.369-4.22 4.697Z\"/><path fill=\"currentColor\" d=\"M96.978 25.54c.005.039.01.078.012.117l.005.042a.327.327 0 0 1 .005.05v51.454a2.4 2.4 0 0 1-2.092 2.38L22.92 88.98a2.306 2.306 0 0 1-.31.021 2.421 2.421 0 0 1-.703-.114c-.02-.005-.04-.01-.06-.018a2.462 2.462 0 0 1-.578-.286.14.14 0 0 0-.025-.013c-.01-.004-.02-.008-.03-.015L5.008 77.021A2.403 2.403 0 0 1 4 75.064V23.797c0-.095.017-.186.035-.278l.017-.097a.637.637 0 0 0 .007-.087.508.508 0 0 1 .011-.11l.008-.02a.1.1 0 0 0 .007-.015 2.3 2.3 0 0 1 .256-.619l.003-.009a2.438 2.438 0 0 1 .437-.533c.036-.032.077-.058.117-.084a1.307 1.307 0 0 0 .162-.116 1.57 1.57 0 0 1 .234-.162.118.118 0 0 1 .03-.01l.025-.01a1.16 1.16 0 0 1 .16-.059c.03-.01.06-.019.088-.03.138-.049.274-.096.417-.119a.219.219 0 0 0 .034-.01.23.23 0 0 1 .044-.013l71.99-9.396c.591-.078 1.2.072 1.69.416l16.205 11.347c.014.01.025.022.037.034.01.012.02.023.034.033l.053.037a.634.634 0 0 1 .08.058c.092.078.168.17.244.261l.019.023.032.035a.269.269 0 0 1 .036.039c.127.167.226.353.304.547.02.047.033.094.048.142l.005.019a2.339 2.339 0 0 1 .109.528Zm-8.826-1.371-10.374-7.265-43.724 5.706 10.376 7.264 43.722-5.705ZM8.807 73.826l11.4 8.113V36.394l-11.4-7.981v45.413ZM77.47 39.522l14.724-1.92v-9.118L77.47 30.407v9.115ZM58.603 74.138c9.596-1.093 17.375-9.75 17.375-19.336 0-9.588-7.78-16.475-17.375-15.381-9.595 1.092-17.375 9.75-17.375 19.336 0 9.587 7.78 16.473 17.375 15.38Zm-35.38-41.496 14.147-1.846-10.376-7.264-14.146 1.845 10.376 7.265Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m12.196 15.878.135.11 75.515 66.937c.878.778.96 2.123.186 3.004a2.108 2.108 0 0 1-2.836.313l-.156-.126L9.525 19.18a2.133 2.133 0 0 1-.185-3.003 2.116 2.116 0 0 1 2.856-.298Zm.999 15.906L63.042 75.97a7.27 7.27 0 0 1-1.326.321l-46.05 6.638a6.807 6.807 0 0 1-.97.071c-1.937 0-3.737-.848-5.153-2.448C7.903 78.701 7 76.086 7 73.192V51.548c0-7.363 2.37-14.381 6.195-19.763ZM61.189 17.07c2.301-.33 4.473.514 6.125 2.379 1.639 1.85 2.544 4.465 2.544 7.358v9.4l19.524-12.616a2.323 2.323 0 0 1 2.394-.093A2.366 2.366 0 0 1 93 25.574v36.85a2.37 2.37 0 0 1-1.046 1.968 2.327 2.327 0 0 1-2.206.212l-19.89-8.55-.001 1.572L29.29 21.668l31.899-4.598Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M89.748 64.604a2.328 2.328 0 0 0 2.206-.212A2.37 2.37 0 0 0 93 62.424v-36.85c0-.866-.47-1.663-1.224-2.076a2.323 2.323 0 0 0-2.394.093L69.858 36.209v-9.4c0-2.894-.905-5.509-2.544-7.36-1.652-1.864-3.824-2.709-6.125-2.378l-33.125 4.776C16.448 23.52 7 36.843 7 51.547v21.646c0 2.893.903 5.508 2.543 7.36C10.959 82.151 12.759 83 14.695 83c.32 0 .646-.024.972-.071l46.049-6.638c4.565-.656 8.142-5.703 8.142-11.487v-8.75l19.89 8.55Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M78.241 2.134c5.543-.627 10.763.958 14.702 4.476C96.848 10.102 99 15.058 99 20.568c0 10.752-8.404 20.51-18.973 22.375v45.05a2.317 2.317 0 0 1-2.052 2.303l-67.397 7.69A2.319 2.319 0 0 1 8 95.682V28.199c0-1.179.883-2.17 2.053-2.303l48.419-5.523c1.972-9.348 10.082-17.134 19.77-18.239ZM12.63 93.086l62.769-7.16V43.243c-4.265-.215-8.207-1.775-11.335-4.57-3.817-3.41-5.943-8.225-6.038-13.586l-45.396 5.18v62.818ZM77.882 31.75l11.42-12.738a2.317 2.317 0 0 0-.178-3.272 2.31 2.31 0 0 0-3.268.176l-9.883 11.025-5.012-4.447a2.315 2.315 0 1 0-3.068 3.47l6.731 5.973a2.31 2.31 0 0 0 3.257-.187ZM58.68 48.76c0 4.503-2.063 8.862-5.428 11.924 4.29 2.106 7.476 6.027 8.596 10.888a5.432 5.432 0 0 1-.862 4.35 5.57 5.57 0 0 1-3.91 2.32l-24.692 2.816a5.51 5.51 0 0 1-4.83-1.91 5.519 5.519 0 0 1-1.116-5.068c1.31-4.689 4.359-8.834 8.363-11.585-3.386-2.4-5.455-6.356-5.455-10.916 0-7.96 6.462-15.174 14.404-16.08 3.984-.454 7.732.692 10.567 3.225 2.813 2.514 4.363 6.079 4.363 10.037Zm-1.476 24.488a.77.77 0 0 0 .135-.631c-1.107-4.796-4.838-8.194-9.738-8.87a2.313 2.313 0 0 1-1.975-1.967 2.315 2.315 0 0 1 1.345-2.443c4.234-1.896 7.08-6.147 7.08-10.576 0-2.62-1-4.956-2.817-6.58-1.568-1.4-3.597-2.144-5.805-2.144-.381 0-.766.023-1.155.067-5.678.648-10.3 5.795-10.3 11.475 0 4.21 2.662 7.624 6.622 8.498a2.316 2.316 0 0 1 .297 4.439c-4.796 1.757-8.625 5.9-9.997 10.813a.87.87 0 0 0 .181.814c.115.136.37.358.782.31l24.693-2.817a.92.92 0 0 0 .652-.388Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m85.36 81.042-26.946 3.066V57.23l26.946-3.065v26.876Zm2.058-31.773-31.586 3.593a2.319 2.319 0 0 0-2.058 2.302v31.54a2.32 2.32 0 0 0 2.583 2.302l31.585-3.594A2.318 2.318 0 0 0 90 83.109V51.57c0-.658-.282-1.287-.775-1.727a2.313 2.313 0 0 0-1.807-.573ZM41.586 86.022 14.64 89.088V62.212l26.946-3.066v26.876Zm2.057-31.773-31.586 3.593A2.318 2.318 0 0 0 10 60.144v31.54a2.316 2.316 0 0 0 2.584 2.301l31.586-3.594a2.317 2.317 0 0 0 2.056-2.302V56.552a2.315 2.315 0 0 0-2.583-2.302ZM85.36 37.79l-26.946 3.065V13.977L85.36 10.91v26.877Zm3.865-31.201a2.318 2.318 0 0 0-1.807-.574L55.832 9.608a2.317 2.317 0 0 0-2.058 2.301v31.54a2.316 2.316 0 0 0 2.583 2.302l31.585-3.594A2.317 2.317 0 0 0 90 39.856V8.316c0-.66-.282-1.289-.775-1.728Zm-47.64 36.18L14.64 45.834V18.958l26.946-3.066v26.876Zm2.058-31.774-31.586 3.594A2.317 2.317 0 0 0 10 16.89v31.54a2.316 2.316 0 0 0 2.584 2.302l31.586-3.593a2.317 2.317 0 0 0 2.056-2.302v-31.54a2.315 2.315 0 0 0-2.583-2.302Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M92.36 8.015a2.38 2.38 0 0 1 1.847.583A2.35 2.35 0 0 1 95 10.356v70.728a2.362 2.362 0 0 1-2.103 2.341l-30.855 3.493a2.367 2.367 0 0 1-2.624-2.073 2.358 2.358 0 0 1 2.087-2.608l28.753-3.256V12.996L8.854 22.212v13.683c0 1.3-1.061 2.356-2.371 2.356a2.364 2.364 0 0 1-2.371-2.356V20.109c0-1.198.905-2.205 2.102-2.341l86.147-9.753ZM4.104 88.906c0-2.532 2.064-4.82 4.614-5.109 2.55-.288 4.615 1.53 4.615 4.065 0 2.532-2.065 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064ZM37.1 57.101c-7.895-7.003-18.366-10.163-29.496-8.907-2.229.254-3.832 2.256-3.577 4.472.252 2.216 2.26 3.798 4.498 3.556 8.795-.997 17.019 1.458 23.16 6.905 6.08 5.39 9.428 13.119 9.428 21.758 0 2.23 1.82 4.04 4.065 4.04s4.064-1.81 4.064-4.04c0-10.972-4.312-20.84-12.142-27.784ZM24.593 70.863c-4.559-4.046-10.588-5.873-16.988-5.151-2.23.253-3.832 2.255-3.579 4.47.254 2.217 2.26 3.795 4.5 3.556 4.055-.459 7.846.659 10.655 3.151 2.776 2.463 4.304 6.01 4.304 9.991 0 2.231 1.819 4.04 4.065 4.04 2.245 0 4.064-1.809 4.064-4.04 0-6.313-2.492-12.002-7.02-16.017Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.604 48.195c11.13-1.257 21.6 1.902 29.495 8.905 7.83 6.944 12.143 16.812 12.143 27.785 0 2.23-1.82 4.039-4.065 4.039s-4.065-1.808-4.065-4.04c0-8.639-3.348-16.366-9.427-21.758-6.142-5.447-14.369-7.899-23.16-6.904-2.227.237-4.246-1.34-4.498-3.556-.255-2.217 1.348-4.218 3.577-4.47Zm0 17.516c6.401-.722 12.43 1.105 16.99 5.151 4.528 4.015 7.02 9.705 7.02 16.019 0 2.23-1.819 4.039-4.064 4.039-2.246 0-4.065-1.808-4.065-4.039 0-3.981-1.528-7.53-4.304-9.991-2.809-2.492-6.593-3.614-10.655-3.152-2.229.245-4.246-1.34-4.5-3.556-.253-2.216 1.348-4.218 3.579-4.471Zm-3.5 23.195c0-2.533 2.064-4.82 4.614-5.109 2.549-.288 4.615 1.53 4.615 4.065 0 2.532-2.066 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064Zm76.916-65.74L18.094 30.29v7.802c20.333 1.5 36.352 15.608 40.169 35.385l22.756-2.576V23.166ZM94.207 8.597a2.375 2.375 0 0 0-1.846-.583L6.214 17.768a2.362 2.362 0 0 0-2.102 2.34v15.787c0 1.3 1.06 2.356 2.37 2.356a2.364 2.364 0 0 0 2.372-2.356V22.212l81.404-9.216V78.98l-28.754 3.255a2.36 2.36 0 0 0-2.087 2.608 2.367 2.367 0 0 0 2.625 2.075l30.855-3.494A2.361 2.361 0 0 0 95 81.083V10.356a2.35 2.35 0 0 0-.793-1.758Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.196 6.878a2.116 2.116 0 0 0-2.856.298 2.133 2.133 0 0 0 .185 3.003L85.04 93.116l.156.126a2.108 2.108 0 0 0 2.835-.313 2.134 2.134 0 0 0-.185-3.004L14.331 6.988l-.135-.11Zm-7.084 13.23c0-.846.452-1.597 1.14-2.013l3.645 4.112-.043.005v13.683c0 1.3-1.061 2.356-2.371 2.356a2.364 2.364 0 0 1-2.371-2.356V20.109ZM31.899 15.2l3.82 4.311 57.539-6.514v65.985l-4.384.496 3.821 4.31 3.202-.362A2.362 2.362 0 0 0 98 81.085v-70.73a2.35 2.35 0 0 0-.793-1.757 2.38 2.38 0 0 0-1.846-.583l-63.462 7.184Zm32.605 67.038.548-.062 3.82 4.31-3.83.433a2.367 2.367 0 0 1-2.624-2.073 2.358 2.358 0 0 1 2.086-2.608Zm-57.401 6.67c0-2.533 2.064-4.822 4.614-5.11 2.55-.288 4.615 1.53 4.615 4.065 0 2.532-2.065 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064ZM40.1 57.1c-7.895-7.003-18.366-10.163-29.496-8.907-2.229.254-3.832 2.256-3.577 4.472.252 2.216 2.26 3.798 4.498 3.556 8.795-.997 17.019 1.458 23.16 6.905 6.08 5.39 9.428 13.119 9.428 21.758 0 2.23 1.82 4.04 4.065 4.04s4.064-1.81 4.064-4.04c0-10.972-4.312-20.84-12.142-27.784ZM27.593 70.863c-4.559-4.046-10.588-5.873-16.988-5.151-2.23.253-3.832 2.255-3.579 4.47.254 2.217 2.26 3.795 4.5 3.556 4.055-.459 7.846.659 10.655 3.151 2.776 2.463 4.304 6.01 4.304 9.991 0 2.231 1.819 4.04 4.065 4.04 2.245 0 4.064-1.809 4.064-4.04 0-6.313-2.492-12.002-7.02-16.017Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M86.176 45.053c.218.147.435.32.626.508A3.969 3.969 0 0 1 88 48.394c0 .254-.027.521-.082.775a4.763 4.763 0 0 1-.231.749 4.309 4.309 0 0 1-.885 1.31 4.143 4.143 0 0 1-2.886 1.176c-.272 0-.544-.027-.803-.08a4.981 4.981 0 0 1-.763-.228 4.442 4.442 0 0 1-.707-.374 3.701 3.701 0 0 1-1.13-1.11 3.407 3.407 0 0 1-.368-.694 3.705 3.705 0 0 1-.245-.749 4.96 4.96 0 0 1-.068-.775 4.012 4.012 0 0 1 1.81-3.341 3.52 3.52 0 0 1 .709-.36c.245-.108.503-.188.762-.228a3.996 3.996 0 0 1 1.593 0c.258.04.517.12.762.227.245.094.49.227.708.361ZM46.153 9.944c-.273.04-.545.067-.804.067a4.143 4.143 0 0 1-2.886-1.176A3.969 3.969 0 0 1 41.265 6c0-.253.028-.52.082-.775a3.74 3.74 0 0 1 .231-.748 3.47 3.47 0 0 1 .382-.695c.15-.227.313-.428.503-.615.94-.922 2.355-1.35 3.69-1.096.258.054.517.134.762.227.245.107.476.228.694.375a3.702 3.702 0 0 1 1.13 1.11c.15.213.272.453.381.694.11.24.177.494.232.748.054.254.081.522.081.775a3.969 3.969 0 0 1-1.198 2.834c-.19.187-.394.36-.626.508a3.386 3.386 0 0 1-.694.36 3.876 3.876 0 0 1-.762.241ZM64.26 42.297l11.425-11.24a2.415 2.415 0 0 1 3.369-.003 2.31 2.31 0 0 1 .003 3.308L67.775 45.463c2.646 2.593 4.762 5.231 6.077 7.75 2.916 5.595 1.221 8.956-.048 10.462-.354.419-.77.785-1.22 1.126a2.405 2.405 0 0 1-.359.281l-.061.038-.036.023a.785.785 0 0 0-.035.022L20.671 97.628a.11.11 0 0 1-.025.012.112.112 0 0 0-.025.011 2.342 2.342 0 0 1-.498.222l-.012.004c-.045.015-.089.03-.135.04a2.417 2.417 0 0 1-.587.083h-.014c-.185 0-.362-.027-.533-.066a.75.75 0 0 1-.092-.028l-.044-.014a2.178 2.178 0 0 1-.509-.214l-.017-.01a2.282 2.282 0 0 1-.31-.215l-.04-.03a1.262 1.262 0 0 1-.09-.074 2.604 2.604 0 0 1-.35-.407c-.001-.005-.004-.007-.007-.01a.708.708 0 0 1-.05-.09l-.03-.062-.028-.05a1.756 1.756 0 0 1-.1-.198 1.41 1.41 0 0 1-.054-.166 2.95 2.95 0 0 0-.035-.12 1.31 1.31 0 0 1-.041-.152c-.018-.088-.022-.176-.027-.264l-.002-.025a.882.882 0 0 0-.007-.062.612.612 0 0 1-.009-.09l.21-59.897c-.233-2.705.778-4.506 1.613-5.497 2.036-2.415 5.719-3.532 10.553-3.324V6.885c0-1.292 1.067-2.34 2.382-2.34 1.317 0 2.383 1.048 2.383 2.34v20.621c1.41.265 2.88.608 4.414 1.05 3.684 1.059 7.447 2.56 11.094 4.361 1.097-.006 2.191.057 3.222.118 3.477.209 5.995.253 6.724-1.064.728-1.317-.681-3.368-2.752-6.12-2.378-3.16-5.337-7.094-3.105-11.13 2.009-3.63 6.28-3.57 9.707-3.523h.012c.444.007.89.014 1.338.014 1.315 0 2.382 1.047 2.382 2.339 0 1.29-1.067 2.338-2.382 2.338-.471 0-.942-.006-1.41-.013-2.997-.041-4.867.007-5.46 1.077-.729 1.318.681 3.367 2.752 6.12l.002.003c2.377 3.16 5.334 7.092 3.103 11.127-1.273 2.3-3.436 3.19-5.8 3.49a71.134 71.134 0 0 1 6.28 4.604ZM52.581 71.92a42.907 42.907 0 0 1-4.069-1.062c-9.801-3.085-20.474-9.573-26.606-15.815l.034-9.721c4.023 4.835 10.251 9.73 17.217 13.66.193.158.417.28.658.371 4.606 2.542 9.496 4.654 14.257 6.024a43.58 43.58 0 0 0 6.674 1.388l-8.165 5.155Zm-30.709-6.78-.032 9.221c4.31 3.04 9.31 5.831 14.338 7.916l7.987-5.042c-7.826-2.505-16.161-7.153-22.293-12.095Zm-.092 26.228 6.707-4.235a77.183 77.183 0 0 1-6.679-3.626l-.028 7.861Zm48.353-30.675c1.217-1.443.194-3.97-.523-5.347-1.104-2.117-2.902-4.361-5.18-6.592l-3.696 3.637a2.402 2.402 0 0 1-1.687.686 2.398 2.398 0 0 1-1.682-.683 2.31 2.31 0 0 1-.004-3.308l3.534-3.478c-3.58-2.907-7.85-5.664-12.33-7.966-1.346.1-2.305.404-2.705 1.128-.728 1.317.68 3.366 2.751 6.117l.002.002c2.378 3.16 5.337 7.093 3.105 11.127-.678 1.226-1.617 2.039-2.698 2.588 2.138.897 4.284 1.68 6.391 2.287 7.425 2.136 11.924 1.668 13.927.453l.184-.116c.244-.169.453-.346.61-.535ZM28.226 31.56c-3.07 0-4.94.741-5.732 1.68-1.217 1.446-.194 3.972.523 5.348 2.804 5.38 10.06 11.567 18.427 16.293 3.142.17 5.406.134 6.087-1.097.728-1.318-.681-3.367-2.752-6.118-2.378-3.16-5.338-7.093-3.106-11.13a6.342 6.342 0 0 1 1.177-1.522 57.249 57.249 0 0 0-5.634-1.97 45.475 45.475 0 0 0-3.075-.765v8.165c0 1.292-1.066 2.34-2.383 2.34-1.315 0-2.382-1.048-2.382-2.34V31.61l-.249-.014a16.1 16.1 0 0 0-.901-.036Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M96.094 44.875c-2.177 3.14-2.52 7.11-.882 10.25 2.491 4.77.304 11.04-4.778 13.7-3.336 1.75-5.582 5.19-5.788 8.88-.314 5.61-5.21 10.2-10.703 10.03-3.62-.11-7.162 1.88-9.153 5.13-3.032 4.94-9.34 6.62-13.764 3.67-2.914-1.94-6.808-1.94-10.056 0-4.934 2.96-10.948 1.28-13.126-3.67-1.432-3.26-4.64-5.24-8.27-5.13-5.513.18-9.624-4.42-8.976-10.03.431-3.69-1.226-7.13-4.268-8.88-4.62-2.65-5.729-8.93-2.423-13.7 2.178-3.14 2.521-7.11.883-10.25-2.492-4.77-.304-11.04 4.778-13.7 3.335-1.75 5.582-5.19 5.788-8.88.314-5.61 5.21-10.2 10.703-10.03 3.61.11 7.161-1.88 9.153-5.13 3.031-4.94 9.34-6.62 13.764-3.67 2.913 1.94 6.808 1.94 10.055 0 4.935-2.96 10.949-1.28 13.126 3.67 1.433 3.26 4.64 5.24 8.27 5.13 5.514-.18 9.624 4.42 8.977 10.03-.432 3.69 1.226 7.13 4.267 8.88 4.62 2.65 5.73 8.93 2.423 13.7ZM73.253 30.16a4.511 4.511 0 0 0-6.387.35L39.574 61.02 32.1 54.38l-.177-.15a4.503 4.503 0 0 0-6.21.53c-1.668 1.89-1.5 4.78.383 6.45l10.84 9.62.196.17a4.48 4.48 0 0 0 2.796.98c1.276 0 2.492-.54 3.365-1.51l30.304-33.86.147-.17c1.52-1.88 1.325-4.65-.49-6.28Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M74.68 21.64a6.51 6.51 0 0 1 9.155-.492 6.453 6.453 0 0 1 .707 8.907l-.211.246-43.47 48.058a6.495 6.495 0 0 1-4.828 2.141c-1.449 0-2.86-.48-4.013-1.385l-.283-.235-15.54-13.665a6.455 6.455 0 0 1-.555-9.153 6.512 6.512 0 0 1 8.902-.756l.248.208 10.72 9.425L74.68 21.641Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M68.215 71.939a2.298 2.298 0 0 1-2.02 2.545l-31.94 3.644a2.296 2.296 0 0 1-2.54-2.024 2.296 2.296 0 0 1 2.021-2.545l31.938-3.645a2.304 2.304 0 0 1 2.54 2.025Zm0-14.313a2.297 2.297 0 0 1-2.02 2.545l-31.94 3.645a2.296 2.296 0 0 1-2.54-2.025 2.298 2.298 0 0 1 2.021-2.545l31.938-3.644a2.299 2.299 0 0 1 2.54 2.024Zm0-14.285a2.299 2.299 0 0 1-2.02 2.545l-31.94 3.644a2.295 2.295 0 0 1-2.54-2.024 2.296 2.296 0 0 1 2.021-2.545l31.938-3.645a2.297 2.297 0 0 1 2.54 2.025Zm8.193 41.755-52.816 6.028V28.82l5.943-.68v3.067a2.3 2.3 0 0 0 2.556 2.285l36.339-4.147a2.299 2.299 0 0 0 2.036-2.285v-3.59l5.942-.678v62.303ZM45.705 15.805c0-2.447 2.07-4.749 4.52-5.029a4.41 4.41 0 0 1 .488-.027c.91 0 1.738.3 2.373.865.734.656 1.138 1.613 1.138 2.695 0 2.446-2.07 4.748-4.518 5.028-1.105.125-2.12-.172-2.863-.838-.735-.656-1.138-1.613-1.138-2.694ZM80.233 18.5a2.29 2.29 0 0 0-1.789-.569l-7.978.91v-.894c0-1.66-.657-3.16-1.851-4.227-1.186-1.058-2.809-1.559-4.437-1.371l-3.287.374c-.297-2.436-1.409-4.61-3.207-6.216-2.138-1.912-4.968-2.776-7.944-2.434-5.631.644-10.261 5.553-10.68 11.142l-3.757.43c-3.234.367-5.768 3.2-5.768 6.448v1.419l-8.499.97A2.298 2.298 0 0 0 19 26.769V93.7a2.301 2.301 0 0 0 2.557 2.284l57.407-6.55A2.299 2.299 0 0 0 81 87.149V20.216c0-.655-.28-1.28-.767-1.716Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M49.732 2.317C23.412 5.297 2 29.005 2 55.167c0 12.738 4.992 24.178 14.054 32.214C23.876 94.32 33.9 98 44.73 98c1.824 0 3.674-.105 5.536-.315C76.587 94.703 98 70.995 98 44.833c0-12.737-4.99-24.177-14.05-32.213C74.807 4.513 62.657.85 49.731 2.317ZM19.2 83.877c-8.044-7.132-12.474-17.33-12.474-28.71 0-23.85 19.533-45.467 43.54-48.185a44.35 44.35 0 0 1 4.985-.285c9.674 0 18.608 3.268 25.55 9.427 8.044 7.133 12.473 17.329 12.473 28.709 0 23.851-19.533 45.466-43.542 48.185-11.568 1.31-22.41-1.936-30.532-9.14Zm29.944-52.932v19.583l-15.68-2.171c-2.15-.304-4.13 1.21-4.426 3.369a3.942 3.942 0 0 0 3.354 4.448l20.143 2.79a3.919 3.919 0 0 0 3.118-.934A3.953 3.953 0 0 0 57 55.054v-24.11A3.937 3.937 0 0 0 53.072 27a3.937 3.937 0 0 0-3.928 3.945\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M28.018 22.269a3.216 3.216 0 0 0-.164.499 3.568 3.568 0 0 0 0 1.047c.042.175.097.351.164.511.067.162.15.324.244.459.095.146.215.294.339.417a2.75 2.75 0 0 0 2.451.724c.163-.025.339-.079.501-.148a2.48 2.48 0 0 0 .46-.24c.15-.108.298-.215.42-.336a3.46 3.46 0 0 0 .338-.417c.096-.135.178-.297.245-.459.068-.16.122-.336.163-.51a3.392 3.392 0 0 0 0-1.048 3.07 3.07 0 0 0-.163-.5 2.993 2.993 0 0 0-.245-.47 3.104 3.104 0 0 0-.339-.402 2.407 2.407 0 0 0-.418-.336 2.412 2.412 0 0 0-.46-.243 4.01 4.01 0 0 0-.502-.162 2.747 2.747 0 0 0-2.451.741c-.124.12-.244.256-.339.402-.095.148-.177.31-.244.47Zm-13.165 1.52a3.537 3.537 0 0 0-.163.497c-.027.175-.054.35-.054.526 0 .711.296 1.41.799 1.909.12.12.257.24.405.336a3.344 3.344 0 0 0 .977.402 3.5 3.5 0 0 0 .528.054c.175 0 .348-.026.523-.053h.004a2.99 2.99 0 0 0 .976-.403 3.63 3.63 0 0 0 .419-.334l.001-.002a2.712 2.712 0 0 0 .786-1.91c0-.175-.014-.35-.054-.525a2.252 2.252 0 0 0-.15-.498 3.173 3.173 0 0 0-.243-.47 9.362 9.362 0 0 1-.084-.105 3.54 3.54 0 0 0-.255-.299 6.032 6.032 0 0 0-.42-.336 3.335 3.335 0 0 0-.46-.242 3.113 3.113 0 0 0-.516-.16 2.73 2.73 0 0 0-1.055 0 2.982 2.982 0 0 0-.502.16c-.162.069-.325.15-.475.242a3.599 3.599 0 0 0-.405.336c-.122.121-.244.27-.339.404a3.077 3.077 0 0 0-.243.47Zm47.811 45.796a2.37 2.37 0 0 0 1.582.603c.65 0 1.298-.264 1.767-.782L76.46 57.853a2.338 2.338 0 0 0-.194-3.333l-10.447-9.19a2.382 2.382 0 0 0-3.346.2 2.34 2.34 0 0 0 .203 3.322l8.661 7.62-8.854 9.79a2.34 2.34 0 0 0 .181 3.323Zm-17.51 7.304a2.37 2.37 0 0 0 2.968-1.546l9.832-31.312a2.35 2.35 0 0 0-1.558-2.946 2.377 2.377 0 0 0-2.969 1.545l-9.83 31.312a2.351 2.351 0 0 0 1.557 2.947Zm-9.707-4.213a2.37 2.37 0 0 0 1.57.591c.656 0 1.307-.267 1.776-.792a2.342 2.342 0 0 0-.203-3.322l-8.66-7.62 8.852-9.79a2.34 2.34 0 0 0-.18-3.324 2.382 2.382 0 0 0-3.347.18L24.808 60.154a2.34 2.34 0 0 0 .19 3.333l10.45 9.19ZM92.42 8.7c-2.323-2.058-5.385-2.992-8.647-2.622l-67.082 7.588C10.245 14.396 5 20.201 5 26.608v66.039c0 .67.289 1.31.792 1.756a2.387 2.387 0 0 0 1.848.582l86.258-9.757A2.36 2.36 0 0 0 96 82.89V16.851c0-3.21-1.27-6.104-3.58-8.15Zm-1.16 72.09L9.74 90.01V37.246l81.52-9.22V80.79Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m89.528 10.136-15.6 1.772a2.658 2.658 0 0 0 .599 5.28L86.4 15.847c.18-.02.338.12.338.301l-.078 63.651a.302.302 0 0 1-.269.3l-64.274 7.255a.303.303 0 0 1-.337-.3V68.24a2.657 2.657 0 0 0-2.657-2.657H19.1a2.658 2.658 0 0 0-2.658 2.657v22.115c0 .754.325 1.47.893 1.972a2.682 2.682 0 0 0 2.078.656l70.219-7.926A2.655 2.655 0 0 0 92 82.43V12.343a2.22 2.22 0 0 0-2.472-2.207Zm-42.98-3.004a2.552 2.552 0 0 0-3.224 1.591L27.599 55.045a2.51 2.51 0 0 0 .128 1.934c.301.61.823 1.065 1.468 1.282.261.089.536.133.815.133a2.542 2.542 0 0 0 2.412-1.724l15.725-46.323a2.508 2.508 0 0 0-.129-1.933 2.522 2.522 0 0 0-1.47-1.282Zm-19.955 13.48a2.519 2.519 0 0 0-.844-1.754 2.557 2.557 0 0 0-3.59.192L8.656 33.99a2.514 2.514 0 0 0-.652 1.846c.04.671.352 1.31.856 1.754l13.504 11.884a2.554 2.554 0 0 0 3.59-.215 2.517 2.517 0 0 0 .638-1.837 2.516 2.516 0 0 0-.857-1.748l-11.577-10.19L25.94 22.445a2.514 2.514 0 0 0 .652-1.833Zm42.032 8.07a2.547 2.547 0 0 1-.65 1.842L54.47 45.466a2.55 2.55 0 0 1-3.59.191 2.511 2.511 0 0 1-.843-1.75 2.515 2.515 0 0 1 .65-1.836l11.785-13.039L50.894 18.84a2.51 2.51 0 0 1-.856-1.746 2.51 2.51 0 0 1 .64-1.838 2.556 2.556 0 0 1 3.587-.216L67.77 26.928c.513.45.818 1.073.856 1.756Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"M45.623 32.88c15.989 0 32.951 4.972 33.592 14.194C86.998 48.204 93 54.914 93 63.019c0 8.894-7.222 16.132-16.1 16.132h-2.174C68.904 89.21 58.044 96 45.623 96 27.085 96 12 80.888 12 62.314v-14.7c0-9.57 17.324-14.734 33.623-14.734Zm0 4.793c-17.867 0-28.839 5.79-28.839 9.94 0 1.025.675 2.149 1.95 3.26 6.206-3.558 16.065-5.656 26.89-5.656 10.826 0 20.684 2.098 26.89 5.657 1.275-1.112 1.949-2.236 1.949-3.26 0-4.151-10.972-9.941-28.84-9.941Zm33.624 24.64c0 4.24-.793 8.297-2.228 12.038 6.185-.064 11.197-5.12 11.197-11.332 0-5.446-3.852-10.005-8.97-11.09v10.385Zm-62.463 0c0 15.933 12.937 28.894 28.84 28.894 15.901 0 28.839-12.961 28.839-28.893V55.46a22.89 22.89 0 0 1-2.847 1.727l-.14.07-.057.029a35.362 35.362 0 0 1-1.722.81c-5.416 2.368-12.701 3.847-20.698 4.174-.203.01-.406.018-.608.025l-.243.007a81.879 81.879 0 0 1-2.525.044c-.61 0-1.22-.01-1.833-.024-.234-.005-.467-.013-.7-.02h-.001l-.23-.007a46.61 46.61 0 0 1-.614-.025c-7.994-.327-15.276-1.806-20.696-4.174l-.03-.012a34.877 34.877 0 0 1-1.595-.75l-.085-.043c-.071-.035-.143-.07-.212-.107a22.844 22.844 0 0 1-2.843-1.724v6.854Zm26.085-46.322a10.746 10.746 0 0 1-.949-9.983l1.038-2.523a2.39 2.39 0 0 1 3.122-1.303 2.398 2.398 0 0 1 1.3 3.128l-1.037 2.522a5.948 5.948 0 0 0 .523 5.526l.655.995a10.763 10.763 0 0 1 1.017 9.81l-1.143 2.922a2.394 2.394 0 0 1-3.1 1.357 2.398 2.398 0 0 1-1.353-3.106l1.143-2.921a5.96 5.96 0 0 0-.562-5.428l-.655-.997Zm12.727 1.197a2.398 2.398 0 0 1 .688-3.318 2.389 2.389 0 0 1 3.311.687l.654.998a10.754 10.754 0 0 1 1.017 9.808l-1.142 2.922a2.393 2.393 0 0 1-3.1 1.356 2.397 2.397 0 0 1-1.353-3.106l1.143-2.92a5.96 5.96 0 0 0-.563-5.43l-.655-.997ZM30.319 13.87a2.397 2.397 0 0 0-.684 3.318l.654.997a5.956 5.956 0 0 1 .563 5.428l-1.142 2.921a2.395 2.395 0 0 0 2.226 3.272 2.39 2.39 0 0 0 2.226-1.522l1.144-2.922a10.764 10.764 0 0 0-1.02-9.81l-.654-.997a2.39 2.39 0 0 0-3.313-.685Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m44.039 57.114 43.14-4.92a2.354 2.354 0 0 1 2.617 2.082 2.367 2.367 0 0 1-2.082 2.619l-43.139 4.919a2.366 2.366 0 0 1-.536-4.7Zm0 24.67 43.14-4.919a2.354 2.354 0 0 1 2.617 2.082 2.367 2.367 0 0 1-2.082 2.62l-43.139 4.917a2.366 2.366 0 0 1-.536-4.7Zm47.435-54.343c-.253-2.226-2.262-3.833-4.486-3.571L22.694 31.2l9.81-10.935a4.058 4.058 0 0 0-.31-5.727 4.048 4.048 0 0 0-5.723.31L9.532 33.73c-.027.03-.046.066-.071.097-.09.105-.165.218-.243.331-.072.106-.145.207-.206.318-.066.118-.116.24-.17.365-.05.118-.104.233-.145.354-.039.127-.064.26-.093.39-.027.13-.058.257-.074.388-.014.127-.012.258-.015.39-.003.103-.02.205-.013.307.002.04.014.077.018.117.003.038-.002.074.002.112.01.107.044.205.063.31.023.114.04.228.072.339.043.153.103.299.163.445.04.089.068.18.113.267.08.161.178.309.278.457.044.064.08.132.125.192.159.207.333.397.526.567L26.8 54.498a4.032 4.032 0 0 0 2.685 1.021 4.057 4.057 0 0 0 2.689-7.093L22.04 39.44l65.865-7.51a4.055 4.055 0 0 0 3.568-4.49Z\" clip-rule=\"evenodd\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"width": 15,
|
|
3
|
+
"height": 15,
|
|
4
|
+
"block": "<path fill=\"currentColor\" d=\"M90.21 7.594a2.374 2.374 0 0 0-1.839-.58l-77.276 8.737A2.351 2.351 0 0 0 9 18.08v60.993c0 .669.287 1.305.79 1.75a2.37 2.37 0 0 0 1.839.58l23.687-2.68 12.972 13.548a2.377 2.377 0 0 0 1.713.729c.038 0 .077 0 .114-.003a2.368 2.368 0 0 0 1.747-.898l13.173-16.734 23.87-2.7A2.351 2.351 0 0 0 91 70.334V9.343c0-.668-.287-1.304-.79-1.749ZM76.165 50.24a2.683 2.683 0 0 1-2.376 2.966l-46.966 5.31a2.694 2.694 0 0 1-2.988-2.359 2.684 2.684 0 0 1 2.376-2.965l46.966-5.309c1.466-.165 2.818.887 2.988 2.357Zm0-19.048a2.683 2.683 0 0 1-2.376 2.965l-46.966 5.31a2.693 2.693 0 0 1-2.988-2.359 2.684 2.684 0 0 1 2.376-2.964l46.966-5.31c1.466-.164 2.818.887 2.988 2.358Z\"/>"
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export default _default;
|