@forgedevstack/bear 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/README.md +279 -0
  2. package/dist/components/Accordion/Accordion.cjs +1 -0
  3. package/dist/components/Accordion/Accordion.d.ts +22 -0
  4. package/dist/components/Accordion/Accordion.js +79 -0
  5. package/dist/components/Accordion/Accordion.types.d.ts +32 -0
  6. package/dist/components/Accordion/index.d.ts +2 -0
  7. package/dist/components/Alert/Alert.cjs +1 -0
  8. package/dist/components/Alert/Alert.d.ts +16 -0
  9. package/dist/components/Alert/Alert.js +109 -0
  10. package/dist/components/Alert/Alert.types.d.ts +23 -0
  11. package/dist/components/Alert/index.d.ts +2 -0
  12. package/dist/components/AppBar/AppBar.cjs +1 -0
  13. package/dist/components/AppBar/AppBar.d.ts +3 -0
  14. package/dist/components/AppBar/AppBar.js +49 -0
  15. package/dist/components/AppBar/AppBar.types.d.ts +12 -0
  16. package/dist/components/AppBar/index.d.ts +2 -0
  17. package/dist/components/Autocomplete/Autocomplete.cjs +1 -0
  18. package/dist/components/Autocomplete/Autocomplete.d.ts +17 -0
  19. package/dist/components/Autocomplete/Autocomplete.js +137 -0
  20. package/dist/components/Autocomplete/Autocomplete.types.d.ts +36 -0
  21. package/dist/components/Autocomplete/index.d.ts +2 -0
  22. package/dist/components/Avatar/Avatar.cjs +1 -0
  23. package/dist/components/Avatar/Avatar.d.ts +16 -0
  24. package/dist/components/Avatar/Avatar.js +102 -0
  25. package/dist/components/Avatar/Avatar.types.d.ts +31 -0
  26. package/dist/components/Avatar/index.d.ts +2 -0
  27. package/dist/components/Badge/Badge.cjs +1 -0
  28. package/dist/components/Badge/Badge.d.ts +13 -0
  29. package/dist/components/Badge/Badge.js +67 -0
  30. package/dist/components/Badge/Badge.types.d.ts +14 -0
  31. package/dist/components/Badge/index.d.ts +2 -0
  32. package/dist/components/BearLoader/BearLoader.cjs +40 -0
  33. package/dist/components/BearLoader/BearLoader.d.ts +14 -0
  34. package/dist/components/BearLoader/BearLoader.js +183 -0
  35. package/dist/components/BearLoader/BearLoader.types.d.ts +16 -0
  36. package/dist/components/BearLoader/index.d.ts +2 -0
  37. package/dist/components/BearLogo/BearLogo.cjs +1 -0
  38. package/dist/components/BearLogo/BearLogo.d.ts +18 -0
  39. package/dist/components/BearLogo/BearLogo.js +134 -0
  40. package/dist/components/BearLogo/EmberLogo.d.ts +14 -0
  41. package/dist/components/BearLogo/index.d.ts +2 -0
  42. package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -0
  43. package/dist/components/BottomNavigation/BottomNavigation.d.ts +3 -0
  44. package/dist/components/BottomNavigation/BottomNavigation.js +49 -0
  45. package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +16 -0
  46. package/dist/components/BottomNavigation/index.d.ts +2 -0
  47. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -0
  48. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
  49. package/dist/components/Breadcrumbs/Breadcrumbs.js +41 -0
  50. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +17 -0
  51. package/dist/components/Breadcrumbs/index.d.ts +2 -0
  52. package/dist/components/Button/Button.cjs +57 -0
  53. package/dist/components/Button/Button.d.ts +20 -0
  54. package/dist/components/Button/Button.js +125 -0
  55. package/dist/components/Button/Button.types.d.ts +18 -0
  56. package/dist/components/Button/index.d.ts +2 -0
  57. package/dist/components/ButtonGroup/ButtonGroup.cjs +1 -0
  58. package/dist/components/ButtonGroup/ButtonGroup.d.ts +16 -0
  59. package/dist/components/ButtonGroup/ButtonGroup.js +51 -0
  60. package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +18 -0
  61. package/dist/components/ButtonGroup/index.d.ts +2 -0
  62. package/dist/components/Card/Card.cjs +1 -0
  63. package/dist/components/Card/Card.d.ts +31 -0
  64. package/dist/components/Card/Card.js +113 -0
  65. package/dist/components/Card/Card.types.d.ts +28 -0
  66. package/dist/components/Card/index.d.ts +2 -0
  67. package/dist/components/Carousel/Carousel.cjs +1 -0
  68. package/dist/components/Carousel/Carousel.d.ts +15 -0
  69. package/dist/components/Carousel/Carousel.js +122 -0
  70. package/dist/components/Carousel/Carousel.types.d.ts +25 -0
  71. package/dist/components/Carousel/index.d.ts +2 -0
  72. package/dist/components/Checkbox/Checkbox.cjs +1 -0
  73. package/dist/components/Checkbox/Checkbox.d.ts +13 -0
  74. package/dist/components/Checkbox/Checkbox.js +139 -0
  75. package/dist/components/Checkbox/Checkbox.types.d.ts +28 -0
  76. package/dist/components/Checkbox/index.d.ts +2 -0
  77. package/dist/components/Chip/Chip.cjs +1 -0
  78. package/dist/components/Chip/Chip.d.ts +3 -0
  79. package/dist/components/Chip/Chip.js +85 -0
  80. package/dist/components/Chip/Chip.types.d.ts +13 -0
  81. package/dist/components/Chip/index.d.ts +2 -0
  82. package/dist/components/Collapsible/Collapsible.cjs +1 -0
  83. package/dist/components/Collapsible/Collapsible.d.ts +3 -0
  84. package/dist/components/Collapsible/Collapsible.js +59 -0
  85. package/dist/components/Collapsible/Collapsible.types.d.ts +13 -0
  86. package/dist/components/Collapsible/index.d.ts +2 -0
  87. package/dist/components/ColorPicker/ColorPicker.cjs +1 -0
  88. package/dist/components/ColorPicker/ColorPicker.d.ts +3 -0
  89. package/dist/components/ColorPicker/ColorPicker.js +113 -0
  90. package/dist/components/ColorPicker/ColorPicker.types.d.ts +11 -0
  91. package/dist/components/ColorPicker/index.d.ts +2 -0
  92. package/dist/components/Container/Container.cjs +1 -0
  93. package/dist/components/Container/Container.d.ts +12 -0
  94. package/dist/components/Container/Container.js +40 -0
  95. package/dist/components/Container/Container.types.d.ts +12 -0
  96. package/dist/components/Container/index.d.ts +2 -0
  97. package/dist/components/CopyButton/CopyButton.cjs +1 -0
  98. package/dist/components/CopyButton/CopyButton.d.ts +3 -0
  99. package/dist/components/CopyButton/CopyButton.js +52 -0
  100. package/dist/components/CopyButton/CopyButton.types.d.ts +13 -0
  101. package/dist/components/CopyButton/index.d.ts +2 -0
  102. package/dist/components/DataTable/DataTable.cjs +1 -0
  103. package/dist/components/DataTable/DataTable.d.ts +22 -0
  104. package/dist/components/DataTable/DataTable.js +120 -0
  105. package/dist/components/DataTable/DataTable.types.d.ts +53 -0
  106. package/dist/components/DataTable/index.d.ts +2 -0
  107. package/dist/components/DatePicker/DatePicker.cjs +1 -0
  108. package/dist/components/DatePicker/DatePicker.d.ts +3 -0
  109. package/dist/components/DatePicker/DatePicker.js +111 -0
  110. package/dist/components/DatePicker/DatePicker.types.d.ts +25 -0
  111. package/dist/components/DatePicker/index.d.ts +2 -0
  112. package/dist/components/Divider/Divider.cjs +1 -0
  113. package/dist/components/Divider/Divider.d.ts +22 -0
  114. package/dist/components/Divider/Divider.js +99 -0
  115. package/dist/components/Divider/Divider.types.d.ts +19 -0
  116. package/dist/components/Divider/index.d.ts +2 -0
  117. package/dist/components/Drawer/Drawer.cjs +1 -0
  118. package/dist/components/Drawer/Drawer.d.ts +3 -0
  119. package/dist/components/Drawer/Drawer.js +113 -0
  120. package/dist/components/Drawer/Drawer.types.d.ts +23 -0
  121. package/dist/components/Drawer/index.d.ts +2 -0
  122. package/dist/components/Dropdown/Dropdown.cjs +1 -0
  123. package/dist/components/Dropdown/Dropdown.d.ts +19 -0
  124. package/dist/components/Dropdown/Dropdown.js +171 -0
  125. package/dist/components/Dropdown/Dropdown.types.d.ts +56 -0
  126. package/dist/components/Dropdown/index.d.ts +2 -0
  127. package/dist/components/EmptyState/EmptyState.cjs +1 -0
  128. package/dist/components/EmptyState/EmptyState.d.ts +3 -0
  129. package/dist/components/EmptyState/EmptyState.js +35 -0
  130. package/dist/components/EmptyState/EmptyState.types.d.ts +11 -0
  131. package/dist/components/EmptyState/index.d.ts +2 -0
  132. package/dist/components/Fab/Fab.cjs +1 -0
  133. package/dist/components/Fab/Fab.d.ts +17 -0
  134. package/dist/components/Fab/Fab.js +70 -0
  135. package/dist/components/Fab/Fab.types.d.ts +24 -0
  136. package/dist/components/Fab/index.d.ts +2 -0
  137. package/dist/components/FileUpload/FileUpload.cjs +1 -0
  138. package/dist/components/FileUpload/FileUpload.d.ts +3 -0
  139. package/dist/components/FileUpload/FileUpload.js +112 -0
  140. package/dist/components/FileUpload/FileUpload.types.d.ts +25 -0
  141. package/dist/components/FileUpload/index.d.ts +2 -0
  142. package/dist/components/Flex/Flex.cjs +1 -0
  143. package/dist/components/Flex/Flex.d.ts +13 -0
  144. package/dist/components/Flex/Flex.js +79 -0
  145. package/dist/components/Flex/Flex.types.d.ts +23 -0
  146. package/dist/components/Flex/index.d.ts +2 -0
  147. package/dist/components/Grid/Grid.cjs +1 -0
  148. package/dist/components/Grid/Grid.d.ts +20 -0
  149. package/dist/components/Grid/Grid.js +99 -0
  150. package/dist/components/Grid/Grid.types.d.ts +29 -0
  151. package/dist/components/Grid/index.d.ts +2 -0
  152. package/dist/components/Icon/Icon.cjs +1 -0
  153. package/dist/components/Icon/Icon.d.ts +39 -0
  154. package/dist/components/Icon/Icon.js +44 -0
  155. package/dist/components/Icon/Icon.types.d.ts +16 -0
  156. package/dist/components/Icon/icons/action.cjs +1 -0
  157. package/dist/components/Icon/icons/action.d.ts +85 -0
  158. package/dist/components/Icon/icons/action.js +351 -0
  159. package/dist/components/Icon/icons/communication.cjs +1 -0
  160. package/dist/components/Icon/icons/communication.d.ts +48 -0
  161. package/dist/components/Icon/icons/communication.js +184 -0
  162. package/dist/components/Icon/icons/content.cjs +1 -0
  163. package/dist/components/Icon/icons/content.d.ts +53 -0
  164. package/dist/components/Icon/icons/content.js +231 -0
  165. package/dist/components/Icon/icons/editor.cjs +1 -0
  166. package/dist/components/Icon/icons/editor.d.ts +53 -0
  167. package/dist/components/Icon/icons/editor.js +280 -0
  168. package/dist/components/Icon/icons/index.d.ts +9 -0
  169. package/dist/components/Icon/icons/media.cjs +1 -0
  170. package/dist/components/Icon/icons/media.d.ts +64 -0
  171. package/dist/components/Icon/icons/media.js +306 -0
  172. package/dist/components/Icon/icons/misc.cjs +1 -0
  173. package/dist/components/Icon/icons/misc.d.ts +80 -0
  174. package/dist/components/Icon/icons/misc.js +367 -0
  175. package/dist/components/Icon/icons/navigation.cjs +1 -0
  176. package/dist/components/Icon/icons/navigation.d.ts +56 -0
  177. package/dist/components/Icon/icons/navigation.js +215 -0
  178. package/dist/components/Icon/icons/status.cjs +1 -0
  179. package/dist/components/Icon/icons/status.d.ts +61 -0
  180. package/dist/components/Icon/icons/status.js +271 -0
  181. package/dist/components/Icon/index.cjs +1 -0
  182. package/dist/components/Icon/index.d.ts +506 -0
  183. package/dist/components/Icon/index.js +38 -0
  184. package/dist/components/Image/Image.cjs +1 -0
  185. package/dist/components/Image/Image.d.ts +3 -0
  186. package/dist/components/Image/Image.js +99 -0
  187. package/dist/components/Image/Image.types.d.ts +16 -0
  188. package/dist/components/Image/index.d.ts +2 -0
  189. package/dist/components/Input/Input.cjs +1 -0
  190. package/dist/components/Input/Input.d.ts +3 -0
  191. package/dist/components/Input/Input.js +64 -0
  192. package/dist/components/Input/Input.types.d.ts +17 -0
  193. package/dist/components/Input/index.d.ts +2 -0
  194. package/dist/components/Kbd/Kbd.cjs +1 -0
  195. package/dist/components/Kbd/Kbd.d.ts +3 -0
  196. package/dist/components/Kbd/Kbd.js +58 -0
  197. package/dist/components/Kbd/Kbd.types.d.ts +8 -0
  198. package/dist/components/Kbd/index.d.ts +2 -0
  199. package/dist/components/Link/Link.cjs +1 -0
  200. package/dist/components/Link/Link.d.ts +13 -0
  201. package/dist/components/Link/Link.js +81 -0
  202. package/dist/components/Link/Link.types.d.ts +18 -0
  203. package/dist/components/Link/index.d.ts +2 -0
  204. package/dist/components/List/List.cjs +1 -0
  205. package/dist/components/List/List.d.ts +35 -0
  206. package/dist/components/List/List.js +204 -0
  207. package/dist/components/List/List.types.d.ts +72 -0
  208. package/dist/components/List/index.d.ts +2 -0
  209. package/dist/components/Menu/Menu.cjs +1 -0
  210. package/dist/components/Menu/Menu.d.ts +29 -0
  211. package/dist/components/Menu/Menu.js +111 -0
  212. package/dist/components/Menu/Menu.types.d.ts +39 -0
  213. package/dist/components/Menu/index.d.ts +2 -0
  214. package/dist/components/Modal/Modal.cjs +1 -0
  215. package/dist/components/Modal/Modal.d.ts +3 -0
  216. package/dist/components/Modal/Modal.js +86 -0
  217. package/dist/components/Modal/Modal.types.d.ts +23 -0
  218. package/dist/components/Modal/index.d.ts +2 -0
  219. package/dist/components/MultiSelect/MultiSelect.cjs +1 -0
  220. package/dist/components/MultiSelect/MultiSelect.d.ts +20 -0
  221. package/dist/components/MultiSelect/MultiSelect.js +140 -0
  222. package/dist/components/MultiSelect/MultiSelect.types.d.ts +33 -0
  223. package/dist/components/MultiSelect/index.d.ts +2 -0
  224. package/dist/components/NumberInput/NumberInput.cjs +1 -0
  225. package/dist/components/NumberInput/NumberInput.d.ts +3 -0
  226. package/dist/components/NumberInput/NumberInput.js +109 -0
  227. package/dist/components/NumberInput/NumberInput.types.d.ts +18 -0
  228. package/dist/components/NumberInput/index.d.ts +2 -0
  229. package/dist/components/OTPInput/OTPInput.cjs +1 -0
  230. package/dist/components/OTPInput/OTPInput.d.ts +3 -0
  231. package/dist/components/OTPInput/OTPInput.js +83 -0
  232. package/dist/components/OTPInput/OTPInput.types.d.ts +13 -0
  233. package/dist/components/OTPInput/index.d.ts +2 -0
  234. package/dist/components/Pagination/Pagination.cjs +1 -0
  235. package/dist/components/Pagination/Pagination.d.ts +13 -0
  236. package/dist/components/Pagination/Pagination.js +156 -0
  237. package/dist/components/Pagination/Pagination.types.d.ts +34 -0
  238. package/dist/components/Pagination/index.d.ts +2 -0
  239. package/dist/components/Paper/Paper.cjs +1 -0
  240. package/dist/components/Paper/Paper.d.ts +17 -0
  241. package/dist/components/Paper/Paper.js +67 -0
  242. package/dist/components/Paper/Paper.types.d.ts +19 -0
  243. package/dist/components/Paper/index.d.ts +2 -0
  244. package/dist/components/Popover/Popover.cjs +1 -0
  245. package/dist/components/Popover/Popover.d.ts +3 -0
  246. package/dist/components/Popover/Popover.js +93 -0
  247. package/dist/components/Popover/Popover.types.d.ts +16 -0
  248. package/dist/components/Popover/index.d.ts +2 -0
  249. package/dist/components/Progress/Progress.cjs +1 -0
  250. package/dist/components/Progress/Progress.d.ts +13 -0
  251. package/dist/components/Progress/Progress.js +74 -0
  252. package/dist/components/Progress/Progress.types.d.ts +24 -0
  253. package/dist/components/Progress/index.d.ts +2 -0
  254. package/dist/components/Radio/Radio.cjs +1 -0
  255. package/dist/components/Radio/Radio.d.ts +11 -0
  256. package/dist/components/Radio/Radio.js +172 -0
  257. package/dist/components/Radio/Radio.types.d.ts +52 -0
  258. package/dist/components/Radio/index.d.ts +2 -0
  259. package/dist/components/Rating/Rating.cjs +1 -0
  260. package/dist/components/Rating/Rating.d.ts +19 -0
  261. package/dist/components/Rating/Rating.js +99 -0
  262. package/dist/components/Rating/Rating.types.d.ts +38 -0
  263. package/dist/components/Rating/index.d.ts +2 -0
  264. package/dist/components/ScrollArea/ScrollArea.cjs +1 -0
  265. package/dist/components/ScrollArea/ScrollArea.d.ts +3 -0
  266. package/dist/components/ScrollArea/ScrollArea.js +44 -0
  267. package/dist/components/ScrollArea/ScrollArea.types.d.ts +10 -0
  268. package/dist/components/ScrollArea/index.d.ts +2 -0
  269. package/dist/components/Select/Select.cjs +1 -0
  270. package/dist/components/Select/Select.d.ts +3 -0
  271. package/dist/components/Select/Select.js +105 -0
  272. package/dist/components/Select/Select.types.d.ts +27 -0
  273. package/dist/components/Select/index.d.ts +2 -0
  274. package/dist/components/Skeleton/Skeleton.cjs +1 -0
  275. package/dist/components/Skeleton/Skeleton.d.ts +27 -0
  276. package/dist/components/Skeleton/Skeleton.js +116 -0
  277. package/dist/components/Skeleton/Skeleton.types.d.ts +21 -0
  278. package/dist/components/Skeleton/index.d.ts +2 -0
  279. package/dist/components/Slider/Slider.cjs +1 -0
  280. package/dist/components/Slider/Slider.d.ts +14 -0
  281. package/dist/components/Slider/Slider.js +191 -0
  282. package/dist/components/Slider/Slider.types.d.ts +41 -0
  283. package/dist/components/Slider/index.d.ts +2 -0
  284. package/dist/components/SpeedDial/SpeedDial.cjs +1 -0
  285. package/dist/components/SpeedDial/SpeedDial.d.ts +20 -0
  286. package/dist/components/SpeedDial/SpeedDial.js +150 -0
  287. package/dist/components/SpeedDial/SpeedDial.types.d.ts +48 -0
  288. package/dist/components/SpeedDial/index.d.ts +2 -0
  289. package/dist/components/Spinner/Spinner.cjs +1 -0
  290. package/dist/components/Spinner/Spinner.d.ts +12 -0
  291. package/dist/components/Spinner/Spinner.js +51 -0
  292. package/dist/components/Spinner/Spinner.types.d.ts +11 -0
  293. package/dist/components/Spinner/index.d.ts +2 -0
  294. package/dist/components/Statistic/Statistic.cjs +1 -0
  295. package/dist/components/Statistic/Statistic.d.ts +3 -0
  296. package/dist/components/Statistic/Statistic.js +55 -0
  297. package/dist/components/Statistic/Statistic.types.d.ts +18 -0
  298. package/dist/components/Statistic/index.d.ts +2 -0
  299. package/dist/components/Stepper/Stepper.cjs +1 -0
  300. package/dist/components/Stepper/Stepper.d.ts +3 -0
  301. package/dist/components/Stepper/Stepper.js +100 -0
  302. package/dist/components/Stepper/Stepper.types.d.ts +20 -0
  303. package/dist/components/Stepper/index.d.ts +2 -0
  304. package/dist/components/Switch/Switch.cjs +1 -0
  305. package/dist/components/Switch/Switch.d.ts +3 -0
  306. package/dist/components/Switch/Switch.js +81 -0
  307. package/dist/components/Switch/Switch.types.d.ts +13 -0
  308. package/dist/components/Switch/index.d.ts +2 -0
  309. package/dist/components/Tabs/Tabs.cjs +1 -0
  310. package/dist/components/Tabs/Tabs.d.ts +30 -0
  311. package/dist/components/Tabs/Tabs.js +80 -0
  312. package/dist/components/Tabs/Tabs.types.d.ts +44 -0
  313. package/dist/components/Tabs/index.d.ts +2 -0
  314. package/dist/components/TimePicker/TimePicker.cjs +1 -0
  315. package/dist/components/TimePicker/TimePicker.d.ts +3 -0
  316. package/dist/components/TimePicker/TimePicker.js +124 -0
  317. package/dist/components/TimePicker/TimePicker.types.d.ts +17 -0
  318. package/dist/components/TimePicker/index.d.ts +2 -0
  319. package/dist/components/Timeline/Timeline.cjs +1 -0
  320. package/dist/components/Timeline/Timeline.d.ts +3 -0
  321. package/dist/components/Timeline/Timeline.js +71 -0
  322. package/dist/components/Timeline/Timeline.types.d.ts +18 -0
  323. package/dist/components/Timeline/index.d.ts +2 -0
  324. package/dist/components/Toast/Toast.cjs +1 -0
  325. package/dist/components/Toast/Toast.d.ts +9 -0
  326. package/dist/components/Toast/Toast.js +158 -0
  327. package/dist/components/Toast/Toast.types.d.ts +49 -0
  328. package/dist/components/Toast/index.d.ts +2 -0
  329. package/dist/components/Tooltip/Tooltip.cjs +1 -0
  330. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  331. package/dist/components/Tooltip/Tooltip.js +86 -0
  332. package/dist/components/Tooltip/Tooltip.types.d.ts +17 -0
  333. package/dist/components/Tooltip/index.d.ts +2 -0
  334. package/dist/components/TransferList/TransferList.cjs +1 -0
  335. package/dist/components/TransferList/TransferList.d.ts +21 -0
  336. package/dist/components/TransferList/TransferList.js +210 -0
  337. package/dist/components/TransferList/TransferList.types.d.ts +45 -0
  338. package/dist/components/TransferList/index.d.ts +2 -0
  339. package/dist/components/TreeView/TreeView.cjs +1 -0
  340. package/dist/components/TreeView/TreeView.d.ts +3 -0
  341. package/dist/components/TreeView/TreeView.js +76 -0
  342. package/dist/components/TreeView/TreeView.types.d.ts +25 -0
  343. package/dist/components/TreeView/index.d.ts +2 -0
  344. package/dist/components/Typography/Typography.cjs +1 -0
  345. package/dist/components/Typography/Typography.d.ts +14 -0
  346. package/dist/components/Typography/Typography.js +114 -0
  347. package/dist/components/Typography/Typography.types.d.ts +37 -0
  348. package/dist/components/Typography/index.d.ts +2 -0
  349. package/dist/components/index.cjs +1 -0
  350. package/dist/components/index.d.ts +132 -0
  351. package/dist/components/index.js +171 -0
  352. package/dist/context/BearProvider.cjs +1 -0
  353. package/dist/context/BearProvider.d.ts +59 -0
  354. package/dist/context/BearProvider.js +67 -0
  355. package/dist/context/defaultTheme.cjs +1 -0
  356. package/dist/context/defaultTheme.d.ts +9 -0
  357. package/dist/context/defaultTheme.js +215 -0
  358. package/dist/context/index.cjs +1 -0
  359. package/dist/context/index.d.ts +2 -0
  360. package/dist/context/index.js +10 -0
  361. package/dist/hooks/index.cjs +1 -0
  362. package/dist/hooks/index.d.ts +3 -0
  363. package/dist/hooks/index.js +13 -0
  364. package/dist/hooks/useClickOutside.cjs +1 -0
  365. package/dist/hooks/useClickOutside.d.ts +13 -0
  366. package/dist/hooks/useClickOutside.js +15 -0
  367. package/dist/hooks/useDisclosure.cjs +1 -0
  368. package/dist/hooks/useDisclosure.d.ts +26 -0
  369. package/dist/hooks/useDisclosure.js +14 -0
  370. package/dist/hooks/useMediaQuery.cjs +1 -0
  371. package/dist/hooks/useMediaQuery.d.ts +15 -0
  372. package/dist/hooks/useMediaQuery.js +21 -0
  373. package/dist/index.cjs +1 -0
  374. package/dist/index.d.ts +10 -0
  375. package/dist/index.js +195 -0
  376. package/dist/types/component.types.d.ts +39 -0
  377. package/dist/types/index.d.ts +2 -0
  378. package/dist/types/theme.types.d.ts +126 -0
  379. package/dist/utils/cn.cjs +1 -0
  380. package/dist/utils/cn.d.ts +17 -0
  381. package/dist/utils/cn.js +19 -0
  382. package/dist/utils/deepMerge.cjs +1 -0
  383. package/dist/utils/deepMerge.d.ts +9 -0
  384. package/dist/utils/deepMerge.js +13 -0
  385. package/dist/utils/index.cjs +1 -0
  386. package/dist/utils/index.d.ts +2 -0
  387. package/dist/utils/index.js +7 -0
  388. package/package.json +108 -0
