@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,184 @@
1
+ import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
+ import { Icon as c } from "../Icon.js";
3
+ const l = (n) => /* @__PURE__ */ h(c, { ...n, children: [
4
+ /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
5
+ /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" })
6
+ ] }), e = (n) => /* @__PURE__ */ h(c, { ...n, children: [
7
+ /* @__PURE__ */ a("path", { d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z" }),
8
+ /* @__PURE__ */ a("path", { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" })
9
+ ] }), i = (n) => /* @__PURE__ */ h(c, { ...n, children: [
10
+ /* @__PURE__ */ a("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
11
+ /* @__PURE__ */ a("path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
12
+ ] }), d = (n) => /* @__PURE__ */ h(c, { ...n, children: [
13
+ /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
14
+ /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" }),
15
+ /* @__PURE__ */ a("polyline", { points: "9 16 11 18 15 14" })
16
+ ] }), p = (n) => /* @__PURE__ */ h(c, { ...n, children: [
17
+ /* @__PURE__ */ a("path", { d: "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" }),
18
+ /* @__PURE__ */ a("polyline", { points: "22,6 12,13 2,6" }),
19
+ /* @__PURE__ */ a("polyline", { points: "15 14 18 17 21 14" })
20
+ ] }), s = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), r = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), M = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), y = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), x = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }), I = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" }) }), v = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9a1.994 1.994 0 0 1-1.414-.586m0 0L11 14h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l.586-.586Z" }) }), A = (n) => /* @__PURE__ */ h(c, { ...n, children: [
21
+ /* @__PURE__ */ a("path", { d: "M17 8h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v4l-4-4H9" }),
22
+ /* @__PURE__ */ a("path", { d: "M15 4H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v4l4-4h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z" })
23
+ ] }), m = (n) => /* @__PURE__ */ h(c, { ...n, children: [
24
+ /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
25
+ /* @__PURE__ */ a("line", { x1: "8", y1: "9", x2: "16", y2: "9" }),
26
+ /* @__PURE__ */ a("line", { x1: "8", y1: "13", x2: "14", y2: "13" })
27
+ ] }), H = (n) => /* @__PURE__ */ h(c, { ...n, children: [
28
+ /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
29
+ /* @__PURE__ */ a("line", { x1: "12", y1: "8", x2: "12", y2: "14" }),
30
+ /* @__PURE__ */ a("line", { x1: "9", y1: "11", x2: "15", y2: "11" })
31
+ ] }), z = (n) => /* @__PURE__ */ h(c, { ...n, children: [
32
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
33
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
34
+ ] }), V = (n) => /* @__PURE__ */ h(c, { ...n, children: [
35
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
36
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
37
+ /* @__PURE__ */ a("path", { d: "M2 8c0-2.2.7-4.3 2-6" }),
38
+ /* @__PURE__ */ a("path", { d: "M22 8a10 10 0 0 0-2-6" })
39
+ ] }), f = (n) => /* @__PURE__ */ h(c, { ...n, children: [
40
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
41
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
42
+ /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
43
+ ] }), g = (n) => /* @__PURE__ */ h(c, { ...n, children: [
44
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
45
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
46
+ ] }), C = (n) => /* @__PURE__ */ h(c, { ...n, children: [
47
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
48
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
49
+ ] }), L = (n) => /* @__PURE__ */ h(c, { ...n, children: [
50
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
51
+ /* @__PURE__ */ a("path", { d: "M18.63 13A17.89 17.89 0 0 1 18 8" }),
52
+ /* @__PURE__ */ a("path", { d: "M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14" }),
53
+ /* @__PURE__ */ a("path", { d: "M18 8a6 6 0 0 0-9.33-5" }),
54
+ /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
55
+ ] }), u = (n) => /* @__PURE__ */ h(c, { ...n, children: [
56
+ /* @__PURE__ */ a("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }),
57
+ /* @__PURE__ */ a("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
58
+ /* @__PURE__ */ a("line", { x1: "19", y1: "2", x2: "19", y2: "8" }),
59
+ /* @__PURE__ */ a("line", { x1: "22", y1: "5", x2: "16", y2: "5" })
60
+ ] }), w = (n) => /* @__PURE__ */ a(c, { ...n, children: /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }) }), O = (n) => /* @__PURE__ */ h(c, { ...n, children: [
61
+ /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }),
62
+ /* @__PURE__ */ a("path", { d: "M14.05 2a9 9 0 0 1 8 7.94" }),
63
+ /* @__PURE__ */ a("path", { d: "M14.05 6A5 5 0 0 1 18 10" })
64
+ ] }), P = (n) => /* @__PURE__ */ h(c, { ...n, children: [
65
+ /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" }),
66
+ /* @__PURE__ */ a("path", { d: "M14.05 2a9 9 0 0 1 8 7.94" }),
67
+ /* @__PURE__ */ a("path", { d: "M14.05 6A5 5 0 0 1 18 10" })
68
+ ] }), b = (n) => /* @__PURE__ */ h(c, { ...n, children: [
69
+ /* @__PURE__ */ a("path", { d: "M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91" }),
70
+ /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
71
+ ] }), B = (n) => /* @__PURE__ */ h(c, { ...n, children: [
72
+ /* @__PURE__ */ a("line", { x1: "23", y1: "1", x2: "17", y2: "7" }),
73
+ /* @__PURE__ */ a("line", { x1: "17", y1: "1", x2: "23", y2: "7" }),
74
+ /* @__PURE__ */ a("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" })
75
+ ] }), N = (n) => /* @__PURE__ */ h(c, { ...n, children: [
76
+ /* @__PURE__ */ a("path", { d: "M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2" }),
77
+ /* @__PURE__ */ a("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }),
78
+ /* @__PURE__ */ a("circle", { cx: "12", cy: "10", r: "2" }),
79
+ /* @__PURE__ */ a("line", { x1: "8", y1: "2", x2: "8", y2: "4" }),
80
+ /* @__PURE__ */ a("line", { x1: "16", y1: "2", x2: "16", y2: "4" })
81
+ ] }), R = (n) => /* @__PURE__ */ h(c, { ...n, children: [
82
+ /* @__PURE__ */ a("path", { d: "M16 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" }),
83
+ /* @__PURE__ */ a("path", { d: "M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4s8 1.79 8 4" }),
84
+ /* @__PURE__ */ a("path", { d: "M21 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1Z" }),
85
+ /* @__PURE__ */ a("path", { d: "m15 12 3 2 3-2" })
86
+ ] }), Z = (n) => /* @__PURE__ */ h(c, { ...n, children: [
87
+ /* @__PURE__ */ a("circle", { cx: "10", cy: "8", r: "4" }),
88
+ /* @__PURE__ */ a("path", { d: "M16 20H4a2 2 0 0 1-2-2v-2c0-2.21 3.58-4 8-4" }),
89
+ /* @__PURE__ */ a("path", { d: "M21.5 17.5c-.08.67-.52 1.24-1.15 1.5-.63.25-1.35.1-1.85-.4l-.5-.5c-.2-.2-.5-.2-.7 0l-1 1c-.2.2-.2.5 0 .7l.5.5c.5.5.65 1.22.4 1.85-.26.63-.83 1.07-1.5 1.15-.83.1-1.7-.48-1.7-1.3v-1c0-4.42 3.58-8 8-8h1c.82 0 1.4.87 1.3 1.7Z" })
90
+ ] }), F = (n) => /* @__PURE__ */ h(c, { ...n, children: [
91
+ /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
92
+ /* @__PURE__ */ a("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
93
+ /* @__PURE__ */ a("line", { x1: "12", y1: "14", x2: "12.01", y2: "14" })
94
+ ] }), S = (n) => /* @__PURE__ */ h(c, { ...n, children: [
95
+ /* @__PURE__ */ a("path", { d: "m3 11 18-5v12L3 13v-2z" }),
96
+ /* @__PURE__ */ a("path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" })
97
+ ] }), j = (n) => /* @__PURE__ */ h(c, { ...n, children: [
98
+ /* @__PURE__ */ a("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
99
+ /* @__PURE__ */ a("line", { x1: "9", y1: "10", x2: "9.01", y2: "10" }),
100
+ /* @__PURE__ */ a("line", { x1: "12", y1: "10", x2: "12.01", y2: "10" }),
101
+ /* @__PURE__ */ a("line", { x1: "15", y1: "10", x2: "15.01", y2: "10" })
102
+ ] }), k = (n) => /* @__PURE__ */ h(c, { ...n, children: [
103
+ /* @__PURE__ */ a("polygon", { points: "23 7 16 12 23 17 23 7" }),
104
+ /* @__PURE__ */ a("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
105
+ ] }), E = (n) => /* @__PURE__ */ h(c, { ...n, children: [
106
+ /* @__PURE__ */ a("polygon", { points: "23 7 16 12 23 17 23 7" }),
107
+ /* @__PURE__ */ a("rect", { x: "1", y: "5", width: "15", height: "14", rx: "2", ry: "2" })
108
+ ] }), T = (n) => /* @__PURE__ */ h(c, { ...n, children: [
109
+ /* @__PURE__ */ a("path", { d: "M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10" }),
110
+ /* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
111
+ ] }), q = (n) => /* @__PURE__ */ h(c, { ...n, children: [
112
+ /* @__PURE__ */ a("polyline", { points: "9 17 4 12 9 7" }),
113
+ /* @__PURE__ */ a("path", { d: "M20 18v-2a4 4 0 0 0-4-4H4" })
114
+ ] }), Q = (n) => /* @__PURE__ */ h(c, { ...n, children: [
115
+ /* @__PURE__ */ a("polyline", { points: "7 17 2 12 7 7" }),
116
+ /* @__PURE__ */ a("polyline", { points: "12 17 7 12 12 7" }),
117
+ /* @__PURE__ */ a("path", { d: "M22 18v-2a4 4 0 0 0-4-4H7" })
118
+ ] }), D = (n) => /* @__PURE__ */ h(c, { ...n, children: [
119
+ /* @__PURE__ */ a("polyline", { points: "15 17 20 12 15 7" }),
120
+ /* @__PURE__ */ a("path", { d: "M4 18v-2a4 4 0 0 1 4-4h12" })
121
+ ] }), G = (n) => /* @__PURE__ */ h(c, { ...n, children: [
122
+ /* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "4" }),
123
+ /* @__PURE__ */ a("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
124
+ ] }), J = (n) => /* @__PURE__ */ h(c, { ...n, children: [
125
+ /* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "4" }),
126
+ /* @__PURE__ */ a("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
127
+ ] }), K = (n) => /* @__PURE__ */ h(c, { ...n, children: [
128
+ /* @__PURE__ */ a("path", { d: "M4 11a9 9 0 0 1 9 9" }),
129
+ /* @__PURE__ */ a("path", { d: "M4 4a16 16 0 0 1 16 16" }),
130
+ /* @__PURE__ */ a("circle", { cx: "5", cy: "19", r: "1" })
131
+ ] }), U = (n) => /* @__PURE__ */ h(c, { ...n, children: [
132
+ /* @__PURE__ */ a("path", { d: "M4 11a9 9 0 0 1 9 9" }),
133
+ /* @__PURE__ */ a("path", { d: "M4 4a16 16 0 0 1 16 16" }),
134
+ /* @__PURE__ */ a("circle", { cx: "5", cy: "19", r: "1" })
135
+ ] }), W = (n) => /* @__PURE__ */ h(c, { ...n, children: [
136
+ /* @__PURE__ */ a("path", { d: "m3 11 18-5v12L3 13v-2z" }),
137
+ /* @__PURE__ */ a("path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" })
138
+ ] });
139
+ export {
140
+ J as AlternateEmailIcon,
141
+ F as AnnouncementIcon,
142
+ G as AtSignIcon,
143
+ C as BellIcon,
144
+ L as BellOffIcon,
145
+ u as BellPlusIcon,
146
+ S as CampaignIcon,
147
+ r as ChatBubbleIcon,
148
+ M as ChatBubbleOutlineIcon,
149
+ s as ChatIcon,
150
+ H as CommentAddIcon,
151
+ m as CommentIcon,
152
+ R as ContactMailIcon,
153
+ Z as ContactPhoneIcon,
154
+ N as ContactsIcon,
155
+ v as ForumIcon,
156
+ D as ForwardIcon,
157
+ p as ForwardToInboxIcon,
158
+ l as MailIcon,
159
+ e as MailOpenIcon,
160
+ i as MailOutlineIcon,
161
+ d as MarkEmailReadIcon,
162
+ W as MegaphoneIcon,
163
+ I as MessageCircleIcon,
164
+ y as MessageIcon,
165
+ x as MessageSquareIcon,
166
+ V as NotificationsActiveIcon,
167
+ z as NotificationsIcon,
168
+ g as NotificationsNoneIcon,
169
+ f as NotificationsOffIcon,
170
+ P as PhoneCallIcon,
171
+ w as PhoneIcon,
172
+ O as PhoneInTalkIcon,
173
+ B as PhoneMissedIcon,
174
+ b as PhoneOffIcon,
175
+ A as QuestionAnswerIcon,
176
+ Q as ReplyAllIcon,
177
+ q as ReplyIcon,
178
+ U as RssFeedIcon,
179
+ K as RssIcon,
180
+ j as SmsIcon,
181
+ k as VideoCallIcon,
182
+ E as VideocamIcon,
183
+ T as VideocamOffIcon
184
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),c=require("../Icon.cjs"),o=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),n.jsx("polyline",{points:"13 2 13 9 20 9"})]}),x=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),n.jsx("polyline",{points:"10 9 9 9 8 9"})]}),e=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),n.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),l=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"9",y1:"15",x2:"15",y2:"15"})]}),h=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("polyline",{points:"9 15 11 17 15 13"})]}),i=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"9.5",y1:"12.5",x2:"14.5",y2:"17.5"}),n.jsx("line",{x1:"14.5",y1:"12.5",x2:"9.5",y2:"17.5"})]}),t=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z"}),n.jsx("path",{d:"M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8"}),n.jsx("path",{d:"M15 2v5h5"})]}),a=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("polyline",{points:"9 13 11 15 9 17"}),n.jsx("polyline",{points:"15 13 13 15 15 17"})]}),j=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"})}),I=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v1"}),n.jsx("path",{d:"M6 10l-2 9h18l-2-9"})]}),d=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),n.jsx("line",{x1:"9",y1:"14",x2:"15",y2:"14"})]}),r=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("line",{x1:"9",y1:"14",x2:"15",y2:"14"})]}),y=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),n.jsx("polyline",{points:"9 14 11 16 15 12"})]}),p=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),n.jsx("line",{x1:"10",y1:"9",x2:"8",y2:"9"})]}),M=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),n.jsx("polyline",{points:"14 2 14 8 20 8"}),n.jsx("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),n.jsx("line",{x1:"16",y1:"17",x2:"8",y2:"17"})]}),v=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}),n.jsx("path",{d:"M15 3v6h6"})]}),V=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z"}),n.jsx("path",{d:"M15 3v6h6"}),n.jsx("line",{x1:"12",y1:"13",x2:"12",y2:"17"}),n.jsx("line",{x1:"10",y1:"15",x2:"14",y2:"15"})]}),F=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"})]}),H=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}),n.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),n.jsx("line",{x1:"8",y1:"16",x2:"12",y2:"16"})]}),g=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),n.jsx("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}),n.jsx("polyline",{points:"9 14 11 16 15 12"})]}),C=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("polyline",{points:"21 15 16 10 5 21"})]}),z=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("path",{d:"M16 3v6"}),n.jsx("path",{d:"M13 6h6"})]}),m=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}),n.jsx("path",{d:"M4 16v2a2 2 0 0 0 2 2h2"}),n.jsx("path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}),n.jsx("circle",{cx:"11.5",cy:"11.5",r:"4.5"}),n.jsx("line",{x1:"21",y1:"21",x2:"14.8",y2:"14.8"})]}),b=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M3 3v18h18"}),n.jsx("path",{d:"M21 21v-9l-4-4-4 4"}),n.jsx("path",{d:"M3 21l12-12"})]}),u=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),n.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),n.jsx("polyline",{points:"21 15 16 10 5 21"})]}),k=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"7",y:"7",width:"14",height:"14",rx:"2",ry:"2"}),n.jsx("path",{d:"M3 5a2 2 0 0 1 2-2h12"}),n.jsx("circle",{cx:"12",cy:"12",r:"2"})]}),A=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),n.jsx("circle",{cx:"12",cy:"13",r:"4"})]}),T=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),L=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),w=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20"}),n.jsx("path",{d:"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"})]}),P=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),n.jsx("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"})]}),B=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),O=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),n.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"})]}),N=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"21 8 21 21 3 21 3 8"}),n.jsx("rect",{x:"1",y:"3",width:"22",height:"5"}),n.jsx("line",{x1:"10",y1:"12",x2:"14",y2:"12"})]}),S=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),n.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),n.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),f=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),n.jsx("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),n.jsx("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"})]}),D=s=>n.jsx(c.Icon,{...s,children:n.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"})}),Z=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}),n.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),q=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),n.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),Q=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z"}),n.jsx("path",{d:"M6 9.01V9"}),n.jsx("path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19"})]}),X=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),n.jsx("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"})]}),R=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),n.jsx("line",{x1:"3",y1:"15",x2:"21",y2:"15"}),n.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"}),n.jsx("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]}),E=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),n.jsx("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}),G=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"16 18 22 12 16 6"}),n.jsx("polyline",{points:"8 6 2 12 8 18"})]}),J=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),n.jsx("polyline",{points:"9 8 5 12 9 16"}),n.jsx("polyline",{points:"15 8 19 12 15 16"})]}),K=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("polyline",{points:"4 17 10 11 4 5"}),n.jsx("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),U=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),n.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),n.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),n.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),W=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),n.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),n.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),n.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),Y=s=>n.jsxs(c.Icon,{...s,children:[n.jsx("path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21"}),n.jsx("path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3"})]});exports.ArchiveIcon=N;exports.ArticleIcon=p;exports.AttachFileIcon=L;exports.AttachmentIcon=T;exports.BookIcon=w;exports.BookOpenIcon=P;exports.BookmarkIcon=B;exports.BrokenImageIcon=b;exports.ClipboardCheckIcon=g;exports.ClipboardIcon=F;exports.ClipboardTextIcon=H;exports.CloudIcon=D;exports.CloudOffIcon=Z;exports.CodeBlockIcon=J;exports.CodeIcon=G;exports.DatabaseIcon=S;exports.DescriptionIcon=M;exports.FileCheckIcon=h;exports.FileCodeIcon=a;exports.FileIcon=o;exports.FileMinusIcon=l;exports.FilePlusIcon=e;exports.FileTextIcon=x;exports.FileXIcon=i;exports.FilesIcon=t;exports.FolderCheckIcon=y;exports.FolderIcon=j;exports.FolderMinusIcon=r;exports.FolderOpenIcon=I;exports.FolderPlusIcon=d;exports.FormatQuoteIcon=Y;exports.HashIcon=U;exports.ImageAddIcon=z;exports.ImageIcon=C;exports.ImageSearchIcon=m;exports.InboxIcon=O;exports.LabelIcon=X;exports.NoteAddIcon=V;exports.NoteIcon=v;exports.NumbersIcon=W;exports.PhotoCameraIcon=A;exports.PhotoIcon=u;exports.PhotoLibraryIcon=k;exports.StorageIcon=f;exports.TableChartIcon=E;exports.TableIcon=R;exports.TagIcon=q;exports.TagsIcon=Q;exports.TerminalIcon=K;
@@ -0,0 +1,53 @@
1
+ import { FC } from 'react';
2
+ import { IconProps } from '../Icon.types';
3
+ type IconComponent = FC<Omit<IconProps, 'children'>>;
4
+ export declare const FileIcon: IconComponent;
5
+ export declare const FileTextIcon: IconComponent;
6
+ export declare const FilePlusIcon: IconComponent;
7
+ export declare const FileMinusIcon: IconComponent;
8
+ export declare const FileCheckIcon: IconComponent;
9
+ export declare const FileXIcon: IconComponent;
10
+ export declare const FilesIcon: IconComponent;
11
+ export declare const FileCodeIcon: IconComponent;
12
+ export declare const FolderIcon: IconComponent;
13
+ export declare const FolderOpenIcon: IconComponent;
14
+ export declare const FolderPlusIcon: IconComponent;
15
+ export declare const FolderMinusIcon: IconComponent;
16
+ export declare const FolderCheckIcon: IconComponent;
17
+ export declare const ArticleIcon: IconComponent;
18
+ export declare const DescriptionIcon: IconComponent;
19
+ export declare const NoteIcon: IconComponent;
20
+ export declare const NoteAddIcon: IconComponent;
21
+ export declare const ClipboardIcon: IconComponent;
22
+ export declare const ClipboardTextIcon: IconComponent;
23
+ export declare const ClipboardCheckIcon: IconComponent;
24
+ export declare const ImageIcon: IconComponent;
25
+ export declare const ImageAddIcon: IconComponent;
26
+ export declare const ImageSearchIcon: IconComponent;
27
+ export declare const BrokenImageIcon: IconComponent;
28
+ export declare const PhotoIcon: IconComponent;
29
+ export declare const PhotoLibraryIcon: IconComponent;
30
+ export declare const PhotoCameraIcon: IconComponent;
31
+ export declare const AttachmentIcon: IconComponent;
32
+ export declare const AttachFileIcon: IconComponent;
33
+ export declare const BookIcon: IconComponent;
34
+ export declare const BookOpenIcon: IconComponent;
35
+ export declare const BookmarkIcon: IconComponent;
36
+ export declare const InboxIcon: IconComponent;
37
+ export declare const ArchiveIcon: IconComponent;
38
+ export declare const DatabaseIcon: IconComponent;
39
+ export declare const StorageIcon: IconComponent;
40
+ export declare const CloudIcon: IconComponent;
41
+ export declare const CloudOffIcon: IconComponent;
42
+ export declare const TagIcon: IconComponent;
43
+ export declare const TagsIcon: IconComponent;
44
+ export declare const LabelIcon: IconComponent;
45
+ export declare const TableIcon: IconComponent;
46
+ export declare const TableChartIcon: IconComponent;
47
+ export declare const CodeIcon: IconComponent;
48
+ export declare const CodeBlockIcon: IconComponent;
49
+ export declare const TerminalIcon: IconComponent;
50
+ export declare const HashIcon: IconComponent;
51
+ export declare const NumbersIcon: IconComponent;
52
+ export declare const FormatQuoteIcon: IconComponent;
53
+ export {};
@@ -0,0 +1,231 @@
1
+ import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
+ import { Icon as h } from "../Icon.js";
3
+ const o = (c) => /* @__PURE__ */ l(h, { ...c, children: [
4
+ /* @__PURE__ */ n("path", { d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" }),
5
+ /* @__PURE__ */ n("polyline", { points: "13 2 13 9 20 9" })
6
+ ] }), t = (c) => /* @__PURE__ */ l(h, { ...c, children: [
7
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
8
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
9
+ /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
10
+ /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" }),
11
+ /* @__PURE__ */ n("polyline", { points: "10 9 9 9 8 9" })
12
+ ] }), a = (c) => /* @__PURE__ */ l(h, { ...c, children: [
13
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
14
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
15
+ /* @__PURE__ */ n("line", { x1: "12", y1: "18", x2: "12", y2: "12" }),
16
+ /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
17
+ ] }), d = (c) => /* @__PURE__ */ l(h, { ...c, children: [
18
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
19
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
20
+ /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
21
+ ] }), y = (c) => /* @__PURE__ */ l(h, { ...c, children: [
22
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
23
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
24
+ /* @__PURE__ */ n("polyline", { points: "9 15 11 17 15 13" })
25
+ ] }), r = (c) => /* @__PURE__ */ l(h, { ...c, children: [
26
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
27
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
28
+ /* @__PURE__ */ n("line", { x1: "9.5", y1: "12.5", x2: "14.5", y2: "17.5" }),
29
+ /* @__PURE__ */ n("line", { x1: "14.5", y1: "12.5", x2: "9.5", y2: "17.5" })
30
+ ] }), p = (c) => /* @__PURE__ */ l(h, { ...c, children: [
31
+ /* @__PURE__ */ n("path", { d: "M15.5 2H8.6c-.4 0-.8.2-1.1.5-.3.3-.5.7-.5 1.1v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8c.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1V6.5L15.5 2z" }),
32
+ /* @__PURE__ */ n("path", { d: "M3 7.6v12.8c0 .4.2.8.5 1.1.3.3.7.5 1.1.5h9.8" }),
33
+ /* @__PURE__ */ n("path", { d: "M15 2v5h5" })
34
+ ] }), x = (c) => /* @__PURE__ */ l(h, { ...c, children: [
35
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
36
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
37
+ /* @__PURE__ */ n("polyline", { points: "9 13 11 15 9 17" }),
38
+ /* @__PURE__ */ n("polyline", { points: "15 13 13 15 15 17" })
39
+ ] }), s = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }), M = (c) => /* @__PURE__ */ l(h, { ...c, children: [
40
+ /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v1" }),
41
+ /* @__PURE__ */ n("path", { d: "M6 10l-2 9h18l-2-9" })
42
+ ] }), I = (c) => /* @__PURE__ */ l(h, { ...c, children: [
43
+ /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
44
+ /* @__PURE__ */ n("line", { x1: "12", y1: "11", x2: "12", y2: "17" }),
45
+ /* @__PURE__ */ n("line", { x1: "9", y1: "14", x2: "15", y2: "14" })
46
+ ] }), v = (c) => /* @__PURE__ */ l(h, { ...c, children: [
47
+ /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
48
+ /* @__PURE__ */ n("line", { x1: "9", y1: "14", x2: "15", y2: "14" })
49
+ ] }), V = (c) => /* @__PURE__ */ l(h, { ...c, children: [
50
+ /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
51
+ /* @__PURE__ */ n("polyline", { points: "9 14 11 16 15 12" })
52
+ ] }), H = (c) => /* @__PURE__ */ l(h, { ...c, children: [
53
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
54
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
55
+ /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
56
+ /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" }),
57
+ /* @__PURE__ */ n("line", { x1: "10", y1: "9", x2: "8", y2: "9" })
58
+ ] }), z = (c) => /* @__PURE__ */ l(h, { ...c, children: [
59
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
60
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
61
+ /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
62
+ /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" })
63
+ ] }), g = (c) => /* @__PURE__ */ l(h, { ...c, children: [
64
+ /* @__PURE__ */ n("path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }),
65
+ /* @__PURE__ */ n("path", { d: "M15 3v6h6" })
66
+ ] }), m = (c) => /* @__PURE__ */ l(h, { ...c, children: [
67
+ /* @__PURE__ */ n("path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }),
68
+ /* @__PURE__ */ n("path", { d: "M15 3v6h6" }),
69
+ /* @__PURE__ */ n("line", { x1: "12", y1: "13", x2: "12", y2: "17" }),
70
+ /* @__PURE__ */ n("line", { x1: "10", y1: "15", x2: "14", y2: "15" })
71
+ ] }), F = (c) => /* @__PURE__ */ l(h, { ...c, children: [
72
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
73
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })
74
+ ] }), C = (c) => /* @__PURE__ */ l(h, { ...c, children: [
75
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
76
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
77
+ /* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "16", y2: "12" }),
78
+ /* @__PURE__ */ n("line", { x1: "8", y1: "16", x2: "12", y2: "16" })
79
+ ] }), A = (c) => /* @__PURE__ */ l(h, { ...c, children: [
80
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
81
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
82
+ /* @__PURE__ */ n("polyline", { points: "9 14 11 16 15 12" })
83
+ ] }), w = (c) => /* @__PURE__ */ l(h, { ...c, children: [
84
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
85
+ /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
86
+ /* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
87
+ ] }), b = (c) => /* @__PURE__ */ l(h, { ...c, children: [
88
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
89
+ /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
90
+ /* @__PURE__ */ n("path", { d: "M16 3v6" }),
91
+ /* @__PURE__ */ n("path", { d: "M13 6h6" })
92
+ ] }), L = (c) => /* @__PURE__ */ l(h, { ...c, children: [
93
+ /* @__PURE__ */ n("path", { d: "M4 8V6a2 2 0 0 1 2-2h2" }),
94
+ /* @__PURE__ */ n("path", { d: "M4 16v2a2 2 0 0 0 2 2h2" }),
95
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v2" }),
96
+ /* @__PURE__ */ n("circle", { cx: "11.5", cy: "11.5", r: "4.5" }),
97
+ /* @__PURE__ */ n("line", { x1: "21", y1: "21", x2: "14.8", y2: "14.8" })
98
+ ] }), k = (c) => /* @__PURE__ */ l(h, { ...c, children: [
99
+ /* @__PURE__ */ n("path", { d: "M3 3v18h18" }),
100
+ /* @__PURE__ */ n("path", { d: "M21 21v-9l-4-4-4 4" }),
101
+ /* @__PURE__ */ n("path", { d: "M3 21l12-12" })
102
+ ] }), u = (c) => /* @__PURE__ */ l(h, { ...c, children: [
103
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
104
+ /* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
105
+ /* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
106
+ ] }), T = (c) => /* @__PURE__ */ l(h, { ...c, children: [
107
+ /* @__PURE__ */ n("rect", { x: "7", y: "7", width: "14", height: "14", rx: "2", ry: "2" }),
108
+ /* @__PURE__ */ n("path", { d: "M3 5a2 2 0 0 1 2-2h12" }),
109
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "12", r: "2" })
110
+ ] }), B = (c) => /* @__PURE__ */ l(h, { ...c, children: [
111
+ /* @__PURE__ */ n("path", { d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z" }),
112
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "13", r: "4" })
113
+ ] }), P = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }) }), f = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }) }), N = (c) => /* @__PURE__ */ l(h, { ...c, children: [
114
+ /* @__PURE__ */ n("path", { d: "M4 19.5A2.5 2.5 0 0 1 6.5 17H20" }),
115
+ /* @__PURE__ */ n("path", { d: "M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z" })
116
+ ] }), O = (c) => /* @__PURE__ */ l(h, { ...c, children: [
117
+ /* @__PURE__ */ n("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }),
118
+ /* @__PURE__ */ n("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" })
119
+ ] }), Z = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }), j = (c) => /* @__PURE__ */ l(h, { ...c, children: [
120
+ /* @__PURE__ */ n("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
121
+ /* @__PURE__ */ n("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
122
+ ] }), D = (c) => /* @__PURE__ */ l(h, { ...c, children: [
123
+ /* @__PURE__ */ n("polyline", { points: "21 8 21 21 3 21 3 8" }),
124
+ /* @__PURE__ */ n("rect", { x: "1", y: "3", width: "22", height: "5" }),
125
+ /* @__PURE__ */ n("line", { x1: "10", y1: "12", x2: "14", y2: "12" })
126
+ ] }), S = (c) => /* @__PURE__ */ l(h, { ...c, children: [
127
+ /* @__PURE__ */ n("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
128
+ /* @__PURE__ */ n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
129
+ /* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
130
+ ] }), Q = (c) => /* @__PURE__ */ l(h, { ...c, children: [
131
+ /* @__PURE__ */ n("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
132
+ /* @__PURE__ */ n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
133
+ /* @__PURE__ */ n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
134
+ ] }), X = (c) => /* @__PURE__ */ n(h, { ...c, children: /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }) }), q = (c) => /* @__PURE__ */ l(h, { ...c, children: [
135
+ /* @__PURE__ */ n("path", { d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }),
136
+ /* @__PURE__ */ n("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
137
+ ] }), E = (c) => /* @__PURE__ */ l(h, { ...c, children: [
138
+ /* @__PURE__ */ n("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" }),
139
+ /* @__PURE__ */ n("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })
140
+ ] }), G = (c) => /* @__PURE__ */ l(h, { ...c, children: [
141
+ /* @__PURE__ */ n("path", { d: "M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z" }),
142
+ /* @__PURE__ */ n("path", { d: "M6 9.01V9" }),
143
+ /* @__PURE__ */ n("path", { d: "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" })
144
+ ] }), J = (c) => /* @__PURE__ */ l(h, { ...c, children: [
145
+ /* @__PURE__ */ n("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z" }),
146
+ /* @__PURE__ */ n("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })
147
+ ] }), K = (c) => /* @__PURE__ */ l(h, { ...c, children: [
148
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
149
+ /* @__PURE__ */ n("line", { x1: "3", y1: "9", x2: "21", y2: "9" }),
150
+ /* @__PURE__ */ n("line", { x1: "3", y1: "15", x2: "21", y2: "15" }),
151
+ /* @__PURE__ */ n("line", { x1: "9", y1: "3", x2: "9", y2: "21" }),
152
+ /* @__PURE__ */ n("line", { x1: "15", y1: "3", x2: "15", y2: "21" })
153
+ ] }), R = (c) => /* @__PURE__ */ l(h, { ...c, children: [
154
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
155
+ /* @__PURE__ */ n("line", { x1: "3", y1: "9", x2: "21", y2: "9" }),
156
+ /* @__PURE__ */ n("line", { x1: "9", y1: "3", x2: "9", y2: "21" })
157
+ ] }), U = (c) => /* @__PURE__ */ l(h, { ...c, children: [
158
+ /* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
159
+ /* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
160
+ ] }), W = (c) => /* @__PURE__ */ l(h, { ...c, children: [
161
+ /* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
162
+ /* @__PURE__ */ n("polyline", { points: "9 8 5 12 9 16" }),
163
+ /* @__PURE__ */ n("polyline", { points: "15 8 19 12 15 16" })
164
+ ] }), Y = (c) => /* @__PURE__ */ l(h, { ...c, children: [
165
+ /* @__PURE__ */ n("polyline", { points: "4 17 10 11 4 5" }),
166
+ /* @__PURE__ */ n("line", { x1: "12", y1: "19", x2: "20", y2: "19" })
167
+ ] }), _ = (c) => /* @__PURE__ */ l(h, { ...c, children: [
168
+ /* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
169
+ /* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
170
+ /* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
171
+ /* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
172
+ ] }), $ = (c) => /* @__PURE__ */ l(h, { ...c, children: [
173
+ /* @__PURE__ */ n("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
174
+ /* @__PURE__ */ n("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
175
+ /* @__PURE__ */ n("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
176
+ /* @__PURE__ */ n("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
177
+ ] }), n2 = (c) => /* @__PURE__ */ l(h, { ...c, children: [
178
+ /* @__PURE__ */ n("path", { d: "M3 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21" }),
179
+ /* @__PURE__ */ n("path", { d: "M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3" })
180
+ ] });
181
+ export {
182
+ D as ArchiveIcon,
183
+ H as ArticleIcon,
184
+ f as AttachFileIcon,
185
+ P as AttachmentIcon,
186
+ N as BookIcon,
187
+ O as BookOpenIcon,
188
+ Z as BookmarkIcon,
189
+ k as BrokenImageIcon,
190
+ A as ClipboardCheckIcon,
191
+ F as ClipboardIcon,
192
+ C as ClipboardTextIcon,
193
+ X as CloudIcon,
194
+ q as CloudOffIcon,
195
+ W as CodeBlockIcon,
196
+ U as CodeIcon,
197
+ S as DatabaseIcon,
198
+ z as DescriptionIcon,
199
+ y as FileCheckIcon,
200
+ x as FileCodeIcon,
201
+ o as FileIcon,
202
+ d as FileMinusIcon,
203
+ a as FilePlusIcon,
204
+ t as FileTextIcon,
205
+ r as FileXIcon,
206
+ p as FilesIcon,
207
+ V as FolderCheckIcon,
208
+ s as FolderIcon,
209
+ v as FolderMinusIcon,
210
+ M as FolderOpenIcon,
211
+ I as FolderPlusIcon,
212
+ n2 as FormatQuoteIcon,
213
+ _ as HashIcon,
214
+ b as ImageAddIcon,
215
+ w as ImageIcon,
216
+ L as ImageSearchIcon,
217
+ j as InboxIcon,
218
+ J as LabelIcon,
219
+ m as NoteAddIcon,
220
+ g as NoteIcon,
221
+ $ as NumbersIcon,
222
+ B as PhotoCameraIcon,
223
+ u as PhotoIcon,
224
+ T as PhotoLibraryIcon,
225
+ Q as StorageIcon,
226
+ R as TableChartIcon,
227
+ K as TableIcon,
228
+ E as TagIcon,
229
+ G as TagsIcon,
230
+ Y as TerminalIcon
231
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),x=require("../Icon.cjs"),c=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),s.jsx("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"})]}),o=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),s.jsx("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),s.jsx("line",{x1:"15",y1:"4",x2:"9",y2:"20"})]}),t=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),s.jsx("line",{x1:"4",y1:"21",x2:"20",y2:"21"})]}),e=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21"}),s.jsx("path",{d:"M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3"}),s.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"})]}),j=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),h=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),i=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),l=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),a=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),s.jsx("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),s.jsx("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"})]}),d=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("circle",{cx:"3",cy:"6",r:"1"}),s.jsx("circle",{cx:"3",cy:"12",r:"1"}),s.jsx("circle",{cx:"3",cy:"18",r:"1"})]}),I=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"10",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"10",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"10",y1:"18",x2:"21",y2:"18"}),s.jsx("path",{d:"M4 6h1v4"}),s.jsx("path",{d:"M4 10h2"}),s.jsx("path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"})]}),r=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m3 5 2 2 4-4"}),s.jsx("path",{d:"m3 12 2 2 4-4"}),s.jsx("path",{d:"m3 19 2 2 4-4"}),s.jsx("line",{x1:"11",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"11",y1:"13",x2:"21",y2:"13"}),s.jsx("line",{x1:"11",y1:"20",x2:"21",y2:"20"})]}),y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"3 8 7 12 3 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),p=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"7 8 3 12 7 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),M=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 4v16"}),s.jsx("path",{d:"M5 12h14"}),s.jsx("path",{d:"M19 4v16"})]}),g=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4v16"}),s.jsx("path",{d:"M18 4v16"}),s.jsx("path",{d:"M6 12h12"})]}),v=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17 10v8"}),s.jsx("path",{d:"M17 10l-3 0"})]}),m=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"})]}),u=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}),s.jsx("path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"})]}),C=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M13 4v16"}),s.jsx("path",{d:"M17 4v16"}),s.jsx("path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"})]}),H=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("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"}),s.jsx("path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3"})]}),L=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),T=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}),s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),F=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M21 8v6"}),s.jsx("path",{d:"M18 11h6"})]}),S=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M18 11h6"})]}),R=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M9 2 4 14h2l1-3h6l1 3h2L11 2z"}),s.jsx("path",{d:"M10 9 8 5h.01L10 9z"}),s.jsx("rect",{x:"2",y:"17",width:"20",height:"4",fill:"currentColor"})]}),V=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("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"}),s.jsx("path",{d:"M16 14c0 2 2 4 2 4s2-2 2-4-2-4-2-4-2 2-2 4z"}),s.jsx("rect",{x:"2",y:"19",width:"20",height:"3",fill:"currentColor"})]}),b=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 11-6 6v3h9l3-3"}),s.jsx("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"})]}),k=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 19 8-8"}),s.jsx("path",{d:"m12 19-8-8"}),s.jsx("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"})]}),w=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 5 8 8"}),s.jsx("path",{d:"m12 5-8 8"}),s.jsx("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"})]}),A=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 7h14"}),s.jsx("path",{d:"M9 7v6"}),s.jsx("path",{d:"m14.8 12 2.2 5"}),s.jsx("line",{x1:"4",y1:"4",x2:"20",y2:"20"})]}),f=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 12 2 2 4-4"}),s.jsx("circle",{cx:"12",cy:"12",r:"10"})]}),z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("path",{d:"M3 9h18"}),s.jsx("path",{d:"M3 15h18"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M15 3v18"})]}),B=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"8",width:"18",height:"13",rx:"2"}),s.jsx("path",{d:"M3 14h18"}),s.jsx("path",{d:"M9 8v13"}),s.jsx("path",{d:"M15 8v13"}),s.jsx("path",{d:"M9 2h6"}),s.jsx("path",{d:"M12 2v4"})]}),D=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"13",height:"18",rx:"2"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M3 9h13"}),s.jsx("path",{d:"M3 15h13"}),s.jsx("path",{d:"M19 9v6"}),s.jsx("path",{d:"M19 12h4"})]}),E=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"16 18 22 12 16 6"}),s.jsx("polyline",{points:"8 6 2 12 8 18"})]}),P=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("polyline",{points:"9 8 5 12 9 16"}),s.jsx("polyline",{points:"15 8 19 12 15 16"})]}),q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),J=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),N=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),Q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"4"}),s.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),U=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),s.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),s.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),s.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),O=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),s.jsx("polyline",{points:"21 15 16 10 5 21"})]}),G=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),s.jsx("polyline",{points:"14 2 14 8 20 8"})]}),K=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("line",{x1:"8",y1:"15",x2:"8",y2:"9"}),s.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"6"}),s.jsx("line",{x1:"16",y1:"15",x2:"16",y2:"12"})]}),W=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),s.jsx("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"})]}),X=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M2.5 2v6h6"}),s.jsx("path",{d:"M2.66 15.57a10 10 0 1 0 .57-8.38"})]}),Y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M21.5 2v6h-6"}),s.jsx("path",{d:"M21.34 15.57a10 10 0 1 1-.57-8.38"})]}),Z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"}),s.jsx("polyline",{points:"18 9 21 12 18 15"}),s.jsx("polyline",{points:"6 9 3 12 6 15"})]});exports.AlignCenterIcon=h;exports.AlignJustifyIcon=l;exports.AlignLeftIcon=j;exports.AlignRightIcon=i;exports.AtIcon=Q;exports.BoldIcon=c;exports.ChecklistIcon=r;exports.CodeBlockIcon=P;exports.CodeIcon=E;exports.CropIcon=W;exports.EmojiHappyIcon=J;exports.EmojiIcon=q;exports.EmojiSadIcon=N;exports.FlipIcon=Z;exports.FormatClearIcon=A;exports.FormatColorFillIcon=V;exports.FormatColorTextIcon=R;exports.HashtagIcon=U;exports.Heading1Icon=v;exports.Heading2Icon=m;exports.Heading3Icon=u;exports.HighlightIcon=b;exports.IndentDecreaseIcon=p;exports.IndentIncreaseIcon=y;exports.InsertChartIcon=K;exports.InsertDriveFileIcon=G;exports.InsertLinkIcon=L;exports.InsertPhotoIcon=O;exports.ItalicIcon=o;exports.ListBulletIcon=d;exports.ListIcon=a;exports.ListNumberedIcon=I;exports.ParagraphIcon=C;exports.QuoteIcon=H;exports.RemoveLinkIcon=T;exports.RotateLeftIcon=X;exports.RotateRightIcon=Y;exports.SpellcheckIcon=f;exports.StrikethroughIcon=e;exports.SubscriptIcon=w;exports.SuperscriptIcon=k;exports.TableIcon=z;exports.TableInsertColumnIcon=D;exports.TableInsertRowIcon=B;exports.TextDecreaseIcon=S;exports.TextFieldsIcon=g;exports.TextIncreaseIcon=F;exports.TitleIcon=M;exports.UnderlineIcon=t;
@@ -0,0 +1,53 @@
1
+ import { FC } from 'react';
2
+ import { IconProps } from '../Icon.types';
3
+ type IconComponent = FC<Omit<IconProps, 'children'>>;
4
+ export declare const BoldIcon: IconComponent;
5
+ export declare const ItalicIcon: IconComponent;
6
+ export declare const UnderlineIcon: IconComponent;
7
+ export declare const StrikethroughIcon: IconComponent;
8
+ export declare const AlignLeftIcon: IconComponent;
9
+ export declare const AlignCenterIcon: IconComponent;
10
+ export declare const AlignRightIcon: IconComponent;
11
+ export declare const AlignJustifyIcon: IconComponent;
12
+ export declare const ListIcon: IconComponent;
13
+ export declare const ListBulletIcon: IconComponent;
14
+ export declare const ListNumberedIcon: IconComponent;
15
+ export declare const ChecklistIcon: IconComponent;
16
+ export declare const IndentIncreaseIcon: IconComponent;
17
+ export declare const IndentDecreaseIcon: IconComponent;
18
+ export declare const TitleIcon: IconComponent;
19
+ export declare const TextFieldsIcon: IconComponent;
20
+ export declare const Heading1Icon: IconComponent;
21
+ export declare const Heading2Icon: IconComponent;
22
+ export declare const Heading3Icon: IconComponent;
23
+ export declare const ParagraphIcon: IconComponent;
24
+ export declare const QuoteIcon: IconComponent;
25
+ export declare const InsertLinkIcon: IconComponent;
26
+ export declare const RemoveLinkIcon: IconComponent;
27
+ export declare const TextIncreaseIcon: IconComponent;
28
+ export declare const TextDecreaseIcon: IconComponent;
29
+ export declare const FormatColorTextIcon: IconComponent;
30
+ export declare const FormatColorFillIcon: IconComponent;
31
+ export declare const HighlightIcon: IconComponent;
32
+ export declare const SuperscriptIcon: IconComponent;
33
+ export declare const SubscriptIcon: IconComponent;
34
+ export declare const FormatClearIcon: IconComponent;
35
+ export declare const SpellcheckIcon: IconComponent;
36
+ export declare const TableIcon: IconComponent;
37
+ export declare const TableInsertRowIcon: IconComponent;
38
+ export declare const TableInsertColumnIcon: IconComponent;
39
+ export declare const CodeIcon: IconComponent;
40
+ export declare const CodeBlockIcon: IconComponent;
41
+ export declare const EmojiIcon: IconComponent;
42
+ export declare const EmojiHappyIcon: IconComponent;
43
+ export declare const EmojiSadIcon: IconComponent;
44
+ export declare const AtIcon: IconComponent;
45
+ export declare const HashtagIcon: IconComponent;
46
+ export declare const InsertPhotoIcon: IconComponent;
47
+ export declare const InsertDriveFileIcon: IconComponent;
48
+ export declare const InsertChartIcon: IconComponent;
49
+ export declare const CropIcon: IconComponent;
50
+ export declare const RotateLeftIcon: IconComponent;
51
+ export declare const RotateRightIcon: IconComponent;
52
+ export declare const FlipIcon: IconComponent;
53
+ export {};