monobill-mintui 0.4.4 → 0.4.6
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/README.md +207 -175
- package/dist/components/alert/Alert.d.ts +32 -0
- package/dist/components/alert/Alert.d.ts.map +1 -0
- package/dist/components/alert/index.d.ts +3 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/back-button/BackButton.d.ts +18 -0
- package/dist/components/back-button/BackButton.d.ts.map +1 -0
- package/dist/components/back-button/index.d.ts +3 -0
- package/dist/components/back-button/index.d.ts.map +1 -0
- package/dist/components/button/Button.d.ts +46 -1
- package/dist/components/button/Button.d.ts.map +1 -10
- package/dist/components/button/index.d.ts +3 -1
- package/dist/components/button/index.d.ts.map +1 -10
- package/dist/components/card/Card.d.ts +17 -1
- package/dist/components/card/Card.d.ts.map +1 -10
- package/dist/components/card/index.d.ts +3 -1
- package/dist/components/card/index.d.ts.map +1 -10
- package/dist/components/chart/Chart.d.ts +277 -0
- package/dist/components/chart/Chart.d.ts.map +1 -0
- package/dist/components/chart/index.d.ts +3 -0
- package/dist/components/chart/index.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +41 -1
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -10
- package/dist/components/checkbox/index.d.ts +3 -1
- package/dist/components/checkbox/index.d.ts.map +1 -10
- package/dist/components/chip/Chip.d.ts +15 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/index.d.ts +3 -0
- package/dist/components/chip/index.d.ts.map +1 -0
- package/dist/components/choice/Choice.d.ts +27 -1
- package/dist/components/choice/Choice.d.ts.map +1 -10
- package/dist/components/choice/ChoiceOption.d.ts +30 -0
- package/dist/components/choice/ChoiceOption.d.ts.map +1 -0
- package/dist/components/choice/index.d.ts +5 -1
- package/dist/components/choice/index.d.ts.map +1 -10
- package/dist/components/clickable/Clickable.d.ts +14 -0
- package/dist/components/clickable/Clickable.d.ts.map +1 -0
- package/dist/components/clickable/index.d.ts +3 -0
- package/dist/components/clickable/index.d.ts.map +1 -0
- package/dist/components/date-picker/DatePicker.d.ts +130 -0
- package/dist/components/date-picker/DatePicker.d.ts.map +1 -0
- package/dist/components/date-picker/index.d.ts +3 -0
- package/dist/components/date-picker/index.d.ts.map +1 -0
- package/dist/components/dropzone/Dropzone.d.ts +59 -0
- package/dist/components/dropzone/Dropzone.d.ts.map +1 -0
- package/dist/components/dropzone/index.d.ts +3 -0
- package/dist/components/dropzone/index.d.ts.map +1 -0
- package/dist/components/form/Form.d.ts +106 -0
- package/dist/components/form/Form.d.ts.map +1 -0
- package/dist/components/form/index.d.ts +3 -0
- package/dist/components/form/index.d.ts.map +1 -0
- package/dist/components/grid/Grid.d.ts +16 -1
- package/dist/components/grid/Grid.d.ts.map +1 -10
- package/dist/components/grid/index.d.ts +3 -1
- package/dist/components/grid/index.d.ts.map +1 -10
- package/dist/components/icon/Icon.d.ts +15 -1
- package/dist/components/icon/Icon.d.ts.map +1 -10
- package/dist/components/icon/build-icons.d.ts +2 -0
- package/dist/components/icon/build-icons.d.ts.map +1 -0
- package/dist/components/icon/icons/archive.d.ts +3 -0
- package/dist/components/icon/icons/archive.d.ts.map +1 -0
- package/dist/components/icon/icons/arrow-down.d.ts +3 -0
- package/dist/components/icon/icons/arrow-down.d.ts.map +1 -0
- package/dist/components/icon/icons/arrow-left.d.ts +3 -0
- package/dist/components/icon/icons/arrow-left.d.ts.map +1 -0
- package/dist/components/icon/icons/arrow-right.d.ts +3 -0
- package/dist/components/icon/icons/arrow-right.d.ts.map +1 -0
- package/dist/components/icon/icons/arrow-up.d.ts +3 -0
- package/dist/components/icon/icons/arrow-up.d.ts.map +1 -0
- package/dist/components/icon/icons/attach.d.ts +3 -0
- package/dist/components/icon/icons/attach.d.ts.map +1 -0
- package/dist/components/icon/icons/barcode.d.ts +3 -0
- package/dist/components/icon/icons/barcode.d.ts.map +1 -0
- package/dist/components/icon/icons/bookmark.d.ts +3 -0
- package/dist/components/icon/icons/bookmark.d.ts.map +1 -0
- package/dist/components/icon/icons/building.d.ts +3 -0
- package/dist/components/icon/icons/building.d.ts.map +1 -0
- package/dist/components/icon/icons/buildings.d.ts +3 -0
- package/dist/components/icon/icons/buildings.d.ts.map +1 -0
- package/dist/components/icon/icons/calendar-day.d.ts +3 -0
- package/dist/components/icon/icons/calendar-day.d.ts.map +1 -0
- package/dist/components/icon/icons/calendar-empty.d.ts +3 -0
- package/dist/components/icon/icons/calendar-empty.d.ts.map +1 -0
- package/dist/components/icon/icons/calendar-week.d.ts +3 -0
- package/dist/components/icon/icons/calendar-week.d.ts.map +1 -0
- package/dist/components/icon/icons/calendar.d.ts +3 -0
- package/dist/components/icon/icons/calendar.d.ts.map +1 -0
- package/dist/components/icon/icons/caret-down.d.ts +3 -0
- package/dist/components/icon/icons/caret-down.d.ts.map +1 -0
- package/dist/components/icon/icons/caret-left.d.ts +3 -0
- package/dist/components/icon/icons/caret-left.d.ts.map +1 -0
- package/dist/components/icon/icons/caret-right.d.ts +3 -0
- package/dist/components/icon/icons/caret-right.d.ts.map +1 -0
- package/dist/components/icon/icons/caret-up.d.ts +3 -0
- package/dist/components/icon/icons/caret-up.d.ts.map +1 -0
- package/dist/components/icon/icons/chat.d.ts +3 -0
- package/dist/components/icon/icons/chat.d.ts.map +1 -0
- package/dist/components/icon/icons/check.d.ts +3 -0
- package/dist/components/icon/icons/check.d.ts.map +1 -0
- package/dist/components/icon/icons/clock.d.ts +3 -0
- package/dist/components/icon/icons/clock.d.ts.map +1 -0
- package/dist/components/icon/icons/close.d.ts +3 -0
- package/dist/components/icon/icons/close.d.ts.map +1 -0
- package/dist/components/icon/icons/copy.d.ts +3 -0
- package/dist/components/icon/icons/copy.d.ts.map +1 -0
- package/dist/components/icon/icons/credit-card.d.ts +3 -0
- package/dist/components/icon/icons/credit-card.d.ts.map +1 -0
- package/dist/components/icon/icons/delete.d.ts +3 -0
- package/dist/components/icon/icons/delete.d.ts.map +1 -0
- package/dist/components/icon/icons/documentation.d.ts +3 -0
- package/dist/components/icon/icons/documentation.d.ts.map +1 -0
- package/dist/components/icon/icons/dollar-sign.d.ts +3 -0
- package/dist/components/icon/icons/dollar-sign.d.ts.map +1 -0
- package/dist/components/icon/icons/download.d.ts +3 -0
- package/dist/components/icon/icons/download.d.ts.map +1 -0
- package/dist/components/icon/icons/duplicate.d.ts +3 -0
- package/dist/components/icon/icons/duplicate.d.ts.map +1 -0
- package/dist/components/icon/icons/edit.d.ts +3 -0
- package/dist/components/icon/icons/edit.d.ts.map +1 -0
- package/dist/components/icon/icons/ellipsis.d.ts +3 -0
- package/dist/components/icon/icons/ellipsis.d.ts.map +1 -0
- package/dist/components/icon/icons/error.d.ts +3 -0
- package/dist/components/icon/icons/error.d.ts.map +1 -0
- package/dist/components/icon/icons/external-link.d.ts +3 -0
- package/dist/components/icon/icons/external-link.d.ts.map +1 -0
- package/dist/components/icon/icons/file.d.ts +3 -0
- package/dist/components/icon/icons/file.d.ts.map +1 -0
- package/dist/components/icon/icons/filter.d.ts +3 -0
- package/dist/components/icon/icons/filter.d.ts.map +1 -0
- package/dist/components/icon/icons/folder.d.ts +3 -0
- package/dist/components/icon/icons/folder.d.ts.map +1 -0
- package/dist/components/icon/icons/grid.d.ts +3 -0
- package/dist/components/icon/icons/grid.d.ts.map +1 -0
- package/dist/components/icon/icons/help.d.ts +3 -0
- package/dist/components/icon/icons/help.d.ts.map +1 -0
- package/dist/components/icon/icons/home.d.ts +3 -0
- package/dist/components/icon/icons/home.d.ts.map +1 -0
- package/dist/components/icon/icons/image.d.ts +3 -0
- package/dist/components/icon/icons/image.d.ts.map +1 -0
- package/dist/components/icon/icons/index.cjs +4 -0
- package/dist/components/icon/icons/index.d.ts +79 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -0
- package/dist/components/{chunks/icon-a2ABTJf-.js → icon/icons/index.js} +215 -260
- package/dist/components/icon/icons/info.d.ts +3 -0
- package/dist/components/icon/icons/info.d.ts.map +1 -0
- package/dist/components/icon/icons/language.d.ts +3 -0
- package/dist/components/icon/icons/language.d.ts.map +1 -0
- package/dist/components/icon/icons/link.d.ts +3 -0
- package/dist/components/icon/icons/link.d.ts.map +1 -0
- package/dist/components/icon/icons/list.d.ts +3 -0
- package/dist/components/icon/icons/list.d.ts.map +1 -0
- package/dist/components/icon/icons/location.d.ts +3 -0
- package/dist/components/icon/icons/location.d.ts.map +1 -0
- package/dist/components/icon/icons/lock.d.ts +3 -0
- package/dist/components/icon/icons/lock.d.ts.map +1 -0
- package/dist/components/icon/icons/login.d.ts +3 -0
- package/dist/components/icon/icons/login.d.ts.map +1 -0
- package/dist/components/icon/icons/logout.d.ts +3 -0
- package/dist/components/icon/icons/logout.d.ts.map +1 -0
- package/dist/components/icon/icons/mail.d.ts +3 -0
- package/dist/components/icon/icons/mail.d.ts.map +1 -0
- package/dist/components/icon/icons/map.d.ts +3 -0
- package/dist/components/icon/icons/map.d.ts.map +1 -0
- package/dist/components/icon/icons/menu.d.ts +3 -0
- package/dist/components/icon/icons/menu.d.ts.map +1 -0
- package/dist/components/icon/icons/moon.d.ts +3 -0
- package/dist/components/icon/icons/moon.d.ts.map +1 -0
- package/dist/components/icon/icons/notifications.d.ts +3 -0
- package/dist/components/icon/icons/notifications.d.ts.map +1 -0
- package/dist/components/icon/icons/paste.d.ts +3 -0
- package/dist/components/icon/icons/paste.d.ts.map +1 -0
- package/dist/components/icon/icons/pin.d.ts +3 -0
- package/dist/components/icon/icons/pin.d.ts.map +1 -0
- package/dist/components/icon/icons/plus.d.ts +3 -0
- package/dist/components/icon/icons/plus.d.ts.map +1 -0
- package/dist/components/icon/icons/print.d.ts +3 -0
- package/dist/components/icon/icons/print.d.ts.map +1 -0
- package/dist/components/icon/icons/refresh.d.ts +3 -0
- package/dist/components/icon/icons/refresh.d.ts.map +1 -0
- package/dist/components/icon/icons/remove.d.ts +3 -0
- package/dist/components/icon/icons/remove.d.ts.map +1 -0
- package/dist/components/icon/icons/save.d.ts +3 -0
- package/dist/components/icon/icons/save.d.ts.map +1 -0
- package/dist/components/icon/icons/search.d.ts +3 -0
- package/dist/components/icon/icons/search.d.ts.map +1 -0
- package/dist/components/icon/icons/settings.d.ts +3 -0
- package/dist/components/icon/icons/settings.d.ts.map +1 -0
- package/dist/components/icon/icons/share.d.ts +3 -0
- package/dist/components/icon/icons/share.d.ts.map +1 -0
- package/dist/components/icon/icons/sort-arrows.d.ts +3 -0
- package/dist/components/icon/icons/sort-arrows.d.ts.map +1 -0
- package/dist/components/icon/icons/sort.d.ts +3 -0
- package/dist/components/icon/icons/sort.d.ts.map +1 -0
- package/dist/components/icon/icons/star.d.ts +3 -0
- package/dist/components/icon/icons/star.d.ts.map +1 -0
- package/dist/components/icon/icons/success.d.ts +3 -0
- package/dist/components/icon/icons/success.d.ts.map +1 -0
- package/dist/components/icon/icons/sun.d.ts +3 -0
- package/dist/components/icon/icons/sun.d.ts.map +1 -0
- package/dist/components/icon/icons/table.d.ts +3 -0
- package/dist/components/icon/icons/table.d.ts.map +1 -0
- package/dist/components/icon/icons/tag.d.ts +3 -0
- package/dist/components/icon/icons/tag.d.ts.map +1 -0
- package/dist/components/icon/icons/trash.d.ts +3 -0
- package/dist/components/icon/icons/trash.d.ts.map +1 -0
- package/dist/components/icon/icons/unlock.d.ts +3 -0
- package/dist/components/icon/icons/unlock.d.ts.map +1 -0
- package/dist/components/icon/icons/upload.d.ts +3 -0
- package/dist/components/icon/icons/upload.d.ts.map +1 -0
- package/dist/components/icon/icons/user-add.d.ts +3 -0
- package/dist/components/icon/icons/user-add.d.ts.map +1 -0
- package/dist/components/icon/icons/user.d.ts +3 -0
- package/dist/components/icon/icons/user.d.ts.map +1 -0
- package/dist/components/icon/icons/users.d.ts +3 -0
- package/dist/components/icon/icons/users.d.ts.map +1 -0
- package/dist/components/icon/icons/video.d.ts +3 -0
- package/dist/components/icon/icons/video.d.ts.map +1 -0
- package/dist/components/icon/icons/warning.d.ts +3 -0
- package/dist/components/icon/icons/warning.d.ts.map +1 -0
- package/dist/components/icon/index.d.ts +3 -2
- package/dist/components/icon/index.d.ts.map +1 -10
- package/dist/components/icon/registry.d.ts +15 -0
- package/dist/components/icon/registry.d.ts.map +1 -0
- package/dist/components/input/Input.d.ts +56 -0
- package/dist/components/input/Input.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +3 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/link/Link.d.ts +16 -1
- package/dist/components/link/Link.d.ts.map +1 -10
- package/dist/components/link/index.d.ts +3 -1
- package/dist/components/link/index.d.ts.map +1 -10
- package/dist/components/modal/Modal.d.ts +32 -1
- package/dist/components/modal/Modal.d.ts.map +1 -10
- package/dist/components/modal/index.d.ts +3 -1
- package/dist/components/modal/index.d.ts.map +1 -10
- package/dist/components/off-canvas/OffCanvas.d.ts +42 -0
- package/dist/components/off-canvas/OffCanvas.d.ts.map +1 -0
- package/dist/components/off-canvas/index.d.ts +3 -0
- package/dist/components/off-canvas/index.d.ts.map +1 -0
- package/dist/components/page/Page.d.ts +29 -1
- package/dist/components/page/Page.d.ts.map +1 -10
- package/dist/components/page/index.d.ts +3 -1
- package/dist/components/page/index.d.ts.map +1 -10
- package/dist/components/popover/Popover.d.ts +48 -1
- package/dist/components/popover/Popover.d.ts.map +1 -10
- package/dist/components/popover/index.d.ts +3 -1
- package/dist/components/popover/index.d.ts.map +1 -10
- package/dist/components/resource-table/ResourceTable.d.ts +159 -0
- package/dist/components/resource-table/ResourceTable.d.ts.map +1 -0
- package/dist/components/resource-table/index.d.ts +3 -0
- package/dist/components/resource-table/index.d.ts.map +1 -0
- package/dist/components/select/Select.d.ts +34 -0
- package/dist/components/select/Select.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +3 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigation.d.ts +22 -0
- package/dist/components/side-navigation/SideNavigation.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigationActionHeader.d.ts +2 -0
- package/dist/components/side-navigation/SideNavigationActionHeader.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigationActionLinks.d.ts +9 -0
- package/dist/components/side-navigation/SideNavigationActionLinks.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigationActionMenu.d.ts +23 -0
- package/dist/components/side-navigation/SideNavigationActionMenu.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigationLink.d.ts +28 -0
- package/dist/components/side-navigation/SideNavigationLink.d.ts.map +1 -0
- package/dist/components/side-navigation/SideNavigationLinks.d.ts +14 -0
- package/dist/components/side-navigation/SideNavigationLinks.d.ts.map +1 -0
- package/dist/components/side-navigation/index.d.ts +8 -0
- package/dist/components/side-navigation/index.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.d.ts +13 -1
- package/dist/components/spinner/Spinner.d.ts.map +1 -10
- package/dist/components/spinner/index.d.ts +3 -1
- package/dist/components/spinner/index.d.ts.map +1 -10
- package/dist/components/stack/Stack.d.ts +20 -1
- package/dist/components/stack/Stack.d.ts.map +1 -10
- package/dist/components/stack/index.d.ts +3 -1
- package/dist/components/stack/index.d.ts.map +1 -10
- package/dist/components/switch/Switch.d.ts +32 -1
- package/dist/components/switch/Switch.d.ts.map +1 -10
- package/dist/components/switch/index.d.ts +3 -1
- package/dist/components/switch/index.d.ts.map +1 -10
- package/dist/components/table/Table.d.ts +15 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +3 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/tabs/Tab.d.ts +19 -0
- package/dist/components/tabs/Tab.d.ts.map +1 -0
- package/dist/components/tabs/TabContent.d.ts +13 -0
- package/dist/components/tabs/TabContent.d.ts.map +1 -0
- package/dist/components/tabs/TabList.d.ts +12 -0
- package/dist/components/tabs/TabList.d.ts.map +1 -0
- package/dist/components/tabs/Tabs.d.ts +20 -0
- package/dist/components/tabs/Tabs.d.ts.map +1 -0
- package/dist/components/tabs/index.d.ts +9 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tags/Tags.d.ts +57 -0
- package/dist/components/tags/Tags.d.ts.map +1 -0
- package/dist/components/tags/index.d.ts +3 -0
- package/dist/components/tags/index.d.ts.map +1 -0
- package/dist/components/text/Text.d.ts +25 -1
- package/dist/components/text/Text.d.ts.map +1 -10
- package/dist/components/text/index.d.ts +3 -1
- package/dist/components/text/index.d.ts.map +1 -10
- package/dist/icons/calendar-day.svg +3 -0
- package/dist/icons/calendar-empty.svg +3 -0
- package/dist/icons/calendar-week.svg +3 -0
- package/dist/icons/calendar.svg +1 -1
- package/dist/icons/credit-card.svg +3 -0
- package/dist/icons/dollar-sign.svg +3 -0
- package/dist/icons/edit.svg +1 -1
- package/dist/icons/sort-arrows.svg +3 -0
- package/dist/icons/table.svg +3 -0
- package/dist/index.cjs +209 -1
- package/dist/index.d.ts +69 -35
- package/dist/index.d.ts.map +1 -10
- package/dist/index.js +8697 -16
- package/dist/plus-C2ciGlkq.cjs +1 -0
- package/dist/plus-csC2ambK.js +136 -0
- package/package.json +37 -87
- package/tailwind.preset.cjs +24 -0
- package/tailwind.preset.js +24 -0
- package/dist/components/button/index.cjs +0 -1
- package/dist/components/button/index.js +0 -2
- package/dist/components/card/index.cjs +0 -1
- package/dist/components/card/index.js +0 -2
- package/dist/components/checkbox/index.cjs +0 -1
- package/dist/components/checkbox/index.js +0 -1
- package/dist/components/choice/index.cjs +0 -1
- package/dist/components/choice/index.js +0 -1
- package/dist/components/chunks/Icon-BTlX8dXa.js +0 -1
- package/dist/components/chunks/Icon-xNhleOos.js +0 -77
- package/dist/components/chunks/button-4_r-rdhN.js +0 -1
- package/dist/components/chunks/button-DFs4DmfC.js +0 -575
- package/dist/components/chunks/card-D8FpQZBD.js +0 -1
- package/dist/components/chunks/card-DhRHTSkL.js +0 -58
- package/dist/components/chunks/checkbox-Bakjptcp.js +0 -1
- package/dist/components/chunks/checkbox-D95xYxXV.js +0 -169
- package/dist/components/chunks/choice-BlAkXCQN.js +0 -204
- package/dist/components/chunks/choice-C0EYGPxa.js +0 -1
- package/dist/components/chunks/grid-DVHtippr.js +0 -1
- package/dist/components/chunks/grid-DqlQrFkp.js +0 -62
- package/dist/components/chunks/icon-BZolpoyx.js +0 -1
- package/dist/components/chunks/link-C49HKGxh.js +0 -75
- package/dist/components/chunks/link-S0yBi9n7.js +0 -1
- package/dist/components/chunks/modal-B2sNSV2Q.js +0 -1
- package/dist/components/chunks/modal-BQlup2Mw.js +0 -98
- package/dist/components/chunks/page-BiSPS1-l.js +0 -1
- package/dist/components/chunks/page-DFKYJekL.js +0 -112
- package/dist/components/chunks/popover-BkTNH5gb.js +0 -181
- package/dist/components/chunks/popover-DFCs6KnJ.js +0 -1
- package/dist/components/chunks/spinner-Ch8momJm.js +0 -63
- package/dist/components/chunks/spinner-zGnecx3W.js +0 -111
- package/dist/components/chunks/stack-BvgkqvMX.js +0 -1
- package/dist/components/chunks/stack-DzZy3iH1.js +0 -114
- package/dist/components/chunks/switch-C5FOAA64.js +0 -1
- package/dist/components/chunks/switch-CCyMw1-M.js +0 -138
- package/dist/components/chunks/text-B-qq-sZ2.js +0 -111
- package/dist/components/chunks/text-nTrVku3e.js +0 -1
- package/dist/components/grid/index.cjs +0 -1
- package/dist/components/grid/index.js +0 -2
- package/dist/components/icon/index.cjs +0 -1
- package/dist/components/icon/index.js +0 -3
- package/dist/components/link/index.cjs +0 -1
- package/dist/components/link/index.js +0 -2
- package/dist/components/modal/index.cjs +0 -1
- package/dist/components/modal/index.js +0 -1
- package/dist/components/page/index.cjs +0 -1
- package/dist/components/page/index.js +0 -2
- package/dist/components/popover/index.cjs +0 -1
- package/dist/components/popover/index.js +0 -1
- package/dist/components/spinner/index.cjs +0 -1
- package/dist/components/spinner/index.js +0 -2
- package/dist/components/stack/index.cjs +0 -1
- package/dist/components/stack/index.js +0 -2
- package/dist/components/switch/index.cjs +0 -1
- package/dist/components/switch/index.js +0 -2
- package/dist/components/text/index.cjs +0 -1
- package/dist/components/text/index.js +0 -2
- package/dist/mintui-elements.d.ts +0 -78
- package/dist/mintui-elements.d.ts.map +0 -10
- package/dist/styles.css +0 -1
|
@@ -1,187 +1,188 @@
|
|
|
1
|
-
import { a as e } from "
|
|
2
|
-
//#region src/components/icon/icons/
|
|
1
|
+
import { a as ee, c as te, d as ne, f as re, h as e, i as ie, l as ae, n as oe, o as se, p as ce, r as le, s as ue, t as de, u as fe } from "../../../plus-csC2ambK.js";
|
|
2
|
+
//#region src/components/icon/icons/trash.ts
|
|
3
3
|
var t = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "trash",
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
|
-
path: "
|
|
6
|
+
path: "M3 6h18m-2 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2",
|
|
7
7
|
strokeLinecap: "round",
|
|
8
8
|
strokeLinejoin: "round"
|
|
9
9
|
};
|
|
10
10
|
e(t);
|
|
11
11
|
//#endregion
|
|
12
|
-
//#region src/components/icon/icons/
|
|
12
|
+
//#region src/components/icon/icons/arrow-left.ts
|
|
13
13
|
var n = {
|
|
14
|
-
name: "
|
|
14
|
+
name: "arrow-left",
|
|
15
15
|
viewBox: "0 0 24 24",
|
|
16
|
-
path: "
|
|
16
|
+
path: "M19 12H5m7-7l-7 7 7 7",
|
|
17
17
|
strokeLinecap: "round",
|
|
18
18
|
strokeLinejoin: "round"
|
|
19
19
|
};
|
|
20
20
|
e(n);
|
|
21
21
|
//#endregion
|
|
22
|
-
//#region src/components/icon/icons/
|
|
22
|
+
//#region src/components/icon/icons/home.ts
|
|
23
23
|
var r = {
|
|
24
|
-
name: "
|
|
24
|
+
name: "home",
|
|
25
25
|
viewBox: "0 0 24 24",
|
|
26
|
-
path: "M3
|
|
26
|
+
path: "M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",
|
|
27
27
|
strokeLinecap: "round",
|
|
28
28
|
strokeLinejoin: "round"
|
|
29
29
|
};
|
|
30
30
|
e(r);
|
|
31
31
|
//#endregion
|
|
32
|
-
//#region src/components/icon/icons/
|
|
32
|
+
//#region src/components/icon/icons/search.ts
|
|
33
33
|
var i = {
|
|
34
|
-
name: "
|
|
34
|
+
name: "search",
|
|
35
35
|
viewBox: "0 0 24 24",
|
|
36
|
-
path: "
|
|
36
|
+
path: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",
|
|
37
37
|
strokeLinecap: "round",
|
|
38
38
|
strokeLinejoin: "round"
|
|
39
39
|
};
|
|
40
40
|
e(i);
|
|
41
41
|
//#endregion
|
|
42
|
-
//#region src/components/icon/icons/
|
|
42
|
+
//#region src/components/icon/icons/notifications.ts
|
|
43
43
|
var a = {
|
|
44
|
-
name: "
|
|
44
|
+
name: "notifications",
|
|
45
45
|
viewBox: "0 0 24 24",
|
|
46
|
-
path: "
|
|
46
|
+
path: "M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",
|
|
47
47
|
strokeLinecap: "round",
|
|
48
48
|
strokeLinejoin: "round"
|
|
49
49
|
};
|
|
50
50
|
e(a);
|
|
51
51
|
//#endregion
|
|
52
|
-
//#region src/components/icon/icons/
|
|
52
|
+
//#region src/components/icon/icons/chat.ts
|
|
53
53
|
var o = {
|
|
54
|
-
name: "
|
|
54
|
+
name: "chat",
|
|
55
55
|
viewBox: "0 0 24 24",
|
|
56
|
-
path: "
|
|
56
|
+
path: "M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",
|
|
57
57
|
strokeLinecap: "round",
|
|
58
58
|
strokeLinejoin: "round"
|
|
59
59
|
};
|
|
60
60
|
e(o);
|
|
61
61
|
//#endregion
|
|
62
|
-
//#region src/components/icon/icons/
|
|
62
|
+
//#region src/components/icon/icons/help.ts
|
|
63
63
|
var s = {
|
|
64
|
-
name: "
|
|
64
|
+
name: "help",
|
|
65
65
|
viewBox: "0 0 24 24",
|
|
66
|
-
path: "
|
|
66
|
+
path: "M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",
|
|
67
67
|
strokeLinecap: "round",
|
|
68
68
|
strokeLinejoin: "round"
|
|
69
69
|
};
|
|
70
70
|
e(s);
|
|
71
71
|
//#endregion
|
|
72
|
-
//#region src/components/icon/icons/
|
|
72
|
+
//#region src/components/icon/icons/documentation.ts
|
|
73
73
|
var c = {
|
|
74
|
-
name: "
|
|
74
|
+
name: "documentation",
|
|
75
75
|
viewBox: "0 0 24 24",
|
|
76
|
-
path: "
|
|
76
|
+
path: "M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253",
|
|
77
77
|
strokeLinecap: "round",
|
|
78
78
|
strokeLinejoin: "round"
|
|
79
79
|
};
|
|
80
80
|
e(c);
|
|
81
81
|
//#endregion
|
|
82
|
-
//#region src/components/icon/icons/
|
|
82
|
+
//#region src/components/icon/icons/mail.ts
|
|
83
83
|
var l = {
|
|
84
|
-
name: "
|
|
84
|
+
name: "mail",
|
|
85
85
|
viewBox: "0 0 24 24",
|
|
86
|
-
path: "
|
|
86
|
+
path: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",
|
|
87
87
|
strokeLinecap: "round",
|
|
88
88
|
strokeLinejoin: "round"
|
|
89
89
|
};
|
|
90
90
|
e(l);
|
|
91
91
|
//#endregion
|
|
92
|
-
//#region src/components/icon/icons/
|
|
92
|
+
//#region src/components/icon/icons/settings.ts
|
|
93
93
|
var u = {
|
|
94
|
-
name: "
|
|
94
|
+
name: "settings",
|
|
95
95
|
viewBox: "0 0 24 24",
|
|
96
|
-
path: "
|
|
96
|
+
path: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",
|
|
97
97
|
strokeLinecap: "round",
|
|
98
98
|
strokeLinejoin: "round"
|
|
99
99
|
};
|
|
100
100
|
e(u);
|
|
101
101
|
//#endregion
|
|
102
|
-
//#region src/components/icon/icons/
|
|
102
|
+
//#region src/components/icon/icons/language.ts
|
|
103
103
|
var d = {
|
|
104
|
-
name: "
|
|
104
|
+
name: "language",
|
|
105
105
|
viewBox: "0 0 24 24",
|
|
106
|
-
path: "M3
|
|
106
|
+
path: "M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129",
|
|
107
107
|
strokeLinecap: "round",
|
|
108
108
|
strokeLinejoin: "round"
|
|
109
109
|
};
|
|
110
110
|
e(d);
|
|
111
111
|
//#endregion
|
|
112
|
-
//#region src/components/icon/icons/
|
|
112
|
+
//#region src/components/icon/icons/moon.ts
|
|
113
113
|
var f = {
|
|
114
|
-
name: "
|
|
114
|
+
name: "moon",
|
|
115
115
|
viewBox: "0 0 24 24",
|
|
116
|
-
path: "
|
|
116
|
+
path: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",
|
|
117
117
|
strokeLinecap: "round",
|
|
118
118
|
strokeLinejoin: "round"
|
|
119
119
|
};
|
|
120
120
|
e(f);
|
|
121
121
|
//#endregion
|
|
122
|
-
//#region src/components/icon/icons/
|
|
122
|
+
//#region src/components/icon/icons/sun.ts
|
|
123
123
|
var p = {
|
|
124
|
-
name: "
|
|
124
|
+
name: "sun",
|
|
125
125
|
viewBox: "0 0 24 24",
|
|
126
|
-
path: "
|
|
126
|
+
path: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",
|
|
127
127
|
strokeLinecap: "round",
|
|
128
128
|
strokeLinejoin: "round"
|
|
129
129
|
};
|
|
130
130
|
e(p);
|
|
131
131
|
//#endregion
|
|
132
|
-
//#region src/components/icon/icons/
|
|
132
|
+
//#region src/components/icon/icons/logout.ts
|
|
133
133
|
var m = {
|
|
134
|
-
name: "
|
|
134
|
+
name: "logout",
|
|
135
135
|
viewBox: "0 0 24 24",
|
|
136
|
-
path: "
|
|
136
|
+
path: "M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",
|
|
137
137
|
strokeLinecap: "round",
|
|
138
138
|
strokeLinejoin: "round"
|
|
139
139
|
};
|
|
140
140
|
e(m);
|
|
141
141
|
//#endregion
|
|
142
|
-
//#region src/components/icon/icons/
|
|
142
|
+
//#region src/components/icon/icons/login.ts
|
|
143
143
|
var h = {
|
|
144
|
-
name: "
|
|
144
|
+
name: "login",
|
|
145
145
|
viewBox: "0 0 24 24",
|
|
146
|
-
path: "
|
|
146
|
+
path: "M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",
|
|
147
147
|
strokeLinecap: "round",
|
|
148
148
|
strokeLinejoin: "round"
|
|
149
149
|
};
|
|
150
150
|
e(h);
|
|
151
151
|
//#endregion
|
|
152
|
-
//#region src/components/icon/icons/
|
|
152
|
+
//#region src/components/icon/icons/user-add.ts
|
|
153
153
|
var g = {
|
|
154
|
-
name: "
|
|
154
|
+
name: "user-add",
|
|
155
155
|
viewBox: "0 0 24 24",
|
|
156
|
-
path: "
|
|
156
|
+
path: "M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z",
|
|
157
157
|
strokeLinecap: "round",
|
|
158
158
|
strokeLinejoin: "round"
|
|
159
159
|
};
|
|
160
160
|
e(g);
|
|
161
161
|
//#endregion
|
|
162
|
-
//#region src/components/icon/icons/
|
|
162
|
+
//#region src/components/icon/icons/calendar.ts
|
|
163
163
|
var _ = {
|
|
164
|
-
name: "
|
|
164
|
+
name: "calendar",
|
|
165
165
|
viewBox: "0 0 24 24",
|
|
166
|
-
path: "
|
|
166
|
+
path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2zM6 11h12M6 14h12M6 17h12",
|
|
167
167
|
strokeLinecap: "round",
|
|
168
168
|
strokeLinejoin: "round"
|
|
169
169
|
};
|
|
170
170
|
e(_);
|
|
171
171
|
//#endregion
|
|
172
|
-
//#region src/components/icon/icons/
|
|
172
|
+
//#region src/components/icon/icons/calendar-day.ts
|
|
173
173
|
var v = {
|
|
174
|
-
name: "
|
|
174
|
+
name: "calendar-day",
|
|
175
175
|
viewBox: "0 0 24 24",
|
|
176
|
-
path: "
|
|
176
|
+
path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
|
|
177
177
|
strokeLinecap: "round",
|
|
178
|
-
strokeLinejoin: "round"
|
|
178
|
+
strokeLinejoin: "round",
|
|
179
|
+
customSvg: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\" />\n <rect x=\"7\" y=\"11\" width=\"10\" height=\"5\" fill=\"currentColor\" />\n</svg>"
|
|
179
180
|
};
|
|
180
181
|
e(v);
|
|
181
182
|
//#endregion
|
|
182
|
-
//#region src/components/icon/icons/calendar.
|
|
183
|
+
//#region src/components/icon/icons/calendar-week.ts
|
|
183
184
|
var y = {
|
|
184
|
-
name: "calendar",
|
|
185
|
+
name: "calendar-week",
|
|
185
186
|
viewBox: "0 0 24 24",
|
|
186
187
|
path: "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
|
|
187
188
|
strokeLinecap: "round",
|
|
@@ -189,97 +190,107 @@ var y = {
|
|
|
189
190
|
};
|
|
190
191
|
e(y);
|
|
191
192
|
//#endregion
|
|
192
|
-
//#region src/components/icon/icons/
|
|
193
|
+
//#region src/components/icon/icons/calendar-empty.ts
|
|
193
194
|
var b = {
|
|
194
|
-
name: "
|
|
195
|
+
name: "calendar-empty",
|
|
195
196
|
viewBox: "0 0 24 24",
|
|
196
|
-
path: "
|
|
197
|
+
path: "M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",
|
|
197
198
|
strokeLinecap: "round",
|
|
198
199
|
strokeLinejoin: "round"
|
|
199
200
|
};
|
|
200
201
|
e(b);
|
|
201
202
|
//#endregion
|
|
202
|
-
//#region src/components/icon/icons/
|
|
203
|
+
//#region src/components/icon/icons/clock.ts
|
|
203
204
|
var x = {
|
|
204
|
-
name: "
|
|
205
|
+
name: "clock",
|
|
205
206
|
viewBox: "0 0 24 24",
|
|
206
|
-
path: "
|
|
207
|
+
path: "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",
|
|
207
208
|
strokeLinecap: "round",
|
|
208
209
|
strokeLinejoin: "round"
|
|
209
210
|
};
|
|
210
211
|
e(x);
|
|
211
212
|
//#endregion
|
|
212
|
-
//#region src/components/icon/icons/
|
|
213
|
+
//#region src/components/icon/icons/bookmark.ts
|
|
213
214
|
var S = {
|
|
214
|
-
name: "
|
|
215
|
+
name: "bookmark",
|
|
215
216
|
viewBox: "0 0 24 24",
|
|
216
|
-
path: "
|
|
217
|
+
path: "M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",
|
|
217
218
|
strokeLinecap: "round",
|
|
218
219
|
strokeLinejoin: "round"
|
|
219
220
|
};
|
|
220
221
|
e(S);
|
|
221
222
|
//#endregion
|
|
222
|
-
//#region src/components/icon/icons/
|
|
223
|
+
//#region src/components/icon/icons/star.ts
|
|
223
224
|
var C = {
|
|
224
|
-
name: "
|
|
225
|
+
name: "star",
|
|
225
226
|
viewBox: "0 0 24 24",
|
|
226
|
-
path: "
|
|
227
|
+
path: "M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",
|
|
227
228
|
strokeLinecap: "round",
|
|
228
229
|
strokeLinejoin: "round"
|
|
229
230
|
};
|
|
230
231
|
e(C);
|
|
231
232
|
//#endregion
|
|
232
|
-
//#region src/components/icon/icons/
|
|
233
|
+
//#region src/components/icon/icons/pin.ts
|
|
233
234
|
var w = {
|
|
234
|
-
name: "
|
|
235
|
+
name: "pin",
|
|
235
236
|
viewBox: "0 0 24 24",
|
|
236
|
-
path: "
|
|
237
|
+
path: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",
|
|
237
238
|
strokeLinecap: "round",
|
|
238
239
|
strokeLinejoin: "round"
|
|
239
240
|
};
|
|
240
241
|
e(w);
|
|
241
242
|
//#endregion
|
|
242
|
-
//#region src/components/icon/icons/
|
|
243
|
+
//#region src/components/icon/icons/filter.ts
|
|
243
244
|
var T = {
|
|
244
|
-
name: "
|
|
245
|
+
name: "filter",
|
|
245
246
|
viewBox: "0 0 24 24",
|
|
246
|
-
path: "M3
|
|
247
|
+
path: "M3 6h18M3 12h18M3 18h18M6 6a2 2 0 11-4 0 2 2 0 014 0zM12 12a2 2 0 11-4 0 2 2 0 014 0zM16 18a2 2 0 11-4 0 2 2 0 014 0z",
|
|
247
248
|
strokeLinecap: "round",
|
|
248
249
|
strokeLinejoin: "round"
|
|
249
250
|
};
|
|
250
251
|
e(T);
|
|
251
252
|
//#endregion
|
|
252
|
-
//#region src/components/icon/icons/
|
|
253
|
+
//#region src/components/icon/icons/sort.ts
|
|
253
254
|
var E = {
|
|
254
|
-
name: "
|
|
255
|
+
name: "sort",
|
|
255
256
|
viewBox: "0 0 24 24",
|
|
256
|
-
path: "
|
|
257
|
+
path: "M3 6h18M7 12h10m-7 6h4",
|
|
257
258
|
strokeLinecap: "round",
|
|
258
259
|
strokeLinejoin: "round"
|
|
259
260
|
};
|
|
260
261
|
e(E);
|
|
261
262
|
//#endregion
|
|
262
|
-
//#region src/components/icon/icons/
|
|
263
|
+
//#region src/components/icon/icons/refresh.ts
|
|
263
264
|
var D = {
|
|
264
|
-
name: "
|
|
265
|
+
name: "refresh",
|
|
265
266
|
viewBox: "0 0 24 24",
|
|
266
|
-
path: "
|
|
267
|
+
path: "M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",
|
|
267
268
|
strokeLinecap: "round",
|
|
268
269
|
strokeLinejoin: "round"
|
|
269
270
|
};
|
|
270
271
|
e(D);
|
|
271
272
|
//#endregion
|
|
272
|
-
//#region src/components/icon/icons/
|
|
273
|
+
//#region src/components/icon/icons/share.ts
|
|
273
274
|
var O = {
|
|
275
|
+
name: "share",
|
|
276
|
+
viewBox: "0 0 24 24",
|
|
277
|
+
path: "M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",
|
|
278
|
+
strokeLinecap: "round",
|
|
279
|
+
strokeLinejoin: "round"
|
|
280
|
+
};
|
|
281
|
+
e(O);
|
|
282
|
+
//#endregion
|
|
283
|
+
//#region src/components/icon/icons/upload.ts
|
|
284
|
+
var pe = {
|
|
274
285
|
name: "upload",
|
|
275
286
|
viewBox: "0 0 24 24",
|
|
276
287
|
path: "M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12",
|
|
277
288
|
strokeLinecap: "round",
|
|
278
289
|
strokeLinejoin: "round"
|
|
279
290
|
};
|
|
280
|
-
e(
|
|
291
|
+
e(pe);
|
|
281
292
|
//#endregion
|
|
282
|
-
//#region src/components/icon/icons/download.
|
|
293
|
+
//#region src/components/icon/icons/download.ts
|
|
283
294
|
var k = {
|
|
284
295
|
name: "download",
|
|
285
296
|
viewBox: "0 0 24 24",
|
|
@@ -289,7 +300,7 @@ var k = {
|
|
|
289
300
|
};
|
|
290
301
|
e(k);
|
|
291
302
|
//#endregion
|
|
292
|
-
//#region src/components/icon/icons/print.
|
|
303
|
+
//#region src/components/icon/icons/print.ts
|
|
293
304
|
var A = {
|
|
294
305
|
name: "print",
|
|
295
306
|
viewBox: "0 0 24 24",
|
|
@@ -299,7 +310,7 @@ var A = {
|
|
|
299
310
|
};
|
|
300
311
|
e(A);
|
|
301
312
|
//#endregion
|
|
302
|
-
//#region src/components/icon/icons/attach.
|
|
313
|
+
//#region src/components/icon/icons/attach.ts
|
|
303
314
|
var j = {
|
|
304
315
|
name: "attach",
|
|
305
316
|
viewBox: "0 0 24 24",
|
|
@@ -309,17 +320,17 @@ var j = {
|
|
|
309
320
|
};
|
|
310
321
|
e(j);
|
|
311
322
|
//#endregion
|
|
312
|
-
//#region src/components/icon/icons/edit.
|
|
323
|
+
//#region src/components/icon/icons/edit.ts
|
|
313
324
|
var M = {
|
|
314
325
|
name: "edit",
|
|
315
326
|
viewBox: "0 0 24 24",
|
|
316
|
-
path: "M11
|
|
327
|
+
path: "M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z",
|
|
317
328
|
strokeLinecap: "round",
|
|
318
329
|
strokeLinejoin: "round"
|
|
319
330
|
};
|
|
320
331
|
e(M);
|
|
321
332
|
//#endregion
|
|
322
|
-
//#region src/components/icon/icons/delete.
|
|
333
|
+
//#region src/components/icon/icons/delete.ts
|
|
323
334
|
var N = {
|
|
324
335
|
name: "delete",
|
|
325
336
|
viewBox: "0 0 24 24",
|
|
@@ -329,7 +340,7 @@ var N = {
|
|
|
329
340
|
};
|
|
330
341
|
e(N);
|
|
331
342
|
//#endregion
|
|
332
|
-
//#region src/components/icon/icons/save.
|
|
343
|
+
//#region src/components/icon/icons/save.ts
|
|
333
344
|
var P = {
|
|
334
345
|
name: "save",
|
|
335
346
|
viewBox: "0 0 24 24",
|
|
@@ -339,7 +350,7 @@ var P = {
|
|
|
339
350
|
};
|
|
340
351
|
e(P);
|
|
341
352
|
//#endregion
|
|
342
|
-
//#region src/components/icon/icons/duplicate.
|
|
353
|
+
//#region src/components/icon/icons/duplicate.ts
|
|
343
354
|
var F = {
|
|
344
355
|
name: "duplicate",
|
|
345
356
|
viewBox: "0 0 24 24",
|
|
@@ -349,7 +360,7 @@ var F = {
|
|
|
349
360
|
};
|
|
350
361
|
e(F);
|
|
351
362
|
//#endregion
|
|
352
|
-
//#region src/components/icon/icons/copy.
|
|
363
|
+
//#region src/components/icon/icons/copy.ts
|
|
353
364
|
var I = {
|
|
354
365
|
name: "copy",
|
|
355
366
|
viewBox: "0 0 24 24",
|
|
@@ -359,7 +370,7 @@ var I = {
|
|
|
359
370
|
};
|
|
360
371
|
e(I);
|
|
361
372
|
//#endregion
|
|
362
|
-
//#region src/components/icon/icons/paste.
|
|
373
|
+
//#region src/components/icon/icons/paste.ts
|
|
363
374
|
var L = {
|
|
364
375
|
name: "paste",
|
|
365
376
|
viewBox: "0 0 24 24",
|
|
@@ -369,7 +380,7 @@ var L = {
|
|
|
369
380
|
};
|
|
370
381
|
e(L);
|
|
371
382
|
//#endregion
|
|
372
|
-
//#region src/components/icon/icons/remove.
|
|
383
|
+
//#region src/components/icon/icons/remove.ts
|
|
373
384
|
var R = {
|
|
374
385
|
name: "remove",
|
|
375
386
|
viewBox: "0 0 24 24",
|
|
@@ -379,323 +390,267 @@ var R = {
|
|
|
379
390
|
};
|
|
380
391
|
e(R);
|
|
381
392
|
//#endregion
|
|
382
|
-
//#region src/components/icon/icons/
|
|
393
|
+
//#region src/components/icon/icons/folder.ts
|
|
383
394
|
var z = {
|
|
384
|
-
name: "
|
|
395
|
+
name: "folder",
|
|
385
396
|
viewBox: "0 0 24 24",
|
|
386
|
-
path: "
|
|
397
|
+
path: "M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z",
|
|
387
398
|
strokeLinecap: "round",
|
|
388
399
|
strokeLinejoin: "round"
|
|
389
400
|
};
|
|
390
401
|
e(z);
|
|
391
402
|
//#endregion
|
|
392
|
-
//#region src/components/icon/icons/
|
|
403
|
+
//#region src/components/icon/icons/file.ts
|
|
393
404
|
var B = {
|
|
394
|
-
name: "
|
|
405
|
+
name: "file",
|
|
395
406
|
viewBox: "0 0 24 24",
|
|
396
|
-
path: "
|
|
407
|
+
path: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",
|
|
397
408
|
strokeLinecap: "round",
|
|
398
409
|
strokeLinejoin: "round"
|
|
399
410
|
};
|
|
400
411
|
e(B);
|
|
401
412
|
//#endregion
|
|
402
|
-
//#region src/components/icon/icons/
|
|
413
|
+
//#region src/components/icon/icons/archive.ts
|
|
403
414
|
var V = {
|
|
404
|
-
name: "
|
|
415
|
+
name: "archive",
|
|
405
416
|
viewBox: "0 0 24 24",
|
|
406
|
-
path: "
|
|
417
|
+
path: "M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",
|
|
407
418
|
strokeLinecap: "round",
|
|
408
419
|
strokeLinejoin: "round"
|
|
409
420
|
};
|
|
410
421
|
e(V);
|
|
411
422
|
//#endregion
|
|
412
|
-
//#region src/components/icon/icons/
|
|
423
|
+
//#region src/components/icon/icons/image.ts
|
|
413
424
|
var H = {
|
|
414
|
-
name: "
|
|
425
|
+
name: "image",
|
|
415
426
|
viewBox: "0 0 24 24",
|
|
416
|
-
path: "
|
|
427
|
+
path: "M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",
|
|
417
428
|
strokeLinecap: "round",
|
|
418
429
|
strokeLinejoin: "round"
|
|
419
430
|
};
|
|
420
431
|
e(H);
|
|
421
432
|
//#endregion
|
|
422
|
-
//#region src/components/icon/icons/
|
|
433
|
+
//#region src/components/icon/icons/video.ts
|
|
423
434
|
var U = {
|
|
424
|
-
name: "
|
|
435
|
+
name: "video",
|
|
425
436
|
viewBox: "0 0 24 24",
|
|
426
|
-
path: "
|
|
437
|
+
path: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
|
|
427
438
|
strokeLinecap: "round",
|
|
428
439
|
strokeLinejoin: "round"
|
|
429
440
|
};
|
|
430
441
|
e(U);
|
|
431
442
|
//#endregion
|
|
432
|
-
//#region src/components/icon/icons/
|
|
443
|
+
//#region src/components/icon/icons/link.ts
|
|
433
444
|
var W = {
|
|
434
|
-
name: "
|
|
445
|
+
name: "link",
|
|
435
446
|
viewBox: "0 0 24 24",
|
|
436
|
-
path: "M13
|
|
447
|
+
path: "M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",
|
|
437
448
|
strokeLinecap: "round",
|
|
438
449
|
strokeLinejoin: "round"
|
|
439
450
|
};
|
|
440
451
|
e(W);
|
|
441
452
|
//#endregion
|
|
442
|
-
//#region src/components/icon/icons/
|
|
453
|
+
//#region src/components/icon/icons/external-link.ts
|
|
443
454
|
var G = {
|
|
444
|
-
name: "
|
|
455
|
+
name: "external-link",
|
|
445
456
|
viewBox: "0 0 24 24",
|
|
446
|
-
path: "
|
|
457
|
+
path: "M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",
|
|
447
458
|
strokeLinecap: "round",
|
|
448
459
|
strokeLinejoin: "round"
|
|
449
460
|
};
|
|
450
461
|
e(G);
|
|
451
462
|
//#endregion
|
|
452
|
-
//#region src/components/icon/icons/
|
|
463
|
+
//#region src/components/icon/icons/grid.ts
|
|
453
464
|
var K = {
|
|
454
|
-
name: "
|
|
465
|
+
name: "grid",
|
|
455
466
|
viewBox: "0 0 24 24",
|
|
456
|
-
path: "
|
|
467
|
+
path: "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",
|
|
457
468
|
strokeLinecap: "round",
|
|
458
469
|
strokeLinejoin: "round"
|
|
459
470
|
};
|
|
460
471
|
e(K);
|
|
461
472
|
//#endregion
|
|
462
|
-
//#region src/components/icon/icons/
|
|
473
|
+
//#region src/components/icon/icons/list.ts
|
|
463
474
|
var q = {
|
|
464
|
-
name: "
|
|
475
|
+
name: "list",
|
|
465
476
|
viewBox: "0 0 24 24",
|
|
466
|
-
path: "
|
|
477
|
+
path: "M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",
|
|
467
478
|
strokeLinecap: "round",
|
|
468
479
|
strokeLinejoin: "round"
|
|
469
480
|
};
|
|
470
481
|
e(q);
|
|
471
482
|
//#endregion
|
|
472
|
-
//#region src/components/icon/icons/
|
|
483
|
+
//#region src/components/icon/icons/table.ts
|
|
473
484
|
var J = {
|
|
474
|
-
name: "
|
|
485
|
+
name: "table",
|
|
475
486
|
viewBox: "0 0 24 24",
|
|
476
|
-
path: "
|
|
487
|
+
path: "M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
|
|
477
488
|
strokeLinecap: "round",
|
|
478
489
|
strokeLinejoin: "round"
|
|
479
490
|
};
|
|
480
491
|
e(J);
|
|
481
492
|
//#endregion
|
|
482
|
-
//#region src/components/icon/icons/
|
|
493
|
+
//#region src/components/icon/icons/menu.ts
|
|
483
494
|
var Y = {
|
|
484
|
-
name: "video",
|
|
485
|
-
viewBox: "0 0 24 24",
|
|
486
|
-
path: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",
|
|
487
|
-
strokeLinecap: "round",
|
|
488
|
-
strokeLinejoin: "round"
|
|
489
|
-
};
|
|
490
|
-
e(Y);
|
|
491
|
-
//#endregion
|
|
492
|
-
//#region src/components/icon/icons/link.js
|
|
493
|
-
var X = {
|
|
494
|
-
name: "link",
|
|
495
|
-
viewBox: "0 0 24 24",
|
|
496
|
-
path: "M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",
|
|
497
|
-
strokeLinecap: "round",
|
|
498
|
-
strokeLinejoin: "round"
|
|
499
|
-
};
|
|
500
|
-
e(X);
|
|
501
|
-
//#endregion
|
|
502
|
-
//#region src/components/icon/icons/external-link.js
|
|
503
|
-
var Z = {
|
|
504
|
-
name: "external-link",
|
|
505
|
-
viewBox: "0 0 24 24",
|
|
506
|
-
path: "M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",
|
|
507
|
-
strokeLinecap: "round",
|
|
508
|
-
strokeLinejoin: "round"
|
|
509
|
-
};
|
|
510
|
-
e(Z);
|
|
511
|
-
//#endregion
|
|
512
|
-
//#region src/components/icon/icons/grid.js
|
|
513
|
-
var Q = {
|
|
514
|
-
name: "grid",
|
|
515
|
-
viewBox: "0 0 24 24",
|
|
516
|
-
path: "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",
|
|
517
|
-
strokeLinecap: "round",
|
|
518
|
-
strokeLinejoin: "round"
|
|
519
|
-
};
|
|
520
|
-
e(Q);
|
|
521
|
-
//#endregion
|
|
522
|
-
//#region src/components/icon/icons/list.js
|
|
523
|
-
var $ = {
|
|
524
|
-
name: "list",
|
|
525
|
-
viewBox: "0 0 24 24",
|
|
526
|
-
path: "M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",
|
|
527
|
-
strokeLinecap: "round",
|
|
528
|
-
strokeLinejoin: "round"
|
|
529
|
-
};
|
|
530
|
-
e($);
|
|
531
|
-
//#endregion
|
|
532
|
-
//#region src/components/icon/icons/menu.js
|
|
533
|
-
var ee = {
|
|
534
495
|
name: "menu",
|
|
535
496
|
viewBox: "0 0 24 24",
|
|
536
497
|
path: "M4 6h16M4 12h16M4 18h16",
|
|
537
498
|
strokeLinecap: "round",
|
|
538
499
|
strokeLinejoin: "round"
|
|
539
500
|
};
|
|
540
|
-
e(
|
|
501
|
+
e(Y);
|
|
541
502
|
//#endregion
|
|
542
|
-
//#region src/components/icon/icons/ellipsis.
|
|
543
|
-
var
|
|
503
|
+
//#region src/components/icon/icons/ellipsis.ts
|
|
504
|
+
var X = {
|
|
544
505
|
name: "ellipsis",
|
|
545
506
|
viewBox: "0 0 24 24",
|
|
546
507
|
path: "M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",
|
|
547
508
|
strokeLinecap: "round",
|
|
548
509
|
strokeLinejoin: "round"
|
|
549
510
|
};
|
|
550
|
-
e(
|
|
511
|
+
e(X);
|
|
551
512
|
//#endregion
|
|
552
|
-
//#region src/components/icon/icons/arrow-right.
|
|
553
|
-
var
|
|
513
|
+
//#region src/components/icon/icons/arrow-right.ts
|
|
514
|
+
var Z = {
|
|
554
515
|
name: "arrow-right",
|
|
555
516
|
viewBox: "0 0 24 24",
|
|
556
517
|
path: "M14 5l7 7m0 0l-7 7m7-7H3",
|
|
557
518
|
strokeLinecap: "round",
|
|
558
519
|
strokeLinejoin: "round"
|
|
559
520
|
};
|
|
560
|
-
e(
|
|
521
|
+
e(Z);
|
|
561
522
|
//#endregion
|
|
562
|
-
//#region src/components/icon/icons/arrow-up.
|
|
563
|
-
var
|
|
523
|
+
//#region src/components/icon/icons/arrow-up.ts
|
|
524
|
+
var Q = {
|
|
564
525
|
name: "arrow-up",
|
|
565
526
|
viewBox: "0 0 24 24",
|
|
566
527
|
path: "M5 10l7-7m0 0l7 7m-7-7v18",
|
|
567
528
|
strokeLinecap: "round",
|
|
568
529
|
strokeLinejoin: "round"
|
|
569
530
|
};
|
|
570
|
-
e(
|
|
531
|
+
e(Q);
|
|
571
532
|
//#endregion
|
|
572
|
-
//#region src/components/icon/icons/arrow-down.
|
|
573
|
-
var
|
|
533
|
+
//#region src/components/icon/icons/arrow-down.ts
|
|
534
|
+
var me = {
|
|
574
535
|
name: "arrow-down",
|
|
575
536
|
viewBox: "0 0 24 24",
|
|
576
537
|
path: "M19 14l-7 7m0 0l-7-7m7 7V3",
|
|
577
538
|
strokeLinecap: "round",
|
|
578
539
|
strokeLinejoin: "round"
|
|
579
540
|
};
|
|
580
|
-
e(
|
|
581
|
-
//#endregion
|
|
582
|
-
//#region src/components/icon/icons/caret-left.js
|
|
583
|
-
var ae = {
|
|
584
|
-
name: "caret-left",
|
|
585
|
-
viewBox: "0 0 24 24",
|
|
586
|
-
path: "M15 19l-7-7 7-7",
|
|
587
|
-
strokeLinecap: "round",
|
|
588
|
-
strokeLinejoin: "round"
|
|
589
|
-
};
|
|
590
|
-
e(ae);
|
|
591
|
-
//#endregion
|
|
592
|
-
//#region src/components/icon/icons/caret-right.js
|
|
593
|
-
var oe = {
|
|
594
|
-
name: "caret-right",
|
|
595
|
-
viewBox: "0 0 24 24",
|
|
596
|
-
path: "M9 5l7 7-7 7",
|
|
597
|
-
strokeLinecap: "round",
|
|
598
|
-
strokeLinejoin: "round"
|
|
599
|
-
};
|
|
600
|
-
e(oe);
|
|
601
|
-
//#endregion
|
|
602
|
-
//#region src/components/icon/icons/caret-up.js
|
|
603
|
-
var se = {
|
|
604
|
-
name: "caret-up",
|
|
605
|
-
viewBox: "0 0 24 24",
|
|
606
|
-
path: "M5 15l7-7 7 7",
|
|
607
|
-
strokeLinecap: "round",
|
|
608
|
-
strokeLinejoin: "round"
|
|
609
|
-
};
|
|
610
|
-
e(se);
|
|
611
|
-
//#endregion
|
|
612
|
-
//#region src/components/icon/icons/caret-down.js
|
|
613
|
-
var ce = {
|
|
614
|
-
name: "caret-down",
|
|
615
|
-
viewBox: "0 0 24 24",
|
|
616
|
-
path: "M19 9l-7 7-7-7",
|
|
617
|
-
strokeLinecap: "round",
|
|
618
|
-
strokeLinejoin: "round"
|
|
619
|
-
};
|
|
620
|
-
e(ce);
|
|
541
|
+
e(me);
|
|
621
542
|
//#endregion
|
|
622
|
-
//#region src/components/icon/icons/lock.
|
|
623
|
-
var
|
|
543
|
+
//#region src/components/icon/icons/lock.ts
|
|
544
|
+
var he = {
|
|
624
545
|
name: "lock",
|
|
625
546
|
viewBox: "0 0 24 24",
|
|
626
547
|
path: "M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",
|
|
627
548
|
strokeLinecap: "round",
|
|
628
549
|
strokeLinejoin: "round"
|
|
629
550
|
};
|
|
630
|
-
e(
|
|
551
|
+
e(he);
|
|
631
552
|
//#endregion
|
|
632
|
-
//#region src/components/icon/icons/unlock.
|
|
633
|
-
var
|
|
553
|
+
//#region src/components/icon/icons/unlock.ts
|
|
554
|
+
var ge = {
|
|
634
555
|
name: "unlock",
|
|
635
556
|
viewBox: "0 0 24 24",
|
|
636
557
|
path: "M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",
|
|
637
558
|
strokeLinecap: "round",
|
|
638
559
|
strokeLinejoin: "round"
|
|
639
560
|
};
|
|
640
|
-
e(
|
|
561
|
+
e(ge);
|
|
641
562
|
//#endregion
|
|
642
|
-
//#region src/components/icon/icons/users.
|
|
643
|
-
var
|
|
563
|
+
//#region src/components/icon/icons/users.ts
|
|
564
|
+
var _e = {
|
|
644
565
|
name: "users",
|
|
645
566
|
viewBox: "0 0 24 24",
|
|
646
567
|
path: "M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",
|
|
647
568
|
strokeLinecap: "round",
|
|
648
569
|
strokeLinejoin: "round"
|
|
649
570
|
};
|
|
650
|
-
e(
|
|
571
|
+
e(_e);
|
|
651
572
|
//#endregion
|
|
652
|
-
//#region src/components/icon/icons/tag.
|
|
653
|
-
var
|
|
573
|
+
//#region src/components/icon/icons/tag.ts
|
|
574
|
+
var ve = {
|
|
654
575
|
name: "tag",
|
|
655
576
|
viewBox: "0 0 24 24",
|
|
656
577
|
path: "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",
|
|
657
578
|
strokeLinecap: "round",
|
|
658
579
|
strokeLinejoin: "round"
|
|
659
580
|
};
|
|
660
|
-
e(
|
|
581
|
+
e(ve);
|
|
661
582
|
//#endregion
|
|
662
|
-
//#region src/components/icon/icons/
|
|
663
|
-
var
|
|
664
|
-
name: "qr-code",
|
|
665
|
-
viewBox: "0 0 24 24",
|
|
666
|
-
path: "M4 3H9C10.1 3 11 3.9 11 5V10C11 11.1 10.1 12 9 12H4C2.9 12 2 11.1 2 10V5C2 3.9 2.9 3 4 3ZM4.75 4.5C4.34 4.5 4 4.84 4 5.25V9.75C4 10.16 4.34 10.5 4.75 10.5H8.25C8.66 10.5 9 10.16 9 9.75V5.25C9 4.84 8.66 4.5 8.25 4.5H4.75ZM15 3H20C21.1 3 22 3.9 22 5V10C22 11.1 21.1 12 20 12H15C13.9 12 13 11.1 13 10V5C13 3.9 13.9 3 15 3ZM15.75 4.5C15.34 4.5 15 4.84 15 5.25V9.75C15 10.16 15.34 10.5 15.75 10.5H19.25C19.66 10.5 20 10.16 20 9.75V5.25C20 4.84 19.66 4.5 19.25 4.5H15.75ZM4 13H9C10.1 13 11 13.9 11 15V20C11 21.1 10.1 22 9 22H4C2.9 22 2 21.1 2 20V15C2 13.9 2.9 13 4 13ZM4.75 14.5C4.34 14.5 4 14.84 4 15.25V19.75C4 20.16 4.34 20.5 4.75 20.5H8.25C8.66 20.5 9 20.16 9 19.75V15.25C9 14.84 8.66 14.5 8.25 14.5H4.75ZM13 13H16V16H19V19H16V22H13V19H16V16H13V13Z",
|
|
667
|
-
strokeLinecap: "round",
|
|
668
|
-
strokeLinejoin: "round"
|
|
669
|
-
};
|
|
670
|
-
e(pe);
|
|
671
|
-
//#endregion
|
|
672
|
-
//#region src/components/icon/icons/barcode.js
|
|
673
|
-
var me = {
|
|
583
|
+
//#region src/components/icon/icons/barcode.ts
|
|
584
|
+
var ye = {
|
|
674
585
|
name: "barcode",
|
|
675
586
|
viewBox: "0 0 24 24",
|
|
676
587
|
path: "M3 4h1.5v16H3V4zM7 4h1v16H7V4zM11 4h1.5v16H11V4zM15.5 4h1v16h-1V4zM19.5 4h1.5v16h-1.5V4z",
|
|
677
588
|
strokeLinecap: "round",
|
|
678
589
|
strokeLinejoin: "round"
|
|
679
590
|
};
|
|
680
|
-
e(
|
|
591
|
+
e(ye);
|
|
681
592
|
//#endregion
|
|
682
|
-
//#region src/components/icon/icons/map.
|
|
683
|
-
var
|
|
593
|
+
//#region src/components/icon/icons/map.ts
|
|
594
|
+
var be = {
|
|
684
595
|
name: "map",
|
|
685
596
|
viewBox: "0 0 24 24",
|
|
686
597
|
path: "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",
|
|
687
598
|
strokeLinecap: "round",
|
|
688
599
|
strokeLinejoin: "round"
|
|
689
600
|
};
|
|
690
|
-
e(
|
|
601
|
+
e(be);
|
|
691
602
|
//#endregion
|
|
692
|
-
//#region src/components/icon/icons/location.
|
|
693
|
-
var
|
|
603
|
+
//#region src/components/icon/icons/location.ts
|
|
604
|
+
var xe = {
|
|
694
605
|
name: "location",
|
|
695
606
|
viewBox: "0 0 24 24",
|
|
696
607
|
path: "M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",
|
|
697
608
|
strokeLinecap: "round",
|
|
698
609
|
strokeLinejoin: "round"
|
|
699
610
|
};
|
|
700
|
-
e(
|
|
611
|
+
e(xe);
|
|
612
|
+
//#endregion
|
|
613
|
+
//#region src/components/icon/icons/dollar-sign.ts
|
|
614
|
+
var Se = {
|
|
615
|
+
name: "dollar-sign",
|
|
616
|
+
viewBox: "0 0 24 24",
|
|
617
|
+
path: "M12 3v18M17 7c0-1.2-1.3-2-3-2h-4c-1.7 0-3 1-3 2.2 0 1.5 1.4 2.2 3 2.6l4 1c1.6.4 3 1.1 3 2.6 0 1.2-1.3 2.2-3 2.2h-4c-1.7 0-3-1-3-2",
|
|
618
|
+
strokeWidth: "2.75",
|
|
619
|
+
strokeLinecap: "butt",
|
|
620
|
+
strokeLinejoin: "miter"
|
|
621
|
+
};
|
|
622
|
+
e(Se);
|
|
623
|
+
//#endregion
|
|
624
|
+
//#region src/components/icon/icons/credit-card.ts
|
|
625
|
+
var Ce = {
|
|
626
|
+
name: "credit-card",
|
|
627
|
+
viewBox: "0 0 24 24",
|
|
628
|
+
path: "M3 7.5A2.5 2.5 0 0 1 5.5 5h13A2.5 2.5 0 0 1 21 7.5v9A2.5 2.5 0 0 1 18.5 19h-13A2.5 2.5 0 0 1 3 16.5v-9zM3 10h18M7 15h3",
|
|
629
|
+
strokeLinecap: "round",
|
|
630
|
+
strokeLinejoin: "round"
|
|
631
|
+
};
|
|
632
|
+
e(Ce);
|
|
633
|
+
//#endregion
|
|
634
|
+
//#region src/components/icon/icons/building.ts
|
|
635
|
+
var we = {
|
|
636
|
+
name: "building",
|
|
637
|
+
viewBox: "0 0 24 24",
|
|
638
|
+
path: "M7 21V6l5-3 5 3v15M3 21h18M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M11 21v-3h2v3",
|
|
639
|
+
strokeLinecap: "square",
|
|
640
|
+
strokeLinejoin: "miter",
|
|
641
|
+
strokeWidth: "2.25"
|
|
642
|
+
};
|
|
643
|
+
e(we);
|
|
644
|
+
//#endregion
|
|
645
|
+
//#region src/components/icon/icons/buildings.ts
|
|
646
|
+
var $ = {
|
|
647
|
+
name: "buildings",
|
|
648
|
+
viewBox: "0 0 24 24",
|
|
649
|
+
path: "M2 21h20M4 21v-9l3-2v11M9 21V6l3-2 3 2v15M17 21V10l3 2v9M5 13h1M5 16h1M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M18 13h1M18 16h1M11 21v-3h2v3",
|
|
650
|
+
strokeLinecap: "square",
|
|
651
|
+
strokeLinejoin: "miter",
|
|
652
|
+
strokeWidth: "2.25"
|
|
653
|
+
};
|
|
654
|
+
e($), e(de), e(oe), e(t), e(n), e(r), e(i), e(a), e(o), e(s), e(c), e(l), e(u), e(d), e(f), e(p), e(m), e(h), e(g), e(_), e(v), e(y), e(b), e(x), e(S), e(C), e(w), e(T), e(E), e(ue), e(D), e(O), e(pe), e(k), e(A), e(j), e(M), e(N), e(P), e(F), e(I), e(L), e(R), e(re), e(ce), e(ae), e(te), e(fe), e(ne), e(z), e(B), e(V), e(H), e(U), e(W), e(G), e(K), e(q), e(J), e(Y), e(X), e(Z), e(Q), e(me), e(se), e(ee), e(le), e(ie), e(he), e(ge), e(_e), e(ve), e(ye), e(be), e(xe), e(Se), e(Ce), e(we), e($);
|
|
701
655
|
//#endregion
|
|
656
|
+
export { V as archiveIcon, me as arrowDownIcon, n as arrowLeftIcon, Z as arrowRightIcon, Q as arrowUpIcon, j as attachIcon, ye as barcodeIcon, S as bookmarkIcon, we as buildingIcon, $ as buildingsIcon, v as calendarDayIcon, b as calendarEmptyIcon, _ as calendarIcon, y as calendarWeekIcon, ie as caretDownIcon, se as caretLeftIcon, ee as caretRightIcon, le as caretUpIcon, o as chatIcon, re as checkIcon, x as clockIcon, ce as closeIcon, I as copyIcon, Ce as creditCardIcon, N as deleteIcon, c as documentationIcon, Se as dollarSignIcon, k as downloadIcon, F as duplicateIcon, M as editIcon, X as ellipsisIcon, te as errorIcon, G as externalLinkIcon, B as fileIcon, T as filterIcon, z as folderIcon, K as gridIcon, s as helpIcon, r as homeIcon, H as imageIcon, ne as infoIcon, d as languageIcon, W as linkIcon, q as listIcon, xe as locationIcon, he as lockIcon, h as loginIcon, m as logoutIcon, l as mailIcon, be as mapIcon, Y as menuIcon, f as moonIcon, a as notificationsIcon, L as pasteIcon, w as pinIcon, de as plusIcon, A as printIcon, D as refreshIcon, R as removeIcon, P as saveIcon, i as searchIcon, u as settingsIcon, O as shareIcon, ue as sortArrowsIcon, E as sortIcon, C as starIcon, fe as successIcon, p as sunIcon, J as tableIcon, ve as tagIcon, t as trashIcon, ge as unlockIcon, pe as uploadIcon, g as userAddIcon, oe as userIcon, _e as usersIcon, U as videoIcon, ae as warningIcon };
|