@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.
Files changed (719) hide show
  1. package/README.md +26 -0
  2. package/dist/components/Accordion/Accordion.cjs +1 -1
  3. package/dist/components/Accordion/Accordion.context.cjs +1 -0
  4. package/dist/components/Accordion/Accordion.context.d.ts +2 -0
  5. package/dist/components/Accordion/Accordion.context.js +5 -0
  6. package/dist/components/Accordion/Accordion.d.ts +2 -22
  7. package/dist/components/Accordion/Accordion.js +21 -73
  8. package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs +1 -0
  9. package/dist/components/Accordion/components/AccordionItem/AccordionItem.const.d.ts +1 -0
  10. package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +2 -0
  11. package/dist/components/Accordion/components/AccordionItem/AccordionItem.js +60 -0
  12. package/dist/components/Accordion/components/AccordionItem/AccordionItem.types.d.ts +1 -0
  13. package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.cjs +1 -0
  14. package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.d.ts +1 -0
  15. package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.js +4 -0
  16. package/dist/components/Accordion/components/AccordionItem/index.d.ts +2 -0
  17. package/dist/components/Accordion/components/index.d.ts +2 -0
  18. package/dist/components/Accordion/hooks/index.d.ts +1 -0
  19. package/dist/components/Accordion/hooks/useAccordion.cjs +1 -0
  20. package/dist/components/Accordion/hooks/useAccordion.d.ts +2 -0
  21. package/dist/components/Accordion/hooks/useAccordion.js +12 -0
  22. package/dist/components/Accordion/index.d.ts +3 -3
  23. package/dist/components/ActionIcon/ActionIcon.cjs +1 -1
  24. package/dist/components/ActionIcon/ActionIcon.const.cjs +1 -1
  25. package/dist/components/ActionIcon/ActionIcon.const.d.ts +0 -1
  26. package/dist/components/ActionIcon/ActionIcon.const.js +1 -2
  27. package/dist/components/ActionIcon/ActionIcon.d.ts +4 -2
  28. package/dist/components/ActionIcon/ActionIcon.js +37 -32
  29. package/dist/components/ActionIcon/ActionIcon.types.d.ts +6 -4
  30. package/dist/components/ActiveBar/ActiveBar.cjs +1 -8
  31. package/dist/components/ActiveBar/ActiveBar.const.cjs +1 -0
  32. package/dist/components/ActiveBar/ActiveBar.const.d.ts +7 -1
  33. package/dist/components/ActiveBar/ActiveBar.const.js +28 -0
  34. package/dist/components/ActiveBar/ActiveBar.js +79 -72
  35. package/dist/components/ActiveBar/ActiveBar.types.d.ts +4 -2
  36. package/dist/components/ActivityItem/ActivityItem.cjs +1 -1
  37. package/dist/components/ActivityItem/ActivityItem.d.ts +1 -6
  38. package/dist/components/ActivityItem/ActivityItem.js +47 -40
  39. package/dist/components/Affix/Affix.cjs +1 -1
  40. package/dist/components/Affix/Affix.d.ts +1 -2
  41. package/dist/components/Affix/Affix.js +68 -53
  42. package/dist/components/Affix/Affix.types.d.ts +13 -0
  43. package/dist/components/Affix/Affix.utils.cjs +1 -0
  44. package/dist/components/Affix/Affix.utils.d.ts +3 -0
  45. package/dist/components/Affix/Affix.utils.js +10 -0
  46. package/dist/components/Affix/index.d.ts +1 -1
  47. package/dist/components/Alert/Alert.cjs +1 -1
  48. package/dist/components/Alert/Alert.const.cjs +1 -1
  49. package/dist/components/Alert/Alert.const.d.ts +0 -10
  50. package/dist/components/Alert/Alert.const.js +30 -10
  51. package/dist/components/Alert/Alert.d.ts +1 -14
  52. package/dist/components/Alert/Alert.js +55 -80
  53. package/dist/components/AlertDialog/AlertDialog.cjs +1 -1
  54. package/dist/components/AlertDialog/AlertDialog.d.ts +1 -2
  55. package/dist/components/AlertDialog/AlertDialog.js +75 -67
  56. package/dist/components/AlertDialog/AlertDialog.types.d.ts +0 -15
  57. package/dist/components/AlertDialog/index.d.ts +0 -1
  58. package/dist/components/Anchor/Anchor.cjs +1 -1
  59. package/dist/components/Anchor/Anchor.d.ts +1 -2
  60. package/dist/components/Anchor/Anchor.js +69 -61
  61. package/dist/components/AnimatedCounter/AnimatedCounter.cjs +1 -1
  62. package/dist/components/AnimatedCounter/AnimatedCounter.d.ts +1 -2
  63. package/dist/components/AnimatedCounter/AnimatedCounter.js +45 -43
  64. package/dist/components/AnimatedCounter/AnimatedCounter.types.d.ts +2 -12
  65. package/dist/components/AppBar/AppBar.cjs +1 -1
  66. package/dist/components/AppBar/AppBar.const.cjs +1 -1
  67. package/dist/components/AppBar/AppBar.const.d.ts +4 -36
  68. package/dist/components/AppBar/AppBar.const.js +7 -27
  69. package/dist/components/AppBar/AppBar.d.ts +1 -2
  70. package/dist/components/AppBar/AppBar.js +43 -64
  71. package/dist/components/AppShell/AppShell.cjs +1 -1
  72. package/dist/components/AppShell/AppShell.const.cjs +1 -1
  73. package/dist/components/AppShell/AppShell.const.d.ts +0 -17
  74. package/dist/components/AppShell/AppShell.const.js +3 -20
  75. package/dist/components/AppShell/AppShell.d.ts +1 -2
  76. package/dist/components/AppShell/AppShell.js +54 -50
  77. package/dist/components/AspectRatio/AspectRatio.cjs +1 -1
  78. package/dist/components/AspectRatio/AspectRatio.d.ts +1 -2
  79. package/dist/components/AspectRatio/AspectRatio.js +23 -21
  80. package/dist/components/Autocomplete/Autocomplete.cjs +1 -1
  81. package/dist/components/Autocomplete/Autocomplete.d.ts +1 -16
  82. package/dist/components/Autocomplete/Autocomplete.js +120 -134
  83. package/dist/components/Autocomplete/hooks/index.d.ts +1 -0
  84. package/dist/components/Autocomplete/hooks/useAutocomplete.cjs +1 -0
  85. package/dist/components/Autocomplete/hooks/useAutocomplete.d.ts +25 -0
  86. package/dist/components/Autocomplete/hooks/useAutocomplete.js +78 -0
  87. package/dist/components/Avatar/Avatar.cjs +1 -1
  88. package/dist/components/Avatar/Avatar.const.cjs +1 -1
  89. package/dist/components/Avatar/Avatar.const.d.ts +4 -7
  90. package/dist/components/Avatar/Avatar.const.js +12 -12
  91. package/dist/components/Avatar/Avatar.d.ts +2 -16
  92. package/dist/components/Avatar/Avatar.js +51 -66
  93. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.cjs +1 -0
  94. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.const.d.ts +1 -0
  95. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.d.ts +2 -0
  96. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.js +39 -0
  97. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.types.d.ts +1 -0
  98. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.cjs +1 -0
  99. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.d.ts +5 -0
  100. package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.js +9 -0
  101. package/dist/components/Avatar/components/AvatarGroup/index.d.ts +2 -0
  102. package/dist/components/Avatar/components/index.d.ts +2 -0
  103. package/dist/components/Avatar/index.d.ts +2 -1
  104. package/dist/components/BackTop/BackTop.cjs +1 -1
  105. package/dist/components/BackTop/BackTop.const.cjs +1 -1
  106. package/dist/components/BackTop/BackTop.const.d.ts +21 -27
  107. package/dist/components/BackTop/BackTop.const.js +13 -7
  108. package/dist/components/BackTop/BackTop.d.ts +1 -19
  109. package/dist/components/BackTop/BackTop.js +65 -66
  110. package/dist/components/BackTop/BackTop.types.d.ts +2 -14
  111. package/dist/components/Backdrop/Backdrop.cjs +1 -1
  112. package/dist/components/Backdrop/Backdrop.d.ts +1 -2
  113. package/dist/components/Backdrop/Backdrop.js +39 -38
  114. package/dist/components/Backdrop/index.d.ts +1 -1
  115. package/dist/components/Badge/Badge.cjs +1 -1
  116. package/dist/components/Badge/Badge.constants.cjs +1 -1
  117. package/dist/components/Badge/Badge.constants.d.ts +0 -2
  118. package/dist/components/Badge/Badge.constants.js +6 -7
  119. package/dist/components/Badge/Badge.d.ts +1 -12
  120. package/dist/components/Badge/Badge.js +45 -41
  121. package/dist/components/Badge/Badge.types.d.ts +0 -5
  122. package/dist/components/Banner/Banner.cjs +1 -1
  123. package/dist/components/Banner/Banner.const.cjs +1 -1
  124. package/dist/components/Banner/Banner.const.d.ts +2 -17
  125. package/dist/components/Banner/Banner.const.js +16 -25
  126. package/dist/components/Banner/Banner.d.ts +1 -2
  127. package/dist/components/Banner/Banner.js +58 -57
  128. package/dist/components/Biometric/Biometric.cjs +1 -1
  129. package/dist/components/Biometric/Biometric.const.cjs +1 -0
  130. package/dist/components/Biometric/Biometric.const.d.ts +7 -1
  131. package/dist/components/Biometric/Biometric.const.js +31 -0
  132. package/dist/components/Biometric/Biometric.d.ts +1 -2
  133. package/dist/components/Biometric/Biometric.js +57 -106
  134. package/dist/components/Biometric/Biometric.types.d.ts +2 -1
  135. package/dist/components/Biometric/Biometric.utils.cjs +1 -0
  136. package/dist/components/Biometric/Biometric.utils.d.ts +9 -0
  137. package/dist/components/Biometric/Biometric.utils.js +5 -0
  138. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.cjs +1 -0
  139. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.cjs +1 -0
  140. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.d.ts +5 -0
  141. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.js +11 -0
  142. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.d.ts +2 -0
  143. package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.js +21 -0
  144. package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.cjs +1 -0
  145. package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.d.ts +4 -0
  146. package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.js +17 -0
  147. package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.cjs +1 -0
  148. package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.d.ts +4 -0
  149. package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.js +18 -0
  150. package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.cjs +1 -0
  151. package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.d.ts +4 -0
  152. package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.js +15 -0
  153. package/dist/components/Biometric/components/BiometricIcon/index.d.ts +1 -0
  154. package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.cjs +1 -0
  155. package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.d.ts +2 -0
  156. package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.js +27 -0
  157. package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.types.d.ts +3 -0
  158. package/dist/components/Biometric/components/BiometricScanRipple/index.d.ts +2 -0
  159. package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.cjs +1 -0
  160. package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.d.ts +2 -0
  161. package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.js +61 -0
  162. package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.types.d.ts +10 -0
  163. package/dist/components/Biometric/components/BiometricTrigger/index.d.ts +2 -0
  164. package/dist/components/Biometric/components/index.d.ts +3 -0
  165. package/dist/components/Biometric/useBiometric.cjs +1 -1
  166. package/dist/components/Biometric/useBiometric.js +18 -16
  167. package/dist/components/Blockquote/Blockquote.cjs +1 -1
  168. package/dist/components/Blockquote/Blockquote.const.cjs +1 -1
  169. package/dist/components/Blockquote/Blockquote.const.d.ts +0 -2
  170. package/dist/components/Blockquote/Blockquote.const.js +2 -4
  171. package/dist/components/Blockquote/Blockquote.d.ts +1 -2
  172. package/dist/components/Blockquote/Blockquote.js +36 -37
  173. package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -1
  174. package/dist/components/BottomNavigation/BottomNavigation.const.cjs +1 -1
  175. package/dist/components/BottomNavigation/BottomNavigation.const.d.ts +2 -8
  176. package/dist/components/BottomNavigation/BottomNavigation.const.js +3 -6
  177. package/dist/components/BottomNavigation/BottomNavigation.d.ts +1 -2
  178. package/dist/components/BottomNavigation/BottomNavigation.js +42 -41
  179. package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +2 -1
  180. package/dist/components/BottomNavigation/index.d.ts +1 -1
  181. package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
  182. package/dist/components/BottomSheet/BottomSheet.const.cjs +1 -0
  183. package/dist/components/BottomSheet/BottomSheet.const.d.ts +2 -1
  184. package/dist/components/BottomSheet/BottomSheet.const.js +10 -0
  185. package/dist/components/BottomSheet/BottomSheet.d.ts +1 -2
  186. package/dist/components/BottomSheet/BottomSheet.js +119 -115
  187. package/dist/components/BottomSheet/BottomSheet.types.d.ts +2 -1
  188. package/dist/components/BottomSheet/index.d.ts +1 -1
  189. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
  190. package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
  191. package/dist/components/Button/Button.types.d.ts +1 -2
  192. package/dist/components/Calendar/Calendar.cjs +1 -1
  193. package/dist/components/Calendar/Calendar.js +127 -108
  194. package/dist/components/Calendar/Calendar.types.d.ts +7 -7
  195. package/dist/components/Chart/BarChart.cjs +1 -1
  196. package/dist/components/Chart/BarChart.d.ts +1 -2
  197. package/dist/components/Chart/BarChart.js +81 -61
  198. package/dist/components/Chart/Chart.cjs +1 -1
  199. package/dist/components/Chart/Chart.const.cjs +1 -1
  200. package/dist/components/Chart/Chart.const.d.ts +24 -3
  201. package/dist/components/Chart/Chart.const.js +39 -16
  202. package/dist/components/Chart/Chart.d.ts +1 -5
  203. package/dist/components/Chart/Chart.js +19 -23
  204. package/dist/components/Chart/Chart.types.d.ts +11 -19
  205. package/dist/components/Chart/Chart.utils.cjs +1 -1
  206. package/dist/components/Chart/Chart.utils.d.ts +8 -18
  207. package/dist/components/Chart/Chart.utils.js +39 -3
  208. package/dist/components/Chart/FunnelChart.cjs +1 -0
  209. package/dist/components/Chart/FunnelChart.d.ts +2 -0
  210. package/dist/components/Chart/FunnelChart.js +59 -0
  211. package/dist/components/Chart/LineChart.cjs +1 -1
  212. package/dist/components/Chart/LineChart.d.ts +1 -2
  213. package/dist/components/Chart/LineChart.js +51 -55
  214. package/dist/components/Chart/PieChart.cjs +1 -1
  215. package/dist/components/Chart/PieChart.d.ts +1 -2
  216. package/dist/components/Chart/PieChart.js +121 -106
  217. package/dist/components/Chart/PieChart.types.d.ts +8 -0
  218. package/dist/components/Chart/RadarChart.cjs +1 -0
  219. package/dist/components/Chart/RadarChart.d.ts +2 -0
  220. package/dist/components/Chart/RadarChart.js +100 -0
  221. package/dist/components/Chart/index.d.ts +3 -1
  222. package/dist/components/Chat/Chat.cjs +1 -1
  223. package/dist/components/Chat/Chat.js +4 -3
  224. package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -1
  225. package/dist/components/CurrencyInput/CurrencyInput.js +1 -1
  226. package/dist/components/DatePicker/DatePicker.cjs +1 -1
  227. package/dist/components/DatePicker/DatePicker.const.cjs +1 -0
  228. package/dist/components/DatePicker/DatePicker.const.d.ts +16 -0
  229. package/dist/components/DatePicker/DatePicker.const.js +20 -0
  230. package/dist/components/DatePicker/DatePicker.js +124 -121
  231. package/dist/components/DatePicker/DatePicker.types.d.ts +3 -3
  232. package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
  233. package/dist/components/DateRangePicker/DateRangePicker.const.cjs +1 -1
  234. package/dist/components/DateRangePicker/DateRangePicker.const.d.ts +3 -20
  235. package/dist/components/DateRangePicker/DateRangePicker.const.js +8 -54
  236. package/dist/components/DateRangePicker/DateRangePicker.js +125 -116
  237. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +2 -1
  238. package/dist/components/DateRangePicker/DateRangePicker.utils.cjs +1 -1
  239. package/dist/components/DateRangePicker/DateRangePicker.utils.d.ts +6 -0
  240. package/dist/components/DateRangePicker/DateRangePicker.utils.js +64 -20
  241. package/dist/components/Drawer/Drawer.cjs +1 -1
  242. package/dist/components/Drawer/Drawer.const.cjs +1 -1
  243. package/dist/components/Drawer/Drawer.const.d.ts +2 -11
  244. package/dist/components/Drawer/Drawer.const.js +6 -55
  245. package/dist/components/Drawer/Drawer.d.ts +1 -2
  246. package/dist/components/Drawer/Drawer.js +87 -131
  247. package/dist/components/Drawer/Drawer.types.d.ts +16 -3
  248. package/dist/components/Drawer/Drawer.utils.d.ts +0 -4
  249. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.cjs +1 -0
  250. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +2 -0
  251. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +26 -0
  252. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.types.d.ts +20 -0
  253. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.cjs +1 -0
  254. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.d.ts +2 -0
  255. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.js +17 -0
  256. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.cjs +1 -0
  257. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.d.ts +2 -0
  258. package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.js +9 -0
  259. package/dist/components/Drawer/components/DrawerHeader/index.d.ts +2 -0
  260. package/dist/components/Drawer/components/index.d.ts +1 -0
  261. package/dist/components/Drawer/helpers/DrawerOptionalHeader.cjs +1 -0
  262. package/dist/components/Drawer/helpers/DrawerOptionalHeader.d.ts +2 -0
  263. package/dist/components/Drawer/helpers/DrawerOptionalHeader.js +9 -0
  264. package/dist/components/Drawer/helpers/index.d.ts +1 -0
  265. package/dist/components/Drawer/hooks/index.d.ts +1 -0
  266. package/dist/components/Drawer/hooks/useDrawer.cjs +1 -0
  267. package/dist/components/Drawer/hooks/useDrawer.d.ts +2 -0
  268. package/dist/components/Drawer/hooks/useDrawer.js +51 -0
  269. package/dist/components/Dropdown/Dropdown.cjs +1 -1
  270. package/dist/components/Dropdown/Dropdown.const.cjs +1 -1
  271. package/dist/components/Dropdown/Dropdown.const.d.ts +4 -0
  272. package/dist/components/Dropdown/Dropdown.const.js +6 -2
  273. package/dist/components/Dropdown/Dropdown.js +109 -116
  274. package/dist/components/Dropdown/Dropdown.types.d.ts +2 -2
  275. package/dist/components/Editable/Editable.cjs +1 -1
  276. package/dist/components/Editable/Editable.js +1 -1
  277. package/dist/components/FileTree/FileTree.cjs +1 -1
  278. package/dist/components/FileTree/FileTree.js +1 -1
  279. package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
  280. package/dist/components/FloatingChat/FloatingChat.js +10 -9
  281. package/dist/components/Gauge/Gauge.cjs +1 -1
  282. package/dist/components/Gauge/Gauge.const.cjs +1 -1
  283. package/dist/components/Gauge/Gauge.const.d.ts +5 -0
  284. package/dist/components/Gauge/Gauge.const.js +11 -6
  285. package/dist/components/Gauge/Gauge.d.ts +1 -2
  286. package/dist/components/Gauge/Gauge.js +69 -45
  287. package/dist/components/Gauge/Gauge.types.d.ts +11 -2
  288. package/dist/components/Gauge/helpers/GaugeLinearBar.cjs +1 -0
  289. package/dist/components/Gauge/helpers/GaugeLinearBar.d.ts +2 -0
  290. package/dist/components/Gauge/helpers/GaugeLinearBar.js +40 -0
  291. package/dist/components/GradientText/GradientText.cjs +1 -1
  292. package/dist/components/GradientText/GradientText.const.cjs +1 -1
  293. package/dist/components/GradientText/GradientText.const.d.ts +6 -1
  294. package/dist/components/GradientText/GradientText.const.js +11 -5
  295. package/dist/components/GradientText/GradientText.js +20 -19
  296. package/dist/components/Heatmap/Heatmap.cjs +1 -1
  297. package/dist/components/Heatmap/Heatmap.const.cjs +1 -1
  298. package/dist/components/Heatmap/Heatmap.const.d.ts +2 -0
  299. package/dist/components/Heatmap/Heatmap.const.js +8 -6
  300. package/dist/components/Heatmap/Heatmap.js +51 -47
  301. package/dist/components/Heatmap/Heatmap.types.d.ts +1 -1
  302. package/dist/components/Icon/Icon.d.ts +2 -39
  303. package/dist/components/Icon/Icon.types.d.ts +1 -17
  304. package/dist/components/Icon/icons/action.d.ts +1 -85
  305. package/dist/components/Icon/icons/bear.d.ts +1 -12
  306. package/dist/components/Icon/icons/charts.d.ts +1 -0
  307. package/dist/components/Icon/icons/commerce.d.ts +1 -25
  308. package/dist/components/Icon/icons/communication.d.ts +1 -48
  309. package/dist/components/Icon/icons/content.d.ts +1 -53
  310. package/dist/components/Icon/icons/device.d.ts +1 -27
  311. package/dist/components/Icon/icons/editor.d.ts +1 -54
  312. package/dist/components/Icon/icons/file.d.ts +1 -25
  313. package/dist/components/Icon/icons/index.d.ts +1 -9
  314. package/dist/components/Icon/icons/media.d.ts +1 -64
  315. package/dist/components/Icon/icons/misc.d.ts +1 -96
  316. package/dist/components/Icon/icons/navigation.d.ts +1 -56
  317. package/dist/components/Icon/icons/social.d.ts +1 -24
  318. package/dist/components/Icon/icons/status.d.ts +1 -61
  319. package/dist/components/Icon/index.d.ts +2 -591
  320. package/dist/components/ImageAnnotation/ImageAnnotation.cjs +1 -1
  321. package/dist/components/ImageAnnotation/ImageAnnotation.js +1 -1
  322. package/dist/components/JsonViewer/JsonViewer.cjs +1 -1
  323. package/dist/components/JsonViewer/JsonViewer.js +1 -1
  324. package/dist/components/MediaPlayer/MediaPlayer.cjs +1 -1
  325. package/dist/components/MediaPlayer/MediaPlayer.js +1 -1
  326. package/dist/components/MediaPlayer/MediaPlayer.types.d.ts +1 -1
  327. package/dist/components/MessageList/MessageList.cjs +1 -1
  328. package/dist/components/MessageList/MessageList.js +37 -36
  329. package/dist/components/Modal/Modal.cjs +1 -1
  330. package/dist/components/Modal/Modal.js +1 -1
  331. package/dist/components/OverlayPortal/OverlayPortal.cjs +1 -0
  332. package/dist/components/OverlayPortal/OverlayPortal.const.cjs +1 -0
  333. package/dist/components/OverlayPortal/OverlayPortal.const.d.ts +4 -0
  334. package/dist/components/OverlayPortal/OverlayPortal.const.js +12 -0
  335. package/dist/components/OverlayPortal/OverlayPortal.d.ts +2 -0
  336. package/dist/components/OverlayPortal/OverlayPortal.js +45 -0
  337. package/dist/components/OverlayPortal/OverlayPortal.types.d.ts +13 -0
  338. package/dist/components/OverlayPortal/index.d.ts +2 -0
  339. package/dist/components/PageNav/PageNav.cjs +1 -1
  340. package/dist/components/PageNav/PageNav.js +1 -1
  341. package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
  342. package/dist/components/PasswordInput/PasswordInput.js +5 -5
  343. package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
  344. package/dist/components/PropsPlayground/PropsPlayground.js +1 -1
  345. package/dist/components/Rating/Rating.cjs +1 -1
  346. package/dist/components/Rating/Rating.const.cjs +1 -1
  347. package/dist/components/Rating/Rating.const.d.ts +4 -12
  348. package/dist/components/Rating/Rating.const.js +15 -14
  349. package/dist/components/Rating/Rating.d.ts +1 -13
  350. package/dist/components/Rating/Rating.js +98 -136
  351. package/dist/components/Rating/Rating.types.d.ts +12 -18
  352. package/dist/components/Rating/Rating.utils.cjs +1 -0
  353. package/dist/components/Rating/Rating.utils.d.ts +6 -0
  354. package/dist/components/Rating/Rating.utils.js +18 -0
  355. package/dist/components/Rating/components/StarIcon/StarIcon.cjs +1 -0
  356. package/dist/components/Rating/components/StarIcon/StarIcon.d.ts +2 -0
  357. package/dist/components/Rating/components/StarIcon/StarIcon.js +14 -0
  358. package/dist/components/Rating/components/StarIcon/index.d.ts +1 -0
  359. package/dist/components/Rating/index.d.ts +1 -1
  360. package/dist/components/ResizablePanel/ResizablePanel.cjs +1 -1
  361. package/dist/components/ResizablePanel/ResizablePanel.const.cjs +1 -1
  362. package/dist/components/ResizablePanel/ResizablePanel.const.d.ts +1 -11
  363. package/dist/components/ResizablePanel/ResizablePanel.const.js +3 -9
  364. package/dist/components/ResizablePanel/ResizablePanel.d.ts +1 -16
  365. package/dist/components/ResizablePanel/ResizablePanel.js +44 -51
  366. package/dist/components/ResizablePanel/ResizablePanel.utils.cjs +1 -1
  367. package/dist/components/ResizablePanel/ResizablePanel.utils.d.ts +4 -9
  368. package/dist/components/ResizablePanel/ResizablePanel.utils.js +9 -9
  369. package/dist/components/ResizablePanel/useResizablePanel.cjs +1 -0
  370. package/dist/components/ResizablePanel/useResizablePanel.d.ts +12 -0
  371. package/dist/components/ResizablePanel/useResizablePanel.js +33 -0
  372. package/dist/components/ResizableTextarea/ResizableTextarea.cjs +1 -1
  373. package/dist/components/ResizableTextarea/ResizableTextarea.d.ts +1 -2
  374. package/dist/components/ResizableTextarea/ResizableTextarea.js +106 -91
  375. package/dist/components/ResizableTextarea/ResizableTextarea.utils.cjs +1 -0
  376. package/dist/components/ResizableTextarea/ResizableTextarea.utils.d.ts +3 -0
  377. package/dist/components/ResizableTextarea/ResizableTextarea.utils.js +12 -0
  378. package/dist/components/Result/Result.cjs +1 -1
  379. package/dist/components/Result/Result.const.cjs +1 -1
  380. package/dist/components/Result/Result.const.d.ts +0 -8
  381. package/dist/components/Result/Result.const.js +7 -14
  382. package/dist/components/Result/Result.d.ts +1 -3
  383. package/dist/components/Result/Result.js +37 -24
  384. package/dist/components/Result/Result.utils.cjs +1 -0
  385. package/dist/components/Result/Result.utils.d.ts +4 -0
  386. package/dist/components/Result/Result.utils.js +22 -0
  387. package/dist/components/Result/index.d.ts +1 -1
  388. package/dist/components/RichEditor/RichEditor.cjs +1 -1
  389. package/dist/components/RichEditor/RichEditor.const.cjs +1 -141
  390. package/dist/components/RichEditor/RichEditor.const.d.ts +22 -11
  391. package/dist/components/RichEditor/RichEditor.const.js +84 -197
  392. package/dist/components/RichEditor/RichEditor.d.ts +1 -17
  393. package/dist/components/RichEditor/RichEditor.js +62 -352
  394. package/dist/components/RichEditor/RichEditor.types.d.ts +1 -1
  395. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.cjs +1 -1
  396. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.d.ts +1 -3
  397. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.js +17 -17
  398. package/dist/components/RichEditor/components/ToolbarButton/index.d.ts +1 -1
  399. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -1
  400. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.cjs +1 -0
  401. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.d.ts +7 -0
  402. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.js +5 -0
  403. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.d.ts +1 -3
  404. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +114 -115
  405. package/dist/components/RichEditor/components/ToolbarColorPicker/index.d.ts +1 -1
  406. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -1
  407. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.d.ts +1 -3
  408. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +66 -43
  409. package/dist/components/RichEditor/components/ToolbarDropdown/index.d.ts +1 -1
  410. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -1
  411. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.d.ts +2 -4
  412. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +50 -52
  413. package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.cjs +1 -0
  414. package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.d.ts +2 -0
  415. package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.js +78 -0
  416. package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.types.d.ts +5 -0
  417. package/dist/components/RichEditor/components/ToolbarSignature/index.d.ts +2 -0
  418. package/dist/components/RichEditor/components/index.d.ts +1 -0
  419. package/dist/components/RichEditor/helpers/IconRender.cjs +1 -0
  420. package/dist/components/RichEditor/helpers/IconRender.d.ts +1 -0
  421. package/dist/components/RichEditor/helpers/IconRender.js +29 -0
  422. package/dist/components/RichEditor/helpers/formatHelpers.cjs +1 -1
  423. package/dist/components/RichEditor/helpers/formatHelpers.d.ts +0 -42
  424. package/dist/components/RichEditor/helpers/formatHelpers.js +32 -21
  425. package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -0
  426. package/dist/components/RichEditor/helpers/toolbarItemRender.d.ts +8 -0
  427. package/dist/components/RichEditor/helpers/toolbarItemRender.js +183 -0
  428. package/dist/components/RichEditor/index.d.ts +1 -1
  429. package/dist/components/RichEditor/useRichEditor/index.d.ts +2 -0
  430. package/dist/components/RichEditor/useRichEditor/useRichEditor.cjs +1 -0
  431. package/dist/components/RichEditor/useRichEditor/useRichEditor.d.ts +2 -0
  432. package/dist/components/RichEditor/useRichEditor/useRichEditor.js +140 -0
  433. package/dist/components/RichEditor/useRichEditor/useRichEditor.types.d.ts +39 -0
  434. package/dist/components/RingProgress/RingProgress.cjs +1 -1
  435. package/dist/components/RingProgress/RingProgress.const.cjs +1 -1
  436. package/dist/components/RingProgress/RingProgress.const.d.ts +3 -2
  437. package/dist/components/RingProgress/RingProgress.const.js +7 -5
  438. package/dist/components/RingProgress/RingProgress.d.ts +1 -3
  439. package/dist/components/RingProgress/RingProgress.js +48 -44
  440. package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
  441. package/dist/components/RingProgress/RingProgress.utils.cjs +1 -0
  442. package/dist/components/RingProgress/RingProgress.utils.d.ts +13 -0
  443. package/dist/components/RingProgress/RingProgress.utils.js +16 -0
  444. package/dist/components/RingProgress/index.d.ts +1 -1
  445. package/dist/components/ScrollArea/ScrollArea.cjs +1 -1
  446. package/dist/components/ScrollArea/ScrollArea.const.cjs +1 -0
  447. package/dist/components/ScrollArea/ScrollArea.const.d.ts +15 -1
  448. package/dist/components/ScrollArea/ScrollArea.const.js +18 -0
  449. package/dist/components/ScrollArea/ScrollArea.d.ts +1 -2
  450. package/dist/components/ScrollArea/ScrollArea.js +24 -35
  451. package/dist/components/ScrollArea/ScrollArea.utils.cjs +1 -0
  452. package/dist/components/ScrollArea/ScrollArea.utils.d.ts +1 -0
  453. package/dist/components/ScrollArea/ScrollArea.utils.js +7 -0
  454. package/dist/components/SegmentedControl/SegmentedControl.cjs +1 -1
  455. package/dist/components/SegmentedControl/SegmentedControl.const.cjs +1 -0
  456. package/dist/components/SegmentedControl/SegmentedControl.const.d.ts +5 -1
  457. package/dist/components/SegmentedControl/SegmentedControl.const.js +8 -0
  458. package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -2
  459. package/dist/components/SegmentedControl/SegmentedControl.js +47 -45
  460. package/dist/components/Select/Select.cjs +1 -1
  461. package/dist/components/Select/Select.const.cjs +1 -1
  462. package/dist/components/Select/Select.const.js +6 -7
  463. package/dist/components/Select/Select.js +110 -124
  464. package/dist/components/Select/Select.types.d.ts +2 -1
  465. package/dist/components/Sidebar/Sidebar.cjs +1 -1
  466. package/dist/components/Sidebar/Sidebar.js +16 -15
  467. package/dist/components/Sidebar/Sidebar.types.d.ts +1 -1
  468. package/dist/components/Sidebar/Sidebar.utils.cjs +1 -0
  469. package/dist/components/Sidebar/Sidebar.utils.d.ts +2 -0
  470. package/dist/components/Sidebar/Sidebar.utils.js +11 -0
  471. package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -1
  472. package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +1 -1
  473. package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -1
  474. package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +55 -51
  475. package/dist/components/Sidebar/index.d.ts +1 -0
  476. package/dist/components/SignPad/SignPad.const.cjs +1 -1
  477. package/dist/components/SignPad/SignPad.const.d.ts +3 -3
  478. package/dist/components/SignPad/SignPad.const.js +3 -3
  479. package/dist/components/SliderRange/SliderRange.cjs +1 -1
  480. package/dist/components/SliderRange/SliderRange.js +19 -19
  481. package/dist/components/Sparkline/Sparkline.cjs +1 -1
  482. package/dist/components/Sparkline/Sparkline.const.cjs +1 -1
  483. package/dist/components/Sparkline/Sparkline.const.d.ts +5 -0
  484. package/dist/components/Sparkline/Sparkline.const.js +9 -4
  485. package/dist/components/Sparkline/Sparkline.d.ts +1 -2
  486. package/dist/components/Sparkline/Sparkline.js +75 -53
  487. package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
  488. package/dist/components/Sparkline/Sparkline.utils.cjs +1 -1
  489. package/dist/components/Sparkline/Sparkline.utils.d.ts +7 -12
  490. package/dist/components/Sparkline/Sparkline.utils.js +33 -20
  491. package/dist/components/Sparkline/index.d.ts +2 -2
  492. package/dist/components/Stepper/Stepper.cjs +1 -1
  493. package/dist/components/Stepper/Stepper.js +1 -1
  494. package/dist/components/Tabs/TabList.cjs +1 -1
  495. package/dist/components/Tabs/TabList.js +1 -1
  496. package/dist/components/TimePicker/TimePicker.cjs +1 -1
  497. package/dist/components/TimePicker/TimePicker.constants.cjs +1 -1
  498. package/dist/components/TimePicker/TimePicker.constants.d.ts +5 -1
  499. package/dist/components/TimePicker/TimePicker.constants.js +29 -25
  500. package/dist/components/TimePicker/TimePicker.js +110 -82
  501. package/dist/components/TimePicker/TimePicker.types.d.ts +4 -3
  502. package/dist/components/TimelineChart/TimelineChart.cjs +1 -1
  503. package/dist/components/TimelineChart/TimelineChart.const.cjs +1 -1
  504. package/dist/components/TimelineChart/TimelineChart.const.d.ts +3 -0
  505. package/dist/components/TimelineChart/TimelineChart.const.js +7 -4
  506. package/dist/components/TimelineChart/TimelineChart.js +56 -42
  507. package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -1
  508. package/dist/components/Transition/Transition.cjs +1 -1
  509. package/dist/components/Transition/Transition.js +56 -53
  510. package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
  511. package/dist/components/TreeSelect/TreeSelect.const.cjs +1 -1
  512. package/dist/components/TreeSelect/TreeSelect.const.d.ts +3 -17
  513. package/dist/components/TreeSelect/TreeSelect.const.js +3 -17
  514. package/dist/components/TreeSelect/TreeSelect.d.ts +1 -3
  515. package/dist/components/TreeSelect/TreeSelect.js +164 -144
  516. package/dist/components/TreeSelect/TreeSelect.types.d.ts +15 -0
  517. package/dist/components/TreeSelect/TreeSelect.utils.cjs +1 -1
  518. package/dist/components/TreeSelect/TreeSelect.utils.js +14 -13
  519. package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.cjs +1 -0
  520. package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.d.ts +2 -0
  521. package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.js +68 -0
  522. package/dist/components/TreeSelect/components/TreeNodeRow/index.d.ts +1 -0
  523. package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.cjs +1 -0
  524. package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.d.ts +2 -0
  525. package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.js +30 -0
  526. package/dist/components/TreeSelect/components/TreeSelectExpandControl/index.d.ts +1 -0
  527. package/dist/components/TreeSelect/components/index.d.ts +2 -0
  528. package/dist/components/TreeView/TreeView.cjs +1 -1
  529. package/dist/components/TreeView/TreeView.const.cjs +1 -0
  530. package/dist/components/TreeView/TreeView.const.d.ts +20 -1
  531. package/dist/components/TreeView/TreeView.const.js +24 -0
  532. package/dist/components/TreeView/TreeView.d.ts +1 -2
  533. package/dist/components/TreeView/TreeView.js +49 -73
  534. package/dist/components/TreeView/TreeView.types.d.ts +26 -0
  535. package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.cjs +1 -0
  536. package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.d.ts +2 -0
  537. package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.js +25 -0
  538. package/dist/components/TreeView/components/TreeViewExpandControl/index.d.ts +1 -0
  539. package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.cjs +1 -0
  540. package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.d.ts +2 -0
  541. package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.js +97 -0
  542. package/dist/components/TreeView/components/TreeViewNode/index.d.ts +1 -0
  543. package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.cjs +1 -0
  544. package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.d.ts +2 -0
  545. package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.js +11 -0
  546. package/dist/components/TreeView/components/TreeViewNodeIcon/index.d.ts +1 -0
  547. package/dist/components/TreeView/components/index.d.ts +3 -0
  548. package/dist/components/Typography/Typography.cjs +1 -1
  549. package/dist/components/Typography/Typography.d.ts +1 -16
  550. package/dist/components/Typography/Typography.js +67 -72
  551. package/dist/components/Typography/Typography.utils.cjs +1 -0
  552. package/dist/components/Typography/Typography.utils.d.ts +5 -0
  553. package/dist/components/Typography/Typography.utils.js +26 -0
  554. package/dist/components/VirtualList/VirtualList.cjs +1 -1
  555. package/dist/components/VirtualList/VirtualList.const.cjs +1 -1
  556. package/dist/components/VirtualList/VirtualList.const.d.ts +1 -1
  557. package/dist/components/VirtualList/VirtualList.const.js +4 -2
  558. package/dist/components/VirtualList/VirtualList.d.ts +1 -1
  559. package/dist/components/VirtualList/VirtualList.js +29 -28
  560. package/dist/components/Watermark/Watermark.cjs +1 -1
  561. package/dist/components/Watermark/Watermark.d.ts +1 -2
  562. package/dist/components/Watermark/Watermark.js +68 -77
  563. package/dist/components/index.cjs +1 -1
  564. package/dist/components/index.d.ts +4 -2
  565. package/dist/components/index.js +415 -408
  566. package/dist/constants/generals.const.cjs +1 -0
  567. package/dist/constants/generals.const.d.ts +166 -0
  568. package/dist/constants/generals.const.js +144 -0
  569. package/dist/constants/index.d.ts +3 -0
  570. package/dist/constants/keys.const.cjs +1 -0
  571. package/dist/constants/keys.const.d.ts +6 -0
  572. package/dist/constants/keys.const.js +8 -0
  573. package/dist/constants/numbers.const.cjs +1 -0
  574. package/dist/constants/numbers.const.d.ts +77 -0
  575. package/dist/constants/numbers.const.js +70 -0
  576. package/dist/context/BearProvider.d.ts +1 -2
  577. package/dist/hooks/index.cjs +1 -1
  578. package/dist/hooks/index.d.ts +7 -0
  579. package/dist/hooks/index.js +76 -57
  580. package/dist/hooks/useBearComponent/useBearComponent.d.ts +1 -1
  581. package/dist/hooks/useBearComponent/useBearComponent.types.d.ts +1 -1
  582. package/dist/hooks/useBearDefaultProps.d.ts +1 -1
  583. package/dist/hooks/useBearStyles.d.ts +1 -1
  584. package/dist/hooks/useDocumentDarkClass/index.d.ts +1 -0
  585. package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.cjs +1 -0
  586. package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.d.ts +1 -0
  587. package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.js +26 -0
  588. package/dist/hooks/useFixedAnchorPosition/index.d.ts +4 -0
  589. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.cjs +1 -0
  590. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.cjs +1 -0
  591. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.d.ts +17 -0
  592. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.js +20 -0
  593. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.d.ts +2 -0
  594. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.js +64 -0
  595. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.types.d.ts +35 -0
  596. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.cjs +1 -0
  597. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.d.ts +16 -0
  598. package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.js +23 -0
  599. package/dist/hooks/usePointerDrag/index.d.ts +2 -0
  600. package/dist/hooks/usePointerDrag/usePointerDrag.cjs +1 -0
  601. package/dist/hooks/usePointerDrag/usePointerDrag.d.ts +2 -0
  602. package/dist/hooks/usePointerDrag/usePointerDrag.js +32 -0
  603. package/dist/hooks/usePointerDrag/usePointerDrag.types.d.ts +14 -0
  604. package/dist/hooks/useResponsive.d.ts +1 -1
  605. package/dist/hooks/useWindowLayout/index.d.ts +2 -0
  606. package/dist/hooks/useWindowLayout/useWindowLayout.cjs +1 -0
  607. package/dist/hooks/useWindowLayout/useWindowLayout.const.cjs +1 -0
  608. package/dist/hooks/useWindowLayout/useWindowLayout.const.d.ts +2 -0
  609. package/dist/hooks/useWindowLayout/useWindowLayout.const.js +5 -0
  610. package/dist/hooks/useWindowLayout/useWindowLayout.d.ts +5 -0
  611. package/dist/hooks/useWindowLayout/useWindowLayout.js +15 -0
  612. package/dist/hooks/useWindowLayout/useWindowLayout.types.d.ts +4 -0
  613. package/dist/icons.cjs +1 -1
  614. package/dist/icons.d.ts +2 -2
  615. package/dist/icons.js +1 -6
  616. package/dist/index.cjs +1 -1
  617. package/dist/index.js +550 -522
  618. package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +1 -0
  619. package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +1 -0
  620. package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +14 -0
  621. package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +35 -0
  622. package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +1 -0
  623. package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +26 -0
  624. package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +1 -0
  625. package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +4 -0
  626. package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +1 -0
  627. package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +130 -0
  628. package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +1 -0
  629. package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +12 -0
  630. package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +1 -0
  631. package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +18 -0
  632. package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +1 -0
  633. package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +6 -0
  634. package/dist/styles/_drawer.css +213 -0
  635. package/dist/styles/_feedback.css +15 -0
  636. package/dist/styles/_overlays.css +0 -1
  637. package/dist/styles/_rich-editor.css +104 -0
  638. package/dist/styles/_segmented.css +70 -0
  639. package/dist/styles/main.css +3 -0
  640. package/dist/styles.css +484 -73
  641. package/dist/types/index.d.ts +1 -0
  642. package/dist/types/surface.types.d.ts +6 -0
  643. package/dist/utils/clamp.utils.cjs +1 -0
  644. package/dist/utils/clamp.utils.d.ts +1 -0
  645. package/dist/utils/clamp.utils.js +4 -0
  646. package/dist/utils/index.cjs +1 -1
  647. package/dist/utils/index.d.ts +1 -0
  648. package/dist/utils/index.js +32 -30
  649. package/package.json +5 -1
  650. package/dist/components/Accordion/Accordion.const.cjs +0 -1
  651. package/dist/components/Accordion/Accordion.const.d.ts +0 -10
  652. package/dist/components/Accordion/Accordion.const.js +0 -8
  653. package/dist/components/ActivityItem/ActivityItem.const.d.ts +0 -1
  654. package/dist/components/Affix/Affix.const.cjs +0 -1
  655. package/dist/components/Affix/Affix.const.d.ts +0 -6
  656. package/dist/components/Affix/Affix.const.js +0 -9
  657. package/dist/components/AlertDialog/AlertDialog.const.cjs +0 -1
  658. package/dist/components/AlertDialog/AlertDialog.const.d.ts +0 -5
  659. package/dist/components/AlertDialog/AlertDialog.const.js +0 -8
  660. package/dist/components/Anchor/Anchor.const.cjs +0 -1
  661. package/dist/components/Anchor/Anchor.const.d.ts +0 -9
  662. package/dist/components/Anchor/Anchor.const.js +0 -11
  663. package/dist/components/AnimatedCounter/AnimatedCounter.const.cjs +0 -1
  664. package/dist/components/AnimatedCounter/AnimatedCounter.const.d.ts +0 -5
  665. package/dist/components/AnimatedCounter/AnimatedCounter.const.js +0 -7
  666. package/dist/components/AspectRatio/AspectRatio.const.d.ts +0 -1
  667. package/dist/components/Autocomplete/Autocomplete.const.cjs +0 -1
  668. package/dist/components/Autocomplete/Autocomplete.const.js +0 -4
  669. package/dist/components/Backdrop/Backdrop.const.cjs +0 -1
  670. package/dist/components/Backdrop/Backdrop.const.d.ts +0 -11
  671. package/dist/components/Backdrop/Backdrop.const.js +0 -14
  672. package/dist/components/Banner/helpers/BannerErrorSvg.cjs +0 -1
  673. package/dist/components/Banner/helpers/BannerErrorSvg.js +0 -22
  674. package/dist/components/Banner/helpers/BannerInfoSvg.cjs +0 -1
  675. package/dist/components/Banner/helpers/BannerInfoSvg.js +0 -22
  676. package/dist/components/Banner/helpers/BannerSuccessSvg.cjs +0 -1
  677. package/dist/components/Banner/helpers/BannerSuccessSvg.js +0 -21
  678. package/dist/components/Banner/helpers/BannerWarningSvg.cjs +0 -1
  679. package/dist/components/Banner/helpers/BannerWarningSvg.js +0 -22
  680. package/dist/components/Biometric/BiometricIcon.cjs +0 -1
  681. package/dist/components/Biometric/BiometricIcon.d.ts +0 -3
  682. package/dist/components/Biometric/BiometricIcon.js +0 -45
  683. package/dist/components/Icon/Icon.cjs +0 -1
  684. package/dist/components/Icon/Icon.const.d.ts +0 -1
  685. package/dist/components/Icon/Icon.js +0 -45
  686. package/dist/components/Icon/icons/action.cjs +0 -1
  687. package/dist/components/Icon/icons/action.js +0 -351
  688. package/dist/components/Icon/icons/bear.cjs +0 -1
  689. package/dist/components/Icon/icons/bear.js +0 -47
  690. package/dist/components/Icon/icons/commerce.cjs +0 -1
  691. package/dist/components/Icon/icons/commerce.js +0 -124
  692. package/dist/components/Icon/icons/communication.cjs +0 -1
  693. package/dist/components/Icon/icons/communication.js +0 -184
  694. package/dist/components/Icon/icons/content.cjs +0 -1
  695. package/dist/components/Icon/icons/content.js +0 -231
  696. package/dist/components/Icon/icons/device.cjs +0 -1
  697. package/dist/components/Icon/icons/device.js +0 -122
  698. package/dist/components/Icon/icons/editor.cjs +0 -1
  699. package/dist/components/Icon/icons/editor.js +0 -285
  700. package/dist/components/Icon/icons/file.cjs +0 -1
  701. package/dist/components/Icon/icons/file.js +0 -120
  702. package/dist/components/Icon/icons/media.cjs +0 -1
  703. package/dist/components/Icon/icons/media.js +0 -306
  704. package/dist/components/Icon/icons/misc.cjs +0 -1
  705. package/dist/components/Icon/icons/misc.js +0 -450
  706. package/dist/components/Icon/icons/navigation.cjs +0 -1
  707. package/dist/components/Icon/icons/navigation.js +0 -215
  708. package/dist/components/Icon/icons/social.cjs +0 -1
  709. package/dist/components/Icon/icons/social.js +0 -89
  710. package/dist/components/Icon/icons/status.cjs +0 -1
  711. package/dist/components/Icon/icons/status.js +0 -271
  712. package/dist/components/Icon/index.cjs +0 -1
  713. package/dist/components/Icon/index.js +0 -60
  714. package/dist/components/ResizableTextarea/ResizableTextarea.const.cjs +0 -1
  715. package/dist/components/ResizableTextarea/ResizableTextarea.const.d.ts +0 -2
  716. package/dist/components/ResizableTextarea/ResizableTextarea.const.js +0 -5
  717. package/dist/components/Result/Result.icons.cjs +0 -1
  718. package/dist/components/Result/Result.icons.d.ts +0 -3
  719. package/dist/components/Result/Result.icons.js +0 -31
