@forgedevstack/bear 1.0.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/README.md +279 -0
- package/dist/components/Accordion/Accordion.cjs +1 -0
- package/dist/components/Accordion/Accordion.d.ts +22 -0
- package/dist/components/Accordion/Accordion.js +79 -0
- package/dist/components/Accordion/Accordion.types.d.ts +32 -0
- package/dist/components/Accordion/index.d.ts +2 -0
- package/dist/components/Alert/Alert.cjs +1 -0
- package/dist/components/Alert/Alert.d.ts +16 -0
- package/dist/components/Alert/Alert.js +109 -0
- package/dist/components/Alert/Alert.types.d.ts +23 -0
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/AppBar/AppBar.cjs +1 -0
- package/dist/components/AppBar/AppBar.d.ts +3 -0
- package/dist/components/AppBar/AppBar.js +49 -0
- package/dist/components/AppBar/AppBar.types.d.ts +12 -0
- package/dist/components/AppBar/index.d.ts +2 -0
- package/dist/components/Autocomplete/Autocomplete.cjs +1 -0
- package/dist/components/Autocomplete/Autocomplete.d.ts +17 -0
- package/dist/components/Autocomplete/Autocomplete.js +137 -0
- package/dist/components/Autocomplete/Autocomplete.types.d.ts +36 -0
- package/dist/components/Autocomplete/index.d.ts +2 -0
- package/dist/components/Avatar/Avatar.cjs +1 -0
- package/dist/components/Avatar/Avatar.d.ts +16 -0
- package/dist/components/Avatar/Avatar.js +102 -0
- package/dist/components/Avatar/Avatar.types.d.ts +31 -0
- package/dist/components/Avatar/index.d.ts +2 -0
- package/dist/components/Badge/Badge.cjs +1 -0
- package/dist/components/Badge/Badge.d.ts +13 -0
- package/dist/components/Badge/Badge.js +67 -0
- package/dist/components/Badge/Badge.types.d.ts +14 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/BearLoader/BearLoader.cjs +40 -0
- package/dist/components/BearLoader/BearLoader.d.ts +14 -0
- package/dist/components/BearLoader/BearLoader.js +183 -0
- package/dist/components/BearLoader/BearLoader.types.d.ts +16 -0
- package/dist/components/BearLoader/index.d.ts +2 -0
- package/dist/components/BearLogo/BearLogo.cjs +1 -0
- package/dist/components/BearLogo/BearLogo.d.ts +18 -0
- package/dist/components/BearLogo/BearLogo.js +134 -0
- package/dist/components/BearLogo/EmberLogo.d.ts +14 -0
- package/dist/components/BearLogo/index.d.ts +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.ts +3 -0
- package/dist/components/BottomNavigation/BottomNavigation.js +49 -0
- package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +16 -0
- package/dist/components/BottomNavigation/index.d.ts +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js +41 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +17 -0
- package/dist/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/components/Button/Button.cjs +57 -0
- package/dist/components/Button/Button.d.ts +20 -0
- package/dist/components/Button/Button.js +125 -0
- package/dist/components/Button/Button.types.d.ts +18 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/ButtonGroup/ButtonGroup.cjs +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +16 -0
- package/dist/components/ButtonGroup/ButtonGroup.js +51 -0
- package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +18 -0
- package/dist/components/ButtonGroup/index.d.ts +2 -0
- package/dist/components/Card/Card.cjs +1 -0
- package/dist/components/Card/Card.d.ts +31 -0
- package/dist/components/Card/Card.js +113 -0
- package/dist/components/Card/Card.types.d.ts +28 -0
- package/dist/components/Card/index.d.ts +2 -0
- package/dist/components/Carousel/Carousel.cjs +1 -0
- package/dist/components/Carousel/Carousel.d.ts +15 -0
- package/dist/components/Carousel/Carousel.js +122 -0
- package/dist/components/Carousel/Carousel.types.d.ts +25 -0
- package/dist/components/Carousel/index.d.ts +2 -0
- package/dist/components/Checkbox/Checkbox.cjs +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +13 -0
- package/dist/components/Checkbox/Checkbox.js +139 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +28 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Chip/Chip.cjs +1 -0
- package/dist/components/Chip/Chip.d.ts +3 -0
- package/dist/components/Chip/Chip.js +85 -0
- package/dist/components/Chip/Chip.types.d.ts +13 -0
- package/dist/components/Chip/index.d.ts +2 -0
- package/dist/components/Collapsible/Collapsible.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts +3 -0
- package/dist/components/Collapsible/Collapsible.js +59 -0
- package/dist/components/Collapsible/Collapsible.types.d.ts +13 -0
- package/dist/components/Collapsible/index.d.ts +2 -0
- package/dist/components/ColorPicker/ColorPicker.cjs +1 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/ColorPicker.js +113 -0
- package/dist/components/ColorPicker/ColorPicker.types.d.ts +11 -0
- package/dist/components/ColorPicker/index.d.ts +2 -0
- package/dist/components/Container/Container.cjs +1 -0
- package/dist/components/Container/Container.d.ts +12 -0
- package/dist/components/Container/Container.js +40 -0
- package/dist/components/Container/Container.types.d.ts +12 -0
- package/dist/components/Container/index.d.ts +2 -0
- package/dist/components/CopyButton/CopyButton.cjs +1 -0
- package/dist/components/CopyButton/CopyButton.d.ts +3 -0
- package/dist/components/CopyButton/CopyButton.js +52 -0
- package/dist/components/CopyButton/CopyButton.types.d.ts +13 -0
- package/dist/components/CopyButton/index.d.ts +2 -0
- package/dist/components/DataTable/DataTable.cjs +1 -0
- package/dist/components/DataTable/DataTable.d.ts +22 -0
- package/dist/components/DataTable/DataTable.js +120 -0
- package/dist/components/DataTable/DataTable.types.d.ts +53 -0
- package/dist/components/DataTable/index.d.ts +2 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +3 -0
- package/dist/components/DatePicker/DatePicker.js +111 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts +25 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/Divider/Divider.cjs +1 -0
- package/dist/components/Divider/Divider.d.ts +22 -0
- package/dist/components/Divider/Divider.js +99 -0
- package/dist/components/Divider/Divider.types.d.ts +19 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Drawer/Drawer.cjs +1 -0
- package/dist/components/Drawer/Drawer.d.ts +3 -0
- package/dist/components/Drawer/Drawer.js +113 -0
- package/dist/components/Drawer/Drawer.types.d.ts +23 -0
- package/dist/components/Drawer/index.d.ts +2 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +19 -0
- package/dist/components/Dropdown/Dropdown.js +171 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +56 -0
- package/dist/components/Dropdown/index.d.ts +2 -0
- package/dist/components/EmptyState/EmptyState.cjs +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +3 -0
- package/dist/components/EmptyState/EmptyState.js +35 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts +11 -0
- package/dist/components/EmptyState/index.d.ts +2 -0
- package/dist/components/Fab/Fab.cjs +1 -0
- package/dist/components/Fab/Fab.d.ts +17 -0
- package/dist/components/Fab/Fab.js +70 -0
- package/dist/components/Fab/Fab.types.d.ts +24 -0
- package/dist/components/Fab/index.d.ts +2 -0
- package/dist/components/FileUpload/FileUpload.cjs +1 -0
- package/dist/components/FileUpload/FileUpload.d.ts +3 -0
- package/dist/components/FileUpload/FileUpload.js +112 -0
- package/dist/components/FileUpload/FileUpload.types.d.ts +25 -0
- package/dist/components/FileUpload/index.d.ts +2 -0
- package/dist/components/Flex/Flex.cjs +1 -0
- package/dist/components/Flex/Flex.d.ts +13 -0
- package/dist/components/Flex/Flex.js +79 -0
- package/dist/components/Flex/Flex.types.d.ts +23 -0
- package/dist/components/Flex/index.d.ts +2 -0
- package/dist/components/Grid/Grid.cjs +1 -0
- package/dist/components/Grid/Grid.d.ts +20 -0
- package/dist/components/Grid/Grid.js +99 -0
- package/dist/components/Grid/Grid.types.d.ts +29 -0
- package/dist/components/Grid/index.d.ts +2 -0
- package/dist/components/Icon/Icon.cjs +1 -0
- package/dist/components/Icon/Icon.d.ts +39 -0
- package/dist/components/Icon/Icon.js +44 -0
- package/dist/components/Icon/Icon.types.d.ts +16 -0
- package/dist/components/Icon/icons/action.cjs +1 -0
- package/dist/components/Icon/icons/action.d.ts +85 -0
- package/dist/components/Icon/icons/action.js +351 -0
- package/dist/components/Icon/icons/communication.cjs +1 -0
- package/dist/components/Icon/icons/communication.d.ts +48 -0
- package/dist/components/Icon/icons/communication.js +184 -0
- package/dist/components/Icon/icons/content.cjs +1 -0
- package/dist/components/Icon/icons/content.d.ts +53 -0
- package/dist/components/Icon/icons/content.js +231 -0
- package/dist/components/Icon/icons/editor.cjs +1 -0
- package/dist/components/Icon/icons/editor.d.ts +53 -0
- package/dist/components/Icon/icons/editor.js +280 -0
- package/dist/components/Icon/icons/index.d.ts +9 -0
- package/dist/components/Icon/icons/media.cjs +1 -0
- package/dist/components/Icon/icons/media.d.ts +64 -0
- package/dist/components/Icon/icons/media.js +306 -0
- package/dist/components/Icon/icons/misc.cjs +1 -0
- package/dist/components/Icon/icons/misc.d.ts +80 -0
- package/dist/components/Icon/icons/misc.js +367 -0
- package/dist/components/Icon/icons/navigation.cjs +1 -0
- package/dist/components/Icon/icons/navigation.d.ts +56 -0
- package/dist/components/Icon/icons/navigation.js +215 -0
- package/dist/components/Icon/icons/status.cjs +1 -0
- package/dist/components/Icon/icons/status.d.ts +61 -0
- package/dist/components/Icon/icons/status.js +271 -0
- package/dist/components/Icon/index.cjs +1 -0
- package/dist/components/Icon/index.d.ts +506 -0
- package/dist/components/Icon/index.js +38 -0
- package/dist/components/Image/Image.cjs +1 -0
- package/dist/components/Image/Image.d.ts +3 -0
- package/dist/components/Image/Image.js +99 -0
- package/dist/components/Image/Image.types.d.ts +16 -0
- package/dist/components/Image/index.d.ts +2 -0
- package/dist/components/Input/Input.cjs +1 -0
- package/dist/components/Input/Input.d.ts +3 -0
- package/dist/components/Input/Input.js +64 -0
- package/dist/components/Input/Input.types.d.ts +17 -0
- package/dist/components/Input/index.d.ts +2 -0
- package/dist/components/Kbd/Kbd.cjs +1 -0
- package/dist/components/Kbd/Kbd.d.ts +3 -0
- package/dist/components/Kbd/Kbd.js +58 -0
- package/dist/components/Kbd/Kbd.types.d.ts +8 -0
- package/dist/components/Kbd/index.d.ts +2 -0
- package/dist/components/Link/Link.cjs +1 -0
- package/dist/components/Link/Link.d.ts +13 -0
- package/dist/components/Link/Link.js +81 -0
- package/dist/components/Link/Link.types.d.ts +18 -0
- package/dist/components/Link/index.d.ts +2 -0
- package/dist/components/List/List.cjs +1 -0
- package/dist/components/List/List.d.ts +35 -0
- package/dist/components/List/List.js +204 -0
- package/dist/components/List/List.types.d.ts +72 -0
- package/dist/components/List/index.d.ts +2 -0
- package/dist/components/Menu/Menu.cjs +1 -0
- package/dist/components/Menu/Menu.d.ts +29 -0
- package/dist/components/Menu/Menu.js +111 -0
- package/dist/components/Menu/Menu.types.d.ts +39 -0
- package/dist/components/Menu/index.d.ts +2 -0
- package/dist/components/Modal/Modal.cjs +1 -0
- package/dist/components/Modal/Modal.d.ts +3 -0
- package/dist/components/Modal/Modal.js +86 -0
- package/dist/components/Modal/Modal.types.d.ts +23 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/MultiSelect/MultiSelect.cjs +1 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +20 -0
- package/dist/components/MultiSelect/MultiSelect.js +140 -0
- package/dist/components/MultiSelect/MultiSelect.types.d.ts +33 -0
- package/dist/components/MultiSelect/index.d.ts +2 -0
- package/dist/components/NumberInput/NumberInput.cjs +1 -0
- package/dist/components/NumberInput/NumberInput.d.ts +3 -0
- package/dist/components/NumberInput/NumberInput.js +109 -0
- package/dist/components/NumberInput/NumberInput.types.d.ts +18 -0
- package/dist/components/NumberInput/index.d.ts +2 -0
- package/dist/components/OTPInput/OTPInput.cjs +1 -0
- package/dist/components/OTPInput/OTPInput.d.ts +3 -0
- package/dist/components/OTPInput/OTPInput.js +83 -0
- package/dist/components/OTPInput/OTPInput.types.d.ts +13 -0
- package/dist/components/OTPInput/index.d.ts +2 -0
- package/dist/components/Pagination/Pagination.cjs +1 -0
- package/dist/components/Pagination/Pagination.d.ts +13 -0
- package/dist/components/Pagination/Pagination.js +156 -0
- package/dist/components/Pagination/Pagination.types.d.ts +34 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Paper/Paper.cjs +1 -0
- package/dist/components/Paper/Paper.d.ts +17 -0
- package/dist/components/Paper/Paper.js +67 -0
- package/dist/components/Paper/Paper.types.d.ts +19 -0
- package/dist/components/Paper/index.d.ts +2 -0
- package/dist/components/Popover/Popover.cjs +1 -0
- package/dist/components/Popover/Popover.d.ts +3 -0
- package/dist/components/Popover/Popover.js +93 -0
- package/dist/components/Popover/Popover.types.d.ts +16 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Progress/Progress.cjs +1 -0
- package/dist/components/Progress/Progress.d.ts +13 -0
- package/dist/components/Progress/Progress.js +74 -0
- package/dist/components/Progress/Progress.types.d.ts +24 -0
- package/dist/components/Progress/index.d.ts +2 -0
- package/dist/components/Radio/Radio.cjs +1 -0
- package/dist/components/Radio/Radio.d.ts +11 -0
- package/dist/components/Radio/Radio.js +172 -0
- package/dist/components/Radio/Radio.types.d.ts +52 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Rating/Rating.cjs +1 -0
- package/dist/components/Rating/Rating.d.ts +19 -0
- package/dist/components/Rating/Rating.js +99 -0
- package/dist/components/Rating/Rating.types.d.ts +38 -0
- package/dist/components/Rating/index.d.ts +2 -0
- package/dist/components/ScrollArea/ScrollArea.cjs +1 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +3 -0
- package/dist/components/ScrollArea/ScrollArea.js +44 -0
- package/dist/components/ScrollArea/ScrollArea.types.d.ts +10 -0
- package/dist/components/ScrollArea/index.d.ts +2 -0
- package/dist/components/Select/Select.cjs +1 -0
- package/dist/components/Select/Select.d.ts +3 -0
- package/dist/components/Select/Select.js +105 -0
- package/dist/components/Select/Select.types.d.ts +27 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +27 -0
- package/dist/components/Skeleton/Skeleton.js +116 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts +21 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Slider/Slider.cjs +1 -0
- package/dist/components/Slider/Slider.d.ts +14 -0
- package/dist/components/Slider/Slider.js +191 -0
- package/dist/components/Slider/Slider.types.d.ts +41 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/SpeedDial/SpeedDial.cjs +1 -0
- package/dist/components/SpeedDial/SpeedDial.d.ts +20 -0
- package/dist/components/SpeedDial/SpeedDial.js +150 -0
- package/dist/components/SpeedDial/SpeedDial.types.d.ts +48 -0
- package/dist/components/SpeedDial/index.d.ts +2 -0
- package/dist/components/Spinner/Spinner.cjs +1 -0
- package/dist/components/Spinner/Spinner.d.ts +12 -0
- package/dist/components/Spinner/Spinner.js +51 -0
- package/dist/components/Spinner/Spinner.types.d.ts +11 -0
- package/dist/components/Spinner/index.d.ts +2 -0
- package/dist/components/Statistic/Statistic.cjs +1 -0
- package/dist/components/Statistic/Statistic.d.ts +3 -0
- package/dist/components/Statistic/Statistic.js +55 -0
- package/dist/components/Statistic/Statistic.types.d.ts +18 -0
- package/dist/components/Statistic/index.d.ts +2 -0
- package/dist/components/Stepper/Stepper.cjs +1 -0
- package/dist/components/Stepper/Stepper.d.ts +3 -0
- package/dist/components/Stepper/Stepper.js +100 -0
- package/dist/components/Stepper/Stepper.types.d.ts +20 -0
- package/dist/components/Stepper/index.d.ts +2 -0
- package/dist/components/Switch/Switch.cjs +1 -0
- package/dist/components/Switch/Switch.d.ts +3 -0
- package/dist/components/Switch/Switch.js +81 -0
- package/dist/components/Switch/Switch.types.d.ts +13 -0
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Tabs/Tabs.cjs +1 -0
- package/dist/components/Tabs/Tabs.d.ts +30 -0
- package/dist/components/Tabs/Tabs.js +80 -0
- package/dist/components/Tabs/Tabs.types.d.ts +44 -0
- package/dist/components/Tabs/index.d.ts +2 -0
- package/dist/components/TimePicker/TimePicker.cjs +1 -0
- package/dist/components/TimePicker/TimePicker.d.ts +3 -0
- package/dist/components/TimePicker/TimePicker.js +124 -0
- package/dist/components/TimePicker/TimePicker.types.d.ts +17 -0
- package/dist/components/TimePicker/index.d.ts +2 -0
- package/dist/components/Timeline/Timeline.cjs +1 -0
- package/dist/components/Timeline/Timeline.d.ts +3 -0
- package/dist/components/Timeline/Timeline.js +71 -0
- package/dist/components/Timeline/Timeline.types.d.ts +18 -0
- package/dist/components/Timeline/index.d.ts +2 -0
- package/dist/components/Toast/Toast.cjs +1 -0
- package/dist/components/Toast/Toast.d.ts +9 -0
- package/dist/components/Toast/Toast.js +158 -0
- package/dist/components/Toast/Toast.types.d.ts +49 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Tooltip/Tooltip.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +3 -0
- package/dist/components/Tooltip/Tooltip.js +86 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +17 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/TransferList/TransferList.cjs +1 -0
- package/dist/components/TransferList/TransferList.d.ts +21 -0
- package/dist/components/TransferList/TransferList.js +210 -0
- package/dist/components/TransferList/TransferList.types.d.ts +45 -0
- package/dist/components/TransferList/index.d.ts +2 -0
- package/dist/components/TreeView/TreeView.cjs +1 -0
- package/dist/components/TreeView/TreeView.d.ts +3 -0
- package/dist/components/TreeView/TreeView.js +76 -0
- package/dist/components/TreeView/TreeView.types.d.ts +25 -0
- package/dist/components/TreeView/index.d.ts +2 -0
- package/dist/components/Typography/Typography.cjs +1 -0
- package/dist/components/Typography/Typography.d.ts +14 -0
- package/dist/components/Typography/Typography.js +114 -0
- package/dist/components/Typography/Typography.types.d.ts +37 -0
- package/dist/components/Typography/index.d.ts +2 -0
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.d.ts +132 -0
- package/dist/components/index.js +171 -0
- package/dist/context/BearProvider.cjs +1 -0
- package/dist/context/BearProvider.d.ts +59 -0
- package/dist/context/BearProvider.js +67 -0
- package/dist/context/defaultTheme.cjs +1 -0
- package/dist/context/defaultTheme.d.ts +9 -0
- package/dist/context/defaultTheme.js +215 -0
- package/dist/context/index.cjs +1 -0
- package/dist/context/index.d.ts +2 -0
- package/dist/context/index.js +10 -0
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.js +13 -0
- package/dist/hooks/useClickOutside.cjs +1 -0
- package/dist/hooks/useClickOutside.d.ts +13 -0
- package/dist/hooks/useClickOutside.js +15 -0
- package/dist/hooks/useDisclosure.cjs +1 -0
- package/dist/hooks/useDisclosure.d.ts +26 -0
- package/dist/hooks/useDisclosure.js +14 -0
- package/dist/hooks/useMediaQuery.cjs +1 -0
- package/dist/hooks/useMediaQuery.d.ts +15 -0
- package/dist/hooks/useMediaQuery.js +21 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +195 -0
- package/dist/types/component.types.d.ts +39 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/theme.types.d.ts +126 -0
- package/dist/utils/cn.cjs +1 -0
- package/dist/utils/cn.d.ts +17 -0
- package/dist/utils/cn.js +19 -0
- package/dist/utils/deepMerge.cjs +1 -0
- package/dist/utils/deepMerge.d.ts +9 -0
- package/dist/utils/deepMerge.js +13 -0
- package/dist/utils/index.cjs +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +7 -0
- package/package.json +108 -0
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon.types';
|
|
3
|
+
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
+
export declare const AddIcon: IconComponent;
|
|
5
|
+
export declare const AddCircleIcon: IconComponent;
|
|
6
|
+
export declare const AddBoxIcon: IconComponent;
|
|
7
|
+
export declare const RemoveIcon: IconComponent;
|
|
8
|
+
export declare const RemoveCircleIcon: IconComponent;
|
|
9
|
+
export declare const DeleteIcon: IconComponent;
|
|
10
|
+
export declare const DeleteForeverIcon: IconComponent;
|
|
11
|
+
export declare const SearchIcon: IconComponent;
|
|
12
|
+
export declare const SearchOffIcon: IconComponent;
|
|
13
|
+
export declare const FindReplaceIcon: IconComponent;
|
|
14
|
+
export declare const SettingsIcon: IconComponent;
|
|
15
|
+
export declare const TuneIcon: IconComponent;
|
|
16
|
+
export declare const FilterIcon: IconComponent;
|
|
17
|
+
export declare const FilterListIcon: IconComponent;
|
|
18
|
+
export declare const SortIcon: IconComponent;
|
|
19
|
+
export declare const EditIcon: IconComponent;
|
|
20
|
+
export declare const EditNoteIcon: IconComponent;
|
|
21
|
+
export declare const CreateIcon: IconComponent;
|
|
22
|
+
export declare const SaveIcon: IconComponent;
|
|
23
|
+
export declare const SaveAltIcon: IconComponent;
|
|
24
|
+
export declare const DownloadIcon: IconComponent;
|
|
25
|
+
export declare const UploadIcon: IconComponent;
|
|
26
|
+
export declare const CloudDownloadIcon: IconComponent;
|
|
27
|
+
export declare const CloudUploadIcon: IconComponent;
|
|
28
|
+
export declare const CopyIcon: IconComponent;
|
|
29
|
+
export declare const ContentCopyIcon: IconComponent;
|
|
30
|
+
export declare const ContentPasteIcon: IconComponent;
|
|
31
|
+
export declare const ContentCutIcon: IconComponent;
|
|
32
|
+
export declare const UndoIcon: IconComponent;
|
|
33
|
+
export declare const RedoIcon: IconComponent;
|
|
34
|
+
export declare const RefreshIcon: IconComponent;
|
|
35
|
+
export declare const SyncIcon: IconComponent;
|
|
36
|
+
export declare const CachedIcon: IconComponent;
|
|
37
|
+
export declare const PowerIcon: IconComponent;
|
|
38
|
+
export declare const PowerOffIcon: IconComponent;
|
|
39
|
+
export declare const VisibilityIcon: IconComponent;
|
|
40
|
+
export declare const VisibilityOffIcon: IconComponent;
|
|
41
|
+
export declare const LockIcon: IconComponent;
|
|
42
|
+
export declare const LockOpenIcon: IconComponent;
|
|
43
|
+
export declare const KeyIcon: IconComponent;
|
|
44
|
+
export declare const PersonIcon: IconComponent;
|
|
45
|
+
export declare const PersonAddIcon: IconComponent;
|
|
46
|
+
export declare const PersonRemoveIcon: IconComponent;
|
|
47
|
+
export declare const GroupIcon: IconComponent;
|
|
48
|
+
export declare const GroupAddIcon: IconComponent;
|
|
49
|
+
export declare const ZoomInIcon: IconComponent;
|
|
50
|
+
export declare const ZoomOutIcon: IconComponent;
|
|
51
|
+
export declare const PrintIcon: IconComponent;
|
|
52
|
+
export declare const BuildIcon: IconComponent;
|
|
53
|
+
export declare const HandymanIcon: IconComponent;
|
|
54
|
+
export declare const MoreHorizIcon: IconComponent;
|
|
55
|
+
export declare const MoreVertIcon: IconComponent;
|
|
56
|
+
export declare const FullscreenIcon: IconComponent;
|
|
57
|
+
export declare const FullscreenExitIcon: IconComponent;
|
|
58
|
+
export declare const FavoriteIcon: IconComponent;
|
|
59
|
+
export declare const FavoriteBorderIcon: IconComponent;
|
|
60
|
+
export declare const StarIcon: IconComponent;
|
|
61
|
+
export declare const StarBorderIcon: IconComponent;
|
|
62
|
+
export declare const StarHalfIcon: IconComponent;
|
|
63
|
+
export declare const BookmarkIcon: IconComponent;
|
|
64
|
+
export declare const BookmarkBorderIcon: IconComponent;
|
|
65
|
+
export declare const BookmarkAddIcon: IconComponent;
|
|
66
|
+
export declare const ShareIcon: IconComponent;
|
|
67
|
+
export declare const OpenInNewIcon: IconComponent;
|
|
68
|
+
export declare const LaunchIcon: IconComponent;
|
|
69
|
+
export declare const LinkIcon: IconComponent;
|
|
70
|
+
export declare const LinkOffIcon: IconComponent;
|
|
71
|
+
export declare const ArchiveIcon: IconComponent;
|
|
72
|
+
export declare const UnarchiveIcon: IconComponent;
|
|
73
|
+
export declare const HelpIcon: IconComponent;
|
|
74
|
+
export declare const HelpOutlineIcon: IconComponent;
|
|
75
|
+
export declare const LogoutIcon: IconComponent;
|
|
76
|
+
export declare const LoginIcon: IconComponent;
|
|
77
|
+
export declare const SendIcon: IconComponent;
|
|
78
|
+
export declare const FlashOnIcon: IconComponent;
|
|
79
|
+
export declare const FlashOffIcon: IconComponent;
|
|
80
|
+
export declare const ShoppingCartIcon: IconComponent;
|
|
81
|
+
export declare const ShoppingBagIcon: IconComponent;
|
|
82
|
+
export declare const AddShoppingCartIcon: IconComponent;
|
|
83
|
+
export declare const DragHandleIcon: IconComponent;
|
|
84
|
+
export declare const DragIndicatorIcon: IconComponent;
|
|
85
|
+
export {};
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
import { jsxs as e, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as l } from "../Icon.js";
|
|
3
|
+
const t = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
4
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
|
5
|
+
/* @__PURE__ */ c("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
|
6
|
+
] }), r = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
7
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
|
|
8
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "16" }),
|
|
9
|
+
/* @__PURE__ */ c("line", { x1: "8", y1: "12", x2: "16", y2: "12" })
|
|
10
|
+
] }), y = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
11
|
+
/* @__PURE__ */ c("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
12
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "16" }),
|
|
13
|
+
/* @__PURE__ */ c("line", { x1: "8", y1: "12", x2: "16", y2: "12" })
|
|
14
|
+
] }), a = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }), h = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
15
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
|
|
16
|
+
/* @__PURE__ */ c("line", { x1: "8", y1: "12", x2: "16", y2: "12" })
|
|
17
|
+
] }), x = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
18
|
+
/* @__PURE__ */ c("polyline", { points: "3 6 5 6 21 6" }),
|
|
19
|
+
/* @__PURE__ */ c("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
20
|
+
] }), d = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
21
|
+
/* @__PURE__ */ c("polyline", { points: "3 6 5 6 21 6" }),
|
|
22
|
+
/* @__PURE__ */ c("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }),
|
|
23
|
+
/* @__PURE__ */ c("line", { x1: "10", y1: "11", x2: "10", y2: "17" }),
|
|
24
|
+
/* @__PURE__ */ c("line", { x1: "14", y1: "11", x2: "14", y2: "17" })
|
|
25
|
+
] }), p = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
26
|
+
/* @__PURE__ */ c("circle", { cx: "11", cy: "11", r: "8" }),
|
|
27
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" })
|
|
28
|
+
] }), s = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
29
|
+
/* @__PURE__ */ c("circle", { cx: "11", cy: "11", r: "8" }),
|
|
30
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" }),
|
|
31
|
+
/* @__PURE__ */ c("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
|
|
32
|
+
] }), I = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
33
|
+
/* @__PURE__ */ c("circle", { cx: "11", cy: "11", r: "8" }),
|
|
34
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" }),
|
|
35
|
+
/* @__PURE__ */ c("path", { d: "M11 8v6l4 2" })
|
|
36
|
+
] }), M = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
37
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "3" }),
|
|
38
|
+
/* @__PURE__ */ c("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })
|
|
39
|
+
] }), v = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
40
|
+
/* @__PURE__ */ c("line", { x1: "4", y1: "21", x2: "4", y2: "14" }),
|
|
41
|
+
/* @__PURE__ */ c("line", { x1: "4", y1: "10", x2: "4", y2: "3" }),
|
|
42
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "21", x2: "12", y2: "12" }),
|
|
43
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "3" }),
|
|
44
|
+
/* @__PURE__ */ c("line", { x1: "20", y1: "21", x2: "20", y2: "16" }),
|
|
45
|
+
/* @__PURE__ */ c("line", { x1: "20", y1: "12", x2: "20", y2: "3" }),
|
|
46
|
+
/* @__PURE__ */ c("line", { x1: "1", y1: "14", x2: "7", y2: "14" }),
|
|
47
|
+
/* @__PURE__ */ c("line", { x1: "9", y1: "8", x2: "15", y2: "8" }),
|
|
48
|
+
/* @__PURE__ */ c("line", { x1: "17", y1: "16", x2: "23", y2: "16" })
|
|
49
|
+
] }), H = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }) }), L = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
50
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
51
|
+
/* @__PURE__ */ c("line", { x1: "6", y1: "12", x2: "18", y2: "12" }),
|
|
52
|
+
/* @__PURE__ */ c("line", { x1: "9", y1: "18", x2: "15", y2: "18" })
|
|
53
|
+
] }), V = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
54
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
55
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "12", x2: "15", y2: "12" }),
|
|
56
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "18", x2: "9", y2: "18" })
|
|
57
|
+
] }), g = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
58
|
+
/* @__PURE__ */ c("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }),
|
|
59
|
+
/* @__PURE__ */ c("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })
|
|
60
|
+
] }), m = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
61
|
+
/* @__PURE__ */ c("path", { d: "M12 20h9" }),
|
|
62
|
+
/* @__PURE__ */ c("path", { d: "M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z" })
|
|
63
|
+
] }), A = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
64
|
+
/* @__PURE__ */ c("path", { d: "M12 20h9" }),
|
|
65
|
+
/* @__PURE__ */ c("path", { d: "M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z" })
|
|
66
|
+
] }), C = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
67
|
+
/* @__PURE__ */ c("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }),
|
|
68
|
+
/* @__PURE__ */ c("polyline", { points: "17 21 17 13 7 13 7 21" }),
|
|
69
|
+
/* @__PURE__ */ c("polyline", { points: "7 3 7 8 15 8" })
|
|
70
|
+
] }), f = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
71
|
+
/* @__PURE__ */ c("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
72
|
+
/* @__PURE__ */ c("polyline", { points: "7 10 12 15 17 10" }),
|
|
73
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "15", x2: "12", y2: "3" })
|
|
74
|
+
] }), u = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
75
|
+
/* @__PURE__ */ c("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
76
|
+
/* @__PURE__ */ c("polyline", { points: "7 10 12 15 17 10" }),
|
|
77
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "15", x2: "12", y2: "3" })
|
|
78
|
+
] }), z = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
79
|
+
/* @__PURE__ */ c("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
80
|
+
/* @__PURE__ */ c("polyline", { points: "17 8 12 3 7 8" }),
|
|
81
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "3", x2: "12", y2: "15" })
|
|
82
|
+
] }), S = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
83
|
+
/* @__PURE__ */ c("polyline", { points: "8 17 12 21 16 17" }),
|
|
84
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "12", x2: "12", y2: "21" }),
|
|
85
|
+
/* @__PURE__ */ c("path", { d: "M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29" })
|
|
86
|
+
] }), w = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
87
|
+
/* @__PURE__ */ c("polyline", { points: "16 16 12 12 8 16" }),
|
|
88
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "12", x2: "12", y2: "21" }),
|
|
89
|
+
/* @__PURE__ */ c("path", { d: "M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3" })
|
|
90
|
+
] }), k = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
91
|
+
/* @__PURE__ */ c("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2" }),
|
|
92
|
+
/* @__PURE__ */ c("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })
|
|
93
|
+
] }), F = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
94
|
+
/* @__PURE__ */ c("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2" }),
|
|
95
|
+
/* @__PURE__ */ c("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })
|
|
96
|
+
] }), O = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
97
|
+
/* @__PURE__ */ c("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
98
|
+
/* @__PURE__ */ c("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })
|
|
99
|
+
] }), B = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
100
|
+
/* @__PURE__ */ c("circle", { cx: "6", cy: "6", r: "3" }),
|
|
101
|
+
/* @__PURE__ */ c("circle", { cx: "6", cy: "18", r: "3" }),
|
|
102
|
+
/* @__PURE__ */ c("line", { x1: "20", y1: "4", x2: "8.12", y2: "15.88" }),
|
|
103
|
+
/* @__PURE__ */ c("line", { x1: "14.47", y1: "14.48", x2: "20", y2: "20" }),
|
|
104
|
+
/* @__PURE__ */ c("line", { x1: "8.12", y1: "8.12", x2: "12", y2: "12" })
|
|
105
|
+
] }), P = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
106
|
+
/* @__PURE__ */ c("polyline", { points: "1 4 1 10 7 10" }),
|
|
107
|
+
/* @__PURE__ */ c("path", { d: "M3.51 15a9 9 0 1 0 2.13-9.36L1 10" })
|
|
108
|
+
] }), D = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
109
|
+
/* @__PURE__ */ c("polyline", { points: "23 4 23 10 17 10" }),
|
|
110
|
+
/* @__PURE__ */ c("path", { d: "M20.49 15a9 9 0 1 1-2.12-9.36L23 10" })
|
|
111
|
+
] }), R = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
112
|
+
/* @__PURE__ */ c("polyline", { points: "23 4 23 10 17 10" }),
|
|
113
|
+
/* @__PURE__ */ c("polyline", { points: "1 20 1 14 7 14" }),
|
|
114
|
+
/* @__PURE__ */ c("path", { d: "M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" })
|
|
115
|
+
] }), U = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
116
|
+
/* @__PURE__ */ c("polyline", { points: "23 4 23 10 17 10" }),
|
|
117
|
+
/* @__PURE__ */ c("polyline", { points: "1 20 1 14 7 14" }),
|
|
118
|
+
/* @__PURE__ */ c("path", { d: "M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" })
|
|
119
|
+
] }), E = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
120
|
+
/* @__PURE__ */ c("polyline", { points: "23 4 23 10 17 10" }),
|
|
121
|
+
/* @__PURE__ */ c("polyline", { points: "1 20 1 14 7 14" }),
|
|
122
|
+
/* @__PURE__ */ c("path", { d: "M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" })
|
|
123
|
+
] }), b = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
124
|
+
/* @__PURE__ */ c("path", { d: "M18.36 6.64a9 9 0 1 1-12.73 0" }),
|
|
125
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "2", x2: "12", y2: "12" })
|
|
126
|
+
] }), j = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
127
|
+
/* @__PURE__ */ c("path", { d: "M18.36 6.64a9 9 0 1 1-12.73 0" }),
|
|
128
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "2", x2: "12", y2: "12" }),
|
|
129
|
+
/* @__PURE__ */ c("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
|
|
130
|
+
] }), G = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
131
|
+
/* @__PURE__ */ c("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
132
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "3" })
|
|
133
|
+
] }), N = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
134
|
+
/* @__PURE__ */ c("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }),
|
|
135
|
+
/* @__PURE__ */ c("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
136
|
+
] }), Z = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
137
|
+
/* @__PURE__ */ c("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
138
|
+
/* @__PURE__ */ c("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
139
|
+
] }), K = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
140
|
+
/* @__PURE__ */ c("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
141
|
+
/* @__PURE__ */ c("path", { d: "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
142
|
+
] }), T = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4" }) }), q = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
143
|
+
/* @__PURE__ */ c("path", { d: "M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" }),
|
|
144
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "7", r: "4" })
|
|
145
|
+
] }), J = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
146
|
+
/* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
|
|
147
|
+
/* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
|
|
148
|
+
/* @__PURE__ */ c("line", { x1: "20", y1: "8", x2: "20", y2: "14" }),
|
|
149
|
+
/* @__PURE__ */ c("line", { x1: "23", y1: "11", x2: "17", y2: "11" })
|
|
150
|
+
] }), Q = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
151
|
+
/* @__PURE__ */ c("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
|
|
152
|
+
/* @__PURE__ */ c("circle", { cx: "8.5", cy: "7", r: "4" }),
|
|
153
|
+
/* @__PURE__ */ c("line", { x1: "23", y1: "11", x2: "17", y2: "11" })
|
|
154
|
+
] }), W = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
155
|
+
/* @__PURE__ */ c("path", { d: "M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
|
|
156
|
+
/* @__PURE__ */ c("circle", { cx: "9", cy: "7", r: "4" }),
|
|
157
|
+
/* @__PURE__ */ c("path", { d: "M23 21v-2a4 4 0 0 0-3-3.87" }),
|
|
158
|
+
/* @__PURE__ */ c("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
|
|
159
|
+
] }), X = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
160
|
+
/* @__PURE__ */ c("path", { d: "M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
|
|
161
|
+
/* @__PURE__ */ c("circle", { cx: "9", cy: "7", r: "4" }),
|
|
162
|
+
/* @__PURE__ */ c("line", { x1: "23", y1: "11", x2: "17", y2: "11" }),
|
|
163
|
+
/* @__PURE__ */ c("line", { x1: "20", y1: "8", x2: "20", y2: "14" })
|
|
164
|
+
] }), Y = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
165
|
+
/* @__PURE__ */ c("circle", { cx: "11", cy: "11", r: "8" }),
|
|
166
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" }),
|
|
167
|
+
/* @__PURE__ */ c("line", { x1: "11", y1: "8", x2: "11", y2: "14" }),
|
|
168
|
+
/* @__PURE__ */ c("line", { x1: "8", y1: "11", x2: "14", y2: "11" })
|
|
169
|
+
] }), _ = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
170
|
+
/* @__PURE__ */ c("circle", { cx: "11", cy: "11", r: "8" }),
|
|
171
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" }),
|
|
172
|
+
/* @__PURE__ */ c("line", { x1: "8", y1: "11", x2: "14", y2: "11" })
|
|
173
|
+
] }), $ = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
174
|
+
/* @__PURE__ */ c("polyline", { points: "6 9 6 2 18 2 18 9" }),
|
|
175
|
+
/* @__PURE__ */ c("path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }),
|
|
176
|
+
/* @__PURE__ */ c("rect", { x: "6", y: "14", width: "12", height: "8" })
|
|
177
|
+
] }), c1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" }) }), n1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z" }) }), l1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
178
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "1" }),
|
|
179
|
+
/* @__PURE__ */ c("circle", { cx: "19", cy: "12", r: "1" }),
|
|
180
|
+
/* @__PURE__ */ c("circle", { cx: "5", cy: "12", r: "1" })
|
|
181
|
+
] }), e1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
182
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "1" }),
|
|
183
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "5", r: "1" }),
|
|
184
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "19", r: "1" })
|
|
185
|
+
] }), o1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }) }), i1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M4 14h6v6M20 10h-6V4M14 10l7-7M3 21l7-7" }) }), t1 = (n) => /* @__PURE__ */ c(l, { ...n, fill: "currentColor", stroke: "none", children: /* @__PURE__ */ c("path", { d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" }) }), r1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }), y1 = (n) => /* @__PURE__ */ c(l, { ...n, fill: "currentColor", stroke: "none", children: /* @__PURE__ */ c("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" }) }), a1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" }) }), h1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
186
|
+
/* @__PURE__ */ c("path", { d: "M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77V2z", fill: "currentColor" }),
|
|
187
|
+
/* @__PURE__ */ c("path", { d: "M12 2L8.91 8.26 2 9.27l5 4.87-1.18 6.88L12 17.77" })
|
|
188
|
+
] }), x1 = (n) => /* @__PURE__ */ c(l, { ...n, fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }), d1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }), p1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
189
|
+
/* @__PURE__ */ c("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }),
|
|
190
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "7", x2: "12", y2: "13" }),
|
|
191
|
+
/* @__PURE__ */ c("line", { x1: "9", y1: "10", x2: "15", y2: "10" })
|
|
192
|
+
] }), s1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
193
|
+
/* @__PURE__ */ c("circle", { cx: "18", cy: "5", r: "3" }),
|
|
194
|
+
/* @__PURE__ */ c("circle", { cx: "6", cy: "12", r: "3" }),
|
|
195
|
+
/* @__PURE__ */ c("circle", { cx: "18", cy: "19", r: "3" }),
|
|
196
|
+
/* @__PURE__ */ c("line", { x1: "8.59", y1: "13.51", x2: "15.42", y2: "17.49" }),
|
|
197
|
+
/* @__PURE__ */ c("line", { x1: "15.41", y1: "6.51", x2: "8.59", y2: "10.49" })
|
|
198
|
+
] }), I1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
199
|
+
/* @__PURE__ */ c("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
|
|
200
|
+
/* @__PURE__ */ c("polyline", { points: "15 3 21 3 21 9" }),
|
|
201
|
+
/* @__PURE__ */ c("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
|
|
202
|
+
] }), M1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
203
|
+
/* @__PURE__ */ c("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
|
|
204
|
+
/* @__PURE__ */ c("polyline", { points: "15 3 21 3 21 9" }),
|
|
205
|
+
/* @__PURE__ */ c("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
|
|
206
|
+
] }), v1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
207
|
+
/* @__PURE__ */ c("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
208
|
+
/* @__PURE__ */ c("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
209
|
+
] }), H1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
210
|
+
/* @__PURE__ */ c("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
211
|
+
/* @__PURE__ */ c("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }),
|
|
212
|
+
/* @__PURE__ */ c("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
213
|
+
] }), L1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
214
|
+
/* @__PURE__ */ c("polyline", { points: "21 8 21 21 3 21 3 8" }),
|
|
215
|
+
/* @__PURE__ */ c("rect", { x: "1", y: "3", width: "22", height: "5" }),
|
|
216
|
+
/* @__PURE__ */ c("line", { x1: "10", y1: "12", x2: "14", y2: "12" })
|
|
217
|
+
] }), V1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
218
|
+
/* @__PURE__ */ c("polyline", { points: "21 8 21 21 3 21 3 8" }),
|
|
219
|
+
/* @__PURE__ */ c("rect", { x: "1", y: "3", width: "22", height: "5" }),
|
|
220
|
+
/* @__PURE__ */ c("polyline", { points: "10 14 12 12 14 14" }),
|
|
221
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "12", x2: "12", y2: "18" })
|
|
222
|
+
] }), g1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
223
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
|
|
224
|
+
/* @__PURE__ */ c("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
225
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
|
|
226
|
+
] }), m1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
227
|
+
/* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
|
|
228
|
+
/* @__PURE__ */ c("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
229
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
|
|
230
|
+
] }), A1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
231
|
+
/* @__PURE__ */ c("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }),
|
|
232
|
+
/* @__PURE__ */ c("polyline", { points: "16 17 21 12 16 7" }),
|
|
233
|
+
/* @__PURE__ */ c("line", { x1: "21", y1: "12", x2: "9", y2: "12" })
|
|
234
|
+
] }), C1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
235
|
+
/* @__PURE__ */ c("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
|
|
236
|
+
/* @__PURE__ */ c("polyline", { points: "10 17 15 12 10 7" }),
|
|
237
|
+
/* @__PURE__ */ c("line", { x1: "15", y1: "12", x2: "3", y2: "12" })
|
|
238
|
+
] }), f1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
239
|
+
/* @__PURE__ */ c("line", { x1: "22", y1: "2", x2: "11", y2: "13" }),
|
|
240
|
+
/* @__PURE__ */ c("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })
|
|
241
|
+
] }), u1 = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" }) }), z1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
242
|
+
/* @__PURE__ */ c("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" }),
|
|
243
|
+
/* @__PURE__ */ c("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
244
|
+
] }), S1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
245
|
+
/* @__PURE__ */ c("circle", { cx: "9", cy: "21", r: "1" }),
|
|
246
|
+
/* @__PURE__ */ c("circle", { cx: "20", cy: "21", r: "1" }),
|
|
247
|
+
/* @__PURE__ */ c("path", { d: "M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6" })
|
|
248
|
+
] }), w1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
249
|
+
/* @__PURE__ */ c("path", { d: "M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z" }),
|
|
250
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
251
|
+
/* @__PURE__ */ c("path", { d: "M16 10a4 4 0 0 1-8 0" })
|
|
252
|
+
] }), k1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
253
|
+
/* @__PURE__ */ c("circle", { cx: "9", cy: "21", r: "1" }),
|
|
254
|
+
/* @__PURE__ */ c("circle", { cx: "20", cy: "21", r: "1" }),
|
|
255
|
+
/* @__PURE__ */ c("path", { d: "M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6" }),
|
|
256
|
+
/* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "15" }),
|
|
257
|
+
/* @__PURE__ */ c("line", { x1: "9", y1: "12", x2: "15", y2: "12" })
|
|
258
|
+
] }), F1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
259
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "9", x2: "21", y2: "9" }),
|
|
260
|
+
/* @__PURE__ */ c("line", { x1: "3", y1: "15", x2: "21", y2: "15" })
|
|
261
|
+
] }), O1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
|
|
262
|
+
/* @__PURE__ */ c("circle", { cx: "8", cy: "6", r: "1.5" }),
|
|
263
|
+
/* @__PURE__ */ c("circle", { cx: "16", cy: "6", r: "1.5" }),
|
|
264
|
+
/* @__PURE__ */ c("circle", { cx: "8", cy: "12", r: "1.5" }),
|
|
265
|
+
/* @__PURE__ */ c("circle", { cx: "16", cy: "12", r: "1.5" }),
|
|
266
|
+
/* @__PURE__ */ c("circle", { cx: "8", cy: "18", r: "1.5" }),
|
|
267
|
+
/* @__PURE__ */ c("circle", { cx: "16", cy: "18", r: "1.5" })
|
|
268
|
+
] });
|
|
269
|
+
export {
|
|
270
|
+
y as AddBoxIcon,
|
|
271
|
+
r as AddCircleIcon,
|
|
272
|
+
t as AddIcon,
|
|
273
|
+
k1 as AddShoppingCartIcon,
|
|
274
|
+
L1 as ArchiveIcon,
|
|
275
|
+
p1 as BookmarkAddIcon,
|
|
276
|
+
d1 as BookmarkBorderIcon,
|
|
277
|
+
x1 as BookmarkIcon,
|
|
278
|
+
c1 as BuildIcon,
|
|
279
|
+
E as CachedIcon,
|
|
280
|
+
S as CloudDownloadIcon,
|
|
281
|
+
w as CloudUploadIcon,
|
|
282
|
+
F as ContentCopyIcon,
|
|
283
|
+
B as ContentCutIcon,
|
|
284
|
+
O as ContentPasteIcon,
|
|
285
|
+
k as CopyIcon,
|
|
286
|
+
A as CreateIcon,
|
|
287
|
+
d as DeleteForeverIcon,
|
|
288
|
+
x as DeleteIcon,
|
|
289
|
+
u as DownloadIcon,
|
|
290
|
+
F1 as DragHandleIcon,
|
|
291
|
+
O1 as DragIndicatorIcon,
|
|
292
|
+
g as EditIcon,
|
|
293
|
+
m as EditNoteIcon,
|
|
294
|
+
r1 as FavoriteBorderIcon,
|
|
295
|
+
t1 as FavoriteIcon,
|
|
296
|
+
H as FilterIcon,
|
|
297
|
+
L as FilterListIcon,
|
|
298
|
+
I as FindReplaceIcon,
|
|
299
|
+
z1 as FlashOffIcon,
|
|
300
|
+
u1 as FlashOnIcon,
|
|
301
|
+
i1 as FullscreenExitIcon,
|
|
302
|
+
o1 as FullscreenIcon,
|
|
303
|
+
X as GroupAddIcon,
|
|
304
|
+
W as GroupIcon,
|
|
305
|
+
n1 as HandymanIcon,
|
|
306
|
+
g1 as HelpIcon,
|
|
307
|
+
m1 as HelpOutlineIcon,
|
|
308
|
+
T as KeyIcon,
|
|
309
|
+
M1 as LaunchIcon,
|
|
310
|
+
v1 as LinkIcon,
|
|
311
|
+
H1 as LinkOffIcon,
|
|
312
|
+
Z as LockIcon,
|
|
313
|
+
K as LockOpenIcon,
|
|
314
|
+
C1 as LoginIcon,
|
|
315
|
+
A1 as LogoutIcon,
|
|
316
|
+
l1 as MoreHorizIcon,
|
|
317
|
+
e1 as MoreVertIcon,
|
|
318
|
+
I1 as OpenInNewIcon,
|
|
319
|
+
J as PersonAddIcon,
|
|
320
|
+
q as PersonIcon,
|
|
321
|
+
Q as PersonRemoveIcon,
|
|
322
|
+
b as PowerIcon,
|
|
323
|
+
j as PowerOffIcon,
|
|
324
|
+
$ as PrintIcon,
|
|
325
|
+
D as RedoIcon,
|
|
326
|
+
R as RefreshIcon,
|
|
327
|
+
h as RemoveCircleIcon,
|
|
328
|
+
a as RemoveIcon,
|
|
329
|
+
f as SaveAltIcon,
|
|
330
|
+
C as SaveIcon,
|
|
331
|
+
p as SearchIcon,
|
|
332
|
+
s as SearchOffIcon,
|
|
333
|
+
f1 as SendIcon,
|
|
334
|
+
M as SettingsIcon,
|
|
335
|
+
s1 as ShareIcon,
|
|
336
|
+
w1 as ShoppingBagIcon,
|
|
337
|
+
S1 as ShoppingCartIcon,
|
|
338
|
+
V as SortIcon,
|
|
339
|
+
a1 as StarBorderIcon,
|
|
340
|
+
h1 as StarHalfIcon,
|
|
341
|
+
y1 as StarIcon,
|
|
342
|
+
U as SyncIcon,
|
|
343
|
+
v as TuneIcon,
|
|
344
|
+
V1 as UnarchiveIcon,
|
|
345
|
+
P as UndoIcon,
|
|
346
|
+
z as UploadIcon,
|
|
347
|
+
G as VisibilityIcon,
|
|
348
|
+
N as VisibilityOffIcon,
|
|
349
|
+
Y as ZoomInIcon,
|
|
350
|
+
_ as ZoomOutIcon
|
|
351
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),s=require("../Icon.cjs"),o=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),n.jsx("polyline",{points:"22,6 12,13 2,6"})]}),a=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z"}),n.jsx("path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10"})]}),x=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),n.jsx("path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"})]}),t=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),n.jsx("polyline",{points:"22,6 12,13 2,6"}),n.jsx("polyline",{points:"9 16 11 18 15 14"})]}),e=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),n.jsx("polyline",{points:"22,6 12,13 2,6"}),n.jsx("polyline",{points:"15 14 18 17 21 14"})]}),h=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),l=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),i=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),j=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),d=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),I=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"})}),p=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9a1.994 1.994 0 0 1-1.414-.586m0 0L11 14h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l.586-.586Z"})}),r=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9"}),n.jsx("path",{d:"M15 4H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l4-4h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"})]}),M=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"8",y1:"9",x2:"16",y2:"9"}),n.jsx("line",{x1:"8",y1:"13",x2:"14",y2:"13"})]}),y=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"14"}),n.jsx("line",{x1:"9",y1:"11",x2:"15",y2:"11"})]}),v=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),m=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),n.jsx("path",{d:"M2 8c0-2.2.7-4.3 2-6"}),n.jsx("path",{d:"M22 8a10 10 0 0 0-2-6"})]}),A=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),f=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),u=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),C=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),n.jsx("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),n.jsx("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),n.jsx("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),H=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),n.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),n.jsx("line",{x1:"19",y1:"2",x2:"19",y2:"8"}),n.jsx("line",{x1:"22",y1:"5",x2:"16",y2:"5"})]}),V=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"})}),g=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}),n.jsx("path",{d:"M14.05 2a9 9 0 0 1 8 7.94"}),n.jsx("path",{d:"M14.05 6A5 5 0 0 1 18 10"})]}),z=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}),n.jsx("path",{d:"M14.05 2a9 9 0 0 1 8 7.94"}),n.jsx("path",{d:"M14.05 6A5 5 0 0 1 18 10"})]}),O=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),P=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),n.jsx("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),n.jsx("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"})]}),b=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2"}),n.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}),n.jsx("circle",{cx:"12",cy:"10",r:"2"}),n.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"4"}),n.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"4"})]}),L=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M16 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"}),n.jsx("path",{d:"M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4s8 1.79 8 4"}),n.jsx("path",{d:"M21 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1Z"}),n.jsx("path",{d:"m15 12 3 2 3-2"})]}),R=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"10",cy:"8",r:"4"}),n.jsx("path",{d:"M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4"}),n.jsx("path",{d:"M21.5 17.5c-.08.67-.52 1.24-1.15 1.5-.63.25-1.35.1-1.85-.4l-.5-.5c-.2-.2-.5-.2-.7 0l-1 1c-.2.2-.2.5 0 .7l.5.5c.5.5.65 1.22.4 1.85-.26.63-.83 1.07-1.5 1.15-.83.1-1.7-.48-1.7-1.3v-1c0-4.42 3.58-8 8-8h1c.82 0 1.4.87 1.3 1.7Z"})]}),w=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"14",x2:"12.01",y2:"14"})]}),B=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"m3 11 18-5v12L3 13v-2z"}),n.jsx("path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"})]}),N=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"9",y1:"10",x2:"9.01",y2:"10"}),n.jsx("line",{x1:"12",y1:"10",x2:"12.01",y2:"10"}),n.jsx("line",{x1:"15",y1:"10",x2:"15.01",y2:"10"})]}),F=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),n.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),S=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polygon",{points:"23 7 16 12 23 17 23 7"}),n.jsx("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),T=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),Z=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polyline",{points:"9 17 4 12 9 7"}),n.jsx("path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"})]}),k=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polyline",{points:"7 17 2 12 7 7"}),n.jsx("polyline",{points:"12 17 7 12 12 7"}),n.jsx("path",{d:"M22 18v-2a4 4 0 0 0-4-4H7"})]}),q=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polyline",{points:"15 17 20 12 15 7"}),n.jsx("path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"})]}),E=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"4"}),n.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),Q=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"4"}),n.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),D=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),n.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),n.jsx("circle",{cx:"5",cy:"19",r:"1"})]}),G=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),n.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),n.jsx("circle",{cx:"5",cy:"19",r:"1"})]}),J=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"m3 11 18-5v12L3 13v-2z"}),n.jsx("path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6"})]});exports.AlternateEmailIcon=Q;exports.AnnouncementIcon=w;exports.AtSignIcon=E;exports.BellIcon=u;exports.BellOffIcon=C;exports.BellPlusIcon=H;exports.CampaignIcon=B;exports.ChatBubbleIcon=l;exports.ChatBubbleOutlineIcon=i;exports.ChatIcon=h;exports.CommentAddIcon=y;exports.CommentIcon=M;exports.ContactMailIcon=L;exports.ContactPhoneIcon=R;exports.ContactsIcon=b;exports.ForumIcon=p;exports.ForwardIcon=q;exports.ForwardToInboxIcon=e;exports.MailIcon=o;exports.MailOpenIcon=a;exports.MailOutlineIcon=x;exports.MarkEmailReadIcon=t;exports.MegaphoneIcon=J;exports.MessageCircleIcon=I;exports.MessageIcon=j;exports.MessageSquareIcon=d;exports.NotificationsActiveIcon=m;exports.NotificationsIcon=v;exports.NotificationsNoneIcon=f;exports.NotificationsOffIcon=A;exports.PhoneCallIcon=z;exports.PhoneIcon=V;exports.PhoneInTalkIcon=g;exports.PhoneMissedIcon=P;exports.PhoneOffIcon=O;exports.QuestionAnswerIcon=r;exports.ReplyAllIcon=k;exports.ReplyIcon=Z;exports.RssFeedIcon=G;exports.RssIcon=D;exports.SmsIcon=N;exports.VideoCallIcon=F;exports.VideocamIcon=S;exports.VideocamOffIcon=T;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon.types';
|
|
3
|
+
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
+
export declare const MailIcon: IconComponent;
|
|
5
|
+
export declare const MailOpenIcon: IconComponent;
|
|
6
|
+
export declare const MailOutlineIcon: IconComponent;
|
|
7
|
+
export declare const MarkEmailReadIcon: IconComponent;
|
|
8
|
+
export declare const ForwardToInboxIcon: IconComponent;
|
|
9
|
+
export declare const ChatIcon: IconComponent;
|
|
10
|
+
export declare const ChatBubbleIcon: IconComponent;
|
|
11
|
+
export declare const ChatBubbleOutlineIcon: IconComponent;
|
|
12
|
+
export declare const MessageIcon: IconComponent;
|
|
13
|
+
export declare const MessageSquareIcon: IconComponent;
|
|
14
|
+
export declare const MessageCircleIcon: IconComponent;
|
|
15
|
+
export declare const ForumIcon: IconComponent;
|
|
16
|
+
export declare const QuestionAnswerIcon: IconComponent;
|
|
17
|
+
export declare const CommentIcon: IconComponent;
|
|
18
|
+
export declare const CommentAddIcon: IconComponent;
|
|
19
|
+
export declare const NotificationsIcon: IconComponent;
|
|
20
|
+
export declare const NotificationsActiveIcon: IconComponent;
|
|
21
|
+
export declare const NotificationsOffIcon: IconComponent;
|
|
22
|
+
export declare const NotificationsNoneIcon: IconComponent;
|
|
23
|
+
export declare const BellIcon: IconComponent;
|
|
24
|
+
export declare const BellOffIcon: IconComponent;
|
|
25
|
+
export declare const BellPlusIcon: IconComponent;
|
|
26
|
+
export declare const PhoneIcon: IconComponent;
|
|
27
|
+
export declare const PhoneInTalkIcon: IconComponent;
|
|
28
|
+
export declare const PhoneCallIcon: IconComponent;
|
|
29
|
+
export declare const PhoneOffIcon: IconComponent;
|
|
30
|
+
export declare const PhoneMissedIcon: IconComponent;
|
|
31
|
+
export declare const ContactsIcon: IconComponent;
|
|
32
|
+
export declare const ContactMailIcon: IconComponent;
|
|
33
|
+
export declare const ContactPhoneIcon: IconComponent;
|
|
34
|
+
export declare const AnnouncementIcon: IconComponent;
|
|
35
|
+
export declare const CampaignIcon: IconComponent;
|
|
36
|
+
export declare const SmsIcon: IconComponent;
|
|
37
|
+
export declare const VideoCallIcon: IconComponent;
|
|
38
|
+
export declare const VideocamIcon: IconComponent;
|
|
39
|
+
export declare const VideocamOffIcon: IconComponent;
|
|
40
|
+
export declare const ReplyIcon: IconComponent;
|
|
41
|
+
export declare const ReplyAllIcon: IconComponent;
|
|
42
|
+
export declare const ForwardIcon: IconComponent;
|
|
43
|
+
export declare const AtSignIcon: IconComponent;
|
|
44
|
+
export declare const AlternateEmailIcon: IconComponent;
|
|
45
|
+
export declare const RssIcon: IconComponent;
|
|
46
|
+
export declare const RssFeedIcon: IconComponent;
|
|
47
|
+
export declare const MegaphoneIcon: IconComponent;
|
|
48
|
+
export {};
|