@forgedevstack/bear 1.0.2 → 1.0.4-alpha

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 (352) hide show
  1. package/dist/components/Accordion/Accordion.cjs +1 -1
  2. package/dist/components/Accordion/Accordion.const.cjs +1 -0
  3. package/dist/components/Accordion/Accordion.const.d.ts +10 -0
  4. package/dist/components/Accordion/Accordion.const.js +8 -0
  5. package/dist/components/Accordion/Accordion.d.ts +1 -0
  6. package/dist/components/Accordion/Accordion.js +49 -44
  7. package/dist/components/Accordion/Accordion.types.d.ts +2 -0
  8. package/dist/components/Accordion/index.d.ts +3 -2
  9. package/dist/components/ActiveBar/ActiveBar.cjs +8 -0
  10. package/dist/components/ActiveBar/ActiveBar.d.ts +2 -0
  11. package/dist/components/ActiveBar/ActiveBar.js +90 -0
  12. package/dist/components/ActiveBar/ActiveBar.types.d.ts +16 -0
  13. package/dist/components/ActiveBar/index.d.ts +2 -0
  14. package/dist/components/ActivityItem/ActivityItem.cjs +1 -0
  15. package/dist/components/ActivityItem/ActivityItem.d.ts +7 -0
  16. package/dist/components/ActivityItem/ActivityItem.js +44 -0
  17. package/dist/components/ActivityItem/ActivityItem.types.d.ts +17 -0
  18. package/dist/components/ActivityItem/index.d.ts +2 -0
  19. package/dist/components/Alert/Alert.cjs +1 -1
  20. package/dist/components/Alert/Alert.const.cjs +1 -0
  21. package/dist/components/Alert/Alert.const.d.ts +14 -0
  22. package/dist/components/Alert/Alert.const.js +27 -0
  23. package/dist/components/Alert/Alert.js +54 -63
  24. package/dist/components/Alert/Alert.types.d.ts +3 -1
  25. package/dist/components/Avatar/Avatar.cjs +1 -1
  26. package/dist/components/Avatar/Avatar.const.cjs +1 -0
  27. package/dist/components/Avatar/Avatar.const.d.ts +28 -0
  28. package/dist/components/Avatar/Avatar.const.js +28 -0
  29. package/dist/components/Avatar/Avatar.js +49 -60
  30. package/dist/components/Avatar/index.d.ts +1 -0
  31. package/dist/components/Badge/Badge.cjs +1 -1
  32. package/dist/components/Badge/Badge.js +24 -22
  33. package/dist/components/BearLogo/EmberLogo.cjs +17 -0
  34. package/dist/components/BearLogo/EmberLogo.js +91 -0
  35. package/dist/components/BearLogo/index.d.ts +2 -0
  36. package/dist/components/Box/Box.cjs +1 -0
  37. package/dist/components/Box/Box.d.ts +2 -0
  38. package/dist/components/Box/Box.js +64 -0
  39. package/dist/components/Box/Box.types.d.ts +24 -0
  40. package/dist/components/Box/Box.utils.cjs +1 -0
  41. package/dist/components/Box/Box.utils.d.ts +3 -0
  42. package/dist/components/Box/Box.utils.js +21 -0
  43. package/dist/components/Box/index.d.ts +2 -0
  44. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
  45. package/dist/components/Breadcrumbs/Breadcrumbs.const.cjs +1 -0
  46. package/dist/components/Breadcrumbs/Breadcrumbs.const.d.ts +16 -0
  47. package/dist/components/Breadcrumbs/Breadcrumbs.const.js +19 -0
  48. package/dist/components/Breadcrumbs/Breadcrumbs.js +49 -34
  49. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +8 -1
  50. package/dist/components/Button/Button.cjs +1 -1
  51. package/dist/components/Button/Button.constants.cjs +1 -1
  52. package/dist/components/Button/Button.constants.d.ts +2 -2
  53. package/dist/components/Button/Button.constants.js +2 -2
  54. package/dist/components/Button/Button.js +41 -46
  55. package/dist/components/Calendar/Calendar.cjs +1 -1
  56. package/dist/components/Calendar/Calendar.const.cjs +1 -0
  57. package/dist/components/Calendar/Calendar.const.d.ts +18 -0
  58. package/dist/components/Calendar/Calendar.const.js +27 -0
  59. package/dist/components/Calendar/Calendar.helpers.cjs +1 -0
  60. package/dist/components/Calendar/Calendar.helpers.d.ts +10 -0
  61. package/dist/components/Calendar/Calendar.helpers.js +9 -0
  62. package/dist/components/Calendar/Calendar.js +132 -149
  63. package/dist/components/Calendar/Calendar.types.d.ts +4 -0
  64. package/dist/components/Calendar/Calendar.utils.cjs +1 -0
  65. package/dist/components/Calendar/Calendar.utils.d.ts +41 -0
  66. package/dist/components/Calendar/Calendar.utils.js +33 -0
  67. package/dist/components/Calendar/index.d.ts +2 -0
  68. package/dist/components/Card/Card.cjs +1 -1
  69. package/dist/components/Card/Card.const.cjs +1 -0
  70. package/dist/components/Card/Card.const.d.ts +13 -0
  71. package/dist/components/Card/Card.const.js +32 -0
  72. package/dist/components/Card/Card.d.ts +1 -0
  73. package/dist/components/Card/Card.js +101 -105
  74. package/dist/components/Card/index.d.ts +3 -2
  75. package/dist/components/Chart/Chart.cjs +1 -0
  76. package/dist/components/Chart/Chart.const.d.ts +15 -0
  77. package/dist/components/Chart/Chart.d.ts +18 -0
  78. package/dist/components/Chart/Chart.js +225 -0
  79. package/dist/components/Chart/Chart.types.d.ts +51 -0
  80. package/dist/components/Chart/Chart.utils.d.ts +31 -0
  81. package/dist/components/Chart/index.d.ts +2 -0
  82. package/dist/components/CodeBlock/CodeBlock.cjs +2 -0
  83. package/dist/components/CodeBlock/CodeBlock.d.ts +2 -0
  84. package/dist/components/CodeBlock/CodeBlock.js +68 -0
  85. package/dist/components/CodeBlock/CodeBlock.types.d.ts +21 -0
  86. package/dist/components/CodeBlock/index.d.ts +2 -0
  87. package/dist/components/Columns/Columns.cjs +1 -0
  88. package/dist/components/Columns/Columns.d.ts +5 -0
  89. package/dist/components/Columns/Columns.js +54 -0
  90. package/dist/components/Columns/Columns.types.d.ts +17 -0
  91. package/dist/components/Columns/index.d.ts +2 -0
  92. package/dist/components/DateTimePicker/DateTimePicker.cjs +1 -1
  93. package/dist/components/DateTimePicker/DateTimePicker.js +28 -28
  94. package/dist/components/Editable/Editable.cjs +1 -0
  95. package/dist/components/Editable/Editable.d.ts +10 -0
  96. package/dist/components/Editable/Editable.js +194 -0
  97. package/dist/components/Editable/Editable.types.d.ts +39 -0
  98. package/dist/components/Editable/index.d.ts +2 -0
  99. package/dist/components/Em/Em.cjs +1 -0
  100. package/dist/components/Em/Em.d.ts +2 -0
  101. package/dist/components/Em/Em.js +24 -0
  102. package/dist/components/Em/Em.types.d.ts +5 -0
  103. package/dist/components/Em/index.d.ts +2 -0
  104. package/dist/components/Fab/Fab.cjs +1 -1
  105. package/dist/components/Fab/Fab.js +9 -9
  106. package/dist/components/Gauge/Gauge.cjs +1 -0
  107. package/dist/components/Gauge/Gauge.d.ts +3 -0
  108. package/dist/components/Gauge/Gauge.js +92 -0
  109. package/dist/components/Gauge/Gauge.types.d.ts +27 -0
  110. package/dist/components/Gauge/index.d.ts +2 -0
  111. package/dist/components/Highlight/Highlight.cjs +1 -0
  112. package/dist/components/Highlight/Highlight.d.ts +2 -0
  113. package/dist/components/Highlight/Highlight.js +28 -0
  114. package/dist/components/Highlight/Highlight.types.d.ts +6 -0
  115. package/dist/components/Highlight/index.d.ts +2 -0
  116. package/dist/components/HoverCard/HoverCard.cjs +6 -0
  117. package/dist/components/HoverCard/HoverCard.d.ts +2 -0
  118. package/dist/components/HoverCard/HoverCard.js +68 -0
  119. package/dist/components/HoverCard/HoverCard.types.d.ts +13 -0
  120. package/dist/components/HoverCard/HoverCard.utils.cjs +1 -0
  121. package/dist/components/HoverCard/HoverCard.utils.d.ts +2 -0
  122. package/dist/components/HoverCard/HoverCard.utils.js +23 -0
  123. package/dist/components/HoverCard/index.d.ts +2 -0
  124. package/dist/components/Icon/icons/editor.cjs +1 -1
  125. package/dist/components/Icon/icons/editor.d.ts +1 -0
  126. package/dist/components/Icon/icons/editor.js +66 -61
  127. package/dist/components/Icon/icons/misc.cjs +1 -1
  128. package/dist/components/Icon/icons/misc.d.ts +13 -0
  129. package/dist/components/Icon/icons/misc.js +157 -88
  130. package/dist/components/Icon/icons/status.js +1 -1
  131. package/dist/components/Icon/index.cjs +1 -1
  132. package/dist/components/Icon/index.d.ts +27 -0
  133. package/dist/components/Icon/index.js +28 -21
  134. package/dist/components/Input/Input.cjs +1 -1
  135. package/dist/components/Input/Input.js +36 -35
  136. package/dist/components/Mark/Mark.cjs +1 -0
  137. package/dist/components/Mark/Mark.d.ts +2 -0
  138. package/dist/components/Mark/Mark.js +26 -0
  139. package/dist/components/Mark/Mark.types.d.ts +5 -0
  140. package/dist/components/Mark/index.d.ts +2 -0
  141. package/dist/components/Modal/Modal.cjs +1 -1
  142. package/dist/components/Modal/Modal.const.cjs +1 -0
  143. package/dist/components/Modal/Modal.const.d.ts +10 -0
  144. package/dist/components/Modal/Modal.const.js +17 -0
  145. package/dist/components/Modal/Modal.d.ts +11 -0
  146. package/dist/components/Modal/Modal.js +80 -77
  147. package/dist/components/Modal/Modal.types.d.ts +6 -1
  148. package/dist/components/Modal/index.d.ts +3 -2
  149. package/dist/components/Rating/Rating.cjs +1 -1
  150. package/dist/components/Rating/Rating.const.cjs +1 -0
  151. package/dist/components/Rating/Rating.const.d.ts +14 -0
  152. package/dist/components/Rating/Rating.const.js +22 -0
  153. package/dist/components/Rating/Rating.d.ts +5 -10
  154. package/dist/components/Rating/Rating.js +135 -93
  155. package/dist/components/Rating/Rating.types.d.ts +27 -25
  156. package/dist/components/Rating/index.d.ts +2 -2
  157. package/dist/components/RichEditor/RichEditor.cjs +1 -0
  158. package/dist/components/RichEditor/RichEditor.const.cjs +141 -0
  159. package/dist/components/RichEditor/RichEditor.const.d.ts +137 -0
  160. package/dist/components/RichEditor/RichEditor.const.js +279 -0
  161. package/dist/components/RichEditor/RichEditor.d.ts +18 -0
  162. package/dist/components/RichEditor/RichEditor.js +363 -0
  163. package/dist/components/RichEditor/RichEditor.types.d.ts +57 -0
  164. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.cjs +1 -0
  165. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.d.ts +4 -0
  166. package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.js +25 -0
  167. package/dist/components/RichEditor/components/ToolbarButton/index.d.ts +1 -0
  168. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -0
  169. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.d.ts +4 -0
  170. package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +126 -0
  171. package/dist/components/RichEditor/components/ToolbarColorPicker/index.d.ts +1 -0
  172. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -0
  173. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.d.ts +4 -0
  174. package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +57 -0
  175. package/dist/components/RichEditor/components/ToolbarDropdown/index.d.ts +1 -0
  176. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -0
  177. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.d.ts +7 -0
  178. package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +45 -0
  179. package/dist/components/RichEditor/components/ToolbarMore/index.d.ts +2 -0
  180. package/dist/components/RichEditor/components/index.d.ts +4 -0
  181. package/dist/components/RichEditor/helpers/formatHelpers.cjs +1 -0
  182. package/dist/components/RichEditor/helpers/formatHelpers.d.ts +57 -0
  183. package/dist/components/RichEditor/helpers/formatHelpers.js +26 -0
  184. package/dist/components/RichEditor/helpers/index.d.ts +1 -0
  185. package/dist/components/RichEditor/index.d.ts +4 -0
  186. package/dist/components/Sidebar/Sidebar.cjs +1 -0
  187. package/dist/components/Sidebar/Sidebar.const.cjs +1 -0
  188. package/dist/components/Sidebar/Sidebar.const.d.ts +16 -0
  189. package/dist/components/Sidebar/Sidebar.const.js +22 -0
  190. package/dist/components/Sidebar/Sidebar.d.ts +17 -0
  191. package/dist/components/Sidebar/Sidebar.js +70 -0
  192. package/dist/components/Sidebar/Sidebar.types.d.ts +44 -0
  193. package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -0
  194. package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.d.ts +4 -0
  195. package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +45 -0
  196. package/dist/components/Sidebar/components/SidebarGroup/index.d.ts +2 -0
  197. package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -0
  198. package/dist/components/Sidebar/components/SidebarItem/SidebarItem.d.ts +4 -0
  199. package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +66 -0
  200. package/dist/components/Sidebar/components/SidebarItem/index.d.ts +2 -0
  201. package/dist/components/Sidebar/components/index.d.ts +2 -0
  202. package/dist/components/Sidebar/index.d.ts +5 -0
  203. package/dist/components/SignPad/SignPad.cjs +1 -0
  204. package/dist/components/SignPad/SignPad.const.cjs +1 -0
  205. package/dist/components/SignPad/SignPad.const.d.ts +19 -0
  206. package/dist/components/SignPad/SignPad.const.js +20 -0
  207. package/dist/components/SignPad/SignPad.d.ts +17 -0
  208. package/dist/components/SignPad/SignPad.js +161 -0
  209. package/dist/components/SignPad/SignPad.types.d.ts +37 -0
  210. package/dist/components/SignPad/index.d.ts +3 -0
  211. package/dist/components/Skeleton/Skeleton.cjs +1 -1
  212. package/dist/components/Skeleton/Skeleton.const.cjs +36 -0
  213. package/dist/components/Skeleton/Skeleton.const.d.ts +12 -0
  214. package/dist/components/Skeleton/Skeleton.const.js +58 -0
  215. package/dist/components/Skeleton/Skeleton.d.ts +15 -24
  216. package/dist/components/Skeleton/Skeleton.js +132 -103
  217. package/dist/components/Skeleton/Skeleton.types.d.ts +18 -8
  218. package/dist/components/Skeleton/index.d.ts +2 -2
  219. package/dist/components/Slider/Slider.cjs +1 -1
  220. package/dist/components/Slider/Slider.js +8 -8
  221. package/dist/components/Sparkline/Sparkline.cjs +1 -0
  222. package/dist/components/Sparkline/Sparkline.const.cjs +1 -0
  223. package/dist/components/Sparkline/Sparkline.const.d.ts +16 -0
  224. package/dist/components/Sparkline/Sparkline.const.js +16 -0
  225. package/dist/components/Sparkline/Sparkline.d.ts +3 -0
  226. package/dist/components/Sparkline/Sparkline.js +80 -0
  227. package/dist/components/Sparkline/Sparkline.types.d.ts +19 -0
  228. package/dist/components/Sparkline/Sparkline.utils.cjs +1 -0
  229. package/dist/components/Sparkline/Sparkline.utils.d.ts +27 -0
  230. package/dist/components/Sparkline/Sparkline.utils.js +30 -0
  231. package/dist/components/Sparkline/index.d.ts +5 -0
  232. package/dist/components/SpeedDial/SpeedDial.cjs +12 -1
  233. package/dist/components/SpeedDial/SpeedDial.const.cjs +1 -0
  234. package/dist/components/SpeedDial/SpeedDial.const.d.ts +22 -0
  235. package/dist/components/SpeedDial/SpeedDial.const.js +26 -0
  236. package/dist/components/SpeedDial/SpeedDial.d.ts +5 -7
  237. package/dist/components/SpeedDial/SpeedDial.js +154 -144
  238. package/dist/components/SpeedDial/SpeedDial.types.d.ts +26 -29
  239. package/dist/components/SpeedDial/index.d.ts +1 -1
  240. package/dist/components/Spinner/Spinner.cjs +1 -1
  241. package/dist/components/Spinner/Spinner.js +17 -15
  242. package/dist/components/StatCard/StatCard.cjs +1 -0
  243. package/dist/components/StatCard/StatCard.d.ts +7 -0
  244. package/dist/components/StatCard/StatCard.js +36 -0
  245. package/dist/components/StatCard/StatCard.types.d.ts +13 -0
  246. package/dist/components/StatCard/index.d.ts +2 -0
  247. package/dist/components/Stepper/Stepper.cjs +1 -1
  248. package/dist/components/Stepper/Stepper.const.cjs +1 -0
  249. package/dist/components/Stepper/Stepper.const.d.ts +29 -0
  250. package/dist/components/Stepper/Stepper.const.js +46 -0
  251. package/dist/components/Stepper/Stepper.d.ts +10 -3
  252. package/dist/components/Stepper/Stepper.js +143 -92
  253. package/dist/components/Stepper/Stepper.types.d.ts +63 -13
  254. package/dist/components/Stepper/index.d.ts +2 -2
  255. package/dist/components/Switch/Switch.cjs +1 -1
  256. package/dist/components/Switch/Switch.js +74 -47
  257. package/dist/components/Switch/Switch.types.d.ts +11 -1
  258. package/dist/components/Tabs/Tabs.cjs +1 -1
  259. package/dist/components/Tabs/Tabs.js +33 -29
  260. package/dist/components/TimePicker/TimePicker.cjs +1 -1
  261. package/dist/components/TimePicker/TimePicker.constants.cjs +1 -1
  262. package/dist/components/TimePicker/TimePicker.constants.d.ts +14 -0
  263. package/dist/components/TimePicker/TimePicker.constants.js +18 -4
  264. package/dist/components/TimePicker/TimePicker.js +92 -91
  265. package/dist/components/Timeline/Timeline.cjs +1 -1
  266. package/dist/components/Timeline/Timeline.const.cjs +1 -0
  267. package/dist/components/Timeline/Timeline.const.d.ts +40 -0
  268. package/dist/components/Timeline/Timeline.const.js +58 -0
  269. package/dist/components/Timeline/Timeline.d.ts +16 -2
  270. package/dist/components/Timeline/Timeline.js +131 -63
  271. package/dist/components/Timeline/Timeline.types.d.ts +30 -11
  272. package/dist/components/Timeline/index.d.ts +1 -1
  273. package/dist/components/Tooltip/Tooltip.cjs +1 -1
  274. package/dist/components/Tooltip/Tooltip.js +37 -35
  275. package/dist/components/Typography/Typography.cjs +1 -1
  276. package/dist/components/Typography/Typography.js +38 -36
  277. package/dist/components/index.cjs +1 -1
  278. package/dist/components/index.d.ts +38 -4
  279. package/dist/components/index.js +213 -168
  280. package/dist/hooks/index.cjs +1 -1
  281. package/dist/hooks/index.d.ts +24 -0
  282. package/dist/hooks/index.js +42 -14
  283. package/dist/hooks/useBounce/index.d.ts +2 -0
  284. package/dist/hooks/useBounce/useBounce.cjs +1 -0
  285. package/dist/hooks/useBounce/useBounce.d.ts +2 -0
  286. package/dist/hooks/useBounce/useBounce.js +36 -0
  287. package/dist/hooks/useBounce/useBounce.types.d.ts +27 -0
  288. package/dist/hooks/useClickOutside/index.d.ts +2 -0
  289. package/dist/hooks/useClickOutside/useClickOutside.d.ts +22 -0
  290. package/dist/hooks/useClickOutside/useClickOutside.types.d.ts +10 -0
  291. package/dist/hooks/useClipboard/index.d.ts +2 -0
  292. package/dist/hooks/useClipboard/useClipboard.cjs +1 -0
  293. package/dist/hooks/useClipboard/useClipboard.d.ts +15 -0
  294. package/dist/hooks/useClipboard/useClipboard.js +22 -0
  295. package/dist/hooks/useClipboard/useClipboard.types.d.ts +20 -0
  296. package/dist/hooks/useDebounce/index.d.ts +2 -0
  297. package/dist/hooks/useDebounce/useDebounce.cjs +1 -0
  298. package/dist/hooks/useDebounce/useDebounce.d.ts +32 -0
  299. package/dist/hooks/useDebounce/useDebounce.js +39 -0
  300. package/dist/hooks/useDebounce/useDebounce.types.d.ts +20 -0
  301. package/dist/hooks/useFloat/index.d.ts +2 -0
  302. package/dist/hooks/useFloat/useFloat.cjs +1 -0
  303. package/dist/hooks/useFloat/useFloat.d.ts +2 -0
  304. package/dist/hooks/useFloat/useFloat.js +37 -0
  305. package/dist/hooks/useFloat/useFloat.types.d.ts +25 -0
  306. package/dist/hooks/useIntersectionObserver/index.d.ts +2 -0
  307. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.cjs +1 -0
  308. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +25 -0
  309. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.js +39 -0
  310. package/dist/hooks/useIntersectionObserver/useIntersectionObserver.types.d.ts +22 -0
  311. package/dist/hooks/useKeyPress/index.d.ts +2 -0
  312. package/dist/hooks/useKeyPress/useKeyPress.cjs +1 -0
  313. package/dist/hooks/useKeyPress/useKeyPress.d.ts +22 -0
  314. package/dist/hooks/useKeyPress/useKeyPress.js +39 -0
  315. package/dist/hooks/useKeyPress/useKeyPress.types.d.ts +19 -0
  316. package/dist/hooks/useLocalStorage/index.d.ts +2 -0
  317. package/dist/hooks/useLocalStorage/useLocalStorage.cjs +1 -0
  318. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +11 -0
  319. package/dist/hooks/useLocalStorage/useLocalStorage.js +47 -0
  320. package/dist/hooks/useLocalStorage/useLocalStorage.types.d.ts +16 -0
  321. package/dist/hooks/useMediaQuery/index.d.ts +3 -0
  322. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +12 -0
  323. package/dist/hooks/useMediaQuery/useMediaQuery.types.d.ts +21 -0
  324. package/dist/hooks/useParallax/index.d.ts +2 -0
  325. package/dist/hooks/useParallax/useParallax.cjs +1 -0
  326. package/dist/hooks/useParallax/useParallax.d.ts +2 -0
  327. package/dist/hooks/useParallax/useParallax.js +36 -0
  328. package/dist/hooks/useParallax/useParallax.types.d.ts +19 -0
  329. package/dist/hooks/usePulse/index.d.ts +2 -0
  330. package/dist/hooks/usePulse/usePulse.cjs +1 -0
  331. package/dist/hooks/usePulse/usePulse.d.ts +2 -0
  332. package/dist/hooks/usePulse/usePulse.js +38 -0
  333. package/dist/hooks/usePulse/usePulse.types.d.ts +29 -0
  334. package/dist/hooks/useShake/index.d.ts +2 -0
  335. package/dist/hooks/useShake/useShake.cjs +1 -0
  336. package/dist/hooks/useShake/useShake.d.ts +2 -0
  337. package/dist/hooks/useShake/useShake.js +14 -0
  338. package/dist/hooks/useShake/useShake.types.d.ts +19 -0
  339. package/dist/hooks/useSlide/index.d.ts +2 -0
  340. package/dist/hooks/useSlide/useSlide.cjs +1 -0
  341. package/dist/hooks/useSlide/useSlide.d.ts +2 -0
  342. package/dist/hooks/useSlide/useSlide.js +68 -0
  343. package/dist/hooks/useSlide/useSlide.types.d.ts +36 -0
  344. package/dist/hooks/useThrottle/index.d.ts +2 -0
  345. package/dist/hooks/useThrottle/useThrottle.cjs +1 -0
  346. package/dist/hooks/useThrottle/useThrottle.d.ts +26 -0
  347. package/dist/hooks/useThrottle/useThrottle.js +44 -0
  348. package/dist/hooks/useThrottle/useThrottle.types.d.ts +8 -0
  349. package/dist/index.cjs +1 -1
  350. package/dist/index.js +275 -202
  351. package/dist/styles.css +1 -1
  352. package/package.json +15 -22
