@cfx-dev/ui-components 4.5.21 → 5.0.1
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/DropdownContent-BMfQCuaP.js +964 -0
- package/dist/Table.module-CMz5ENmI.js +17 -0
- package/dist/assets/all_css.css +1 -1
- package/dist/assets/css/Accordion.css +1 -1
- package/dist/assets/css/AccordionShowcase.css +1 -1
- package/dist/assets/css/Avatar.css +1 -1
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/Checkbox.css +1 -1
- package/dist/assets/css/ControlBox.css +1 -1
- package/dist/assets/css/CountryFlag.css +1 -1
- package/dist/assets/css/DataTable.css +1 -1
- package/dist/assets/css/Dot.css +1 -1
- package/dist/assets/css/DropdownContent.css +1 -1
- package/dist/assets/css/DropdownSelect.css +1 -1
- package/dist/assets/css/FlexShowcase.css +1 -1
- package/dist/assets/css/Flyout.css +1 -1
- package/dist/assets/css/FormField.css +1 -0
- package/dist/assets/css/Icon.css +1 -1
- package/dist/assets/css/IconButton.css +1 -1
- package/dist/assets/css/InfoPanel.css +1 -1
- package/dist/assets/css/Input.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/assets/css/Island.css +1 -1
- package/dist/assets/css/ItemPreview.css +1 -1
- package/dist/assets/css/Link.css +1 -1
- package/dist/assets/css/Loaf.css +1 -1
- package/dist/assets/css/Modal.css +1 -1
- package/dist/assets/css/NavList.css +1 -1
- package/dist/assets/css/Page.css +1 -1
- package/dist/assets/css/Popover.css +1 -1
- package/dist/assets/css/Prose.css +1 -1
- package/dist/assets/css/Radio.css +1 -1
- package/dist/assets/css/Range.css +1 -1
- package/dist/assets/css/RangeInput.css +1 -1
- package/dist/assets/css/RichInput.css +1 -1
- package/dist/assets/css/Select.css +1 -1
- package/dist/assets/css/Separator.css +1 -1
- package/dist/assets/css/Skeleton.css +1 -1
- package/dist/assets/css/Slider.css +1 -1
- package/dist/assets/css/StyledInput.css +1 -1
- package/dist/assets/css/StyledTextarea.css +1 -1
- package/dist/assets/css/Switch.css +1 -1
- package/dist/assets/css/Table.css +1 -1
- package/dist/assets/css/Tabular.css +1 -1
- package/dist/assets/css/Text.css +1 -1
- package/dist/assets/css/TextShowcase.css +1 -1
- package/dist/assets/css/Textarea.css +1 -1
- package/dist/assets/css/Title.css +1 -1
- package/dist/assets/css/ToggleGroup.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/cfxIcons-0xD_EEXT.js +110 -0
- package/dist/cfxIconsXLarge-D0vz6Yd_.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +0 -3
- package/dist/components/Accordion/Accordion.js +117 -121
- package/dist/components/Accordion/AccordionShowcase.js +22 -26
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +12 -12
- package/dist/components/Avatar/AvatarShowcase.js +4 -4
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Badge/Badge.js +7 -7
- package/dist/components/Badge/BadgeShowcase.js +20 -20
- package/dist/components/BurgerMenu/BurgerMenu.js +7 -7
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +8 -8
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +15 -15
- package/dist/components/Button/ButtonShowcase.js +80 -57
- package/dist/components/Checkbox/Checkbox.d.ts +4 -1
- package/dist/components/Checkbox/Checkbox.js +276 -191
- package/dist/components/Checkbox/CheckboxShowcase.js +170 -29
- package/dist/components/ControlBox/ControlBox.d.ts +1 -1
- package/dist/components/ControlBox/ControlBox.js +17 -17
- package/dist/components/DataTable/DataTableShowcase.js +5 -5
- package/dist/components/Dot/Dot.d.ts +1 -1
- package/dist/components/Dot/Dot.js +15 -15
- package/dist/components/DropdownContent/DropdownContent.d.ts +1 -5
- package/dist/components/DropdownContent/DropdownContent.js +2 -3
- package/dist/components/DropdownContent/index.d.ts +1 -1
- package/dist/components/DropdownContent/index.js +2 -3
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -2
- package/dist/components/DropdownMenu/DropdownMenu.js +17 -19
- package/dist/components/DropdownSelect/DropdownSelect.d.ts +0 -5
- package/dist/components/DropdownSelect/DropdownSelect.js +47 -55
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +10 -11
- package/dist/components/Flyout/Flyout.d.ts +1 -1
- package/dist/components/Flyout/Flyout.js +10 -10
- package/dist/components/FormField/FormField.d.ts +20 -0
- package/dist/components/FormField/FormField.js +68 -0
- package/dist/components/FormField/FormFieldShowcase.d.ts +5 -0
- package/dist/components/FormField/FormFieldShowcase.js +59 -0
- package/dist/components/FormField/index.d.ts +1 -0
- package/dist/components/FormField/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +6 -2
- package/dist/components/Icon/Icon.js +33 -32
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Icons/Icons.types.d.ts +1 -3
- package/dist/components/Icons/IconsShowcase.js +224 -92
- package/dist/components/Icons/cfx-icons/Cart.js +17 -33
- package/dist/components/Icons/cfx-icons/Close.js +7 -8
- package/dist/components/Icons/cfx-icons/Controller.js +13 -20
- package/dist/components/Icons/cfx-icons/Copy.js +6 -7
- package/dist/components/Icons/cfx-icons/DownArrow.js +4 -5
- package/dist/components/Icons/cfx-icons/DownChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Download.js +6 -7
- package/dist/components/Icons/cfx-icons/Expand.js +1 -1
- package/dist/components/Icons/cfx-icons/ExternalLink.js +9 -10
- package/dist/components/Icons/cfx-icons/Filter.js +9 -9
- package/dist/components/Icons/cfx-icons/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Folder.js +24 -0
- package/dist/components/Icons/cfx-icons/Heart.js +9 -10
- package/dist/components/Icons/cfx-icons/HeartFilled.js +3 -4
- package/dist/components/Icons/cfx-icons/Help.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftChevron.js +7 -8
- package/dist/components/Icons/cfx-icons/Map.js +14 -30
- package/dist/components/Icons/cfx-icons/Menu.js +17 -40
- package/dist/components/Icons/cfx-icons/Minus.js +2 -3
- package/dist/components/Icons/cfx-icons/More.js +4 -5
- package/dist/components/Icons/cfx-icons/MoreInfo.js +6 -7
- package/dist/components/Icons/cfx-icons/Pencil.js +3 -3
- package/dist/components/Icons/cfx-icons/Play.js +6 -6
- package/dist/components/Icons/cfx-icons/Plus.js +4 -5
- package/dist/components/Icons/cfx-icons/Radio.js +15 -25
- package/dist/components/Icons/cfx-icons/Refresh.js +10 -11
- package/dist/components/Icons/cfx-icons/RightArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/RightChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Search.js +9 -10
- package/dist/components/Icons/cfx-icons/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerList.js +24 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-icons/Sort.js +6 -7
- package/dist/components/Icons/cfx-icons/Square.js +8 -9
- package/dist/components/Icons/cfx-icons/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareFilled.js +23 -0
- package/dist/components/Icons/cfx-icons/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-icons/Stop.js +7 -8
- package/dist/components/Icons/cfx-icons/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Success.js +26 -0
- package/dist/components/Icons/cfx-icons/Tick.js +4 -5
- package/dist/components/Icons/cfx-icons/Transfer.js +7 -8
- package/dist/components/Icons/cfx-icons/Trash.js +6 -6
- package/dist/components/Icons/cfx-icons/Undo.js +5 -6
- package/dist/components/Icons/cfx-icons/UpArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/UpChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Upload.js +7 -8
- package/dist/components/Icons/cfx-icons/UpvotesBurst.js +10 -10
- package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +10 -11
- package/dist/components/Icons/cfx-icons/User.js +13 -20
- package/dist/components/Icons/cfx-icons/Users.js +13 -32
- package/dist/components/Icons/cfx-icons/Verified.js +1 -1
- package/dist/components/Icons/cfx-icons/Visibility.js +8 -8
- package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
- package/dist/components/Icons/cfx-icons/Warning.js +9 -10
- package/dist/components/Icons/cfx-iconsXLarge/Cart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Cart.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Minus.d.ts +5 -0
- package/dist/components/Icons/{cfx-icons-big/Upload.js → cfx-iconsXLarge/Minus.js} +2 -3
- package/dist/components/Icons/cfx-iconsXLarge/More.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/More.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Upload.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Warning.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +6 -1
- package/dist/components/Icons/cfxIcons.js +88 -78
- package/dist/components/Icons/cfxIconsXLarge.d.ts +52 -0
- package/dist/components/Icons/cfxIconsXLarge.js +106 -0
- package/dist/components/Icons/index.d.ts +2 -2
- package/dist/components/Icons/index.js +3 -3
- package/dist/components/InfoPanel/InfoPanel.d.ts +1 -1
- package/dist/components/InfoPanel/InfoPanel.js +10 -10
- package/dist/components/InfoPanel/InfoPanelShowcase.js +30 -30
- package/dist/components/Input/Input.d.ts +3 -3
- package/dist/components/Input/Input.js +94 -107
- package/dist/components/Input/Input.types.d.ts +1 -1
- package/dist/components/Input/InputShowcase.js +80 -64
- package/dist/components/Input/RichInput.js +48 -62
- package/dist/components/InputDropzone/InputDropzone.js +52 -43
- package/dist/components/InputDropzone/ItemPreview.js +23 -21
- package/dist/components/Layout/Pad/Pad.d.ts +2 -2
- package/dist/components/Layout/Pad/Pad.js +1 -1
- package/dist/components/Link/LinkShowcase.js +39 -39
- package/dist/components/Loaf/Loaf.d.ts +2 -2
- package/dist/components/Loaf/Loaf.js +15 -15
- package/dist/components/Modal/Modal.d.ts +3 -3
- package/dist/components/Modal/Modal.js +26 -26
- package/dist/components/Modal/ModalShowcase.js +13 -13
- package/dist/components/Pagination/Pagination.js +5 -5
- package/dist/components/RSC/Flex/Flex.d.ts +2 -2
- package/dist/components/RSC/Flex/Flex.js +17 -17
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.js +19 -19
- package/dist/components/Range/RangeShowcase.js +10 -10
- package/dist/components/Select/Select.d.ts +0 -3
- package/dist/components/Select/Select.js +372 -391
- package/dist/components/Select/SelectShowcase.js +20 -47
- package/dist/components/Separator/Separator.d.ts +1 -2
- package/dist/components/Separator/Separator.js +29 -42
- package/dist/components/Skeleton/SkeletonShowcase.js +12 -12
- package/dist/components/Slider/SliderShowcase.js +6 -6
- package/dist/components/StyledInput/StyledInput.d.ts +3 -3
- package/dist/components/StyledInput/StyledInput.js +16 -32
- package/dist/components/Switch/Switch.d.ts +6 -0
- package/dist/components/Switch/Switch.js +99 -85
- package/dist/components/Table/TableBody.js +1 -1
- package/dist/components/Table/TableCell.js +1 -1
- package/dist/components/Table/TableCellCheckbox.js +1 -1
- package/dist/components/Table/TableHeader.js +1 -1
- package/dist/components/Table/TableIconButton.js +1 -1
- package/dist/components/Table/TableRoot.js +1 -1
- package/dist/components/Table/TableRow.d.ts +1 -1
- package/dist/components/Table/TableRow.js +8 -8
- package/dist/components/TableResponsiveText/TableResponsiveText.js +4 -4
- package/dist/components/Tabular/TabularShowcase.js +22 -22
- package/dist/components/Text/BodyShowcase.js +261 -48
- package/dist/components/Text/HeadingShowcase.js +179 -24
- package/dist/components/Text/Text.d.ts +1 -0
- package/dist/components/Text/Text.js +62 -57
- package/dist/components/Text/Text.types.d.ts +6 -4
- package/dist/components/Text/TextShowcase.d.ts +15 -6
- package/dist/components/Text/TextShowcase.js +63 -38
- package/dist/components/Title/TitleShowcase.js +97 -17
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +22 -22
- package/dist/components/ToggleGroup/ToggleGroupShowcase.js +76 -40
- package/dist/main.d.ts +5 -6
- package/dist/main.js +87 -87
- package/dist/styles-scss/_ui.scss +94 -14
- package/dist/styles-scss/global.scss +17 -15
- package/dist/styles-scss/tokens.scss +158 -53
- package/dist/utils/ui/index.d.ts +2 -2
- package/dist/utils/ui/index.js +12 -10
- package/dist/utils/ui/ui.d.ts +7 -2
- package/dist/utils/ui/ui.js +64 -46
- package/dist/utils/ui/ui.types.d.ts +68 -23
- package/dist/utils/ui/ui.types.js +18 -15
- package/package.json +1 -1
- package/dist/DropdownContent-MvHlrWi6.js +0 -989
- package/dist/Table.module-DffST69u.js +0 -17
- package/dist/assets/css/IconBig.css +0 -1
- package/dist/cfxIcons-B4SQ4Ljd.js +0 -100
- package/dist/cfxIconsBig-BLJjMT-Y.js +0 -16
- package/dist/components/IconBig/IconBig.d.ts +0 -13
- package/dist/components/IconBig/IconBig.js +0 -78
- package/dist/components/IconBig/index.d.ts +0 -2
- package/dist/components/IconBig/index.js +0 -4
- package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +0 -5
- package/dist/components/Icons/cfx-icons/SquareCheck.js +0 -27
- package/dist/components/Icons/cfx-icons-big/Confirm.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Confirm.js +0 -39
- package/dist/components/Icons/cfx-icons-big/Like.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Like.js +0 -25
- package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Subscriptions.js +0 -33
- package/dist/components/Icons/cfx-icons-big/Warning.js +0 -27
- package/dist/components/Icons/cfxIconsBig.d.ts +0 -5
- package/dist/components/Icons/cfxIconsBig.js +0 -12
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Upload.d.ts +0 -0
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Warning.d.ts +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function r(e) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M52 25.94C50.9 25.94 50 25.04 50 23.94V15.5C50 14.67 49.33 14 48.5 14H40C38.9 14 38 13.1 38 12C38 10.9 38.9 10 40 10H48.5C51.53 10 54 12.47 54 15.5V23.94C54 25.04 53.1 25.94 52 25.94ZM14 23.94V15.5C14 14.67 14.67 14 15.5 14H24C25.1 14 26 13.1 26 12C26 10.9 25.1 10 24 10H15.5C12.47 10 10 12.47 10 15.5V23.94C10 25.04 10.9 25.94 12 25.94C13.1 25.94 14 25.04 14 23.94ZM54 48.5V39.94C54 38.84 53.1 37.94 52 37.94C50.9 37.94 50 38.84 50 39.94V48.5C50 49.33 49.33 50 48.5 50H40C38.9 50 38 50.9 38 52C38 53.1 38.9 54 40 54H48.5C51.53 54 54 51.53 54 48.5ZM26 52C26 50.9 25.1 50 24 50H15.5C14.67 50 14 49.33 14 48.5V39.94C14 38.84 13.1 37.94 12 37.94C10.9 37.94 10 38.84 10 39.94V48.5C10 51.53 12.47 54 15.5 54H24C25.1 54 26 53.1 26 52Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const n = o.memo(r);
|
|
24
|
+
export {
|
|
25
|
+
n as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M48.5 53.99H15.5C12.47 53.99 10 51.52 10 48.49V15.49C10 12.46 12.47 9.99 15.5 9.99H28C29.1 9.99 30 10.89 30 11.99C30 13.09 29.1 13.99 28 13.99H15.5C14.67 13.99 14 14.66 14 15.49V48.49C14 49.32 14.67 49.99 15.5 49.99H48.5C49.33 49.99 50 49.32 50 48.49V35.99C50 34.89 50.9 33.99 52 33.99C53.1 33.99 54 34.89 54 35.99V48.49C54 51.52 51.53 53.99 48.5 53.99ZM33.42 33.4L54.01 12.81V23.98C54.01 25.08 54.91 25.98 56.01 25.98C57.11 25.98 58.01 25.08 58.01 23.98V7.99C58.01 7.72 57.96 7.46 57.86 7.22C57.77 7 57.63 6.79 57.46 6.6C57.46 6.6 57.42 6.56 57.41 6.55C57.23 6.37 57.02 6.24 56.79 6.15C56.55 6.05 56.29 6 56.02 6H40.02C38.92 6 38.02 6.9 38.02 8C38.02 9.1 38.92 10 40.02 10H51.19L30.6 30.59C29.82 31.37 29.82 32.64 30.6 33.42C30.99 33.81 31.5 34.01 32.01 34.01C32.52 34.01 33.03 33.81 33.42 33.42V33.4Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = o.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function o(C) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ t(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M36.5799 56C36.3099 56 36.04 55.95 35.78 55.83L26.6299 51.85C25.8999 51.53 25.43 50.81 25.43 50.02V32.25L13.06 16.96C11.71 15.3 11.45 13.06 12.37 11.13C13.29 9.2 15.1899 8 17.3299 8H46.6699C48.8099 8 50.7099 9.2 51.6299 11.13C52.5499 13.06 52.2899 15.29 50.9399 16.96L38.5699 32.25V54C38.5699 54.67 38.2299 55.3 37.6699 55.67C37.3399 55.89 36.9599 56 36.5699 56H36.5799ZM29.43 48.71L34.5799 50.95V31.54C34.5799 31.08 34.74 30.64 35.02 30.28L47.8299 14.44C48.3699 13.78 48.1399 13.11 48.02 12.85C47.9 12.59 47.5199 12 46.6699 12H17.3299C16.4799 12 16.0999 12.6 15.9799 12.85C15.8599 13.11 15.6299 13.78 16.1699 14.44L28.9799 30.28C29.2699 30.64 29.4199 31.08 29.4199 31.54V48.71H29.43Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
const i = r.memo(o);
|
|
21
|
+
export {
|
|
22
|
+
i as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M57.83 18.83C56.76 16.46 54.91 15.1 52.76 15.1H31.81C31.62 15.1 31.44 15.02 31.31 14.88L27.35 10.53C26.46 9.56 25.2 9 23.89 9H10.41C8.23 9.08 5 10.64 5 14.64V49.73C5 50.02 5.03 50.3 5.08 50.58C5.59 53.31 7.43 55 9.87 55H52.97C53.73 55 54.48 54.82 55.13 54.47C57.1 53.42 58.23 51.72 58.23 49.81V20.75C58.23 20.08 58.09 19.44 57.82 18.83H57.83ZM54.24 49.8C54.24 50.33 53.63 50.74 53.26 50.93C53.18 50.97 53.08 50.99 52.97 50.99H9.87C9.44 50.99 9.15 50.6 9.01 49.83C9.01 49.79 9.01 49.76 9.01 49.72V14.64C9.01 13.62 9.54 13.07 10.49 13H23.9C24.09 13 24.27 13.08 24.4 13.22L28.36 17.57C29.25 18.54 30.51 19.1 31.82 19.1H52.77C53.49 19.1 54 20.06 54.19 20.47C54.23 20.55 54.25 20.64 54.25 20.74V49.8H54.24Z",
|
|
15
|
+
stroke: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const n = o.memo(t);
|
|
22
|
+
export {
|
|
23
|
+
n as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function o(C) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
d: "M32 51.34L31.18 50.97C30.32 50.58 10 41.25 10 25.22C10 21.82 11.26 18.69 13.56 16.41C15.85 14.13 18.89 12.87 22.13 12.87C25.37 12.87 28.41 14.13 30.7 16.41L30.78 16.49L32 17.86L33.22 16.5C35.48 14.17 38.61 12.87 41.87 12.87C45.13 12.87 48.14 14.12 50.43 16.4C52.73 18.62 54 21.75 54 25.22C54 41.25 33.69 50.58 32.82 50.97L32 51.34ZM22.13 16.86C19.96 16.86 17.92 17.7 16.38 19.24C14.84 20.77 14 22.89 14 25.22C14 37.03 28.37 45.08 32 46.92C35.63 45.08 50 37.02 50 25.22C50 22.84 49.16 20.73 47.65 19.27L47.62 19.24C46.08 17.71 44.04 16.86 41.87 16.86C39.7 16.86 37.59 17.72 36.14 19.21L31.99 23.86L27.83 19.19C26.3 17.68 24.27 16.85 22.12 16.85L22.13 16.86Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const l = t.memo(o);
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function o(t) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
d: "M54 25.21C54 41.24 33.69 50.57 32.82 50.96L32 51.33L31.18 50.96C30.32 50.57 10 41.24 10 25.21C10 21.81 11.26 18.68 13.56 16.4C15.85 14.12 18.89 12.86 22.13 12.86C25.37 12.86 28.41 14.12 30.7 16.4L30.78 16.48L32 17.85L33.22 16.49C35.48 14.16 38.61 12.86 41.87 12.86C45.13 12.86 48.14 14.11 50.43 16.39C52.73 18.61 54 21.74 54 25.21Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const i = e.memo(o);
|
|
22
|
+
export {
|
|
23
|
+
i as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M32 58C17.66 58 6 46.34 6 32C6 17.66 17.66 6 32 6C46.34 6 58 17.66 58 32C58 46.34 46.34 58 32 58ZM32 10C19.87 10 10 19.87 10 32C10 44.13 19.87 54 32 54C44.13 54 54 44.13 54 32C54 19.87 44.13 10 32 10ZM32.4 46H32C30.9 46 30 45.1 30 44C30 42.9 30.9 42 32 42H32.4C33.5 42 34.4 42.9 34.4 44C34.4 45.1 33.5 46 32.4 46ZM31.77 36.01C30.93 36.01 30.14 35.47 29.87 34.63C29.53 33.58 30.1 32.45 31.16 32.11C33.06 31.49 38.01 29.17 38.01 26.01C38.01 24.6 37.5 23.23 36.56 22.16C35.61 21.07 34.29 20.33 32.84 20.09C31.38 19.85 29.87 20.11 28.6 20.84C27.34 21.56 26.37 22.69 25.89 24.03C25.51 25.07 24.36 25.6 23.33 25.23C22.29 24.85 21.75 23.71 22.13 22.67C22.94 20.44 24.53 18.56 26.62 17.37C28.69 16.19 31.13 15.75 33.5 16.15C35.87 16.55 38.03 17.75 39.59 19.54C41.16 21.35 42.02 23.65 42.01 26.02C42.01 32.73 32.79 35.79 32.39 35.92C32.18 35.99 31.98 36.02 31.77 36.02V36.01Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = r.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M28 53.885C27.49 53.885 26.98 53.685 26.59 53.295L6.59 33.295C6.59 33.295 6.57 33.275 6.56 33.265C6.38 33.075 6.24999 32.865 6.14999 32.645C6.04999 32.415 6 32.165 6 31.905V31.875C6 31.615 6.05999 31.365 6.14999 31.135C6.21999 30.965 6.30998 30.815 6.41998 30.665C6.41998 30.665 6.41998 30.665 6.41998 30.655C6.41998 30.655 6.41999 30.645 6.42999 30.645C6.43999 30.635 6.44999 30.615 6.45999 30.605C6.45999 30.605 6.46 30.605 6.47 30.595C6.47 30.595 6.46998 30.595 6.47998 30.585L26.48 10.585C27.26 9.805 28.53 9.805 29.31 10.585C30.09 11.365 30.09 12.635 29.31 13.415L12.72 30.005H55.89C56.99 30.005 57.89 30.905 57.89 32.005C57.89 33.105 56.99 34.005 55.89 34.005H12.72L29.31 50.595C30.09 51.375 30.09 52.645 29.31 53.425C28.92 53.815 28.41 54.015 27.9 54.015L28 53.885Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = t.memo(C);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M40 49.9999C39.49 49.9999 38.98 49.7999 38.59 49.4099L22.59 33.4099C22.21 33.0299 22 32.5299 22 31.9999C22 31.4699 22.21 30.9599 22.59 30.5899L38.59 14.5899C39.37 13.8099 40.64 13.8099 41.42 14.5899C42.2 15.3699 42.2 16.6399 41.42 17.4199L26.83 32.0099L41.42 46.5999C42.2 47.3799 42.2 48.6499 41.42 49.4299C41.03 49.8199 40.52 50.0199 40.01 50.0199L40 49.9999Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function r(t) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M32 58C31.56 58 31.13 57.86 30.77 57.57C29.9 56.89 9.44995 40.74 9.44995 28.55C9.44995 16.36 19.5699 5.98999 32.0099 5.98999C44.4499 5.98999 54.5699 16.11 54.5699 28.55C54.5699 40.99 34.12 56.89 33.25 57.57C32.89 57.85 32.45 58 32.02 58H32ZM32 9.99999C21.77 9.99999 13.4399 18.32 13.4399 28.56C13.4399 36.5 25.85 48.37 32 53.44C38.14 48.37 50.56 36.49 50.56 28.56C50.56 18.33 42.24 9.99999 32 9.99999ZM32 22.35C35.42 22.35 38.21 25.14 38.21 28.56C38.21 31.98 35.42 34.77 32 34.77C28.58 34.77 25.7899 31.98 25.7899 28.56C25.7899 25.14 28.58 22.35 32 22.35ZM32 18.35C26.36 18.35 21.7899 22.92 21.7899 28.56C21.7899 34.2 26.36 38.77 32 38.77C37.64 38.77 42.21 34.2 42.21 28.56C42.21 22.92 37.64 18.35 32 18.35Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
const l = o.memo(r);
|
|
21
|
+
export {
|
|
22
|
+
l as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ r(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M52 34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34ZM54 48C54 46.9 53.1 46 52 46H12C10.9 46 10 46.9 10 48C10 49.1 10.9 50 12 50H52C53.1 50 54 49.1 54 48ZM54 16C54 14.9 53.1 14 52 14H12C10.9 14 10 14.9 10 16C10 17.1 10.9 18 12 18H52C53.1 18 54 17.1 54 16Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const s = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
s as default
|
|
26
|
+
};
|
|
@@ -5,17 +5,16 @@ function e(r) {
|
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 64 64",
|
|
8
|
-
fill: "
|
|
8
|
+
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...r,
|
|
11
11
|
children: /* @__PURE__ */ o(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "2.5",
|
|
16
15
|
strokeLinecap: "round",
|
|
17
16
|
strokeLinejoin: "round",
|
|
18
|
-
d: "
|
|
17
|
+
d: "M52 34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34Z"
|
|
19
18
|
}
|
|
20
19
|
)
|
|
21
20
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M48.1999 34H47.7999C46.6999 34 45.7999 33.1 45.7999 32C45.7999 30.9 46.6999 30 47.7999 30H48.1999C49.2999 30 50.1999 30.9 50.1999 32C50.1999 33.1 49.2999 34 48.1999 34ZM32.5999 34H32.1999C31.0999 34 30.1999 33.1 30.1999 32C30.1999 30.9 31.0999 30 32.1999 30H32.5999C33.6999 30 34.5999 30.9 34.5999 32C34.5999 33.1 33.6999 34 32.5999 34ZM16.1999 34H15.7999C14.6999 34 13.7999 33.1 13.7999 32C13.7999 30.9 14.6999 30 15.7999 30H16.1999C17.2999 30 18.1999 30.9 18.1999 32C18.1999 33.1 17.2999 34 16.1999 34Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = e.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import C from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M32 58C17.66 58 6 46.34 6 32C6 17.66 17.66 6 32 6C46.34 6 58 17.66 58 32C58 46.34 46.34 58 32 58ZM32 10C19.87 10 10 19.87 10 32C10 44.13 19.87 54 32 54C44.13 54 54 44.13 54 32C54 19.87 44.13 10 32 10ZM34 42.14V29.62C34 28.52 33.1 27.62 32 27.62C30.9 27.62 30 28.52 30 29.62V42.14C30 43.24 30.9 44.14 32 44.14C33.1 44.14 34 43.24 34 42.14ZM34.2 21.86C34.2 20.76 33.3 19.86 32.2 19.86H31.8C30.7 19.86 29.8 20.76 29.8 21.86C29.8 22.96 30.7 23.86 31.8 23.86H32.2C33.3 23.86 34.2 22.96 34.2 21.86Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = C.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(l) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: /* @__PURE__ */ e(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M11.9701 54.03C11.4401 54.03 10.9301 53.82 10.5601 53.44C10.1101 52.99 9.90006 52.36 9.99006 51.74L11.6701 40.16C11.7301 39.73 11.9301 39.34 12.2401 39.03L39.9001 11.37C40.9401 10.33 42.32 9.76001 43.7901 9.76001C45.2601 9.76001 46.6401 10.33 47.6801 11.37L52.63 16.32C53.67 17.36 54.2401 18.74 54.2401 20.21C54.2401 21.68 53.67 23.06 52.63 24.1L24.9701 51.76C24.6701 52.06 24.2701 52.26 23.8401 52.33L12.2601 54.01C12.1601 54.02 12.0701 54.03 11.9701 54.03ZM15.54 41.4L14.3401 49.67L22.6101 48.47L49.8001 21.27C50.0801 20.99 50.2401 20.61 50.2401 20.21C50.2401 19.81 50.0801 19.43 49.8001 19.15L44.85 14.2C44.28 13.63 43.3001 13.63 42.7301 14.2L15.54 41.4Z"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
const n = o.memo(t);
|
|
23
|
+
export {
|
|
24
|
+
n as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function o(C) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ e(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M21.28 51.2001C20.37 51.2001 19.45 50.9701 18.61 50.5001C16.84 49.5201 15.78 47.7201 15.78 45.6901V18.3201C15.78 16.2901 16.84 14.4901 18.62 13.5101C20.4 12.5301 22.48 12.5801 24.2 13.6601L46.1 27.3701C47.72 28.3801 48.68 30.1301 48.68 32.0401C48.68 33.9501 47.71 35.6901 46.09 36.7001L24.19 50.3601C23.29 50.9201 22.29 51.2001 21.28 51.2001ZM21.29 16.8101C20.96 16.8101 20.69 16.9301 20.55 17.0001C20.32 17.1301 19.78 17.5101 19.78 18.3101V45.6801C19.78 46.4801 20.32 46.8601 20.55 46.9901C20.78 47.1201 21.39 47.3701 22.07 46.9501L43.97 33.2901C44.61 32.8901 44.68 32.2701 44.68 32.0201C44.68 31.7701 44.61 31.1501 43.98 30.7501L22.08 17.0401C21.8 16.8601 21.53 16.8101 21.29 16.8101Z"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
const n = l.memo(o);
|
|
23
|
+
export {
|
|
24
|
+
n as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M32 54C30.9 54 30 53.1 30 52V34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H30V12C30 10.9 30.9 10 32 10C33.1 10 34 10.9 34 12V30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34H34V52C34 53.1 33.1 54 32 54Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const l = t.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
l as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ o(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M22 44H42C43.1 44 44 43.1 44 42V22C44 20.9 43.1 20 42 20H22C20.9 20 20 20.9 20 22V42C20 43.1 20.9 44 22 44ZM50.5 58H13.5C9.36 58 6 54.64 6 50.5V13.5C6 9.36 9.36 6 13.5 6H50.5C54.64 6 58 9.36 58 13.5V50.5C58 54.64 54.64 58 50.5 58ZM13.5 10C11.57 10 10 11.57 10 13.5V50.5C10 52.43 11.57 54 13.5 54H50.5C52.43 54 54 52.43 54 50.5V13.5C54 11.57 52.43 10 50.5 10H13.5Z",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const i = t.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function e(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 64 64",
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round",
|
|
17
|
+
d: "M50.86 38.67C48.04 46.65 40.46 52 32 52C25.6 52 19.71 48.93 16 43.99V50C16 51.1 15.1 52 14 52C12.9 52 12 51.1 12 50V38C12 36.9 12.9 36 14 36H26C27.1 36 28 36.9 28 38C28 39.1 27.1 40 26 40H18.15C20.97 44.88 26.22 48 32 48C38.77 48 44.83 43.71 47.09 37.33C47.46 36.29 48.6 35.74 49.64 36.11C50.68 36.48 51.23 37.62 50.86 38.66V38.67ZM50 12C48.9 12 48 12.9 48 14V20.01C44.29 15.07 38.4 12 32 12C23.54 12 15.96 17.36 13.14 25.33C12.77 26.37 13.32 27.51 14.36 27.88C15.4 28.25 16.54 27.7 16.91 26.66C19.16 20.28 25.23 15.99 32 15.99C37.77 15.99 43.03 19.11 45.85 23.99H38C36.9 23.99 36 24.89 36 25.99C36 27.09 36.9 27.99 38 27.99H50C51.1 27.99 52 27.09 52 25.99V13.99C52 12.89 51.1 11.99 50 11.99V12Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const s = o.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
s as default
|
|
26
|
+
};
|