@@ -0,0 +1,215 @@
1
+ import { jsxs as e, jsx as n } from "react/jsx-runtime";
2
+ import { Icon as i } from "../Icon.js";
3
+ const c = (o) => /* @__PURE__ */ e(i, { ...o, children: [
4
+ /* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "12", y2: "5" }),
5
+ /* @__PURE__ */ n("polyline", { points: "5 12 12 5 19 12" })
6
+ ] }), r = (o) => /* @__PURE__ */ e(i, { ...o, children: [
7
+ /* @__PURE__ */ n("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
8
+ /* @__PURE__ */ n("polyline", { points: "19 12 12 19 5 12" })
9
+ ] }), p = (o) => /* @__PURE__ */ e(i, { ...o, children: [
10
+ /* @__PURE__ */ n("line", { x1: "19", y1: "12", x2: "5", y2: "12" }),
11
+ /* @__PURE__ */ n("polyline", { points: "12 19 5 12 12 5" })
12
+ ] }), y = (o) => /* @__PURE__ */ e(i, { ...o, children: [
13
+ /* @__PURE__ */ n("line", { x1: "5", y1: "12", x2: "19", y2: "12" }),
14
+ /* @__PURE__ */ n("polyline", { points: "12 5 19 12 12 19" })
15
+ ] }), h = (o) => /* @__PURE__ */ e(i, { ...o, children: [
16
+ /* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "12", y2: "5" }),
17
+ /* @__PURE__ */ n("polyline", { points: "5 12 12 5 19 12" })
18
+ ] }), s = (o) => /* @__PURE__ */ e(i, { ...o, children: [
19
+ /* @__PURE__ */ n("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
20
+ /* @__PURE__ */ n("polyline", { points: "19 12 12 19 5 12" })
21
+ ] }), x = (o) => /* @__PURE__ */ e(i, { ...o, children: [
22
+ /* @__PURE__ */ n("line", { x1: "19", y1: "12", x2: "5", y2: "12" }),
23
+ /* @__PURE__ */ n("polyline", { points: "12 19 5 12 12 5" })
24
+ ] }), d = (o) => /* @__PURE__ */ e(i, { ...o, children: [
25
+ /* @__PURE__ */ n("line", { x1: "5", y1: "12", x2: "19", y2: "12" }),
26
+ /* @__PURE__ */ n("polyline", { points: "12 5 19 12 12 19" })
27
+ ] }), I = (o) => /* @__PURE__ */ e(i, { ...o, children: [
28
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
29
+ /* @__PURE__ */ n("polyline", { points: "16 12 12 8 8 12" }),
30
+ /* @__PURE__ */ n("line", { x1: "12", y1: "16", x2: "12", y2: "8" })
31
+ ] }), a = (o) => /* @__PURE__ */ e(i, { ...o, children: [
32
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
33
+ /* @__PURE__ */ n("polyline", { points: "8 12 12 16 16 12" }),
34
+ /* @__PURE__ */ n("line", { x1: "12", y1: "8", x2: "12", y2: "16" })
35
+ ] }), w = (o) => /* @__PURE__ */ e(i, { ...o, children: [
36
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
37
+ /* @__PURE__ */ n("polyline", { points: "12 8 8 12 12 16" }),
38
+ /* @__PURE__ */ n("line", { x1: "16", y1: "12", x2: "8", y2: "12" })
39
+ ] }), g = (o) => /* @__PURE__ */ e(i, { ...o, children: [
40
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "10" }),
41
+ /* @__PURE__ */ n("polyline", { points: "12 16 16 12 12 8" }),
42
+ /* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "16", y2: "12" })
43
+ ] }), M = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "18 15 12 9 6 15" }) }), v = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "6 9 12 15 18 9" }) }), C = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "15 18 9 12 15 6" }) }), A = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "9 18 15 12 9 6" }) }), L = (o) => /* @__PURE__ */ e(i, { ...o, children: [
44
+ /* @__PURE__ */ n("polyline", { points: "17 11 12 6 7 11" }),
45
+ /* @__PURE__ */ n("polyline", { points: "17 18 12 13 7 18" })
46
+ ] }), f = (o) => /* @__PURE__ */ e(i, { ...o, children: [
47
+ /* @__PURE__ */ n("polyline", { points: "7 13 12 18 17 13" }),
48
+ /* @__PURE__ */ n("polyline", { points: "7 6 12 11 17 6" })
49
+ ] }), U = (o) => /* @__PURE__ */ e(i, { ...o, children: [
50
+ /* @__PURE__ */ n("polyline", { points: "11 17 6 12 11 7" }),
51
+ /* @__PURE__ */ n("polyline", { points: "18 17 13 12 18 7" })
52
+ ] }), m = (o) => /* @__PURE__ */ e(i, { ...o, children: [
53
+ /* @__PURE__ */ n("polyline", { points: "13 17 18 12 13 7" }),
54
+ /* @__PURE__ */ n("polyline", { points: "6 17 11 12 6 7" })
55
+ ] }), D = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "6 9 12 15 18 9" }) }), H = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "18 15 12 9 6 15" }) }), R = (o) => /* @__PURE__ */ e(i, { ...o, children: [
56
+ /* @__PURE__ */ n("polyline", { points: "7 10 12 5 17 10" }),
57
+ /* @__PURE__ */ n("polyline", { points: "7 14 12 19 17 14" })
58
+ ] }), V = (o) => /* @__PURE__ */ e(i, { ...o, children: [
59
+ /* @__PURE__ */ n("polyline", { points: "7 8 12 13 17 8" }),
60
+ /* @__PURE__ */ n("polyline", { points: "7 16 12 11 17 16" })
61
+ ] }), u = (o) => /* @__PURE__ */ e(i, { ...o, children: [
62
+ /* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" }),
63
+ /* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
64
+ /* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
65
+ ] }), z = (o) => /* @__PURE__ */ e(i, { ...o, children: [
66
+ /* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "17", y2: "12" }),
67
+ /* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
68
+ /* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "14", y2: "18" }),
69
+ /* @__PURE__ */ n("polyline", { points: "17 15 20 12 17 9" })
70
+ ] }), S = (o) => /* @__PURE__ */ e(i, { ...o, children: [
71
+ /* @__PURE__ */ n("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
72
+ /* @__PURE__ */ n("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
73
+ ] }), b = (o) => /* @__PURE__ */ e(i, { ...o, children: [
74
+ /* @__PURE__ */ n("path", { d: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
75
+ /* @__PURE__ */ n("polyline", { points: "9 22 9 12 15 12 15 22" })
76
+ ] }), E = (o) => /* @__PURE__ */ e(i, { ...o, children: [
77
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "7", height: "9" }),
78
+ /* @__PURE__ */ n("rect", { x: "14", y: "3", width: "7", height: "5" }),
79
+ /* @__PURE__ */ n("rect", { x: "14", y: "12", width: "7", height: "9" }),
80
+ /* @__PURE__ */ n("rect", { x: "3", y: "16", width: "7", height: "5" })
81
+ ] }), F = (o) => /* @__PURE__ */ e(i, { ...o, children: [
82
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "5", height: "5", rx: "1" }),
83
+ /* @__PURE__ */ n("rect", { x: "10", y: "3", width: "5", height: "5", rx: "1" }),
84
+ /* @__PURE__ */ n("rect", { x: "17", y: "3", width: "5", height: "5", rx: "1" }),
85
+ /* @__PURE__ */ n("rect", { x: "3", y: "10", width: "5", height: "5", rx: "1" }),
86
+ /* @__PURE__ */ n("rect", { x: "10", y: "10", width: "5", height: "5", rx: "1" }),
87
+ /* @__PURE__ */ n("rect", { x: "17", y: "10", width: "5", height: "5", rx: "1" }),
88
+ /* @__PURE__ */ n("rect", { x: "3", y: "17", width: "5", height: "5", rx: "1" }),
89
+ /* @__PURE__ */ n("rect", { x: "10", y: "17", width: "5", height: "5", rx: "1" }),
90
+ /* @__PURE__ */ n("rect", { x: "17", y: "17", width: "5", height: "5", rx: "1" })
91
+ ] }), N = (o) => /* @__PURE__ */ e(i, { ...o, children: [
92
+ /* @__PURE__ */ n("polyline", { points: "17 18 11 12 17 6" }),
93
+ /* @__PURE__ */ n("line", { x1: "7", y1: "6", x2: "7", y2: "18" })
94
+ ] }), T = (o) => /* @__PURE__ */ e(i, { ...o, children: [
95
+ /* @__PURE__ */ n("polyline", { points: "7 6 13 12 7 18" }),
96
+ /* @__PURE__ */ n("line", { x1: "17", y1: "6", x2: "17", y2: "18" })
97
+ ] }), j = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "15 18 9 12 15 6" }) }), k = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("polyline", { points: "9 18 15 12 9 6" }) }), B = (o) => /* @__PURE__ */ e(i, { ...o, children: [
98
+ /* @__PURE__ */ n("polyline", { points: "11 9 6 14 11 19" }),
99
+ /* @__PURE__ */ n("path", { d: "M18 5v9a1 1 0 0 1-1 1H6" })
100
+ ] }), P = (o) => /* @__PURE__ */ e(i, { ...o, children: [
101
+ /* @__PURE__ */ n("polyline", { points: "13 9 18 14 13 19" }),
102
+ /* @__PURE__ */ n("path", { d: "M6 5v9a1 1 0 0 0 1 1h11" })
103
+ ] }), G = (o) => /* @__PURE__ */ e(i, { ...o, children: [
104
+ /* @__PURE__ */ n("polyline", { points: "17 1 21 5 17 9" }),
105
+ /* @__PURE__ */ n("path", { d: "M3 5h18" }),
106
+ /* @__PURE__ */ n("polyline", { points: "7 23 3 19 7 15" }),
107
+ /* @__PURE__ */ n("path", { d: "M21 19H3" })
108
+ ] }), O = (o) => /* @__PURE__ */ e(i, { ...o, children: [
109
+ /* @__PURE__ */ n("polyline", { points: "1 7 5 3 9 7" }),
110
+ /* @__PURE__ */ n("path", { d: "M5 3v18" }),
111
+ /* @__PURE__ */ n("polyline", { points: "23 17 19 21 15 17" }),
112
+ /* @__PURE__ */ n("path", { d: "M19 21V3" })
113
+ ] }), q = (o) => /* @__PURE__ */ e(i, { ...o, children: [
114
+ /* @__PURE__ */ n("polyline", { points: "23 6 13.5 15.5 8.5 10.5 1 18" }),
115
+ /* @__PURE__ */ n("polyline", { points: "17 6 23 6 23 12" })
116
+ ] }), J = (o) => /* @__PURE__ */ e(i, { ...o, children: [
117
+ /* @__PURE__ */ n("polyline", { points: "23 18 13.5 8.5 8.5 13.5 1 6" }),
118
+ /* @__PURE__ */ n("polyline", { points: "17 18 23 18 23 12" })
119
+ ] }), K = (o) => /* @__PURE__ */ e(i, { ...o, children: [
120
+ /* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" }),
121
+ /* @__PURE__ */ n("polyline", { points: "17 8 21 12 17 16" })
122
+ ] }), Q = (o) => /* @__PURE__ */ e(i, { ...o, children: [
123
+ /* @__PURE__ */ n("polyline", { points: "9 10 4 15 9 20" }),
124
+ /* @__PURE__ */ n("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" })
125
+ ] }), W = (o) => /* @__PURE__ */ e(i, { ...o, children: [
126
+ /* @__PURE__ */ n("polyline", { points: "15 10 20 15 15 20" }),
127
+ /* @__PURE__ */ n("path", { d: "M4 4v7a4 4 0 0 0 4 4h12" })
128
+ ] }), X = (o) => /* @__PURE__ */ e(i, { ...o, children: [
129
+ /* @__PURE__ */ n("polyline", { points: "9 14 4 9 9 4" }),
130
+ /* @__PURE__ */ n("path", { d: "M20 20v-7a4 4 0 0 0-4-4H4" })
131
+ ] }), Y = (o) => /* @__PURE__ */ e(i, { ...o, children: [
132
+ /* @__PURE__ */ n("polyline", { points: "15 14 20 9 15 4" }),
133
+ /* @__PURE__ */ n("path", { d: "M4 20v-7a4 4 0 0 1 4-4h12" })
134
+ ] }), Z = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" }) }), _ = (o) => /* @__PURE__ */ n(i, { ...o, children: /* @__PURE__ */ n("path", { d: "M4 14h6v6M20 10h-6V4M14 10l7-7M3 21l7-7" }) }), $ = (o) => /* @__PURE__ */ e(i, { ...o, children: [
135
+ /* @__PURE__ */ n("polyline", { points: "5 9 2 12 5 15" }),
136
+ /* @__PURE__ */ n("polyline", { points: "9 5 12 2 15 5" }),
137
+ /* @__PURE__ */ n("polyline", { points: "15 19 12 22 9 19" }),
138
+ /* @__PURE__ */ n("polyline", { points: "19 9 22 12 19 15" }),
139
+ /* @__PURE__ */ n("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
140
+ /* @__PURE__ */ n("line", { x1: "12", y1: "2", x2: "12", y2: "22" })
141
+ ] }), n1 = (o) => /* @__PURE__ */ e(i, { ...o, children: [
142
+ /* @__PURE__ */ n("polygon", { points: "12 2 2 7 12 12 22 7 12 2" }),
143
+ /* @__PURE__ */ n("polyline", { points: "2 17 12 22 22 17" }),
144
+ /* @__PURE__ */ n("polyline", { points: "2 12 12 17 22 12" })
145
+ ] }), o1 = (o) => /* @__PURE__ */ e(i, { ...o, children: [
146
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "7", height: "7" }),
147
+ /* @__PURE__ */ n("rect", { x: "14", y: "3", width: "7", height: "7" }),
148
+ /* @__PURE__ */ n("rect", { x: "14", y: "14", width: "7", height: "7" }),
149
+ /* @__PURE__ */ n("rect", { x: "3", y: "14", width: "7", height: "7" })
150
+ ] }), i1 = (o) => /* @__PURE__ */ e(i, { ...o, children: [
151
+ /* @__PURE__ */ n("line", { x1: "8", y1: "6", x2: "21", y2: "6" }),
152
+ /* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "21", y2: "12" }),
153
+ /* @__PURE__ */ n("line", { x1: "8", y1: "18", x2: "21", y2: "18" }),
154
+ /* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "3.01", y2: "6" }),
155
+ /* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "3.01", y2: "12" }),
156
+ /* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "3.01", y2: "18" })
157
+ ] }), e1 = (o) => /* @__PURE__ */ e(i, { ...o, children: [
158
+ /* @__PURE__ */ n("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
159
+ /* @__PURE__ */ n("polyline", { points: "15 3 21 3 21 9" }),
160
+ /* @__PURE__ */ n("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
161
+ ] });
162
+ export {
163
+ F as AppsIcon,
164
+ x as ArrowBackIcon,
165
+ a as ArrowCircleDownIcon,
166
+ w as ArrowCircleLeftIcon,
167
+ g as ArrowCircleRightIcon,
168
+ I as ArrowCircleUpIcon,
169
+ r as ArrowDownIcon,
170
+ s as ArrowDownwardIcon,
171
+ d as ArrowForwardIcon,
172
+ p as ArrowLeftIcon,
173
+ y as ArrowRightIcon,
174
+ c as ArrowUpIcon,
175
+ h as ArrowUpwardIcon,
176
+ v as ChevronDownIcon,
177
+ C as ChevronLeftIcon,
178
+ A as ChevronRightIcon,
179
+ M as ChevronUpIcon,
180
+ f as ChevronsDownIcon,
181
+ U as ChevronsLeftIcon,
182
+ m as ChevronsRightIcon,
183
+ L as ChevronsUpIcon,
184
+ S as CloseIcon,
185
+ Q as CornerDownLeftIcon,
186
+ W as CornerDownRightIcon,
187
+ X as CornerUpLeftIcon,
188
+ Y as CornerUpRightIcon,
189
+ E as DashboardIcon,
190
+ H as ExpandLessIcon,
191
+ D as ExpandMoreIcon,
192
+ e1 as ExternalLinkIcon,
193
+ N as FirstPageIcon,
194
+ o1 as GridViewIcon,
195
+ b as HomeIcon,
196
+ T as LastPageIcon,
197
+ n1 as LayersIcon,
198
+ i1 as ListViewIcon,
199
+ Z as MaximizeIcon,
200
+ u as MenuIcon,
201
+ z as MenuOpenIcon,
202
+ _ as MinimizeIcon,
203
+ $ as MoveIcon,
204
+ j as NavigateBeforeIcon,
205
+ k as NavigateNextIcon,
206
+ B as SubdirectoryArrowLeftIcon,
207
+ P as SubdirectoryArrowRightIcon,
208
+ G as SwapHorizIcon,
209
+ O as SwapVertIcon,
210
+ J as TrendingDownIcon,
211
+ K as TrendingFlatIcon,
212
+ q as TrendingUpIcon,
213
+ V as UnfoldLessIcon,
214
+ R as UnfoldMoreIcon
215
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),s=require("../Icon.cjs"),x=c=>n.jsx(s.Icon,{...c,children:n.jsx("polyline",{points:"20 6 9 17 4 12"})}),o=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),n.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]}),e=c=>n.jsx(s.Icon,{...c,fill:"currentColor",stroke:"none",children:n.jsx("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})}),l=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M12 2L3.5 6.5v5c0 4.7 3.6 9.1 8.5 10.5 4.9-1.4 8.5-5.8 8.5-10.5v-5L12 2z"}),n.jsx("polyline",{points:"9 12 11 14 15 10"})]}),i=c=>n.jsx(s.Icon,{...c,children:n.jsx("polyline",{points:"20 6 9 17 4 12"})}),t=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polyline",{points:"18 7 11 14 6 9"}),n.jsx("polyline",{points:"22 7 15 14 13 12"})]}),j=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("path",{d:"m9 12 2 2 4-4"})]}),r=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),n.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),h=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),n.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),I=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),n.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),y=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),d=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),n.jsx("line",{x1:"9",y1:"9",x2:"15",y2:"15"})]}),a=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),p=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]}),M=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),g=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),f=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2z"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),u=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),v=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),L=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),C=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),A=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),O=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),w=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),m=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),n.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),z=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"8",y1:"12",x2:"8.01",y2:"12"}),n.jsx("line",{x1:"12",y1:"12",x2:"12.01",y2:"12"}),n.jsx("line",{x1:"16",y1:"12",x2:"16.01",y2:"12"})]}),V=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("circle",{cx:"17",cy:"17",r:"4"}),n.jsx("line",{x1:"17",y1:"15",x2:"17",y2:"17"}),n.jsx("line",{x1:"17",y1:"17",x2:"19",y2:"17"}),n.jsx("line",{x1:"8",y1:"9",x2:"12",y2:"9"}),n.jsx("line",{x1:"8",y1:"13",x2:"10",y2:"13"})]}),H=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M5 22h14"}),n.jsx("path",{d:"M5 2h14"}),n.jsx("path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22"}),n.jsx("path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"})]}),S=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M5 22h14"}),n.jsx("path",{d:"M5 2h14"}),n.jsx("path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22"}),n.jsx("path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"})]}),b=c=>n.jsxs(s.Icon,{...c,spin:!0,children:[n.jsx("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),n.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),n.jsx("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),n.jsx("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),n.jsx("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),n.jsx("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),n.jsx("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),n.jsx("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"})]}),k=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M12 6V2l-4 4 4 4V6c3.31 0 6 2.69 6 6 0 .79-.15 1.55-.42 2.25l1.52 1.52C19.7 14.57 20 13.33 20 12c0-4.42-3.58-8-8-8z"}),n.jsx("path",{d:"M12 18c-3.31 0-6-2.69-6-6 0-.79.15-1.55.42-2.25L4.9 8.23C4.3 9.43 4 10.67 4 12c0 4.42 3.58 8 8 8v4l4-4-4-4v4z"})]}),T=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"19",r:"2"}),n.jsx("path",{d:"M12 3v10"})]}),D=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M14 5h8"}),n.jsx("path",{d:"M14 10h8"}),n.jsx("path",{d:"M14 15h8"}),n.jsx("path",{d:"M2 5h8"}),n.jsx("path",{d:"M6 5v10l-4 4 4-4"})]}),F=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"}),n.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),n.jsx("line",{x1:"12",y1:"15",x2:"12.01",y2:"15"})]}),P=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"2",y:"5",width:"20",height:"14",rx:"2"}),n.jsx("path",{d:"M7 9v6"}),n.jsx("path",{d:"M7 9h3v3H7"}),n.jsx("path",{d:"M13 15v-6h3l-3 3 3 3"}),n.jsx("path",{d:"M17 9h1v3.5M18 15h-1v-2.5"})]}),B=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10",fill:"currentColor"}),n.jsx("circle",{cx:"12",cy:"12",r:"3",fill:"white"})]}),W=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"12",r:"10"}),n.jsx("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"})]}),R=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),E=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}),n.jsx("polyline",{points:"10 14 12 16 16 12"})]}),N=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})}),q=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})}),U=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}),n.jsx("polyline",{points:"9 12 11 14 15 10"})]}),G=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}),n.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),n.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),J=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2"}),n.jsx("path",{d:"m2 2 20 20"}),n.jsx("path",{d:"M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38"})]}),K=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"})}),Q=c=>n.jsx(s.Icon,{...c,children:n.jsx("path",{d:"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"})}),X=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),n.jsx("line",{x1:"4",y1:"22",x2:"4",y2:"15"})]}),Y=c=>n.jsxs(s.Icon,{...c,fill:"currentColor",children:[n.jsx("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),n.jsx("line",{x1:"4",y1:"22",x2:"4",y2:"15",stroke:"currentColor"})]}),Z=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("circle",{cx:"12",cy:"13",r:"8"}),n.jsx("path",{d:"M12 9v4l2 2"}),n.jsx("path",{d:"M5 3L2 6"}),n.jsx("path",{d:"M22 6l-3-3"}),n.jsx("path",{d:"M12 2v2"})]}),_=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M10 2h4"}),n.jsx("path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7"}),n.jsx("path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2"}),n.jsx("path",{d:"m2 2 20 20"}),n.jsx("path",{d:"M12 12v-2"})]}),$=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M5 12.55a11 11 0 0 1 14.08 0"}),n.jsx("path",{d:"M1.42 9a16 16 0 0 1 21.16 0"}),n.jsx("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),n.jsx("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"})]}),n1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),n.jsx("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),n.jsx("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),n.jsx("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),n.jsx("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),n.jsx("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),n.jsx("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"})]}),c1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M2 20h.01"}),n.jsx("path",{d:"M7 20v-4"}),n.jsx("path",{d:"M12 20v-8"}),n.jsx("path",{d:"M17 20V8"}),n.jsx("path",{d:"M22 4v16"})]}),s1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("path",{d:"M2 20h.01"}),n.jsx("path",{d:"M7 20v-4"})]}),x1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"2",y:"7",width:"16",height:"10",rx:"2"}),n.jsx("path",{d:"M22 11v2"}),n.jsx("rect",{x:"4",y:"9",width:"12",height:"6",fill:"currentColor"})]}),o1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"2",y:"7",width:"16",height:"10",rx:"2"}),n.jsx("path",{d:"M22 11v2"}),n.jsx("rect",{x:"4",y:"9",width:"3",height:"6",fill:"currentColor"})]}),e1=c=>n.jsxs(s.Icon,{...c,children:[n.jsx("rect",{x:"2",y:"7",width:"16",height:"10",rx:"2"}),n.jsx("path",{d:"M22 11v2"}),n.jsx("path",{d:"M10 7l-3 5h4l-3 5"})]});exports.AlertCircleIcon=L;exports.AlertOctagonIcon=C;exports.AlertTriangleIcon=v;exports.AutorenewIcon=k;exports.BatteryChargingIcon=e1;exports.BatteryFullIcon=x1;exports.BatteryLowIcon=o1;exports.BlockIcon=a;exports.CancelIcon=h;exports.CheckCircleFilledIcon=e;exports.CheckCircleIcon=o;exports.CheckIcon=x;exports.CloseIcon=r;exports.CloudDoneIcon=E;exports.CloudOffIcon=R;exports.DoNotDisturbIcon=p;exports.DoneAllIcon=t;exports.DoneIcon=i;exports.ErrorIcon=I;exports.ErrorOutlineIcon=y;exports.FiberNewIcon=P;exports.FlagFilledIcon=Y;exports.FlagIcon=X;exports.HelpIcon=w;exports.HelpOutlineIcon=m;exports.HighlightOffIcon=d;exports.HourglassEmptyIcon=S;exports.HourglassIcon=H;exports.InfoIcon=A;exports.InfoOutlinedIcon=O;exports.LoaderIcon=b;exports.LowPriorityIcon=D;exports.NewReleasesIcon=F;exports.OfflineIcon=W;exports.OnlineIcon=B;exports.PendingActionsIcon=V;exports.PendingIcon=z;exports.PriorityHighIcon=T;exports.ReportIcon=f;exports.ReportProblemIcon=u;exports.SecurityIcon=N;exports.ShieldAlertIcon=G;exports.ShieldCheckIcon=U;exports.ShieldIcon=q;exports.ShieldOffIcon=J;exports.SignalIcon=c1;exports.SignalLowIcon=s1;exports.TaskAltIcon=j;exports.ThumbDownIcon=Q;exports.ThumbUpIcon=K;exports.TimerIcon=Z;exports.TimerOffIcon=_;exports.VerifiedIcon=l;exports.WarningAmberIcon=g;exports.WarningIcon=M;exports.WifiIcon=$;exports.WifiOffIcon=n1;
@@ -0,0 +1,61 @@
1
+ import { FC } from 'react';
2
+ import { IconProps } from '../Icon.types';
3
+ type IconComponent = FC<Omit<IconProps, 'children'>>;
4
+ export declare const CheckIcon: IconComponent;
5
+ export declare const CheckCircleIcon: IconComponent;
6
+ export declare const CheckCircleFilledIcon: IconComponent;
7
+ export declare const VerifiedIcon: IconComponent;
8
+ export declare const DoneIcon: IconComponent;
9
+ export declare const DoneAllIcon: IconComponent;
10
+ export declare const TaskAltIcon: IconComponent;
11
+ export declare const CloseIcon: IconComponent;
12
+ export declare const CancelIcon: IconComponent;
13
+ export declare const ErrorIcon: IconComponent;
14
+ export declare const ErrorOutlineIcon: IconComponent;
15
+ export declare const HighlightOffIcon: IconComponent;
16
+ export declare const BlockIcon: IconComponent;
17
+ export declare const DoNotDisturbIcon: IconComponent;
18
+ export declare const WarningIcon: IconComponent;
19
+ export declare const WarningAmberIcon: IconComponent;
20
+ export declare const ReportIcon: IconComponent;
21
+ export declare const ReportProblemIcon: IconComponent;
22
+ export declare const AlertTriangleIcon: IconComponent;
23
+ export declare const AlertCircleIcon: IconComponent;
24
+ export declare const AlertOctagonIcon: IconComponent;
25
+ export declare const InfoIcon: IconComponent;
26
+ export declare const InfoOutlinedIcon: IconComponent;
27
+ export declare const HelpIcon: IconComponent;
28
+ export declare const HelpOutlineIcon: IconComponent;
29
+ export declare const PendingIcon: IconComponent;
30
+ export declare const PendingActionsIcon: IconComponent;
31
+ export declare const HourglassIcon: IconComponent;
32
+ export declare const HourglassEmptyIcon: IconComponent;
33
+ export declare const LoaderIcon: IconComponent;
34
+ export declare const AutorenewIcon: IconComponent;
35
+ export declare const PriorityHighIcon: IconComponent;
36
+ export declare const LowPriorityIcon: IconComponent;
37
+ export declare const NewReleasesIcon: IconComponent;
38
+ export declare const FiberNewIcon: IconComponent;
39
+ export declare const OnlineIcon: IconComponent;
40
+ export declare const OfflineIcon: IconComponent;
41
+ export declare const CloudOffIcon: IconComponent;
42
+ export declare const CloudDoneIcon: IconComponent;
43
+ export declare const SecurityIcon: IconComponent;
44
+ export declare const ShieldIcon: IconComponent;
45
+ export declare const ShieldCheckIcon: IconComponent;
46
+ export declare const ShieldAlertIcon: IconComponent;
47
+ export declare const ShieldOffIcon: IconComponent;
48
+ export declare const ThumbUpIcon: IconComponent;
49
+ export declare const ThumbDownIcon: IconComponent;
50
+ export declare const FlagIcon: IconComponent;
51
+ export declare const FlagFilledIcon: IconComponent;
52
+ export declare const TimerIcon: IconComponent;
53
+ export declare const TimerOffIcon: IconComponent;
54
+ export declare const WifiIcon: IconComponent;
55
+ export declare const WifiOffIcon: IconComponent;
56
+ export declare const SignalIcon: IconComponent;
57
+ export declare const SignalLowIcon: IconComponent;
58
+ export declare const BatteryFullIcon: IconComponent;
59
+ export declare const BatteryLowIcon: IconComponent;
60
+ export declare const BatteryChargingIcon: IconComponent;
61
+ export {};
@@ -0,0 +1,271 @@
1
+ import { jsxs as e, jsx as c } from "react/jsx-runtime";
2
+ import { Icon as l } from "../Icon.js";
3
+ const h = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("polyline", { points: "20 6 9 17 4 12" }) }), o = (n) => /* @__PURE__ */ e(l, { ...n, children: [
4
+ /* @__PURE__ */ c("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }),
5
+ /* @__PURE__ */ c("polyline", { points: "22 4 12 14.01 9 11.01" })
6
+ ] }), r = (n) => /* @__PURE__ */ c(l, { ...n, fill: "currentColor", stroke: "none", children: /* @__PURE__ */ c("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" }) }), y = (n) => /* @__PURE__ */ e(l, { ...n, children: [
7
+ /* @__PURE__ */ c("path", { d: "M12 2L3.5 6.5v5c0 4.7 3.6 9.1 8.5 10.5 4.9-1.4 8.5-5.8 8.5-10.5v-5L12 2z" }),
8
+ /* @__PURE__ */ c("polyline", { points: "9 12 11 14 15 10" })
9
+ ] }), d = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("polyline", { points: "20 6 9 17 4 12" }) }), x = (n) => /* @__PURE__ */ e(l, { ...n, children: [
10
+ /* @__PURE__ */ c("polyline", { points: "18 7 11 14 6 9" }),
11
+ /* @__PURE__ */ c("polyline", { points: "22 7 15 14 13 12" })
12
+ ] }), a = (n) => /* @__PURE__ */ e(l, { ...n, children: [
13
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
14
+ /* @__PURE__ */ c("path", { d: "m9 12 2 2 4-4" })
15
+ ] }), p = (n) => /* @__PURE__ */ e(l, { ...n, children: [
16
+ /* @__PURE__ */ c("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
17
+ /* @__PURE__ */ c("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
18
+ ] }), s = (n) => /* @__PURE__ */ e(l, { ...n, children: [
19
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
20
+ /* @__PURE__ */ c("line", { x1: "15", y1: "9", x2: "9", y2: "15" }),
21
+ /* @__PURE__ */ c("line", { x1: "9", y1: "9", x2: "15", y2: "15" })
22
+ ] }), M = (n) => /* @__PURE__ */ e(l, { ...n, children: [
23
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
24
+ /* @__PURE__ */ c("line", { x1: "15", y1: "9", x2: "9", y2: "15" }),
25
+ /* @__PURE__ */ c("line", { x1: "9", y1: "9", x2: "15", y2: "15" })
26
+ ] }), I = (n) => /* @__PURE__ */ e(l, { ...n, children: [
27
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
28
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
29
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
30
+ ] }), v = (n) => /* @__PURE__ */ e(l, { ...n, children: [
31
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
32
+ /* @__PURE__ */ c("line", { x1: "15", y1: "9", x2: "9", y2: "15" }),
33
+ /* @__PURE__ */ c("line", { x1: "9", y1: "9", x2: "15", y2: "15" })
34
+ ] }), L = (n) => /* @__PURE__ */ e(l, { ...n, children: [
35
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
36
+ /* @__PURE__ */ c("line", { x1: "4.93", y1: "4.93", x2: "19.07", y2: "19.07" })
37
+ ] }), f = (n) => /* @__PURE__ */ e(l, { ...n, children: [
38
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
39
+ /* @__PURE__ */ c("line", { x1: "8", y1: "12", x2: "16", y2: "12" })
40
+ ] }), g = (n) => /* @__PURE__ */ e(l, { ...n, children: [
41
+ /* @__PURE__ */ c("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }),
42
+ /* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "13" }),
43
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
44
+ ] }), C = (n) => /* @__PURE__ */ e(l, { ...n, children: [
45
+ /* @__PURE__ */ c("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }),
46
+ /* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "13" }),
47
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
48
+ ] }), u = (n) => /* @__PURE__ */ e(l, { ...n, children: [
49
+ /* @__PURE__ */ c("path", { d: "M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2z" }),
50
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
51
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
52
+ ] }), z = (n) => /* @__PURE__ */ e(l, { ...n, children: [
53
+ /* @__PURE__ */ c("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }),
54
+ /* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "13" }),
55
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
56
+ ] }), V = (n) => /* @__PURE__ */ e(l, { ...n, children: [
57
+ /* @__PURE__ */ c("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }),
58
+ /* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "13" }),
59
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
60
+ ] }), A = (n) => /* @__PURE__ */ e(l, { ...n, children: [
61
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
62
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
63
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
64
+ ] }), m = (n) => /* @__PURE__ */ e(l, { ...n, children: [
65
+ /* @__PURE__ */ c("polygon", { points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2" }),
66
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
67
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
68
+ ] }), w = (n) => /* @__PURE__ */ e(l, { ...n, children: [
69
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
70
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12", y2: "12" }),
71
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12.01", y2: "8" })
72
+ ] }), H = (n) => /* @__PURE__ */ e(l, { ...n, children: [
73
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
74
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12", y2: "12" }),
75
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12.01", y2: "8" })
76
+ ] }), O = (n) => /* @__PURE__ */ e(l, { ...n, children: [
77
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
78
+ /* @__PURE__ */ c("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
79
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
80
+ ] }), k = (n) => /* @__PURE__ */ e(l, { ...n, children: [
81
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
82
+ /* @__PURE__ */ c("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
83
+ /* @__PURE__ */ c("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })
84
+ ] }), S = (n) => /* @__PURE__ */ e(l, { ...n, children: [
85
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
86
+ /* @__PURE__ */ c("line", { x1: "8", y1: "12", x2: "8.01", y2: "12" }),
87
+ /* @__PURE__ */ c("line", { x1: "12", y1: "12", x2: "12.01", y2: "12" }),
88
+ /* @__PURE__ */ c("line", { x1: "16", y1: "12", x2: "16.01", y2: "12" })
89
+ ] }), b = (n) => /* @__PURE__ */ e(l, { ...n, children: [
90
+ /* @__PURE__ */ c("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
91
+ /* @__PURE__ */ c("circle", { cx: "17", cy: "17", r: "4" }),
92
+ /* @__PURE__ */ c("line", { x1: "17", y1: "15", x2: "17", y2: "17" }),
93
+ /* @__PURE__ */ c("line", { x1: "17", y1: "17", x2: "19", y2: "17" }),
94
+ /* @__PURE__ */ c("line", { x1: "8", y1: "9", x2: "12", y2: "9" }),
95
+ /* @__PURE__ */ c("line", { x1: "8", y1: "13", x2: "10", y2: "13" })
96
+ ] }), D = (n) => /* @__PURE__ */ e(l, { ...n, children: [
97
+ /* @__PURE__ */ c("path", { d: "M5 22h14" }),
98
+ /* @__PURE__ */ c("path", { d: "M5 2h14" }),
99
+ /* @__PURE__ */ c("path", { d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22" }),
100
+ /* @__PURE__ */ c("path", { d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" })
101
+ ] }), F = (n) => /* @__PURE__ */ e(l, { ...n, children: [
102
+ /* @__PURE__ */ c("path", { d: "M5 22h14" }),
103
+ /* @__PURE__ */ c("path", { d: "M5 2h14" }),
104
+ /* @__PURE__ */ c("path", { d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22" }),
105
+ /* @__PURE__ */ c("path", { d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" })
106
+ ] }), T = (n) => /* @__PURE__ */ e(l, { ...n, spin: !0, children: [
107
+ /* @__PURE__ */ c("line", { x1: "12", y1: "2", x2: "12", y2: "6" }),
108
+ /* @__PURE__ */ c("line", { x1: "12", y1: "18", x2: "12", y2: "22" }),
109
+ /* @__PURE__ */ c("line", { x1: "4.93", y1: "4.93", x2: "7.76", y2: "7.76" }),
110
+ /* @__PURE__ */ c("line", { x1: "16.24", y1: "16.24", x2: "19.07", y2: "19.07" }),
111
+ /* @__PURE__ */ c("line", { x1: "2", y1: "12", x2: "6", y2: "12" }),
112
+ /* @__PURE__ */ c("line", { x1: "18", y1: "12", x2: "22", y2: "12" }),
113
+ /* @__PURE__ */ c("line", { x1: "4.93", y1: "19.07", x2: "7.76", y2: "16.24" }),
114
+ /* @__PURE__ */ c("line", { x1: "16.24", y1: "7.76", x2: "19.07", y2: "4.93" })
115
+ ] }), P = (n) => /* @__PURE__ */ e(l, { ...n, children: [
116
+ /* @__PURE__ */ c("path", { d: "M12 6V2l-4 4 4 4V6c3.31 0 6 2.69 6 6 0 .79-.15 1.55-.42 2.25l1.52 1.52C19.7 14.57 20 13.33 20 12c0-4.42-3.58-8-8-8z" }),
117
+ /* @__PURE__ */ c("path", { d: "M12 18c-3.31 0-6-2.69-6-6 0-.79.15-1.55.42-2.25L4.9 8.23C4.3 9.43 4 10.67 4 12c0 4.42 3.58 8 8 8v4l4-4-4-4v4z" })
118
+ ] }), B = (n) => /* @__PURE__ */ e(l, { ...n, children: [
119
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "19", r: "2" }),
120
+ /* @__PURE__ */ c("path", { d: "M12 3v10" })
121
+ ] }), W = (n) => /* @__PURE__ */ e(l, { ...n, children: [
122
+ /* @__PURE__ */ c("path", { d: "M14 5h8" }),
123
+ /* @__PURE__ */ c("path", { d: "M14 10h8" }),
124
+ /* @__PURE__ */ c("path", { d: "M14 15h8" }),
125
+ /* @__PURE__ */ c("path", { d: "M2 5h8" }),
126
+ /* @__PURE__ */ c("path", { d: "M6 5v10l-4 4 4-4" })
127
+ ] }), E = (n) => /* @__PURE__ */ e(l, { ...n, children: [
128
+ /* @__PURE__ */ c("path", { d: "M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z" }),
129
+ /* @__PURE__ */ c("line", { x1: "12", y1: "9", x2: "12", y2: "13" }),
130
+ /* @__PURE__ */ c("line", { x1: "12", y1: "15", x2: "12.01", y2: "15" })
131
+ ] }), N = (n) => /* @__PURE__ */ e(l, { ...n, children: [
132
+ /* @__PURE__ */ c("rect", { x: "2", y: "5", width: "20", height: "14", rx: "2" }),
133
+ /* @__PURE__ */ c("path", { d: "M7 9v6" }),
134
+ /* @__PURE__ */ c("path", { d: "M7 9h3v3H7" }),
135
+ /* @__PURE__ */ c("path", { d: "M13 15v-6h3l-3 3 3 3" }),
136
+ /* @__PURE__ */ c("path", { d: "M17 9h1v3.5M18 15h-1v-2.5" })
137
+ ] }), R = (n) => /* @__PURE__ */ e(l, { ...n, children: [
138
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10", fill: "currentColor" }),
139
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "3", fill: "white" })
140
+ ] }), j = (n) => /* @__PURE__ */ e(l, { ...n, children: [
141
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "10" }),
142
+ /* @__PURE__ */ c("line", { x1: "4.93", y1: "4.93", x2: "19.07", y2: "19.07" })
143
+ ] }), U = (n) => /* @__PURE__ */ e(l, { ...n, children: [
144
+ /* @__PURE__ */ c("path", { d: "M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3" }),
145
+ /* @__PURE__ */ c("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
146
+ ] }), q = (n) => /* @__PURE__ */ e(l, { ...n, children: [
147
+ /* @__PURE__ */ c("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }),
148
+ /* @__PURE__ */ c("polyline", { points: "10 14 12 16 16 12" })
149
+ ] }), G = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }) }), J = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }) }), K = (n) => /* @__PURE__ */ e(l, { ...n, children: [
150
+ /* @__PURE__ */ c("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }),
151
+ /* @__PURE__ */ c("polyline", { points: "9 12 11 14 15 10" })
152
+ ] }), Q = (n) => /* @__PURE__ */ e(l, { ...n, children: [
153
+ /* @__PURE__ */ c("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }),
154
+ /* @__PURE__ */ c("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
155
+ /* @__PURE__ */ c("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
156
+ ] }), X = (n) => /* @__PURE__ */ e(l, { ...n, children: [
157
+ /* @__PURE__ */ c("path", { d: "M19.7 14a6.9 6.9 0 0 0 .3-2V5l-8-3-3.2 1.2" }),
158
+ /* @__PURE__ */ c("path", { d: "m2 2 20 20" }),
159
+ /* @__PURE__ */ c("path", { d: "M4.7 4.7 4 5v7c0 6 8 10 8 10a20.3 20.3 0 0 0 5.62-4.38" })
160
+ ] }), Y = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3" }) }), Z = (n) => /* @__PURE__ */ c(l, { ...n, children: /* @__PURE__ */ c("path", { d: "M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17" }) }), _ = (n) => /* @__PURE__ */ e(l, { ...n, children: [
161
+ /* @__PURE__ */ c("path", { d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" }),
162
+ /* @__PURE__ */ c("line", { x1: "4", y1: "22", x2: "4", y2: "15" })
163
+ ] }), $ = (n) => /* @__PURE__ */ e(l, { ...n, fill: "currentColor", children: [
164
+ /* @__PURE__ */ c("path", { d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" }),
165
+ /* @__PURE__ */ c("line", { x1: "4", y1: "22", x2: "4", y2: "15", stroke: "currentColor" })
166
+ ] }), c1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
167
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "13", r: "8" }),
168
+ /* @__PURE__ */ c("path", { d: "M12 9v4l2 2" }),
169
+ /* @__PURE__ */ c("path", { d: "M5 3L2 6" }),
170
+ /* @__PURE__ */ c("path", { d: "M22 6l-3-3" }),
171
+ /* @__PURE__ */ c("path", { d: "M12 2v2" })
172
+ ] }), n1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
173
+ /* @__PURE__ */ c("path", { d: "M10 2h4" }),
174
+ /* @__PURE__ */ c("path", { d: "M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7" }),
175
+ /* @__PURE__ */ c("path", { d: "M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2" }),
176
+ /* @__PURE__ */ c("path", { d: "m2 2 20 20" }),
177
+ /* @__PURE__ */ c("path", { d: "M12 12v-2" })
178
+ ] }), l1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
179
+ /* @__PURE__ */ c("path", { d: "M5 12.55a11 11 0 0 1 14.08 0" }),
180
+ /* @__PURE__ */ c("path", { d: "M1.42 9a16 16 0 0 1 21.16 0" }),
181
+ /* @__PURE__ */ c("path", { d: "M8.53 16.11a6 6 0 0 1 6.95 0" }),
182
+ /* @__PURE__ */ c("line", { x1: "12", y1: "20", x2: "12.01", y2: "20" })
183
+ ] }), e1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
184
+ /* @__PURE__ */ c("line", { x1: "1", y1: "1", x2: "23", y2: "23" }),
185
+ /* @__PURE__ */ c("path", { d: "M16.72 11.06A10.94 10.94 0 0 1 19 12.55" }),
186
+ /* @__PURE__ */ c("path", { d: "M5 12.55a10.94 10.94 0 0 1 5.17-2.39" }),
187
+ /* @__PURE__ */ c("path", { d: "M10.71 5.05A16 16 0 0 1 22.58 9" }),
188
+ /* @__PURE__ */ c("path", { d: "M1.42 9a15.91 15.91 0 0 1 4.7-2.88" }),
189
+ /* @__PURE__ */ c("path", { d: "M8.53 16.11a6 6 0 0 1 6.95 0" }),
190
+ /* @__PURE__ */ c("line", { x1: "12", y1: "20", x2: "12.01", y2: "20" })
191
+ ] }), i1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
192
+ /* @__PURE__ */ c("path", { d: "M2 20h.01" }),
193
+ /* @__PURE__ */ c("path", { d: "M7 20v-4" }),
194
+ /* @__PURE__ */ c("path", { d: "M12 20v-8" }),
195
+ /* @__PURE__ */ c("path", { d: "M17 20V8" }),
196
+ /* @__PURE__ */ c("path", { d: "M22 4v16" })
197
+ ] }), t1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
198
+ /* @__PURE__ */ c("path", { d: "M2 20h.01" }),
199
+ /* @__PURE__ */ c("path", { d: "M7 20v-4" })
200
+ ] }), h1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
201
+ /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "16", height: "10", rx: "2" }),
202
+ /* @__PURE__ */ c("path", { d: "M22 11v2" }),
203
+ /* @__PURE__ */ c("rect", { x: "4", y: "9", width: "12", height: "6", fill: "currentColor" })
204
+ ] }), o1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
205
+ /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "16", height: "10", rx: "2" }),
206
+ /* @__PURE__ */ c("path", { d: "M22 11v2" }),
207
+ /* @__PURE__ */ c("rect", { x: "4", y: "9", width: "3", height: "6", fill: "currentColor" })
208
+ ] }), r1 = (n) => /* @__PURE__ */ e(l, { ...n, children: [
209
+ /* @__PURE__ */ c("rect", { x: "2", y: "7", width: "16", height: "10", rx: "2" }),
210
+ /* @__PURE__ */ c("path", { d: "M22 11v2" }),
211
+ /* @__PURE__ */ c("path", { d: "M10 7l-3 5h4l-3 5" })
212
+ ] });
213
+ export {
214
+ A as AlertCircleIcon,
215
+ m as AlertOctagonIcon,
216
+ V as AlertTriangleIcon,
217
+ P as AutorenewIcon,
218
+ r1 as BatteryChargingIcon,
219
+ h1 as BatteryFullIcon,
220
+ o1 as BatteryLowIcon,
221
+ L as BlockIcon,
222
+ s as CancelIcon,
223
+ r as CheckCircleFilledIcon,
224
+ o as CheckCircleIcon,
225
+ h as CheckIcon,
226
+ p as CloseIcon,
227
+ q as CloudDoneIcon,
228
+ U as CloudOffIcon,
229
+ f as DoNotDisturbIcon,
230
+ x as DoneAllIcon,
231
+ d as DoneIcon,
232
+ M as ErrorIcon,
233
+ I as ErrorOutlineIcon,
234
+ N as FiberNewIcon,
235
+ $ as FlagFilledIcon,
236
+ _ as FlagIcon,
237
+ O as HelpIcon,
238
+ k as HelpOutlineIcon,
239
+ v as HighlightOffIcon,
240
+ F as HourglassEmptyIcon,
241
+ D as HourglassIcon,
242
+ w as InfoIcon,
243
+ H as InfoOutlinedIcon,
244
+ T as LoaderIcon,
245
+ W as LowPriorityIcon,
246
+ E as NewReleasesIcon,
247
+ j as OfflineIcon,
248
+ R as OnlineIcon,
249
+ b as PendingActionsIcon,
250
+ S as PendingIcon,
251
+ B as PriorityHighIcon,
252
+ u as ReportIcon,
253
+ z as ReportProblemIcon,
254
+ G as SecurityIcon,
255
+ Q as ShieldAlertIcon,
256
+ K as ShieldCheckIcon,
257
+ J as ShieldIcon,
258
+ X as ShieldOffIcon,
259
+ i1 as SignalIcon,
260
+ t1 as SignalLowIcon,
261
+ a as TaskAltIcon,
262
+ Z as ThumbDownIcon,
263
+ Y as ThumbUpIcon,
264
+ c1 as TimerIcon,
265
+ n1 as TimerOffIcon,
266
+ y as VerifiedIcon,
267
+ C as WarningAmberIcon,
268
+ g as WarningIcon,
269
+ l1 as WifiIcon,
270
+ e1 as WifiOffIcon
271
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");const c=require("./icons/action.cjs"),o=require("./icons/navigation.cjs"),t=require("./icons/content.cjs"),r=require("./icons/communication.cjs"),n=require("./icons/status.cjs"),i=require("./icons/media.cjs"),s=require("./icons/editor.cjs"),e=require("./icons/misc.cjs"),u=n.CheckIcon,a=o.ChevronDownIcon,I=e.XIcon,q={...c,...o,...t,...r,...n,...i,...s,...e,Action:c,Navigation:o,Content:t,Communication:r,Status:n,Media:i,Editor:s,Misc:e};exports.BearIcons=q;exports.CheckIcon=u;exports.ChevronDownIcon=a;exports.XIcon=I;