@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,280 @@
|
|
|
1
|
+
import { jsxs as t, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as h } from "../Icon.js";
|
|
3
|
+
const l = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
4
|
+
/* @__PURE__ */ n("path", { d: "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" }),
|
|
5
|
+
/* @__PURE__ */ n("path", { d: "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" })
|
|
6
|
+
] }), d = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
7
|
+
/* @__PURE__ */ n("line", { x1: "19", y1: "4", x2: "10", y2: "4" }),
|
|
8
|
+
/* @__PURE__ */ n("line", { x1: "14", y1: "20", x2: "5", y2: "20" }),
|
|
9
|
+
/* @__PURE__ */ n("line", { x1: "15", y1: "4", x2: "9", y2: "20" })
|
|
10
|
+
] }), o = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
11
|
+
/* @__PURE__ */ n("path", { d: "M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3" }),
|
|
12
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "21", x2: "20", y2: "21" })
|
|
13
|
+
] }), a = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
14
|
+
/* @__PURE__ */ n("path", { d: "M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21" }),
|
|
15
|
+
/* @__PURE__ */ n("path", { d: "M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3" }),
|
|
16
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" })
|
|
17
|
+
] }), x = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
18
|
+
/* @__PURE__ */ n("line", { x1: "17", y1: "10", x2: "3", y2: "10" }),
|
|
19
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
20
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
21
|
+
/* @__PURE__ */ n("line", { x1: "17", y1: "18", x2: "3", y2: "18" })
|
|
22
|
+
] }), y = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
23
|
+
/* @__PURE__ */ n("line", { x1: "18", y1: "10", x2: "6", y2: "10" }),
|
|
24
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
25
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
26
|
+
/* @__PURE__ */ n("line", { x1: "18", y1: "18", x2: "6", y2: "18" })
|
|
27
|
+
] }), p = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
28
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "7", y2: "10" }),
|
|
29
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
30
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
31
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "7", y2: "18" })
|
|
32
|
+
] }), r = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
33
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "3", y2: "10" }),
|
|
34
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
35
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
36
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "3", y2: "18" })
|
|
37
|
+
] }), s = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
38
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "6", x2: "21", y2: "6" }),
|
|
39
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "21", y2: "12" }),
|
|
40
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "18", x2: "21", y2: "18" }),
|
|
41
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "3.01", y2: "6" }),
|
|
42
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "3.01", y2: "12" }),
|
|
43
|
+
/* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "3.01", y2: "18" })
|
|
44
|
+
] }), M = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
45
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "6", x2: "21", y2: "6" }),
|
|
46
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "21", y2: "12" }),
|
|
47
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "18", x2: "21", y2: "18" }),
|
|
48
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "6", r: "1" }),
|
|
49
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "12", r: "1" }),
|
|
50
|
+
/* @__PURE__ */ n("circle", { cx: "3", cy: "18", r: "1" })
|
|
51
|
+
] }), I = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
52
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "6", x2: "21", y2: "6" }),
|
|
53
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "12", x2: "21", y2: "12" }),
|
|
54
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "18", x2: "21", y2: "18" }),
|
|
55
|
+
/* @__PURE__ */ n("path", { d: "M4 6h1v4" }),
|
|
56
|
+
/* @__PURE__ */ n("path", { d: "M4 10h2" }),
|
|
57
|
+
/* @__PURE__ */ n("path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" })
|
|
58
|
+
] }), v = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
59
|
+
/* @__PURE__ */ n("path", { d: "m3 5 2 2 4-4" }),
|
|
60
|
+
/* @__PURE__ */ n("path", { d: "m3 12 2 2 4-4" }),
|
|
61
|
+
/* @__PURE__ */ n("path", { d: "m3 19 2 2 4-4" }),
|
|
62
|
+
/* @__PURE__ */ n("line", { x1: "11", y1: "6", x2: "21", y2: "6" }),
|
|
63
|
+
/* @__PURE__ */ n("line", { x1: "11", y1: "13", x2: "21", y2: "13" }),
|
|
64
|
+
/* @__PURE__ */ n("line", { x1: "11", y1: "20", x2: "21", y2: "20" })
|
|
65
|
+
] }), m = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
66
|
+
/* @__PURE__ */ n("polyline", { points: "3 8 7 12 3 16" }),
|
|
67
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
68
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
69
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
70
|
+
] }), g = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
71
|
+
/* @__PURE__ */ n("polyline", { points: "7 8 3 12 7 16" }),
|
|
72
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
73
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
74
|
+
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
75
|
+
] }), H = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
76
|
+
/* @__PURE__ */ n("path", { d: "M5 4v16" }),
|
|
77
|
+
/* @__PURE__ */ n("path", { d: "M5 12h14" }),
|
|
78
|
+
/* @__PURE__ */ n("path", { d: "M19 4v16" })
|
|
79
|
+
] }), L = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
80
|
+
/* @__PURE__ */ n("path", { d: "M6 4v16" }),
|
|
81
|
+
/* @__PURE__ */ n("path", { d: "M18 4v16" }),
|
|
82
|
+
/* @__PURE__ */ n("path", { d: "M6 12h12" })
|
|
83
|
+
] }), V = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
84
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
85
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
86
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
87
|
+
/* @__PURE__ */ n("path", { d: "M17 10v8" }),
|
|
88
|
+
/* @__PURE__ */ n("path", { d: "M17 10l-3 0" })
|
|
89
|
+
] }), C = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
90
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
91
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
92
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
93
|
+
/* @__PURE__ */ n("path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" })
|
|
94
|
+
] }), u = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
95
|
+
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
96
|
+
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
97
|
+
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
98
|
+
/* @__PURE__ */ n("path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" }),
|
|
99
|
+
/* @__PURE__ */ n("path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
|
|
100
|
+
] }), w = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
101
|
+
/* @__PURE__ */ n("path", { d: "M13 4v16" }),
|
|
102
|
+
/* @__PURE__ */ n("path", { d: "M17 4v16" }),
|
|
103
|
+
/* @__PURE__ */ n("path", { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" })
|
|
104
|
+
] }), T = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
105
|
+
/* @__PURE__ */ n("path", { d: "M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21" }),
|
|
106
|
+
/* @__PURE__ */ n("path", { d: "M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3" })
|
|
107
|
+
] }), f = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
108
|
+
/* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
109
|
+
/* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
110
|
+
] }), z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
111
|
+
/* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
112
|
+
/* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }),
|
|
113
|
+
/* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
114
|
+
] }), F = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
115
|
+
/* @__PURE__ */ n("path", { d: "M4 19h6" }),
|
|
116
|
+
/* @__PURE__ */ n("path", { d: "M7 4v15" }),
|
|
117
|
+
/* @__PURE__ */ n("path", { d: "M11 4h4l4 15" }),
|
|
118
|
+
/* @__PURE__ */ n("path", { d: "M15 19h4" }),
|
|
119
|
+
/* @__PURE__ */ n("path", { d: "M21 8v6" }),
|
|
120
|
+
/* @__PURE__ */ n("path", { d: "M18 11h6" })
|
|
121
|
+
] }), S = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
122
|
+
/* @__PURE__ */ n("path", { d: "M4 19h6" }),
|
|
123
|
+
/* @__PURE__ */ n("path", { d: "M7 4v15" }),
|
|
124
|
+
/* @__PURE__ */ n("path", { d: "M11 4h4l4 15" }),
|
|
125
|
+
/* @__PURE__ */ n("path", { d: "M15 19h4" }),
|
|
126
|
+
/* @__PURE__ */ n("path", { d: "M18 11h6" })
|
|
127
|
+
] }), k = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
128
|
+
/* @__PURE__ */ n("path", { d: "M9 2 4 14h2l1-3h6l1 3h2L11 2z" }),
|
|
129
|
+
/* @__PURE__ */ n("path", { d: "M10 9 8 5h.01L10 9z" }),
|
|
130
|
+
/* @__PURE__ */ n("rect", { x: "2", y: "17", width: "20", height: "4", fill: "currentColor" })
|
|
131
|
+
] }), R = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
132
|
+
/* @__PURE__ */ n("path", { d: "M11.67 3.87 9.9 2.1a1 1 0 0 0-1.4 0L2.1 8.5a1 1 0 0 0 0 1.4l7.4 7.4a1 1 0 0 0 1.4 0l6.4-6.4a1 1 0 0 0 0-1.4z" }),
|
|
133
|
+
/* @__PURE__ */ n("path", { d: "M16 14c0 2 2 4 2 4s2-2 2-4-2-4-2-4-2 2-2 4z" }),
|
|
134
|
+
/* @__PURE__ */ n("rect", { x: "2", y: "19", width: "20", height: "3", fill: "currentColor" })
|
|
135
|
+
] }), b = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
136
|
+
/* @__PURE__ */ n("path", { d: "m9 11-6 6v3h9l3-3" }),
|
|
137
|
+
/* @__PURE__ */ n("path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" })
|
|
138
|
+
] }), j = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
139
|
+
/* @__PURE__ */ n("path", { d: "m4 19 8-8" }),
|
|
140
|
+
/* @__PURE__ */ n("path", { d: "m12 19-8-8" }),
|
|
141
|
+
/* @__PURE__ */ n("path", { d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" })
|
|
142
|
+
] }), A = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
143
|
+
/* @__PURE__ */ n("path", { d: "m4 5 8 8" }),
|
|
144
|
+
/* @__PURE__ */ n("path", { d: "m12 5-8 8" }),
|
|
145
|
+
/* @__PURE__ */ n("path", { d: "M20 19h-4c0-1.5.442-2 1.5-2.5S20 15.334 20 14.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" })
|
|
146
|
+
] }), B = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
147
|
+
/* @__PURE__ */ n("path", { d: "M5 7h14" }),
|
|
148
|
+
/* @__PURE__ */ n("path", { d: "M9 7v6" }),
|
|
149
|
+
/* @__PURE__ */ n("path", { d: "m14.8 12 2.2 5" }),
|
|
150
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
|
|
151
|
+
] }), D = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
152
|
+
/* @__PURE__ */ n("path", { d: "m9 12 2 2 4-4" }),
|
|
153
|
+
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" })
|
|
154
|
+
] }), E = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
155
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
156
|
+
/* @__PURE__ */ n("path", { d: "M3 9h18" }),
|
|
157
|
+
/* @__PURE__ */ n("path", { d: "M3 15h18" }),
|
|
158
|
+
/* @__PURE__ */ n("path", { d: "M9 3v18" }),
|
|
159
|
+
/* @__PURE__ */ n("path", { d: "M15 3v18" })
|
|
160
|
+
] }), P = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
161
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "8", width: "18", height: "13", rx: "2" }),
|
|
162
|
+
/* @__PURE__ */ n("path", { d: "M3 14h18" }),
|
|
163
|
+
/* @__PURE__ */ n("path", { d: "M9 8v13" }),
|
|
164
|
+
/* @__PURE__ */ n("path", { d: "M15 8v13" }),
|
|
165
|
+
/* @__PURE__ */ n("path", { d: "M9 2h6" }),
|
|
166
|
+
/* @__PURE__ */ n("path", { d: "M12 2v4" })
|
|
167
|
+
] }), J = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
168
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "13", height: "18", rx: "2" }),
|
|
169
|
+
/* @__PURE__ */ n("path", { d: "M9 3v18" }),
|
|
170
|
+
/* @__PURE__ */ n("path", { d: "M3 9h13" }),
|
|
171
|
+
/* @__PURE__ */ n("path", { d: "M3 15h13" }),
|
|
172
|
+
/* @__PURE__ */ n("path", { d: "M19 9v6" }),
|
|
173
|
+
/* @__PURE__ */ n("path", { d: "M19 12h4" })
|
|
174
|
+
] }), N = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
175
|
+
/* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
|
|
176
|
+
/* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
|
|
177
|
+
] }), Q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
178
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
179
|
+
/* @__PURE__ */ n("polyline", { points: "9 8 5 12 9 16" }),
|
|
180
|
+
/* @__PURE__ */ n("polyline", { points: "15 8 19 12 15 16" })
|
|
181
|
+
] }), U = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
182
|
+
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
183
|
+
/* @__PURE__ */ n("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
184
|
+
/* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
|
|
185
|
+
/* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
|
|
186
|
+
] }), q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
187
|
+
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
188
|
+
/* @__PURE__ */ n("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
|
|
189
|
+
/* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
|
|
190
|
+
/* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
|
|
191
|
+
] }), G = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
192
|
+
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
193
|
+
/* @__PURE__ */ n("path", { d: "M16 16s-1.5-2-4-2-4 2-4 2" }),
|
|
194
|
+
/* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
|
|
195
|
+
/* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
|
|
196
|
+
] }), K = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
197
|
+
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "4" }),
|
|
198
|
+
/* @__PURE__ */ n("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
|
|
199
|
+
] }), O = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
200
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
|
|
201
|
+
/* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
|
|
202
|
+
/* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
|
|
203
|
+
/* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
|
|
204
|
+
] }), W = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
205
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
|
|
206
|
+
/* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
|
|
207
|
+
/* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
|
|
208
|
+
] }), X = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
209
|
+
/* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
|
|
210
|
+
/* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" })
|
|
211
|
+
] }), Y = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
212
|
+
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
213
|
+
/* @__PURE__ */ n("line", { x1: "8", y1: "15", x2: "8", y2: "9" }),
|
|
214
|
+
/* @__PURE__ */ n("line", { x1: "12", y1: "15", x2: "12", y2: "6" }),
|
|
215
|
+
/* @__PURE__ */ n("line", { x1: "16", y1: "15", x2: "16", y2: "12" })
|
|
216
|
+
] }), Z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
217
|
+
/* @__PURE__ */ n("path", { d: "M6.13 1L6 16a2 2 0 0 0 2 2h15" }),
|
|
218
|
+
/* @__PURE__ */ n("path", { d: "M1 6.13L16 6a2 2 0 0 1 2 2v15" })
|
|
219
|
+
] }), _ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
220
|
+
/* @__PURE__ */ n("path", { d: "M2.5 2v6h6" }),
|
|
221
|
+
/* @__PURE__ */ n("path", { d: "M2.66 15.57a10 10 0 1 0 .57-8.38" })
|
|
222
|
+
] }), $ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
223
|
+
/* @__PURE__ */ n("path", { d: "M21.5 2v6h-6" }),
|
|
224
|
+
/* @__PURE__ */ n("path", { d: "M21.34 15.57a10 10 0 1 1-.57-8.38" })
|
|
225
|
+
] }), n1 = (c) => /* @__PURE__ */ t(h, { ...c, children: [
|
|
226
|
+
/* @__PURE__ */ n("line", { x1: "12", y1: "3", x2: "12", y2: "21" }),
|
|
227
|
+
/* @__PURE__ */ n("polyline", { points: "18 9 21 12 18 15" }),
|
|
228
|
+
/* @__PURE__ */ n("polyline", { points: "6 9 3 12 6 15" })
|
|
229
|
+
] });
|
|
230
|
+
export {
|
|
231
|
+
y as AlignCenterIcon,
|
|
232
|
+
r as AlignJustifyIcon,
|
|
233
|
+
x as AlignLeftIcon,
|
|
234
|
+
p as AlignRightIcon,
|
|
235
|
+
K as AtIcon,
|
|
236
|
+
l as BoldIcon,
|
|
237
|
+
v as ChecklistIcon,
|
|
238
|
+
Q as CodeBlockIcon,
|
|
239
|
+
N as CodeIcon,
|
|
240
|
+
Z as CropIcon,
|
|
241
|
+
q as EmojiHappyIcon,
|
|
242
|
+
U as EmojiIcon,
|
|
243
|
+
G as EmojiSadIcon,
|
|
244
|
+
n1 as FlipIcon,
|
|
245
|
+
B as FormatClearIcon,
|
|
246
|
+
R as FormatColorFillIcon,
|
|
247
|
+
k as FormatColorTextIcon,
|
|
248
|
+
O as HashtagIcon,
|
|
249
|
+
V as Heading1Icon,
|
|
250
|
+
C as Heading2Icon,
|
|
251
|
+
u as Heading3Icon,
|
|
252
|
+
b as HighlightIcon,
|
|
253
|
+
g as IndentDecreaseIcon,
|
|
254
|
+
m as IndentIncreaseIcon,
|
|
255
|
+
Y as InsertChartIcon,
|
|
256
|
+
X as InsertDriveFileIcon,
|
|
257
|
+
f as InsertLinkIcon,
|
|
258
|
+
W as InsertPhotoIcon,
|
|
259
|
+
d as ItalicIcon,
|
|
260
|
+
M as ListBulletIcon,
|
|
261
|
+
s as ListIcon,
|
|
262
|
+
I as ListNumberedIcon,
|
|
263
|
+
w as ParagraphIcon,
|
|
264
|
+
T as QuoteIcon,
|
|
265
|
+
z as RemoveLinkIcon,
|
|
266
|
+
_ as RotateLeftIcon,
|
|
267
|
+
$ as RotateRightIcon,
|
|
268
|
+
D as SpellcheckIcon,
|
|
269
|
+
a as StrikethroughIcon,
|
|
270
|
+
A as SubscriptIcon,
|
|
271
|
+
j as SuperscriptIcon,
|
|
272
|
+
E as TableIcon,
|
|
273
|
+
J as TableInsertColumnIcon,
|
|
274
|
+
P as TableInsertRowIcon,
|
|
275
|
+
S as TextDecreaseIcon,
|
|
276
|
+
L as TextFieldsIcon,
|
|
277
|
+
F as TextIncreaseIcon,
|
|
278
|
+
H as TitleIcon,
|
|
279
|
+
o as UnderlineIcon
|
|
280
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Bear Icons Library - Internal Index
|
|
3
|
+
*
|
|
4
|
+
* Note: Import icons from '@forgedevstack/bear' or '@forgedevstack/bear/components'
|
|
5
|
+
* rather than from this internal path.
|
|
6
|
+
*
|
|
7
|
+
* If you need to import from a specific category, use:
|
|
8
|
+
* import { AddIcon } from '@forgedevstack/bear/components/Icon/icons/action'
|
|
9
|
+
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),x=require("../Icon.cjs"),c=s=>n.jsx(x.Icon,{...s,children:n.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),o=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("polygon",{points:"10 8 16 12 10 16 10 8"})]}),e=s=>n.jsx(x.Icon,{...s,children:n.jsx("polygon",{points:"5 3 19 12 5 21 5 3"})}),i=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"6",y:"4",width:"4",height:"16"}),n.jsx("rect",{x:"14",y:"4",width:"4",height:"16"})]}),t=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),n.jsx("line",{x1:"14",y1:"15",x2:"14",y2:"9"})]}),h=s=>n.jsx(x.Icon,{...s,children:n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"})}),j=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("rect",{x:"9",y:"9",width:"6",height:"6"})]}),l=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"5 4 15 12 5 20 5 4"}),n.jsx("line",{x1:"19",y1:"5",x2:"19",y2:"19"})]}),y=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"19 20 9 12 19 4 19 20"}),n.jsx("line",{x1:"5",y1:"19",x2:"5",y2:"5"})]}),a=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"13 19 22 12 13 5 13 19"}),n.jsx("polygon",{points:"2 19 11 12 2 5 2 19"})]}),r=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 19 2 12 11 5 11 19"}),n.jsx("polygon",{points:"22 19 13 12 22 5 22 19"})]}),I=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M12 5V1L7 6l5 5V7a6 6 0 1 1-6 6"}),n.jsx("path",{d:"M10.5 13v3"}),n.jsx("path",{d:"M14 13v3"}),n.jsx("path",{d:"M14 13a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0"})]}),d=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M12 5V1l5 5-5 5V7a6 6 0 1 0 6 6"}),n.jsx("path",{d:"M10.5 13v3"}),n.jsx("path",{d:"M14 13v3"}),n.jsx("path",{d:"M14 13a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0"})]}),p=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polyline",{points:"16 3 21 3 21 8"}),n.jsx("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),n.jsx("polyline",{points:"21 16 21 21 16 21"}),n.jsx("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),n.jsx("line",{x1:"4",y1:"4",x2:"9",y2:"9"})]}),M=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polyline",{points:"17 1 21 5 17 9"}),n.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),n.jsx("polyline",{points:"7 23 3 19 7 15"}),n.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]}),g=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polyline",{points:"17 1 21 5 17 9"}),n.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),n.jsx("polyline",{points:"7 23 3 19 7 15"}),n.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"15"})]}),v=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),n.jsx("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"})]}),u=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),n.jsx("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"})]}),w=s=>n.jsx(x.Icon,{...s,children:n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"})}),V=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),n.jsx("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),n.jsx("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]}),m=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),n.jsx("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"})]}),C=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),n.jsx("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"})]}),S=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),n.jsx("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),n.jsx("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),n.jsx("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]}),f=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),n.jsx("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),n.jsx("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),n.jsx("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),n.jsx("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]}),H=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),n.jsx("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),n.jsx("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),n.jsx("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]}),P=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),n.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),z=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),n.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),A=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),n.jsx("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"})]}),O=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),n.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),R=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M16 3h5v5"}),n.jsx("path",{d:"M8 21H3v-5"}),n.jsx("path",{d:"M21 3 3 21"}),n.jsx("path",{d:"M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"})]}),k=s=>n.jsxs(x.Icon,{...s,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"})]}),F=s=>n.jsxs(x.Icon,{...s,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"})]}),L=s=>n.jsxs(x.Icon,{...s,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"})]}),B=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}),n.jsx("polyline",{points:"8 21 16 21"}),n.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"}),n.jsx("polyline",{points:"9 10 12 7 15 10"}),n.jsx("line",{x1:"12",y1:"7",x2:"12",y2:"14"})]}),b=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}),n.jsx("polyline",{points:"8 21 16 21"}),n.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"}),n.jsx("line",{x1:"2",y1:"3",x2:"22",y2:"17"})]}),q=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}),n.jsx("line",{x1:"2",y1:"20",x2:"2.01",y2:"20"})]}),T=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}),n.jsx("line",{x1:"2",y1:"20",x2:"2.01",y2:"20"}),n.jsx("rect",{x:"13",y:"9",width:"8",height:"6"})]}),E=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),n.jsx("path",{d:"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"})]}),N=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),n.jsx("path",{d:"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"})]}),D=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),n.jsx("circle",{cx:"12",cy:"14",r:"4"}),n.jsx("line",{x1:"12",y1:"6",x2:"12.01",y2:"6"})]}),G=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"2"}),n.jsx("path",{d:"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"})]}),Q=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M9 18V5l12-2v13"}),n.jsx("circle",{cx:"6",cy:"18",r:"3"}),n.jsx("circle",{cx:"18",cy:"16",r:"3"})]}),U=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M9 18V5l12-2v13"}),n.jsx("circle",{cx:"6",cy:"18",r:"3"}),n.jsx("circle",{cx:"18",cy:"16",r:"3"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),J=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("path",{d:"M9 3h12v4H9z"}),n.jsx("path",{d:"M9 11h12v4H9z"}),n.jsx("path",{d:"M3 3h2v18H3z"}),n.jsx("path",{d:"M9 19a2 2 0 1 0 4 0"})]}),K=s=>n.jsx(x.Icon,{...s,children:n.jsx("path",{d:"M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"})}),W=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("line",{x1:"3",y1:"6",x2:"15",y2:"6"}),n.jsx("line",{x1:"3",y1:"10",x2:"15",y2:"10"}),n.jsx("line",{x1:"3",y1:"14",x2:"9",y2:"14"}),n.jsx("polygon",{points:"14 14 14 20 19 17 14 14"})]}),X=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("line",{x1:"3",y1:"6",x2:"15",y2:"6"}),n.jsx("line",{x1:"3",y1:"10",x2:"15",y2:"10"}),n.jsx("line",{x1:"3",y1:"14",x2:"9",y2:"14"}),n.jsx("line",{x1:"14",y1:"17",x2:"20",y2:"17"}),n.jsx("line",{x1:"17",y1:"14",x2:"17",y2:"20"})]}),Y=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("line",{x1:"3",y1:"6",x2:"15",y2:"6"}),n.jsx("line",{x1:"3",y1:"10",x2:"15",y2:"10"}),n.jsx("line",{x1:"3",y1:"14",x2:"9",y2:"14"}),n.jsx("polyline",{points:"13 17 15 19 20 14"})]}),Z=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"4",y:"4",width:"4",height:"16"}),n.jsx("rect",{x:"10",y:"9",width:"4",height:"11"}),n.jsx("rect",{x:"16",y:"13",width:"4",height:"7"})]}),_=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"10",width:"2",height:"4"}),n.jsx("rect",{x:"6",y:"6",width:"2",height:"12"}),n.jsx("rect",{x:"10",y:"3",width:"2",height:"18"}),n.jsx("rect",{x:"14",y:"6",width:"2",height:"12"}),n.jsx("rect",{x:"18",y:"9",width:"2",height:"6"})]}),$=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),n.jsx("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),n.jsx("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),n.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),n.jsx("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),n.jsx("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),n.jsx("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),n.jsx("line",{x1:"17",y1:"7",x2:"22",y2:"7"})]}),n1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),n.jsx("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),n.jsx("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),n.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),n.jsx("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),n.jsx("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),n.jsx("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),n.jsx("line",{x1:"17",y1:"7",x2:"22",y2:"7"})]}),s1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),n.jsx("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),n.jsx("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),n.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"})]}),x1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),n.jsx("polyline",{points:"17 2 12 7 7 2"})]}),c1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),n.jsx("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),n.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),o1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),n.jsx("path",{d:"M6 12h4"}),n.jsx("path",{d:"M14 12h4"}),n.jsx("path",{d:"M6 16h12"})]}),e1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),n.jsx("path",{d:"M10 12a2 2 0 1 0-2-2"}),n.jsx("path",{d:"M16 12a2 2 0 1 0-2-2"})]}),i1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"5"}),n.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),n.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),n.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),n.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),n.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),n.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),n.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),n.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),t1=s=>n.jsx(x.Icon,{...s,children:n.jsx("circle",{cx:"12",cy:"12",r:"5"})}),h1=s=>n.jsxs(x.Icon,{...s,children:[n.jsx("circle",{cx:"12",cy:"12",r:"5"}),n.jsx("path",{d:"M12 1v2"}),n.jsx("path",{d:"M12 21v2"}),n.jsx("path",{d:"M4.22 4.22l1.42 1.42"}),n.jsx("path",{d:"M18.36 18.36l1.42 1.42"}),n.jsx("path",{d:"M1 12h2"}),n.jsx("path",{d:"M21 12h2"}),n.jsx("path",{d:"M4.22 19.78l1.42-1.42"}),n.jsx("path",{d:"M18.36 5.64l1.42-1.42"}),n.jsx("path",{d:"M11 8h2l1 4-1.5 1h-1L10 12l1-4z"})]});exports.BrightnessAutoIcon=h1;exports.BrightnessHighIcon=i1;exports.BrightnessLowIcon=t1;exports.CameraAltIcon=z;exports.CameraIcon=P;exports.CameraOffIcon=A;exports.CastConnectedIcon=T;exports.CastIcon=q;exports.ClosedCaptionIcon=e1;exports.EqualizerIcon=Z;exports.FastForwardIcon=a;exports.FilmIcon=n1;exports.Forward10Icon=d;exports.GraphicEqIcon=_;exports.HeadphonesIcon=E;exports.HeadsetIcon=N;exports.LibraryMusicIcon=J;exports.MicIcon=S;exports.MicNoneIcon=H;exports.MicOffIcon=f;exports.MonitorIcon=c1;exports.MovieIcon=$;exports.MusicNoteIcon=Q;exports.MusicOffIcon=U;exports.PauseCircleIcon=t;exports.PauseIcon=i;exports.PhotoCameraIcon=O;exports.PlayArrowIcon=e;exports.PlayCircleIcon=o;exports.PlayIcon=c;exports.PlaylistAddCheckIcon=Y;exports.PlaylistAddIcon=X;exports.PlaylistPlayIcon=W;exports.QueueMusicIcon=K;exports.RadioIcon=G;exports.RepeatIcon=M;exports.RepeatOneIcon=g;exports.Replay10Icon=I;exports.RewindIcon=r;exports.ScreenShareIcon=B;exports.ShuffleIcon=p;exports.SkipBackIcon=y;exports.SkipForwardIcon=l;exports.SpeakerIcon=D;exports.StopCircleIcon=j;exports.StopIcon=h;exports.StopScreenShareIcon=b;exports.SubtitlesIcon=o1;exports.SwitchCameraIcon=R;exports.TheatersIcon=s1;exports.TvIcon=x1;exports.VideoIcon=k;exports.VideoOffIcon=F;exports.VideocamIcon=L;exports.VolumeDownIcon=C;exports.VolumeHighIcon=v;exports.VolumeLowIcon=u;exports.VolumeMuteIcon=w;exports.VolumeOffIcon=V;exports.VolumeUpIcon=m;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon.types';
|
|
3
|
+
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
+
export declare const PlayIcon: IconComponent;
|
|
5
|
+
export declare const PlayCircleIcon: IconComponent;
|
|
6
|
+
export declare const PlayArrowIcon: IconComponent;
|
|
7
|
+
export declare const PauseIcon: IconComponent;
|
|
8
|
+
export declare const PauseCircleIcon: IconComponent;
|
|
9
|
+
export declare const StopIcon: IconComponent;
|
|
10
|
+
export declare const StopCircleIcon: IconComponent;
|
|
11
|
+
export declare const SkipForwardIcon: IconComponent;
|
|
12
|
+
export declare const SkipBackIcon: IconComponent;
|
|
13
|
+
export declare const FastForwardIcon: IconComponent;
|
|
14
|
+
export declare const RewindIcon: IconComponent;
|
|
15
|
+
export declare const Replay10Icon: IconComponent;
|
|
16
|
+
export declare const Forward10Icon: IconComponent;
|
|
17
|
+
export declare const ShuffleIcon: IconComponent;
|
|
18
|
+
export declare const RepeatIcon: IconComponent;
|
|
19
|
+
export declare const RepeatOneIcon: IconComponent;
|
|
20
|
+
export declare const VolumeHighIcon: IconComponent;
|
|
21
|
+
export declare const VolumeLowIcon: IconComponent;
|
|
22
|
+
export declare const VolumeMuteIcon: IconComponent;
|
|
23
|
+
export declare const VolumeOffIcon: IconComponent;
|
|
24
|
+
export declare const VolumeUpIcon: IconComponent;
|
|
25
|
+
export declare const VolumeDownIcon: IconComponent;
|
|
26
|
+
export declare const MicIcon: IconComponent;
|
|
27
|
+
export declare const MicOffIcon: IconComponent;
|
|
28
|
+
export declare const MicNoneIcon: IconComponent;
|
|
29
|
+
export declare const CameraIcon: IconComponent;
|
|
30
|
+
export declare const CameraAltIcon: IconComponent;
|
|
31
|
+
export declare const CameraOffIcon: IconComponent;
|
|
32
|
+
export declare const PhotoCameraIcon: IconComponent;
|
|
33
|
+
export declare const SwitchCameraIcon: IconComponent;
|
|
34
|
+
export declare const VideoIcon: IconComponent;
|
|
35
|
+
export declare const VideoOffIcon: IconComponent;
|
|
36
|
+
export declare const VideocamIcon: IconComponent;
|
|
37
|
+
export declare const ScreenShareIcon: IconComponent;
|
|
38
|
+
export declare const StopScreenShareIcon: IconComponent;
|
|
39
|
+
export declare const CastIcon: IconComponent;
|
|
40
|
+
export declare const CastConnectedIcon: IconComponent;
|
|
41
|
+
export declare const HeadphonesIcon: IconComponent;
|
|
42
|
+
export declare const HeadsetIcon: IconComponent;
|
|
43
|
+
export declare const SpeakerIcon: IconComponent;
|
|
44
|
+
export declare const RadioIcon: IconComponent;
|
|
45
|
+
export declare const MusicNoteIcon: IconComponent;
|
|
46
|
+
export declare const MusicOffIcon: IconComponent;
|
|
47
|
+
export declare const LibraryMusicIcon: IconComponent;
|
|
48
|
+
export declare const QueueMusicIcon: IconComponent;
|
|
49
|
+
export declare const PlaylistPlayIcon: IconComponent;
|
|
50
|
+
export declare const PlaylistAddIcon: IconComponent;
|
|
51
|
+
export declare const PlaylistAddCheckIcon: IconComponent;
|
|
52
|
+
export declare const EqualizerIcon: IconComponent;
|
|
53
|
+
export declare const GraphicEqIcon: IconComponent;
|
|
54
|
+
export declare const MovieIcon: IconComponent;
|
|
55
|
+
export declare const FilmIcon: IconComponent;
|
|
56
|
+
export declare const TheatersIcon: IconComponent;
|
|
57
|
+
export declare const TvIcon: IconComponent;
|
|
58
|
+
export declare const MonitorIcon: IconComponent;
|
|
59
|
+
export declare const SubtitlesIcon: IconComponent;
|
|
60
|
+
export declare const ClosedCaptionIcon: IconComponent;
|
|
61
|
+
export declare const BrightnessHighIcon: IconComponent;
|
|
62
|
+
export declare const BrightnessLowIcon: IconComponent;
|
|
63
|
+
export declare const BrightnessAutoIcon: IconComponent;
|
|
64
|
+
export {};
|