@@ -76,11 +76,11 @@ const l = (c) => /* @__PURE__ */ t(h, { ...c, children: [
76
76
  /* @__PURE__ */ n("path", { d: "M5 4v16" }),
77
77
  /* @__PURE__ */ n("path", { d: "M5 12h14" }),
78
78
  /* @__PURE__ */ n("path", { d: "M19 4v16" })
79
- ] }), L = (c) => /* @__PURE__ */ t(h, { ...c, children: [
79
+ ] }), V = (c) => /* @__PURE__ */ t(h, { ...c, children: [
80
80
  /* @__PURE__ */ n("path", { d: "M6 4v16" }),
81
81
  /* @__PURE__ */ n("path", { d: "M18 4v16" }),
82
82
  /* @__PURE__ */ n("path", { d: "M6 12h12" })
83
- ] }), V = (c) => /* @__PURE__ */ t(h, { ...c, children: [
83
+ ] }), L = (c) => /* @__PURE__ */ t(h, { ...c, children: [
84
84
  /* @__PURE__ */ n("path", { d: "M4 12h8" }),
85
85
  /* @__PURE__ */ n("path", { d: "M4 18V6" }),
86
86
  /* @__PURE__ */ n("path", { d: "M12 18V6" }),
@@ -102,127 +102,131 @@ const l = (c) => /* @__PURE__ */ t(h, { ...c, children: [
102
102
  /* @__PURE__ */ n("path", { d: "M17 4v16" }),
103
103
  /* @__PURE__ */ n("path", { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" })
104
104
  ] }), T = (c) => /* @__PURE__ */ t(h, { ...c, children: [
105
+ /* @__PURE__ */ n("path", { d: "M4 7V4h16v3" }),
106
+ /* @__PURE__ */ n("path", { d: "M9 20h6" }),
107
+ /* @__PURE__ */ n("path", { d: "M12 4v16" })
108
+ ] }), f = (c) => /* @__PURE__ */ t(h, { ...c, children: [
105
109
  /* @__PURE__ */ n("path", { d: "M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21" }),
106
110
  /* @__PURE__ */ n("path", { d: "M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3" })
107
- ] }), f = (c) => /* @__PURE__ */ t(h, { ...c, children: [
111
+ ] }), z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
108
112
  /* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
109
113
  /* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
110
- ] }), z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
114
+ ] }), F = (c) => /* @__PURE__ */ t(h, { ...c, children: [
111
115
  /* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
112
116
  /* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }),
113
117
  /* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
114
- ] }), F = (c) => /* @__PURE__ */ t(h, { ...c, children: [
118
+ ] }), S = (c) => /* @__PURE__ */ t(h, { ...c, children: [
115
119
  /* @__PURE__ */ n("path", { d: "M4 19h6" }),
116
120
  /* @__PURE__ */ n("path", { d: "M7 4v15" }),
117
121
  /* @__PURE__ */ n("path", { d: "M11 4h4l4 15" }),
118
122
  /* @__PURE__ */ n("path", { d: "M15 19h4" }),
119
123
  /* @__PURE__ */ n("path", { d: "M21 8v6" }),
120
124
  /* @__PURE__ */ n("path", { d: "M18 11h6" })
121
- ] }), S = (c) => /* @__PURE__ */ t(h, { ...c, children: [
125
+ ] }), k = (c) => /* @__PURE__ */ t(h, { ...c, children: [
122
126
  /* @__PURE__ */ n("path", { d: "M4 19h6" }),
123
127
  /* @__PURE__ */ n("path", { d: "M7 4v15" }),
124
128
  /* @__PURE__ */ n("path", { d: "M11 4h4l4 15" }),
125
129
  /* @__PURE__ */ n("path", { d: "M15 19h4" }),
126
130
  /* @__PURE__ */ n("path", { d: "M18 11h6" })
127
- ] }), k = (c) => /* @__PURE__ */ t(h, { ...c, children: [
131
+ ] }), R = (c) => /* @__PURE__ */ t(h, { ...c, children: [
128
132
  /* @__PURE__ */ n("path", { d: "M9 2 4 14h2l1-3h6l1 3h2L11 2z" }),
129
133
  /* @__PURE__ */ n("path", { d: "M10 9 8 5h.01L10 9z" }),
130
134
  /* @__PURE__ */ n("rect", { x: "2", y: "17", width: "20", height: "4", fill: "currentColor" })
131
- ] }), R = (c) => /* @__PURE__ */ t(h, { ...c, children: [
135
+ ] }), b = (c) => /* @__PURE__ */ t(h, { ...c, children: [
132
136
  /* @__PURE__ */ n("path", { d: "M11.67 3.87 9.9 2.1a1 1 0 0 0-1.4 0L2.1 8.5a1 1 0 0 0 0 1.4l7.4 7.4a1 1 0 0 0 1.4 0l6.4-6.4a1 1 0 0 0 0-1.4z" }),
133
137
  /* @__PURE__ */ n("path", { d: "M16 14c0 2 2 4 2 4s2-2 2-4-2-4-2-4-2 2-2 4z" }),
134
138
  /* @__PURE__ */ n("rect", { x: "2", y: "19", width: "20", height: "3", fill: "currentColor" })
135
- ] }), b = (c) => /* @__PURE__ */ t(h, { ...c, children: [
139
+ ] }), j = (c) => /* @__PURE__ */ t(h, { ...c, children: [
136
140
  /* @__PURE__ */ n("path", { d: "m9 11-6 6v3h9l3-3" }),
137
141
  /* @__PURE__ */ n("path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" })
138
- ] }), j = (c) => /* @__PURE__ */ t(h, { ...c, children: [
142
+ ] }), A = (c) => /* @__PURE__ */ t(h, { ...c, children: [
139
143
  /* @__PURE__ */ n("path", { d: "m4 19 8-8" }),
140
144
  /* @__PURE__ */ n("path", { d: "m12 19-8-8" }),
141
145
  /* @__PURE__ */ n("path", { d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" })
142
- ] }), A = (c) => /* @__PURE__ */ t(h, { ...c, children: [
146
+ ] }), B = (c) => /* @__PURE__ */ t(h, { ...c, children: [
143
147
  /* @__PURE__ */ n("path", { d: "m4 5 8 8" }),
144
148
  /* @__PURE__ */ n("path", { d: "m12 5-8 8" }),
145
149
  /* @__PURE__ */ n("path", { d: "M20 19h-4c0-1.5.442-2 1.5-2.5S20 15.334 20 14.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" })
146
- ] }), B = (c) => /* @__PURE__ */ t(h, { ...c, children: [
150
+ ] }), D = (c) => /* @__PURE__ */ t(h, { ...c, children: [
147
151
  /* @__PURE__ */ n("path", { d: "M5 7h14" }),
148
152
  /* @__PURE__ */ n("path", { d: "M9 7v6" }),
149
153
  /* @__PURE__ */ n("path", { d: "m14.8 12 2.2 5" }),
150
154
  /* @__PURE__ */ n("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
151
- ] }), D = (c) => /* @__PURE__ */ t(h, { ...c, children: [
155
+ ] }), E = (c) => /* @__PURE__ */ t(h, { ...c, children: [
152
156
  /* @__PURE__ */ n("path", { d: "m9 12 2 2 4-4" }),
153
157
  /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" })
154
- ] }), E = (c) => /* @__PURE__ */ t(h, { ...c, children: [
158
+ ] }), P = (c) => /* @__PURE__ */ t(h, { ...c, children: [
155
159
  /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
156
160
  /* @__PURE__ */ n("path", { d: "M3 9h18" }),
157
161
  /* @__PURE__ */ n("path", { d: "M3 15h18" }),
158
162
  /* @__PURE__ */ n("path", { d: "M9 3v18" }),
159
163
  /* @__PURE__ */ n("path", { d: "M15 3v18" })
160
- ] }), P = (c) => /* @__PURE__ */ t(h, { ...c, children: [
164
+ ] }), J = (c) => /* @__PURE__ */ t(h, { ...c, children: [
161
165
  /* @__PURE__ */ n("rect", { x: "3", y: "8", width: "18", height: "13", rx: "2" }),
162
166
  /* @__PURE__ */ n("path", { d: "M3 14h18" }),
163
167
  /* @__PURE__ */ n("path", { d: "M9 8v13" }),
164
168
  /* @__PURE__ */ n("path", { d: "M15 8v13" }),
165
169
  /* @__PURE__ */ n("path", { d: "M9 2h6" }),
166
170
  /* @__PURE__ */ n("path", { d: "M12 2v4" })
167
- ] }), J = (c) => /* @__PURE__ */ t(h, { ...c, children: [
171
+ ] }), N = (c) => /* @__PURE__ */ t(h, { ...c, children: [
168
172
  /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "13", height: "18", rx: "2" }),
169
173
  /* @__PURE__ */ n("path", { d: "M9 3v18" }),
170
174
  /* @__PURE__ */ n("path", { d: "M3 9h13" }),
171
175
  /* @__PURE__ */ n("path", { d: "M3 15h13" }),
172
176
  /* @__PURE__ */ n("path", { d: "M19 9v6" }),
173
177
  /* @__PURE__ */ n("path", { d: "M19 12h4" })
174
- ] }), N = (c) => /* @__PURE__ */ t(h, { ...c, children: [
178
+ ] }), Q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
175
179
  /* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
176
180
  /* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
177
- ] }), Q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
181
+ ] }), U = (c) => /* @__PURE__ */ t(h, { ...c, children: [
178
182
  /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
179
183
  /* @__PURE__ */ n("polyline", { points: "9 8 5 12 9 16" }),
180
184
  /* @__PURE__ */ n("polyline", { points: "15 8 19 12 15 16" })
181
- ] }), U = (c) => /* @__PURE__ */ t(h, { ...c, children: [
185
+ ] }), q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
182
186
  /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
183
187
  /* @__PURE__ */ n("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
184
188
  /* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
185
189
  /* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
186
- ] }), q = (c) => /* @__PURE__ */ t(h, { ...c, children: [
190
+ ] }), G = (c) => /* @__PURE__ */ t(h, { ...c, children: [
187
191
  /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
188
192
  /* @__PURE__ */ n("path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }),
189
193
  /* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
190
194
  /* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
191
- ] }), G = (c) => /* @__PURE__ */ t(h, { ...c, children: [
195
+ ] }), K = (c) => /* @__PURE__ */ t(h, { ...c, children: [
192
196
  /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
193
197
  /* @__PURE__ */ n("path", { d: "M16 16s-1.5-2-4-2-4 2-4 2" }),
194
198
  /* @__PURE__ */ n("line", { x1: "9", y1: "9", x2: "9.01", y2: "9" }),
195
199
  /* @__PURE__ */ n("line", { x1: "15", y1: "9", x2: "15.01", y2: "9" })
196
- ] }), K = (c) => /* @__PURE__ */ t(h, { ...c, children: [
200
+ ] }), O = (c) => /* @__PURE__ */ t(h, { ...c, children: [
197
201
  /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "4" }),
198
202
  /* @__PURE__ */ n("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
199
- ] }), O = (c) => /* @__PURE__ */ t(h, { ...c, children: [
203
+ ] }), W = (c) => /* @__PURE__ */ t(h, { ...c, children: [
200
204
  /* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
201
205
  /* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
202
206
  /* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
203
207
  /* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
204
- ] }), W = (c) => /* @__PURE__ */ t(h, { ...c, children: [
208
+ ] }), X = (c) => /* @__PURE__ */ t(h, { ...c, children: [
205
209
  /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
206
210
  /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
207
211
  /* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
208
- ] }), X = (c) => /* @__PURE__ */ t(h, { ...c, children: [
212
+ ] }), Y = (c) => /* @__PURE__ */ t(h, { ...c, children: [
209
213
  /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
210
214
  /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" })
211
- ] }), Y = (c) => /* @__PURE__ */ t(h, { ...c, children: [
215
+ ] }), Z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
212
216
  /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
213
217
  /* @__PURE__ */ n("line", { x1: "8", y1: "15", x2: "8", y2: "9" }),
214
218
  /* @__PURE__ */ n("line", { x1: "12", y1: "15", x2: "12", y2: "6" }),
215
219
  /* @__PURE__ */ n("line", { x1: "16", y1: "15", x2: "16", y2: "12" })
216
- ] }), Z = (c) => /* @__PURE__ */ t(h, { ...c, children: [
220
+ ] }), _ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
217
221
  /* @__PURE__ */ n("path", { d: "M6.13 1L6 16a2 2 0 0 0 2 2h15" }),
218
222
  /* @__PURE__ */ n("path", { d: "M1 6.13L16 6a2 2 0 0 1 2 2v15" })
219
- ] }), _ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
223
+ ] }), $ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
220
224
  /* @__PURE__ */ n("path", { d: "M2.5 2v6h6" }),
221
225
  /* @__PURE__ */ n("path", { d: "M2.66 15.57a10 10 0 1 0 .57-8.38" })
222
- ] }), $ = (c) => /* @__PURE__ */ t(h, { ...c, children: [
226
+ ] }), n1 = (c) => /* @__PURE__ */ t(h, { ...c, children: [
223
227
  /* @__PURE__ */ n("path", { d: "M21.5 2v6h-6" }),
224
228
  /* @__PURE__ */ n("path", { d: "M21.34 15.57a10 10 0 1 1-.57-8.38" })
225
- ] }), n1 = (c) => /* @__PURE__ */ t(h, { ...c, children: [
229
+ ] }), c1 = (c) => /* @__PURE__ */ t(h, { ...c, children: [
226
230
  /* @__PURE__ */ n("line", { x1: "12", y1: "3", x2: "12", y2: "21" }),
227
231
  /* @__PURE__ */ n("polyline", { points: "18 9 21 12 18 15" }),
228
232
  /* @__PURE__ */ n("polyline", { points: "6 9 3 12 6 15" })
@@ -232,49 +236,50 @@ export {
232
236
  r as AlignJustifyIcon,
233
237
  x as AlignLeftIcon,
234
238
  p as AlignRightIcon,
235
- K as AtIcon,
239
+ O as AtIcon,
236
240
  l as BoldIcon,
237
241
  v as ChecklistIcon,
238
- Q as CodeBlockIcon,
239
- N as CodeIcon,
240
- Z as CropIcon,
241
- q as EmojiHappyIcon,
242
- U as EmojiIcon,
243
- G as EmojiSadIcon,
244
- n1 as FlipIcon,
245
- B as FormatClearIcon,
246
- R as FormatColorFillIcon,
247
- k as FormatColorTextIcon,
248
- O as HashtagIcon,
249
- V as Heading1Icon,
242
+ U as CodeBlockIcon,
243
+ Q as CodeIcon,
244
+ _ as CropIcon,
245
+ G as EmojiHappyIcon,
246
+ q as EmojiIcon,
247
+ K as EmojiSadIcon,
248
+ c1 as FlipIcon,
249
+ D as FormatClearIcon,
250
+ b as FormatColorFillIcon,
251
+ R as FormatColorTextIcon,
252
+ W as HashtagIcon,
253
+ L as Heading1Icon,
250
254
  C as Heading2Icon,
251
255
  u as Heading3Icon,
252
- b as HighlightIcon,
256
+ j as HighlightIcon,
253
257
  g as IndentDecreaseIcon,
254
258
  m as IndentIncreaseIcon,
255
- Y as InsertChartIcon,
256
- X as InsertDriveFileIcon,
257
- f as InsertLinkIcon,
258
- W as InsertPhotoIcon,
259
+ Z as InsertChartIcon,
260
+ Y as InsertDriveFileIcon,
261
+ z as InsertLinkIcon,
262
+ X as InsertPhotoIcon,
259
263
  d as ItalicIcon,
260
264
  M as ListBulletIcon,
261
265
  s as ListIcon,
262
266
  I as ListNumberedIcon,
263
267
  w as ParagraphIcon,
264
- T as QuoteIcon,
265
- z as RemoveLinkIcon,
266
- _ as RotateLeftIcon,
267
- $ as RotateRightIcon,
268
- D as SpellcheckIcon,
268
+ f as QuoteIcon,
269
+ F as RemoveLinkIcon,
270
+ $ as RotateLeftIcon,
271
+ n1 as RotateRightIcon,
272
+ E as SpellcheckIcon,
269
273
  a as StrikethroughIcon,
270
- A as SubscriptIcon,
271
- j as SuperscriptIcon,
272
- E as TableIcon,
273
- J as TableInsertColumnIcon,
274
- P as TableInsertRowIcon,
275
- S as TextDecreaseIcon,
276
- L as TextFieldsIcon,
277
- F as TextIncreaseIcon,
274
+ B as SubscriptIcon,
275
+ A as SuperscriptIcon,
276
+ P as TableIcon,
277
+ N as TableInsertColumnIcon,
278
+ J as TableInsertRowIcon,
279
+ k as TextDecreaseIcon,
280
+ V as TextFieldsIcon,
281
+ T as TextIcon,
282
+ S as TextIncreaseIcon,
278
283
  H as TitleIcon,
279
284
  o as UnderlineIcon
280
285
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("../Icon.cjs"),s=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"5"}),c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),c.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),c.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),c.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),c.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),c.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),c.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),c.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),o=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}),e=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),i=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),c.jsx("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),c.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),c.jsx("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"})]}),l=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),c.jsx("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),c.jsx("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),c.jsx("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),c.jsx("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),c.jsx("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"})]}),r=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),c.jsx("polyline",{points:"13 11 9 17 15 17 11 23"})]}),j=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"})}),y=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"})}),t=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"})}),h=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),I=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),a=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),d=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",ry:"2"}),c.jsx("line",{x1:"2",y1:"20",x2:"22",y2:"20"})]}),p=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),c.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),M=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"7"}),c.jsx("polyline",{points:"12 9 12 12 13.5 13.5"}),c.jsx("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"})]}),g=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),c.jsx("polyline",{points:"17 2 12 7 7 2"})]}),u=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),c.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),c.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),C=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"8",x2:"6.01",y2:"8"}),c.jsx("line",{x1:"10",y1:"8",x2:"10.01",y2:"8"}),c.jsx("line",{x1:"14",y1:"8",x2:"14.01",y2:"8"}),c.jsx("line",{x1:"18",y1:"8",x2:"18.01",y2:"8"}),c.jsx("line",{x1:"8",y1:"12",x2:"8.01",y2:"12"}),c.jsx("line",{x1:"12",y1:"12",x2:"12.01",y2:"12"}),c.jsx("line",{x1:"16",y1:"12",x2:"16.01",y2:"12"}),c.jsx("line",{x1:"7",y1:"16",x2:"17",y2:"16"})]}),A=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"6",y:"3",width:"12",height:"18",rx:"6"}),c.jsx("line",{x1:"12",y1:"7",x2:"12",y2:"11"})]}),v=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),c.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),c.jsx("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),c.jsx("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"})]}),w=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),c.jsx("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"})]}),m=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),c.jsx("rect",{x:"9",y:"9",width:"6",height:"6"}),c.jsx("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),c.jsx("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),c.jsx("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),c.jsx("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),c.jsx("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),c.jsx("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),c.jsx("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),c.jsx("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),z=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"})}),H=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"10",cy:"18",r:"2"}),c.jsx("circle",{cx:"4",cy:"6",r:"2"}),c.jsx("circle",{cx:"20",cy:"6",r:"2"}),c.jsx("path",{d:"M12 2v16"}),c.jsx("path",{d:"m4 8 6 4"}),c.jsx("path",{d:"m20 8-6 4"})]}),T=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),c.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),b=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),c.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),c.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),B=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polyline",{points:"12 6 12 12 16 14"})]}),S=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"13",r:"8"}),c.jsx("path",{d:"M12 9v4l2 2"}),c.jsx("path",{d:"M5 3 2 6"}),c.jsx("path",{d:"m22 6-3-3"}),c.jsx("path",{d:"M6.38 18.7 4 21"}),c.jsx("path",{d:"M17.64 18.67 20 21"})]}),k=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),c.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),c.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),c.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),P=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),f=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),c.jsx("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),c.jsx("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),c.jsx("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),c.jsx("line",{x1:"14",y1:"1",x2:"14",y2:"4"})]}),G=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"})}),D=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"5",r:"3"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),c.jsx("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"})]}),L=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),c.jsx("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),c.jsx("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),c.jsx("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),c.jsx("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),c.jsx("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"})]}),V=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"8",r:"7"}),c.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),F=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"})]}),U=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"6"}),c.jsx("circle",{cx:"12",cy:"12",r:"2"})]}),R=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),c.jsx("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),c.jsx("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"18"})]}),Z=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),c.jsx("line",{x1:"16",y1:"6",x2:"16",y2:"22"})]}),q=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),c.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),W=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"3 11 22 2 13 21 11 13 3 11"})}),K=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),c.jsx("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})]}),N=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),c.jsx("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),c.jsx("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"})]}),X=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),Y=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),O=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),c.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),c.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),c.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),E=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"})}),J=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),c.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),Q=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),c.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),c.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"16"})]}),_=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),c.jsx("polyline",{points:"17 6 23 6 23 12"})]}),$=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),c.jsx("polyline",{points:"17 18 23 18 23 12"})]}),c1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),c.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),x1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"1",y1:"10",x2:"23",y2:"10"})]}),n1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"})]}),s1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),o1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),c.jsx("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),c.jsx("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"})]}),e1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),c.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),c.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),i1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),l1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),c.jsx("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"})]}),r1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M6 21V9a9 9 0 0 0 9 9"})]}),j1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),c.jsx("line",{x1:"6",y1:"9",x2:"6",y2:"21"})]}),y1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"4 17 10 11 4 5"}),c.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),t1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),c.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),c.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),c.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),h1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}),c.jsx("path",{d:"M9 18c-4.51 2-5-2-7-2"})]}),I1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"})}),a1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),c.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),c.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),d1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),p1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),c.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),c.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),M1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),c.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),g1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"13",y:"2",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}),c.jsx("rect",{x:"8",y:"14",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}),c.jsx("rect",{x:"14",y:"13",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}),c.jsx("rect",{x:"2",y:"8",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"})]}),u1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18.93 5.34a16.89 16.89 0 0 0-4.07-1.23 12.08 12.08 0 0 0-.55 1.1 15.66 15.66 0 0 0-4.62 0 11.54 11.54 0 0 0-.56-1.1 16.85 16.85 0 0 0-4.07 1.24A17.18 17.18 0 0 0 2.1 17.89a17.05 17.05 0 0 0 5.12 2.53 12.32 12.32 0 0 0 1.09-1.74 10.98 10.98 0 0 1-1.72-.81c.14-.1.28-.21.42-.32a12.26 12.26 0 0 0 10.38 0c.14.11.28.22.42.32-.55.32-1.13.59-1.73.82a12.27 12.27 0 0 0 1.09 1.74 17 17 0 0 0 5.12-2.54 17.14 17.14 0 0 0-2.96-12.54ZM8.68 14.81c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Zm7.64 0c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Z"})}),C1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),A1=x=>c.jsx(n.Icon,{...x,children:c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})}),v1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),c.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),w1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("ellipse",{cx:"12",cy:"16",rx:"6",ry:"5"}),c.jsx("circle",{cx:"6",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"18",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"9",cy:"6",r:"2"}),c.jsx("circle",{cx:"15",cy:"6",r:"2"})]}),m1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("ellipse",{cx:"12",cy:"14",rx:"4",ry:"3"}),c.jsx("circle",{cx:"12",cy:"12",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"8",cy:"10",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"16",cy:"10",r:"1.5",fill:"currentColor"})]});exports.ActivityIcon=E;exports.AlarmClockIcon=S;exports.AnchorIcon=D;exports.ApertureIcon=L;exports.AwardIcon=V;exports.BarChartIcon=Q;exports.BearFaceIcon=m1;exports.BearPawIcon=w1;exports.BellIcon=T;exports.BluetoothIcon=z;exports.BoxIcon=Y;exports.BriefcaseIcon=n1;exports.CalendarIcon=b;exports.ClockIcon=B;exports.CloudIcon=e;exports.CloudLightningIcon=r;exports.CloudRainIcon=i;exports.CloudSnowIcon=l;exports.CoffeeIcon=f;exports.CompassIcon=F;exports.CpuIcon=m;exports.CreditCardIcon=x1;exports.CrosshairIcon=R;exports.DesktopIcon=p;exports.DiscordIcon=u1;exports.DollarSignIcon=c1;exports.DropletIcon=y;exports.FacebookIcon=d1;exports.FeatherIcon=o1;exports.GiftIcon=k;exports.GitBranchIcon=i1;exports.GitCommitIcon=l1;exports.GitMergeIcon=r1;exports.GitPullRequestIcon=j1;exports.GithubIcon=h1;exports.GlobeIcon=K;exports.HardDriveIcon=v;exports.HashIcon=t1;exports.HeartIcon=P;exports.InstagramIcon=p1;exports.KeyboardIcon=C;exports.LaptopIcon=d;exports.LifeBuoyIcon=N;exports.LinkedinIcon=a1;exports.MapIcon=Z;exports.MapPinIcon=q;exports.MinusIcon=A1;exports.MoonIcon=o;exports.MouseIcon=A;exports.NavigationIcon=W;exports.PackageIcon=X;exports.PieChartIcon=J;exports.PlusIcon=C1;exports.PrinterIcon=u;exports.ScissorsIcon=e1;exports.ServerIcon=w;exports.SlackIcon=g1;exports.SlashIcon=s1;exports.SmartphoneIcon=I;exports.SunIcon=s;exports.TabletIcon=a;exports.TargetIcon=U;exports.TerminalIcon=y1;exports.ThermometerIcon=t;exports.TrendingDownIcon=$;exports.TrendingUpIcon=_;exports.TruckIcon=O;exports.TvIcon=g;exports.TwitterIcon=I1;exports.UmbrellaIcon=h;exports.UsbIcon=H;exports.WatchIcon=M;exports.WindIcon=j;exports.XIcon=v1;exports.YoutubeIcon=M1;exports.ZapIcon=G;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("../Icon.cjs"),s=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"5"}),c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),c.jsx("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),c.jsx("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),c.jsx("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),c.jsx("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),c.jsx("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),c.jsx("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),c.jsx("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}),o=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}),e=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),i=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),c.jsx("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),c.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),c.jsx("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"})]}),l=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),c.jsx("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),c.jsx("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),c.jsx("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),c.jsx("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),c.jsx("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"})]}),r=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),c.jsx("polyline",{points:"13 11 9 17 15 17 11 23"})]}),j=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"})}),t=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"})}),y=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"})}),h=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"})}),I=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),a=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),c.jsx("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"})]}),d=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",ry:"2"}),c.jsx("line",{x1:"2",y1:"20",x2:"22",y2:"20"})]}),p=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),c.jsx("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),M=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"7"}),c.jsx("polyline",{points:"12 9 12 12 13.5 13.5"}),c.jsx("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"})]}),g=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),c.jsx("polyline",{points:"17 2 12 7 7 2"})]}),v=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),c.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),c.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]}),u=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"8",x2:"6.01",y2:"8"}),c.jsx("line",{x1:"10",y1:"8",x2:"10.01",y2:"8"}),c.jsx("line",{x1:"14",y1:"8",x2:"14.01",y2:"8"}),c.jsx("line",{x1:"18",y1:"8",x2:"18.01",y2:"8"}),c.jsx("line",{x1:"8",y1:"12",x2:"8.01",y2:"12"}),c.jsx("line",{x1:"12",y1:"12",x2:"12.01",y2:"12"}),c.jsx("line",{x1:"16",y1:"12",x2:"16.01",y2:"12"}),c.jsx("line",{x1:"7",y1:"16",x2:"17",y2:"16"})]}),C=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"6",y:"3",width:"12",height:"18",rx:"6"}),c.jsx("line",{x1:"12",y1:"7",x2:"12",y2:"11"})]}),A=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),c.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),c.jsx("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),c.jsx("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"})]}),w=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),c.jsx("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),c.jsx("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"})]}),m=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),c.jsx("rect",{x:"9",y:"9",width:"6",height:"6"}),c.jsx("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),c.jsx("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),c.jsx("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),c.jsx("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),c.jsx("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),c.jsx("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),c.jsx("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),c.jsx("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),H=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"})}),z=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"10",cy:"18",r:"2"}),c.jsx("circle",{cx:"4",cy:"6",r:"2"}),c.jsx("circle",{cx:"20",cy:"6",r:"2"}),c.jsx("path",{d:"M12 2v16"}),c.jsx("path",{d:"m4 8 6 4"}),c.jsx("path",{d:"m20 8-6 4"})]}),L=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),c.jsx("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"})]}),k=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),c.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),c.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]}),S=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polyline",{points:"12 6 12 12 16 14"})]}),T=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"13",r:"8"}),c.jsx("path",{d:"M12 9v4l2 2"}),c.jsx("path",{d:"M5 3 2 6"}),c.jsx("path",{d:"m22 6-3-3"}),c.jsx("path",{d:"M6.38 18.7 4 21"}),c.jsx("path",{d:"M17.64 18.67 20 21"})]}),b=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"20 12 20 22 4 22 4 12"}),c.jsx("rect",{x:"2",y:"7",width:"20",height:"5"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),c.jsx("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),c.jsx("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"})]}),P=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),B=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),c.jsx("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),c.jsx("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),c.jsx("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),c.jsx("line",{x1:"14",y1:"1",x2:"14",y2:"4"})]}),U=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"})}),G=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"5",r:"3"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),c.jsx("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"})]}),f=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),c.jsx("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),c.jsx("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),c.jsx("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),c.jsx("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),c.jsx("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"})]}),D=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"8",r:"7"}),c.jsx("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"})]}),V=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"})]}),R=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"6"}),c.jsx("circle",{cx:"12",cy:"12",r:"2"})]}),F=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),c.jsx("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),c.jsx("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),c.jsx("line",{x1:"12",y1:"22",x2:"12",y2:"18"})]}),W=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),c.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),c.jsx("line",{x1:"16",y1:"6",x2:"16",y2:"22"})]}),Z=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),c.jsx("circle",{cx:"12",cy:"10",r:"3"})]}),q=x=>c.jsx(n.Icon,{...x,children:c.jsx("polygon",{points:"3 11 22 2 13 21 11 13 3 11"})}),X=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),c.jsx("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})]}),K=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),c.jsx("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),c.jsx("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),c.jsx("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"})]}),N=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),Y=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),c.jsx("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),c.jsx("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),O=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"3",width:"15",height:"13"}),c.jsx("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),c.jsx("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),c.jsx("circle",{cx:"18.5",cy:"18.5",r:"2.5"})]}),E=x=>c.jsx(n.Icon,{...x,children:c.jsx("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"})}),J=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),c.jsx("path",{d:"M22 12A10 10 0 0 0 12 2v10z"})]}),Q=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),c.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),c.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"16"})]}),_=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),c.jsx("polyline",{points:"17 6 23 6 23 12"})]}),$=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),c.jsx("polyline",{points:"17 18 23 18 23 12"})]}),c1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),c.jsx("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),x1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),c.jsx("line",{x1:"1",y1:"10",x2:"23",y2:"10"})]}),n1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),c.jsx("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"})]}),s1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),o1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),c.jsx("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),c.jsx("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"})]}),e1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),c.jsx("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),c.jsx("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"})]}),i1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("circle",{cx:"6",cy:"18",r:"3"}),c.jsx("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),l1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),c.jsx("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"})]}),r1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M6 21V9a9 9 0 0 0 9 9"})]}),j1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"18",cy:"18",r:"3"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),c.jsx("line",{x1:"6",y1:"9",x2:"6",y2:"21"})]}),t1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("polyline",{points:"4 17 10 11 4 5"}),c.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),y1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),c.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),c.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),c.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),h1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"}),c.jsx("path",{d:"M9 18c-4.51 2-5-2-7-2"})]}),I1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"})}),a1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),c.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),c.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),d1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),p1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),c.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),c.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),M1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),c.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),g1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"13",y:"2",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}),c.jsx("rect",{x:"8",y:"14",width:"3",height:"8",rx:"1.5"}),c.jsx("path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}),c.jsx("rect",{x:"14",y:"13",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}),c.jsx("rect",{x:"2",y:"8",width:"8",height:"3",rx:"1.5"}),c.jsx("path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"})]}),v1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M18.93 5.34a16.89 16.89 0 0 0-4.07-1.23 12.08 12.08 0 0 0-.55 1.1 15.66 15.66 0 0 0-4.62 0 11.54 11.54 0 0 0-.56-1.1 16.85 16.85 0 0 0-4.07 1.24A17.18 17.18 0 0 0 2.1 17.89a17.05 17.05 0 0 0 5.12 2.53 12.32 12.32 0 0 0 1.09-1.74 10.98 10.98 0 0 1-1.72-.81c.14-.1.28-.21.42-.32a12.26 12.26 0 0 0 10.38 0c.14.11.28.22.42.32-.55.32-1.13.59-1.73.82a12.27 12.27 0 0 0 1.09 1.74 17 17 0 0 0 5.12-2.54 17.14 17.14 0 0 0-2.96-12.54ZM8.68 14.81c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Zm7.64 0c-1.13 0-2.06-1.01-2.06-2.26s.91-2.27 2.06-2.27 2.08 1.02 2.06 2.27-.91 2.26-2.06 2.26Z"})}),u1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),C1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"9",cy:"7",r:"4"}),c.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),c.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),A1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),c.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),w1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"23",y1:"11",x2:"17",y2:"11"})]}),m1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("polyline",{points:"17 11 19 13 23 9"})]}),H1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),c.jsx("circle",{cx:"8.5",cy:"7",r:"4"}),c.jsx("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),c.jsx("line",{x1:"23",y1:"8",x2:"18",y2:"13"})]}),z1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),L1=x=>c.jsx(n.Icon,{...x,children:c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})}),k1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),c.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),S1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("ellipse",{cx:"12",cy:"16",rx:"6",ry:"5"}),c.jsx("circle",{cx:"6",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"18",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"9",cy:"6",r:"2"}),c.jsx("circle",{cx:"15",cy:"6",r:"2"})]}),T1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"12",r:"10"}),c.jsx("circle",{cx:"6",cy:"6",r:"3"}),c.jsx("circle",{cx:"18",cy:"6",r:"3"}),c.jsx("ellipse",{cx:"12",cy:"14",rx:"4",ry:"3"}),c.jsx("circle",{cx:"12",cy:"12",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"8",cy:"10",r:"1.5",fill:"currentColor"}),c.jsx("circle",{cx:"16",cy:"10",r:"1.5",fill:"currentColor"})]}),b1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"14",y:"3",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"}),c.jsx("rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"})]}),P1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"13.5",cy:"6.5",r:"1.5"}),c.jsx("circle",{cx:"17.5",cy:"10.5",r:"1.5"}),c.jsx("circle",{cx:"8.5",cy:"7.5",r:"1.5"}),c.jsx("circle",{cx:"6.5",cy:"12.5",r:"1.5"}),c.jsx("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.9 0 1.7-.1 2.5-.3-.2-.2-.3-.5-.3-.8 0-.5.2-1 .6-1.3.4-.3.9-.5 1.4-.5h1.6c1.5 0 2.7-1.2 2.7-2.7 0-5.8-4.5-10.4-8.5-10.4z"})]}),B1=x=>c.jsx(n.Icon,{...x,children:c.jsx("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),U1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("circle",{cx:"12",cy:"4.5",r:"2.5"}),c.jsx("path",{d:"M12 7v5"}),c.jsx("path",{d:"M7 12l5 3 5-3"}),c.jsx("path",{d:"M8 21l4-6 4 6"})]}),G1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),c.jsx("path",{d:"M12 8v8"}),c.jsx("path",{d:"M8 8h8"}),c.jsx("path",{d:"M16 12h-2.5a1.5 1.5 0 0 0 0 3H15a1.5 1.5 0 0 1 0 3h-3"})]}),f1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z"}),c.jsx("path",{d:"M5 16l.75 2.25L8 19l-2.25.75L5 22l-.75-2.25L2 19l2.25-.75L5 16z"}),c.jsx("path",{d:"M19 14l.5 1.5L21 16l-1.5.5L19 18l-.5-1.5L17 16l1.5-.5L19 14z"})]}),D1=x=>c.jsxs(n.Icon,{...x,children:[c.jsx("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}),c.jsx("path",{d:"M12 15l-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}),c.jsx("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),c.jsx("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"})]});exports.AccessibilityIcon=U1;exports.ActivityIcon=E;exports.AlarmClockIcon=T;exports.AnchorIcon=G;exports.ApertureIcon=f;exports.AwardIcon=D;exports.BarChartIcon=Q;exports.BearFaceIcon=T1;exports.BearPawIcon=S1;exports.BellIcon=L;exports.BluetoothIcon=H;exports.BoxIcon=Y;exports.BriefcaseIcon=n1;exports.CalendarIcon=k;exports.ClockIcon=S;exports.CloudIcon=e;exports.CloudLightningIcon=r;exports.CloudRainIcon=i;exports.CloudSnowIcon=l;exports.CoffeeIcon=B;exports.CompassIcon=V;exports.CpuIcon=m;exports.CreditCardIcon=x1;exports.CrosshairIcon=F;exports.DesktopIcon=p;exports.DiscordIcon=v1;exports.DollarSignIcon=c1;exports.DropletIcon=t;exports.FacebookIcon=d1;exports.FeatherIcon=o1;exports.GiftIcon=b;exports.GitBranchIcon=i1;exports.GitCommitIcon=l1;exports.GitMergeIcon=r1;exports.GitPullRequestIcon=j1;exports.GithubIcon=h1;exports.GlobeIcon=X;exports.GridIcon=b1;exports.HardDriveIcon=A;exports.HashIcon=y1;exports.HeartIcon=P;exports.InstagramIcon=p1;exports.KeyboardIcon=u;exports.LaptopIcon=d;exports.LifeBuoyIcon=K;exports.LinkedinIcon=a1;exports.MapIcon=W;exports.MapPinIcon=Z;exports.MinusIcon=L1;exports.MoonIcon=o;exports.MouseIcon=C;exports.NavigationIcon=q;exports.PackageIcon=N;exports.PaletteIcon=P1;exports.PieChartIcon=J;exports.PlusIcon=z1;exports.PrinterIcon=v;exports.RocketIcon=D1;exports.ScissorsIcon=e1;exports.ServerIcon=w;exports.SlackIcon=g1;exports.SlashIcon=s1;exports.SmartphoneIcon=I;exports.SparklesIcon=f1;exports.SunIcon=s;exports.TabletIcon=a;exports.TargetIcon=R;exports.TerminalIcon=t1;exports.ThermometerIcon=y;exports.TrendingDownIcon=$;exports.TrendingUpIcon=_;exports.TruckIcon=O;exports.TvIcon=g;exports.TwitterIcon=I1;exports.TypeScriptIcon=G1;exports.UmbrellaIcon=h;exports.UsbIcon=z;exports.UserCheckIcon=m1;exports.UserIcon=u1;exports.UserMinusIcon=w1;exports.UserPlusIcon=A1;exports.UserXIcon=H1;exports.UsersIcon=C1;exports.WatchIcon=M;exports.WindIcon=j;exports.WrenchIcon=B1;exports.XIcon=k1;exports.YoutubeIcon=M1;exports.ZapIcon=U;
@@ -72,9 +72,22 @@ export declare const InstagramIcon: IconComponent;
72
72
  export declare const YoutubeIcon: IconComponent;
73
73
  export declare const SlackIcon: IconComponent;
74
74
  export declare const DiscordIcon: IconComponent;
75
+ export declare const UserIcon: IconComponent;
76
+ export declare const UsersIcon: IconComponent;
77
+ export declare const UserPlusIcon: IconComponent;
78
+ export declare const UserMinusIcon: IconComponent;
79
+ export declare const UserCheckIcon: IconComponent;
80
+ export declare const UserXIcon: IconComponent;
75
81
  export declare const PlusIcon: IconComponent;
76
82
  export declare const MinusIcon: IconComponent;
77
83
  export declare const XIcon: IconComponent;
78
84
  export declare const BearPawIcon: IconComponent;
79
85
  export declare const BearFaceIcon: IconComponent;
86
+ export declare const GridIcon: IconComponent;
87
+ export declare const PaletteIcon: IconComponent;
88
+ export declare const WrenchIcon: IconComponent;
89
+ export declare const AccessibilityIcon: IconComponent;
90
+ export declare const TypeScriptIcon: IconComponent;
91
+ export declare const SparklesIcon: IconComponent;
92
+ export declare const RocketIcon: IconComponent;
80
93
  export {};