@loja-integrada/admin-components 0.19.2 → 1.0.0-beta.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/LICENSE +1 -1
- package/dist/chunk-7RSXJRXE.js +7 -0
- package/dist/chunk-AYBQ5B4L.js +1 -0
- package/dist/chunk-LTWCICTK.js +1 -0
- package/dist/chunk-QCTWLTAA.js +1 -0
- package/dist/chunk-YV57ZIX5.js +7 -0
- package/dist/chunk-YXT4UVSS.js +6 -0
- package/dist/components/Button/Button.d.ts +52 -0
- package/dist/components/Button/Button.js +3 -0
- package/dist/components/Button/index.d.ts +6 -0
- package/dist/components/Button/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +127 -0
- package/dist/components/Icon/Icon.js +1 -0
- package/dist/components/Icon/index.d.ts +3 -0
- package/dist/components/Icon/index.js +2 -0
- package/dist/{Icons → components}/IconCircular/IconCircular.d.ts +22 -19
- package/dist/components/IconCircular/IconCircular.js +3 -0
- package/dist/components/IconCircular/index.d.ts +4 -0
- package/dist/components/IconCircular/index.js +4 -0
- package/dist/index.d.ts +7 -6
- package/dist/index.js +6 -8
- package/package.json +60 -140
- package/README.md +0 -82
- package/dist/Components/Button/Button.d.ts +0 -42
- package/dist/Components/Button/Button.spec.d.ts +0 -1
- package/dist/Components/Button/Button.stories.d.ts +0 -11
- package/dist/Components/Button/index.d.ts +0 -1
- package/dist/Components/HelpLink/HelpLink.spec.d.ts +0 -1
- package/dist/Components/HelpLink/HelpLink.stories.d.ts +0 -6
- package/dist/Components/HelpLink/index.d.ts +0 -28
- package/dist/Components/LoadingPlaceholder/LoadingPlaceholder.d.ts +0 -5
- package/dist/Components/LoadingPlaceholder/LoadingPlaceholder.stories.d.ts +0 -4
- package/dist/Components/LoadingPlaceholder/index.d.ts +0 -1
- package/dist/Components/Modal/Modal.d.ts +0 -48
- package/dist/Components/Modal/Modal.spec.d.ts +0 -1
- package/dist/Components/Modal/Modal.stories.d.ts +0 -7
- package/dist/Components/Modal/index.d.ts +0 -1
- package/dist/Components/SidebarFixed/SidebarFixed.d.ts +0 -30
- package/dist/Components/SidebarFixed/SidebarFixed.spec.d.ts +0 -1
- package/dist/Components/SidebarFixed/SidebarFixed.stories.d.ts +0 -4
- package/dist/Components/SidebarFixed/index.d.ts +0 -1
- package/dist/Components/Table/Table.d.ts +0 -81
- package/dist/Components/Table/Table.stories.d.ts +0 -8
- package/dist/Components/Table/index.d.ts +0 -1
- package/dist/Components/TableList/TableList.d.ts +0 -38
- package/dist/Components/TableList/TableList.spec.d.ts +0 -1
- package/dist/Components/TableList/TableList.stories.d.ts +0 -7
- package/dist/Components/TableList/TableListItem.d.ts +0 -3
- package/dist/Components/TableList/TableListItem.interface.d.ts +0 -68
- package/dist/Components/TableList/TableListItem.spec.d.ts +0 -1
- package/dist/Components/TableList/TableListItem.stories.d.ts +0 -4
- package/dist/Components/TableList/TableListItemLoading.d.ts +0 -3
- package/dist/Components/TableList/TableListItemLoading.spec.d.ts +0 -1
- package/dist/Components/TableList/TableListItemLoading.stories.d.ts +0 -4
- package/dist/Components/TableList/TableListItemWrapper.d.ts +0 -12
- package/dist/Components/TableList/TableListItemWrapper.spec.d.ts +0 -1
- package/dist/Components/TableList/TableListItemWrapper.stories.d.ts +0 -4
- package/dist/Components/TableList/index.d.ts +0 -4
- package/dist/Components/Tabs/Tabs.d.ts +0 -21
- package/dist/Components/Tabs/Tabs.spec.d.ts +0 -1
- package/dist/Components/Tabs/Tabs.stories.d.ts +0 -5
- package/dist/Components/Tabs/TabsItem.d.ts +0 -14
- package/dist/Components/Tabs/TabsItem.interface.d.ts +0 -19
- package/dist/Components/Tabs/index.d.ts +0 -1
- package/dist/Components/Timeline/Timeline.d.ts +0 -25
- package/dist/Components/Timeline/Timeline.spec.d.ts +0 -1
- package/dist/Components/Timeline/Timeline.stories.d.ts +0 -7
- package/dist/Components/Timeline/TimelineItem.d.ts +0 -6
- package/dist/Components/Timeline/TimelineItem.interface.d.ts +0 -32
- package/dist/Components/Timeline/index.d.ts +0 -1
- package/dist/Components/index.d.ts +0 -8
- package/dist/Forms/Checkbox/Checkbox.d.ts +0 -27
- package/dist/Forms/Checkbox/Checkbox.spec.d.ts +0 -1
- package/dist/Forms/Checkbox/Checkbox.stories.d.ts +0 -10
- package/dist/Forms/Checkbox/index.d.ts +0 -1
- package/dist/Forms/Dropdown/Dropdown.d.ts +0 -168
- package/dist/Forms/Dropdown/Dropdown.spec.d.ts +0 -1
- package/dist/Forms/Dropdown/Dropdown.stories.d.ts +0 -19
- package/dist/Forms/Dropdown/index.d.ts +0 -1
- package/dist/Forms/FloatingLabelInput/FloatingLabelInput.d.ts +0 -11
- package/dist/Forms/FloatingLabelInput/FloatingLabelInput.spec.d.ts +0 -1
- package/dist/Forms/FloatingLabelInput/FloatingLabelInput.stories.d.ts +0 -10
- package/dist/Forms/FloatingLabelInput/index.d.ts +0 -1
- package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.d.ts +0 -49
- package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.spec.d.ts +0 -1
- package/dist/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.stories.d.ts +0 -10
- package/dist/Forms/FloatingLabelInputCurrency/index.d.ts +0 -1
- package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.d.ts +0 -18
- package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.spec.d.ts +0 -1
- package/dist/Forms/FloatingLabelInputMask/FloatingLabelInputMask.stories.d.ts +0 -19
- package/dist/Forms/FloatingLabelInputMask/index.d.ts +0 -1
- package/dist/Forms/Input/Input.d.ts +0 -36
- package/dist/Forms/Input/Input.spec.d.ts +0 -1
- package/dist/Forms/Input/Input.stories.d.ts +0 -21
- package/dist/Forms/Input/index.d.ts +0 -1
- package/dist/Forms/InputCurrency/InputCurrency.d.ts +0 -47
- package/dist/Forms/InputCurrency/InputCurrency.spec.d.ts +0 -1
- package/dist/Forms/InputCurrency/InputCurrency.stories.d.ts +0 -8
- package/dist/Forms/InputCurrency/index.d.ts +0 -1
- package/dist/Forms/InputCurrency/utils.d.ts +0 -22
- package/dist/Forms/InputHelpText/InputHelpText.d.ts +0 -16
- package/dist/Forms/InputHelpText/InputHelpText.spec.d.ts +0 -1
- package/dist/Forms/InputHelpText/InputHelpText.stories.d.ts +0 -4
- package/dist/Forms/InputHelpText/index.d.ts +0 -1
- package/dist/Forms/InputLabel/InputLabel.d.ts +0 -28
- package/dist/Forms/InputLabel/InputLabel.spec.d.ts +0 -1
- package/dist/Forms/InputLabel/InputLabel.stories.d.ts +0 -5
- package/dist/Forms/InputLabel/index.d.ts +0 -1
- package/dist/Forms/InputMask/InputMask.d.ts +0 -18
- package/dist/Forms/InputMask/InputMask.spec.d.ts +0 -1
- package/dist/Forms/InputMask/InputMask.stories.d.ts +0 -17
- package/dist/Forms/InputMask/index.d.ts +0 -1
- package/dist/Forms/InputMask/maskDate.d.ts +0 -7
- package/dist/Forms/InputMask/utils.d.ts +0 -65
- package/dist/Forms/RadioButton/RadioButton.d.ts +0 -24
- package/dist/Forms/RadioButton/RadioButton.spec.d.ts +0 -1
- package/dist/Forms/RadioButton/RadioButton.stories.d.ts +0 -6
- package/dist/Forms/RadioButton/index.d.ts +0 -1
- package/dist/Forms/Select/Select.d.ts +0 -31
- package/dist/Forms/Select/Select.spec.d.ts +0 -1
- package/dist/Forms/Select/Select.stories.d.ts +0 -8
- package/dist/Forms/Select/index.d.ts +0 -1
- package/dist/Forms/Toggle/Toggle.d.ts +0 -5
- package/dist/Forms/Toggle/Toggle.spec.d.ts +0 -1
- package/dist/Forms/Toggle/Toggle.stories.d.ts +0 -8
- package/dist/Forms/Toggle/index.d.ts +0 -1
- package/dist/Forms/ToggleButton/ToggleButton.d.ts +0 -24
- package/dist/Forms/ToggleButton/ToggleButton.spec.d.ts +0 -1
- package/dist/Forms/ToggleButton/ToggleButton.stories.d.ts +0 -7
- package/dist/Forms/ToggleButton/index.d.ts +0 -1
- package/dist/Forms/commonStyles.d.ts +0 -16
- package/dist/Forms/index.d.ts +0 -14
- package/dist/Icons/Icon/Icon.d.ts +0 -34
- package/dist/Icons/Icon/Icon.spec.d.ts +0 -1
- package/dist/Icons/Icon/Icon.stories.d.ts +0 -9
- package/dist/Icons/Icon/index.d.ts +0 -1
- package/dist/Icons/IconCircular/IconCircular.spec.d.ts +0 -1
- package/dist/Icons/IconCircular/IconCircular.stories.d.ts +0 -6
- package/dist/Icons/IconCircular/index.d.ts +0 -1
- package/dist/Icons/IconList.d.ts +0 -3
- package/dist/Icons/icons-path/Adjust.d.ts +0 -2
- package/dist/Icons/icons-path/AngleDiagonal.d.ts +0 -2
- package/dist/Icons/icons-path/AngleDown.d.ts +0 -2
- package/dist/Icons/icons-path/AngleHeight.d.ts +0 -2
- package/dist/Icons/icons-path/AngleLeft.d.ts +0 -2
- package/dist/Icons/icons-path/AngleRight.d.ts +0 -2
- package/dist/Icons/icons-path/AngleWidth.d.ts +0 -2
- package/dist/Icons/icons-path/App.d.ts +0 -2
- package/dist/Icons/icons-path/Arrow.d.ts +0 -2
- package/dist/Icons/icons-path/ArrowLeft.d.ts +0 -2
- package/dist/Icons/icons-path/ArrowRight.d.ts +0 -2
- package/dist/Icons/icons-path/Back.d.ts +0 -2
- package/dist/Icons/icons-path/Ban.d.ts +0 -2
- package/dist/Icons/icons-path/BarcodeRead.d.ts +0 -2
- package/dist/Icons/icons-path/Bell.d.ts +0 -2
- package/dist/Icons/icons-path/Blog.d.ts +0 -2
- package/dist/Icons/icons-path/Bullhorn.d.ts +0 -2
- package/dist/Icons/icons-path/Calculator.d.ts +0 -2
- package/dist/Icons/icons-path/CalendarAlt.d.ts +0 -2
- package/dist/Icons/icons-path/Camera.d.ts +0 -2
- package/dist/Icons/icons-path/Check.d.ts +0 -2
- package/dist/Icons/icons-path/CheckCircle.d.ts +0 -2
- package/dist/Icons/icons-path/Clock.d.ts +0 -2
- package/dist/Icons/icons-path/Clockwise.d.ts +0 -2
- package/dist/Icons/icons-path/Close.d.ts +0 -2
- package/dist/Icons/icons-path/Cog.d.ts +0 -2
- package/dist/Icons/icons-path/Copy.d.ts +0 -2
- package/dist/Icons/icons-path/CreditCard.d.ts +0 -2
- package/dist/Icons/icons-path/DashedCircle.d.ts +0 -2
- package/dist/Icons/icons-path/DefaultCursor.d.ts +0 -2
- package/dist/Icons/icons-path/Desktop.d.ts +0 -2
- package/dist/Icons/icons-path/Discount.d.ts +0 -2
- package/dist/Icons/icons-path/DotsThree.d.ts +0 -2
- package/dist/Icons/icons-path/Download.d.ts +0 -2
- package/dist/Icons/icons-path/Edit.d.ts +0 -2
- package/dist/Icons/icons-path/Envelope.d.ts +0 -2
- package/dist/Icons/icons-path/Exchange.d.ts +0 -2
- package/dist/Icons/icons-path/ExchangeY.d.ts +0 -2
- package/dist/Icons/icons-path/Exclamation.d.ts +0 -2
- package/dist/Icons/icons-path/ExclamationCircle.d.ts +0 -2
- package/dist/Icons/icons-path/ExclamationTriangle.d.ts +0 -2
- package/dist/Icons/icons-path/ExternalLink.d.ts +0 -2
- package/dist/Icons/icons-path/Eye.d.ts +0 -2
- package/dist/Icons/icons-path/EyeSlash.d.ts +0 -2
- package/dist/Icons/icons-path/Filter.d.ts +0 -2
- package/dist/Icons/icons-path/HalfBack.d.ts +0 -2
- package/dist/Icons/icons-path/Hashtag.d.ts +0 -2
- package/dist/Icons/icons-path/Home.d.ts +0 -2
- package/dist/Icons/icons-path/IconSolidEnviali.d.ts +0 -2
- package/dist/Icons/icons-path/IconSolidLI.d.ts +0 -2
- package/dist/Icons/icons-path/IdentificationBadge.d.ts +0 -2
- package/dist/Icons/icons-path/Image.d.ts +0 -2
- package/dist/Icons/icons-path/InfoCircle.d.ts +0 -2
- package/dist/Icons/icons-path/Lightbulb.d.ts +0 -2
- package/dist/Icons/icons-path/Link.d.ts +0 -2
- package/dist/Icons/icons-path/ListItems.d.ts +0 -2
- package/dist/Icons/icons-path/Loading.d.ts +0 -2
- package/dist/Icons/icons-path/Minus.d.ts +0 -2
- package/dist/Icons/icons-path/MinusCircle.d.ts +0 -2
- package/dist/Icons/icons-path/MinusCircleSolid.d.ts +0 -2
- package/dist/Icons/icons-path/Mobile.d.ts +0 -2
- package/dist/Icons/icons-path/MoneyBill.d.ts +0 -2
- package/dist/Icons/icons-path/Move.d.ts +0 -2
- package/dist/Icons/icons-path/Nav.d.ts +0 -2
- package/dist/Icons/icons-path/Order.d.ts +0 -2
- package/dist/Icons/icons-path/Pagali.d.ts +0 -2
- package/dist/Icons/icons-path/PaperList.d.ts +0 -2
- package/dist/Icons/icons-path/PieChart.d.ts +0 -2
- package/dist/Icons/icons-path/Pix.d.ts +0 -2
- package/dist/Icons/icons-path/Plus.d.ts +0 -2
- package/dist/Icons/icons-path/PlusCircle.d.ts +0 -2
- package/dist/Icons/icons-path/Print.d.ts +0 -2
- package/dist/Icons/icons-path/Product.d.ts +0 -2
- package/dist/Icons/icons-path/QuestionCircle.d.ts +0 -2
- package/dist/Icons/icons-path/Reload.d.ts +0 -2
- package/dist/Icons/icons-path/Rocket.d.ts +0 -2
- package/dist/Icons/icons-path/Search.d.ts +0 -2
- package/dist/Icons/icons-path/ShoppingCart.d.ts +0 -2
- package/dist/Icons/icons-path/SortDown.d.ts +0 -2
- package/dist/Icons/icons-path/Store.d.ts +0 -2
- package/dist/Icons/icons-path/Sync.d.ts +0 -2
- package/dist/Icons/icons-path/ThinAngleRight.d.ts +0 -2
- package/dist/Icons/icons-path/TimesCircle.d.ts +0 -2
- package/dist/Icons/icons-path/Trash.d.ts +0 -2
- package/dist/Icons/icons-path/Trophy.d.ts +0 -2
- package/dist/Icons/icons-path/Truck.d.ts +0 -2
- package/dist/Icons/icons-path/Tv.d.ts +0 -2
- package/dist/Icons/icons-path/Upload.d.ts +0 -2
- package/dist/Icons/icons-path/UsdCircle.d.ts +0 -2
- package/dist/Icons/icons-path/User.d.ts +0 -2
- package/dist/Icons/icons-path/WhatsApp.d.ts +0 -2
- package/dist/Icons/icons-path/index.d.ts +0 -96
- package/dist/Icons/index.d.ts +0 -2
- package/dist/Indicators/Alert/Alert.d.ts +0 -48
- package/dist/Indicators/Alert/Alert.spec.d.ts +0 -1
- package/dist/Indicators/Alert/Alert.stories.d.ts +0 -5
- package/dist/Indicators/Alert/index.d.ts +0 -1
- package/dist/Indicators/Badge/Badge.d.ts +0 -44
- package/dist/Indicators/Badge/Badge.spec.d.ts +0 -1
- package/dist/Indicators/Badge/Badge.stories.d.ts +0 -6
- package/dist/Indicators/Badge/index.d.ts +0 -1
- package/dist/Indicators/InformationBox/InformationBox.d.ts +0 -25
- package/dist/Indicators/InformationBox/InformationBox.spec.d.ts +0 -1
- package/dist/Indicators/InformationBox/InformationBoxt.stories.d.ts +0 -4
- package/dist/Indicators/InformationBox/index.d.ts +0 -1
- package/dist/Indicators/Status/Status.d.ts +0 -25
- package/dist/Indicators/Status/Status.spec.d.ts +0 -1
- package/dist/Indicators/Status/Status.stories.d.ts +0 -4
- package/dist/Indicators/Status/index.d.ts +0 -1
- package/dist/Indicators/Tag/Tag.d.ts +0 -32
- package/dist/Indicators/Tag/Tag.spec.d.ts +0 -1
- package/dist/Indicators/Tag/Tag.stories.d.ts +0 -5
- package/dist/Indicators/Tag/index.d.ts +0 -1
- package/dist/Indicators/Toast/Toast.d.ts +0 -6
- package/dist/Indicators/Toast/Toast.spec.d.ts +0 -1
- package/dist/Indicators/Toast/Toast.stories.d.ts +0 -3
- package/dist/Indicators/Toast/index.d.ts +0 -1
- package/dist/Indicators/Tooltip/Tooltip.d.ts +0 -39
- package/dist/Indicators/Tooltip/Tooltip.spec.d.ts +0 -1
- package/dist/Indicators/Tooltip/Tooltip.stories.d.ts +0 -4
- package/dist/Indicators/Tooltip/index.d.ts +0 -1
- package/dist/Indicators/index.d.ts +0 -7
- package/dist/Layout/ActionBar/ActionBar.d.ts +0 -12
- package/dist/Layout/ActionBar/ActionBar.spec.d.ts +0 -1
- package/dist/Layout/ActionBar/ActionBar.stories.d.ts +0 -5
- package/dist/Layout/ActionBar/index.d.ts +0 -1
- package/dist/Layout/Box/Box.d.ts +0 -33
- package/dist/Layout/Box/Box.spec.d.ts +0 -1
- package/dist/Layout/Box/Box.stories.d.ts +0 -21
- package/dist/Layout/Box/Components/Content/BoxContent.d.ts +0 -9
- package/dist/Layout/Box/Components/Content/BoxContent.spec.d.ts +0 -1
- package/dist/Layout/Box/Components/Content/BoxContent.stories.d.ts +0 -4
- package/dist/Layout/Box/Components/Header/BoxHeader.d.ts +0 -22
- package/dist/Layout/Box/Components/Header/BoxHeader.spec.d.ts +0 -1
- package/dist/Layout/Box/Components/Header/BoxHeader.stories.d.ts +0 -7
- package/dist/Layout/Box/Components/Separator/BoxSeparator.d.ts +0 -2
- package/dist/Layout/Box/Components/Separator/BoxSeparator.spec.d.ts +0 -1
- package/dist/Layout/Box/Components/Separator/BoxSeparator.stories.d.ts +0 -4
- package/dist/Layout/Box/Components/utils.d.ts +0 -32
- package/dist/Layout/Box/index.d.ts +0 -1
- package/dist/Layout/Container/Container.d.ts +0 -16
- package/dist/Layout/Container/Container.spec.d.ts +0 -1
- package/dist/Layout/Container/Container.stories.d.ts +0 -5
- package/dist/Layout/Container/index.d.ts +0 -1
- package/dist/Layout/ListActions/ListActions.d.ts +0 -42
- package/dist/Layout/ListActions/ListActions.spec.d.ts +0 -1
- package/dist/Layout/ListActions/ListActions.stories.d.ts +0 -4
- package/dist/Layout/ListActions/index.d.ts +0 -1
- package/dist/Layout/Sidebar/Item.d.ts +0 -34
- package/dist/Layout/Sidebar/ItemSub.d.ts +0 -16
- package/dist/Layout/Sidebar/Sidebar.d.ts +0 -17
- package/dist/Layout/Sidebar/Sidebar.stories.d.ts +0 -4
- package/dist/Layout/Sidebar/index.d.ts +0 -3
- package/dist/Layout/Topbar/Topbar.d.ts +0 -21
- package/dist/Layout/Topbar/Topbar.stories.d.ts +0 -4
- package/dist/Layout/Topbar/index.d.ts +0 -1
- package/dist/Layout/constants.d.ts +0 -4
- package/dist/Layout/index.d.ts +0 -6
- package/dist/Navigation/Breadcrumb/Breadcrumb.spec.d.ts +0 -1
- package/dist/Navigation/Breadcrumb/Breadcrumb.stories.d.ts +0 -11
- package/dist/Navigation/Breadcrumb/index.d.ts +0 -45
- package/dist/Navigation/Pagination/Pagination.spec.d.ts +0 -1
- package/dist/Navigation/Pagination/Pagination.stories.d.ts +0 -6
- package/dist/Navigation/Pagination/PaginationInfo.d.ts +0 -24
- package/dist/Navigation/Pagination/PaginationNav.d.ts +0 -16
- package/dist/Navigation/Pagination/index.d.ts +0 -10
- package/dist/Navigation/Stepper/Stepper.spec.d.ts +0 -1
- package/dist/Navigation/Stepper/Stepper.stories.d.ts +0 -8
- package/dist/Navigation/Stepper/index.d.ts +0 -29
- package/dist/Navigation/index.d.ts +0 -2
- package/dist/admin-components.cjs.development.js +0 -49805
- package/dist/admin-components.cjs.development.js.map +0 -1
- package/dist/admin-components.cjs.production.min.js +0 -2
- package/dist/admin-components.cjs.production.min.js.map +0 -1
- package/dist/admin-components.esm.js +0 -49743
- package/dist/admin-components.esm.js.map +0 -1
- package/dist/utils/index.d.ts +0 -4
- package/dist/utils/testConstants.d.ts +0 -3
- package/src/Components/Button/Button.spec.tsx +0 -75
- package/src/Components/Button/Button.stories.tsx +0 -63
- package/src/Components/Button/Button.tsx +0 -194
- package/src/Components/Button/index.tsx +0 -1
- package/src/Components/HelpLink/HelpLink.spec.tsx +0 -33
- package/src/Components/HelpLink/HelpLink.stories.tsx +0 -39
- package/src/Components/HelpLink/index.tsx +0 -80
- package/src/Components/LoadingPlaceholder/LoadingPlaceholder.stories.tsx +0 -14
- package/src/Components/LoadingPlaceholder/LoadingPlaceholder.tsx +0 -17
- package/src/Components/LoadingPlaceholder/index.tsx +0 -1
- package/src/Components/Modal/Modal.spec.tsx +0 -15
- package/src/Components/Modal/Modal.stories.tsx +0 -129
- package/src/Components/Modal/Modal.tsx +0 -141
- package/src/Components/Modal/index.tsx +0 -1
- package/src/Components/SidebarFixed/SidebarFixed.spec.tsx +0 -36
- package/src/Components/SidebarFixed/SidebarFixed.stories.tsx +0 -39
- package/src/Components/SidebarFixed/SidebarFixed.tsx +0 -119
- package/src/Components/SidebarFixed/index.tsx +0 -1
- package/src/Components/Table/Table.stories.tsx +0 -188
- package/src/Components/Table/Table.tsx +0 -346
- package/src/Components/Table/index.tsx +0 -1
- package/src/Components/TableList/TableList.spec.tsx +0 -86
- package/src/Components/TableList/TableList.stories.tsx +0 -168
- package/src/Components/TableList/TableList.tsx +0 -169
- package/src/Components/TableList/TableListItem.interface.ts +0 -69
- package/src/Components/TableList/TableListItem.spec.tsx +0 -75
- package/src/Components/TableList/TableListItem.stories.tsx +0 -44
- package/src/Components/TableList/TableListItem.tsx +0 -79
- package/src/Components/TableList/TableListItemLoading.spec.tsx +0 -19
- package/src/Components/TableList/TableListItemLoading.stories.tsx +0 -22
- package/src/Components/TableList/TableListItemLoading.tsx +0 -40
- package/src/Components/TableList/TableListItemWrapper.spec.tsx +0 -33
- package/src/Components/TableList/TableListItemWrapper.stories.tsx +0 -38
- package/src/Components/TableList/TableListItemWrapper.tsx +0 -40
- package/src/Components/TableList/index.tsx +0 -4
- package/src/Components/Tabs/Tabs.spec.tsx +0 -38
- package/src/Components/Tabs/Tabs.stories.tsx +0 -62
- package/src/Components/Tabs/Tabs.tsx +0 -66
- package/src/Components/Tabs/TabsItem.interface.ts +0 -19
- package/src/Components/Tabs/TabsItem.tsx +0 -50
- package/src/Components/Tabs/index.tsx +0 -1
- package/src/Components/Timeline/Timeline.spec.tsx +0 -66
- package/src/Components/Timeline/Timeline.stories.tsx +0 -58
- package/src/Components/Timeline/Timeline.tsx +0 -75
- package/src/Components/Timeline/TimelineItem.interface.ts +0 -32
- package/src/Components/Timeline/TimelineItem.tsx +0 -65
- package/src/Components/Timeline/index.tsx +0 -1
- package/src/Components/index.ts +0 -8
- package/src/Forms/Checkbox/Checkbox.spec.tsx +0 -26
- package/src/Forms/Checkbox/Checkbox.stories.tsx +0 -65
- package/src/Forms/Checkbox/Checkbox.tsx +0 -166
- package/src/Forms/Checkbox/index.tsx +0 -1
- package/src/Forms/Dropdown/Dropdown.spec.tsx +0 -38
- package/src/Forms/Dropdown/Dropdown.stories.tsx +0 -152
- package/src/Forms/Dropdown/Dropdown.tsx +0 -433
- package/src/Forms/Dropdown/index.ts +0 -1
- package/src/Forms/FloatingLabelInput/FloatingLabelInput.spec.tsx +0 -26
- package/src/Forms/FloatingLabelInput/FloatingLabelInput.stories.tsx +0 -73
- package/src/Forms/FloatingLabelInput/FloatingLabelInput.tsx +0 -93
- package/src/Forms/FloatingLabelInput/index.ts +0 -1
- package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.spec.tsx +0 -16
- package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.stories.tsx +0 -72
- package/src/Forms/FloatingLabelInputCurrency/FloatingLabelInputCurrency.tsx +0 -251
- package/src/Forms/FloatingLabelInputCurrency/index.ts +0 -1
- package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.spec.tsx +0 -66
- package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.stories.tsx +0 -148
- package/src/Forms/FloatingLabelInputMask/FloatingLabelInputMask.tsx +0 -56
- package/src/Forms/FloatingLabelInputMask/index.ts +0 -1
- package/src/Forms/Input/Input.spec.tsx +0 -80
- package/src/Forms/Input/Input.stories.tsx +0 -170
- package/src/Forms/Input/Input.tsx +0 -158
- package/src/Forms/Input/index.ts +0 -1
- package/src/Forms/InputCurrency/InputCurrency.spec.tsx +0 -32
- package/src/Forms/InputCurrency/InputCurrency.stories.tsx +0 -45
- package/src/Forms/InputCurrency/InputCurrency.tsx +0 -224
- package/src/Forms/InputCurrency/index.ts +0 -1
- package/src/Forms/InputCurrency/utils.ts +0 -36
- package/src/Forms/InputHelpText/InputHelpText.spec.tsx +0 -22
- package/src/Forms/InputHelpText/InputHelpText.stories.tsx +0 -16
- package/src/Forms/InputHelpText/InputHelpText.tsx +0 -31
- package/src/Forms/InputHelpText/index.ts +0 -1
- package/src/Forms/InputLabel/InputLabel.spec.tsx +0 -30
- package/src/Forms/InputLabel/InputLabel.stories.tsx +0 -24
- package/src/Forms/InputLabel/InputLabel.tsx +0 -52
- package/src/Forms/InputLabel/index.ts +0 -1
- package/src/Forms/InputMask/InputMask.spec.tsx +0 -97
- package/src/Forms/InputMask/InputMask.stories.tsx +0 -126
- package/src/Forms/InputMask/InputMask.tsx +0 -51
- package/src/Forms/InputMask/index.ts +0 -1
- package/src/Forms/InputMask/maskDate.ts +0 -81
- package/src/Forms/InputMask/utils.ts +0 -154
- package/src/Forms/RadioButton/RadioButton.spec.tsx +0 -27
- package/src/Forms/RadioButton/RadioButton.stories.tsx +0 -40
- package/src/Forms/RadioButton/RadioButton.tsx +0 -80
- package/src/Forms/RadioButton/index.tsx +0 -1
- package/src/Forms/Select/Select.spec.tsx +0 -41
- package/src/Forms/Select/Select.stories.tsx +0 -58
- package/src/Forms/Select/Select.tsx +0 -148
- package/src/Forms/Select/index.ts +0 -1
- package/src/Forms/Toggle/Toggle.spec.tsx +0 -29
- package/src/Forms/Toggle/Toggle.stories.tsx +0 -43
- package/src/Forms/Toggle/Toggle.tsx +0 -85
- package/src/Forms/Toggle/index.tsx +0 -1
- package/src/Forms/ToggleButton/ToggleButton.spec.tsx +0 -29
- package/src/Forms/ToggleButton/ToggleButton.stories.tsx +0 -51
- package/src/Forms/ToggleButton/ToggleButton.tsx +0 -95
- package/src/Forms/ToggleButton/index.tsx +0 -1
- package/src/Forms/commonStyles.ts +0 -29
- package/src/Forms/index.ts +0 -14
- package/src/Icons/Icon/Icon.spec.tsx +0 -27
- package/src/Icons/Icon/Icon.stories.tsx +0 -12
- package/src/Icons/Icon/Icon.tsx +0 -56
- package/src/Icons/Icon/index.ts +0 -1
- package/src/Icons/IconCircular/IconCircular.spec.tsx +0 -24
- package/src/Icons/IconCircular/IconCircular.stories.tsx +0 -24
- package/src/Icons/IconCircular/IconCircular.tsx +0 -67
- package/src/Icons/IconCircular/index.ts +0 -1
- package/src/Icons/IconList.tsx +0 -27
- package/src/Icons/icons-path/Adjust.tsx +0 -16
- package/src/Icons/icons-path/AngleDiagonal.tsx +0 -20
- package/src/Icons/icons-path/AngleDown.tsx +0 -9
- package/src/Icons/icons-path/AngleHeight.tsx +0 -17
- package/src/Icons/icons-path/AngleLeft.tsx +0 -9
- package/src/Icons/icons-path/AngleRight.tsx +0 -9
- package/src/Icons/icons-path/AngleWidth.tsx +0 -17
- package/src/Icons/icons-path/App.tsx +0 -9
- package/src/Icons/icons-path/Arrow.tsx +0 -11
- package/src/Icons/icons-path/ArrowLeft.tsx +0 -9
- package/src/Icons/icons-path/ArrowRight.tsx +0 -9
- package/src/Icons/icons-path/Back.tsx +0 -5
- package/src/Icons/icons-path/Ban.tsx +0 -9
- package/src/Icons/icons-path/BarcodeRead.tsx +0 -9
- package/src/Icons/icons-path/Bell.tsx +0 -9
- package/src/Icons/icons-path/Blog.tsx +0 -9
- package/src/Icons/icons-path/Bullhorn.tsx +0 -9
- package/src/Icons/icons-path/Calculator.tsx +0 -9
- package/src/Icons/icons-path/CalendarAlt.tsx +0 -9
- package/src/Icons/icons-path/Camera.tsx +0 -9
- package/src/Icons/icons-path/Check.tsx +0 -9
- package/src/Icons/icons-path/CheckCircle.tsx +0 -9
- package/src/Icons/icons-path/Clock.tsx +0 -9
- package/src/Icons/icons-path/Clockwise.tsx +0 -22
- package/src/Icons/icons-path/Close.tsx +0 -9
- package/src/Icons/icons-path/Cog.tsx +0 -9
- package/src/Icons/icons-path/Copy.tsx +0 -9
- package/src/Icons/icons-path/CreditCard.tsx +0 -9
- package/src/Icons/icons-path/DashedCircle.tsx +0 -32
- package/src/Icons/icons-path/DefaultCursor.tsx +0 -14
- package/src/Icons/icons-path/Desktop.tsx +0 -9
- package/src/Icons/icons-path/Discount.tsx +0 -9
- package/src/Icons/icons-path/DotsThree.tsx +0 -9
- package/src/Icons/icons-path/Download.tsx +0 -9
- package/src/Icons/icons-path/Edit.tsx +0 -9
- package/src/Icons/icons-path/Envelope.tsx +0 -9
- package/src/Icons/icons-path/Exchange.tsx +0 -9
- package/src/Icons/icons-path/ExchangeY.tsx +0 -9
- package/src/Icons/icons-path/Exclamation.tsx +0 -17
- package/src/Icons/icons-path/ExclamationCircle.tsx +0 -9
- package/src/Icons/icons-path/ExclamationTriangle.tsx +0 -9
- package/src/Icons/icons-path/ExternalLink.tsx +0 -9
- package/src/Icons/icons-path/Eye.tsx +0 -9
- package/src/Icons/icons-path/EyeSlash.tsx +0 -9
- package/src/Icons/icons-path/Filter.tsx +0 -9
- package/src/Icons/icons-path/HalfBack.tsx +0 -12
- package/src/Icons/icons-path/Hashtag.tsx +0 -13
- package/src/Icons/icons-path/Home.tsx +0 -9
- package/src/Icons/icons-path/IconSolidEnviali.tsx +0 -9
- package/src/Icons/icons-path/IconSolidLI.tsx +0 -12
- package/src/Icons/icons-path/IdentificationBadge.tsx +0 -22
- package/src/Icons/icons-path/Image.tsx +0 -9
- package/src/Icons/icons-path/InfoCircle.tsx +0 -9
- package/src/Icons/icons-path/Lightbulb.tsx +0 -9
- package/src/Icons/icons-path/Link.tsx +0 -9
- package/src/Icons/icons-path/ListItems.tsx +0 -14
- package/src/Icons/icons-path/Loading.tsx +0 -19
- package/src/Icons/icons-path/Minus.tsx +0 -5
- package/src/Icons/icons-path/MinusCircle.tsx +0 -26
- package/src/Icons/icons-path/MinusCircleSolid.tsx +0 -30
- package/src/Icons/icons-path/Mobile.tsx +0 -9
- package/src/Icons/icons-path/MoneyBill.tsx +0 -9
- package/src/Icons/icons-path/Move.tsx +0 -9
- package/src/Icons/icons-path/Nav.tsx +0 -11
- package/src/Icons/icons-path/Order.tsx +0 -9
- package/src/Icons/icons-path/Pagali.tsx +0 -16
- package/src/Icons/icons-path/PaperList.tsx +0 -9
- package/src/Icons/icons-path/PieChart.tsx +0 -9
- package/src/Icons/icons-path/Pix.tsx +0 -8
- package/src/Icons/icons-path/Plus.tsx +0 -9
- package/src/Icons/icons-path/PlusCircle.tsx +0 -9
- package/src/Icons/icons-path/Print.tsx +0 -9
- package/src/Icons/icons-path/Product.tsx +0 -9
- package/src/Icons/icons-path/QuestionCircle.tsx +0 -9
- package/src/Icons/icons-path/Reload.tsx +0 -9
- package/src/Icons/icons-path/Rocket.tsx +0 -22
- package/src/Icons/icons-path/Search.tsx +0 -11
- package/src/Icons/icons-path/ShoppingCart.tsx +0 -11
- package/src/Icons/icons-path/SortDown.tsx +0 -9
- package/src/Icons/icons-path/Store.tsx +0 -9
- package/src/Icons/icons-path/Sync.tsx +0 -9
- package/src/Icons/icons-path/ThinAngleRight.tsx +0 -12
- package/src/Icons/icons-path/TimesCircle.tsx +0 -9
- package/src/Icons/icons-path/Trash.tsx +0 -9
- package/src/Icons/icons-path/Trophy.tsx +0 -22
- package/src/Icons/icons-path/Truck.tsx +0 -9
- package/src/Icons/icons-path/Tv.tsx +0 -9
- package/src/Icons/icons-path/Upload.tsx +0 -11
- package/src/Icons/icons-path/UsdCircle.tsx +0 -9
- package/src/Icons/icons-path/User.tsx +0 -9
- package/src/Icons/icons-path/WhatsApp.tsx +0 -9
- package/src/Icons/icons-path/index.ts +0 -186
- package/src/Icons/index.ts +0 -2
- package/src/Indicators/Alert/Alert.spec.tsx +0 -53
- package/src/Indicators/Alert/Alert.stories.tsx +0 -39
- package/src/Indicators/Alert/Alert.tsx +0 -141
- package/src/Indicators/Alert/index.tsx +0 -1
- package/src/Indicators/Badge/Badge.spec.tsx +0 -73
- package/src/Indicators/Badge/Badge.stories.tsx +0 -40
- package/src/Indicators/Badge/Badge.tsx +0 -80
- package/src/Indicators/Badge/index.tsx +0 -1
- package/src/Indicators/InformationBox/InformationBox.spec.tsx +0 -31
- package/src/Indicators/InformationBox/InformationBox.tsx +0 -93
- package/src/Indicators/InformationBox/InformationBoxt.stories.tsx +0 -29
- package/src/Indicators/InformationBox/index.tsx +0 -1
- package/src/Indicators/Status/Status.spec.tsx +0 -47
- package/src/Indicators/Status/Status.stories.tsx +0 -16
- package/src/Indicators/Status/Status.tsx +0 -65
- package/src/Indicators/Status/index.tsx +0 -1
- package/src/Indicators/Tag/Tag.spec.tsx +0 -39
- package/src/Indicators/Tag/Tag.stories.tsx +0 -33
- package/src/Indicators/Tag/Tag.tsx +0 -55
- package/src/Indicators/Tag/index.tsx +0 -1
- package/src/Indicators/Toast/Toast.spec.tsx +0 -18
- package/src/Indicators/Toast/Toast.stories.tsx +0 -32
- package/src/Indicators/Toast/Toast.tsx +0 -76
- package/src/Indicators/Toast/index.tsx +0 -1
- package/src/Indicators/Tooltip/Tooltip.spec.tsx +0 -18
- package/src/Indicators/Tooltip/Tooltip.stories.tsx +0 -33
- package/src/Indicators/Tooltip/Tooltip.tsx +0 -80
- package/src/Indicators/Tooltip/index.tsx +0 -1
- package/src/Indicators/Tooltip/style.scss +0 -72
- package/src/Indicators/index.ts +0 -7
- package/src/Layout/ActionBar/ActionBar.spec.tsx +0 -20
- package/src/Layout/ActionBar/ActionBar.stories.tsx +0 -42
- package/src/Layout/ActionBar/ActionBar.tsx +0 -89
- package/src/Layout/ActionBar/index.tsx +0 -1
- package/src/Layout/Box/Box.spec.tsx +0 -73
- package/src/Layout/Box/Box.stories.tsx +0 -165
- package/src/Layout/Box/Box.tsx +0 -81
- package/src/Layout/Box/Components/Content/BoxContent.spec.tsx +0 -20
- package/src/Layout/Box/Components/Content/BoxContent.stories.tsx +0 -23
- package/src/Layout/Box/Components/Content/BoxContent.tsx +0 -26
- package/src/Layout/Box/Components/Header/BoxHeader.spec.tsx +0 -22
- package/src/Layout/Box/Components/Header/BoxHeader.stories.tsx +0 -32
- package/src/Layout/Box/Components/Header/BoxHeader.tsx +0 -93
- package/src/Layout/Box/Components/Separator/BoxSeparator.spec.tsx +0 -20
- package/src/Layout/Box/Components/Separator/BoxSeparator.stories.tsx +0 -30
- package/src/Layout/Box/Components/Separator/BoxSeparator.tsx +0 -19
- package/src/Layout/Box/Components/utils.ts +0 -50
- package/src/Layout/Box/index.tsx +0 -1
- package/src/Layout/Container/Container.spec.tsx +0 -22
- package/src/Layout/Container/Container.stories.tsx +0 -51
- package/src/Layout/Container/Container.tsx +0 -42
- package/src/Layout/Container/index.tsx +0 -1
- package/src/Layout/ListActions/ListActions.spec.tsx +0 -23
- package/src/Layout/ListActions/ListActions.stories.tsx +0 -71
- package/src/Layout/ListActions/ListActions.tsx +0 -149
- package/src/Layout/ListActions/index.tsx +0 -1
- package/src/Layout/Sidebar/Item.tsx +0 -106
- package/src/Layout/Sidebar/ItemSub.tsx +0 -42
- package/src/Layout/Sidebar/Sidebar.stories.tsx +0 -25
- package/src/Layout/Sidebar/Sidebar.tsx +0 -51
- package/src/Layout/Sidebar/index.tsx +0 -3
- package/src/Layout/Topbar/Topbar.stories.tsx +0 -18
- package/src/Layout/Topbar/Topbar.tsx +0 -43
- package/src/Layout/Topbar/index.tsx +0 -1
- package/src/Layout/constants.ts +0 -4
- package/src/Layout/index.ts +0 -6
- package/src/Navigation/Breadcrumb/Breadcrumb.spec.tsx +0 -75
- package/src/Navigation/Breadcrumb/Breadcrumb.stories.tsx +0 -79
- package/src/Navigation/Breadcrumb/index.tsx +0 -153
- package/src/Navigation/Pagination/Pagination.spec.tsx +0 -45
- package/src/Navigation/Pagination/Pagination.stories.tsx +0 -39
- package/src/Navigation/Pagination/PaginationInfo.tsx +0 -70
- package/src/Navigation/Pagination/PaginationNav.tsx +0 -122
- package/src/Navigation/Pagination/index.tsx +0 -44
- package/src/Navigation/Stepper/Stepper.spec.tsx +0 -68
- package/src/Navigation/Stepper/Stepper.stories.tsx +0 -68
- package/src/Navigation/Stepper/index.tsx +0 -97
- package/src/Navigation/index.ts +0 -2
- package/src/index.ts +0 -6
- package/src/tailwind.scss +0 -9
- package/src/utils/index.ts +0 -19
- package/src/utils/testConstants.ts +0 -3
package/LICENSE
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { c, b, a, d, e } from './chunk-YXT4UVSS.js';
|
|
2
|
+
import * as m from 'react';
|
|
3
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
function V(e){var r,t,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e))for(r=0;r<e.length;r++)e[r]&&(t=V(e[r]))&&(n&&(n+=" "),n+=t);else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function w(){for(var e,r,t=0,n="";t<arguments.length;)(e=arguments[t++])&&(r=V(e))&&(n&&(n+=" "),n+=r);return n}var R=e=>typeof e=="boolean"?"".concat(e):e===0?"0":e,P=w,k=(e,r)=>t=>{var n;if((r==null?void 0:r.variants)==null)return P(e,t==null?void 0:t.class,t==null?void 0:t.className);let{variants:i,defaultVariants:o}=r,d=Object.keys(i).map(a=>{let u=t==null?void 0:t[a],c=o==null?void 0:o[a];if(u===null)return null;let l=R(u)||R(c);return i[a][l]}),f=t&&Object.entries(t).reduce((a,u)=>{let[c,l]=u;return l===void 0||(a[c]=l),a},{}),y=r==null||(n=r.compoundVariants)===null||n===void 0?void 0:n.reduce((a$1,u)=>{let B=u,{class:c$1,className:l}=B,b=c(B,["class","className"]);return Object.entries(b).every(N=>{let[T,p]=N;return Array.isArray(p)?p.includes(a(a({},o),f)[T]):a(a({},o),f)[T]===p})?[...a$1,c$1,l]:a$1},[]);return P(e,d,y,t==null?void 0:t.class,t==null?void 0:t.className)};var H=k("inline-flex items-center justify-center rounded-lg bg-transparent px-5 text-center font-semibold no-underline transition after:align-middle focus:outline-none focus-visible:ring-2 focus-visible:ring-focus focus-visible:ring-offset-1",{variants:{variant:{primary:"bg-primary text-base-1 hover:bg-primary-dark active:bg-primary-dark",secondary:"bg-primary-light text-primary-bold hover:bg-secondary-dark active:shadow-inner",tertiary:"bg-inverted-2 text-on-primary hover:bg-tertiary-dark active:bg-tertiary-bold",warning:"bg-warning text-on-base hover:bg-warning-dark active:bg-warning-bold",danger:"bg-danger text-base-1 hover:bg-danger-dark active:bg-danger-bold",outline:"border border-inverted-2 text-inverted-2 hover:bg-inverted-2/10 active:bg-inverted-2/30 active:shadow-inner",outlineSecondary:"border border-primary text-primary hover:bg-primary-light active:bg-primary/30 active:shadow-inner",onlyText:"h-auto border-transparent p-0 text-inverted-2 hover:bg-transparent hover:underline active:bg-transparent"},size:{small:"text-f6 h-10",default:"text-f6 h-12",large:"text-f5 h-14"},disabled:{true:"pointer-events-none border-base-3 bg-base-3 text-on-base-2",false:""}},compoundVariants:[{variant:"onlyText",class:"h-auto"},{variant:"onlyText",disabled:!0,class:"bg-transparent opacity-75"}],defaultVariants:{variant:"primary",size:"default"}}),L=m.forwardRef((o,i)=>{var d=o,{as:e,children:r,type:t="button"}=d,n=c(d,["as","children","type"]);return e==="a"||n.href?jsx("a",b(a({},n),{ref:i,children:r})):jsx("button",b(a({},n),{ref:i,type:t,children:r}))}),M=(c$1,u)=>{var l=c$1,{children:e$1,className:r,as:t="button",variant:n="primary",size:i="default",disabled:o=!1,loading:d$1=!1,icon:f,iconPosition:y="right"}=l,a$1=c(l,["children","className","as","variant","size","disabled","loading","icon","iconPosition"]);let b$1=d$1&&"loading"||f;return d$1&&(o=!0),jsxs(L,b(a({as:t,ref:u},a$1),{className:d(H({variant:n,size:i,disabled:o,className:r})),disabled:o,children:[b$1&&y==="left"?jsx(e,{icon:b$1,size:i==="small"?3:4,className:"mr-2 inline-block"}):null,e$1,b$1&&y==="right"?jsx(e,{icon:b$1,size:i==="small"?3:4,className:"ml-3 inline-block"}):null]}))},E=m.forwardRef(M),q=m.memo(E);
|
|
6
|
+
|
|
7
|
+
export { q as a };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { e } from './chunk-YXT4UVSS.js';
|
|
2
|
+
import t from 'react';
|
|
3
|
+
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var r={success:{bgClass:"bg-primary",icon:"check"},warning:{bgClass:"bg-warning",icon:"exclamation"},danger:{bgClass:"bg-danger",icon:"times"}},u=t.memo(({variant:c="success",icon:s,bgClass:i})=>{let a=s||r[c].icon||"check",o=i||r[c].bgClass||"bg-primary";return jsx(Fragment,{children:jsx("div",{className:`icon-circular mx-auto flex size-20 items-center justify-center rounded-full bg-opacity-20 ${o}`,children:jsx("div",{className:`flex size-14 items-center justify-center rounded-full ${o}`,children:jsx(e,{icon:a,className:"block text-base-1",size:7})})})})});
|
|
6
|
+
|
|
7
|
+
export { u as a };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import l4 from 'react';
|
|
2
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
var k0=Object.defineProperty,z0=Object.defineProperties;var A0=Object.getOwnPropertyDescriptors;var q=Object.getOwnPropertySymbols;var f1=Object.prototype.hasOwnProperty,h1=Object.prototype.propertyIsEnumerable;var m1=(e,o,t)=>o in e?k0(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u1=(e,o)=>{for(var t in o||(o={}))f1.call(o,t)&&m1(e,t,o[t]);if(q)for(var t of q(o))h1.call(o,t)&&m1(e,t,o[t]);return e},i4=(e,o)=>z0(e,A0(o));var c4=(e,o)=>{var t={};for(var r in e)f1.call(e,r)&&o.indexOf(r)<0&&(t[r]=e[r]);if(e!=null&&q)for(var r of q(e))o.indexOf(r)<0&&h1.call(e,r)&&(t[r]=e[r]);return t};var C1=()=>jsxs(Fragment,{children:[jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.25 5c0-.9665.7835-1.75 1.75-1.75h2c.9665 0 1.75.7835 1.75 1.75v2c0 .9665-.7835 1.75-1.75 1.75H4c-.9665 0-1.75-.7835-1.75-1.75V5ZM4 4.75c-.13807 0-.25.11193-.25.25v2c0 .13807.11193.25.25.25h2c.13807 0 .25-.11193.25-.25V5c0-.13807-.11193-.25-.25-.25H4ZM10.25 11c0-.9665.7835-1.75 1.75-1.75h2c.9665 0 1.75.7835 1.75 1.75v2c0 .9665-.7835 1.75-1.75 1.75h-2c-.9665 0-1.75-.7835-1.75-1.75v-2Zm1.75-.25c-.1381 0-.25.1119-.25.25v2c0 .1381.1119.25.25.25h2c.1381 0 .25-.1119.25-.25v-2c0-.1381-.1119-.25-.25-.25h-2Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.74951 4V.5h-1.5V4h1.5Zm0 4h-1.5v9.5h1.5V8ZM13.7495 10V.5h-1.5V10h1.5Zm0 4h-1.5v3.5h1.5V14Z"})]});var g1=()=>jsxs(Fragment,{children:[jsx("path",{d:"M12.7122 4.22709L13.7728 5.28775L5.28753 13.773L4.22687 12.7124L12.7122 4.22709Z",fillRule:"evenodd"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.8425 4.15742V8.75742H12.6425L12.6425 5.35742L9.24248 5.35742V4.15742L13.8425 4.15742Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.1572 13.8427H8.7572L8.7572 12.6427L5.3572 12.6427L5.3572 9.2427L4.1572 9.2427V13.8427Z"})]});var b1=()=>jsx("path",{fillRule:"evenodd",d:"M9 12.25c-.286 0-.558-.123-.748-.336l-4-4.5a1 1 0 0 1 1.495-1.329L9 9.745l3.252-3.66a1 1 0 1 1 1.495 1.33l-4 4.5a1 1 0 0 1-.747.334Z",clipRule:"evenodd"});var R1=()=>jsxs(Fragment,{children:[jsx("path",{d:"M8.24976 2.9999H9.74976V14.9999H8.24976V2.9999Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.99976 2.15137L12.2525 5.40406L11.4039 6.25259L8.99976 3.84842L6.5956 6.25259L5.74707 5.40406L8.99976 2.15137Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.99976 15.8484L12.2525 12.5957L11.4039 11.7472L8.99976 14.1514L6.5956 11.7472L5.74707 12.5957L8.99976 15.8484Z"})]});var M1=()=>jsx("path",{fillRule:"evenodd",d:"M10.75 14a.995.995 0 01-.665-.253l-4.5-4a1.001 1.001 0 010-1.495l4.5-4a1 1 0 111.329 1.495L7.757 9l3.659 3.252A1 1 0 0110.75 14z",clipRule:"evenodd"});var L1=()=>jsx("path",{fillRule:"evenodd",d:"M7.25 14a1 1 0 01-.665-1.748L10.245 9l-3.66-3.253a1 1 0 111.33-1.495l4.5 4a1.003 1.003 0 010 1.495l-4.5 4A1 1 0 017.25 14z",clipRule:"evenodd"});var Z1=()=>jsxs(Fragment,{children:[jsx("path",{d:"M14.9996 8.24976L14.9996 9.74976L2.99962 9.74976L2.99962 8.24976L14.9996 8.24976Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8481 8.99976L12.5955 12.2525L11.7469 11.4039L14.1511 8.99976L11.7469 6.5956L12.5955 5.74707L15.8481 8.99976Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.15109 8.99976L5.40378 12.2525L6.25231 11.4039L3.84814 8.99976L6.25231 6.5956L5.40378 5.74707L2.15109 8.99976Z"})]});var y1=()=>jsx("path",{fillRule:"evenodd",d:"M9 0a4.79 4.79 0 011.708.316l6.386 2.429c1.208.46 1.208 2.382 0 2.842l-6.386 2.43A4.813 4.813 0 019 8.333a4.813 4.813 0 01-1.708-.316L.906 5.587c-1.208-.46-1.208-2.382 0-2.842L7.292.316A4.79 4.79 0 019 0zm0 1.5c-.399 0-.795.073-1.175.218L1.503 4.123a.31.31 0 000 .086l6.322 2.405c.38.145.776.219 1.175.219s.795-.074 1.175-.219l6.322-2.405a.31.31 0 000-.086l-6.322-2.405A3.287 3.287 0 009 1.5zm8.101 6.083l-.007.004-2.099.799 1.502.571a.31.31 0 010 .086l-6.322 2.405a3.287 3.287 0 01-2.35 0L1.503 9.043a.31.31 0 010-.086l1.502-.571-2.099-.799-.007-.004c-1.2.465-1.198 2.379.007 2.838l6.386 2.429a4.79 4.79 0 003.416 0l6.386-2.429c1.205-.459 1.207-2.373.007-2.838zm-.007 7.672l-6.386 2.429a4.79 4.79 0 01-3.416 0L.906 15.255c-1.205-.459-1.207-2.373-.007-2.838l.007.004 2.099.798-1.502.572a.31.31 0 000 .086l6.322 2.405a3.287 3.287 0 002.35 0l6.322-2.405a.31.31 0 000-.086l-1.502-.572 2.099-.798.007-.004c1.2.465 1.198 2.379-.007 2.838z",clipRule:"evenodd"});var x1=()=>jsx(Fragment,{children:jsx("path",{fillRule:"evenodd",d:"m17.808 8.498-2.25-2.5a.75.75 0 1 0-1.115 1.004L15.61 8.3H9.7V2.389l1.296 1.169a.756.756 0 0 0 1.06-.056.752.752 0 0 0-.056-1.06l-2.5-2.25a.75.75 0 0 0-1.003 0l-2.5 2.25a.752.752 0 0 0-.055 1.06.749.749 0 0 0 1.059.056L8.3 2.389V8.3H2.39l1.168-1.298a.751.751 0 0 0-1.115-1.004l-2.25 2.5a.75.75 0 0 0 0 1.004l2.25 2.5a.748.748 0 0 0 1.059.056.751.751 0 0 0 .056-1.06L2.39 9.7H8.3v5.911l-1.298-1.169a.75.75 0 0 0-1.004 1.116l2.5 2.25a.752.752 0 0 0 1.004 0l2.5-2.25a.752.752 0 0 0-1.004-1.116L9.7 15.611V9.7h5.91l-1.168 1.298a.752.752 0 0 0 .556 1.252.75.75 0 0 0 .558-.248l2.25-2.5a.75.75 0 0 0 0-1.004Z",clipRule:"evenodd"})});var V1=()=>jsx("path",{fillRule:"evenodd",d:"M17.134 8.237H3.951l7.165-6.743A.864.864 0 1 0 9.931.235L1.287 8.37a.868.868 0 0 0 0 1.26l8.644 8.134a.86.86 0 0 0 1.222-.036.863.863 0 0 0-.037-1.222L3.951 9.762h13.183V8.237Z",clipRule:"evenodd"});var w1=()=>jsx("path",{fillRule:"evenodd",d:"M16.712 8.37 8.068.236a.865.865 0 0 0-1.185 1.259l7.165 6.744H.865v1.525h13.183l-7.165 6.744A.863.863 0 0 0 7.476 18a.861.861 0 0 0 .592-.234l8.644-8.136a.868.868 0 0 0 0-1.26Z",clipRule:"evenodd"});var k1=()=>jsx("path",{d:"M5.5495 4.26c.282-.303.265-.777-.039-1.06-.304-.281-.778-.264-1.061.039l-3.25 3.5c-.266.289-.266.734 0 1.021l3.25 3.5c.149.159.349.24.55.24.183 0 .366-.066.511-.2.304-.282.321-.757.039-1.061L3.4695 8H13V6.5H3.4695l2.08-2.24ZM13 6.5V8c.5926-.00007 1.1679.22038 1.6206.60807.4916.42109.8001 1.01704.8599 1.66163.0599.6445-.1335 1.2871-.5393 1.7915-.4057.5044-.9918.8311-1.6342.9108l.1858 1.4976c1.0316-.1281 1.9728-.6526 2.6243-1.4626.6515-.81.9621-1.8418.866-2.8769-.0962-1.03499-.5914-1.99196-1.3809-2.66814C14.8753 6.83943 13.9516 6.49992 13 6.5Z"});var z1=()=>jsx("path",{fillRule:"evenodd",d:"M1.5 9c0-1.798.637-3.45 1.696-4.743l10.547 10.547A7.465 7.465 0 0 1 9 16.5c-4.136 0-7.5-3.364-7.5-7.5Zm15 0c0 1.798-.637 3.45-1.696 4.743L4.257 3.196A7.463 7.463 0 0 1 9 1.5c4.136 0 7.5 3.364 7.5 7.5ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Z",clipRule:"evenodd"});var A1=()=>jsx("path",{fillRule:"evenodd",d:"M13 12h1V6h-1v6zm-3 0h2V6h-2v6zm-2.5 0h1V6h-1v6zM4 12h2V6H4v6zm12.5-1.5v3c0 .552-.447 1-1 1h-3V16h3c1.381 0 2.5-1.119 2.5-2.5v-3h-1.5zm-11 4h-3c-.553 0-1-.448-1-1v-3H0v3C0 14.881 1.119 16 2.5 16h3v-1.5zm12.5-7v-3C18 3.119 16.881 2 15.5 2h-3v1.5h3c.553 0 1 .448 1 1v3H18zm-12.5-4h-3c-.553 0-1 .448-1 1v3H0v-3C0 3.119 1.119 2 2.5 2h3v1.5z",clipRule:"evenodd"});var S1=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 13c0 .275-.225.5-.5.5H2c-.275 0-.5-.225-.5-.5v-.368c0-.174.093-.339.242-.428l.109-.065c1.26-.756 2.15-1.957 2.506-3.383l.509-2.037C5.34 4.824 7.036 3.5 8.989 3.5h.022c1.953 0 3.649 1.324 4.123 3.219l.509 2.037c.356 1.426 1.246 2.627 2.506 3.383l.108.065c.15.089.243.254.243.428V13Zm-6 2c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5h3Zm6.529-4.083-.108-.064c-.91-.546-1.566-1.431-1.823-2.46l-.509-2.038c-.529-2.117-2.195-3.708-4.248-4.196.098-.2.159-.421.159-.659C10.5.671 9.829 0 9 0S7.5.671 7.5 1.5c0 .238.061.459.159.659-2.053.488-3.719 2.079-4.248 4.196l-.509 2.038c-.257 1.029-.913 1.914-1.823 2.46l-.108.064C.369 11.279 0 11.93 0 12.632V13c0 1.104.896 2 2 2h4c0 1.657 1.343 3 3 3s3-1.343 3-3h4c1.104 0 2-.896 2-2v-.368c0-.702-.369-1.353-.971-1.715Z",clipRule:"evenodd"});var P1=()=>jsx("path",{fillRule:"evenodd",d:"M4 13v1h3.57c-.041-.159-.07-.323-.07-.495V13H4Zm10.5 2c0 .827-.673 1.5-1.5 1.5H3c-.827 0-1.5-.673-1.5-1.5V3c0-.827.673-1.5 1.5-1.5h10c.827 0 1.5.673 1.5 1.5v.872c.387-.238.831-.372 1.296-.372.069 0 .137.008.204.014V3c0-1.657-1.343-3-3-3H3C1.343 0 0 1.343 0 3v12c0 1.657 1.343 3 3 3h10c1.657 0 3-1.343 3-3v-3.265l-1.5 1.5V15Zm-6.416-4.819L8.265 10H4v1h3.599c.094-.305.253-.588.485-.819ZM4 5h8V4H4v1Zm7.265 2H4v1h6.265l1-1Zm6.445.904-5.951 5.95c-.093.094-.219.146-.35.146H9.495C9.222 14 9 13.778 9 13.505v-1.914c0-.131.052-.257.145-.35l5.951-5.951c.193-.193.447-.29.7-.29.254 0 .507.097.701.29l1.213 1.213c.387.387.387 1.015 0 1.401Z",clipRule:"evenodd"});var I1=()=>jsx("path",{fillRule:"evenodd",d:"M15.25 10.25H15v-2.5h.25c.689 0 1.25.561 1.25 1.25s-.561 1.25-1.25 1.25zm-1.75 5.98l-4.868-3.276A11.443 11.443 0 006.75 11.94V6.031A11.476 11.476 0 008.618 5.03L13.5 1.767V16.23zm-8.25.27H3.008l1.14-3.8c.373.073.741.169 1.102.285V16.5zM1.5 7.25l2.629-.44c.38-.063.753-.149 1.121-.248v4.844a11.396 11.396 0 00-1.137-.252L1.5 10.717V7.25zm13.75-1H15V1.205C15 .497 14.421 0 13.797 0c-.224 0-.452.063-.662.204L7.786 3.779a9.987 9.987 0 01-3.903 1.547l-3.047.51A1.003 1.003 0 000 6.825v4.317c0 .49.354.908.836.989l1.825.305-1.38 4.599A.752.752 0 002 18h4a.75.75 0 00.75-.75v-3.655c.359.183.71.382 1.046.608l5.335 3.59c.211.143.441.207.666.207.623 0 1.203-.497 1.203-1.205V11.75h.25A2.752 2.752 0 0018 9a2.752 2.752 0 00-2.75-2.75z",clipRule:"evenodd"});var T1=()=>jsx("path",{fillRule:"evenodd",d:"M15.6248 14.6389V2.36111C15.6248 1.05683 14.5679 0 13.2636-1e-7L4.76365-5e-7C3.45937-5e-7 2.40253 1.05683 2.40253 2.36111V14.6389C2.40253 15.9422 3.45937 17 4.76365 17h8.49995c1.3043 0 2.3612-1.0578 2.3612-2.3611Zm-1.4167 0c0 .5204-.4231.9444-.9445.9444H4.76364c-.52133 0-.94444-.424-.94444-.9444V2.36111c0-.52133.42311-.94444.94445-.94444h8.49995c.5214 0 .9445.42311.9445.94444V14.6389ZM5.9442 2.71528c-.4564 0-.82639.36998-.82639.82639v1.41666c0 .4564.36999.82639.82639.82639h6.1389c.4564 0 .8264-.36998.8264-.82639V3.54167c0-.4564-.37-.82639-.8264-.82639H5.9442Zm.35417 1.88889v-.70834h5.43053v.70834H6.29837ZM5.9442 7.08333h.47222c.3912 0 .70834.31714.70834.70834v.47222c0 .3912-.31714.70833-.70834.70833H5.9442c-.3912 0-.70833-.31713-.70833-.70833v-.47222c0-.3912.31713-.70834.70833-.70834Zm.47222 2.83334H5.9442c-.3912 0-.70833.31713-.70833.70833v.4722c0 .3912.31713.7084.70833.7084h.47222c.39121 0 .70834-.3172.70834-.7084v-.4722c0-.3912-.31714-.70833-.70834-.70833Zm0 2.83333H5.9442c-.3912 0-.70833.3171-.70833.7083v.4723c0 .3912.31713.7083.70833.7083h.47222c.39121 0 .70834-.3171.70834-.7083v-.4723c0-.3912-.31713-.7083-.70834-.7083Zm2.83334-5.66667h-.47223c-.3912 0-.70833.31714-.70833.70834v.47222c0 .3912.31713.70833.70833.70833h.47223c.3912 0 .70833-.31713.70833-.70833v-.47222c0-.3912-.31713-.70834-.70833-.70834Zm0 2.83334h-.47223c-.3912 0-.70833.31713-.70833.70833v.4722c0 .3912.31713.7084.70833.7084h.47223c.3912 0 .70833-.3172.70833-.7084v-.4722c0-.3912-.31713-.70833-.70833-.70833Zm0 2.83333h-.47223c-.3912 0-.70833.3171-.70833.7083v.4723c0 .3912.31713.7083.70833.7083h.47223c.3912 0 .70833-.3171.70833-.7083v-.4723c0-.3912-.31713-.7083-.70833-.7083Zm2.83334-5.66667h-.4722c-.3912 0-.7084.31713-.7084.70834v.47222c0 .3912.3172.70833.7084.70833h.4722c.3912 0 .7083-.31713.7083-.70833v-.47222c0-.39121-.3171-.70834-.7083-.70834Zm0 2.83334h-.4722c-.3912 0-.7084.31713-.7084.70833v3.3056c0 .3912.3172.7083.7084.7083h.4722c.3912 0 .7083-.3171.7083-.7083V10.625c0-.3912-.3171-.70833-.7083-.70833Z",clipRule:"evenodd"});var E1=()=>jsx("path",{fillRule:"evenodd",d:"M14.5 13.25v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm-4.5 0v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm-4.5 0v1c0 .276-.224.5-.5.5H4c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm9-3.5v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm-4.5 0v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm-4.5 0v1c0 .276-.224.5-.5.5H4c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5h1c.276 0 .5.224.5.5Zm10 6.75h-13c-.552 0-1-.449-1-1v-8h15v8c0 .551-.448 1-1 1ZM2.5 3h1.75v2h1.5V3h6.5v2h1.5V3h1.75c.552 0 1 .449 1 1v2h-15V4c0-.551.448-1 1-1Zm13-1.5h-1.75V0h-1.5v1.5h-6.5V0h-1.5v1.5H2.5C1.119 1.5 0 2.619 0 4v11.5C0 16.881 1.119 18 2.5 18h13c1.381 0 2.5-1.119 2.5-2.5V4c0-1.381-1.119-2.5-2.5-2.5Z",clipRule:"evenodd"});var B1=()=>jsx("path",{fillRule:"evenodd",d:"M7.75 1C6.7835 1 6 1.7835 6 2.75V3.75H7.5V2.75C7.5 2.61193 7.61193 2.5 7.75 2.5H10.25C10.3881 2.5 10.5 2.61193 10.5 2.75C10.5 3.7165 11.2835 4.5 12.25 4.5H14.5C15.466 4.5 16.25 5.28341 16.25 6.25V13.25C16.25 14.2166 15.466 15 14.5 15H3.5C2.53321 15 1.75 14.2168 1.75 13.25V7.25H0.25V13.25C0.25 15.0452 1.70479 16.5 3.5 16.5H14.5C16.294 16.5 17.75 15.0454 17.75 13.25V6.25C17.75 4.45459 16.294 3 14.5 3H12.25C12.1119 3 12 2.88807 12 2.75C12 1.7835 11.2165 1 10.25 1H7.75ZM5.5 9.75C5.5 11.683 7.067 13.25 9 13.25C10.933 13.25 12.5 11.683 12.5 9.75C12.5 7.817 10.933 6.25 9 6.25C7.067 6.25 5.5 7.817 5.5 9.75ZM7 9.75C7 8.64543 7.89543 7.75 9 7.75C10.1046 7.75 11 8.64543 11 9.75C11 10.8546 10.1046 11.75 9 11.75C7.89543 11.75 7 10.8546 7 9.75ZM12 6.5C12 6.08579 12.3358 5.75 12.75 5.75H14.25C14.6642 5.75 15 6.08579 15 6.5C15 6.91421 14.6642 7.25 14.25 7.25H12.75C12.3358 7.25 12 6.91421 12 6.5ZM3.24 2.5C3.24 2.08579 2.90421 1.75 2.49 1.75C2.07579 1.75 1.74 2.08579 1.74 2.5V3.5H0.75C0.335786 3.5 0 3.83579 0 4.25C0 4.66421 0.335786 5 0.75 5H1.74V6C1.74 6.41421 2.07579 6.75 2.49 6.75C2.90421 6.75 3.24 6.41421 3.24 6V5H4.25C4.66421 5 5 4.66421 5 4.25C5 3.83579 4.66421 3.5 4.25 3.5H3.24V2.5Z",clipRule:"evenodd"});var G1=()=>jsx("path",{fillRule:"evenodd",d:"M6.5 14.8c-.345 0-.675-.137-.919-.38l-4-4L3.42 8.58l3.057 3.058 8.582-9.033 1.884 1.79-9.5 10c-.24.255-.575.4-.925.405H6.5Z",clipRule:"evenodd"});var W1=()=>jsx("path",{fillRule:"evenodd",d:"M12.955 5.072l1.09 1.031-6.267 6.625c-.139.147-.332.232-.534.235h-.011c-.198 0-.389-.079-.53-.22L3.611 9.651l1.061-1.06 2.546 2.546 5.737-6.065zM9 16.5c-4.136 0-7.5-3.364-7.5-7.5S4.864 1.5 9 1.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9 0C4.029 0 0 4.03 0 9c0 4.971 4.029 9 9 9s9-4.029 9-9c0-4.97-4.029-9-9-9z",clipRule:"evenodd"});var q1=()=>jsx("path",{fillRule:"evenodd",d:"M12.624 11.416c.23-.345.137-.811-.208-1.04L9.75 8.599V4c0-.414-.336-.75-.75-.75s-.75.336-.75.75v5.401l3.334 2.223c.128.085.272.126.415.126.243 0 .48-.117.625-.334zM9 0C4.029 0 0 4.029 0 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zm0 1.5c4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5S1.5 13.136 1.5 9 4.864 1.5 9 1.5z",clipRule:"evenodd"});var _1=()=>jsxs(Fragment,{children:[jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.6",clipPath:"url(#a)",fill:"none",children:[jsx("path",{d:"M9 5.625V9l2.813 1.688m1.124-3.376h2.813V4.5"}),jsx("path",{d:"M13.247 13.5a6.188 6.188 0 1 1 .129-8.876c.827.839 1.51 1.629 2.374 2.689"})]}),jsx("defs",{children:jsx("clipPath",{id:"a",children:jsx("path",{d:"M0 0h18v18H0z"})})})]});var X=()=>jsx("path",{fillRule:"evenodd",d:"M16 3.798L14.202 2 9 7.203 3.798 2 2 3.798 7.203 9 2 14.202 3.798 16 9 10.798 14.202 16 16 14.202 10.798 9 16 3.798z",clipRule:"evenodd"});var D1=()=>jsx("path",{fillRule:"evenodd",d:"M9 5.5a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm0 1.3c1.213 0 2.2.987 2.2 2.2s-.987 2.2-2.2 2.2-2.2-.987-2.2-2.2.987-2.2 2.2-2.2zM11.979.481a1 1 0 00-.752.34l-1.12 1.275A6.957 6.957 0 009 2c-.378 0-.746.038-1.107.096L6.773.821A1 1 0 005.522.616l-2.044 1.18a.999.999 0 00-.447 1.186l.541 1.601a6.965 6.965 0 00-1.107 1.924l-1.661.332A1 1 0 000 7.82v2.36a1 1 0 00.804.981l1.661.332c.268.702.64 1.352 1.107 1.924l-.541 1.601a.999.999 0 00.447 1.186l2.044 1.18a.993.993 0 001.251-.205l1.12-1.275c.361.058.729.096 1.107.096s.746-.038 1.107-.096l1.12 1.275a1 1 0 001.252.205l2.042-1.18a.998.998 0 00.448-1.186l-.541-1.601a6.965 6.965 0 001.107-1.924l1.661-.332A1 1 0 0018 10.18V7.82a1 1 0 00-.804-.981l-1.661-.332a6.965 6.965 0 00-1.107-1.924l.541-1.601a.998.998 0 00-.448-1.186L12.479.616a1 1 0 00-.5-.135zm.104 1.639l1.334.77-.41 1.213-.266.785.525.642c.363.446.655.954.867 1.512l.296.773.811.163 1.26.251v1.542l-1.26.251-.811.163-.296.773a5.458 5.458 0 01-.867 1.512l-.525.642.266.785.41 1.213-1.334.77-.85-.966-.546-.621-.815.13A5.552 5.552 0 019 14.5c-.26 0-.545-.025-.872-.077l-.816-.13-.545.621-.85.966-1.334-.77.41-1.213.266-.785-.524-.642a5.46 5.46 0 01-.868-1.512l-.296-.773-.811-.163-1.26-.251V8.229l1.26-.251.811-.163.296-.773a5.46 5.46 0 01.868-1.512l.524-.642-.266-.785-.41-1.213 1.334-.77.85.966.545.621.816-.13C8.455 3.525 8.74 3.5 9 3.5s.545.025.872.077l.815.13.546-.621.85-.966z",clipRule:"evenodd"});var N1=()=>jsx("path",{fillRule:"evenodd",d:"M11 15.5h1.5v.5c0 1.104-.896 2-2 2h-7c-1.104 0-2-.896-2-2V6c0-1.104.896-2 2-2H4v1.5h-.5c-.276 0-.5.225-.5.5v10c0 .275.224.5.5.5h7c.276 0 .5-.225.5-.5v-.5Zm3.5-3h-7c-.275 0-.5-.225-.5-.5V2c0-.275.225-.5.5-.5h3.9v2c0 1.158.942 2.1 2.1 2.1H15V12c0 .275-.225.5-.5.5Zm.354-8.775c.093.093.146.222.146.353V4.4h-1.5c-.496 0-.9-.404-.9-.9V1.535c.065.026.126.062.175.111l2.079 2.079Zm1.06-1.061L13.836.586C13.461.211 12.952 0 12.422 0H7.5c-1.104 0-2 .896-2 2v10c0 1.104.896 2 2 2h7c1.104 0 2-.896 2-2V4.078c0-.53-.211-1.039-.586-1.414Z",clipRule:"evenodd"});var $1=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 13.5v-6h-15v6a1 1 0 001 1h13a1 1 0 001-1zm-15-9V6h15V4.5a1 1 0 00-1-1h-13a1 1 0 00-1 1zm16.5 0v9a2.5 2.5 0 01-2.5 2.5h-13A2.5 2.5 0 010 13.5v-9A2.5 2.5 0 012.5 2h13A2.5 2.5 0 0118 4.5zm-14.5 8h3.375V11H3.5v1.5z",clipRule:"evenodd"});var O1=()=>jsxs(Fragment,{children:[jsxs("g",{clipPath:"url(#a)",fill:"none",children:[jsx("mask",{id:"b",width:"18",height:"18",x:"0",y:"0",maskUnits:"userSpaceOnUse",children:jsx("path",{d:"M18 0H0v18h18V0Z",fill:"#fff"})}),jsx("g",{mask:"url(#b)",children:jsx("path",{d:"M6.975.956a8.058 8.058 0 0 1 4.05 0m-9.83 5.679a8.061 8.061 0 0 1 2.024-3.507m0 11.351a8.061 8.061 0 0 1-2.025-3.508m9.83 5.68a8.058 8.058 0 0 1-4.05 0m9.831-5.68a8.062 8.062 0 0 1-2.024 3.507m0-11.35a8.062 8.062 0 0 1 2.024 3.508",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"1.4"})})]}),jsx("defs",{children:jsx("clipPath",{id:"a",children:jsx("path",{d:"M0 0h18v18H0z",fill:"none"})})})]});var Q1=()=>jsx(Fragment,{children:jsx("path",{d:"M6.17228 14.2911C6.10164 14.3788 6.00632 14.4433 5.89863 14.4762C5.79095 14.5091 5.67586 14.5089 5.56827 14.4757C5.46067 14.4425 5.36553 14.3777 5.29514 14.2898C5.22475 14.202 5.18237 14.095 5.17346 13.9827L4.41684 2.16712C4.41203 2.06497 4.43516 1.96344 4.48374 1.87346C4.53232 1.78347 4.60451 1.70843 4.69255 1.65641C4.78059 1.60438 4.88115 1.57734 4.98341 1.57819C5.08566 1.57905 5.18575 1.60776 5.27291 1.66124L15.2606 8.022C15.3546 8.08394 15.4279 8.17268 15.4709 8.27674C15.514 8.38079 15.5248 8.49537 15.502 8.60564C15.4792 8.71591 15.4238 8.8168 15.343 8.89525C15.2623 8.9737 15.1598 9.0261 15.0489 9.04567L11.8405 9.51297C11.75 9.52753 11.6644 9.56401 11.5911 9.61923C11.5179 9.67445 11.4593 9.74673 11.4204 9.82979C11.3815 9.91284 11.3635 10.0041 11.368 10.0957C11.3725 10.1873 11.3993 10.2765 11.4461 10.3553L13.9587 14.6075C14.0345 14.7359 14.0563 14.8891 14.0191 15.0335C13.982 15.178 13.889 15.3017 13.7607 15.3776L12.2851 16.2028C12.1567 16.2786 12.0034 16.3004 11.859 16.2632C11.7146 16.2261 11.5908 16.1331 11.5149 16.0048L9.00072 11.753C8.95415 11.674 8.88896 11.6075 8.81082 11.5595C8.73269 11.5114 8.64399 11.4832 8.55246 11.4773C8.46092 11.4713 8.36932 11.4879 8.28565 11.5255C8.20197 11.563 8.12875 11.6205 8.07238 11.6929L6.17228 14.2911Z",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})});var J1=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 11c0 .275-.225.5-.5.5H2a.501.501 0 0 1-.5-.5V2c0-.275.225-.5.5-.5h14c.275 0 .5.225.5.5v9Zm-6.009 5.5H7.509l1.05-3.5h.882l1.05 3.5ZM16 0H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h4.991l-1.05 3.5H2.5V18h13v-1.5h-3.441l-1.05-3.5H16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Z",clipRule:"evenodd"});var K1=()=>jsx("path",{fillRule:"evenodd",d:"M6.75 6.22a1.25 1.25 0 1 0 0 2.501 1.25 1.25 0 0 0 0-2.5Zm4.5 4.5a1.25 1.25 0 1 0 0 2.501 1.25 1.25 0 0 0 0-2.5Zm-.477-4.5h.86a.2.2 0 0 1 .169.31L7.647 12.99a.5.5 0 0 1-.42.23h-.861a.2.2 0 0 1-.168-.31l4.155-6.462a.5.5 0 0 1 .42-.229ZM7.05 2.45l-1.718-.602a1.003 1.003 0 0 0-1.317.761L3.678 4.4l-1.79.337a1.003 1.003 0 0 0-.76 1.317l.6 1.718-1.38 1.19a1.002 1.002 0 0 0 0 1.52l1.38 1.188-.6 1.718c-.203.58.158 1.203.76 1.317l1.79.338.338 1.79c.113.602.737.963 1.317.76l1.718-.6 1.189 1.38a1.002 1.002 0 0 0 1.52 0l1.189-1.38 1.718.6a1.003 1.003 0 0 0 1.317-.76l.338-1.79 1.789-.338c.603-.113.964-.737.76-1.317l-.6-1.718 1.38-1.189a1.002 1.002 0 0 0 0-1.52l-1.38-1.189.6-1.718a1.003 1.003 0 0 0-.76-1.317l-1.79-.338-.337-1.789a1.003 1.003 0 0 0-1.317-.76l-1.718.6-1.19-1.38a1.002 1.002 0 0 0-1.52 0L7.052 2.45ZM9 2.491l.81.94.446.517a.501.501 0 0 0 .544.146l.646-.226 1.167-.408.23 1.216.127.675c.039.202.197.36.399.398l.674.127 1.216.23-.408 1.167-.226.646a.5.5 0 0 0 .146.544l.518.447.939.81-.94.81-.517.445a.5.5 0 0 0-.146.544l.226.646.408 1.167-1.216.23-.675.127a.501.501 0 0 0-.398.4l-.127.673-.23 1.216-1.167-.408-.646-.226a.5.5 0 0 0-.544.146l-.447.518-.81.94-.81-.94-.445-.518a.501.501 0 0 0-.544-.146l-.646.226-1.167.408-.23-1.216-.127-.675a.501.501 0 0 0-.4-.398l-.673-.127-1.216-.23.408-1.167.226-.646a.5.5 0 0 0-.146-.544l-.518-.447-.94-.809.94-.81.518-.446a.501.501 0 0 0 .146-.544l-.226-.646-.408-1.167 1.216-.23.675-.127a.501.501 0 0 0 .398-.399l.127-.674.23-1.216 1.167.408.646.226a.5.5 0 0 0 .544-.146l.447-.518L9 2.492Z",clipRule:"evenodd"});var X1=()=>jsx("path",{d:"M3.6 9.325a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Zm5.4 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Zm5.4 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Z",fillRule:"evenodd",clipRule:"evenodd"});var j1=()=>jsx("path",{fillRule:"evenodd",d:"M14.667 11.556v2.666c0 .246-.2.445-.445.445H1.778a.445.445 0 0 1-.445-.445v-2.666H0v2.666C0 15.204.796 16 1.778 16h12.444c.982 0 1.778-.796 1.778-1.778v-2.666h-1.333ZM3.109 7.607a.668.668 0 0 1 .893-.992l3.331 3V0h1.334v9.614l3.331-2.999a.668.668 0 0 1 .893.992l-4.445 4a.667.667 0 0 1-.892 0l-4.445-4Z",clipRule:"evenodd"});var e5=()=>jsx("path",{fillRule:"evenodd",d:"M14.458 6.397l-2.855-2.855 1.833-1.833 2.855 2.855-1.833 1.833zM4.355 16.5H1.5v-2.855l9.042-9.043 2.855 2.856L4.355 16.5zM17.709 3.86L14.14.291a.996.996 0 00-1.408 0L.291 12.733a.99.99 0 00-.291.702v3.57c0 .55.445.995.995.995h3.569a.999.999 0 00.704-.29L17.709 5.266a.994.994 0 000-1.407z",clipRule:"evenodd"});var o5=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 14.5H2C1.725 14.5 1.5 14.275 1.5 14V5.679L7.36 10.44C7.836 10.826 8.418 11.02 9 11.02C9.582 11.02 10.164 10.826 10.639 10.44L16.5 5.678V14C16.5 14.275 16.275 14.5 16 14.5M2 3.5H16C16.275 3.5 16.5 3.724 16.5 4V4.133L9.882 9.509C9.372 9.925 8.629 9.925 8.117 9.509L1.5 4.133V4C1.5 3.724 1.725 3.5 2 3.5M16 2H2C0.896 2 0 2.895 0 4V14C0 15.104 0.896 16 2 16H16C17.104 16 18 15.104 18 14V4C18 2.895 17.104 2 16 2"});var t5=()=>jsx("path",{fillRule:"evenodd",d:"M4.5495 10.0098c.282-.30304.265-.77704-.039-1.06004-.304-.281-.778-.264-1.061.039l-3.25 3.50004c-.266.289-.266.734 0 1.021l3.25 3.5c.149.159.349.24.55.24.183 0 .366-.066.511-.2.304-.282.321-.757.039-1.061l-2.08-2.239h14.405v-1.5H2.4695l2.08-2.24Zm13.25-4.50004-3.25 3.5c-.148.159-.349.24-.55.24-.182 0-.366-.066-.511-.2-.303-.282-.321-.757-.039-1.061l2.08-2.239H1.1245v-1.5h14.405l-2.08-2.24c-.282-.303-.264-.777.039-1.060001.305-.281.779-.264 1.061.039l3.25 3.500001c.267.289.267.734 0 1.021Z",clipRule:"evenodd"});var r5=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.0098 13.4505C9.70676 13.1685 9.23276 13.1855 8.94976 13.4895C8.66876 13.7935 8.68576 14.2675 8.98876 14.5505L12.4888 17.8005C12.7778 18.0665 13.2228 18.0665 13.5098 17.8005L17.0098 14.5505C17.1688 14.4015 17.2498 14.2015 17.2498 14.0005C17.2498 13.8175 17.1838 13.6345 17.0498 13.4895C16.7678 13.1855 16.2928 13.1685 15.9888 13.4505L13.7498 15.5305L13.7498 1.1255L12.2498 1.1255L12.2498 15.5305L10.0098 13.4505ZM5.50976 0.200501L9.00976 3.4505C9.16876 3.5985 9.24976 3.7995 9.24976 4.0005C9.24976 4.1825 9.18376 4.3665 9.04976 4.5115C8.76776 4.8145 8.29276 4.8325 7.98876 4.5505L5.74976 2.4705L5.74976 16.8755H4.24976L4.24976 2.4705L2.00976 4.5505C1.70676 4.8325 1.23276 4.8145 0.949759 4.5115C0.668759 4.2065 0.685759 3.7325 0.988759 3.4505L4.48876 0.200501C4.77776 -0.0664993 5.22276 -0.0664993 5.50976 0.200501V0.200501Z"});var l5=()=>jsxs(Fragment,{children:[jsx("path",{fillRule:"evenodd",d:"M3 0a3 3 0 0 1 3 3v14a3 3 0 1 1-6 0V3a3 3 0 0 1 3-3Z",clipRule:"evenodd"}),jsx("path",{d:"M6 27a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),jsx("path",{fillRule:"evenodd",d:"M3 29a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",clipRule:"evenodd"})]});var n5=()=>jsx("path",{fillRule:"evenodd",d:"M9 10.5A1.25 1.25 0 1 0 9 13a1.25 1.25 0 0 0 0-2.5Zm-.303-1h.605a.5.5 0 0 0 .497-.445l.328-2.945A1 1 0 0 0 9.132 5h-.266a1 1 0 0 0-.993 1.11L8.2 9.055a.5.5 0 0 0 .497.445Zm.303 7c-4.136 0-7.5-3.364-7.5-7.5S4.864 1.5 9 1.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Z",clipRule:"evenodd"});var i5=()=>jsx("path",{fillRule:"evenodd",d:"M16.426 15.084a.523.523 0 0 1-.473.276H2.046a.526.526 0 0 1-.473-.276.528.528 0 0 1 .007-.547L8.577 2.879A.479.479 0 0 1 9 2.64c.104 0 .298.031.423.24l6.996 11.657a.523.523 0 0 1 .007.547Zm1.28-1.319L10.708 2.108A1.976 1.976 0 0 0 9 1.14c-.66 0-1.323.323-1.709.968L.294 13.765c-.817 1.362.164 3.095 1.752 3.095h13.907c1.59 0 2.57-1.733 1.752-3.095ZM9 12a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 9 12Zm-.302-1h.605a.5.5 0 0 0 .497-.445l.327-2.945a1 1 0 0 0-.994-1.11h-.266a1 1 0 0 0-.993 1.11l.327 2.945a.5.5 0 0 0 .497.445Z",clipRule:"evenodd"});var c5=()=>jsx("path",{fillRule:"evenodd",d:"M17 0h-5.75a.75.75 0 0 0 0 1.5h4.189L6.97 9.97l1.06 1.06 8.47-8.469V6.75a.75.75 0 0 0 1.5 0V1a1 1 0 0 0-1-1Zm-3.5 11L15 9.5v6a2.5 2.5 0 0 1-2.5 2.5h-10A2.5 2.5 0 0 1 0 15.5v-10A2.5 2.5 0 0 1 2.5 3h6L7 4.5H2.5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V11Z",clipRule:"evenodd"});var a5=()=>jsx("path",{fillRule:"evenodd",d:"M9 14.5c-5.111 0-7.41-4.214-7.499-5 .07-.617 1.509-3.339 4.594-4.484C5.371 5.698 5 6.664 5 7.75c0 2.084 1.333 3.751 4 3.75 2.667.001 4.001-1.249 4-3.75 0-1.086-.371-2.052-1.096-2.734C14.99 6.16 16.43 8.883 16.499 9.5c-.089.786-2.388 5-7.499 5zm1-9c1 0 1.5.5 1.5 1.5 0 .9-.5 1.5-1.5 1.5S8.5 8 8.5 7 9 5.5 10 5.5zM9 3C3 3 0 8 0 9.5S3 16 9 16s9-5 9-6.5S15 3 9 3z",clipRule:"evenodd"});var d5=()=>jsx("path",{d:"M11.5 6.5c0-1-.5-1.5-1.5-1.5-.226 0-.418.034-.593.085L7.3 2.653C7.84 2.562 8.4 2.5 9 2.5c6 0 9 5 9 6.5 0 .717-.693 2.231-2.063 3.619l-.99-1.141c1.01-1.056 1.512-2.121 1.552-2.478-.069-.617-1.509-3.34-4.595-4.484C12.629 5.198 13 6.164 13 7.25c0 .641-.09 1.197-.266 1.674l-1.425-1.645c.113-.224.191-.476.191-.779ZM1.502 9C1.59 9.786 3.89 14 9 14a8.132 8.132 0 0 0 2.956-.55l-2.214-2.49c-.235.025-.48.04-.742.04-2.667 0-4.001-1.666-4-3.75 0-.486.084-.942.232-1.364l-.571-.642C2.572 6.55 1.56 8.49 1.502 9Zm12.864 4.912-.545-.613-2.476-2.788-5.29-5.951L2.001 0h-2l3.641 4.096C1.223 5.694 0 8.048 0 9c0 1.5 3 6.5 9 6.5a9.662 9.662 0 0 0 4.021-.852L16 18h2l-3.634-4.088Z",fillRule:"evenodd",clipRule:"evenodd"});var s5=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5698 0H2.43384C0.145842 0 -0.844158 2.897 0.964842 4.298L5.70784 7.969C6.19784 8.348 6.48384 8.933 6.48384 9.552L6.47884 14.895C6.47884 15.653 6.90584 16.346 7.58484 16.685L9.92784 17.857C10.0898 17.937 10.2568 17.975 10.4198 17.975C10.9968 17.975 11.5198 17.511 11.5208 16.874L11.5248 9.55C11.5258 8.932 11.8118 8.349 12.2998 7.97L17.0398 4.297C18.8478 2.896 17.8568 0 15.5698 0ZM15.5698 1.5C16.1508 1.5 16.3588 1.926 16.4218 2.109C16.4838 2.292 16.5798 2.756 16.1208 3.111L11.3818 6.784C10.5198 7.452 10.0258 8.459 10.0248 9.549L10.0208 16.226L8.25584 15.343C8.08484 15.258 7.97884 15.086 7.97884 14.896L7.98384 9.553C7.98484 8.477 7.47684 7.441 6.62584 6.783L1.88284 3.112C1.42384 2.756 1.51984 2.292 1.58184 2.109C1.64484 1.926 1.85284 1.5 2.43384 1.5H15.5698Z"});var m5=()=>jsxs(Fragment,{children:[jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m15.8384 13.3186-.0174-.0196-.9881-1.1119c.0374-.0406.0735-.0826.1083-.1259.4058-.5044.5992-1.1469.5393-1.7915-.0598-.64458-.3683-1.24053-.8599-1.66162-.4527-.38769-1.028-.60814-1.6206-.60807h-1.8884l-1.33319-1.5H13c.9516-.00008 1.8753.33943 2.6022.96196.7895.67618 1.2847 1.63314 1.3809 2.66823.0961 1.035-.2145 2.0668-.866 2.8768-.0878.1091-.1808.2131-.2787.3116Zm-1.2441.85c-.3479.1512-.7185.2534-1.1015.301l-.1858-1.4976c.0657-.0081.1308-.0188.1951-.0321l1.0922 1.2287ZM9.11111 8.00001l-1.33333-1.5H3.4695l2.08-2.24c.04231-.04545.07788-.09476.10677-.14669l-.9404-1.05796c-.0981.03985-.18931.10115-.26637.18365l-3.25 3.5c-.266.289-.266.734 0 1.021l3.25 3.49999c.149.159.349.24.55.24.183 0 .366-.066.511-.2.304-.282.321-.757.039-1.061l-2.08-2.23899h5.64161Z"}),jsx("path",{d:"m14.366 13.912-.545-.613-2.476-2.786-5.289-5.951-2.028-2.281L2 0H0l2.02756 2.281L16 18h2l-3.634-4.088Z"})]});var h5=()=>jsx(Fragment,{children:jsx("path",{d:"M3.95 7.8H15.2m-2.5-3.75L10.2 15.3M7.7 4.05 5.2 15.3m-2.5-3.75h11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"})});var u5=()=>jsx("path",{fillRule:"evenodd",d:"M16.462 8.249l-1.09 7.782a.511.511 0 01-.504.439H12.25v-5.979A3.256 3.256 0 009 7.238a3.256 3.256 0 00-3.25 3.253v5.979H3.13a.51.51 0 01-.503-.439l-1.09-7.782a1.016 1.016 0 01.341-.913L8.25 1.81a1.146 1.146 0 011.502.001l6.37 5.526c.261.227.39.568.341.912zM10.75 16.47H7.25v-5.979c0-.966.785-1.752 1.75-1.752.964 0 1.75.786 1.75 1.752v5.979zm6.372-10.289L10.751.654a2.67 2.67 0 00-3.504 0L.88 6.181a2.546 2.546 0 00-.854 2.28l1.09 7.783A2.038 2.038 0 003.13 18h11.737a2.038 2.038 0 002.017-1.756l1.09-7.783a2.548 2.548 0 00-.854-2.28z",clipRule:"evenodd"});var v5=()=>jsx("path",{fillRule:"evenodd",d:"M16 1.7q.3.1.5.3.2.3.4.5t.4.5q.2.2.3.5.3.6.4 1.2v1.2q-.1.7-.4 1.2-.2.6-.7 1.1l-6 7c-.5.6-1.1 1-1.8 1.3-.6.2-1.3.3-2 .2-.8-.1-1.4-.3-2-.7-.6-.5-1.1-1-1.4-1.6l-.4-.9q-.4-.8-.4-1.8 0-.9.3-1.8t1-1.6q.6-.7 1.5-1.1h.1q-.2.4-.2.9.1.4.3.8.1.4.5.7.3.3.7.5l-.1.1q-.3.1-.5.3-.2.2-.3.5-.1.3-.1.6t.1.6l.4.7q.1.2.3.4.2.2.5.2.3.1.6 0t.4-.4l6.1-7q.2-.3.3-.6 0-.3-.1-.6t-.4-.5q-.3-.2-.6-.2H4.3q-.3 0-.5.1-.3.2-.4.4-.2.3-.2.6 0 .2.1.5L4 7.4q-.4.3-.7.7-.3.4-.5.9-.3.5-.4 1-.2.5-.2 1L.4 7.1C.1 6.5 0 5.8 0 5c.1-.7.3-1.4.7-2 .4-.6.9-1.1 1.6-1.5.6-.3 1.3-.5 2-.5h10l.6.2.6.2q.2.1.5.3zM9.6 7.9c0 .4-.1.9-.4 1.2-.3.3-.7.4-1.2.4-.4 0-.8-.1-1.1-.4-.3-.3-.5-.8-.5-1.2 0-.4.2-.8.5-1.1.3-.3.7-.5 1.1-.5.5 0 .9.2 1.2.5.3.3.4.7.4 1.1z",clipRule:"evenodd"});var g5=()=>jsxs(Fragment,{children:[jsx("path",{d:"M14.637 6.84a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34Z"}),jsx("path",{d:"M5.97 9.987a3.134 3.134 0 0 0 6.124-.94v-.102a.73.73 0 0 1 .73-.73h3.625a.73.73 0 0 1 .73.73v.09a8.213 8.213 0 0 1-8.047 8.213C4.514 17.34.75 13.542.75 8.921V5.44a2.538 2.538 0 1 1 5.076 0v3.608c0 .319.049.636.144.94Z",fillRule:"evenodd",clipRule:"evenodd"})]});var R5=()=>jsxs(Fragment,{children:[jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",clipPath:"url(#a)",fill:"none",children:[jsx("path",{d:"M9 11.813a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM5.625 13.5a4.218 4.218 0 0 1 6.75 0"}),jsx("path",{d:"M14.625 15.188V2.812a.562.562 0 0 0-.563-.562H3.938a.563.563 0 0 0-.563.563v12.374c0 .311.252.563.563.563h10.124a.563.563 0 0 0 .563-.563ZM6.75 4.5h4.5"})]}),jsx("defs",{children:jsx("clipPath",{id:"a",children:jsx("path",{d:"M0 0h18v18H0z"})})})]});var M5=()=>jsx("path",{fillRule:"evenodd",d:"M10.5 7c0-.828.671-1.5 1.5-1.5s1.5.672 1.5 1.5-.671 1.5-1.5 1.5-1.5-.672-1.5-1.5Zm5.5 7.5H2c-.276 0-.5-.225-.5-.5v-.937l3.676-2.673c.792-.575 1.856-.575 2.647 0l2.188 1.59c1.176.857 2.758.952 4.027.246l2.462-1.369V14c0 .275-.224.5-.5.5ZM2 3.5h14c.276 0 .5.225.5.5v5.261c-.124-.001-.249.018-.364.084l-2.827 1.57c-.762.424-1.711.365-2.416-.147L8.706 9.177c-1.32-.959-3.092-.959-4.412 0L1.5 11.209V4c0-.275.224-.5.5-.5ZM16 2H2C.896 2 0 2.896 0 4v10c0 1.104.896 2 2 2h14c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2Z",clipRule:"evenodd"});var L5=()=>jsx("path",{fillRule:"evenodd",d:"M10 9.5V8H6.5v1.5H8v2H6.5V13h5v-1.5H10v-2ZM9 7c.828 0 1.5-.672 1.5-1.5S9.828 4 9 4s-1.5.672-1.5 1.5S8.172 7 9 7Zm0 9.5c-4.136 0-7.5-3.364-7.5-7.5S4.864 1.5 9 1.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5ZM9 0C4.029 0 0 4.029 0 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9Z",clipRule:"evenodd"});var Z5=()=>jsx("path",{fillRule:"evenodd",d:"M14.5 6.255C14.5 7.693 14.014 9.11 13.131 10.246L12.183 11.465C11.931 11.788 11.725 12.139 11.54 12.5H6.46C6.275 12.139 6.069 11.788 5.817 11.465L4.869 10.246C3.986 9.11 3.5 7.693 3.5 6.255V6C3.5 3.519 5.519 1.5 8 1.5H10C12.481 1.5 14.5 3.519 14.5 6V6.255ZM4.75 6.5001H6.25C6.25 5.2601 7.259 4.2501 8.5 4.2501V2.7501C6.432 2.7501 4.75 4.4331 4.75 6.5001ZM10.707 16.055C10.679 16.309 10.465 16.5 10.21 16.5H7.79C7.535 16.5 7.321 16.309 7.293 16.056L7.146 14.737C7.119 14.488 7.069 14.243 7.013 14H10.987C10.931 14.243 10.881 14.488 10.853 14.737L10.707 16.055ZM10 0H8C4.687 0 2 2.687 2 6V6.255C2 8.034 2.593 9.763 3.686 11.167L4.633 12.386C5.2 13.114 5.554 13.985 5.656 14.903L5.802 16.221C5.915 17.234 6.771 18 7.79 18H10.21C11.229 18 12.085 17.234 12.198 16.221L12.344 14.903C12.446 13.985 12.8 13.114 13.367 12.386L14.314 11.167C15.407 9.763 16 8.034 16 6.255V6C16 2.687 13.313 0 10 0Z",clipRule:"evenodd"});var y5=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5645 7.44624c-.301-.301-.78701-.301-1.08701 0-.301.301-.301.787 0 1.088l.74501.747c.34.34.526.79196.526 1.27096-.001.482-.189.933-.53 1.271l-3.82701 3.811c-1.106 1.103-2.91 1.102-4.016 0-.54-.539-.838-1.256-.838-2.02 0-.765.298-1.482.838-2.022l2.038-2.03096c.3-.3.302-.786.002-1.088-.299-.301-.786-.301-1.087-.002l-2.038 2.03196c-.833.83-1.29 1.933-1.29 3.111 0 1.177.457 2.281 1.29 3.112.854.849 1.973 1.274 3.093 1.274 1.12-.001 2.24-.425 3.093-1.273l3.82701-3.812c.632-.63.982-1.468.983-2.361.001-.89096-.346-1.72996-.977-2.36196l-.745-.746Zm6.154.057-2.31 2.314c-.301.30096-.787.30096-1.088 0-.3-.301-.3-.788 0-1.089l2.311-2.313c1.111-1.112 1.111-2.922 0-4.033-1.121-1.122-2.926-1.122-4.038-.01l-3.83001 3.835c-.7.701-.7 1.84 0 2.54l.75.752c.301.3.301.78696 0 1.08796-.149.15-.345.225-.543.225-.197 0-.393-.075-.544-.225l-.75-.75196c-1.299-1.3-1.299-3.416 0-4.716l3.83001-3.835c1.71-1.712 4.493-1.712 6.203 0 1.719 1.722 1.719 4.508.009 6.219Z"});var x5=()=>jsxs(Fragment,{children:[jsx("path",{d:"M6.188 4.5h9m-9 4.5h9m-9 4.5h9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"}),jsx("path",{d:"M3.094 5.344a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Zm0 4.5a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Zm0 4.5a.844.844 0 1 0 0-1.688.844.844 0 0 0 0 1.688Z"})]});var w5=()=>jsx("path",{fillRule:"evenodd",d:"M9 0h-.25a.75.75 0 000 1.5H9c4.136 0 7.5 3.364 7.5 7.5v.25a.75.75 0 001.5 0V9a9 9 0 00-9-9z",clipRule:"evenodd",children:jsx("animateTransform",{attributeName:"transform",type:"rotate",from:"0 9 9",to:"360 9 9",begin:"0s",dur:"1s",repeatCount:"indefinite"})});var k5=()=>jsx("path",{fillRule:"evenodd",d:"M1.5 10.5h15V8h-15v2.5z",clipRule:"evenodd"});var A5=()=>jsxs(Fragment,{children:[jsxs("g",{clipPath:"url(#clip0_0_1)",fill:"none",children:[jsx("path",{d:"M5.625 8.80335H12.375",stroke:"currentColor",strokeWidth:"1.4",strokeLinecap:"square",strokeLinejoin:"round"}),jsx("path",{d:"M9.00016 16.7916C13.3033 16.7916 16.7919 13.3032 16.7919 9.00002C16.7919 4.69681 13.3033 1.20836 9.00016 1.20836C4.69694 1.20836 1.2085 4.69681 1.2085 9.00002C1.2085 13.3032 4.69694 16.7916 9.00016 16.7916Z",stroke:"currentColor",strokeWidth:"1.4",strokeMiterlimit:"10"})]}),jsx("defs",{children:jsx("clipPath",{id:"clip0_0_1",children:jsx("rect",{width:"18",height:"18"})})})]});var P5=()=>jsxs(Fragment,{children:[jsxs("g",{clipPath:"url(#a)",children:[jsx("mask",{id:"b",width:"18",height:"18",x:"0",y:"0",maskUnits:"userSpaceOnUse",children:jsx("path",{d:"M18 0H0v18h18V0Z",fill:"#fff"})}),jsx("g",{mask:"url(#b)",children:jsx("path",{d:"M4.125 1.507A8.775 8.775 0 0 1 9 .028a8.784 8.784 0 0 1 8.775 8.775 8.775 8.775 0 1 1-13.65-7.296Zm.825 7.971h8.1v-1.35h-8.1v1.35Z",fillRule:"evenodd",clipRule:"evenodd"})})]}),jsx("defs",{children:jsx("clipPath",{id:"a",children:jsx("path",{d:"M0 0h18v18H0z",fill:"none"})})})]});var I5=()=>jsx("path",{fillRule:"evenodd",d:"M9 13c-.553 0-1 .447-1 1 0 .553.447 1 1 1 .553 0 1-.447 1-1 0-.553-.447-1-1-1Zm3.5-13h-7c-1.104 0-2 .896-2 2v14c0 1.104.896 2 2 2h7c1.104 0 2-.896 2-2V2c0-1.104-.896-2-2-2Zm0 1.5c.275 0 .5.225.5.5v14c0 .275-.225.5-.5.5h-7c-.275 0-.5-.225-.5-.5V2c0-.275.225-.5.5-.5h7Z",clipRule:"evenodd"});var T5=()=>jsx("path",{fillRule:"evenodd",d:"M3.245 14.2h11.51c.027-1.064.881-1.918 1.945-1.945v-6.51c-1.064-.027-1.918-.881-1.945-1.945H3.245C3.218 4.864 2.364 5.718 1.3 5.745v6.51c1.064.027 1.918.881 1.945 1.945ZM18 4v10c0 .828-.672 1.5-1.5 1.5h-15C.672 15.5 0 14.828 0 14V4c0-.828.672-1.5 1.5-1.5h15c.828 0 1.5.672 1.5 1.5Zm-6.5 5c0 2-1 3-2.5 3s-2.5-1-2.5-3 1-3 2.5-3 2.5 1 2.5 3Z",clipRule:"evenodd"});var E5=()=>jsx("path",{fillRule:"evenodd",d:"M13.5 15c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5.672 1.5 1.5 1.5 1.5-.672 1.5-1.5Zm-6 0c0-.828-.671-1.5-1.5-1.5s-1.5.672-1.5 1.5.671 1.5 1.5 1.5 1.5-.672 1.5-1.5Zm6-12c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5.672 1.5 1.5 1.5 1.5-.672 1.5-1.5Zm-6 0c0-.828-.671-1.5-1.5-1.5S4.5 2.172 4.5 3 5.171 4.5 6 4.5 7.5 3.828 7.5 3Zm6 6c0-.828-.672-1.5-1.5-1.5s-1.5.672-1.5 1.5.672 1.5 1.5 1.5 1.5-.672 1.5-1.5ZM6 10.5c-.829 0-1.5-.672-1.5-1.5S5.171 7.5 6 7.5s1.5.672 1.5 1.5-.671 1.5-1.5 1.5Z",clipRule:"evenodd"});var G5=()=>jsx(Fragment,{children:jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 15.5V14.5C16.5 14.224 16.276 14 16 14H2C1.724 14 1.5 14.224 1.5 14.5V15.5C1.5 15.776 1.724 16 2 16H16C16.276 16 16.5 15.776 16.5 15.5ZM16.5 3.5V2.5C16.5 2.224 16.276 2 16 2H2C1.724 2 1.5 2.224 1.5 2.5V3.5C1.5 3.776 1.724 4 2 4H16C16.276 4 16.5 3.776 16.5 3.5ZM16 10H2C1.724 10 1.5 9.776 1.5 9.5V8.5C1.5 8.224 1.724 8 2 8H16C16.276 8 16.5 8.224 16.5 8.5V9.5C16.5 9.776 16.276 10 16 10Z"})});var W5=()=>jsx("path",{fillRule:"evenodd",d:"M14.75 12a.75.75 0 00-.75-.75H4a.75.75 0 000 1.5h10a.75.75 0 00.75-.75zm0-4a.75.75 0 00-.75-.75H4a.75.75 0 000 1.5h10a.75.75 0 00.75-.75zm-8-4A.75.75 0 006 3.25H4a.75.75 0 000 1.5h2A.75.75 0 006.75 4zM16 0H2a2 2 0 00-2 2v14.375a1.502 1.502 0 002.057 1.393l2.109-.844a2.011 2.011 0 011.637.068l.961.481a5.01 5.01 0 004.472 0l.961-.481a2.004 2.004 0 011.637-.068l2.109.844A1.499 1.499 0 0018 16.375V2a2 2 0 00-2-2zm0 1.5c.275 0 .5.225.5.5v13.932a.3.3 0 01-.412.278l-1.697-.679a3.483 3.483 0 00-1.3-.25 3.53 3.53 0 00-1.565.369l-.961.481a3.51 3.51 0 01-3.13 0l-.961-.481a3.53 3.53 0 00-1.565-.369c-.448 0-.885.084-1.3.25l-1.697.679a.3.3 0 01-.412-.278V2a.5.5 0 01.5-.5h14z",clipRule:"evenodd"});var U5=()=>jsxs(Fragment,{children:[jsx("path",{fillRule:"evenodd",d:"M14.0624 12.5561C14.0624 12.9983 13.8506 13.4128 13.4821 13.6523C13.1321 13.8826 12.7452 13.8641 12.3491 13.8641H5.35775C5.21958 13.8641 5.08142 13.8641 4.95246 13.8365C4.43663 13.726 4.03133 13.293 3.94843 12.7772C3.93 12.6482 3.93 12.5193 3.93 12.3903V6.37536C3.93 6.18192 3.93922 5.9977 4.0037 5.82268C4.17871 5.30685 4.67612 4.95682 5.21958 4.94761H12.7636C13.0768 4.94761 13.3716 5.05815 13.6019 5.26079C13.7861 5.41739 13.9427 5.63846 13.9979 5.87795C14.0348 6.04375 14.044 6.20035 14.044 6.37536C14.044 6.66091 14.0901 6.99252 13.9979 7.26885C13.8874 7.60046 13.6111 7.82153 13.2795 7.90443C13.0123 7.96891 12.7176 7.93207 12.4504 7.93207C13.2518 8.73345 13.2518 10.0691 12.4504 10.8705C12.7268 10.8705 13.0123 10.8889 13.2887 10.8613C13.6019 10.8613 13.9427 10.7876 14.2374 10.6955C14.6151 10.5757 14.9928 10.3915 15.3152 10.1612C15.9323 9.72827 16.4205 9.11111 16.7061 8.41105C16.8903 7.95049 16.9824 7.45308 16.9824 6.95567C16.9824 6.63328 16.9916 6.32009 16.9732 5.9977C16.9363 5.35291 16.7521 4.70812 16.4297 4.14623C16.2455 3.81462 16.0152 3.51986 15.7481 3.25273C14.9651 2.43293 13.869 2 12.7452 2H5.3117C4.28003 2 3.276 2.33161 2.48383 3.01324C1.57192 3.78699 1.01924 4.94761 1.00082 6.14508V11.8653C1.00082 12.4456 0.982394 13.0167 1.12056 13.5878C1.44296 14.905 2.41014 16.0104 3.67209 16.5078C4.1695 16.7012 4.70375 16.8025 5.23801 16.8025H12.0636C12.4781 16.8025 12.8926 16.821 13.3071 16.7657C14.4217 16.6275 15.4533 16.0288 16.1442 15.1353C16.7337 14.3615 17.01 13.4312 17.01 12.4732C17.01 11.7547 17.01 11.0363 17.01 10.3178C17.01 10.1244 17.01 9.94013 17.01 9.74669C16.6508 10.2441 16.1994 10.677 15.6836 11.0086C15.4073 11.1836 15.1125 11.331 14.8085 11.4508C14.6519 11.5153 14.4861 11.5613 14.3203 11.6074L14.0808 11.6718L14.0624 11.6995V12.5561Z",clipRule:"evenodd"}),jsx("path",{fillRule:"evenodd",d:"M10.8571 10.8426C11.6711 10.8426 12.3309 10.1828 12.3309 9.36882C12.3309 8.55486 11.6711 7.89502 10.8571 7.89502C10.0431 7.89502 9.3833 8.55486 9.3833 9.36882C9.3833 10.1828 10.0431 10.8426 10.8571 10.8426Z",clipRule:"evenodd"})]});var _5=()=>jsx("path",{fillRule:"evenodd",d:"M17 3c0-1.657-1.343-3-3-3H4C2.343 0 1 1.343 1 3v12c0 1.657 1.343 3 3 3h10c1.657 0 3-1.343 3-3V3Zm-3 13.5c.827 0 1.5-.673 1.5-1.5V3c0-.827-.673-1.5-1.5-1.5H4c-.827 0-1.5.673-1.5 1.5v12c0 .827.673 1.5 1.5 1.5h10ZM5 5h8V4H5v1Zm0 3h8V7H5v1Zm0 3h8v-1H5v1Zm0 3h8v-1H5v1Z",clipRule:"evenodd"});var D5=()=>jsx("path",{fillRule:"evenodd",d:"M14.74 3.26a6.651 6.651 0 011.784 3.266h-5.05v-5.05A6.647 6.647 0 0114.74 3.26zM10.075 1v5.926a1 1 0 001 1H17a1.004 1.004 0 00.989-1.165 8 8 0 00-6.75-6.75 1.008 1.008 0 00-1.165.99zM7.1 9c0 1.048.852 1.9 1.9 1.9h6.459a7.187 7.187 0 01-2.801 4.337 7.045 7.045 0 01-5.412 1.253A7.077 7.077 0 011.4 9.5c0-3.38 2.42-6.295 5.7-6.96V9zm.254-7.922C3.224 1.645 0 5.224 0 9.5V9.5c0 .49.043.99.13 1.495.61 3.48 3.396 6.265 6.875 6.874 4.908.86 9.285-2.62 9.917-7.223A1.005 1.005 0 0015.93 9.5H9a.5.5 0 01-.5-.5V2.07c0-.61-.542-1.075-1.146-.992z",clipRule:"evenodd"});var N5=()=>jsx("path",{fillRule:"evenodd",d:"m4.179688 3.6875-.53125.53125h.53125c.449218 0 .882812.113281 1.265624.324219.21875.117187.421876.269531.601563.453125l2.710937 2.707031c.195313.195313.515626.195313.710938 0l2.699219-2.699219c.144531-.144531.300781-.269531.472656-.375.414063-.261718.894531-.398437 1.398437-.398437h.324219L10.933594.800781c-1.066406-1.066406-2.800782-1.066406-3.867188 0Zm5.691406-1.824219c-.480469-.484375-1.261719-.484375-1.746094 0L6.535156 3.453125c.203125.140625.394532.300781.574219.480469L9.113281 5.9375l1.992188-1.992188c.144531-.144531.296875-.277343.457031-.394531Zm1.234375 12.191407L9.113281 12.0625l-2.003906 2.003906c-.179687.179688-.371094.339844-.574219.480469l1.59375 1.589844c.480469.484375 1.261719.484375 1.742188 0l1.691406-1.6875c-.160156-.117188-.3125-.25-.457031-.394531Zm1.535156-.683594c.414063.261718.894531.398437 1.398437.398437h.324219l-3.429687 3.429688c-1.066406 1.066406-2.800782 1.066406-3.867188 0L3.648438 13.78125h.53125c.449218 0 .882812-.113281 1.265624-.324219.21875-.117187.421876-.269531.601563-.453125l2.710937-2.707031c.191407-.191406.519532-.191406.710938 0l2.699219 2.699219c.144531.144531.300781.269531.472656.375Zm1.398437-.394532c-.488281 0-.964843-.199218-1.308593-.542968L10.03125 9.734375c-.246094-.246094-.582031-.367187-.917969-.367187-.335937 0-.671875.121093-.917969.367187l-2.707031 2.710937c-.34375.34375-.820312.539063-1.308593.539063H3.019531c-.046875 0-.09375.011719-.136719.03125L.800781 10.933594c-1.066406-1.066406-1.066406-2.800782 0-3.867188l2.082031-2.082031c.042969.019531.089844.03125.136719.03125h1.160157c.488281 0 .964843.195313 1.308593.539063l2.707031 2.710937c.253907.253906.585938.378906.917969.378906.332031 0 .664063-.125.917969-.378906l2.699219-2.699219c.34375-.34375.820312-.542968 1.308593-.542968h.941407c.050781 0 .101562-.011719.144531-.027344l2.074219 2.070312c1.066406 1.066406 1.066406 2.800782 0 3.867188L15.125 13.003906c-.042969-.015625-.09375-.027344-.144531-.027344Zm-.25-1.601562L11.417969 9l2.371093-2.375c.0625-.0625.160157-.101562.25-.101562h.496094l1.601563 1.605468c.484375.480469.484375 1.261719 0 1.742188l-1.601563 1.605468h-.496094c-.089843 0-.1875-.039062-.25-.101562ZM4.425781 6.617188 6.808594 9l-2.382813 2.382812c-.0625.0625-.15625.101563-.246093.101563h-.707032L1.863281 9.871094c-.484375-.480469-.484375-1.261719 0-1.742188l1.613281-1.613281h.703126c.089843 0 .183593.039063.246093.101563Zm0 0"});var $5=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 7.75h-6.25V1.5h-2.5v6.25H1.5v2.5h6.25v6.25h2.5v-6.25h6.25v-2.5Z",clipRule:"evenodd"});var F5=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 9c0-4.137-3.363-7.5-7.5-7.5-4.137 0-7.5 3.363-7.5 7.5 0 4.137 3.363 7.5 7.5 7.5 4.137 0 7.5-3.363 7.5-7.5ZM18 9c0 4.973-4.027 9-9 9s-9-4.027-9-9 4.027-9 9-9 9 4.027 9 9Zm-8.25-.75H14v1.5H9.75V14h-1.5V9.75H4v-1.5h4.25V4h1.5Zm0 0",clipRule:"evenodd"});var O5=()=>jsx("path",{fillRule:"evenodd",d:"M17 9.5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v3c0 .275.225.5.5.5h14c.275 0 .5-.225.5-.5v-3Zm-11.5 7h8v-2h-8v2ZM5.5 6h8V3.621L11.379 1.5H5.5V6Zm13 3.5v3a2 2 0 0 1-2 2H15v2a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 16.5v-2H2.5a2 2 0 0 1-2-2v-3A3.5 3.5 0 0 1 4 6V1.5A1.5 1.5 0 0 1 5.5 0H12l3 3v3a3.5 3.5 0 0 1 3.5 3.5ZM6 10.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z",clipRule:"evenodd"});var Y5=()=>jsx("path",{fillRule:"evenodd",d:"m16.5 5.872-6.75 2.78v7.562l6.453-2.868a.5.5 0 0 0 .297-.457V5.872ZM8.25 16.214V8.651L1.5 5.872v7.017a.5.5 0 0 0 .297.457l6.453 2.868ZM1.757 4.68 9 7.662l3.168-1.305-7.373-3.036-2.998 1.333c-.015.007-.026.018-.04.026Zm4.428-1.976 7.428 3.06 2.63-1.084c-.014-.008-.025-.019-.04-.026l-7-3.11a.507.507 0 0 0-.406 0l-2.612 1.16ZM18 5.111v7.778c0 .791-.466 1.506-1.188 1.828l-6.999 3.111a2.019 2.019 0 0 1-1.626 0l-7-3.11A2.002 2.002 0 0 1 0 12.888V5.111c0-.79.466-1.507 1.187-1.828l7-3.11a2.003 2.003 0 0 1 1.626 0l6.999 3.11A2 2 0 0 1 18 5.111Zm-7 9.077v-2l3.5-1.5v2l-3.5 1.5Z",clipRule:"evenodd"});var Q5=()=>jsx("path",{fillRule:"evenodd",d:"M10.25 12.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM11.75 6v.379c0 .592-.24 1.172-.659 1.591L9.97 9.091a.753.753 0 0 0-.22.53V10h-1.5v-.379c0-.592.24-1.172.659-1.591l1.121-1.121a.753.753 0 0 0 .22-.53V6a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0-.75.75v.5h-1.5V6c0-1.241 1.01-2.25 2.25-2.25h1c1.24 0 2.25 1.009 2.25 2.25ZM9 16.5c-4.136 0-7.5-3.364-7.5-7.5S4.864 1.5 9 1.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Z",clipRule:"evenodd"});var J5=()=>jsx("path",{fillRule:"evenodd",d:"M14.787 4.728 13.27 6.382a.5.5 0 0 0 .369.838H17.5c.277 0 .5-.223.5-.5V2.506a.499.499 0 0 0-.868-.337l-1.2 1.31a9 9 0 1 0 2.057 6.187l-1.672-.083a7.326 7.326 0 1 1-1.53-4.855Z",clipRule:"evenodd"});var K5=()=>jsxs(Fragment,{children:[jsx("path",{fillRule:"evenodd",d:"M16.784.869a.75.75 0 0 1 .546.545l.29 1.157a8.942 8.942 0 0 1-2.353 8.492l-.26.26a10.78 10.78 0 0 1-1.644 1.348l-3.416 2.277a.75.75 0 0 1-.946-.094L3.344 9.198a.75.75 0 0 1-.094-.947l2.278-3.416c.394-.59.845-1.141 1.347-1.643l.26-.26A8.942 8.942 0 0 1 15.627.579l1.157.29Zm-.8 1.346-.72-.18a7.442 7.442 0 0 0-7.068 1.957l-.26.26c-.433.433-.821.907-1.16 1.415L4.84 8.572l4.787 4.787 2.904-1.936a9.29 9.29 0 0 0 1.415-1.16l.26-.26a7.442 7.442 0 0 0 1.958-7.068l-.18-.72Z",clipRule:"evenodd"}),jsx("path",{fillRule:"evenodd",d:"M13.49 8.597a2.75 2.75 0 1 1-3.889-3.889 2.75 2.75 0 0 1 3.89 3.89ZM10.769 7.43a1.1 1.1 0 1 0 1.556-1.555 1.1 1.1 0 0 0-1.556 1.555Z",clipRule:"evenodd"}),jsx("path",{d:"M2.063 13.661a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-.425.425a.5.5 0 0 1-.707 0l-.353-.354a.5.5 0 0 1 0-.707l.425-.425ZM3.477 15.075a.5.5 0 0 1 .707 0l.353.354a.5.5 0 0 1 0 .707l-1.3 1.3a.5.5 0 0 1-.706 0l-.354-.354a.5.5 0 0 1 0-.707l1.3-1.3Z"}),jsx("path",{fillRule:"evenodd",d:"m4.475 11.602.884-.883-1.061-1.061-1.06 1.06a1.25 1.25 0 0 0 0 1.768l2.474 2.475a1.25 1.25 0 0 0 1.768 0l1.06-1.06-1.06-1.061-.884.884-2.121-2.122ZM12.456 14.228l-.56-1.681 1.422-.475.707 2.122a.75.75 0 0 1-.18.767l-2.122 2.121a.75.75 0 0 1-1.22-.235l-1.06-2.474 1.378-.591.624 1.457 1.01-1.01ZM3.97 5.743l1.682.56.474-1.423-2.121-.707a.75.75 0 0 0-.768.182l-2.12 2.12a.75.75 0 0 0 .234 1.22l2.475 1.061.59-1.379-1.456-.624 1.01-1.01Z",clipRule:"evenodd"})]});var X5=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 13.5c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6Zm7.014-.996a1.402 1.402 0 0 0-1.104-.397A7.465 7.465 0 0 0 15 7.5 7.5 7.5 0 0 0 7.5 0 7.5 7.5 0 0 0 0 7.5 7.5 7.5 0 0 0 7.5 15a7.46 7.46 0 0 0 4.607-1.59c-.028.396.094.799.397 1.102L15.995 18 18 15.996l-3.486-3.492Z"});var e0=()=>jsx(Fragment,{children:jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.25 13.5C13.008 13.5 12 14.507 12 15.75C12 16.993 13.008 18 14.25 18C15.492 18 16.5 16.993 16.5 15.75C16.5 14.507 15.492 13.5 14.25 13.5ZM14.25 14.8C14.773 14.8 15.2 15.226 15.2 15.75C15.2 16.274 14.773 16.7 14.25 16.7C13.727 16.7 13.3 16.274 13.3 15.75C13.3 15.226 13.727 14.8 14.25 14.8ZM6.25 13.5C5.008 13.5 4 14.507 4 15.75C4 16.993 5.008 18 6.25 18C7.492 18 8.5 16.993 8.5 15.75C8.5 14.507 7.492 13.5 6.25 13.5ZM6.25 14.8C6.773 14.8 7.2 15.226 7.2 15.75C7.2 16.274 6.773 16.7 6.25 16.7C5.727 16.7 5.3 16.274 5.3 15.75C5.3 15.226 5.727 14.8 6.25 14.8ZM4.478 4.75L5.582 10.547C5.604 10.665 5.707 10.75 5.827 10.75H14.765C14.884 10.75 14.986 10.666 15.01 10.549L16.17 4.75H4.478ZM14.765 12.25H5.827C4.988 12.25 4.266 11.651 4.108 10.827L2.379 1.5H0V0H3.621L4.191 3.25H18L16.48 10.843C16.318 11.658 15.597 12.25 14.765 12.25Z"})});var o0=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 6.75h-7a.75.75 0 0 0-.53 1.28l3.5 3.5c.146.147.338.22.53.22a.744.744 0 0 0 .53-.22l3.5-3.5a.749.749 0 0 0-.53-1.28Z"});var t0=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.955934 3.35617C1.3861 1.95581 2.6796 1 4.14455 1H13.8564C15.3217 1 16.6155 1.95627 17.0453 3.35711L17.9585 6.33293C17.98 6.39765 17.9936 6.46595 17.9982 6.53671C17.9993 6.55356 17.9999 6.57042 18 6.58726L18 6.59546V7.95454C18 8.89486 17.6265 9.79666 16.9616 10.4616C16.8586 10.5645 16.7499 10.6605 16.6364 10.7492V16.1364C16.6364 16.5342 16.4783 16.9158 16.197 17.1971C15.9157 17.4784 15.5342 17.6364 15.1364 17.6364H2.86364C2.46581 17.6364 2.08428 17.4784 1.80298 17.1971C1.52167 16.9158 1.36364 16.5342 1.36364 16.1364V10.7492C1.25005 10.6605 1.1414 10.5645 1.03844 10.4616C0.373538 9.79665 0 8.89486 0 7.95454V6.59091C0 6.50049 0.0146675 6.41349 0.041753 6.33217L0.955934 3.35617ZM2.6771 9.65472C2.62304 9.61355 2.56371 9.57895 2.50029 9.55213C2.39127 9.48081 2.28904 9.39799 2.19552 9.30447C1.8375 8.94645 1.63636 8.46087 1.63636 7.95454V7.40909H5.45454V7.95454C5.45454 8.46087 5.25341 8.94645 4.89538 9.30447C4.53736 9.6625 4.05178 9.86363 3.54545 9.86363C3.24073 9.86363 2.94351 9.79078 2.6771 9.65472ZM3 11.4578V16H15V11.4578C14.8206 11.4857 14.6383 11.5 14.4545 11.5C13.5142 11.5 12.6124 11.1265 11.9475 10.4616C11.8701 10.3841 11.7967 10.3035 11.7273 10.22C11.6579 10.3035 11.5844 10.3841 11.507 10.4616C10.8421 11.1265 9.94031 11.5 9 11.5C8.05968 11.5 7.15788 11.1265 6.49298 10.4616C6.41557 10.3841 6.34211 10.3035 6.27273 10.22C6.20334 10.3035 6.12988 10.3841 6.05247 10.4616C5.38757 11.1265 4.48577 11.5 3.54545 11.5C3.36167 11.5 3.17936 11.4857 3 11.4578ZM15.4997 9.55213C15.4363 9.57895 15.377 9.61355 15.3229 9.65472C15.0565 9.79078 14.7593 9.86363 14.4545 9.86363C13.9482 9.86363 13.4626 9.6625 13.1046 9.30447C12.7466 8.94645 12.5455 8.46086 12.5455 7.95454V7.40909H16.3636V7.95454C16.3636 8.46086 16.1625 8.94645 15.8045 9.30447C15.711 9.39799 15.6087 9.48081 15.4997 9.55213ZM16.0749 5.77273H11.7282L11.7273 5.77273L11.7264 5.77273H6.27362L6.27273 5.77273L6.27183 5.77273H1.92543L2.52016 3.83668C2.7393 3.12328 3.39825 2.63636 4.14455 2.63636L13.8564 2.63636C14.6029 2.63636 15.262 3.12352 15.481 3.83716L16.0749 5.77273ZM7.09091 7.40909H10.9091V7.95454C10.9091 8.46086 10.708 8.94645 10.3499 9.30447C9.9919 9.6625 9.50632 9.86363 9 9.86363C8.49368 9.86363 8.00809 9.6625 7.65007 9.30447C7.29204 8.94645 7.09091 8.46087 7.09091 7.95454V7.40909Z"});var r0=()=>jsx("path",{fillRule:"evenodd",d:"m17.1315 1.947-1.245 1.358C13.6965 1.011 11.4455 0 8.59449 0 4.42749 0 .0004883 3 .0004883 8.5H1.51549c0-4.5 3.561-6.945 7.079-6.945 2.45401 0 4.34101.858 6.25401 2.882l-1.58 1.725c-.294.32-.067.838.368.838h3.864c.276 0 .5-.224.5-.5V2.285c0-.456-.561-.674-.869-.338Zm-.646 7.553h1.515c0 5.5-4.428 8.5-8.59501 8.5-2.851 0-5.102-1.012-7.293-3.306L.868488 16.051c-.103.114-.235.164-.364.164-.257 0-.5039997-.198-.5039997-.501V11.5c0-.277.2229997-.5.4999997-.5H4.36149c.435 0 .662.517.369.838l-1.58 1.723c1.914 2.025 3.801 2.883 6.255 2.883 3.51801 0 7.08001-2.444 7.08001-6.944Z",clipRule:"evenodd"});var l0=()=>jsx("path",{d:"M6.75 4.5L11.25 9L6.75 13.5",fill:"none",stroke:"currentColor",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"});var n0=()=>jsx("path",{fillRule:"evenodd",d:"M13.53 5.53049l-3.47 3.47 3.47 3.46901-1.061 1.061L9 10.0605l-3.47 3.47-1.061-1.061 3.47-3.46901-3.47-3.47 1.061-1.061 3.47 3.47 3.469-3.47 1.061 1.061zM9 16.5005c-4.136 0-7.5-3.365-7.5-7.50001 0-4.136 3.364-7.5 7.5-7.5 4.135 0 7.5 3.364 7.5 7.5 0 4.13501-3.365 7.50001-7.5 7.50001zM9 .00048828c-4.971 0-9 4.02900172-9 9.00000172 0 4.97001 4.029 9.00001 9 9.00001 4.97 0 9-4.03 9-9.00001 0-4.971-4.03-9.00000172-9-9.00000172z",clipRule:"evenodd"});var i0=()=>jsx("path",{fillRule:"evenodd",d:"m11.899 7.55-.5 6.5a.651.651 0 0 1-1.297-.1l.5-6.5c.027-.357.346-.612.697-.598a.651.651 0 0 1 .6.698Zm-4.5-.1.5 6.5a.653.653 0 0 1-.6.699l-.05.002a.65.65 0 0 1-.647-.601l-.5-6.5a.65.65 0 0 1 1.296-.1Zm5.795 8.602a.498.498 0 0 1-.498.448H5.304a.499.499 0 0 1-.497-.448L3.663 5h10.674l-1.143 11.052ZM7.389 1.815a.497.497 0 0 1 .465-.315h2.292c.205 0 .388.123.464.315l.675 1.685h-4.57l.674-1.685ZM18 3.5h-5.1l-.898-2.242A1.998 1.998 0 0 0 10.146 0H7.854C7.036 0 6.3.498 5.997 1.258L5.1 3.5H0V5h2.155l1.16 11.206A1.999 1.999 0 0 0 5.302 18h7.394a2 2 0 0 0 1.989-1.794L15.845 5H18V3.5Z",clipRule:"evenodd"});var a0=()=>jsxs(Fragment,{children:[jsxs("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",clipPath:"url(#a)",fill:"none",children:[jsx("path",{d:"M6.75 15.75h4.5M9 12.937v2.813M4.078 9h-.703a2.25 2.25 0 0 1-2.25-2.25V5.625a.563.563 0 0 1 .563-.563h2.25M13.921 9h.703a2.25 2.25 0 0 0 2.25-2.25V5.625a.563.563 0 0 0-.563-.563h-2.25"}),jsx("path",{d:"M4.5 3.375h9a.562.562 0 0 1 .563.563v3.874c0 2.791-2.233 5.104-5.024 5.125a5.063 5.063 0 0 1-5.101-5.062V3.937a.563.563 0 0 1 .562-.562Z"})]}),jsx("defs",{children:jsx("clipPath",{id:"a",children:jsx("path",{d:"M0 0h18v18H0z"})})})]});var d0=()=>jsx("path",{fillRule:"evenodd",d:"M13.75 11.5c-.888 0-1.683.388-2.231 1H11v-4h5.5v4h-.519a2.986 2.986 0 0 0-2.231-1Zm0 4.9c-1.048 0-1.9-.852-1.9-1.9s.852-1.9 1.9-1.9 1.9.852 1.9 1.9-.852 1.9-1.9 1.9ZM11 4.5h1.879l3 3H11v-3ZM9.5 3v9.5H6.981a2.99 2.99 0 0 0-4.462 0H1.5v-10h8V3ZM4.75 16.4c-1.048 0-1.9-.852-1.9-1.9s.852-1.9 1.9-1.9 1.9.852 1.9 1.9-.852 1.9-1.9 1.9Zm12.811-9.339-3.622-3.622A1.5 1.5 0 0 0 12.879 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-8A1.5 1.5 0 0 0 0 2.5v10A1.5 1.5 0 0 0 1.5 14h.295a3.048 3.048 0 0 0-.045.5 3 3 0 1 0 6 0c0-.171-.018-.337-.045-.5h3.09a3.048 3.048 0 0 0-.045.5 3 3 0 1 0 5.952-.521A1.494 1.494 0 0 0 18 12.5V8.121a1.5 1.5 0 0 0-.439-1.06Z",clipRule:"evenodd"});var s0=()=>jsx("path",{fillRule:"evenodd",d:"M1.5 12h15V3h-15v9zm15-10.5h-15A1.5 1.5 0 000 3v9a1.5 1.5 0 001.5 1.5h6.75V15H6a1.5 1.5 0 00-1.5 1.5h9A1.5 1.5 0 0012 15H9.75v-1.5h6.75A1.5 1.5 0 0018 12V3a1.5 1.5 0 00-1.5-1.5z",clipRule:"evenodd"});var p0=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 12.9847V15.9847C16.5 16.2607 16.276 16.4847 16 16.4847H2C1.724 16.4847 1.5 16.2607 1.5 15.9847V12.9847H0V15.9847C0 17.0887 0.896 17.9847 2 17.9847H16C17.104 17.9847 18 17.0887 18 15.9847V12.9847H16.5ZM3.442 5.75175C3.165 5.44375 3.19 4.96975 3.498 4.69275L8.498 0.19275C8.783 -0.06425 9.217 -0.06425 9.502 0.19275L14.502 4.69275C14.81 4.96975 14.835 5.44375 14.558 5.75175C14.409 5.91675 14.205 5.99975 14 5.99975C13.821 5.99975 13.642 5.93675 13.498 5.80775L9.75 2.43375V13.4847H8.25V2.43375L4.502 5.80775C4.193 6.08375 3.72 6.05975 3.442 5.75175Z"});var m0=()=>jsx("path",{fillRule:"evenodd",d:"M16.5 9c0-4.136-3.364-7.5-7.5-7.5S1.5 4.864 1.5 9s3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5zM18 9a9 9 0 01-9 9 9 9 0 01-9-9 9 9 0 019-9 9 9 0 019 9zM6.65 7.5c0 .469.381.85.85.85h3c1.186 0 2.15.964 2.15 2.15s-.964 2.15-2.15 2.15h-.75v1.85h-1.5v-1.85H7c-.91 0-1.65-.74-1.65-1.65v-.5h1.3v.5c0 .193.157.35.35.35h3.5a.85.85 0 000-1.7h-3A2.152 2.152 0 015.35 7.5c0-1.186.964-2.15 2.15-2.15h.75V3.5h1.5v1.85h.75c1.186 0 2.15.964 2.15 2.15h-1.3a.85.85 0 00-.85-.85h-3a.85.85 0 00-.85.85z",clipRule:"evenodd"});var f0=()=>jsx("path",{fillRule:"evenodd",d:"M10.707 0H7.293C5.803 0 4.644 1.295 4.809 2.776L5.253 6.776C5.394 8.042 6.464 9 7.737 9H10.263C11.536 9 12.606 8.042 12.747 6.776L13.191 2.776C13.356 1.295 12.196 0 10.707 0M10.707 1.5C11.096 1.5 11.341 1.709 11.452 1.833C11.563 1.958 11.743 2.224 11.701 2.61L11.256 6.61C11.2 7.118 10.772 7.5 10.263 7.5H7.737C7.228 7.5 6.8 7.118 6.743 6.61L6.299 2.61C6.256 2.224 6.436 1.958 6.548 1.833C6.659 1.709 6.904 1.5 7.293 1.5H10.707M14.012 11.5H3.988C1.658 11.5 0 13.228 0 15.807C0 17.578 0.783 18 2.02 18H15.979C17.43 18 18 17.152 18 15.807C18 13.231 16.342 11.5 14.012 11.5M14.012 13C14.716 13 15.367 13.285 15.846 13.801C16.324 14.318 16.504 14.84 16.504 15.692C16.504 16.158 16.384 16.5 15.979 16.5H2.02C1.723 16.5 1.496 16.267 1.496 15.692C1.496 14.974 1.675 14.318 2.154 13.801C2.633 13.285 3.284 13 3.988 13H14.012",clipRule:"evenodd"});var h0=()=>jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.68502 9.00599C1.68402 10.288 2.01902 11.539 2.65602 12.642L1.62402 16.412L5.48002 15.401C6.54202 15.98 7.73802 16.286 8.95602 16.286H8.95902C12.968 16.286 16.232 13.022 16.233 9.01199C16.234 7.06899 15.477 5.23999 14.105 3.86499C12.731 2.48999 10.904 1.73199 8.95902 1.73199C4.94902 1.73199 1.68602 4.99499 1.68502 9.00599ZM3.98102 12.452L3.83702 12.224C3.23202 11.262 2.91202 10.148 2.91202 9.00599C2.91402 5.67299 5.62702 2.96099 8.96102 2.96099C10.576 2.96099 12.093 3.59099 13.235 4.73299C14.377 5.87699 15.006 7.39499 15.005 9.01099C15.004 12.344 12.291 15.058 8.95902 15.058H8.95702C7.87102 15.057 6.80802 14.765 5.88002 14.215L5.65802 14.083L3.37002 14.684L3.98102 12.452ZM5.89902 5.87399C5.73202 6.05599 5.26202 6.49599 5.26202 7.39099C5.26202 8.28499 5.91402 9.14899 6.00502 9.27099C6.09602 9.39099 7.28602 11.227 9.11002 12.015C9.54402 12.202 9.88202 12.315 10.147 12.398C10.581 12.536 10.977 12.516 11.291 12.469C11.64 12.418 12.366 12.03 12.517 11.605C12.669 11.181 12.669 10.817 12.624 10.742C12.578 10.666 12.457 10.62 12.275 10.529C12.093 10.438 11.201 9.99799 11.033 9.93799C10.867 9.87699 10.745 9.84699 10.624 10.029C10.503 10.21 10.156 10.62 10.049 10.742C9.94302 10.862 9.83702 10.878 9.65502 10.787C9.47302 10.697 8.88702 10.504 8.19402 9.88499C7.65402 9.40199 7.28802 8.80699 7.18202 8.62599C7.07602 8.44399 7.17102 8.34599 7.26202 8.25499C7.34402 8.17299 7.44402 8.04199 7.53502 7.93599C7.62602 7.82999 7.65502 7.75299 7.71702 7.63299C7.77702 7.51099 7.74602 7.40499 7.70102 7.31399C7.65502 7.22299 7.29302 6.32899 7.14102 5.96499C7.01002 5.65199 6.87802 5.65299 6.77302 5.65399C6.75802 5.65399 6.74502 5.65399 6.73202 5.65299C6.62602 5.64799 6.50502 5.64699 6.38402 5.64699C6.26202 5.64699 6.06502 5.69299 5.89902 5.87399Z"});var e1={adjust:C1,angleDiagonal:g1,angleDown:b1,angleHeight:R1,angleLeft:M1,angleRight:L1,angleWidth:Z1,app:y1,arrow:x1,arrowLeft:V1,arrowRight:w1,back:k1,ban:z1,barcodeRead:A1,bell:S1,blog:P1,bullhorn:I1,calculator:T1,calendarAlt:E1,camera:B1,check:G1,checkCircle:W1,clock:q1,close:X,cog:D1,copy:N1,creditcard:$1,discount:K1,desktop:J1,download:j1,edit:e5,exchange:t5,exclamation:l5,exclamationCircle:n5,exclamationTriangle:i5,externalLink:c5,eye:a5,eyeSlash:d5,filter:s5,halfBack:m5,home:u5,iconSolidEnviali:v5,iconSolidLI:g5,image:M5,infoCircle:L5,lightbulb:Z5,link:y5,loading:w5,minus:k5,mobile:I5,moneyBill:T5,move:E5,nav:G5,order:W5,pagali:U5,paperList:_5,pieChart:D5,pix:N5,plus:$5,plusCircle:F5,print:O5,product:Y5,questionCircle:Q5,reload:J5,rocket:K5,search:X5,shoppingCart:e0,sortDown:o0,sync:r0,thinAngleRight:l0,times:X,timesCircle:n0,trash:i0,truck:d0,tv:s0,upload:p0,usdCircle:m0,user:f0,whatsapp:h0,clockwise:_1,defaultCursor:Q1,envelope:o5,exchangeY:r5,hashtag:h5,identificationBadge:R5,listItems:x5,store:t0,trophy:a0,dashedCircle:O1,minusCircle:A5,minusCircleSolid:P5,dotsThree:X1};function u0(e){var o,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(o=0;o<i;o++)e[o]&&(t=u0(e[o]))&&(r&&(r+=" "),r+=t);}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function v0(){for(var e,o,t=0,r="",i=arguments.length;t<i;t++)(e=arguments[t])&&(o=u0(e))&&(r&&(r+=" "),r+=o);return r}var t1="-";function y3(e){let o=x3(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:r}=e;function i(l){let a=l.split(t1);return a[0]===""&&a.length!==1&&a.shift(),M0(a,o)||H3(l)}function n(l,a){let p=t[l]||[];return a&&r[l]?[...p,...r[l]]:p}return {getClassGroupId:i,getConflictingClassGroupIds:n}}function M0(e,o){var l;if(e.length===0)return o.classGroupId;let t=e[0],r=o.nextPart.get(t),i=r?M0(e.slice(1),r):void 0;if(i)return i;if(o.validators.length===0)return;let n=e.join(t1);return (l=o.validators.find(({validator:a})=>a(n)))==null?void 0:l.classGroupId}var C0=/^\[(.+)\]$/;function H3(e){if(C0.test(e)){let o=C0.exec(e)[1],t=o==null?void 0:o.substring(0,o.indexOf(":"));if(t)return "arbitrary.."+t}}function x3(e){let{theme:o,prefix:t}=e,r={nextPart:new Map,validators:[]};return w3(Object.entries(e.classGroups),t).forEach(([n,l])=>{o1(l,r,n,o);}),r}function o1(e,o,t,r){e.forEach(i=>{if(typeof i=="string"){let n=i===""?o:g0(o,i);n.classGroupId=t;return}if(typeof i=="function"){if(V3(i)){o1(i(r),o,t,r);return}o.validators.push({validator:i,classGroupId:t});return}Object.entries(i).forEach(([n,l])=>{o1(l,g0(o,n),t,r);});});}function g0(e,o){let t=e;return o.split(t1).forEach(r=>{t.nextPart.has(r)||t.nextPart.set(r,{nextPart:new Map,validators:[]}),t=t.nextPart.get(r);}),t}function V3(e){return e.isThemeGetter}function w3(e,o){return o?e.map(([t,r])=>{let i=r.map(n=>typeof n=="string"?o+n:typeof n=="object"?Object.fromEntries(Object.entries(n).map(([l,a])=>[o+l,a])):n);return [t,i]}):e}function k3(e){if(e<1)return {get:()=>{},set:()=>{}};let o=0,t=new Map,r=new Map;function i(n,l){t.set(n,l),o++,o>e&&(o=0,r=t,t=new Map);}return {get(n){let l=t.get(n);if(l!==void 0)return l;if((l=r.get(n))!==void 0)return i(n,l),l},set(n,l){t.has(n)?t.set(n,l):i(n,l);}}}var L0="!";function z3(e){let o=e.separator,t=o.length===1,r=o[0],i=o.length;return function(l){let a=[],p=0,f=0,m;for(let h=0;h<l.length;h++){let v=l[h];if(p===0){if(v===r&&(t||l.slice(h,h+i)===o)){a.push(l.slice(f,h)),f=h+i;continue}if(v==="/"){m=h;continue}}v==="["?p++:v==="]"&&p--;}let u=a.length===0?l:l.substring(f),C=u.startsWith(L0),R=C?u.substring(1):u,V=m&&m>f?m-f:void 0;return {modifiers:a,hasImportantModifier:C,baseClassName:R,maybePostfixModifierPosition:V}}}function A3(e){if(e.length<=1)return e;let o=[],t=[];return e.forEach(r=>{r[0]==="["?(o.push(...t.sort(),r),t=[]):t.push(r);}),o.push(...t.sort()),o}function S3(e){return u1({cache:k3(e.cacheSize),splitModifiers:z3(e)},y3(e))}var P3=/\s+/;function I3(e,o){let{splitModifiers:t,getClassGroupId:r,getConflictingClassGroupIds:i}=o,n=new Set;return e.trim().split(P3).map(l=>{let{modifiers:a,hasImportantModifier:p,baseClassName:f,maybePostfixModifierPosition:m}=t(l),u=r(m?f.substring(0,m):f),C=!!m;if(!u){if(!m)return {isTailwindClass:!1,originalClassName:l};if(u=r(f),!u)return {isTailwindClass:!1,originalClassName:l};C=!1;}let R=A3(a).join(":");return {isTailwindClass:!0,modifierId:p?R+L0:R,classGroupId:u,originalClassName:l,hasPostfixModifier:C}}).reverse().filter(l=>{if(!l.isTailwindClass)return !0;let{modifierId:a,classGroupId:p,hasPostfixModifier:f}=l,m=a+p;return n.has(m)?!1:(n.add(m),i(p,f).forEach(u=>n.add(a+u)),!0)}).reverse().map(l=>l.originalClassName).join(" ")}function T3(){let e=0,o,t,r="";for(;e<arguments.length;)(o=arguments[e++])&&(t=Z0(o))&&(r&&(r+=" "),r+=t);return r}function Z0(e){if(typeof e=="string")return e;let o,t="";for(let r=0;r<e.length;r++)e[r]&&(o=Z0(e[r]))&&(t&&(t+=" "),t+=o);return t}function b0(e,...o){let t,r,i,n=l;function l(p){let f=o.reduce((m,u)=>u(m),e());return t=S3(f),r=t.cache.get,i=t.cache.set,n=a,a(p)}function a(p){let f=r(p);if(f)return f;let m=I3(p,t);return i(p,m),m}return function(){return n(T3.apply(null,arguments))}}function d(e){let o=t=>t[e]||[];return o.isThemeGetter=!0,o}var y0=/^\[(?:([a-z-]+):)?(.+)\]$/i,E3=/^\d+\/\d+$/,B3=new Set(["px","full","screen"]),G3=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W3=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,q3=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,U3=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,_3=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;function b(e){return x(e)||B3.has(e)||E3.test(e)}function L(e){return w(e,"length",J3)}function x(e){return !!e&&!Number.isNaN(Number(e))}function _(e){return w(e,"number",x)}function T(e){return !!e&&Number.isInteger(Number(e))}function D3(e){return e.endsWith("%")&&x(e.slice(0,-1))}function c(e){return y0.test(e)}function Z(e){return G3.test(e)}var N3=new Set(["length","size","percentage"]);function $3(e){return w(e,N3,H0)}function F3(e){return w(e,"position",H0)}var O3=new Set(["image","url"]);function Y3(e){return w(e,O3,X3)}function Q3(e){return w(e,"",K3)}function E(){return !0}function w(e,o,t){let r=y0.exec(e);return r?r[1]?typeof o=="string"?r[1]===o:o.has(r[1]):t(r[2]):!1}function J3(e){return W3.test(e)&&!q3.test(e)}function H0(){return !1}function K3(e){return U3.test(e)}function X3(e){return _3.test(e)}function R0(){let e=d("colors"),o=d("spacing"),t=d("blur"),r=d("brightness"),i=d("borderColor"),n=d("borderRadius"),l=d("borderSpacing"),a=d("borderWidth"),p=d("contrast"),f=d("grayscale"),m=d("hueRotate"),u=d("invert"),C=d("gap"),R=d("gradientColorStops"),V=d("gradientColorStopPositions"),h=d("inset"),v=d("margin"),M=d("opacity"),g=d("padding"),r1=d("saturate"),N=d("scale"),l1=d("sepia"),n1=d("skew"),i1=d("space"),c1=d("translate"),$=()=>["auto","contain","none"],F=()=>["auto","hidden","clip","visible","scroll"],O=()=>["auto",c,o],s=()=>[c,o],a1=()=>["",b,L],B=()=>["auto",x,c],d1=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],G=()=>["solid","dashed","dotted","double","none"],s1=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Y=()=>["start","end","center","between","around","evenly","stretch"],k=()=>["","0",c],p1=()=>["auto","avoid","all","avoid-page","page","left","right","column"],z=()=>[x,_],W=()=>[x,c];return {cacheSize:500,separator:":",theme:{colors:[E],spacing:[b,L],blur:["none","",Z,c],brightness:z(),borderColor:[e],borderRadius:["none","","full",Z,c],borderSpacing:s(),borderWidth:a1(),contrast:z(),grayscale:k(),hueRotate:W(),invert:k(),gap:s(),gradientColorStops:[e],gradientColorStopPositions:[D3,L],inset:O(),margin:O(),opacity:z(),padding:s(),saturate:z(),scale:z(),sepia:k(),skew:W(),space:s(),translate:s()},classGroups:{aspect:[{aspect:["auto","square","video",c]}],container:["container"],columns:[{columns:[Z]}],"break-after":[{"break-after":p1()}],"break-before":[{"break-before":p1()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...d1(),c]}],overflow:[{overflow:F()}],"overflow-x":[{"overflow-x":F()}],"overflow-y":[{"overflow-y":F()}],overscroll:[{overscroll:$()}],"overscroll-x":[{"overscroll-x":$()}],"overscroll-y":[{"overscroll-y":$()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[h]}],"inset-x":[{"inset-x":[h]}],"inset-y":[{"inset-y":[h]}],start:[{start:[h]}],end:[{end:[h]}],top:[{top:[h]}],right:[{right:[h]}],bottom:[{bottom:[h]}],left:[{left:[h]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",T,c]}],basis:[{basis:O()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",c]}],grow:[{grow:k()}],shrink:[{shrink:k()}],order:[{order:["first","last","none",T,c]}],"grid-cols":[{"grid-cols":[E]}],"col-start-end":[{col:["auto",{span:["full",T,c]},c]}],"col-start":[{"col-start":B()}],"col-end":[{"col-end":B()}],"grid-rows":[{"grid-rows":[E]}],"row-start-end":[{row:["auto",{span:[T,c]},c]}],"row-start":[{"row-start":B()}],"row-end":[{"row-end":B()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",c]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",c]}],gap:[{gap:[C]}],"gap-x":[{"gap-x":[C]}],"gap-y":[{"gap-y":[C]}],"justify-content":[{justify:["normal",...Y()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...Y(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...Y(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[g]}],px:[{px:[g]}],py:[{py:[g]}],ps:[{ps:[g]}],pe:[{pe:[g]}],pt:[{pt:[g]}],pr:[{pr:[g]}],pb:[{pb:[g]}],pl:[{pl:[g]}],m:[{m:[v]}],mx:[{mx:[v]}],my:[{my:[v]}],ms:[{ms:[v]}],me:[{me:[v]}],mt:[{mt:[v]}],mr:[{mr:[v]}],mb:[{mb:[v]}],ml:[{ml:[v]}],"space-x":[{"space-x":[i1]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[i1]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",c,o]}],"min-w":[{"min-w":[c,o,"min","max","fit"]}],"max-w":[{"max-w":[c,o,"none","full","min","max","fit","prose",{screen:[Z]},Z]}],h:[{h:[c,o,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[c,o,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[c,o,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[c,o,"auto","min","max","fit"]}],"font-size":[{text:["base",Z,L]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",_]}],"font-family":[{font:[E]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",c]}],"line-clamp":[{"line-clamp":["none",x,_]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",b,c]}],"list-image":[{"list-image":["none",c]}],"list-style-type":[{list:["none","disc","decimal",c]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[M]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[M]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",b,L]}],"underline-offset":[{"underline-offset":["auto",b,c]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:s()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",c]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",c]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[M]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...d1(),F3]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",$3]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Y3]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[V]}],"gradient-via-pos":[{via:[V]}],"gradient-to-pos":[{to:[V]}],"gradient-from":[{from:[R]}],"gradient-via":[{via:[R]}],"gradient-to":[{to:[R]}],rounded:[{rounded:[n]}],"rounded-s":[{"rounded-s":[n]}],"rounded-e":[{"rounded-e":[n]}],"rounded-t":[{"rounded-t":[n]}],"rounded-r":[{"rounded-r":[n]}],"rounded-b":[{"rounded-b":[n]}],"rounded-l":[{"rounded-l":[n]}],"rounded-ss":[{"rounded-ss":[n]}],"rounded-se":[{"rounded-se":[n]}],"rounded-ee":[{"rounded-ee":[n]}],"rounded-es":[{"rounded-es":[n]}],"rounded-tl":[{"rounded-tl":[n]}],"rounded-tr":[{"rounded-tr":[n]}],"rounded-br":[{"rounded-br":[n]}],"rounded-bl":[{"rounded-bl":[n]}],"border-w":[{border:[a]}],"border-w-x":[{"border-x":[a]}],"border-w-y":[{"border-y":[a]}],"border-w-s":[{"border-s":[a]}],"border-w-e":[{"border-e":[a]}],"border-w-t":[{"border-t":[a]}],"border-w-r":[{"border-r":[a]}],"border-w-b":[{"border-b":[a]}],"border-w-l":[{"border-l":[a]}],"border-opacity":[{"border-opacity":[M]}],"border-style":[{border:[...G(),"hidden"]}],"divide-x":[{"divide-x":[a]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[a]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[M]}],"divide-style":[{divide:G()}],"border-color":[{border:[i]}],"border-color-x":[{"border-x":[i]}],"border-color-y":[{"border-y":[i]}],"border-color-t":[{"border-t":[i]}],"border-color-r":[{"border-r":[i]}],"border-color-b":[{"border-b":[i]}],"border-color-l":[{"border-l":[i]}],"divide-color":[{divide:[i]}],"outline-style":[{outline:["",...G()]}],"outline-offset":[{"outline-offset":[b,c]}],"outline-w":[{outline:[b,L]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:a1()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[M]}],"ring-offset-w":[{"ring-offset":[b,L]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Z,Q3]}],"shadow-color":[{shadow:[E]}],opacity:[{opacity:[M]}],"mix-blend":[{"mix-blend":[...s1(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":s1()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[r]}],contrast:[{contrast:[p]}],"drop-shadow":[{"drop-shadow":["","none",Z,c]}],grayscale:[{grayscale:[f]}],"hue-rotate":[{"hue-rotate":[m]}],invert:[{invert:[u]}],saturate:[{saturate:[r1]}],sepia:[{sepia:[l1]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[r]}],"backdrop-contrast":[{"backdrop-contrast":[p]}],"backdrop-grayscale":[{"backdrop-grayscale":[f]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[m]}],"backdrop-invert":[{"backdrop-invert":[u]}],"backdrop-opacity":[{"backdrop-opacity":[M]}],"backdrop-saturate":[{"backdrop-saturate":[r1]}],"backdrop-sepia":[{"backdrop-sepia":[l1]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",c]}],duration:[{duration:W()}],ease:[{ease:["linear","in","out","in-out",c]}],delay:[{delay:W()}],animate:[{animate:["none","spin","ping","pulse","bounce",c]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[N]}],"scale-x":[{"scale-x":[N]}],"scale-y":[{"scale-y":[N]}],rotate:[{rotate:[T,c]}],"translate-x":[{"translate-x":[c1]}],"translate-y":[{"translate-y":[c1]}],"skew-x":[{"skew-x":[n1]}],"skew-y":[{"skew-y":[n1]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",c]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",c]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":s()}],"scroll-mx":[{"scroll-mx":s()}],"scroll-my":[{"scroll-my":s()}],"scroll-ms":[{"scroll-ms":s()}],"scroll-me":[{"scroll-me":s()}],"scroll-mt":[{"scroll-mt":s()}],"scroll-mr":[{"scroll-mr":s()}],"scroll-mb":[{"scroll-mb":s()}],"scroll-ml":[{"scroll-ml":s()}],"scroll-p":[{"scroll-p":s()}],"scroll-px":[{"scroll-px":s()}],"scroll-py":[{"scroll-py":s()}],"scroll-ps":[{"scroll-ps":s()}],"scroll-pe":[{"scroll-pe":s()}],"scroll-pt":[{"scroll-pt":s()}],"scroll-pr":[{"scroll-pr":s()}],"scroll-pb":[{"scroll-pb":s()}],"scroll-pl":[{"scroll-pl":s()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",c]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[b,L,_]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}}function j3(e,{cacheSize:o,prefix:t,separator:r,extend:i={},override:n={}}){D(e,"cacheSize",o),D(e,"prefix",t),D(e,"separator",r);for(let l in n)e4(e[l],n[l]);for(let l in i)o4(e[l],i[l]);return e}function D(e,o,t){t!==void 0&&(e[o]=t);}function e4(e,o){if(o)for(let t in o)D(e,t,o[t]);}function o4(e,o){if(o)for(let t in o){let r=o[t];r!==void 0&&(e[t]=(e[t]||[]).concat(r));}}function x0(e,...o){return typeof e=="function"?b0(R0,e,...o):b0(()=>j3(R0(),e),...o)}var t4=["f1","f2","f3","f4","f5","f6","f7","f8"],r4=x0({extend:{classGroups:{"font-size":[{text:t4}]},conflictingClassGroups:{"font-size":["leading","tracking"]}}});function V0(...e){return r4(v0(e))}var n4={1:"size-1",2:"size-2",3:"size-3",4:"size-4",5:"size-5",6:"size-6",7:"size-7",8:"size-8",9:"size-9",10:"size-10"},Ze=l4.memo(({icon:e="minus",size:o=5,className:t})=>{let r=`${"icon-"+e} fill-current transform-gpu ${n4[o]}`,i=e1[e]||e1.minus,n=e==="exclamation"?"0 0 6 30":"0 0 18 18";return jsx("svg",{className:V0(r,t),viewBox:n,xmlns:"http://www.w3.org/2000/svg",children:jsx(i,{})})});
|
|
5
|
+
|
|
6
|
+
export { u1 as a, i4 as b, c4 as c, V0 as d, Ze as e };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { IconProps } from '../Icon/Icon.js';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
|
|
7
|
+
declare const buttonVariants: (props?: ({
|
|
8
|
+
variant?: "primary" | "secondary" | "tertiary" | "warning" | "danger" | "outline" | "outlineSecondary" | "onlyText" | null | undefined;
|
|
9
|
+
size?: "small" | "default" | "large" | null | undefined;
|
|
10
|
+
disabled?: boolean | null | undefined;
|
|
11
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
12
|
+
declare const Button: React.MemoExoticComponent<React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonAnchorElement>>>;
|
|
13
|
+
type ButtonAnchorProps = React.ButtonHTMLAttributes<HTMLButtonElement> & React.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
14
|
+
type HTMLButtonAnchorElement = HTMLButtonElement & HTMLAnchorElement;
|
|
15
|
+
type ButtonVariantsType = VariantProps<typeof buttonVariants>;
|
|
16
|
+
interface ButtonProps extends ButtonAnchorProps, ButtonVariantsType {
|
|
17
|
+
/** Type of component to use
|
|
18
|
+
* @default button
|
|
19
|
+
* */
|
|
20
|
+
as?: 'a' | 'button';
|
|
21
|
+
/**
|
|
22
|
+
* Custom class
|
|
23
|
+
*/
|
|
24
|
+
className?: string;
|
|
25
|
+
/** Button variant
|
|
26
|
+
* @default primary
|
|
27
|
+
* */
|
|
28
|
+
variant?: 'primary' | 'secondary' | 'outlineSecondary' | 'tertiary' | 'warning' | 'danger' | 'outline' | 'onlyText';
|
|
29
|
+
/** Size of the button
|
|
30
|
+
* @default default
|
|
31
|
+
* */
|
|
32
|
+
size?: 'small' | 'default' | 'large';
|
|
33
|
+
/**
|
|
34
|
+
* Button is loading
|
|
35
|
+
* */
|
|
36
|
+
loading?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Button is disabled
|
|
39
|
+
* */
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Icon of the button
|
|
43
|
+
*/
|
|
44
|
+
icon?: IconProps['icon'];
|
|
45
|
+
/**
|
|
46
|
+
* Icon of the button
|
|
47
|
+
* @default 'right'
|
|
48
|
+
*/
|
|
49
|
+
iconPosition?: 'left' | 'right';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export { Button, type ButtonProps };
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { FunctionComponent } from 'react';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
declare const icons: {
|
|
5
|
+
adjust: () => react_jsx_runtime.JSX.Element;
|
|
6
|
+
angleDiagonal: () => react_jsx_runtime.JSX.Element;
|
|
7
|
+
angleDown: () => react_jsx_runtime.JSX.Element;
|
|
8
|
+
angleHeight: () => react_jsx_runtime.JSX.Element;
|
|
9
|
+
angleLeft: () => react_jsx_runtime.JSX.Element;
|
|
10
|
+
angleRight: () => react_jsx_runtime.JSX.Element;
|
|
11
|
+
angleWidth: () => react_jsx_runtime.JSX.Element;
|
|
12
|
+
app: () => react_jsx_runtime.JSX.Element;
|
|
13
|
+
arrow: () => react_jsx_runtime.JSX.Element;
|
|
14
|
+
arrowLeft: () => react_jsx_runtime.JSX.Element;
|
|
15
|
+
arrowRight: () => react_jsx_runtime.JSX.Element;
|
|
16
|
+
back: () => react_jsx_runtime.JSX.Element;
|
|
17
|
+
ban: () => react_jsx_runtime.JSX.Element;
|
|
18
|
+
barcodeRead: () => react_jsx_runtime.JSX.Element;
|
|
19
|
+
bell: () => react_jsx_runtime.JSX.Element;
|
|
20
|
+
blog: () => react_jsx_runtime.JSX.Element;
|
|
21
|
+
bullhorn: () => react_jsx_runtime.JSX.Element;
|
|
22
|
+
calculator: () => react_jsx_runtime.JSX.Element;
|
|
23
|
+
calendarAlt: () => react_jsx_runtime.JSX.Element;
|
|
24
|
+
camera: () => react_jsx_runtime.JSX.Element;
|
|
25
|
+
check: () => react_jsx_runtime.JSX.Element;
|
|
26
|
+
checkCircle: () => react_jsx_runtime.JSX.Element;
|
|
27
|
+
clock: () => react_jsx_runtime.JSX.Element;
|
|
28
|
+
close: () => react_jsx_runtime.JSX.Element;
|
|
29
|
+
cog: () => react_jsx_runtime.JSX.Element;
|
|
30
|
+
copy: () => react_jsx_runtime.JSX.Element;
|
|
31
|
+
creditcard: () => react_jsx_runtime.JSX.Element;
|
|
32
|
+
discount: () => react_jsx_runtime.JSX.Element;
|
|
33
|
+
desktop: () => react_jsx_runtime.JSX.Element;
|
|
34
|
+
download: () => react_jsx_runtime.JSX.Element;
|
|
35
|
+
edit: () => react_jsx_runtime.JSX.Element;
|
|
36
|
+
exchange: () => react_jsx_runtime.JSX.Element;
|
|
37
|
+
exclamation: () => react_jsx_runtime.JSX.Element;
|
|
38
|
+
exclamationCircle: () => react_jsx_runtime.JSX.Element;
|
|
39
|
+
exclamationTriangle: () => react_jsx_runtime.JSX.Element;
|
|
40
|
+
externalLink: () => react_jsx_runtime.JSX.Element;
|
|
41
|
+
eye: () => react_jsx_runtime.JSX.Element;
|
|
42
|
+
eyeSlash: () => react_jsx_runtime.JSX.Element;
|
|
43
|
+
filter: () => react_jsx_runtime.JSX.Element;
|
|
44
|
+
halfBack: () => react_jsx_runtime.JSX.Element;
|
|
45
|
+
home: () => react_jsx_runtime.JSX.Element;
|
|
46
|
+
iconSolidEnviali: () => react_jsx_runtime.JSX.Element;
|
|
47
|
+
iconSolidLI: () => react_jsx_runtime.JSX.Element;
|
|
48
|
+
image: () => react_jsx_runtime.JSX.Element;
|
|
49
|
+
infoCircle: () => react_jsx_runtime.JSX.Element;
|
|
50
|
+
lightbulb: () => react_jsx_runtime.JSX.Element;
|
|
51
|
+
link: () => react_jsx_runtime.JSX.Element;
|
|
52
|
+
loading: () => react_jsx_runtime.JSX.Element;
|
|
53
|
+
minus: () => react_jsx_runtime.JSX.Element;
|
|
54
|
+
mobile: () => react_jsx_runtime.JSX.Element;
|
|
55
|
+
moneyBill: () => react_jsx_runtime.JSX.Element;
|
|
56
|
+
move: () => react_jsx_runtime.JSX.Element;
|
|
57
|
+
nav: () => react_jsx_runtime.JSX.Element;
|
|
58
|
+
order: () => react_jsx_runtime.JSX.Element;
|
|
59
|
+
pagali: () => react_jsx_runtime.JSX.Element;
|
|
60
|
+
paperList: () => react_jsx_runtime.JSX.Element;
|
|
61
|
+
pieChart: () => react_jsx_runtime.JSX.Element;
|
|
62
|
+
pix: () => react_jsx_runtime.JSX.Element;
|
|
63
|
+
plus: () => react_jsx_runtime.JSX.Element;
|
|
64
|
+
plusCircle: () => react_jsx_runtime.JSX.Element;
|
|
65
|
+
print: () => react_jsx_runtime.JSX.Element;
|
|
66
|
+
product: () => react_jsx_runtime.JSX.Element;
|
|
67
|
+
questionCircle: () => react_jsx_runtime.JSX.Element;
|
|
68
|
+
reload: () => react_jsx_runtime.JSX.Element;
|
|
69
|
+
rocket: () => react_jsx_runtime.JSX.Element;
|
|
70
|
+
search: () => react_jsx_runtime.JSX.Element;
|
|
71
|
+
shoppingCart: () => react_jsx_runtime.JSX.Element;
|
|
72
|
+
sortDown: () => react_jsx_runtime.JSX.Element;
|
|
73
|
+
sync: () => react_jsx_runtime.JSX.Element;
|
|
74
|
+
thinAngleRight: () => react_jsx_runtime.JSX.Element;
|
|
75
|
+
times: () => react_jsx_runtime.JSX.Element;
|
|
76
|
+
timesCircle: () => react_jsx_runtime.JSX.Element;
|
|
77
|
+
trash: () => react_jsx_runtime.JSX.Element;
|
|
78
|
+
truck: () => react_jsx_runtime.JSX.Element;
|
|
79
|
+
tv: () => react_jsx_runtime.JSX.Element;
|
|
80
|
+
upload: () => react_jsx_runtime.JSX.Element;
|
|
81
|
+
usdCircle: () => react_jsx_runtime.JSX.Element;
|
|
82
|
+
user: () => react_jsx_runtime.JSX.Element;
|
|
83
|
+
whatsapp: () => react_jsx_runtime.JSX.Element;
|
|
84
|
+
clockwise: () => react_jsx_runtime.JSX.Element;
|
|
85
|
+
defaultCursor: () => react_jsx_runtime.JSX.Element;
|
|
86
|
+
envelope: () => react_jsx_runtime.JSX.Element;
|
|
87
|
+
exchangeY: () => react_jsx_runtime.JSX.Element;
|
|
88
|
+
hashtag: () => react_jsx_runtime.JSX.Element;
|
|
89
|
+
identificationBadge: () => react_jsx_runtime.JSX.Element;
|
|
90
|
+
listItems: () => react_jsx_runtime.JSX.Element;
|
|
91
|
+
store: () => react_jsx_runtime.JSX.Element;
|
|
92
|
+
trophy: () => react_jsx_runtime.JSX.Element;
|
|
93
|
+
dashedCircle: () => react_jsx_runtime.JSX.Element;
|
|
94
|
+
minusCircle: () => react_jsx_runtime.JSX.Element;
|
|
95
|
+
minusCircleSolid: () => react_jsx_runtime.JSX.Element;
|
|
96
|
+
dotsThree: () => react_jsx_runtime.JSX.Element;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
declare const iconSizes: {
|
|
100
|
+
1: string;
|
|
101
|
+
2: string;
|
|
102
|
+
3: string;
|
|
103
|
+
4: string;
|
|
104
|
+
5: string;
|
|
105
|
+
6: string;
|
|
106
|
+
7: string;
|
|
107
|
+
8: string;
|
|
108
|
+
9: string;
|
|
109
|
+
10: string;
|
|
110
|
+
};
|
|
111
|
+
declare const Icon: FunctionComponent<IconProps>;
|
|
112
|
+
interface IconProps {
|
|
113
|
+
/**
|
|
114
|
+
* Icon variation
|
|
115
|
+
*/
|
|
116
|
+
icon: keyof typeof icons;
|
|
117
|
+
/** Icon size, number between 1 and 10
|
|
118
|
+
* @default 5
|
|
119
|
+
*/
|
|
120
|
+
size?: keyof typeof iconSizes;
|
|
121
|
+
/**
|
|
122
|
+
* Additional classes for icon
|
|
123
|
+
*/
|
|
124
|
+
className?: string;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export { Icon, type IconProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { e as Icon } from '../../chunk-YXT4UVSS.js';
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
import { FunctionComponent } from 'react';
|
|
2
|
-
import { IconProps } from '../Icon/Icon';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import { FunctionComponent } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon/Icon.js';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
type variantType = 'success' | 'warning' | 'danger';
|
|
6
|
+
declare const IconCircular: FunctionComponent<IconCircularProps>;
|
|
7
|
+
interface IconCircularProps {
|
|
8
|
+
/** Icon circular variant
|
|
9
|
+
* @default success
|
|
10
|
+
* */
|
|
11
|
+
variant?: variantType;
|
|
12
|
+
/**
|
|
13
|
+
* Icon variation
|
|
14
|
+
*/
|
|
15
|
+
icon?: IconProps['icon'];
|
|
16
|
+
/**
|
|
17
|
+
* Custom class for background
|
|
18
|
+
*/
|
|
19
|
+
bgClass?: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { IconCircular, type IconCircularProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
export { Button, ButtonProps } from './components/Button/Button.js';
|
|
2
|
+
export { Icon, IconProps } from './components/Icon/Icon.js';
|
|
3
|
+
export { IconCircular, IconCircularProps } from './components/IconCircular/IconCircular.js';
|
|
4
|
+
import 'class-variance-authority/types';
|
|
5
|
+
import 'class-variance-authority';
|
|
6
|
+
import 'react';
|
|
7
|
+
import 'react/jsx-runtime';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
module.exports = require('./admin-components.cjs.development.js')
|
|
8
|
-
}
|
|
1
|
+
import './chunk-QCTWLTAA.js';
|
|
2
|
+
export { a as Button } from './chunk-7RSXJRXE.js';
|
|
3
|
+
import './chunk-AYBQ5B4L.js';
|
|
4
|
+
export { a as IconCircular } from './chunk-YV57ZIX5.js';
|
|
5
|
+
import './chunk-LTWCICTK.js';
|
|
6
|
+
export { e as Icon } from './chunk-YXT4UVSS.js';
|