@@ -1,184 +0,0 @@
1
- import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
- import { Icon as c } from "../Icon.js";
3
- const l = (n) => /* @__PURE__ */ h(c, { ...n, children: [
4
- /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
5
- /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" })
6
- ] }), e = (n) => /* @__PURE__ */ h(c, { ...n, children: [
7
- /* @__PURE__ */ a("path", { d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z" }),
8
- /* @__PURE__ */ a("path", { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" })
9
- ] }), i = (n) => /* @__PURE__ */ h(c, { ...n, children: [
10
- /* @__PURE__ */ a("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
11
- /* @__PURE__ */ a("path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
12
- ] }), d = (n) => /* @__PURE__ */ h(c, { ...n, children: [
13
- /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
14
- /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" }),
15
- /* @__PURE__ */ a("polyline", { points: "9 16 11 18 15 14" })
16
- ] }), p = (n) => /* @__PURE__ */ h(c, { ...n, children: [
17
- /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
18
- /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" }),
19
- /* @__PURE__ */ a("polyline", { points: "15 14 18 17 21 14" })
20
- ] }), s = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), r = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), M = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), y = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), x = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), I = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" }) }), v = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9a1.994 1.994 0 0 1-1.414-.586m0 0L11 14h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l.586-.586Z" }) }), A = (n) => /* @__PURE__ */ h(c, { ...n, children: [
21
- /* @__PURE__ */ a("path", { d: "M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9" }),
22
- /* @__PURE__ */ a("path", { d: "M15 4H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l4-4h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z" })
23
- ] }), m = (n) => /* @__PURE__ */ h(c, { ...n, children: [
24
- /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
25
- /* @__PURE__ */ a("line", { x1: "8", y1: "9", x2: "16", y2: "9" }),
26
- /* @__PURE__ */ a("line", { x1: "8", y1: "13", x2: "14", y2: "13" })
27
- ] }), H = (n) => /* @__PURE__ */ h(c, { ...n, children: [
28
- /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
29
- /* @__PURE__ */ a("line", { x1: "12", y1: "8", x2: "12", y2: "14" }),
30
- /* @__PURE__ */ a("line", { x1: "9", y1: "11", x2: "15", y2: "11" })
31
- ] }), z = (n) => /* @__PURE__ */ h(c, { ...n, children: [
32
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
33
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
34
- ] }), V = (n) => /* @__PURE__ */ h(c, { ...n, children: [
35
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
36
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
37
- /* @__PURE__ */ a("path", { d: "M2 8c0-2.2.7-4.3 2-6" }),
38
- /* @__PURE__ */ a("path", { d: "M22 8a10 10 0 0 0-2-6" })
39
- ] }), f = (n) => /* @__PURE__ */ h(c, { ...n, children: [
40
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
41
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
42
- /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
43
- ] }), g = (n) => /* @__PURE__ */ h(c, { ...n, children: [
44
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
45
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
46
- ] }), C = (n) => /* @__PURE__ */ h(c, { ...n, children: [
47
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
48
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
49
- ] }), L = (n) => /* @__PURE__ */ h(c, { ...n, children: [
50
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
51
- /* @__PURE__ */ a("path", { d: "M18.63 13A17.89 17.89 0 0 1 18 8" }),
52
- /* @__PURE__ */ a("path", { d: "M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14" }),
53
- /* @__PURE__ */ a("path", { d: "M18 8a6 6 0 0 0-9.33-5" }),
54
- /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
55
- ] }), u = (n) => /* @__PURE__ */ h(c, { ...n, children: [
56
- /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
57
- /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
58
- /* @__PURE__ */ a("line", { x1: "19", y1: "2", x2: "19", y2: "8" }),
59
- /* @__PURE__ */ a("line", { x1: "22", y1: "5", x2: "16", y2: "5" })
60
- ] }), w = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }) }), O = (n) => /* @__PURE__ */ h(c, { ...n, children: [
61
- /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }),
62
- /* @__PURE__ */ a("path", { d: "M14.05 2a9 9 0 0 1 8 7.94" }),
63
- /* @__PURE__ */ a("path", { d: "M14.05 6A5 5 0 0 1 18 10" })
64
- ] }), P = (n) => /* @__PURE__ */ h(c, { ...n, children: [
65
- /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }),
66
- /* @__PURE__ */ a("path", { d: "M14.05 2a9 9 0 0 1 8 7.94" }),
67
- /* @__PURE__ */ a("path", { d: "M14.05 6A5 5 0 0 1 18 10" })
68
- ] }), b = (n) => /* @__PURE__ */ h(c, { ...n, children: [
69
- /* @__PURE__ */ a("path", { d: "M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91" }),
70
- /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
71
- ] }), B = (n) => /* @__PURE__ */ h(c, { ...n, children: [
72
- /* @__PURE__ */ a("line", { x1: "23", y1: "1", x2: "17", y2: "7" }),
73
- /* @__PURE__ */ a("line", { x1: "17", y1: "1", x2: "23", y2: "7" }),
74
- /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" })
75
- ] }), N = (n) => /* @__PURE__ */ h(c, { ...n, children: [
76
- /* @__PURE__ */ a("path", { d: "M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2" }),
77
- /* @__PURE__ */ a("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }),
78
- /* @__PURE__ */ a("circle", { cx: "12", cy: "10", r: "2" }),
79
- /* @__PURE__ */ a("line", { x1: "8", y1: "2", x2: "8", y2: "4" }),
80
- /* @__PURE__ */ a("line", { x1: "16", y1: "2", x2: "16", y2: "4" })
81
- ] }), R = (n) => /* @__PURE__ */ h(c, { ...n, children: [
82
- /* @__PURE__ */ a("path", { d: "M16 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" }),
83
- /* @__PURE__ */ a("path", { d: "M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4s8 1.79 8 4" }),
84
- /* @__PURE__ */ a("path", { d: "M21 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1Z" }),
85
- /* @__PURE__ */ a("path", { d: "m15 12 3 2 3-2" })
86
- ] }), Z = (n) => /* @__PURE__ */ h(c, { ...n, children: [
87
- /* @__PURE__ */ a("circle", { cx: "10", cy: "8", r: "4" }),
88
- /* @__PURE__ */ a("path", { d: "M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4" }),
89
- /* @__PURE__ */ a("path", { d: "M21.5 17.5c-.08.67-.52 1.24-1.15 1.5-.63.25-1.35.1-1.85-.4l-.5-.5c-.2-.2-.5-.2-.7 0l-1 1c-.2.2-.2.5 0 .7l.5.5c.5.5.65 1.22.4 1.85-.26.63-.83 1.07-1.5 1.15-.83.1-1.7-.48-1.7-1.3v-1c0-4.42 3.58-8 8-8h1c.82 0 1.4.87 1.3 1.7Z" })
90
- ] }), F = (n) => /* @__PURE__ */ h(c, { ...n, children: [
91
- /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
92
- /* @__PURE__ */ a("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
93
- /* @__PURE__ */ a("line", { x1: "12", y1: "14", x2: "12.01", y2: "14" })
94
- ] }), S = (n) => /* @__PURE__ */ h(c, { ...n, children: [
95
- /* @__PURE__ */ a("path", { d: "m3 11 18-5v12L3 13v-2z" }),
96
- /* @__PURE__ */ a("path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" })
97
- ] }), j = (n) => /* @__PURE__ */ h(c, { ...n, children: [
98
- /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
99
- /* @__PURE__ */ a("line", { x1: "9", y1: "10", x2: "9.01", y2: "10" }),
100
- /* @__PURE__ */ a("line", { x1: "12", y1: "10", x2: "12.01", y2: "10" }),
101
- /* @__PURE__ */ a("line", { x1: "15", y1: "10", x2: "15.01", y2: "10" })
102
- ] }), k = (n) => /* @__PURE__ */ h(c, { ...n, children: [
103
- /* @__PURE__ */ a("polygon", { points: "23 7 16 12 23 17 23 7" }),
104
- /* @__PURE__ */ a("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
105
- ] }), E = (n) => /* @__PURE__ */ h(c, { ...n, children: [
106
- /* @__PURE__ */ a("polygon", { points: "23 7 16 12 23 17 23 7" }),
107
- /* @__PURE__ */ a("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
108
- ] }), T = (n) => /* @__PURE__ */ h(c, { ...n, children: [
109
- /* @__PURE__ */ a("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" }),
110
- /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
111
- ] }), q = (n) => /* @__PURE__ */ h(c, { ...n, children: [
112
- /* @__PURE__ */ a("polyline", { points: "9 17 4 12 9 7" }),
113
- /* @__PURE__ */ a("path", { d: "M20 18v-2a4 4 0 0 0-4-4H4" })
114
- ] }), Q = (n) => /* @__PURE__ */ h(c, { ...n, children: [
115
- /* @__PURE__ */ a("polyline", { points: "7 17 2 12 7 7" }),
116
- /* @__PURE__ */ a("polyline", { points: "12 17 7 12 12 7" }),
117
- /* @__PURE__ */ a("path", { d: "M22 18v-2a4 4 0 0 0-4-4H7" })
118
- ] }), D = (n) => /* @__PURE__ */ h(c, { ...n, children: [
119
- /* @__PURE__ */ a("polyline", { points: "15 17 20 12 15 7" }),
120
- /* @__PURE__ */ a("path", { d: "M4 18v-2a4 4 0 0 1 4-4h12" })
121
- ] }), G = (n) => /* @__PURE__ */ h(c, { ...n, children: [
122
- /* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "4" }),
123
- /* @__PURE__ */ a("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
124
- ] }), J = (n) => /* @__PURE__ */ h(c, { ...n, children: [
125
- /* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "4" }),
126
- /* @__PURE__ */ a("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
127
- ] }), K = (n) => /* @__PURE__ */ h(c, { ...n, children: [
128
- /* @__PURE__ */ a("path", { d: "M4 11a9 9 0 0 1 9 9" }),
129
- /* @__PURE__ */ a("path", { d: "M4 4a16 16 0 0 1 16 16" }),
130
- /* @__PURE__ */ a("circle", { cx: "5", cy: "19", r: "1" })
131
- ] }), U = (n) => /* @__PURE__ */ h(c, { ...n, children: [
132
- /* @__PURE__ */ a("path", { d: "M4 11a9 9 0 0 1 9 9" }),
133
- /* @__PURE__ */ a("path", { d: "M4 4a16 16 0 0 1 16 16" }),
134
- /* @__PURE__ */ a("circle", { cx: "5", cy: "19", r: "1" })
135
- ] }), W = (n) => /* @__PURE__ */ h(c, { ...n, children: [
136
- /* @__PURE__ */ a("path", { d: "m3 11 18-5v12L3 13v-2z" }),
137
- /* @__PURE__ */ a("path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" })
138
- ] });
139
- export {
140
- J as AlternateEmailIcon,
141
- F as AnnouncementIcon,
142
- G as AtSignIcon,
143
- C as BellIcon,
144
- L as BellOffIcon,
145
- u as BellPlusIcon,
146
- S as CampaignIcon,
147
- r as ChatBubbleIcon,
148
- M as ChatBubbleOutlineIcon,
149
- s as ChatIcon,
150
- H as CommentAddIcon,
151
- m as CommentIcon,
152
- R as ContactMailIcon,
153
- Z as ContactPhoneIcon,
154
- N as ContactsIcon,
155
- v as ForumIcon,
156
- D as ForwardIcon,
157
- p as ForwardToInboxIcon,
158
- l as MailIcon,
159
- e as MailOpenIcon,
160
- i as MailOutlineIcon,
161
- d as MarkEmailReadIcon,
162
- W as MegaphoneIcon,
163
- I as MessageCircleIcon,
164
- y as MessageIcon,
165
- x as MessageSquareIcon,
166
- V as NotificationsActiveIcon,
167
- z as NotificationsIcon,
168
- g as NotificationsNoneIcon,
169
- f as NotificationsOffIcon,
170
- P as PhoneCallIcon,
171
- w as PhoneIcon,
172
- O as PhoneInTalkIcon,
173
- B as PhoneMissedIcon,
174
- b as PhoneOffIcon,
175
- A as QuestionAnswerIcon,
176
- Q as ReplyAllIcon,
177
- q as ReplyIcon,
178
- U as RssFeedIcon,
179
- K as RssIcon,
180
- j as SmsIcon,
181
- k as VideoCallIcon,
182
- E as VideocamIcon,
183
- T as VideocamOffIcon
184
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),c=require("../Icon.cjs"),o=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),n.jsx("polyline",{points:"13 2 13 9 20 9"})]}),x=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),n.jsx("polyline",{points:"10 9 9 9 8 9"})]}),e=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),n.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),l=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),h=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("polyline",{points:"9 15 11 17 15 13"})]}),i=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"9.5",y1:"12.5",x2:"14.5",y2:"17.5"}),n.jsx("line",{x1:"14.5",y1:"12.5",x2:"9.5",y2:"17.5"})]}),t=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z"}),n.jsx("path",{d:"M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8"}),n.jsx("path",{d:"M15 2v5h5"})]}),a=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("polyline",{points:"9 13 11 15 9 17"}),n.jsx("polyline",{points:"15 13 13 15 15 17"})]}),j=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"})}),I=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v1"}),n.jsx("path",{d:"M6 10l-2 9h18l-2-9"})]}),d=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),n.jsx("line",{x1:"9",y1:"14",x2:"15",y2:"14"})]}),r=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"9",y1:"14",x2:"15",y2:"14"})]}),y=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("polyline",{points:"9 14 11 16 15 12"})]}),p=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),n.jsx("line",{x1:"10",y1:"9",x2:"8",y2:"9"})]}),M=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"})]}),v=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}),n.jsx("path",{d:"M15 3v6h6"})]}),V=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}),n.jsx("path",{d:"M15 3v6h6"}),n.jsx("line",{x1:"12",y1:"13",x2:"12",y2:"17"}),n.jsx("line",{x1:"10",y1:"15",x2:"14",y2:"15"})]}),F=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"})]}),H=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}),n.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),n.jsx("line",{x1:"8",y1:"16",x2:"12",y2:"16"})]}),g=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}),n.jsx("polyline",{points:"9 14 11 16 15 12"})]}),C=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("polyline",{points:"21 15 16 10 5 21"})]}),z=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("path",{d:"M16 3v6"}),n.jsx("path",{d:"M13 6h6"})]}),m=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}),n.jsx("path",{d:"M4 16v2a2 2 0 0 0 2 2h2"}),n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}),n.jsx("circle",{cx:"11.5",cy:"11.5",r:"4.5"}),n.jsx("line",{x1:"21",y1:"21",x2:"14.8",y2:"14.8"})]}),b=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M3 3v18h18"}),n.jsx("path",{d:"M21 21v-9l-4-4-4 4"}),n.jsx("path",{d:"M3 21l12-12"})]}),u=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("polyline",{points:"21 15 16 10 5 21"})]}),k=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"7",y:"7",width:"14",height:"14",rx:"2",ry:"2"}),n.jsx("path",{d:"M3 5a2 2 0 0 1 2-2h12"}),n.jsx("circle",{cx:"12",cy:"12",r:"2"})]}),A=s=>n.jsxs(c.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"})]}),T=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),L=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),w=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20"}),n.jsx("path",{d:"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"})]}),P=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),n.jsx("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"})]}),B=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),O=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),n.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"})]}),N=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"21 8 21 21 3 21 3 8"}),n.jsx("rect",{x:"1",y:"3",width:"22",height:"5"}),n.jsx("line",{x1:"10",y1:"12",x2:"14",y2:"12"})]}),S=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),n.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),n.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),f=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),n.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),n.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),D=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),Z=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),q=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),n.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),Q=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z"}),n.jsx("path",{d:"M6 9.01V9"}),n.jsx("path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"})]}),X=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),n.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),R=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),n.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),n.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"}),n.jsx("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]}),E=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),n.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}),G=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"16 18 22 12 16 6"}),n.jsx("polyline",{points:"8 6 2 12 8 18"})]}),J=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("polyline",{points:"9 8 5 12 9 16"}),n.jsx("polyline",{points:"15 8 19 12 15 16"})]}),K=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"4 17 10 11 4 5"}),n.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),U=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),n.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),n.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),n.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),W=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),n.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),n.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),n.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),Y=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.757-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"}),n.jsx("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"})]});exports.ArchiveIcon=N;exports.ArticleIcon=p;exports.AttachFileIcon=L;exports.AttachmentIcon=T;exports.BookIcon=w;exports.BookOpenIcon=P;exports.BookmarkIcon=B;exports.BrokenImageIcon=b;exports.ClipboardCheckIcon=g;exports.ClipboardIcon=F;exports.ClipboardTextIcon=H;exports.CloudIcon=D;exports.CloudOffIcon=Z;exports.CodeBlockIcon=J;exports.CodeIcon=G;exports.DatabaseIcon=S;exports.DescriptionIcon=M;exports.FileCheckIcon=h;exports.FileCodeIcon=a;exports.FileIcon=o;exports.FileMinusIcon=l;exports.FilePlusIcon=e;exports.FileTextIcon=x;exports.FileXIcon=i;exports.FilesIcon=t;exports.FolderCheckIcon=y;exports.FolderIcon=j;exports.FolderMinusIcon=r;exports.FolderOpenIcon=I;exports.FolderPlusIcon=d;exports.FormatQuoteIcon=Y;exports.HashIcon=U;exports.ImageAddIcon=z;exports.ImageIcon=C;exports.ImageSearchIcon=m;exports.InboxIcon=O;exports.LabelIcon=X;exports.NoteAddIcon=V;exports.NoteIcon=v;exports.NumbersIcon=W;exports.PhotoCameraIcon=A;exports.PhotoIcon=u;exports.PhotoLibraryIcon=k;exports.StorageIcon=f;exports.TableChartIcon=E;exports.TableIcon=R;exports.TagIcon=q;exports.TagsIcon=Q;exports.TerminalIcon=K;
@@ -1,231 +0,0 @@
1
- import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
- import { Icon as h } from "../Icon.js";
3
- const o = (c) => /* @__PURE__ */ l(h, { ...c, children: [
4
- /* @__PURE__ */ n("path", { d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" }),
5
- /* @__PURE__ */ n("polyline", { points: "13 2 13 9 20 9" })
6
- ] }), t = (c) => /* @__PURE__ */ l(h, { ...c, children: [
7
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
8
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
9
- /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
10
- /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" }),
11
- /* @__PURE__ */ n("polyline", { points: "10 9 9 9 8 9" })
12
- ] }), a = (c) => /* @__PURE__ */ l(h, { ...c, children: [
13
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
14
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
15
- /* @__PURE__ */ n("line", { x1: "12", y1: "18", x2: "12", y2: "12" }),
16
- /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
17
- ] }), d = (c) => /* @__PURE__ */ l(h, { ...c, children: [
18
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
19
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
20
- /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
21
- ] }), y = (c) => /* @__PURE__ */ l(h, { ...c, children: [
22
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
23
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
24
- /* @__PURE__ */ n("polyline", { points: "9 15 11 17 15 13" })
25
- ] }), r = (c) => /* @__PURE__ */ l(h, { ...c, children: [
26
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
27
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
28
- /* @__PURE__ */ n("line", { x1: "9.5", y1: "12.5", x2: "14.5", y2: "17.5" }),
29
- /* @__PURE__ */ n("line", { x1: "14.5", y1: "12.5", x2: "9.5", y2: "17.5" })
30
- ] }), p = (c) => /* @__PURE__ */ l(h, { ...c, children: [
31
- /* @__PURE__ */ n("path", { d: "M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z" }),
32
- /* @__PURE__ */ n("path", { d: "M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8" }),
33
- /* @__PURE__ */ n("path", { d: "M15 2v5h5" })
34
- ] }), x = (c) => /* @__PURE__ */ l(h, { ...c, children: [
35
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
36
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
37
- /* @__PURE__ */ n("polyline", { points: "9 13 11 15 9 17" }),
38
- /* @__PURE__ */ n("polyline", { points: "15 13 13 15 15 17" })
39
- ] }), s = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }), M = (c) => /* @__PURE__ */ l(h, { ...c, children: [
40
- /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v1" }),
41
- /* @__PURE__ */ n("path", { d: "M6 10l-2 9h18l-2-9" })
42
- ] }), I = (c) => /* @__PURE__ */ l(h, { ...c, children: [
43
- /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
44
- /* @__PURE__ */ n("line", { x1: "12", y1: "11", x2: "12", y2: "17" }),
45
- /* @__PURE__ */ n("line", { x1: "9", y1: "14", x2: "15", y2: "14" })
46
- ] }), v = (c) => /* @__PURE__ */ l(h, { ...c, children: [
47
- /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
48
- /* @__PURE__ */ n("line", { x1: "9", y1: "14", x2: "15", y2: "14" })
49
- ] }), V = (c) => /* @__PURE__ */ l(h, { ...c, children: [
50
- /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
51
- /* @__PURE__ */ n("polyline", { points: "9 14 11 16 15 12" })
52
- ] }), H = (c) => /* @__PURE__ */ l(h, { ...c, children: [
53
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
54
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
55
- /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
56
- /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" }),
57
- /* @__PURE__ */ n("line", { x1: "10", y1: "9", x2: "8", y2: "9" })
58
- ] }), z = (c) => /* @__PURE__ */ l(h, { ...c, children: [
59
- /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
60
- /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
61
- /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
62
- /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" })
63
- ] }), g = (c) => /* @__PURE__ */ l(h, { ...c, children: [
64
- /* @__PURE__ */ n("path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }),
65
- /* @__PURE__ */ n("path", { d: "M15 3v6h6" })
66
- ] }), m = (c) => /* @__PURE__ */ l(h, { ...c, children: [
67
- /* @__PURE__ */ n("path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }),
68
- /* @__PURE__ */ n("path", { d: "M15 3v6h6" }),
69
- /* @__PURE__ */ n("line", { x1: "12", y1: "13", x2: "12", y2: "17" }),
70
- /* @__PURE__ */ n("line", { x1: "10", y1: "15", x2: "14", y2: "15" })
71
- ] }), F = (c) => /* @__PURE__ */ l(h, { ...c, children: [
72
- /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
73
- /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })
74
- ] }), C = (c) => /* @__PURE__ */ l(h, { ...c, children: [
75
- /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
76
- /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
77
- /* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "16", y2: "12" }),
78
- /* @__PURE__ */ n("line", { x1: "8", y1: "16", x2: "12", y2: "16" })
79
- ] }), A = (c) => /* @__PURE__ */ l(h, { ...c, children: [
80
- /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
81
- /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
82
- /* @__PURE__ */ n("polyline", { points: "9 14 11 16 15 12" })
83
- ] }), w = (c) => /* @__PURE__ */ l(h, { ...c, children: [
84
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
85
- /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
86
- /* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
87
- ] }), b = (c) => /* @__PURE__ */ l(h, { ...c, children: [
88
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
89
- /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
90
- /* @__PURE__ */ n("path", { d: "M16 3v6" }),
91
- /* @__PURE__ */ n("path", { d: "M13 6h6" })
92
- ] }), L = (c) => /* @__PURE__ */ l(h, { ...c, children: [
93
- /* @__PURE__ */ n("path", { d: "M4 8V6a2 2 0 0 1 2-2h2" }),
94
- /* @__PURE__ */ n("path", { d: "M4 16v2a2 2 0 0 0 2 2h2" }),
95
- /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v2" }),
96
- /* @__PURE__ */ n("circle", { cx: "11.5", cy: "11.5", r: "4.5" }),
97
- /* @__PURE__ */ n("line", { x1: "21", y1: "21", x2: "14.8", y2: "14.8" })
98
- ] }), k = (c) => /* @__PURE__ */ l(h, { ...c, children: [
99
- /* @__PURE__ */ n("path", { d: "M3 3v18h18" }),
100
- /* @__PURE__ */ n("path", { d: "M21 21v-9l-4-4-4 4" }),
101
- /* @__PURE__ */ n("path", { d: "M3 21l12-12" })
102
- ] }), u = (c) => /* @__PURE__ */ l(h, { ...c, children: [
103
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
104
- /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
105
- /* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
106
- ] }), T = (c) => /* @__PURE__ */ l(h, { ...c, children: [
107
- /* @__PURE__ */ n("rect", { x: "7", y: "7", width: "14", height: "14", rx: "2", ry: "2" }),
108
- /* @__PURE__ */ n("path", { d: "M3 5a2 2 0 0 1 2-2h12" }),
109
- /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "2" })
110
- ] }), B = (c) => /* @__PURE__ */ l(h, { ...c, children: [
111
- /* @__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" }),
112
- /* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
113
- ] }), P = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }) }), f = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }) }), N = (c) => /* @__PURE__ */ l(h, { ...c, children: [
114
- /* @__PURE__ */ n("path", { d: "M4 19.5A2.5 2.5 0 0 1 6.5 17H20" }),
115
- /* @__PURE__ */ n("path", { d: "M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z" })
116
- ] }), O = (c) => /* @__PURE__ */ l(h, { ...c, children: [
117
- /* @__PURE__ */ n("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }),
118
- /* @__PURE__ */ n("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" })
119
- ] }), Z = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }), j = (c) => /* @__PURE__ */ l(h, { ...c, children: [
120
- /* @__PURE__ */ n("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
121
- /* @__PURE__ */ n("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" })
122
- ] }), D = (c) => /* @__PURE__ */ l(h, { ...c, children: [
123
- /* @__PURE__ */ n("polyline", { points: "21 8 21 21 3 21 3 8" }),
124
- /* @__PURE__ */ n("rect", { x: "1", y: "3", width: "22", height: "5" }),
125
- /* @__PURE__ */ n("line", { x1: "10", y1: "12", x2: "14", y2: "12" })
126
- ] }), S = (c) => /* @__PURE__ */ l(h, { ...c, children: [
127
- /* @__PURE__ */ n("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
128
- /* @__PURE__ */ n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
129
- /* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
130
- ] }), Q = (c) => /* @__PURE__ */ l(h, { ...c, children: [
131
- /* @__PURE__ */ n("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
132
- /* @__PURE__ */ n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
133
- /* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
134
- ] }), X = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }), q = (c) => /* @__PURE__ */ l(h, { ...c, children: [
135
- /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }),
136
- /* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
137
- ] }), E = (c) => /* @__PURE__ */ l(h, { ...c, children: [
138
- /* @__PURE__ */ n("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" }),
139
- /* @__PURE__ */ n("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })
140
- ] }), G = (c) => /* @__PURE__ */ l(h, { ...c, children: [
141
- /* @__PURE__ */ n("path", { d: "M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z" }),
142
- /* @__PURE__ */ n("path", { d: "M6 9.01V9" }),
143
- /* @__PURE__ */ n("path", { d: "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" })
144
- ] }), J = (c) => /* @__PURE__ */ l(h, { ...c, children: [
145
- /* @__PURE__ */ n("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" }),
146
- /* @__PURE__ */ n("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })
147
- ] }), K = (c) => /* @__PURE__ */ l(h, { ...c, children: [
148
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
149
- /* @__PURE__ */ n("line", { x1: "3", y1: "9", x2: "21", y2: "9" }),
150
- /* @__PURE__ */ n("line", { x1: "3", y1: "15", x2: "21", y2: "15" }),
151
- /* @__PURE__ */ n("line", { x1: "9", y1: "3", x2: "9", y2: "21" }),
152
- /* @__PURE__ */ n("line", { x1: "15", y1: "3", x2: "15", y2: "21" })
153
- ] }), R = (c) => /* @__PURE__ */ l(h, { ...c, children: [
154
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
155
- /* @__PURE__ */ n("line", { x1: "3", y1: "9", x2: "21", y2: "9" }),
156
- /* @__PURE__ */ n("line", { x1: "9", y1: "3", x2: "9", y2: "21" })
157
- ] }), U = (c) => /* @__PURE__ */ l(h, { ...c, children: [
158
- /* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
159
- /* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
160
- ] }), W = (c) => /* @__PURE__ */ l(h, { ...c, children: [
161
- /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
162
- /* @__PURE__ */ n("polyline", { points: "9 8 5 12 9 16" }),
163
- /* @__PURE__ */ n("polyline", { points: "15 8 19 12 15 16" })
164
- ] }), Y = (c) => /* @__PURE__ */ l(h, { ...c, children: [
165
- /* @__PURE__ */ n("polyline", { points: "4 17 10 11 4 5" }),
166
- /* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "20", y2: "19" })
167
- ] }), _ = (c) => /* @__PURE__ */ l(h, { ...c, children: [
168
- /* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
169
- /* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
170
- /* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
171
- /* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
172
- ] }), $ = (c) => /* @__PURE__ */ l(h, { ...c, children: [
173
- /* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
174
- /* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
175
- /* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
176
- /* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
177
- ] }), n2 = (c) => /* @__PURE__ */ l(h, { ...c, children: [
178
- /* @__PURE__ */ n("path", { d: "M3 21c3 0 7-1 7-8V5c0-1.25-.757-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" }),
179
- /* @__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" })
180
- ] });
181
- export {
182
- D as ArchiveIcon,
183
- H as ArticleIcon,
184
- f as AttachFileIcon,
185
- P as AttachmentIcon,
186
- N as BookIcon,
187
- O as BookOpenIcon,
188
- Z as BookmarkIcon,
189
- k as BrokenImageIcon,
190
- A as ClipboardCheckIcon,
191
- F as ClipboardIcon,
192
- C as ClipboardTextIcon,
193
- X as CloudIcon,
194
- q as CloudOffIcon,
195
- W as CodeBlockIcon,
196
- U as CodeIcon,
197
- S as DatabaseIcon,
198
- z as DescriptionIcon,
199
- y as FileCheckIcon,
200
- x as FileCodeIcon,
201
- o as FileIcon,
202
- d as FileMinusIcon,
203
- a as FilePlusIcon,
204
- t as FileTextIcon,
205
- r as FileXIcon,
206
- p as FilesIcon,
207
- V as FolderCheckIcon,
208
- s as FolderIcon,
209
- v as FolderMinusIcon,
210
- M as FolderOpenIcon,
211
- I as FolderPlusIcon,
212
- n2 as FormatQuoteIcon,
213
- _ as HashIcon,
214
- b as ImageAddIcon,
215
- w as ImageIcon,
216
- L as ImageSearchIcon,
217
- j as InboxIcon,
218
- J as LabelIcon,
219
- m as NoteAddIcon,
220
- g as NoteIcon,
221
- $ as NumbersIcon,
222
- B as PhotoCameraIcon,
223
- u as PhotoIcon,
224
- T as PhotoLibraryIcon,
225
- Q as StorageIcon,
226
- R as TableChartIcon,
227
- K as TableIcon,
228
- E as TagIcon,
229
- G as TagsIcon,
230
- Y as TerminalIcon
231
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react/jsx-runtime"),s=require("../Icon.cjs"),c=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),x.jsx("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),x.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),o=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M20 16V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12"}),x.jsx("rect",{x:"1",y:"16",width:"22",height:"4",rx:"1"})]}),e=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),x.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),t=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),x.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),h=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("circle",{cx:"12",cy:"12",r:"7"}),x.jsx("polyline",{points:"12 9 12 12 13.5 13.5"}),x.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"})]}),i=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),x.jsx("polyline",{points:"17 2 12 7 7 2"})]}),j=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),x.jsx("circle",{cx:"12",cy:"14",r:"4"}),x.jsx("line",{x1:"12",y1:"6",x2:"12.01",y2:"6"})]}),r=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),x.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"})]}),a=n=>x.jsxs(s.Icon,{...n,children:[x.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"}),x.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),l=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),x.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"}),x.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),y=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),x.jsx("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),x.jsx("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),x.jsx("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"})]}),d=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),x.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),x.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),I=n=>x.jsx(s.Icon,{...n,children:x.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),p=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}),x.jsx("polyline",{points:"16 16 12 12 8 16"}),x.jsx("line",{x1:"12",y1:"12",x2:"12",y2:"20"})]}),M=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}),x.jsx("polyline",{points:"8 16 12 20 16 16"}),x.jsx("line",{x1:"12",y1:"12",x2:"12",y2:"20"})]}),v=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M5 12.55a11 11 0 0 1 14.08 0"}),x.jsx("path",{d:"M1.42 9a16 16 0 0 1 21.16 0"}),x.jsx("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),x.jsx("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"})]}),g=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),x.jsx("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),x.jsx("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),x.jsx("path",{d:"M10.71 5.05A16 16 0 0 1 22.56 9"}),x.jsx("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),x.jsx("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),x.jsx("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"})]}),u=n=>x.jsx(s.Icon,{...n,children:x.jsx("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"})}),w=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),x.jsx("line",{x1:"23",y1:"13",x2:"23",y2:"11"})]}),C=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("path",{d:"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}),x.jsx("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),x.jsx("polyline",{points:"11 6 7 12 13 12 9 18"})]}),H=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("circle",{cx:"10",cy:"14",r:"1"}),x.jsx("circle",{cx:"14",cy:"10",r:"1"}),x.jsx("path",{d:"M12 2v16"}),x.jsx("path",{d:"M8 8l4-4 4 4"}),x.jsx("path",{d:"M8 18H6a2 2 0 0 1-2-2V8"}),x.jsx("path",{d:"M16 18h2a2 2 0 0 0 2-2v-4"})]}),f=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),x.jsx("rect",{x:"9",y:"9",width:"6",height:"6"}),x.jsx("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),x.jsx("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),x.jsx("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),x.jsx("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),x.jsx("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),x.jsx("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),x.jsx("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),x.jsx("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),b=n=>x.jsxs(s.Icon,{...n,children:[x.jsx("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),x.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"}),x.jsx("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),x.jsx("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"})]});exports.BatteryChargingIcon=C;exports.BatteryIcon=w;exports.BluetoothIcon=u;exports.CameraIcon=a;exports.CloudDownloadIcon=M;exports.CloudIcon=I;exports.CloudUploadIcon=p;exports.CpuIcon=f;exports.DatabaseIcon=d;exports.HardDriveIcon=b;exports.HeadphonesIcon=r;exports.LaptopIcon=o;exports.MonitorIcon=c;exports.PrinterIcon=l;exports.ServerIcon=y;exports.SmartphoneIcon=t;exports.SpeakerIcon=j;exports.TabletIcon=e;exports.TvIcon=i;exports.UsbIcon=H;exports.WatchIcon=h;exports.WifiIcon=v;exports.WifiOffIcon=g;
@@ -1,122 +0,0 @@
1
- import { jsxs as t, jsx as n } from "react/jsx-runtime";
2
- import { Icon as c } from "../Icon.js";
3
- const y = (h) => /* @__PURE__ */ t(c, { ...h, children: [
4
- /* @__PURE__ */ n("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", ry: "2" }),
5
- /* @__PURE__ */ n("line", { x1: "8", y1: "21", x2: "16", y2: "21" }),
6
- /* @__PURE__ */ n("line", { x1: "12", y1: "17", x2: "12", y2: "21" })
7
- ] }), l = (h) => /* @__PURE__ */ t(c, { ...h, children: [
8
- /* @__PURE__ */ n("path", { d: "M20 16V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12" }),
9
- /* @__PURE__ */ n("rect", { x: "1", y: "16", width: "22", height: "4", rx: "1" })
10
- ] }), r = (h) => /* @__PURE__ */ t(c, { ...h, children: [
11
- /* @__PURE__ */ n("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", ry: "2" }),
12
- /* @__PURE__ */ n("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
13
- ] }), x = (h) => /* @__PURE__ */ t(c, { ...h, children: [
14
- /* @__PURE__ */ n("rect", { x: "5", y: "2", width: "14", height: "20", rx: "2", ry: "2" }),
15
- /* @__PURE__ */ n("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
16
- ] }), a = (h) => /* @__PURE__ */ t(c, { ...h, children: [
17
- /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "7" }),
18
- /* @__PURE__ */ n("polyline", { points: "12 9 12 12 13.5 13.5" }),
19
- /* @__PURE__ */ n("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" })
20
- ] }), o = (h) => /* @__PURE__ */ t(c, { ...h, children: [
21
- /* @__PURE__ */ n("rect", { x: "2", y: "7", width: "20", height: "15", rx: "2", ry: "2" }),
22
- /* @__PURE__ */ n("polyline", { points: "17 2 12 7 7 2" })
23
- ] }), d = (h) => /* @__PURE__ */ t(c, { ...h, children: [
24
- /* @__PURE__ */ n("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", ry: "2" }),
25
- /* @__PURE__ */ n("circle", { cx: "12", cy: "14", r: "4" }),
26
- /* @__PURE__ */ n("line", { x1: "12", y1: "6", x2: "12.01", y2: "6" })
27
- ] }), p = (h) => /* @__PURE__ */ t(c, { ...h, children: [
28
- /* @__PURE__ */ n("path", { d: "M3 18v-6a9 9 0 0 1 18 0v6" }),
29
- /* @__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" })
30
- ] }), s = (h) => /* @__PURE__ */ t(c, { ...h, children: [
31
- /* @__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" }),
32
- /* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
33
- ] }), M = (h) => /* @__PURE__ */ t(c, { ...h, children: [
34
- /* @__PURE__ */ n("polyline", { points: "6 9 6 2 18 2 18 9" }),
35
- /* @__PURE__ */ n("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" }),
36
- /* @__PURE__ */ n("rect", { x: "6", y: "14", width: "12", height: "8" })
37
- ] }), I = (h) => /* @__PURE__ */ t(c, { ...h, children: [
38
- /* @__PURE__ */ n("rect", { x: "2", y: "2", width: "20", height: "8", rx: "2", ry: "2" }),
39
- /* @__PURE__ */ n("rect", { x: "2", y: "14", width: "20", height: "8", rx: "2", ry: "2" }),
40
- /* @__PURE__ */ n("line", { x1: "6", y1: "6", x2: "6.01", y2: "6" }),
41
- /* @__PURE__ */ n("line", { x1: "6", y1: "18", x2: "6.01", y2: "18" })
42
- ] }), v = (h) => /* @__PURE__ */ t(c, { ...h, children: [
43
- /* @__PURE__ */ n("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
44
- /* @__PURE__ */ n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
45
- /* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
46
- ] }), g = (h) => /* @__PURE__ */ n(c, { ...h, children: /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }), w = (h) => /* @__PURE__ */ t(c, { ...h, children: [
47
- /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }),
48
- /* @__PURE__ */ n("polyline", { points: "16 16 12 12 8 16" }),
49
- /* @__PURE__ */ n("line", { x1: "12", y1: "12", x2: "12", y2: "20" })
50
- ] }), H = (h) => /* @__PURE__ */ t(c, { ...h, children: [
51
- /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }),
52
- /* @__PURE__ */ n("polyline", { points: "8 16 12 20 16 16" }),
53
- /* @__PURE__ */ n("line", { x1: "12", y1: "12", x2: "12", y2: "20" })
54
- ] }), m = (h) => /* @__PURE__ */ t(c, { ...h, children: [
55
- /* @__PURE__ */ n("path", { d: "M5 12.55a11 11 0 0 1 14.08 0" }),
56
- /* @__PURE__ */ n("path", { d: "M1.42 9a16 16 0 0 1 21.16 0" }),
57
- /* @__PURE__ */ n("path", { d: "M8.53 16.11a6 6 0 0 1 6.95 0" }),
58
- /* @__PURE__ */ n("line", { x1: "12", y1: "20", x2: "12.01", y2: "20" })
59
- ] }), z = (h) => /* @__PURE__ */ t(c, { ...h, children: [
60
- /* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" }),
61
- /* @__PURE__ */ n("path", { d: "M16.72 11.06A10.94 10.94 0 0 1 19 12.55" }),
62
- /* @__PURE__ */ n("path", { d: "M5 12.55a10.94 10.94 0 0 1 5.17-2.39" }),
63
- /* @__PURE__ */ n("path", { d: "M10.71 5.05A16 16 0 0 1 22.56 9" }),
64
- /* @__PURE__ */ n("path", { d: "M1.42 9a15.91 15.91 0 0 1 4.7-2.88" }),
65
- /* @__PURE__ */ n("path", { d: "M8.53 16.11a6 6 0 0 1 6.95 0" }),
66
- /* @__PURE__ */ n("line", { x1: "12", y1: "20", x2: "12.01", y2: "20" })
67
- ] }), A = (h) => /* @__PURE__ */ n(c, { ...h, children: /* @__PURE__ */ n("polyline", { points: "6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5" }) }), f = (h) => /* @__PURE__ */ t(c, { ...h, children: [
68
- /* @__PURE__ */ n("rect", { x: "1", y: "6", width: "18", height: "12", rx: "2", ry: "2" }),
69
- /* @__PURE__ */ n("line", { x1: "23", y1: "13", x2: "23", y2: "11" })
70
- ] }), C = (h) => /* @__PURE__ */ t(c, { ...h, children: [
71
- /* @__PURE__ */ n("path", { d: "M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19" }),
72
- /* @__PURE__ */ n("line", { x1: "23", y1: "13", x2: "23", y2: "11" }),
73
- /* @__PURE__ */ n("polyline", { points: "11 6 7 12 13 12 9 18" })
74
- ] }), u = (h) => /* @__PURE__ */ t(c, { ...h, children: [
75
- /* @__PURE__ */ n("circle", { cx: "10", cy: "14", r: "1" }),
76
- /* @__PURE__ */ n("circle", { cx: "14", cy: "10", r: "1" }),
77
- /* @__PURE__ */ n("path", { d: "M12 2v16" }),
78
- /* @__PURE__ */ n("path", { d: "M8 8l4-4 4 4" }),
79
- /* @__PURE__ */ n("path", { d: "M8 18H6a2 2 0 0 1-2-2V8" }),
80
- /* @__PURE__ */ n("path", { d: "M16 18h2a2 2 0 0 0 2-2v-4" })
81
- ] }), V = (h) => /* @__PURE__ */ t(c, { ...h, children: [
82
- /* @__PURE__ */ n("rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", ry: "2" }),
83
- /* @__PURE__ */ n("rect", { x: "9", y: "9", width: "6", height: "6" }),
84
- /* @__PURE__ */ n("line", { x1: "9", y1: "1", x2: "9", y2: "4" }),
85
- /* @__PURE__ */ n("line", { x1: "15", y1: "1", x2: "15", y2: "4" }),
86
- /* @__PURE__ */ n("line", { x1: "9", y1: "20", x2: "9", y2: "23" }),
87
- /* @__PURE__ */ n("line", { x1: "15", y1: "20", x2: "15", y2: "23" }),
88
- /* @__PURE__ */ n("line", { x1: "20", y1: "9", x2: "23", y2: "9" }),
89
- /* @__PURE__ */ n("line", { x1: "20", y1: "14", x2: "23", y2: "14" }),
90
- /* @__PURE__ */ n("line", { x1: "1", y1: "9", x2: "4", y2: "9" }),
91
- /* @__PURE__ */ n("line", { x1: "1", y1: "14", x2: "4", y2: "14" })
92
- ] }), b = (h) => /* @__PURE__ */ t(c, { ...h, children: [
93
- /* @__PURE__ */ n("line", { x1: "22", y1: "12", x2: "2", y2: "12" }),
94
- /* @__PURE__ */ n("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" }),
95
- /* @__PURE__ */ n("line", { x1: "6", y1: "16", x2: "6.01", y2: "16" }),
96
- /* @__PURE__ */ n("line", { x1: "10", y1: "16", x2: "10.01", y2: "16" })
97
- ] });
98
- export {
99
- C as BatteryChargingIcon,
100
- f as BatteryIcon,
101
- A as BluetoothIcon,
102
- s as CameraIcon,
103
- H as CloudDownloadIcon,
104
- g as CloudIcon,
105
- w as CloudUploadIcon,
106
- V as CpuIcon,
107
- v as DatabaseIcon,
108
- b as HardDriveIcon,
109
- p as HeadphonesIcon,
110
- l as LaptopIcon,
111
- y as MonitorIcon,
112
- M as PrinterIcon,
113
- I as ServerIcon,
114
- x as SmartphoneIcon,
115
- d as SpeakerIcon,
116
- r as TabletIcon,
117
- o as TvIcon,
118
- u as UsbIcon,
119
- a as WatchIcon,
120
- m as WifiIcon,
121
- z as WifiOffIcon
122
- };