@forgedevstack/bear 1.3.0 → 1.3.2
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 +26 -0
- package/dist/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.context.cjs +1 -0
- package/dist/components/Accordion/Accordion.context.d.ts +2 -0
- package/dist/components/Accordion/Accordion.context.js +5 -0
- package/dist/components/Accordion/Accordion.d.ts +2 -22
- package/dist/components/Accordion/Accordion.js +21 -73
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.const.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +2 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.js +60 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.types.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.cjs +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.js +4 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +2 -0
- package/dist/components/Accordion/components/index.d.ts +2 -0
- package/dist/components/Accordion/hooks/index.d.ts +1 -0
- package/dist/components/Accordion/hooks/useAccordion.cjs +1 -0
- package/dist/components/Accordion/hooks/useAccordion.d.ts +2 -0
- package/dist/components/Accordion/hooks/useAccordion.js +12 -0
- package/dist/components/Accordion/index.d.ts +3 -3
- package/dist/components/ActionIcon/ActionIcon.cjs +1 -1
- package/dist/components/ActionIcon/ActionIcon.const.cjs +1 -1
- package/dist/components/ActionIcon/ActionIcon.const.d.ts +0 -1
- package/dist/components/ActionIcon/ActionIcon.const.js +1 -2
- package/dist/components/ActionIcon/ActionIcon.d.ts +4 -2
- package/dist/components/ActionIcon/ActionIcon.js +37 -32
- package/dist/components/ActionIcon/ActionIcon.types.d.ts +6 -4
- package/dist/components/ActiveBar/ActiveBar.cjs +1 -8
- package/dist/components/ActiveBar/ActiveBar.const.cjs +1 -0
- package/dist/components/ActiveBar/ActiveBar.const.d.ts +7 -1
- package/dist/components/ActiveBar/ActiveBar.const.js +28 -0
- package/dist/components/ActiveBar/ActiveBar.js +79 -72
- package/dist/components/ActiveBar/ActiveBar.types.d.ts +4 -2
- package/dist/components/ActivityItem/ActivityItem.cjs +1 -1
- package/dist/components/ActivityItem/ActivityItem.d.ts +1 -6
- package/dist/components/ActivityItem/ActivityItem.js +47 -40
- package/dist/components/Affix/Affix.cjs +1 -1
- package/dist/components/Affix/Affix.d.ts +1 -2
- package/dist/components/Affix/Affix.js +68 -53
- package/dist/components/Affix/Affix.types.d.ts +13 -0
- package/dist/components/Affix/Affix.utils.cjs +1 -0
- package/dist/components/Affix/Affix.utils.d.ts +3 -0
- package/dist/components/Affix/Affix.utils.js +10 -0
- package/dist/components/Affix/index.d.ts +1 -1
- package/dist/components/Alert/Alert.cjs +1 -1
- package/dist/components/Alert/Alert.const.cjs +1 -1
- package/dist/components/Alert/Alert.const.d.ts +0 -10
- package/dist/components/Alert/Alert.const.js +30 -10
- package/dist/components/Alert/Alert.d.ts +1 -14
- package/dist/components/Alert/Alert.js +55 -80
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -1
- package/dist/components/AlertDialog/AlertDialog.d.ts +1 -2
- package/dist/components/AlertDialog/AlertDialog.js +75 -67
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +0 -15
- package/dist/components/AlertDialog/index.d.ts +0 -1
- package/dist/components/Anchor/Anchor.cjs +1 -1
- package/dist/components/Anchor/Anchor.d.ts +1 -2
- package/dist/components/Anchor/Anchor.js +69 -61
- package/dist/components/AnimatedCounter/AnimatedCounter.cjs +1 -1
- package/dist/components/AnimatedCounter/AnimatedCounter.d.ts +1 -2
- package/dist/components/AnimatedCounter/AnimatedCounter.js +45 -43
- package/dist/components/AnimatedCounter/AnimatedCounter.types.d.ts +2 -12
- package/dist/components/AppBar/AppBar.cjs +1 -1
- package/dist/components/AppBar/AppBar.const.cjs +1 -1
- package/dist/components/AppBar/AppBar.const.d.ts +4 -36
- package/dist/components/AppBar/AppBar.const.js +7 -27
- package/dist/components/AppBar/AppBar.d.ts +1 -2
- package/dist/components/AppBar/AppBar.js +43 -64
- package/dist/components/AppShell/AppShell.cjs +1 -1
- package/dist/components/AppShell/AppShell.const.cjs +1 -1
- package/dist/components/AppShell/AppShell.const.d.ts +0 -17
- package/dist/components/AppShell/AppShell.const.js +3 -20
- package/dist/components/AppShell/AppShell.d.ts +1 -2
- package/dist/components/AppShell/AppShell.js +54 -50
- package/dist/components/AspectRatio/AspectRatio.cjs +1 -1
- package/dist/components/AspectRatio/AspectRatio.d.ts +1 -2
- package/dist/components/AspectRatio/AspectRatio.js +23 -21
- package/dist/components/Autocomplete/Autocomplete.cjs +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -16
- package/dist/components/Autocomplete/Autocomplete.js +120 -134
- package/dist/components/Autocomplete/hooks/index.d.ts +1 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.cjs +1 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.d.ts +25 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.js +78 -0
- package/dist/components/Avatar/Avatar.cjs +1 -1
- package/dist/components/Avatar/Avatar.const.cjs +1 -1
- package/dist/components/Avatar/Avatar.const.d.ts +4 -7
- package/dist/components/Avatar/Avatar.const.js +12 -12
- package/dist/components/Avatar/Avatar.d.ts +2 -16
- package/dist/components/Avatar/Avatar.js +51 -66
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.cjs +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.const.d.ts +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.d.ts +2 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.js +39 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.types.d.ts +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.cjs +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.d.ts +5 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.js +9 -0
- package/dist/components/Avatar/components/AvatarGroup/index.d.ts +2 -0
- package/dist/components/Avatar/components/index.d.ts +2 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/BackTop/BackTop.cjs +1 -1
- package/dist/components/BackTop/BackTop.const.cjs +1 -1
- package/dist/components/BackTop/BackTop.const.d.ts +21 -27
- package/dist/components/BackTop/BackTop.const.js +13 -7
- package/dist/components/BackTop/BackTop.d.ts +1 -19
- package/dist/components/BackTop/BackTop.js +65 -66
- package/dist/components/BackTop/BackTop.types.d.ts +2 -14
- package/dist/components/Backdrop/Backdrop.cjs +1 -1
- package/dist/components/Backdrop/Backdrop.d.ts +1 -2
- package/dist/components/Backdrop/Backdrop.js +39 -38
- package/dist/components/Backdrop/index.d.ts +1 -1
- package/dist/components/Badge/Badge.cjs +1 -1
- package/dist/components/Badge/Badge.constants.cjs +1 -1
- package/dist/components/Badge/Badge.constants.d.ts +0 -2
- package/dist/components/Badge/Badge.constants.js +6 -7
- package/dist/components/Badge/Badge.d.ts +1 -12
- package/dist/components/Badge/Badge.js +45 -41
- package/dist/components/Badge/Badge.types.d.ts +0 -5
- package/dist/components/Banner/Banner.cjs +1 -1
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.d.ts +2 -17
- package/dist/components/Banner/Banner.const.js +16 -25
- package/dist/components/Banner/Banner.d.ts +1 -2
- package/dist/components/Banner/Banner.js +58 -57
- package/dist/components/Biometric/Biometric.cjs +1 -1
- package/dist/components/Biometric/Biometric.const.cjs +1 -0
- package/dist/components/Biometric/Biometric.const.d.ts +7 -1
- package/dist/components/Biometric/Biometric.const.js +31 -0
- package/dist/components/Biometric/Biometric.d.ts +1 -2
- package/dist/components/Biometric/Biometric.js +57 -106
- package/dist/components/Biometric/Biometric.types.d.ts +2 -1
- package/dist/components/Biometric/Biometric.utils.cjs +1 -0
- package/dist/components/Biometric/Biometric.utils.d.ts +9 -0
- package/dist/components/Biometric/Biometric.utils.js +5 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.d.ts +5 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.js +11 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.js +21 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.js +17 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.js +18 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.js +15 -0
- package/dist/components/Biometric/components/BiometricIcon/index.d.ts +1 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.cjs +1 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.js +27 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.types.d.ts +3 -0
- package/dist/components/Biometric/components/BiometricScanRipple/index.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.cjs +1 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.js +61 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.types.d.ts +10 -0
- package/dist/components/Biometric/components/BiometricTrigger/index.d.ts +2 -0
- package/dist/components/Biometric/components/index.d.ts +3 -0
- package/dist/components/Biometric/useBiometric.cjs +1 -1
- package/dist/components/Biometric/useBiometric.js +18 -16
- package/dist/components/Blockquote/Blockquote.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.const.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.const.d.ts +0 -2
- package/dist/components/Blockquote/Blockquote.const.js +2 -4
- package/dist/components/Blockquote/Blockquote.d.ts +1 -2
- package/dist/components/Blockquote/Blockquote.js +36 -37
- package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.const.cjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.const.d.ts +2 -8
- package/dist/components/BottomNavigation/BottomNavigation.const.js +3 -6
- package/dist/components/BottomNavigation/BottomNavigation.d.ts +1 -2
- package/dist/components/BottomNavigation/BottomNavigation.js +42 -41
- package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +2 -1
- package/dist/components/BottomNavigation/index.d.ts +1 -1
- package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/BottomSheet/BottomSheet.const.cjs +1 -0
- package/dist/components/BottomSheet/BottomSheet.const.d.ts +2 -1
- package/dist/components/BottomSheet/BottomSheet.const.js +10 -0
- package/dist/components/BottomSheet/BottomSheet.d.ts +1 -2
- package/dist/components/BottomSheet/BottomSheet.js +119 -115
- package/dist/components/BottomSheet/BottomSheet.types.d.ts +2 -1
- package/dist/components/BottomSheet/index.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Button/Button.types.d.ts +1 -2
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.js +127 -108
- package/dist/components/Calendar/Calendar.types.d.ts +7 -7
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.d.ts +1 -2
- package/dist/components/Chart/BarChart.js +81 -61
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.const.cjs +1 -1
- package/dist/components/Chart/Chart.const.d.ts +24 -3
- package/dist/components/Chart/Chart.const.js +39 -16
- package/dist/components/Chart/Chart.d.ts +1 -5
- package/dist/components/Chart/Chart.js +19 -23
- package/dist/components/Chart/Chart.types.d.ts +11 -19
- package/dist/components/Chart/Chart.utils.cjs +1 -1
- package/dist/components/Chart/Chart.utils.d.ts +8 -18
- package/dist/components/Chart/Chart.utils.js +39 -3
- package/dist/components/Chart/FunnelChart.cjs +1 -0
- package/dist/components/Chart/FunnelChart.d.ts +2 -0
- package/dist/components/Chart/FunnelChart.js +59 -0
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.d.ts +1 -2
- package/dist/components/Chart/LineChart.js +51 -55
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.d.ts +1 -2
- package/dist/components/Chart/PieChart.js +121 -106
- package/dist/components/Chart/PieChart.types.d.ts +8 -0
- package/dist/components/Chart/RadarChart.cjs +1 -0
- package/dist/components/Chart/RadarChart.d.ts +2 -0
- package/dist/components/Chart/RadarChart.js +100 -0
- package/dist/components/Chart/index.d.ts +3 -1
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.js +4 -3
- package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.js +1 -1
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.const.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.const.d.ts +16 -0
- package/dist/components/DatePicker/DatePicker.const.js +20 -0
- package/dist/components/DatePicker/DatePicker.js +124 -121
- package/dist/components/DatePicker/DatePicker.types.d.ts +3 -3
- package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.const.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.const.d.ts +3 -20
- package/dist/components/DateRangePicker/DateRangePicker.const.js +8 -54
- package/dist/components/DateRangePicker/DateRangePicker.js +125 -116
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePicker.utils.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.utils.d.ts +6 -0
- package/dist/components/DateRangePicker/DateRangePicker.utils.js +64 -20
- package/dist/components/Drawer/Drawer.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.d.ts +2 -11
- package/dist/components/Drawer/Drawer.const.js +6 -55
- package/dist/components/Drawer/Drawer.d.ts +1 -2
- package/dist/components/Drawer/Drawer.js +87 -131
- package/dist/components/Drawer/Drawer.types.d.ts +16 -3
- package/dist/components/Drawer/Drawer.utils.d.ts +0 -4
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +26 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.types.d.ts +20 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.js +17 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.js +9 -0
- package/dist/components/Drawer/components/DrawerHeader/index.d.ts +2 -0
- package/dist/components/Drawer/components/index.d.ts +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.cjs +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.d.ts +2 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.js +9 -0
- package/dist/components/Drawer/helpers/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -0
- package/dist/components/Drawer/hooks/useDrawer.d.ts +2 -0
- package/dist/components/Drawer/hooks/useDrawer.js +51 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.const.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.const.d.ts +4 -0
- package/dist/components/Dropdown/Dropdown.const.js +6 -2
- package/dist/components/Dropdown/Dropdown.js +109 -116
- package/dist/components/Dropdown/Dropdown.types.d.ts +2 -2
- package/dist/components/Editable/Editable.cjs +1 -1
- package/dist/components/Editable/Editable.js +1 -1
- package/dist/components/FileTree/FileTree.cjs +1 -1
- package/dist/components/FileTree/FileTree.js +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.js +10 -9
- package/dist/components/Gauge/Gauge.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.d.ts +5 -0
- package/dist/components/Gauge/Gauge.const.js +11 -6
- package/dist/components/Gauge/Gauge.d.ts +1 -2
- package/dist/components/Gauge/Gauge.js +69 -45
- package/dist/components/Gauge/Gauge.types.d.ts +11 -2
- package/dist/components/Gauge/helpers/GaugeLinearBar.cjs +1 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.d.ts +2 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.js +40 -0
- package/dist/components/GradientText/GradientText.cjs +1 -1
- package/dist/components/GradientText/GradientText.const.cjs +1 -1
- package/dist/components/GradientText/GradientText.const.d.ts +6 -1
- package/dist/components/GradientText/GradientText.const.js +11 -5
- package/dist/components/GradientText/GradientText.js +20 -19
- package/dist/components/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.d.ts +2 -0
- package/dist/components/Heatmap/Heatmap.const.js +8 -6
- package/dist/components/Heatmap/Heatmap.js +51 -47
- package/dist/components/Heatmap/Heatmap.types.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +2 -39
- package/dist/components/Icon/Icon.types.d.ts +1 -17
- package/dist/components/Icon/icons/action.d.ts +1 -85
- package/dist/components/Icon/icons/bear.d.ts +1 -12
- package/dist/components/Icon/icons/charts.d.ts +1 -0
- package/dist/components/Icon/icons/commerce.d.ts +1 -25
- package/dist/components/Icon/icons/communication.d.ts +1 -48
- package/dist/components/Icon/icons/content.d.ts +1 -53
- package/dist/components/Icon/icons/device.d.ts +1 -27
- package/dist/components/Icon/icons/editor.d.ts +1 -54
- package/dist/components/Icon/icons/file.d.ts +1 -25
- package/dist/components/Icon/icons/index.d.ts +1 -9
- package/dist/components/Icon/icons/media.d.ts +1 -64
- package/dist/components/Icon/icons/misc.d.ts +1 -96
- package/dist/components/Icon/icons/navigation.d.ts +1 -56
- package/dist/components/Icon/icons/social.d.ts +1 -24
- package/dist/components/Icon/icons/status.d.ts +1 -61
- package/dist/components/Icon/index.d.ts +2 -591
- package/dist/components/ImageAnnotation/ImageAnnotation.cjs +1 -1
- package/dist/components/ImageAnnotation/ImageAnnotation.js +1 -1
- package/dist/components/JsonViewer/JsonViewer.cjs +1 -1
- package/dist/components/JsonViewer/JsonViewer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.cjs +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.types.d.ts +1 -1
- package/dist/components/MessageList/MessageList.cjs +1 -1
- package/dist/components/MessageList/MessageList.js +37 -36
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/OverlayPortal/OverlayPortal.cjs +1 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.cjs +1 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.d.ts +4 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.js +12 -0
- package/dist/components/OverlayPortal/OverlayPortal.d.ts +2 -0
- package/dist/components/OverlayPortal/OverlayPortal.js +45 -0
- package/dist/components/OverlayPortal/OverlayPortal.types.d.ts +13 -0
- package/dist/components/OverlayPortal/index.d.ts +2 -0
- package/dist/components/PageNav/PageNav.cjs +1 -1
- package/dist/components/PageNav/PageNav.js +1 -1
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
- package/dist/components/PropsPlayground/PropsPlayground.js +1 -1
- package/dist/components/Rating/Rating.cjs +1 -1
- package/dist/components/Rating/Rating.const.cjs +1 -1
- package/dist/components/Rating/Rating.const.d.ts +4 -12
- package/dist/components/Rating/Rating.const.js +15 -14
- package/dist/components/Rating/Rating.d.ts +1 -13
- package/dist/components/Rating/Rating.js +98 -136
- package/dist/components/Rating/Rating.types.d.ts +12 -18
- package/dist/components/Rating/Rating.utils.cjs +1 -0
- package/dist/components/Rating/Rating.utils.d.ts +6 -0
- package/dist/components/Rating/Rating.utils.js +18 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.cjs +1 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.d.ts +2 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.js +14 -0
- package/dist/components/Rating/components/StarIcon/index.d.ts +1 -0
- package/dist/components/Rating/index.d.ts +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.const.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.const.d.ts +1 -11
- package/dist/components/ResizablePanel/ResizablePanel.const.js +3 -9
- package/dist/components/ResizablePanel/ResizablePanel.d.ts +1 -16
- package/dist/components/ResizablePanel/ResizablePanel.js +44 -51
- package/dist/components/ResizablePanel/ResizablePanel.utils.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.utils.d.ts +4 -9
- package/dist/components/ResizablePanel/ResizablePanel.utils.js +9 -9
- package/dist/components/ResizablePanel/useResizablePanel.cjs +1 -0
- package/dist/components/ResizablePanel/useResizablePanel.d.ts +12 -0
- package/dist/components/ResizablePanel/useResizablePanel.js +33 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.cjs +1 -1
- package/dist/components/ResizableTextarea/ResizableTextarea.d.ts +1 -2
- package/dist/components/ResizableTextarea/ResizableTextarea.js +106 -91
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.cjs +1 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.d.ts +3 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.js +12 -0
- package/dist/components/Result/Result.cjs +1 -1
- package/dist/components/Result/Result.const.cjs +1 -1
- package/dist/components/Result/Result.const.d.ts +0 -8
- package/dist/components/Result/Result.const.js +7 -14
- package/dist/components/Result/Result.d.ts +1 -3
- package/dist/components/Result/Result.js +37 -24
- package/dist/components/Result/Result.utils.cjs +1 -0
- package/dist/components/Result/Result.utils.d.ts +4 -0
- package/dist/components/Result/Result.utils.js +22 -0
- package/dist/components/Result/index.d.ts +1 -1
- package/dist/components/RichEditor/RichEditor.cjs +1 -1
- package/dist/components/RichEditor/RichEditor.const.cjs +1 -141
- package/dist/components/RichEditor/RichEditor.const.d.ts +22 -11
- package/dist/components/RichEditor/RichEditor.const.js +84 -197
- package/dist/components/RichEditor/RichEditor.d.ts +1 -17
- package/dist/components/RichEditor/RichEditor.js +62 -352
- package/dist/components/RichEditor/RichEditor.types.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.js +17 -17
- package/dist/components/RichEditor/components/ToolbarButton/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.d.ts +7 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.js +5 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +114 -115
- package/dist/components/RichEditor/components/ToolbarColorPicker/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +66 -43
- package/dist/components/RichEditor/components/ToolbarDropdown/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.d.ts +2 -4
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +50 -52
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.d.ts +2 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.js +78 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.types.d.ts +5 -0
- package/dist/components/RichEditor/components/ToolbarSignature/index.d.ts +2 -0
- package/dist/components/RichEditor/components/index.d.ts +1 -0
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -0
- package/dist/components/RichEditor/helpers/IconRender.d.ts +1 -0
- package/dist/components/RichEditor/helpers/IconRender.js +29 -0
- package/dist/components/RichEditor/helpers/formatHelpers.cjs +1 -1
- package/dist/components/RichEditor/helpers/formatHelpers.d.ts +0 -42
- package/dist/components/RichEditor/helpers/formatHelpers.js +32 -21
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -0
- package/dist/components/RichEditor/helpers/toolbarItemRender.d.ts +8 -0
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +183 -0
- package/dist/components/RichEditor/index.d.ts +1 -1
- package/dist/components/RichEditor/useRichEditor/index.d.ts +2 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.cjs +1 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.d.ts +2 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.js +140 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.types.d.ts +39 -0
- package/dist/components/RingProgress/RingProgress.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.d.ts +3 -2
- package/dist/components/RingProgress/RingProgress.const.js +7 -5
- package/dist/components/RingProgress/RingProgress.d.ts +1 -3
- package/dist/components/RingProgress/RingProgress.js +48 -44
- package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
- package/dist/components/RingProgress/RingProgress.utils.cjs +1 -0
- package/dist/components/RingProgress/RingProgress.utils.d.ts +13 -0
- package/dist/components/RingProgress/RingProgress.utils.js +16 -0
- package/dist/components/RingProgress/index.d.ts +1 -1
- package/dist/components/ScrollArea/ScrollArea.cjs +1 -1
- package/dist/components/ScrollArea/ScrollArea.const.cjs +1 -0
- package/dist/components/ScrollArea/ScrollArea.const.d.ts +15 -1
- package/dist/components/ScrollArea/ScrollArea.const.js +18 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +1 -2
- package/dist/components/ScrollArea/ScrollArea.js +24 -35
- package/dist/components/ScrollArea/ScrollArea.utils.cjs +1 -0
- package/dist/components/ScrollArea/ScrollArea.utils.d.ts +1 -0
- package/dist/components/ScrollArea/ScrollArea.utils.js +7 -0
- package/dist/components/SegmentedControl/SegmentedControl.cjs +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.const.cjs +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.const.d.ts +5 -1
- package/dist/components/SegmentedControl/SegmentedControl.const.js +8 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -2
- package/dist/components/SegmentedControl/SegmentedControl.js +47 -45
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.const.cjs +1 -1
- package/dist/components/Select/Select.const.js +6 -7
- package/dist/components/Select/Select.js +110 -124
- package/dist/components/Select/Select.types.d.ts +2 -1
- package/dist/components/Sidebar/Sidebar.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.js +16 -15
- package/dist/components/Sidebar/Sidebar.types.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.utils.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.utils.d.ts +2 -0
- package/dist/components/Sidebar/Sidebar.utils.js +11 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +55 -51
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/SignPad/SignPad.const.cjs +1 -1
- package/dist/components/SignPad/SignPad.const.d.ts +3 -3
- package/dist/components/SignPad/SignPad.const.js +3 -3
- package/dist/components/SliderRange/SliderRange.cjs +1 -1
- package/dist/components/SliderRange/SliderRange.js +19 -19
- package/dist/components/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.d.ts +5 -0
- package/dist/components/Sparkline/Sparkline.const.js +9 -4
- package/dist/components/Sparkline/Sparkline.d.ts +1 -2
- package/dist/components/Sparkline/Sparkline.js +75 -53
- package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
- package/dist/components/Sparkline/Sparkline.utils.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.utils.d.ts +7 -12
- package/dist/components/Sparkline/Sparkline.utils.js +33 -20
- package/dist/components/Sparkline/index.d.ts +2 -2
- package/dist/components/Stepper/Stepper.cjs +1 -1
- package/dist/components/Stepper/Stepper.js +1 -1
- package/dist/components/Tabs/TabList.cjs +1 -1
- package/dist/components/Tabs/TabList.js +1 -1
- package/dist/components/TimePicker/TimePicker.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.constants.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.constants.d.ts +5 -1
- package/dist/components/TimePicker/TimePicker.constants.js +29 -25
- package/dist/components/TimePicker/TimePicker.js +110 -82
- package/dist/components/TimePicker/TimePicker.types.d.ts +4 -3
- package/dist/components/TimelineChart/TimelineChart.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.d.ts +3 -0
- package/dist/components/TimelineChart/TimelineChart.const.js +7 -4
- package/dist/components/TimelineChart/TimelineChart.js +56 -42
- package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -1
- package/dist/components/Transition/Transition.cjs +1 -1
- package/dist/components/Transition/Transition.js +56 -53
- package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.const.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.const.d.ts +3 -17
- package/dist/components/TreeSelect/TreeSelect.const.js +3 -17
- package/dist/components/TreeSelect/TreeSelect.d.ts +1 -3
- package/dist/components/TreeSelect/TreeSelect.js +164 -144
- package/dist/components/TreeSelect/TreeSelect.types.d.ts +15 -0
- package/dist/components/TreeSelect/TreeSelect.utils.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.utils.js +14 -13
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.cjs +1 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.d.ts +2 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.js +68 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/index.d.ts +1 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.cjs +1 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.d.ts +2 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.js +30 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/index.d.ts +1 -0
- package/dist/components/TreeSelect/components/index.d.ts +2 -0
- package/dist/components/TreeView/TreeView.cjs +1 -1
- package/dist/components/TreeView/TreeView.const.cjs +1 -0
- package/dist/components/TreeView/TreeView.const.d.ts +20 -1
- package/dist/components/TreeView/TreeView.const.js +24 -0
- package/dist/components/TreeView/TreeView.d.ts +1 -2
- package/dist/components/TreeView/TreeView.js +49 -73
- package/dist/components/TreeView/TreeView.types.d.ts +26 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.js +25 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/index.d.ts +1 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.js +97 -0
- package/dist/components/TreeView/components/TreeViewNode/index.d.ts +1 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.js +11 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/index.d.ts +1 -0
- package/dist/components/TreeView/components/index.d.ts +3 -0
- package/dist/components/Typography/Typography.cjs +1 -1
- package/dist/components/Typography/Typography.d.ts +1 -16
- package/dist/components/Typography/Typography.js +67 -72
- package/dist/components/Typography/Typography.utils.cjs +1 -0
- package/dist/components/Typography/Typography.utils.d.ts +5 -0
- package/dist/components/Typography/Typography.utils.js +26 -0
- package/dist/components/VirtualList/VirtualList.cjs +1 -1
- package/dist/components/VirtualList/VirtualList.const.cjs +1 -1
- package/dist/components/VirtualList/VirtualList.const.d.ts +1 -1
- package/dist/components/VirtualList/VirtualList.const.js +4 -2
- package/dist/components/VirtualList/VirtualList.d.ts +1 -1
- package/dist/components/VirtualList/VirtualList.js +29 -28
- package/dist/components/Watermark/Watermark.cjs +1 -1
- package/dist/components/Watermark/Watermark.d.ts +1 -2
- package/dist/components/Watermark/Watermark.js +68 -77
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +415 -408
- package/dist/constants/generals.const.cjs +1 -0
- package/dist/constants/generals.const.d.ts +166 -0
- package/dist/constants/generals.const.js +144 -0
- package/dist/constants/index.d.ts +3 -0
- package/dist/constants/keys.const.cjs +1 -0
- package/dist/constants/keys.const.d.ts +6 -0
- package/dist/constants/keys.const.js +8 -0
- package/dist/constants/numbers.const.cjs +1 -0
- package/dist/constants/numbers.const.d.ts +77 -0
- package/dist/constants/numbers.const.js +70 -0
- package/dist/context/BearProvider.d.ts +1 -2
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.d.ts +7 -0
- package/dist/hooks/index.js +76 -57
- package/dist/hooks/useBearComponent/useBearComponent.d.ts +1 -1
- package/dist/hooks/useBearComponent/useBearComponent.types.d.ts +1 -1
- package/dist/hooks/useBearDefaultProps.d.ts +1 -1
- package/dist/hooks/useBearStyles.d.ts +1 -1
- package/dist/hooks/useDocumentDarkClass/index.d.ts +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.cjs +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.d.ts +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.js +26 -0
- package/dist/hooks/useFixedAnchorPosition/index.d.ts +4 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.d.ts +17 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.js +20 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.d.ts +2 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.js +64 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.types.d.ts +35 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.d.ts +16 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.js +23 -0
- package/dist/hooks/usePointerDrag/index.d.ts +2 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.cjs +1 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.d.ts +2 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.js +32 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.types.d.ts +14 -0
- package/dist/hooks/useResponsive.d.ts +1 -1
- package/dist/hooks/useWindowLayout/index.d.ts +2 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.cjs +1 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.cjs +1 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.d.ts +2 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.js +5 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.d.ts +5 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.js +15 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.types.d.ts +4 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.d.ts +2 -2
- package/dist/icons.js +1 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +550 -522
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +14 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +35 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +26 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +4 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +130 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +12 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +18 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +6 -0
- package/dist/styles/_drawer.css +213 -0
- package/dist/styles/_feedback.css +15 -0
- package/dist/styles/_overlays.css +0 -1
- package/dist/styles/_rich-editor.css +104 -0
- package/dist/styles/_segmented.css +70 -0
- package/dist/styles/main.css +3 -0
- package/dist/styles.css +484 -73
- package/dist/types/index.d.ts +1 -0
- package/dist/types/surface.types.d.ts +6 -0
- package/dist/utils/clamp.utils.cjs +1 -0
- package/dist/utils/clamp.utils.d.ts +1 -0
- package/dist/utils/clamp.utils.js +4 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +32 -30
- package/package.json +5 -1
- package/dist/components/Accordion/Accordion.const.cjs +0 -1
- package/dist/components/Accordion/Accordion.const.d.ts +0 -10
- package/dist/components/Accordion/Accordion.const.js +0 -8
- package/dist/components/ActivityItem/ActivityItem.const.d.ts +0 -1
- package/dist/components/Affix/Affix.const.cjs +0 -1
- package/dist/components/Affix/Affix.const.d.ts +0 -6
- package/dist/components/Affix/Affix.const.js +0 -9
- package/dist/components/AlertDialog/AlertDialog.const.cjs +0 -1
- package/dist/components/AlertDialog/AlertDialog.const.d.ts +0 -5
- package/dist/components/AlertDialog/AlertDialog.const.js +0 -8
- package/dist/components/Anchor/Anchor.const.cjs +0 -1
- package/dist/components/Anchor/Anchor.const.d.ts +0 -9
- package/dist/components/Anchor/Anchor.const.js +0 -11
- package/dist/components/AnimatedCounter/AnimatedCounter.const.cjs +0 -1
- package/dist/components/AnimatedCounter/AnimatedCounter.const.d.ts +0 -5
- package/dist/components/AnimatedCounter/AnimatedCounter.const.js +0 -7
- package/dist/components/AspectRatio/AspectRatio.const.d.ts +0 -1
- package/dist/components/Autocomplete/Autocomplete.const.cjs +0 -1
- package/dist/components/Autocomplete/Autocomplete.const.js +0 -4
- package/dist/components/Backdrop/Backdrop.const.cjs +0 -1
- package/dist/components/Backdrop/Backdrop.const.d.ts +0 -11
- package/dist/components/Backdrop/Backdrop.const.js +0 -14
- package/dist/components/Banner/helpers/BannerErrorSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerErrorSvg.js +0 -22
- package/dist/components/Banner/helpers/BannerInfoSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerInfoSvg.js +0 -22
- package/dist/components/Banner/helpers/BannerSuccessSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerSuccessSvg.js +0 -21
- package/dist/components/Banner/helpers/BannerWarningSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerWarningSvg.js +0 -22
- package/dist/components/Biometric/BiometricIcon.cjs +0 -1
- package/dist/components/Biometric/BiometricIcon.d.ts +0 -3
- package/dist/components/Biometric/BiometricIcon.js +0 -45
- package/dist/components/Icon/Icon.cjs +0 -1
- package/dist/components/Icon/Icon.const.d.ts +0 -1
- package/dist/components/Icon/Icon.js +0 -45
- package/dist/components/Icon/icons/action.cjs +0 -1
- package/dist/components/Icon/icons/action.js +0 -351
- package/dist/components/Icon/icons/bear.cjs +0 -1
- package/dist/components/Icon/icons/bear.js +0 -47
- package/dist/components/Icon/icons/commerce.cjs +0 -1
- package/dist/components/Icon/icons/commerce.js +0 -124
- package/dist/components/Icon/icons/communication.cjs +0 -1
- package/dist/components/Icon/icons/communication.js +0 -184
- package/dist/components/Icon/icons/content.cjs +0 -1
- package/dist/components/Icon/icons/content.js +0 -231
- package/dist/components/Icon/icons/device.cjs +0 -1
- package/dist/components/Icon/icons/device.js +0 -122
- package/dist/components/Icon/icons/editor.cjs +0 -1
- package/dist/components/Icon/icons/editor.js +0 -285
- package/dist/components/Icon/icons/file.cjs +0 -1
- package/dist/components/Icon/icons/file.js +0 -120
- package/dist/components/Icon/icons/media.cjs +0 -1
- package/dist/components/Icon/icons/media.js +0 -306
- package/dist/components/Icon/icons/misc.cjs +0 -1
- package/dist/components/Icon/icons/misc.js +0 -450
- package/dist/components/Icon/icons/navigation.cjs +0 -1
- package/dist/components/Icon/icons/navigation.js +0 -215
- package/dist/components/Icon/icons/social.cjs +0 -1
- package/dist/components/Icon/icons/social.js +0 -89
- package/dist/components/Icon/icons/status.cjs +0 -1
- package/dist/components/Icon/icons/status.js +0 -271
- package/dist/components/Icon/index.cjs +0 -1
- package/dist/components/Icon/index.js +0 -60
- package/dist/components/ResizableTextarea/ResizableTextarea.const.cjs +0 -1
- package/dist/components/ResizableTextarea/ResizableTextarea.const.d.ts +0 -2
- package/dist/components/ResizableTextarea/ResizableTextarea.const.js +0 -5
- package/dist/components/Result/Result.icons.cjs +0 -1
- package/dist/components/Result/Result.icons.d.ts +0 -3
- package/dist/components/Result/Result.icons.js +0 -31
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
import { jsxs as e, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as i } from "../Icon.js";
|
|
3
|
-
const o = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("polygon", { points: "5 3 19 12 5 21 5 3" }) }), l = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
4
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
5
|
-
/* @__PURE__ */ n("polygon", { points: "10 8 16 12 10 16 10 8" })
|
|
6
|
-
] }), y = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("polygon", { points: "5 3 19 12 5 21 5 3" }) }), x = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
7
|
-
/* @__PURE__ */ n("rect", { x: "6", y: "4", width: "4", height: "16" }),
|
|
8
|
-
/* @__PURE__ */ n("rect", { x: "14", y: "4", width: "4", height: "16" })
|
|
9
|
-
] }), a = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
10
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
11
|
-
/* @__PURE__ */ n("line", { x1: "10", y1: "15", x2: "10", y2: "9" }),
|
|
12
|
-
/* @__PURE__ */ n("line", { x1: "14", y1: "15", x2: "14", y2: "9" })
|
|
13
|
-
] }), r = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }) }), d = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
14
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
|
|
15
|
-
/* @__PURE__ */ n("rect", { x: "9", y: "9", width: "6", height: "6" })
|
|
16
|
-
] }), p = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
17
|
-
/* @__PURE__ */ n("polygon", { points: "5 4 15 12 5 20 5 4" }),
|
|
18
|
-
/* @__PURE__ */ n("line", { x1: "19", y1: "5", x2: "19", y2: "19" })
|
|
19
|
-
] }), s = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
20
|
-
/* @__PURE__ */ n("polygon", { points: "19 20 9 12 19 4 19 20" }),
|
|
21
|
-
/* @__PURE__ */ n("line", { x1: "5", y1: "19", x2: "5", y2: "5" })
|
|
22
|
-
] }), M = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
23
|
-
/* @__PURE__ */ n("polygon", { points: "13 19 22 12 13 5 13 19" }),
|
|
24
|
-
/* @__PURE__ */ n("polygon", { points: "2 19 11 12 2 5 2 19" })
|
|
25
|
-
] }), I = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
26
|
-
/* @__PURE__ */ n("polygon", { points: "11 19 2 12 11 5 11 19" }),
|
|
27
|
-
/* @__PURE__ */ n("polygon", { points: "22 19 13 12 22 5 22 19" })
|
|
28
|
-
] }), g = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
29
|
-
/* @__PURE__ */ n("path", { d: "M12 5V1L7 6l5 5V7a6 6 0 1 1-6 6" }),
|
|
30
|
-
/* @__PURE__ */ n("path", { d: "M10.5 13v3" }),
|
|
31
|
-
/* @__PURE__ */ n("path", { d: "M14 13v3" }),
|
|
32
|
-
/* @__PURE__ */ n("path", { d: "M14 13a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0" })
|
|
33
|
-
] }), v = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
34
|
-
/* @__PURE__ */ n("path", { d: "M12 5V1l5 5-5 5V7a6 6 0 1 0 6 6" }),
|
|
35
|
-
/* @__PURE__ */ n("path", { d: "M10.5 13v3" }),
|
|
36
|
-
/* @__PURE__ */ n("path", { d: "M14 13v3" }),
|
|
37
|
-
/* @__PURE__ */ n("path", { d: "M14 13a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0" })
|
|
38
|
-
] }), w = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
39
|
-
/* @__PURE__ */ n("polyline", { points: "16 3 21 3 21 8" }),
|
|
40
|
-
/* @__PURE__ */ n("line", { x1: "4", y1: "20", x2: "21", y2: "3" }),
|
|
41
|
-
/* @__PURE__ */ n("polyline", { points: "21 16 21 21 16 21" }),
|
|
42
|
-
/* @__PURE__ */ n("line", { x1: "15", y1: "15", x2: "21", y2: "21" }),
|
|
43
|
-
/* @__PURE__ */ n("line", { x1: "4", y1: "4", x2: "9", y2: "9" })
|
|
44
|
-
] }), V = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
45
|
-
/* @__PURE__ */ n("polyline", { points: "17 1 21 5 17 9" }),
|
|
46
|
-
/* @__PURE__ */ n("path", { d: "M3 11V9a4 4 0 0 1 4-4h14" }),
|
|
47
|
-
/* @__PURE__ */ n("polyline", { points: "7 23 3 19 7 15" }),
|
|
48
|
-
/* @__PURE__ */ n("path", { d: "M21 13v2a4 4 0 0 1-4 4H3" })
|
|
49
|
-
] }), m = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
50
|
-
/* @__PURE__ */ n("polyline", { points: "17 1 21 5 17 9" }),
|
|
51
|
-
/* @__PURE__ */ n("path", { d: "M3 11V9a4 4 0 0 1 4-4h14" }),
|
|
52
|
-
/* @__PURE__ */ n("polyline", { points: "7 23 3 19 7 15" }),
|
|
53
|
-
/* @__PURE__ */ n("path", { d: "M21 13v2a4 4 0 0 1-4 4H3" }),
|
|
54
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "9", x2: "12", y2: "15" })
|
|
55
|
-
] }), H = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
56
|
-
/* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
57
|
-
/* @__PURE__ */ n("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" })
|
|
58
|
-
] }), u = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
59
|
-
/* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
60
|
-
/* @__PURE__ */ n("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" })
|
|
61
|
-
] }), z = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }) }), f = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
62
|
-
/* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
63
|
-
/* @__PURE__ */ n("line", { x1: "23", y1: "9", x2: "17", y2: "15" }),
|
|
64
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "9", x2: "23", y2: "15" })
|
|
65
|
-
] }), C = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
66
|
-
/* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
67
|
-
/* @__PURE__ */ n("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" })
|
|
68
|
-
] }), S = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
69
|
-
/* @__PURE__ */ n("polygon", { points: "11 5 6 9 2 9 2 15 6 15 11 19 11 5" }),
|
|
70
|
-
/* @__PURE__ */ n("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" })
|
|
71
|
-
] }), A = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
72
|
-
/* @__PURE__ */ n("path", { d: "M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z" }),
|
|
73
|
-
/* @__PURE__ */ n("path", { d: "M19 10v2a7 7 0 0 1-14 0v-2" }),
|
|
74
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "12", y2: "23" }),
|
|
75
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "23", x2: "16", y2: "23" })
|
|
76
|
-
] }), P = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
77
|
-
/* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" }),
|
|
78
|
-
/* @__PURE__ */ n("path", { d: "M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6" }),
|
|
79
|
-
/* @__PURE__ */ n("path", { d: "M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23" }),
|
|
80
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "12", y2: "23" }),
|
|
81
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "23", x2: "16", y2: "23" })
|
|
82
|
-
] }), L = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
83
|
-
/* @__PURE__ */ n("path", { d: "M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z" }),
|
|
84
|
-
/* @__PURE__ */ n("path", { d: "M19 10v2a7 7 0 0 1-14 0v-2" }),
|
|
85
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "12", y2: "23" }),
|
|
86
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "23", x2: "16", y2: "23" })
|
|
87
|
-
] }), O = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
88
|
-
/* @__PURE__ */ n("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" }),
|
|
89
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
|
|
90
|
-
] }), k = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
91
|
-
/* @__PURE__ */ n("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" }),
|
|
92
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
|
|
93
|
-
] }), F = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
94
|
-
/* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" }),
|
|
95
|
-
/* @__PURE__ */ n("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" })
|
|
96
|
-
] }), R = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
97
|
-
/* @__PURE__ */ n("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" }),
|
|
98
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
|
|
99
|
-
] }), B = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
100
|
-
/* @__PURE__ */ n("path", { d: "M16 3h5v5" }),
|
|
101
|
-
/* @__PURE__ */ n("path", { d: "M8 21H3v-5" }),
|
|
102
|
-
/* @__PURE__ */ n("path", { d: "M21 3 3 21" }),
|
|
103
|
-
/* @__PURE__ */ n("path", { d: "M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" })
|
|
104
|
-
] }), b = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
105
|
-
/* @__PURE__ */ n("polygon", { points: "23 7 16 12 23 17 23 7" }),
|
|
106
|
-
/* @__PURE__ */ n("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
|
|
107
|
-
] }), j = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
108
|
-
/* @__PURE__ */ n("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" }),
|
|
109
|
-
/* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
110
|
-
] }), q = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
111
|
-
/* @__PURE__ */ n("polygon", { points: "23 7 16 12 23 17 23 7" }),
|
|
112
|
-
/* @__PURE__ */ n("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
|
|
113
|
-
] }), E = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
114
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }),
|
|
115
|
-
/* @__PURE__ */ n("polyline", { points: "8 21 16 21" }),
|
|
116
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "17", x2: "12", y2: "21" }),
|
|
117
|
-
/* @__PURE__ */ n("polyline", { points: "9 10 12 7 15 10" }),
|
|
118
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "7", x2: "12", y2: "14" })
|
|
119
|
-
] }), N = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
120
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }),
|
|
121
|
-
/* @__PURE__ */ n("polyline", { points: "8 21 16 21" }),
|
|
122
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "17", x2: "12", y2: "21" }),
|
|
123
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "3", x2: "22", y2: "17" })
|
|
124
|
-
] }), T = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
125
|
-
/* @__PURE__ */ n("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" }),
|
|
126
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "20", x2: "2.01", y2: "20" })
|
|
127
|
-
] }), D = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
128
|
-
/* @__PURE__ */ n("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" }),
|
|
129
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "20", x2: "2.01", y2: "20" }),
|
|
130
|
-
/* @__PURE__ */ n("rect", { x: "13", y: "9", width: "8", height: "6" })
|
|
131
|
-
] }), G = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
132
|
-
/* @__PURE__ */ n("path", { d: "M3 18v-6a9 9 0 0 1 18 0v6" }),
|
|
133
|
-
/* @__PURE__ */ n("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" })
|
|
134
|
-
] }), Q = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
135
|
-
/* @__PURE__ */ n("path", { d: "M3 18v-6a9 9 0 0 1 18 0v6" }),
|
|
136
|
-
/* @__PURE__ */ n("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" })
|
|
137
|
-
] }), U = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
138
|
-
/* @__PURE__ */ n("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", ry: "2" }),
|
|
139
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "14", r: "4" }),
|
|
140
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "6", x2: "12.01", y2: "6" })
|
|
141
|
-
] }), J = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
142
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "2" }),
|
|
143
|
-
/* @__PURE__ */ n("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" })
|
|
144
|
-
] }), K = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
145
|
-
/* @__PURE__ */ n("path", { d: "M9 18V5l12-2v13" }),
|
|
146
|
-
/* @__PURE__ */ n("circle", { cx: "6", cy: "18", r: "3" }),
|
|
147
|
-
/* @__PURE__ */ n("circle", { cx: "18", cy: "16", r: "3" })
|
|
148
|
-
] }), W = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
149
|
-
/* @__PURE__ */ n("path", { d: "M9 18V5l12-2v13" }),
|
|
150
|
-
/* @__PURE__ */ n("circle", { cx: "6", cy: "18", r: "3" }),
|
|
151
|
-
/* @__PURE__ */ n("circle", { cx: "18", cy: "16", r: "3" }),
|
|
152
|
-
/* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
153
|
-
] }), X = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
154
|
-
/* @__PURE__ */ n("path", { d: "M9 3h12v4H9z" }),
|
|
155
|
-
/* @__PURE__ */ n("path", { d: "M9 11h12v4H9z" }),
|
|
156
|
-
/* @__PURE__ */ n("path", { d: "M3 3h2v18H3z" }),
|
|
157
|
-
/* @__PURE__ */ n("path", { d: "M9 19a2 2 0 1 0 4 0" })
|
|
158
|
-
] }), Y = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("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" }) }), Z = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
159
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "15", y2: "6" }),
|
|
160
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "10", x2: "15", y2: "10" }),
|
|
161
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "14", x2: "9", y2: "14" }),
|
|
162
|
-
/* @__PURE__ */ n("polygon", { points: "14 14 14 20 19 17 14 14" })
|
|
163
|
-
] }), _ = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
164
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "15", y2: "6" }),
|
|
165
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "10", x2: "15", y2: "10" }),
|
|
166
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "14", x2: "9", y2: "14" }),
|
|
167
|
-
/* @__PURE__ */ n("line", { x1: "14", y1: "17", x2: "20", y2: "17" }),
|
|
168
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "14", x2: "17", y2: "20" })
|
|
169
|
-
] }), $ = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
170
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "15", y2: "6" }),
|
|
171
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "10", x2: "15", y2: "10" }),
|
|
172
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "14", x2: "9", y2: "14" }),
|
|
173
|
-
/* @__PURE__ */ n("polyline", { points: "13 17 15 19 20 14" })
|
|
174
|
-
] }), n1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
175
|
-
/* @__PURE__ */ n("rect", { x: "4", y: "4", width: "4", height: "16" }),
|
|
176
|
-
/* @__PURE__ */ n("rect", { x: "10", y: "9", width: "4", height: "11" }),
|
|
177
|
-
/* @__PURE__ */ n("rect", { x: "16", y: "13", width: "4", height: "7" })
|
|
178
|
-
] }), c1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
179
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "10", width: "2", height: "4" }),
|
|
180
|
-
/* @__PURE__ */ n("rect", { x: "6", y: "6", width: "2", height: "12" }),
|
|
181
|
-
/* @__PURE__ */ n("rect", { x: "10", y: "3", width: "2", height: "18" }),
|
|
182
|
-
/* @__PURE__ */ n("rect", { x: "14", y: "6", width: "2", height: "12" }),
|
|
183
|
-
/* @__PURE__ */ n("rect", { x: "18", y: "9", width: "2", height: "6" })
|
|
184
|
-
] }), i1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
185
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "2", width: "20", height: "20", rx: "2.18", ry: "2.18" }),
|
|
186
|
-
/* @__PURE__ */ n("line", { x1: "7", y1: "2", x2: "7", y2: "22" }),
|
|
187
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "2", x2: "17", y2: "22" }),
|
|
188
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
|
|
189
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "7", x2: "7", y2: "7" }),
|
|
190
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "17", x2: "7", y2: "17" }),
|
|
191
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "17", x2: "22", y2: "17" }),
|
|
192
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "7", x2: "22", y2: "7" })
|
|
193
|
-
] }), e1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
194
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "2", width: "20", height: "20", rx: "2.18", ry: "2.18" }),
|
|
195
|
-
/* @__PURE__ */ n("line", { x1: "7", y1: "2", x2: "7", y2: "22" }),
|
|
196
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "2", x2: "17", y2: "22" }),
|
|
197
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
|
|
198
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "7", x2: "7", y2: "7" }),
|
|
199
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "17", x2: "7", y2: "17" }),
|
|
200
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "17", x2: "22", y2: "17" }),
|
|
201
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "7", x2: "22", y2: "7" })
|
|
202
|
-
] }), t1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
203
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "2", width: "20", height: "20", rx: "2.18", ry: "2.18" }),
|
|
204
|
-
/* @__PURE__ */ n("line", { x1: "7", y1: "2", x2: "7", y2: "22" }),
|
|
205
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "2", x2: "17", y2: "22" }),
|
|
206
|
-
/* @__PURE__ */ n("line", { x1: "2", y1: "12", x2: "22", y2: "12" })
|
|
207
|
-
] }), h1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
208
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "7", width: "20", height: "15", rx: "2", ry: "2" }),
|
|
209
|
-
/* @__PURE__ */ n("polyline", { points: "17 2 12 7 7 2" })
|
|
210
|
-
] }), o1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
211
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", ry: "2" }),
|
|
212
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "21", x2: "16", y2: "21" }),
|
|
213
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "17", x2: "12", y2: "21" })
|
|
214
|
-
] }), l1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
215
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
|
|
216
|
-
/* @__PURE__ */ n("path", { d: "M6 12h4" }),
|
|
217
|
-
/* @__PURE__ */ n("path", { d: "M14 12h4" }),
|
|
218
|
-
/* @__PURE__ */ n("path", { d: "M6 16h12" })
|
|
219
|
-
] }), y1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
220
|
-
/* @__PURE__ */ n("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
|
|
221
|
-
/* @__PURE__ */ n("path", { d: "M10 12a2 2 0 1 0-2-2" }),
|
|
222
|
-
/* @__PURE__ */ n("path", { d: "M16 12a2 2 0 1 0-2-2" })
|
|
223
|
-
] }), x1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
224
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "5" }),
|
|
225
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "1", x2: "12", y2: "3" }),
|
|
226
|
-
/* @__PURE__ */ n("line", { x1: "12", y1: "21", x2: "12", y2: "23" }),
|
|
227
|
-
/* @__PURE__ */ n("line", { x1: "4.22", y1: "4.22", x2: "5.64", y2: "5.64" }),
|
|
228
|
-
/* @__PURE__ */ n("line", { x1: "18.36", y1: "18.36", x2: "19.78", y2: "19.78" }),
|
|
229
|
-
/* @__PURE__ */ n("line", { x1: "1", y1: "12", x2: "3", y2: "12" }),
|
|
230
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "23", y2: "12" }),
|
|
231
|
-
/* @__PURE__ */ n("line", { x1: "4.22", y1: "19.78", x2: "5.64", y2: "18.36" }),
|
|
232
|
-
/* @__PURE__ */ n("line", { x1: "18.36", y1: "5.64", x2: "19.78", y2: "4.22" })
|
|
233
|
-
] }), a1 = (c) => /* @__PURE__ */ n(i, { ...c, children: /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "5" }) }), r1 = (c) => /* @__PURE__ */ e(i, { ...c, children: [
|
|
234
|
-
/* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "5" }),
|
|
235
|
-
/* @__PURE__ */ n("path", { d: "M12 1v2" }),
|
|
236
|
-
/* @__PURE__ */ n("path", { d: "M12 21v2" }),
|
|
237
|
-
/* @__PURE__ */ n("path", { d: "M4.22 4.22l1.42 1.42" }),
|
|
238
|
-
/* @__PURE__ */ n("path", { d: "M18.36 18.36l1.42 1.42" }),
|
|
239
|
-
/* @__PURE__ */ n("path", { d: "M1 12h2" }),
|
|
240
|
-
/* @__PURE__ */ n("path", { d: "M21 12h2" }),
|
|
241
|
-
/* @__PURE__ */ n("path", { d: "M4.22 19.78l1.42-1.42" }),
|
|
242
|
-
/* @__PURE__ */ n("path", { d: "M18.36 5.64l1.42-1.42" }),
|
|
243
|
-
/* @__PURE__ */ n("path", { d: "M11 8h2l1 4-1.5 1h-1L10 12l1-4z" })
|
|
244
|
-
] });
|
|
245
|
-
export {
|
|
246
|
-
r1 as BrightnessAutoIcon,
|
|
247
|
-
x1 as BrightnessHighIcon,
|
|
248
|
-
a1 as BrightnessLowIcon,
|
|
249
|
-
k as CameraAltIcon,
|
|
250
|
-
O as CameraIcon,
|
|
251
|
-
F as CameraOffIcon,
|
|
252
|
-
D as CastConnectedIcon,
|
|
253
|
-
T as CastIcon,
|
|
254
|
-
y1 as ClosedCaptionIcon,
|
|
255
|
-
n1 as EqualizerIcon,
|
|
256
|
-
M as FastForwardIcon,
|
|
257
|
-
e1 as FilmIcon,
|
|
258
|
-
v as Forward10Icon,
|
|
259
|
-
c1 as GraphicEqIcon,
|
|
260
|
-
G as HeadphonesIcon,
|
|
261
|
-
Q as HeadsetIcon,
|
|
262
|
-
X as LibraryMusicIcon,
|
|
263
|
-
A as MicIcon,
|
|
264
|
-
L as MicNoneIcon,
|
|
265
|
-
P as MicOffIcon,
|
|
266
|
-
o1 as MonitorIcon,
|
|
267
|
-
i1 as MovieIcon,
|
|
268
|
-
K as MusicNoteIcon,
|
|
269
|
-
W as MusicOffIcon,
|
|
270
|
-
a as PauseCircleIcon,
|
|
271
|
-
x as PauseIcon,
|
|
272
|
-
R as PhotoCameraIcon,
|
|
273
|
-
y as PlayArrowIcon,
|
|
274
|
-
l as PlayCircleIcon,
|
|
275
|
-
o as PlayIcon,
|
|
276
|
-
$ as PlaylistAddCheckIcon,
|
|
277
|
-
_ as PlaylistAddIcon,
|
|
278
|
-
Z as PlaylistPlayIcon,
|
|
279
|
-
Y as QueueMusicIcon,
|
|
280
|
-
J as RadioIcon,
|
|
281
|
-
V as RepeatIcon,
|
|
282
|
-
m as RepeatOneIcon,
|
|
283
|
-
g as Replay10Icon,
|
|
284
|
-
I as RewindIcon,
|
|
285
|
-
E as ScreenShareIcon,
|
|
286
|
-
w as ShuffleIcon,
|
|
287
|
-
s as SkipBackIcon,
|
|
288
|
-
p as SkipForwardIcon,
|
|
289
|
-
U as SpeakerIcon,
|
|
290
|
-
d as StopCircleIcon,
|
|
291
|
-
r as StopIcon,
|
|
292
|
-
N as StopScreenShareIcon,
|
|
293
|
-
l1 as SubtitlesIcon,
|
|
294
|
-
B as SwitchCameraIcon,
|
|
295
|
-
t1 as TheatersIcon,
|
|
296
|
-
h1 as TvIcon,
|
|
297
|
-
b as VideoIcon,
|
|
298
|
-
j as VideoOffIcon,
|
|
299
|
-
q as VideocamIcon,
|
|
300
|
-
S as VolumeDownIcon,
|
|
301
|
-
H as VolumeHighIcon,
|
|
302
|
-
u as VolumeLowIcon,
|
|
303
|
-
z as VolumeMuteIcon,
|
|
304
|
-
f as VolumeOffIcon,
|
|
305
|
-
C as VolumeUpIcon
|
|
306
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("../Icon.cjs"),s=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"5"}),c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),c.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),c.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),c.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),c.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),c.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),c.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),c.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),o=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}),e=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),i=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),c.jsx("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),c.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),c.jsx("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"})]}),l=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),c.jsx("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),c.jsx("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),c.jsx("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),c.jsx("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),c.jsx("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"})]}),r=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),c.jsx("polyline",{points:"13 11 9 17 15 17 11 23"})]}),j=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"})}),t=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"})}),y=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"})}),h=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),I=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),a=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),d=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",ry:"2"}),c.jsx("line",{x1:"2",y1:"20",x2:"22",y2:"20"})]}),p=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),c.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),M=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"7"}),c.jsx("polyline",{points:"12 9 12 12 13.5 13.5"}),c.jsx("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"})]}),g=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),c.jsx("polyline",{points:"17 2 12 7 7 2"})]}),u=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),c.jsx("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"}),c.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),v=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"8",x2:"6.01",y2:"8"}),c.jsx("line",{x1:"10",y1:"8",x2:"10.01",y2:"8"}),c.jsx("line",{x1:"14",y1:"8",x2:"14.01",y2:"8"}),c.jsx("line",{x1:"18",y1:"8",x2:"18.01",y2:"8"}),c.jsx("line",{x1:"8",y1:"12",x2:"8.01",y2:"12"}),c.jsx("line",{x1:"12",y1:"12",x2:"12.01",y2:"12"}),c.jsx("line",{x1:"16",y1:"12",x2:"16.01",y2:"12"}),c.jsx("line",{x1:"7",y1:"16",x2:"17",y2:"16"})]}),C=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"6",y:"3",width:"12",height:"18",rx:"6"}),c.jsx("line",{x1:"12",y1:"7",x2:"12",y2:"11"})]}),w=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),c.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),c.jsx("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),c.jsx("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"})]}),A=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),c.jsx("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"})]}),m=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),c.jsx("rect",{x:"9",y:"9",width:"6",height:"6"}),c.jsx("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),c.jsx("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),c.jsx("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),c.jsx("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),c.jsx("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),c.jsx("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),c.jsx("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),c.jsx("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),H=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"})}),z=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"10",cy:"18",r:"2"}),c.jsx("circle",{cx:"4",cy:"6",r:"2"}),c.jsx("circle",{cx:"20",cy:"6",r:"2"}),c.jsx("path",{d:"M12 2v16"}),c.jsx("path",{d:"m4 8 6 4"}),c.jsx("path",{d:"m20 8-6 4"})]}),k=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),c.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),L=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),c.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),c.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),S=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polyline",{points:"12 6 12 12 16 14"})]}),T=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"13",r:"8"}),c.jsx("path",{d:"M12 9v4l2 2"}),c.jsx("path",{d:"M5 3 2 6"}),c.jsx("path",{d:"m22 6-3-3"}),c.jsx("path",{d:"M6.38 18.7 4 21"}),c.jsx("path",{d:"M17.64 18.67 20 21"})]}),b=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),c.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),c.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),c.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),B=x=>c.jsx(n.Icon,{...x,children:c.jsx("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"})}),P=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),c.jsx("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),c.jsx("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),c.jsx("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),c.jsx("line",{x1:"14",y1:"1",x2:"14",y2:"4"})]}),U=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"})}),G=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"5",r:"3"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),c.jsx("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"})]}),f=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),c.jsx("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),c.jsx("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),c.jsx("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),c.jsx("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),c.jsx("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"})]}),D=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"8",r:"7"}),c.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),V=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"})]}),F=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"6"}),c.jsx("circle",{cx:"12",cy:"12",r:"2"})]}),R=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),c.jsx("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),c.jsx("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"18"})]}),W=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),c.jsx("line",{x1:"16",y1:"6",x2:"16",y2:"22"})]}),Z=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),c.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),q=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"3 11 22 2 13 21 11 13 3 11"})}),X=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),c.jsx("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})]}),K=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),c.jsx("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),c.jsx("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"})]}),N=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),Y=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),O=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),c.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),c.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),c.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),E=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"})}),J=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),c.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),Q=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),c.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),c.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"16"})]}),_=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),c.jsx("polyline",{points:"17 6 23 6 23 12"})]}),$=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),c.jsx("polyline",{points:"17 18 23 18 23 12"})]}),c1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),c.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),x1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"1",y1:"10",x2:"23",y2:"10"})]}),n1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"})]}),s1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),o1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),c.jsx("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),c.jsx("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"})]}),e1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),c.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),c.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),i1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),l1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),c.jsx("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"})]}),r1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M6 21V9a9 9 0 0 0 9 9"})]}),j1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),c.jsx("line",{x1:"6",y1:"9",x2:"6",y2:"21"})]}),t1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"4 17 10 11 4 5"}),c.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),y1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),c.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),c.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),c.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),h1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}),c.jsx("path",{d:"M9 18c-4.51 2-5-2-7-2"})]}),I1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"})}),a1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),c.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),c.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),d1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),p1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),c.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),c.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),M1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),c.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),g1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"13",y:"2",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}),c.jsx("rect",{x:"8",y:"14",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}),c.jsx("rect",{x:"14",y:"13",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}),c.jsx("rect",{x:"2",y:"8",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"})]}),u1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18.93 5.34a16.89 16.89 0 0 0-4.07-1.23 12.08 12.08 0 0 0-.55 1.1 15.66 15.66 0 0 0-4.62 0 11.54 11.54 0 0 0-.56-1.1 16.85 16.85 0 0 0-4.07 1.24A17.18 17.18 0 0 0 2.1 17.89a17.05 17.05 0 0 0 5.12 2.53 12.32 12.32 0 0 0 1.09-1.74 10.98 10.98 0 0 1-1.72-.81c.14-.1.28-.21.42-.32a12.26 12.26 0 0 0 10.38 0c.14.11.28.22.42.32-.55.32-1.13.59-1.73.82a12.27 12.27 0 0 0 1.09 1.74 17 17 0 0 0 5.12-2.54 17.14 17.14 0 0 0-2.96-12.54ZM8.68 14.81c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Zm7.64 0c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Z"})}),v1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),C1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"9",cy:"7",r:"4"}),c.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),c.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),w1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),c.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),A1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),m1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("polyline",{points:"17 11 19 13 23 9"})]}),H1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),c.jsx("line",{x1:"23",y1:"8",x2:"18",y2:"13"})]}),z1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),k1=x=>c.jsx(n.Icon,{...x,children:c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})}),L1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),c.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),S1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("ellipse",{cx:"12",cy:"16",rx:"6",ry:"5"}),c.jsx("circle",{cx:"6",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"18",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"9",cy:"6",r:"2"}),c.jsx("circle",{cx:"15",cy:"6",r:"2"})]}),T1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("ellipse",{cx:"12",cy:"14",rx:"4",ry:"3"}),c.jsx("circle",{cx:"12",cy:"12",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"8",cy:"10",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"16",cy:"10",r:"1.5",fill:"currentColor"})]}),b1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"})]}),B1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"13.5",cy:"6.5",r:"1.5"}),c.jsx("circle",{cx:"17.5",cy:"10.5",r:"1.5"}),c.jsx("circle",{cx:"8.5",cy:"7.5",r:"1.5"}),c.jsx("circle",{cx:"6.5",cy:"12.5",r:"1.5"}),c.jsx("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.9 0 1.7-.1 2.5-.3-.2-.2-.3-.5-.3-.8 0-.5.2-1 .6-1.3.4-.3.9-.5 1.4-.5h1.6c1.5 0 2.7-1.2 2.7-2.7 0-5.8-4.5-10.4-8.5-10.4z"})]}),P1=x=>c.jsx(n.Icon,{...x,children:c.jsx("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"})}),U1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"4.5",r:"2.5"}),c.jsx("path",{d:"M12 7v5"}),c.jsx("path",{d:"M7 12l5 3 5-3"}),c.jsx("path",{d:"M8 21l4-6 4 6"})]}),G1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),c.jsx("path",{d:"M12 8v8"}),c.jsx("path",{d:"M8 8h8"}),c.jsx("path",{d:"M16 12h-2.5a1.5 1.5 0 0 0 0 3H15a1.5 1.5 0 0 1 0 3h-3"})]}),f1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z"}),c.jsx("path",{d:"M5 16l.75 2.25L8 19l-2.25.75L5 22l-.75-2.25L2 19l2.25-.75L5 16z"}),c.jsx("path",{d:"M19 14l.5 1.5L21 16l-1.5.5L19 18l-.5-1.5L17 16l1.5-.5L19 14z"})]}),D1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}),c.jsx("path",{d:"M12 15l-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}),c.jsx("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),c.jsx("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"})]}),V1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"7",width:"18",height:"10",rx:"2"}),c.jsx("rect",{x:"5",y:"9",width:"7",height:"6",rx:"1",fill:"currentColor",stroke:"none"})]}),F1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),c.jsx("line",{x1:"8",y1:"9",x2:"16",y2:"9"}),c.jsx("rect",{x:"8",y:"12",width:"8",height:"5",rx:"1"})]}),R1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"11",width:"18",height:"8",rx:"2"}),c.jsx("line",{x1:"7",y1:"15",x2:"13",y2:"15"}),c.jsx("line",{x1:"16",y1:"15",x2:"16.01",y2:"15"})]});exports.AccessibilityIcon=U1;exports.ActivityIcon=E;exports.AlarmClockIcon=T;exports.AnchorIcon=G;exports.ApertureIcon=f;exports.AwardIcon=D;exports.BarChartIcon=Q;exports.BearFaceIcon=T1;exports.BearPawIcon=S1;exports.BellIcon=k;exports.BluetoothIcon=H;exports.BoxIcon=Y;exports.BriefcaseIcon=n1;exports.CalendarIcon=L;exports.ClockIcon=S;exports.CloudIcon=e;exports.CloudLightningIcon=r;exports.CloudRainIcon=i;exports.CloudSnowIcon=l;exports.CoffeeIcon=P;exports.CompassIcon=V;exports.CpuIcon=m;exports.CreditCardIcon=x1;exports.CrosshairIcon=R;exports.DesktopIcon=p;exports.DiscordIcon=u1;exports.DollarSignIcon=c1;exports.DropletIcon=t;exports.FacebookIcon=d1;exports.FeatherIcon=o1;exports.FormControlIcon=F1;exports.GiftIcon=b;exports.GitBranchIcon=i1;exports.GitCommitIcon=l1;exports.GitMergeIcon=r1;exports.GitPullRequestIcon=j1;exports.GithubIcon=h1;exports.GlobeIcon=X;exports.GridIcon=b1;exports.HardDriveIcon=w;exports.HashIcon=y1;exports.HeartIcon=B;exports.InstagramIcon=p1;exports.KeyboardIcon=v;exports.LaptopIcon=d;exports.LifeBuoyIcon=K;exports.LinkedinIcon=a1;exports.MapIcon=W;exports.MapPinIcon=Z;exports.MinusIcon=k1;exports.MoonIcon=o;exports.MouseIcon=C;exports.NavigationIcon=q;exports.PackageIcon=N;exports.PaletteIcon=B1;exports.PieChartIcon=J;exports.PlusIcon=z1;exports.PrinterIcon=u;exports.RocketIcon=D1;exports.ScissorsIcon=e1;exports.ServerIcon=A;exports.SlackIcon=g1;exports.SlashIcon=s1;exports.SmartphoneIcon=I;exports.SnackbarIcon=R1;exports.SparklesIcon=f1;exports.SunIcon=s;exports.TabletIcon=a;exports.TargetIcon=F;exports.TerminalIcon=t1;exports.ThermometerIcon=y;exports.ToggleButtonIcon=V1;exports.TrendingDownIcon=$;exports.TrendingUpIcon=_;exports.TruckIcon=O;exports.TvIcon=g;exports.TwitterIcon=I1;exports.TypeScriptIcon=G1;exports.UmbrellaIcon=h;exports.UsbIcon=z;exports.UserCheckIcon=m1;exports.UserIcon=v1;exports.UserMinusIcon=A1;exports.UserPlusIcon=w1;exports.UserXIcon=H1;exports.UsersIcon=C1;exports.WatchIcon=M;exports.WindIcon=j;exports.WrenchIcon=P1;exports.XIcon=L1;exports.YoutubeIcon=M1;exports.ZapIcon=U;
|