@hoardodile/ui 0.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 (356) hide show
  1. package/LICENSE +18 -0
  2. package/README.md +70 -0
  3. package/dist/components/alert.d.ts +13 -0
  4. package/dist/components/alert.js +97 -0
  5. package/dist/components/alert.js.map +1 -0
  6. package/dist/components/app-dialog.d.ts +62 -0
  7. package/dist/components/app-dialog.js +656 -0
  8. package/dist/components/app-dialog.js.map +1 -0
  9. package/dist/components/badge.d.ts +11 -0
  10. package/dist/components/badge.js +70 -0
  11. package/dist/components/badge.js.map +1 -0
  12. package/dist/components/breadcrumb.d.ts +12 -0
  13. package/dist/components/breadcrumb.js +617 -0
  14. package/dist/components/breadcrumb.js.map +1 -0
  15. package/dist/components/button.d.ts +17 -0
  16. package/dist/components/button.js +78 -0
  17. package/dist/components/button.js.map +1 -0
  18. package/dist/components/caption-bar.d.ts +44 -0
  19. package/dist/components/caption-bar.js +827 -0
  20. package/dist/components/caption-bar.js.map +1 -0
  21. package/dist/components/chart-card.d.ts +15 -0
  22. package/dist/components/chart-card.js +27 -0
  23. package/dist/components/chart-card.js.map +1 -0
  24. package/dist/components/checkbox.d.ts +6 -0
  25. package/dist/components/checkbox.js +76 -0
  26. package/dist/components/checkbox.js.map +1 -0
  27. package/dist/components/chip-button.d.ts +28 -0
  28. package/dist/components/chip-button.js +87 -0
  29. package/dist/components/chip-button.js.map +1 -0
  30. package/dist/components/close-confirm-dialog.d.ts +19 -0
  31. package/dist/components/close-confirm-dialog.js +743 -0
  32. package/dist/components/close-confirm-dialog.js.map +1 -0
  33. package/dist/components/color-picker.d.ts +32 -0
  34. package/dist/components/color-picker.js +667 -0
  35. package/dist/components/color-picker.js.map +1 -0
  36. package/dist/components/combobox.d.ts +32 -0
  37. package/dist/components/combobox.js +1211 -0
  38. package/dist/components/combobox.js.map +1 -0
  39. package/dist/components/confirm-by-typing-dialog.d.ts +48 -0
  40. package/dist/components/confirm-by-typing-dialog.js +759 -0
  41. package/dist/components/confirm-by-typing-dialog.js.map +1 -0
  42. package/dist/components/confirm-dialog.d.ts +34 -0
  43. package/dist/components/confirm-dialog.js +710 -0
  44. package/dist/components/confirm-dialog.js.map +1 -0
  45. package/dist/components/count-badge.d.ts +13 -0
  46. package/dist/components/count-badge.js +39 -0
  47. package/dist/components/count-badge.js.map +1 -0
  48. package/dist/components/dialog.d.ts +40 -0
  49. package/dist/components/dialog.js +571 -0
  50. package/dist/components/dialog.js.map +1 -0
  51. package/dist/components/dropdown-menu.d.ts +45 -0
  52. package/dist/components/dropdown-menu.js +1003 -0
  53. package/dist/components/dropdown-menu.js.map +1 -0
  54. package/dist/components/dropdown-select.d.ts +29 -0
  55. package/dist/components/dropdown-select.js +1036 -0
  56. package/dist/components/dropdown-select.js.map +1 -0
  57. package/dist/components/empty.d.ts +15 -0
  58. package/dist/components/empty.js +119 -0
  59. package/dist/components/empty.js.map +1 -0
  60. package/dist/components/filter-rail.d.ts +48 -0
  61. package/dist/components/filter-rail.js +231 -0
  62. package/dist/components/filter-rail.js.map +1 -0
  63. package/dist/components/fixed-action-bar.d.ts +24 -0
  64. package/dist/components/fixed-action-bar.js +48 -0
  65. package/dist/components/fixed-action-bar.js.map +1 -0
  66. package/dist/components/font-picker.d.ts +45 -0
  67. package/dist/components/font-picker.js +759 -0
  68. package/dist/components/font-picker.js.map +1 -0
  69. package/dist/components/form.d.ts +17 -0
  70. package/dist/components/form.js +150 -0
  71. package/dist/components/form.js.map +1 -0
  72. package/dist/components/group-label.d.ts +12 -0
  73. package/dist/components/group-label.js +10 -0
  74. package/dist/components/group-label.js.map +1 -0
  75. package/dist/components/icon-tile.d.ts +16 -0
  76. package/dist/components/icon-tile.js +67 -0
  77. package/dist/components/icon-tile.js.map +1 -0
  78. package/dist/components/icon-toggle.d.ts +24 -0
  79. package/dist/components/icon-toggle.js +81 -0
  80. package/dist/components/icon-toggle.js.map +1 -0
  81. package/dist/components/icon.d.ts +2 -0
  82. package/dist/components/icon.js +49 -0
  83. package/dist/components/icon.js.map +1 -0
  84. package/dist/components/image-crop-panel.d.ts +80 -0
  85. package/dist/components/image-crop-panel.js +1104 -0
  86. package/dist/components/image-crop-panel.js.map +1 -0
  87. package/dist/components/image-cropper.d.ts +63 -0
  88. package/dist/components/image-cropper.js +166 -0
  89. package/dist/components/image-cropper.js.map +1 -0
  90. package/dist/components/input-group.d.ts +22 -0
  91. package/dist/components/input-group.js +270 -0
  92. package/dist/components/input-group.js.map +1 -0
  93. package/dist/components/input.d.ts +16 -0
  94. package/dist/components/input.js +60 -0
  95. package/dist/components/input.js.map +1 -0
  96. package/dist/components/label.d.ts +5 -0
  97. package/dist/components/label.js +40 -0
  98. package/dist/components/label.js.map +1 -0
  99. package/dist/components/list-empty-row.d.ts +16 -0
  100. package/dist/components/list-empty-row.js +40 -0
  101. package/dist/components/list-empty-row.js.map +1 -0
  102. package/dist/components/management-empty.d.ts +14 -0
  103. package/dist/components/management-empty.js +40 -0
  104. package/dist/components/management-empty.js.map +1 -0
  105. package/dist/components/management-skeleton.d.ts +11 -0
  106. package/dist/components/management-skeleton.js +72 -0
  107. package/dist/components/management-skeleton.js.map +1 -0
  108. package/dist/components/meta-chip.d.ts +17 -0
  109. package/dist/components/meta-chip.js +49 -0
  110. package/dist/components/meta-chip.js.map +1 -0
  111. package/dist/components/mobile-drawer.d.ts +29 -0
  112. package/dist/components/mobile-drawer.js +331 -0
  113. package/dist/components/mobile-drawer.js.map +1 -0
  114. package/dist/components/page-header.d.ts +20 -0
  115. package/dist/components/page-header.js +44 -0
  116. package/dist/components/page-header.js.map +1 -0
  117. package/dist/components/page-scaffold.d.ts +34 -0
  118. package/dist/components/page-scaffold.js +157 -0
  119. package/dist/components/page-scaffold.js.map +1 -0
  120. package/dist/components/pagination-bar.d.ts +22 -0
  121. package/dist/components/pagination-bar.js +703 -0
  122. package/dist/components/pagination-bar.js.map +1 -0
  123. package/dist/components/pagination.d.ts +22 -0
  124. package/dist/components/pagination.js +680 -0
  125. package/dist/components/pagination.js.map +1 -0
  126. package/dist/components/panel-toolbar.d.ts +37 -0
  127. package/dist/components/panel-toolbar.js +781 -0
  128. package/dist/components/panel-toolbar.js.map +1 -0
  129. package/dist/components/pill-tabs.d.ts +33 -0
  130. package/dist/components/pill-tabs.js +66 -0
  131. package/dist/components/pill-tabs.js.map +1 -0
  132. package/dist/components/plugin-download-consent.d.ts +52 -0
  133. package/dist/components/plugin-download-consent.js +780 -0
  134. package/dist/components/plugin-download-consent.js.map +1 -0
  135. package/dist/components/popover.d.ts +26 -0
  136. package/dist/components/popover.js +343 -0
  137. package/dist/components/popover.js.map +1 -0
  138. package/dist/components/progress.d.ts +10 -0
  139. package/dist/components/progress.js +103 -0
  140. package/dist/components/progress.js.map +1 -0
  141. package/dist/components/query-state-view.d.ts +36 -0
  142. package/dist/components/query-state-view.js +17 -0
  143. package/dist/components/query-state-view.js.map +1 -0
  144. package/dist/components/radio-group.d.ts +8 -0
  145. package/dist/components/radio-group.js +60 -0
  146. package/dist/components/radio-group.js.map +1 -0
  147. package/dist/components/scroll-area.d.ts +7 -0
  148. package/dist/components/scroll-area.js +80 -0
  149. package/dist/components/scroll-area.js.map +1 -0
  150. package/dist/components/search-field.d.ts +49 -0
  151. package/dist/components/search-field.js +586 -0
  152. package/dist/components/search-field.js.map +1 -0
  153. package/dist/components/secondary-stat.d.ts +13 -0
  154. package/dist/components/secondary-stat.js +56 -0
  155. package/dist/components/secondary-stat.js.map +1 -0
  156. package/dist/components/section-header.d.ts +23 -0
  157. package/dist/components/section-header.js +76 -0
  158. package/dist/components/section-header.js.map +1 -0
  159. package/dist/components/section-label.d.ts +20 -0
  160. package/dist/components/section-label.js +46 -0
  161. package/dist/components/section-label.js.map +1 -0
  162. package/dist/components/section-tabs.d.ts +47 -0
  163. package/dist/components/section-tabs.js +145 -0
  164. package/dist/components/section-tabs.js.map +1 -0
  165. package/dist/components/separator.d.ts +14 -0
  166. package/dist/components/separator.js +49 -0
  167. package/dist/components/separator.js.map +1 -0
  168. package/dist/components/sheet.d.ts +22 -0
  169. package/dist/components/sheet.js +469 -0
  170. package/dist/components/sheet.js.map +1 -0
  171. package/dist/components/sidebar.d.ts +69 -0
  172. package/dist/components/sidebar.js +1645 -0
  173. package/dist/components/sidebar.js.map +1 -0
  174. package/dist/components/skeleton.d.ts +8 -0
  175. package/dist/components/skeleton.js +41 -0
  176. package/dist/components/skeleton.js.map +1 -0
  177. package/dist/components/slider.d.ts +6 -0
  178. package/dist/components/slider.js +75 -0
  179. package/dist/components/slider.js.map +1 -0
  180. package/dist/components/sortable-chip-list.d.ts +26 -0
  181. package/dist/components/sortable-chip-list.js +59 -0
  182. package/dist/components/sortable-chip-list.js.map +1 -0
  183. package/dist/components/spinner.d.ts +5 -0
  184. package/dist/components/spinner.js +65 -0
  185. package/dist/components/spinner.js.map +1 -0
  186. package/dist/components/surface.d.ts +13 -0
  187. package/dist/components/surface.js +51 -0
  188. package/dist/components/surface.js.map +1 -0
  189. package/dist/components/switch.d.ts +8 -0
  190. package/dist/components/switch.js +53 -0
  191. package/dist/components/switch.js.map +1 -0
  192. package/dist/components/table.d.ts +12 -0
  193. package/dist/components/table.js +129 -0
  194. package/dist/components/table.js.map +1 -0
  195. package/dist/components/textarea.d.ts +15 -0
  196. package/dist/components/textarea.js +58 -0
  197. package/dist/components/textarea.js.map +1 -0
  198. package/dist/components/toast.d.ts +19 -0
  199. package/dist/components/toast.js +805 -0
  200. package/dist/components/toast.js.map +1 -0
  201. package/dist/components/toggle.d.ts +12 -0
  202. package/dist/components/toggle.js +63 -0
  203. package/dist/components/toggle.js.map +1 -0
  204. package/dist/components/tooltip.d.ts +9 -0
  205. package/dist/components/tooltip.js +82 -0
  206. package/dist/components/tooltip.js.map +1 -0
  207. package/dist/hooks/use-dialog-footer-actions.d.ts +18 -0
  208. package/dist/hooks/use-dialog-footer-actions.js +11 -0
  209. package/dist/hooks/use-dialog-footer-actions.js.map +1 -0
  210. package/dist/hooks/use-form-field.d.ts +33 -0
  211. package/dist/hooks/use-form-field.js +36 -0
  212. package/dist/hooks/use-form-field.js.map +1 -0
  213. package/dist/hooks/use-mobile.d.ts +34 -0
  214. package/dist/hooks/use-mobile.js +29 -0
  215. package/dist/hooks/use-mobile.js.map +1 -0
  216. package/dist/hooks/use-pinch-pan.d.ts +56 -0
  217. package/dist/hooks/use-pinch-pan.js +223 -0
  218. package/dist/hooks/use-pinch-pan.js.map +1 -0
  219. package/dist/hooks/useMobileBackToClose.d.ts +61 -0
  220. package/dist/hooks/useMobileBackToClose.js +234 -0
  221. package/dist/hooks/useMobileBackToClose.js.map +1 -0
  222. package/dist/icon-BOgL5bpL.d.ts +85 -0
  223. package/dist/icons/actions.d.ts +4 -0
  224. package/dist/icons/actions.js +520 -0
  225. package/dist/icons/actions.js.map +1 -0
  226. package/dist/icons/icon-style.d.ts +2 -0
  227. package/dist/icons/icon-style.js +51 -0
  228. package/dist/icons/icon-style.js.map +1 -0
  229. package/dist/icons/marks.d.ts +15 -0
  230. package/dist/icons/marks.js +48 -0
  231. package/dist/icons/marks.js.map +1 -0
  232. package/dist/icons/registry.d.ts +177 -0
  233. package/dist/icons/registry.js +1180 -0
  234. package/dist/icons/registry.js.map +1 -0
  235. package/dist/index.d.ts +6 -0
  236. package/dist/index.js +653 -0
  237. package/dist/index.js.map +1 -0
  238. package/dist/lib/merge-config.d.ts +15 -0
  239. package/dist/lib/merge-config.js +20 -0
  240. package/dist/lib/merge-config.js.map +1 -0
  241. package/dist/lib/pagination.d.ts +19 -0
  242. package/dist/lib/pagination.js +26 -0
  243. package/dist/lib/pagination.js.map +1 -0
  244. package/dist/lib/utils.d.ts +5 -0
  245. package/dist/lib/utils.js +26 -0
  246. package/dist/lib/utils.js.map +1 -0
  247. package/dist/styles/theme.css +480 -0
  248. package/dist/styles/theme.css.map +1 -0
  249. package/dist/styles/theme.d.ts +2 -0
  250. package/dist/viewport.d.ts +64 -0
  251. package/dist/viewport.js +13 -0
  252. package/dist/viewport.js.map +1 -0
  253. package/package.json +122 -0
  254. package/src/components/alert.tsx +76 -0
  255. package/src/components/app-dialog.tsx +187 -0
  256. package/src/components/badge.tsx +52 -0
  257. package/src/components/breadcrumb.tsx +129 -0
  258. package/src/components/button.tsx +70 -0
  259. package/src/components/caption-bar.test.tsx +151 -0
  260. package/src/components/caption-bar.tsx +392 -0
  261. package/src/components/chart-card.tsx +31 -0
  262. package/src/components/checkbox.tsx +28 -0
  263. package/src/components/chip-button.tsx +69 -0
  264. package/src/components/close-confirm-dialog.tsx +99 -0
  265. package/src/components/color-picker.tsx +186 -0
  266. package/src/components/combobox.tsx +335 -0
  267. package/src/components/confirm-by-typing-dialog.tsx +130 -0
  268. package/src/components/confirm-dialog.test.tsx +39 -0
  269. package/src/components/confirm-dialog.tsx +98 -0
  270. package/src/components/count-badge.tsx +23 -0
  271. package/src/components/dialog.tsx +315 -0
  272. package/src/components/dropdown-menu.tsx +311 -0
  273. package/src/components/dropdown-select.tsx +211 -0
  274. package/src/components/empty.tsx +104 -0
  275. package/src/components/filter-rail.tsx +139 -0
  276. package/src/components/fixed-action-bar.tsx +46 -0
  277. package/src/components/font-picker.tsx +257 -0
  278. package/src/components/form.tsx +127 -0
  279. package/src/components/group-label.tsx +13 -0
  280. package/src/components/icon-tile.tsx +35 -0
  281. package/src/components/icon-toggle.tsx +57 -0
  282. package/src/components/icon.tsx +66 -0
  283. package/src/components/image-crop-panel.test.tsx +167 -0
  284. package/src/components/image-crop-panel.tsx +465 -0
  285. package/src/components/image-cropper.test.tsx +144 -0
  286. package/src/components/image-cropper.tsx +265 -0
  287. package/src/components/input-group.tsx +156 -0
  288. package/src/components/input.tsx +45 -0
  289. package/src/components/label.tsx +20 -0
  290. package/src/components/list-empty-row.tsx +27 -0
  291. package/src/components/management-empty.tsx +25 -0
  292. package/src/components/management-skeleton.tsx +23 -0
  293. package/src/components/meta-chip.tsx +40 -0
  294. package/src/components/mobile-drawer.test.tsx +52 -0
  295. package/src/components/mobile-drawer.tsx +98 -0
  296. package/src/components/page-header.tsx +47 -0
  297. package/src/components/page-scaffold.test.tsx +24 -0
  298. package/src/components/page-scaffold.tsx +131 -0
  299. package/src/components/pagination-bar.test.tsx +87 -0
  300. package/src/components/pagination-bar.tsx +139 -0
  301. package/src/components/pagination.tsx +139 -0
  302. package/src/components/panel-toolbar.tsx +99 -0
  303. package/src/components/pill-tabs.test.tsx +84 -0
  304. package/src/components/pill-tabs.tsx +77 -0
  305. package/src/components/plugin-download-consent.test.tsx +90 -0
  306. package/src/components/plugin-download-consent.tsx +183 -0
  307. package/src/components/popover.tsx +133 -0
  308. package/src/components/progress.tsx +88 -0
  309. package/src/components/query-state-view.tsx +47 -0
  310. package/src/components/radio-group.tsx +36 -0
  311. package/src/components/scroll-area.tsx +52 -0
  312. package/src/components/search-field.test.tsx +86 -0
  313. package/src/components/search-field.tsx +119 -0
  314. package/src/components/secondary-stat.tsx +24 -0
  315. package/src/components/section-header.tsx +54 -0
  316. package/src/components/section-label.tsx +40 -0
  317. package/src/components/section-tabs.test.tsx +154 -0
  318. package/src/components/section-tabs.tsx +190 -0
  319. package/src/components/separator.tsx +38 -0
  320. package/src/components/sheet.tsx +170 -0
  321. package/src/components/sidebar.tsx +725 -0
  322. package/src/components/skeleton.tsx +18 -0
  323. package/src/components/slider.tsx +52 -0
  324. package/src/components/sortable-chip-list.tsx +56 -0
  325. package/src/components/spinner.tsx +35 -0
  326. package/src/components/surface.tsx +37 -0
  327. package/src/components/switch.tsx +30 -0
  328. package/src/components/table.tsx +116 -0
  329. package/src/components/textarea.tsx +41 -0
  330. package/src/components/toast.tsx +239 -0
  331. package/src/components/toggle.tsx +45 -0
  332. package/src/components/tooltip.tsx +64 -0
  333. package/src/hooks/use-dialog-footer-actions.ts +23 -0
  334. package/src/hooks/use-form-field.ts +62 -0
  335. package/src/hooks/use-mobile.ts +54 -0
  336. package/src/hooks/use-pinch-pan.test.tsx +42 -0
  337. package/src/hooks/use-pinch-pan.ts +340 -0
  338. package/src/hooks/useMobileBackToClose.test.tsx +140 -0
  339. package/src/hooks/useMobileBackToClose.ts +508 -0
  340. package/src/icons/actions.ts +10 -0
  341. package/src/icons/icon-style.test.tsx +69 -0
  342. package/src/icons/icon-style.ts +104 -0
  343. package/src/icons/marks.tsx +72 -0
  344. package/src/icons/registry.test.ts +65 -0
  345. package/src/icons/registry.ts +1163 -0
  346. package/src/index.ts +22 -0
  347. package/src/lib/merge-config.test.ts +109 -0
  348. package/src/lib/merge-config.ts +22 -0
  349. package/src/lib/pagination.test.ts +55 -0
  350. package/src/lib/pagination.ts +42 -0
  351. package/src/lib/utils.ts +6 -0
  352. package/src/styles/scan-contract.test.ts +74 -0
  353. package/src/styles/theme.css +798 -0
  354. package/src/test/i18n.tsx +22 -0
  355. package/src/test/setup.ts +104 -0
  356. package/src/viewport.ts +69 -0
@@ -0,0 +1,1180 @@
1
+ import { AddCircleIcon as AddCircleIcon$2 } from '@solar-icons/react/bold/add-circle';
2
+ import { AlignLeftIcon as AlignLeftIcon$2 } from '@solar-icons/react/bold/align-left';
3
+ import { AltArrowDownIcon as AltArrowDownIcon$2 } from '@solar-icons/react/bold/alt-arrow-down';
4
+ import { AltArrowLeftIcon as AltArrowLeftIcon$2 } from '@solar-icons/react/bold/alt-arrow-left';
5
+ import { AltArrowRightIcon as AltArrowRightIcon$2 } from '@solar-icons/react/bold/alt-arrow-right';
6
+ import { AltArrowUpIcon as AltArrowUpIcon$2 } from '@solar-icons/react/bold/alt-arrow-up';
7
+ import { ArchiveIcon as ArchiveIcon$2 } from '@solar-icons/react/bold/archive';
8
+ import { ArrowRightIcon as ArrowRightIcon$2 } from '@solar-icons/react/bold/arrow-right';
9
+ import { ArrowToTopLeftIcon as ArrowToTopLeftIcon$2 } from '@solar-icons/react/bold/arrow-to-top-left';
10
+ import { ArrowToTopRightIcon as ArrowToTopRightIcon$2 } from '@solar-icons/react/bold/arrow-to-top-right';
11
+ import { BellIcon as BellIcon$2 } from '@solar-icons/react/bold/bell';
12
+ import { BoltIcon as BoltIcon$2 } from '@solar-icons/react/bold/bolt';
13
+ import { BookIcon as BookIcon$2 } from '@solar-icons/react/bold/book';
14
+ import { Book2Icon as Book2Icon$2 } from '@solar-icons/react/bold/book-2';
15
+ import { BookmarkIcon as BookmarkIcon$2 } from '@solar-icons/react/bold/bookmark';
16
+ import { BookmarkCircleIcon as BookmarkCircleIcon$2 } from '@solar-icons/react/bold/bookmark-circle';
17
+ import { BoxIcon as BoxIcon$2 } from '@solar-icons/react/bold/box';
18
+ import { BranchingPathsUpIcon as BranchingPathsUpIcon$2 } from '@solar-icons/react/bold/branching-paths-up';
19
+ import { BugIcon as BugIcon$2 } from '@solar-icons/react/bold/bug';
20
+ import { CalendarDateIcon as CalendarDateIcon$2 } from '@solar-icons/react/bold/calendar-date';
21
+ import { ChatRoundIcon as ChatRoundIcon$2 } from '@solar-icons/react/bold/chat-round';
22
+ import { ChatRoundDotsIcon as ChatRoundDotsIcon$2 } from '@solar-icons/react/bold/chat-round-dots';
23
+ import { ChatRoundLineIcon as ChatRoundLineIcon$2 } from '@solar-icons/react/bold/chat-round-line';
24
+ import { ChatSquareIcon as ChatSquareIcon$2 } from '@solar-icons/react/bold/chat-square';
25
+ import { CheckCircleIcon as CheckCircleIcon$2 } from '@solar-icons/react/bold/check-circle';
26
+ import { ChecklistIcon as ChecklistIcon$2 } from '@solar-icons/react/bold/checklist';
27
+ import { ClipboardListIcon as ClipboardListIcon$2 } from '@solar-icons/react/bold/clipboard-list';
28
+ import { ClockCircleIcon as ClockCircleIcon$2 } from '@solar-icons/react/bold/clock-circle';
29
+ import { CompassIcon as CompassIcon$2 } from '@solar-icons/react/bold/compass';
30
+ import { CopyIcon as CopyIcon$2 } from '@solar-icons/react/bold/copy';
31
+ import { CrownIcon as CrownIcon$2 } from '@solar-icons/react/bold/crown';
32
+ import { DangerTriangleIcon as DangerTriangleIcon$2 } from '@solar-icons/react/bold/danger-triangle';
33
+ import { DatabaseIcon as DatabaseIcon$2 } from '@solar-icons/react/bold/database';
34
+ import { DisketteIcon as DisketteIcon$2 } from '@solar-icons/react/bold/diskette';
35
+ import { DislikeIcon as DislikeIcon$2 } from '@solar-icons/react/bold/dislike';
36
+ import { DocumentAddIcon as DocumentAddIcon$2 } from '@solar-icons/react/bold/document-add';
37
+ import { DocumentTextIcon as DocumentTextIcon$2 } from '@solar-icons/react/bold/document-text';
38
+ import { DoubleAltArrowDownIcon as DoubleAltArrowDownIcon$2 } from '@solar-icons/react/bold/double-alt-arrow-down';
39
+ import { DownloadIcon as DownloadIcon$2 } from '@solar-icons/react/bold/download';
40
+ import { EraserIcon as EraserIcon$2 } from '@solar-icons/react/bold/eraser';
41
+ import { EyeIcon as EyeIcon$2 } from '@solar-icons/react/bold/eye';
42
+ import { FileIcon as FileIcon$2 } from '@solar-icons/react/bold/file';
43
+ import { FileRemoveIcon as FileRemoveIcon$2 } from '@solar-icons/react/bold/file-remove';
44
+ import { FileTextIcon as FileTextIcon$2 } from '@solar-icons/react/bold/file-text';
45
+ import { FilterIcon as FilterIcon$2 } from '@solar-icons/react/bold/filter';
46
+ import { FiltersIcon as FiltersIcon$2 } from '@solar-icons/react/bold/filters';
47
+ import { FolderIcon as FolderIcon$2 } from '@solar-icons/react/bold/folder';
48
+ import { FolderOpenIcon as FolderOpenIcon$2 } from '@solar-icons/react/bold/folder-open';
49
+ import { FolderPathConnectIcon as FolderPathConnectIcon$2 } from '@solar-icons/react/bold/folder-path-connect';
50
+ import { ForbiddenCircleIcon as ForbiddenCircleIcon$2 } from '@solar-icons/react/bold/forbidden-circle';
51
+ import { GalleryIcon as GalleryIcon$2 } from '@solar-icons/react/bold/gallery';
52
+ import { GalleryAddIcon as GalleryAddIcon$2 } from '@solar-icons/react/bold/gallery-add';
53
+ import { GalleryWideIcon as GalleryWideIcon$2 } from '@solar-icons/react/bold/gallery-wide';
54
+ import { GlobalIcon as GlobalIcon$2 } from '@solar-icons/react/bold/global';
55
+ import { GraphDownIcon as GraphDownIcon$2 } from '@solar-icons/react/bold/graph-down';
56
+ import { GraphUpIcon as GraphUpIcon$2 } from '@solar-icons/react/bold/graph-up';
57
+ import { HamburgerMenuIcon as HamburgerMenuIcon$2 } from '@solar-icons/react/bold/hamburger-menu';
58
+ import { HandHeartIcon as HandHeartIcon$2 } from '@solar-icons/react/bold/hand-heart';
59
+ import { HeartIcon as HeartIcon$2 } from '@solar-icons/react/bold/heart';
60
+ import { HelpIcon as HelpIcon$2 } from '@solar-icons/react/bold/help';
61
+ import { HistoryIcon as HistoryIcon$2 } from '@solar-icons/react/bold/history';
62
+ import { HomeAngleIcon as HomeAngleIcon$2 } from '@solar-icons/react/bold/home-angle';
63
+ import { InfoCircleIcon as InfoCircleIcon$2 } from '@solar-icons/react/bold/info-circle';
64
+ import { LayersIcon as LayersIcon$2 } from '@solar-icons/react/bold/layers';
65
+ import { LetterIcon as LetterIcon$2 } from '@solar-icons/react/bold/letter';
66
+ import { LikeIcon as LikeIcon$2 } from '@solar-icons/react/bold/like';
67
+ import { LinkIcon as LinkIcon$2 } from '@solar-icons/react/bold/link';
68
+ import { ListIcon as ListIcon$2 } from '@solar-icons/react/bold/list';
69
+ import { ListVerticalIcon as ListVerticalIcon$2 } from '@solar-icons/react/bold/list-vertical';
70
+ import { LockPasswordIcon as LockPasswordIcon$2 } from '@solar-icons/react/bold/lock-password';
71
+ import { Login2Icon as Login2Icon$2 } from '@solar-icons/react/bold/login-2';
72
+ import { LogoutIcon as LogoutIcon$2 } from '@solar-icons/react/bold/logout';
73
+ import { MagicWand2Icon as MagicWand2Icon$2 } from '@solar-icons/react/bold/magic-wand-2';
74
+ import { MagnifierIcon as MagnifierIcon$2 } from '@solar-icons/react/bold/magnifier';
75
+ import { MagnifierZoomInIcon as MagnifierZoomInIcon$2 } from '@solar-icons/react/bold/magnifier-zoom-in';
76
+ import { MagnifierZoomOutIcon as MagnifierZoomOutIcon$2 } from '@solar-icons/react/bold/magnifier-zoom-out';
77
+ import { MaximizeIcon as MaximizeIcon$2 } from '@solar-icons/react/bold/maximize';
78
+ import { MenuDotsIcon } from '@solar-icons/react/bold/menu-dots';
79
+ import { MinimizeIcon as MinimizeIcon$2 } from '@solar-icons/react/bold/minimize';
80
+ import { MinusSquareIcon as MinusSquareIcon$2 } from '@solar-icons/react/bold/minus-square';
81
+ import { MonitorIcon as MonitorIcon$2 } from '@solar-icons/react/bold/monitor';
82
+ import { MonitorSmartphoneIcon as MonitorSmartphoneIcon$2 } from '@solar-icons/react/bold/monitor-smartphone';
83
+ import { MoonIcon as MoonIcon$2 } from '@solar-icons/react/bold/moon';
84
+ import { MoveToFolderIcon as MoveToFolderIcon$2 } from '@solar-icons/react/bold/move-to-folder';
85
+ import { MusicNotesIcon as MusicNotesIcon$2 } from '@solar-icons/react/bold/music-notes';
86
+ import { PaletteIcon as PaletteIcon$2 } from '@solar-icons/react/bold/palette';
87
+ import { PaletteRoundIcon as PaletteRoundIcon$2 } from '@solar-icons/react/bold/palette-round';
88
+ import { PauseIcon as PauseIcon$2 } from '@solar-icons/react/bold/pause';
89
+ import { PenIcon as PenIcon$2 } from '@solar-icons/react/bold/pen';
90
+ import { PenNewRoundIcon as PenNewRoundIcon$2 } from '@solar-icons/react/bold/pen-new-round';
91
+ import { PieChartIcon as PieChartIcon$2 } from '@solar-icons/react/bold/pie-chart';
92
+ import { PinIcon as PinIcon$2 } from '@solar-icons/react/bold/pin';
93
+ import { PlayIcon as PlayIcon$2 } from '@solar-icons/react/bold/play';
94
+ import { PlugCircleIcon as PlugCircleIcon$2 } from '@solar-icons/react/bold/plug-circle';
95
+ import { PlusMinusIcon as PlusMinusIcon$2 } from '@solar-icons/react/bold/plus-minus';
96
+ import { PulseIcon as PulseIcon$2 } from '@solar-icons/react/bold/pulse';
97
+ import { RefreshIcon as RefreshIcon$2 } from '@solar-icons/react/bold/refresh';
98
+ import { RefreshCircleIcon as RefreshCircleIcon$2 } from '@solar-icons/react/bold/refresh-circle';
99
+ import { ReorderIcon as ReorderIcon$2 } from '@solar-icons/react/bold/reorder';
100
+ import { RepeatIcon as RepeatIcon$2 } from '@solar-icons/react/bold/repeat';
101
+ import { ReplyIcon as ReplyIcon$2 } from '@solar-icons/react/bold/reply';
102
+ import { RestartIcon as RestartIcon$2 } from '@solar-icons/react/bold/restart';
103
+ import { RocketIcon as RocketIcon$2 } from '@solar-icons/react/bold/rocket';
104
+ import { RouteIcon as RouteIcon$2 } from '@solar-icons/react/bold/route';
105
+ import { ScaleIcon as ScaleIcon$2 } from '@solar-icons/react/bold/scale';
106
+ import { ServerIcon as ServerIcon$2 } from '@solar-icons/react/bold/server';
107
+ import { SettingsIcon as SettingsIcon$2 } from '@solar-icons/react/bold/settings';
108
+ import { ShareIcon as ShareIcon$2 } from '@solar-icons/react/bold/share';
109
+ import { ShieldCheckIcon as ShieldCheckIcon$2 } from '@solar-icons/react/bold/shield-check';
110
+ import { SidebarMinimalisticIcon as SidebarMinimalisticIcon$2 } from '@solar-icons/react/bold/sidebar-minimalistic';
111
+ import { SliderHorizontalIcon as SliderHorizontalIcon$2 } from '@solar-icons/react/bold/slider-horizontal';
112
+ import { SmartphoneIcon as SmartphoneIcon$2 } from '@solar-icons/react/bold/smartphone';
113
+ import { SortIcon as SortIcon$2 } from '@solar-icons/react/bold/sort';
114
+ import { SortByTimeIcon as SortByTimeIcon$2 } from '@solar-icons/react/bold/sort-by-time';
115
+ import { SortHorizontalIcon as SortHorizontalIcon$2 } from '@solar-icons/react/bold/sort-horizontal';
116
+ import { SortVerticalIcon as SortVerticalIcon$2 } from '@solar-icons/react/bold/sort-vertical';
117
+ import { StarIcon as StarIcon$2 } from '@solar-icons/react/bold/star';
118
+ import { StructureIcon as StructureIcon$2 } from '@solar-icons/react/bold/structure';
119
+ import { SunIcon as SunIcon$2 } from '@solar-icons/react/bold/sun';
120
+ import { TagIcon as TagIcon$2 } from '@solar-icons/react/bold/tag';
121
+ import { TelescopeIcon as TelescopeIcon$2 } from '@solar-icons/react/bold/telescope';
122
+ import { TestTubeIcon as TestTubeIcon$2 } from '@solar-icons/react/bold/test-tube';
123
+ import { TextFormatIcon as TextFormatIcon$2 } from '@solar-icons/react/bold/text-format';
124
+ import { TransferHorizontalIcon as TransferHorizontalIcon$2 } from '@solar-icons/react/bold/transfer-horizontal';
125
+ import { TranslationIcon as TranslationIcon$2 } from '@solar-icons/react/bold/translation';
126
+ import { TrashBinMinimalisticIcon as TrashBinMinimalisticIcon$2 } from '@solar-icons/react/bold/trash-bin-minimalistic';
127
+ import { UndoLeftIcon as UndoLeftIcon$2 } from '@solar-icons/react/bold/undo-left';
128
+ import { UndoLeftRoundIcon as UndoLeftRoundIcon$2 } from '@solar-icons/react/bold/undo-left-round';
129
+ import { UndoRightIcon as UndoRightIcon$2 } from '@solar-icons/react/bold/undo-right';
130
+ import { UndoRightRoundIcon as UndoRightRoundIcon$2 } from '@solar-icons/react/bold/undo-right-round';
131
+ import { UploadIcon as UploadIcon$2 } from '@solar-icons/react/bold/upload';
132
+ import { UserIcon as UserIcon$2 } from '@solar-icons/react/bold/user';
133
+ import { UserIdIcon as UserIdIcon$2 } from '@solar-icons/react/bold/user-id';
134
+ import { UserMinusIcon as UserMinusIcon$2 } from '@solar-icons/react/bold/user-minus';
135
+ import { UserPlusIcon as UserPlusIcon$2 } from '@solar-icons/react/bold/user-plus';
136
+ import { UsersGroupRoundedIcon as UsersGroupRoundedIcon$2 } from '@solar-icons/react/bold/users-group-rounded';
137
+ import { UsersGroupTwoRoundedIcon as UsersGroupTwoRoundedIcon$2 } from '@solar-icons/react/bold/users-group-two-rounded';
138
+ import { VideoFrameIcon as VideoFrameIcon$2 } from '@solar-icons/react/bold/video-frame';
139
+ import { Widget2Icon as Widget2Icon$2 } from '@solar-icons/react/bold/widget-2';
140
+ import { Widget5Icon as Widget5Icon$2 } from '@solar-icons/react/bold/widget-5';
141
+ import { WindowFrameIcon as WindowFrameIcon$2 } from '@solar-icons/react/bold/window-frame';
142
+ import { AddCircleIcon as AddCircleIcon$1 } from '@solar-icons/react/bold-duotone/add-circle';
143
+ import { AlignLeftIcon as AlignLeftIcon$1 } from '@solar-icons/react/bold-duotone/align-left';
144
+ import { AltArrowDownIcon as AltArrowDownIcon$1 } from '@solar-icons/react/bold-duotone/alt-arrow-down';
145
+ import { AltArrowLeftIcon as AltArrowLeftIcon$1 } from '@solar-icons/react/bold-duotone/alt-arrow-left';
146
+ import { AltArrowRightIcon as AltArrowRightIcon$1 } from '@solar-icons/react/bold-duotone/alt-arrow-right';
147
+ import { AltArrowUpIcon as AltArrowUpIcon$1 } from '@solar-icons/react/bold-duotone/alt-arrow-up';
148
+ import { ArchiveIcon as ArchiveIcon$1 } from '@solar-icons/react/bold-duotone/archive';
149
+ import { ArrowRightIcon as ArrowRightIcon$1 } from '@solar-icons/react/bold-duotone/arrow-right';
150
+ import { ArrowToTopLeftIcon as ArrowToTopLeftIcon$1 } from '@solar-icons/react/bold-duotone/arrow-to-top-left';
151
+ import { ArrowToTopRightIcon as ArrowToTopRightIcon$1 } from '@solar-icons/react/bold-duotone/arrow-to-top-right';
152
+ import { BellIcon as BellIcon$1 } from '@solar-icons/react/bold-duotone/bell';
153
+ import { BoltIcon as BoltIcon$1 } from '@solar-icons/react/bold-duotone/bolt';
154
+ import { BookIcon as BookIcon$1 } from '@solar-icons/react/bold-duotone/book';
155
+ import { Book2Icon as Book2Icon$1 } from '@solar-icons/react/bold-duotone/book-2';
156
+ import { BookmarkIcon as BookmarkIcon$1 } from '@solar-icons/react/bold-duotone/bookmark';
157
+ import { BookmarkCircleIcon as BookmarkCircleIcon$1 } from '@solar-icons/react/bold-duotone/bookmark-circle';
158
+ import { BoxIcon as BoxIcon$1 } from '@solar-icons/react/bold-duotone/box';
159
+ import { BranchingPathsUpIcon as BranchingPathsUpIcon$1 } from '@solar-icons/react/bold-duotone/branching-paths-up';
160
+ import { BugIcon as BugIcon$1 } from '@solar-icons/react/bold-duotone/bug';
161
+ import { CalendarDateIcon as CalendarDateIcon$1 } from '@solar-icons/react/bold-duotone/calendar-date';
162
+ import { ChatRoundIcon as ChatRoundIcon$1 } from '@solar-icons/react/bold-duotone/chat-round';
163
+ import { ChatRoundDotsIcon as ChatRoundDotsIcon$1 } from '@solar-icons/react/bold-duotone/chat-round-dots';
164
+ import { ChatRoundLineIcon as ChatRoundLineIcon$1 } from '@solar-icons/react/bold-duotone/chat-round-line';
165
+ import { ChatSquareIcon as ChatSquareIcon$1 } from '@solar-icons/react/bold-duotone/chat-square';
166
+ import { CheckCircleIcon as CheckCircleIcon$1 } from '@solar-icons/react/bold-duotone/check-circle';
167
+ import { ChecklistIcon as ChecklistIcon$1 } from '@solar-icons/react/bold-duotone/checklist';
168
+ import { ClipboardListIcon as ClipboardListIcon$1 } from '@solar-icons/react/bold-duotone/clipboard-list';
169
+ import { ClockCircleIcon as ClockCircleIcon$1 } from '@solar-icons/react/bold-duotone/clock-circle';
170
+ import { CompassIcon as CompassIcon$1 } from '@solar-icons/react/bold-duotone/compass';
171
+ import { CopyIcon as CopyIcon$1 } from '@solar-icons/react/bold-duotone/copy';
172
+ import { CrownIcon as CrownIcon$1 } from '@solar-icons/react/bold-duotone/crown';
173
+ import { DangerTriangleIcon as DangerTriangleIcon$1 } from '@solar-icons/react/bold-duotone/danger-triangle';
174
+ import { DatabaseIcon as DatabaseIcon$1 } from '@solar-icons/react/bold-duotone/database';
175
+ import { DisketteIcon as DisketteIcon$1 } from '@solar-icons/react/bold-duotone/diskette';
176
+ import { DislikeIcon as DislikeIcon$1 } from '@solar-icons/react/bold-duotone/dislike';
177
+ import { DocumentAddIcon as DocumentAddIcon$1 } from '@solar-icons/react/bold-duotone/document-add';
178
+ import { DocumentTextIcon as DocumentTextIcon$1 } from '@solar-icons/react/bold-duotone/document-text';
179
+ import { DoubleAltArrowDownIcon as DoubleAltArrowDownIcon$1 } from '@solar-icons/react/bold-duotone/double-alt-arrow-down';
180
+ import { DownloadIcon as DownloadIcon$1 } from '@solar-icons/react/bold-duotone/download';
181
+ import { EraserIcon as EraserIcon$1 } from '@solar-icons/react/bold-duotone/eraser';
182
+ import { EyeIcon as EyeIcon$1 } from '@solar-icons/react/bold-duotone/eye';
183
+ import { FileIcon as FileIcon$1 } from '@solar-icons/react/bold-duotone/file';
184
+ import { FileRemoveIcon as FileRemoveIcon$1 } from '@solar-icons/react/bold-duotone/file-remove';
185
+ import { FileTextIcon as FileTextIcon$1 } from '@solar-icons/react/bold-duotone/file-text';
186
+ import { FilterIcon as FilterIcon$1 } from '@solar-icons/react/bold-duotone/filter';
187
+ import { FiltersIcon as FiltersIcon$1 } from '@solar-icons/react/bold-duotone/filters';
188
+ import { FolderIcon as FolderIcon$1 } from '@solar-icons/react/bold-duotone/folder';
189
+ import { FolderOpenIcon as FolderOpenIcon$1 } from '@solar-icons/react/bold-duotone/folder-open';
190
+ import { FolderPathConnectIcon as FolderPathConnectIcon$1 } from '@solar-icons/react/bold-duotone/folder-path-connect';
191
+ import { ForbiddenCircleIcon as ForbiddenCircleIcon$1 } from '@solar-icons/react/bold-duotone/forbidden-circle';
192
+ import { GalleryIcon as GalleryIcon$1 } from '@solar-icons/react/bold-duotone/gallery';
193
+ import { GalleryAddIcon as GalleryAddIcon$1 } from '@solar-icons/react/bold-duotone/gallery-add';
194
+ import { GalleryWideIcon as GalleryWideIcon$1 } from '@solar-icons/react/bold-duotone/gallery-wide';
195
+ import { GlobalIcon as GlobalIcon$1 } from '@solar-icons/react/bold-duotone/global';
196
+ import { GraphDownIcon as GraphDownIcon$1 } from '@solar-icons/react/bold-duotone/graph-down';
197
+ import { GraphUpIcon as GraphUpIcon$1 } from '@solar-icons/react/bold-duotone/graph-up';
198
+ import { HamburgerMenuIcon as HamburgerMenuIcon$1 } from '@solar-icons/react/bold-duotone/hamburger-menu';
199
+ import { HandHeartIcon as HandHeartIcon$1 } from '@solar-icons/react/bold-duotone/hand-heart';
200
+ import { HeartIcon as HeartIcon$1 } from '@solar-icons/react/bold-duotone/heart';
201
+ import { HelpIcon as HelpIcon$1 } from '@solar-icons/react/bold-duotone/help';
202
+ import { HistoryIcon as HistoryIcon$1 } from '@solar-icons/react/bold-duotone/history';
203
+ import { HomeAngleIcon as HomeAngleIcon$1 } from '@solar-icons/react/bold-duotone/home-angle';
204
+ import { InfoCircleIcon as InfoCircleIcon$1 } from '@solar-icons/react/bold-duotone/info-circle';
205
+ import { LayersIcon as LayersIcon$1 } from '@solar-icons/react/bold-duotone/layers';
206
+ import { LetterIcon as LetterIcon$1 } from '@solar-icons/react/bold-duotone/letter';
207
+ import { LikeIcon as LikeIcon$1 } from '@solar-icons/react/bold-duotone/like';
208
+ import { LinkIcon as LinkIcon$1 } from '@solar-icons/react/bold-duotone/link';
209
+ import { ListIcon as ListIcon$1 } from '@solar-icons/react/bold-duotone/list';
210
+ import { ListVerticalIcon as ListVerticalIcon$1 } from '@solar-icons/react/bold-duotone/list-vertical';
211
+ import { LockPasswordIcon as LockPasswordIcon$1 } from '@solar-icons/react/bold-duotone/lock-password';
212
+ import { Login2Icon as Login2Icon$1 } from '@solar-icons/react/bold-duotone/login-2';
213
+ import { LogoutIcon as LogoutIcon$1 } from '@solar-icons/react/bold-duotone/logout';
214
+ import { MagicWand2Icon as MagicWand2Icon$1 } from '@solar-icons/react/bold-duotone/magic-wand-2';
215
+ import { MagnifierIcon as MagnifierIcon$1 } from '@solar-icons/react/bold-duotone/magnifier';
216
+ import { MagnifierZoomInIcon as MagnifierZoomInIcon$1 } from '@solar-icons/react/bold-duotone/magnifier-zoom-in';
217
+ import { MagnifierZoomOutIcon as MagnifierZoomOutIcon$1 } from '@solar-icons/react/bold-duotone/magnifier-zoom-out';
218
+ import { MaximizeIcon as MaximizeIcon$1 } from '@solar-icons/react/bold-duotone/maximize';
219
+ import { MenuDotsIcon as MenuDotsIcon$1 } from '@solar-icons/react/bold-duotone/menu-dots';
220
+ import { MinimizeIcon as MinimizeIcon$1 } from '@solar-icons/react/bold-duotone/minimize';
221
+ import { MinusSquareIcon as MinusSquareIcon$1 } from '@solar-icons/react/bold-duotone/minus-square';
222
+ import { MonitorIcon as MonitorIcon$1 } from '@solar-icons/react/bold-duotone/monitor';
223
+ import { MonitorSmartphoneIcon as MonitorSmartphoneIcon$1 } from '@solar-icons/react/bold-duotone/monitor-smartphone';
224
+ import { MoonIcon as MoonIcon$1 } from '@solar-icons/react/bold-duotone/moon';
225
+ import { MoveToFolderIcon as MoveToFolderIcon$1 } from '@solar-icons/react/bold-duotone/move-to-folder';
226
+ import { MusicNotesIcon as MusicNotesIcon$1 } from '@solar-icons/react/bold-duotone/music-notes';
227
+ import { PaletteIcon as PaletteIcon$1 } from '@solar-icons/react/bold-duotone/palette';
228
+ import { PaletteRoundIcon as PaletteRoundIcon$1 } from '@solar-icons/react/bold-duotone/palette-round';
229
+ import { PauseIcon as PauseIcon$1 } from '@solar-icons/react/bold-duotone/pause';
230
+ import { PenIcon as PenIcon$1 } from '@solar-icons/react/bold-duotone/pen';
231
+ import { PenNewRoundIcon as PenNewRoundIcon$1 } from '@solar-icons/react/bold-duotone/pen-new-round';
232
+ import { PieChartIcon as PieChartIcon$1 } from '@solar-icons/react/bold-duotone/pie-chart';
233
+ import { PinIcon as PinIcon$1 } from '@solar-icons/react/bold-duotone/pin';
234
+ import { PlayIcon as PlayIcon$1 } from '@solar-icons/react/bold-duotone/play';
235
+ import { PlugCircleIcon as PlugCircleIcon$1 } from '@solar-icons/react/bold-duotone/plug-circle';
236
+ import { PlusMinusIcon as PlusMinusIcon$1 } from '@solar-icons/react/bold-duotone/plus-minus';
237
+ import { PulseIcon as PulseIcon$1 } from '@solar-icons/react/bold-duotone/pulse';
238
+ import { RefreshIcon as RefreshIcon$1 } from '@solar-icons/react/bold-duotone/refresh';
239
+ import { RefreshCircleIcon as RefreshCircleIcon$1 } from '@solar-icons/react/bold-duotone/refresh-circle';
240
+ import { ReorderIcon as ReorderIcon$1 } from '@solar-icons/react/bold-duotone/reorder';
241
+ import { RepeatIcon as RepeatIcon$1 } from '@solar-icons/react/bold-duotone/repeat';
242
+ import { ReplyIcon as ReplyIcon$1 } from '@solar-icons/react/bold-duotone/reply';
243
+ import { RestartIcon as RestartIcon$1 } from '@solar-icons/react/bold-duotone/restart';
244
+ import { RocketIcon as RocketIcon$1 } from '@solar-icons/react/bold-duotone/rocket';
245
+ import { RouteIcon as RouteIcon$1 } from '@solar-icons/react/bold-duotone/route';
246
+ import { ScaleIcon as ScaleIcon$1 } from '@solar-icons/react/bold-duotone/scale';
247
+ import { ServerIcon as ServerIcon$1 } from '@solar-icons/react/bold-duotone/server';
248
+ import { SettingsIcon as SettingsIcon$1 } from '@solar-icons/react/bold-duotone/settings';
249
+ import { ShareIcon as ShareIcon$1 } from '@solar-icons/react/bold-duotone/share';
250
+ import { ShieldCheckIcon as ShieldCheckIcon$1 } from '@solar-icons/react/bold-duotone/shield-check';
251
+ import { SidebarMinimalisticIcon as SidebarMinimalisticIcon$1 } from '@solar-icons/react/bold-duotone/sidebar-minimalistic';
252
+ import { SliderHorizontalIcon as SliderHorizontalIcon$1 } from '@solar-icons/react/bold-duotone/slider-horizontal';
253
+ import { SmartphoneIcon as SmartphoneIcon$1 } from '@solar-icons/react/bold-duotone/smartphone';
254
+ import { SortIcon as SortIcon$1 } from '@solar-icons/react/bold-duotone/sort';
255
+ import { SortByTimeIcon as SortByTimeIcon$1 } from '@solar-icons/react/bold-duotone/sort-by-time';
256
+ import { SortHorizontalIcon as SortHorizontalIcon$1 } from '@solar-icons/react/bold-duotone/sort-horizontal';
257
+ import { SortVerticalIcon as SortVerticalIcon$1 } from '@solar-icons/react/bold-duotone/sort-vertical';
258
+ import { StarIcon as StarIcon$1 } from '@solar-icons/react/bold-duotone/star';
259
+ import { StructureIcon as StructureIcon$1 } from '@solar-icons/react/bold-duotone/structure';
260
+ import { SunIcon as SunIcon$1 } from '@solar-icons/react/bold-duotone/sun';
261
+ import { TagIcon as TagIcon$1 } from '@solar-icons/react/bold-duotone/tag';
262
+ import { TelescopeIcon as TelescopeIcon$1 } from '@solar-icons/react/bold-duotone/telescope';
263
+ import { TestTubeIcon as TestTubeIcon$1 } from '@solar-icons/react/bold-duotone/test-tube';
264
+ import { TextFormatIcon as TextFormatIcon$1 } from '@solar-icons/react/bold-duotone/text-format';
265
+ import { TransferHorizontalIcon as TransferHorizontalIcon$1 } from '@solar-icons/react/bold-duotone/transfer-horizontal';
266
+ import { TranslationIcon as TranslationIcon$1 } from '@solar-icons/react/bold-duotone/translation';
267
+ import { TrashBinMinimalisticIcon as TrashBinMinimalisticIcon$1 } from '@solar-icons/react/bold-duotone/trash-bin-minimalistic';
268
+ import { UndoLeftIcon as UndoLeftIcon$1 } from '@solar-icons/react/bold-duotone/undo-left';
269
+ import { UndoLeftRoundIcon as UndoLeftRoundIcon$1 } from '@solar-icons/react/bold-duotone/undo-left-round';
270
+ import { UndoRightIcon as UndoRightIcon$1 } from '@solar-icons/react/bold-duotone/undo-right';
271
+ import { UndoRightRoundIcon as UndoRightRoundIcon$1 } from '@solar-icons/react/bold-duotone/undo-right-round';
272
+ import { UploadIcon as UploadIcon$1 } from '@solar-icons/react/bold-duotone/upload';
273
+ import { UserIcon as UserIcon$1 } from '@solar-icons/react/bold-duotone/user';
274
+ import { UserIdIcon as UserIdIcon$1 } from '@solar-icons/react/bold-duotone/user-id';
275
+ import { UserMinusIcon as UserMinusIcon$1 } from '@solar-icons/react/bold-duotone/user-minus';
276
+ import { UserPlusIcon as UserPlusIcon$1 } from '@solar-icons/react/bold-duotone/user-plus';
277
+ import { UsersGroupRoundedIcon as UsersGroupRoundedIcon$1 } from '@solar-icons/react/bold-duotone/users-group-rounded';
278
+ import { UsersGroupTwoRoundedIcon as UsersGroupTwoRoundedIcon$1 } from '@solar-icons/react/bold-duotone/users-group-two-rounded';
279
+ import { VideoFrameIcon as VideoFrameIcon$1 } from '@solar-icons/react/bold-duotone/video-frame';
280
+ import { Widget2Icon as Widget2Icon$1 } from '@solar-icons/react/bold-duotone/widget-2';
281
+ import { Widget5Icon as Widget5Icon$1 } from '@solar-icons/react/bold-duotone/widget-5';
282
+ import { WindowFrameIcon as WindowFrameIcon$1 } from '@solar-icons/react/bold-duotone/window-frame';
283
+ import { AddCircleIcon } from '@solar-icons/react/linear/add-circle';
284
+ import { AlignLeftIcon } from '@solar-icons/react/linear/align-left';
285
+ import { AltArrowDownIcon } from '@solar-icons/react/linear/alt-arrow-down';
286
+ import { AltArrowLeftIcon } from '@solar-icons/react/linear/alt-arrow-left';
287
+ import { AltArrowRightIcon } from '@solar-icons/react/linear/alt-arrow-right';
288
+ import { AltArrowUpIcon } from '@solar-icons/react/linear/alt-arrow-up';
289
+ import { ArchiveIcon } from '@solar-icons/react/linear/archive';
290
+ import { ArrowRightIcon } from '@solar-icons/react/linear/arrow-right';
291
+ import { ArrowToTopLeftIcon } from '@solar-icons/react/linear/arrow-to-top-left';
292
+ import { ArrowToTopRightIcon } from '@solar-icons/react/linear/arrow-to-top-right';
293
+ import { BellIcon } from '@solar-icons/react/linear/bell';
294
+ import { BoltIcon } from '@solar-icons/react/linear/bolt';
295
+ import { BookIcon } from '@solar-icons/react/linear/book';
296
+ import { Book2Icon } from '@solar-icons/react/linear/book-2';
297
+ import { BookmarkIcon } from '@solar-icons/react/linear/bookmark';
298
+ import { BookmarkCircleIcon } from '@solar-icons/react/linear/bookmark-circle';
299
+ import { BoxIcon } from '@solar-icons/react/linear/box';
300
+ import { BranchingPathsUpIcon } from '@solar-icons/react/linear/branching-paths-up';
301
+ import { BugIcon } from '@solar-icons/react/linear/bug';
302
+ import { CalendarDateIcon } from '@solar-icons/react/linear/calendar-date';
303
+ import { ChatRoundIcon } from '@solar-icons/react/linear/chat-round';
304
+ import { ChatRoundDotsIcon } from '@solar-icons/react/linear/chat-round-dots';
305
+ import { ChatRoundLineIcon } from '@solar-icons/react/linear/chat-round-line';
306
+ import { ChatSquareIcon } from '@solar-icons/react/linear/chat-square';
307
+ import { CheckCircleIcon } from '@solar-icons/react/linear/check-circle';
308
+ import { ChecklistIcon } from '@solar-icons/react/linear/checklist';
309
+ import { ClipboardListIcon } from '@solar-icons/react/linear/clipboard-list';
310
+ import { ClockCircleIcon } from '@solar-icons/react/linear/clock-circle';
311
+ import { CompassIcon } from '@solar-icons/react/linear/compass';
312
+ import { CopyIcon } from '@solar-icons/react/linear/copy';
313
+ import { CrownIcon } from '@solar-icons/react/linear/crown';
314
+ import { DangerTriangleIcon } from '@solar-icons/react/linear/danger-triangle';
315
+ import { DatabaseIcon } from '@solar-icons/react/linear/database';
316
+ import { DisketteIcon } from '@solar-icons/react/linear/diskette';
317
+ import { DislikeIcon } from '@solar-icons/react/linear/dislike';
318
+ import { DocumentAddIcon } from '@solar-icons/react/linear/document-add';
319
+ import { DocumentTextIcon } from '@solar-icons/react/linear/document-text';
320
+ import { DoubleAltArrowDownIcon } from '@solar-icons/react/linear/double-alt-arrow-down';
321
+ import { DownloadIcon } from '@solar-icons/react/linear/download';
322
+ import { EraserIcon } from '@solar-icons/react/linear/eraser';
323
+ import { EyeIcon } from '@solar-icons/react/linear/eye';
324
+ import { FileIcon } from '@solar-icons/react/linear/file';
325
+ import { FileRemoveIcon } from '@solar-icons/react/linear/file-remove';
326
+ import { FileTextIcon } from '@solar-icons/react/linear/file-text';
327
+ import { FilterIcon } from '@solar-icons/react/linear/filter';
328
+ import { FiltersIcon } from '@solar-icons/react/linear/filters';
329
+ import { FolderIcon } from '@solar-icons/react/linear/folder';
330
+ import { FolderOpenIcon } from '@solar-icons/react/linear/folder-open';
331
+ import { FolderPathConnectIcon } from '@solar-icons/react/linear/folder-path-connect';
332
+ import { ForbiddenCircleIcon } from '@solar-icons/react/linear/forbidden-circle';
333
+ import { GalleryIcon } from '@solar-icons/react/linear/gallery';
334
+ import { GalleryAddIcon } from '@solar-icons/react/linear/gallery-add';
335
+ import { GalleryWideIcon } from '@solar-icons/react/linear/gallery-wide';
336
+ import { GlobalIcon } from '@solar-icons/react/linear/global';
337
+ import { GraphDownIcon } from '@solar-icons/react/linear/graph-down';
338
+ import { GraphUpIcon } from '@solar-icons/react/linear/graph-up';
339
+ import { HamburgerMenuIcon } from '@solar-icons/react/linear/hamburger-menu';
340
+ import { HandHeartIcon } from '@solar-icons/react/linear/hand-heart';
341
+ import { HeartIcon } from '@solar-icons/react/linear/heart';
342
+ import { HelpIcon } from '@solar-icons/react/linear/help';
343
+ import { HistoryIcon } from '@solar-icons/react/linear/history';
344
+ import { HomeAngleIcon } from '@solar-icons/react/linear/home-angle';
345
+ import { InfoCircleIcon } from '@solar-icons/react/linear/info-circle';
346
+ import { LayersIcon } from '@solar-icons/react/linear/layers';
347
+ import { LetterIcon } from '@solar-icons/react/linear/letter';
348
+ import { LikeIcon } from '@solar-icons/react/linear/like';
349
+ import { LinkIcon } from '@solar-icons/react/linear/link';
350
+ import { ListIcon } from '@solar-icons/react/linear/list';
351
+ import { ListVerticalIcon } from '@solar-icons/react/linear/list-vertical';
352
+ import { LockPasswordIcon } from '@solar-icons/react/linear/lock-password';
353
+ import { Login2Icon } from '@solar-icons/react/linear/login-2';
354
+ import { LogoutIcon } from '@solar-icons/react/linear/logout';
355
+ import { MagicWand2Icon } from '@solar-icons/react/linear/magic-wand-2';
356
+ import { MagnifierIcon } from '@solar-icons/react/linear/magnifier';
357
+ import { MagnifierZoomInIcon } from '@solar-icons/react/linear/magnifier-zoom-in';
358
+ import { MagnifierZoomOutIcon } from '@solar-icons/react/linear/magnifier-zoom-out';
359
+ import { MaximizeIcon } from '@solar-icons/react/linear/maximize';
360
+ import { MinimizeIcon } from '@solar-icons/react/linear/minimize';
361
+ import { MinusSquareIcon } from '@solar-icons/react/linear/minus-square';
362
+ import { MonitorIcon } from '@solar-icons/react/linear/monitor';
363
+ import { MonitorSmartphoneIcon } from '@solar-icons/react/linear/monitor-smartphone';
364
+ import { MoonIcon } from '@solar-icons/react/linear/moon';
365
+ import { MoveToFolderIcon } from '@solar-icons/react/linear/move-to-folder';
366
+ import { MusicNotesIcon } from '@solar-icons/react/linear/music-notes';
367
+ import { PaletteIcon } from '@solar-icons/react/linear/palette';
368
+ import { PaletteRoundIcon } from '@solar-icons/react/linear/palette-round';
369
+ import { PauseIcon } from '@solar-icons/react/linear/pause';
370
+ import { PenIcon } from '@solar-icons/react/linear/pen';
371
+ import { PenNewRoundIcon } from '@solar-icons/react/linear/pen-new-round';
372
+ import { PieChartIcon } from '@solar-icons/react/linear/pie-chart';
373
+ import { PinIcon } from '@solar-icons/react/linear/pin';
374
+ import { PlayIcon } from '@solar-icons/react/linear/play';
375
+ import { PlugCircleIcon } from '@solar-icons/react/linear/plug-circle';
376
+ import { PlusMinusIcon } from '@solar-icons/react/linear/plus-minus';
377
+ import { PulseIcon } from '@solar-icons/react/linear/pulse';
378
+ import { RefreshIcon } from '@solar-icons/react/linear/refresh';
379
+ import { RefreshCircleIcon } from '@solar-icons/react/linear/refresh-circle';
380
+ import { ReorderIcon } from '@solar-icons/react/linear/reorder';
381
+ import { RepeatIcon } from '@solar-icons/react/linear/repeat';
382
+ import { ReplyIcon } from '@solar-icons/react/linear/reply';
383
+ import { RestartIcon } from '@solar-icons/react/linear/restart';
384
+ import { RocketIcon } from '@solar-icons/react/linear/rocket';
385
+ import { RouteIcon } from '@solar-icons/react/linear/route';
386
+ import { ScaleIcon } from '@solar-icons/react/linear/scale';
387
+ import { ServerIcon } from '@solar-icons/react/linear/server';
388
+ import { SettingsIcon } from '@solar-icons/react/linear/settings';
389
+ import { ShareIcon } from '@solar-icons/react/linear/share';
390
+ import { ShieldCheckIcon } from '@solar-icons/react/linear/shield-check';
391
+ import { SidebarMinimalisticIcon } from '@solar-icons/react/linear/sidebar-minimalistic';
392
+ import { SliderHorizontalIcon } from '@solar-icons/react/linear/slider-horizontal';
393
+ import { SmartphoneIcon } from '@solar-icons/react/linear/smartphone';
394
+ import { SortIcon } from '@solar-icons/react/linear/sort';
395
+ import { SortByTimeIcon } from '@solar-icons/react/linear/sort-by-time';
396
+ import { SortHorizontalIcon } from '@solar-icons/react/linear/sort-horizontal';
397
+ import { SortVerticalIcon } from '@solar-icons/react/linear/sort-vertical';
398
+ import { StarIcon } from '@solar-icons/react/linear/star';
399
+ import { StructureIcon } from '@solar-icons/react/linear/structure';
400
+ import { SunIcon } from '@solar-icons/react/linear/sun';
401
+ import { TagIcon } from '@solar-icons/react/linear/tag';
402
+ import { TelescopeIcon } from '@solar-icons/react/linear/telescope';
403
+ import { TestTubeIcon } from '@solar-icons/react/linear/test-tube';
404
+ import { TextFormatIcon } from '@solar-icons/react/linear/text-format';
405
+ import { TransferHorizontalIcon } from '@solar-icons/react/linear/transfer-horizontal';
406
+ import { TranslationIcon } from '@solar-icons/react/linear/translation';
407
+ import { TrashBinMinimalisticIcon } from '@solar-icons/react/linear/trash-bin-minimalistic';
408
+ import { UndoLeftIcon } from '@solar-icons/react/linear/undo-left';
409
+ import { UndoLeftRoundIcon } from '@solar-icons/react/linear/undo-left-round';
410
+ import { UndoRightIcon } from '@solar-icons/react/linear/undo-right';
411
+ import { UndoRightRoundIcon } from '@solar-icons/react/linear/undo-right-round';
412
+ import { UploadIcon } from '@solar-icons/react/linear/upload';
413
+ import { UserIcon } from '@solar-icons/react/linear/user';
414
+ import { UserIdIcon } from '@solar-icons/react/linear/user-id';
415
+ import { UserMinusIcon } from '@solar-icons/react/linear/user-minus';
416
+ import { UserPlusIcon } from '@solar-icons/react/linear/user-plus';
417
+ import { UsersGroupRoundedIcon } from '@solar-icons/react/linear/users-group-rounded';
418
+ import { UsersGroupTwoRoundedIcon } from '@solar-icons/react/linear/users-group-two-rounded';
419
+ import { VideoFrameIcon } from '@solar-icons/react/linear/video-frame';
420
+ import { Widget2Icon } from '@solar-icons/react/linear/widget-2';
421
+ import { Widget5Icon } from '@solar-icons/react/linear/widget-5';
422
+ import { WindowFrameIcon } from '@solar-icons/react/linear/window-frame';
423
+ import { useSyncExternalStore, createElement } from 'react';
424
+
425
+ // src/icons/registry.ts
426
+ function readIconMode() {
427
+ return document.documentElement.dataset.iconStyle === "linear" ? "linear" : "boldDuotone";
428
+ }
429
+ var currentMode = "boldDuotone";
430
+ var observer;
431
+ var listeners = /* @__PURE__ */ new Set();
432
+ function ensureObserver() {
433
+ if (observer !== void 0 || typeof document === "undefined") return;
434
+ observer = new MutationObserver(() => {
435
+ const next = readIconMode();
436
+ if (next === currentMode) return;
437
+ currentMode = next;
438
+ for (const cb of listeners) cb();
439
+ });
440
+ observer.observe(document.documentElement, {
441
+ attributes: true,
442
+ attributeFilter: ["data-icon-style"]
443
+ });
444
+ }
445
+ function subscribeIconStyle(callback) {
446
+ ensureObserver();
447
+ currentMode = readIconMode();
448
+ listeners.add(callback);
449
+ return () => {
450
+ listeners.delete(callback);
451
+ };
452
+ }
453
+ function getIconStyleSnapshot() {
454
+ return currentMode;
455
+ }
456
+ function createIcon(variants) {
457
+ function Icon(props) {
458
+ const current = useSyncExternalStore(
459
+ subscribeIconStyle,
460
+ getIconStyleSnapshot,
461
+ () => "boldDuotone"
462
+ );
463
+ const { mode, ...rest } = props;
464
+ const Component = variants[mode ?? current];
465
+ const className = typeof rest.className === "string" ? `hd-icon ${rest.className}` : "hd-icon";
466
+ return createElement(Component, { ...rest, className });
467
+ }
468
+ return Icon;
469
+ }
470
+
471
+ // src/icons/registry.ts
472
+ var AddCircle = createIcon({
473
+ bold: AddCircleIcon$2,
474
+ boldDuotone: AddCircleIcon$1,
475
+ linear: AddCircleIcon
476
+ });
477
+ var AlignLeft = createIcon({
478
+ bold: AlignLeftIcon$2,
479
+ boldDuotone: AlignLeftIcon$1,
480
+ linear: AlignLeftIcon
481
+ });
482
+ var AltArrowDown = createIcon({
483
+ bold: AltArrowDownIcon$2,
484
+ boldDuotone: AltArrowDownIcon$1,
485
+ linear: AltArrowDownIcon
486
+ });
487
+ var AltArrowLeft = createIcon({
488
+ bold: AltArrowLeftIcon$2,
489
+ boldDuotone: AltArrowLeftIcon$1,
490
+ linear: AltArrowLeftIcon
491
+ });
492
+ var AltArrowRight = createIcon({
493
+ bold: AltArrowRightIcon$2,
494
+ boldDuotone: AltArrowRightIcon$1,
495
+ linear: AltArrowRightIcon
496
+ });
497
+ var AltArrowUp = createIcon({
498
+ bold: AltArrowUpIcon$2,
499
+ boldDuotone: AltArrowUpIcon$1,
500
+ linear: AltArrowUpIcon
501
+ });
502
+ var Archive = createIcon({
503
+ bold: ArchiveIcon$2,
504
+ boldDuotone: ArchiveIcon$1,
505
+ linear: ArchiveIcon
506
+ });
507
+ var ArrowRight = createIcon({
508
+ bold: ArrowRightIcon$2,
509
+ boldDuotone: ArrowRightIcon$1,
510
+ linear: ArrowRightIcon
511
+ });
512
+ var ArrowToTopLeft = createIcon({
513
+ bold: ArrowToTopLeftIcon$2,
514
+ boldDuotone: ArrowToTopLeftIcon$1,
515
+ linear: ArrowToTopLeftIcon
516
+ });
517
+ var ArrowToTopRight = createIcon({
518
+ bold: ArrowToTopRightIcon$2,
519
+ boldDuotone: ArrowToTopRightIcon$1,
520
+ linear: ArrowToTopRightIcon
521
+ });
522
+ var Bell = createIcon({
523
+ bold: BellIcon$2,
524
+ boldDuotone: BellIcon$1,
525
+ linear: BellIcon
526
+ });
527
+ var Bolt = createIcon({
528
+ bold: BoltIcon$2,
529
+ boldDuotone: BoltIcon$1,
530
+ linear: BoltIcon
531
+ });
532
+ var Book = createIcon({
533
+ bold: BookIcon$2,
534
+ boldDuotone: BookIcon$1,
535
+ linear: BookIcon
536
+ });
537
+ var Book2 = createIcon({
538
+ bold: Book2Icon$2,
539
+ boldDuotone: Book2Icon$1,
540
+ linear: Book2Icon
541
+ });
542
+ var Bookmark = createIcon({
543
+ bold: BookmarkIcon$2,
544
+ boldDuotone: BookmarkIcon$1,
545
+ linear: BookmarkIcon
546
+ });
547
+ var BookmarkCircle = createIcon({
548
+ bold: BookmarkCircleIcon$2,
549
+ boldDuotone: BookmarkCircleIcon$1,
550
+ linear: BookmarkCircleIcon
551
+ });
552
+ var Box = createIcon({
553
+ bold: BoxIcon$2,
554
+ boldDuotone: BoxIcon$1,
555
+ linear: BoxIcon
556
+ });
557
+ var BranchingPathsUp = createIcon({
558
+ bold: BranchingPathsUpIcon$2,
559
+ boldDuotone: BranchingPathsUpIcon$1,
560
+ linear: BranchingPathsUpIcon
561
+ });
562
+ var Bug = createIcon({
563
+ bold: BugIcon$2,
564
+ boldDuotone: BugIcon$1,
565
+ linear: BugIcon
566
+ });
567
+ var CalendarDate = createIcon({
568
+ bold: CalendarDateIcon$2,
569
+ boldDuotone: CalendarDateIcon$1,
570
+ linear: CalendarDateIcon
571
+ });
572
+ var ChatRound = createIcon({
573
+ bold: ChatRoundIcon$2,
574
+ boldDuotone: ChatRoundIcon$1,
575
+ linear: ChatRoundIcon
576
+ });
577
+ var ChatRoundDots = createIcon({
578
+ bold: ChatRoundDotsIcon$2,
579
+ boldDuotone: ChatRoundDotsIcon$1,
580
+ linear: ChatRoundDotsIcon
581
+ });
582
+ var ChatRoundLine = createIcon({
583
+ bold: ChatRoundLineIcon$2,
584
+ boldDuotone: ChatRoundLineIcon$1,
585
+ linear: ChatRoundLineIcon
586
+ });
587
+ var ChatSquare = createIcon({
588
+ bold: ChatSquareIcon$2,
589
+ boldDuotone: ChatSquareIcon$1,
590
+ linear: ChatSquareIcon
591
+ });
592
+ var CheckCircle = createIcon({
593
+ bold: CheckCircleIcon$2,
594
+ boldDuotone: CheckCircleIcon$1,
595
+ linear: CheckCircleIcon
596
+ });
597
+ var Checklist = createIcon({
598
+ bold: ChecklistIcon$2,
599
+ boldDuotone: ChecklistIcon$1,
600
+ linear: ChecklistIcon
601
+ });
602
+ var ClipboardList = createIcon({
603
+ bold: ClipboardListIcon$2,
604
+ boldDuotone: ClipboardListIcon$1,
605
+ linear: ClipboardListIcon
606
+ });
607
+ var ClockCircle = createIcon({
608
+ bold: ClockCircleIcon$2,
609
+ boldDuotone: ClockCircleIcon$1,
610
+ linear: ClockCircleIcon
611
+ });
612
+ var Compass = createIcon({
613
+ bold: CompassIcon$2,
614
+ boldDuotone: CompassIcon$1,
615
+ linear: CompassIcon
616
+ });
617
+ var Copy = createIcon({
618
+ bold: CopyIcon$2,
619
+ boldDuotone: CopyIcon$1,
620
+ linear: CopyIcon
621
+ });
622
+ var Crown = createIcon({
623
+ bold: CrownIcon$2,
624
+ boldDuotone: CrownIcon$1,
625
+ linear: CrownIcon
626
+ });
627
+ var DangerTriangle = createIcon({
628
+ bold: DangerTriangleIcon$2,
629
+ boldDuotone: DangerTriangleIcon$1,
630
+ linear: DangerTriangleIcon
631
+ });
632
+ var Database = createIcon({
633
+ bold: DatabaseIcon$2,
634
+ boldDuotone: DatabaseIcon$1,
635
+ linear: DatabaseIcon
636
+ });
637
+ var Diskette = createIcon({
638
+ bold: DisketteIcon$2,
639
+ boldDuotone: DisketteIcon$1,
640
+ linear: DisketteIcon
641
+ });
642
+ var Dislike = createIcon({
643
+ bold: DislikeIcon$2,
644
+ boldDuotone: DislikeIcon$1,
645
+ linear: DislikeIcon
646
+ });
647
+ var DocumentAdd = createIcon({
648
+ bold: DocumentAddIcon$2,
649
+ boldDuotone: DocumentAddIcon$1,
650
+ linear: DocumentAddIcon
651
+ });
652
+ var DocumentText = createIcon({
653
+ bold: DocumentTextIcon$2,
654
+ boldDuotone: DocumentTextIcon$1,
655
+ linear: DocumentTextIcon
656
+ });
657
+ var DoubleAltArrowDown = createIcon({
658
+ bold: DoubleAltArrowDownIcon$2,
659
+ boldDuotone: DoubleAltArrowDownIcon$1,
660
+ linear: DoubleAltArrowDownIcon
661
+ });
662
+ var Download = createIcon({
663
+ bold: DownloadIcon$2,
664
+ boldDuotone: DownloadIcon$1,
665
+ linear: DownloadIcon
666
+ });
667
+ var Eraser = createIcon({
668
+ bold: EraserIcon$2,
669
+ boldDuotone: EraserIcon$1,
670
+ linear: EraserIcon
671
+ });
672
+ var Eye = createIcon({
673
+ bold: EyeIcon$2,
674
+ boldDuotone: EyeIcon$1,
675
+ linear: EyeIcon
676
+ });
677
+ var File = createIcon({
678
+ bold: FileIcon$2,
679
+ boldDuotone: FileIcon$1,
680
+ linear: FileIcon
681
+ });
682
+ var FileRemove = createIcon({
683
+ bold: FileRemoveIcon$2,
684
+ boldDuotone: FileRemoveIcon$1,
685
+ linear: FileRemoveIcon
686
+ });
687
+ var FileText = createIcon({
688
+ bold: FileTextIcon$2,
689
+ boldDuotone: FileTextIcon$1,
690
+ linear: FileTextIcon
691
+ });
692
+ var Filter = createIcon({
693
+ bold: FilterIcon$2,
694
+ boldDuotone: FilterIcon$1,
695
+ linear: FilterIcon
696
+ });
697
+ var Filters = createIcon({
698
+ bold: FiltersIcon$2,
699
+ boldDuotone: FiltersIcon$1,
700
+ linear: FiltersIcon
701
+ });
702
+ var Folder = createIcon({
703
+ bold: FolderIcon$2,
704
+ boldDuotone: FolderIcon$1,
705
+ linear: FolderIcon
706
+ });
707
+ var FolderOpen = createIcon({
708
+ bold: FolderOpenIcon$2,
709
+ boldDuotone: FolderOpenIcon$1,
710
+ linear: FolderOpenIcon
711
+ });
712
+ var FolderPathConnect = createIcon({
713
+ bold: FolderPathConnectIcon$2,
714
+ boldDuotone: FolderPathConnectIcon$1,
715
+ linear: FolderPathConnectIcon
716
+ });
717
+ var ForbiddenCircle = createIcon({
718
+ bold: ForbiddenCircleIcon$2,
719
+ boldDuotone: ForbiddenCircleIcon$1,
720
+ linear: ForbiddenCircleIcon
721
+ });
722
+ var Gallery = createIcon({
723
+ bold: GalleryIcon$2,
724
+ boldDuotone: GalleryIcon$1,
725
+ linear: GalleryIcon
726
+ });
727
+ var GalleryAdd = createIcon({
728
+ bold: GalleryAddIcon$2,
729
+ boldDuotone: GalleryAddIcon$1,
730
+ linear: GalleryAddIcon
731
+ });
732
+ var GalleryWide = createIcon({
733
+ bold: GalleryWideIcon$2,
734
+ boldDuotone: GalleryWideIcon$1,
735
+ linear: GalleryWideIcon
736
+ });
737
+ var Global = createIcon({
738
+ bold: GlobalIcon$2,
739
+ boldDuotone: GlobalIcon$1,
740
+ linear: GlobalIcon
741
+ });
742
+ var GraphDown = createIcon({
743
+ bold: GraphDownIcon$2,
744
+ boldDuotone: GraphDownIcon$1,
745
+ linear: GraphDownIcon
746
+ });
747
+ var GraphUp = createIcon({
748
+ bold: GraphUpIcon$2,
749
+ boldDuotone: GraphUpIcon$1,
750
+ linear: GraphUpIcon
751
+ });
752
+ var HamburgerMenu = createIcon({
753
+ bold: HamburgerMenuIcon$2,
754
+ boldDuotone: HamburgerMenuIcon$1,
755
+ linear: HamburgerMenuIcon
756
+ });
757
+ var HandHeart = createIcon({
758
+ bold: HandHeartIcon$2,
759
+ boldDuotone: HandHeartIcon$1,
760
+ linear: HandHeartIcon
761
+ });
762
+ var Heart = createIcon({
763
+ bold: HeartIcon$2,
764
+ boldDuotone: HeartIcon$1,
765
+ linear: HeartIcon
766
+ });
767
+ var Help = createIcon({
768
+ bold: HelpIcon$2,
769
+ boldDuotone: HelpIcon$1,
770
+ linear: HelpIcon
771
+ });
772
+ var History = createIcon({
773
+ bold: HistoryIcon$2,
774
+ boldDuotone: HistoryIcon$1,
775
+ linear: HistoryIcon
776
+ });
777
+ var HomeAngle = createIcon({
778
+ bold: HomeAngleIcon$2,
779
+ boldDuotone: HomeAngleIcon$1,
780
+ linear: HomeAngleIcon
781
+ });
782
+ var InfoCircle = createIcon({
783
+ bold: InfoCircleIcon$2,
784
+ boldDuotone: InfoCircleIcon$1,
785
+ linear: InfoCircleIcon
786
+ });
787
+ var Layers = createIcon({
788
+ bold: LayersIcon$2,
789
+ boldDuotone: LayersIcon$1,
790
+ linear: LayersIcon
791
+ });
792
+ var Letter = createIcon({
793
+ bold: LetterIcon$2,
794
+ boldDuotone: LetterIcon$1,
795
+ linear: LetterIcon
796
+ });
797
+ var Like = createIcon({
798
+ bold: LikeIcon$2,
799
+ boldDuotone: LikeIcon$1,
800
+ linear: LikeIcon
801
+ });
802
+ var Link = createIcon({
803
+ bold: LinkIcon$2,
804
+ boldDuotone: LinkIcon$1,
805
+ linear: LinkIcon
806
+ });
807
+ var List = createIcon({
808
+ bold: ListIcon$2,
809
+ boldDuotone: ListIcon$1,
810
+ linear: ListIcon
811
+ });
812
+ var ListVertical = createIcon({
813
+ bold: ListVerticalIcon$2,
814
+ boldDuotone: ListVerticalIcon$1,
815
+ linear: ListVerticalIcon
816
+ });
817
+ var LockPassword = createIcon({
818
+ bold: LockPasswordIcon$2,
819
+ boldDuotone: LockPasswordIcon$1,
820
+ linear: LockPasswordIcon
821
+ });
822
+ var Login2 = createIcon({
823
+ bold: Login2Icon$2,
824
+ boldDuotone: Login2Icon$1,
825
+ linear: Login2Icon
826
+ });
827
+ var Logout = createIcon({
828
+ bold: LogoutIcon$2,
829
+ boldDuotone: LogoutIcon$1,
830
+ linear: LogoutIcon
831
+ });
832
+ var MagicWand2 = createIcon({
833
+ bold: MagicWand2Icon$2,
834
+ boldDuotone: MagicWand2Icon$1,
835
+ linear: MagicWand2Icon
836
+ });
837
+ var Magnifier = createIcon({
838
+ bold: MagnifierIcon$2,
839
+ boldDuotone: MagnifierIcon$1,
840
+ linear: MagnifierIcon
841
+ });
842
+ var MagnifierZoomIn = createIcon({
843
+ bold: MagnifierZoomInIcon$2,
844
+ boldDuotone: MagnifierZoomInIcon$1,
845
+ linear: MagnifierZoomInIcon
846
+ });
847
+ var MagnifierZoomOut = createIcon({
848
+ bold: MagnifierZoomOutIcon$2,
849
+ boldDuotone: MagnifierZoomOutIcon$1,
850
+ linear: MagnifierZoomOutIcon
851
+ });
852
+ var Maximize = createIcon({
853
+ bold: MaximizeIcon$2,
854
+ boldDuotone: MaximizeIcon$1,
855
+ linear: MaximizeIcon
856
+ });
857
+ var MenuDots = createIcon({
858
+ bold: MenuDotsIcon,
859
+ boldDuotone: MenuDotsIcon$1,
860
+ linear: MenuDotsIcon
861
+ });
862
+ var Minimize = createIcon({
863
+ bold: MinimizeIcon$2,
864
+ boldDuotone: MinimizeIcon$1,
865
+ linear: MinimizeIcon
866
+ });
867
+ var MinusSquare = createIcon({
868
+ bold: MinusSquareIcon$2,
869
+ boldDuotone: MinusSquareIcon$1,
870
+ linear: MinusSquareIcon
871
+ });
872
+ var Monitor = createIcon({
873
+ bold: MonitorIcon$2,
874
+ boldDuotone: MonitorIcon$1,
875
+ linear: MonitorIcon
876
+ });
877
+ var MonitorSmartphone = createIcon({
878
+ bold: MonitorSmartphoneIcon$2,
879
+ boldDuotone: MonitorSmartphoneIcon$1,
880
+ linear: MonitorSmartphoneIcon
881
+ });
882
+ var Moon = createIcon({
883
+ bold: MoonIcon$2,
884
+ boldDuotone: MoonIcon$1,
885
+ linear: MoonIcon
886
+ });
887
+ var MoveToFolder = createIcon({
888
+ bold: MoveToFolderIcon$2,
889
+ boldDuotone: MoveToFolderIcon$1,
890
+ linear: MoveToFolderIcon
891
+ });
892
+ var MusicNotes = createIcon({
893
+ bold: MusicNotesIcon$2,
894
+ boldDuotone: MusicNotesIcon$1,
895
+ linear: MusicNotesIcon
896
+ });
897
+ var Palette = createIcon({
898
+ bold: PaletteIcon$2,
899
+ boldDuotone: PaletteIcon$1,
900
+ linear: PaletteIcon
901
+ });
902
+ var PaletteRound = createIcon({
903
+ bold: PaletteRoundIcon$2,
904
+ boldDuotone: PaletteRoundIcon$1,
905
+ linear: PaletteRoundIcon
906
+ });
907
+ var Pause = createIcon({
908
+ bold: PauseIcon$2,
909
+ boldDuotone: PauseIcon$1,
910
+ linear: PauseIcon
911
+ });
912
+ var Pen = createIcon({
913
+ bold: PenIcon$2,
914
+ boldDuotone: PenIcon$1,
915
+ linear: PenIcon
916
+ });
917
+ var PenNewRound = createIcon({
918
+ bold: PenNewRoundIcon$2,
919
+ boldDuotone: PenNewRoundIcon$1,
920
+ linear: PenNewRoundIcon
921
+ });
922
+ var PieChart = createIcon({
923
+ bold: PieChartIcon$2,
924
+ boldDuotone: PieChartIcon$1,
925
+ linear: PieChartIcon
926
+ });
927
+ var Pin = createIcon({
928
+ bold: PinIcon$2,
929
+ boldDuotone: PinIcon$1,
930
+ linear: PinIcon
931
+ });
932
+ var Play = createIcon({
933
+ bold: PlayIcon$2,
934
+ boldDuotone: PlayIcon$1,
935
+ linear: PlayIcon
936
+ });
937
+ var PlugCircle = createIcon({
938
+ bold: PlugCircleIcon$2,
939
+ boldDuotone: PlugCircleIcon$1,
940
+ linear: PlugCircleIcon
941
+ });
942
+ var PlusMinus = createIcon({
943
+ bold: PlusMinusIcon$2,
944
+ boldDuotone: PlusMinusIcon$1,
945
+ linear: PlusMinusIcon
946
+ });
947
+ var Pulse = createIcon({
948
+ bold: PulseIcon$2,
949
+ boldDuotone: PulseIcon$1,
950
+ linear: PulseIcon
951
+ });
952
+ var Refresh = createIcon({
953
+ bold: RefreshIcon$2,
954
+ boldDuotone: RefreshIcon$1,
955
+ linear: RefreshIcon
956
+ });
957
+ var RefreshCircle = createIcon({
958
+ bold: RefreshCircleIcon$2,
959
+ boldDuotone: RefreshCircleIcon$1,
960
+ linear: RefreshCircleIcon
961
+ });
962
+ var Reorder = createIcon({
963
+ bold: ReorderIcon$2,
964
+ boldDuotone: ReorderIcon$1,
965
+ linear: ReorderIcon
966
+ });
967
+ var Repeat = createIcon({
968
+ bold: RepeatIcon$2,
969
+ boldDuotone: RepeatIcon$1,
970
+ linear: RepeatIcon
971
+ });
972
+ var Reply = createIcon({
973
+ bold: ReplyIcon$2,
974
+ boldDuotone: ReplyIcon$1,
975
+ linear: ReplyIcon
976
+ });
977
+ var Restart = createIcon({
978
+ bold: RestartIcon$2,
979
+ boldDuotone: RestartIcon$1,
980
+ linear: RestartIcon
981
+ });
982
+ var Rocket = createIcon({
983
+ bold: RocketIcon$2,
984
+ boldDuotone: RocketIcon$1,
985
+ linear: RocketIcon
986
+ });
987
+ var Route = createIcon({
988
+ bold: RouteIcon$2,
989
+ boldDuotone: RouteIcon$1,
990
+ linear: RouteIcon
991
+ });
992
+ var Scale = createIcon({
993
+ bold: ScaleIcon$2,
994
+ boldDuotone: ScaleIcon$1,
995
+ linear: ScaleIcon
996
+ });
997
+ var Server = createIcon({
998
+ bold: ServerIcon$2,
999
+ boldDuotone: ServerIcon$1,
1000
+ linear: ServerIcon
1001
+ });
1002
+ var Settings = createIcon({
1003
+ bold: SettingsIcon$2,
1004
+ boldDuotone: SettingsIcon$1,
1005
+ linear: SettingsIcon
1006
+ });
1007
+ var Share = createIcon({
1008
+ bold: ShareIcon$2,
1009
+ boldDuotone: ShareIcon$1,
1010
+ linear: ShareIcon
1011
+ });
1012
+ var ShieldCheck = createIcon({
1013
+ bold: ShieldCheckIcon$2,
1014
+ boldDuotone: ShieldCheckIcon$1,
1015
+ linear: ShieldCheckIcon
1016
+ });
1017
+ var SidebarMinimalistic = createIcon({
1018
+ bold: SidebarMinimalisticIcon$2,
1019
+ boldDuotone: SidebarMinimalisticIcon$1,
1020
+ linear: SidebarMinimalisticIcon
1021
+ });
1022
+ var SliderHorizontal = createIcon({
1023
+ bold: SliderHorizontalIcon$2,
1024
+ boldDuotone: SliderHorizontalIcon$1,
1025
+ linear: SliderHorizontalIcon
1026
+ });
1027
+ var Smartphone = createIcon({
1028
+ bold: SmartphoneIcon$2,
1029
+ boldDuotone: SmartphoneIcon$1,
1030
+ linear: SmartphoneIcon
1031
+ });
1032
+ var Sort = createIcon({
1033
+ bold: SortIcon$2,
1034
+ boldDuotone: SortIcon$1,
1035
+ linear: SortIcon
1036
+ });
1037
+ var SortByTime = createIcon({
1038
+ bold: SortByTimeIcon$2,
1039
+ boldDuotone: SortByTimeIcon$1,
1040
+ linear: SortByTimeIcon
1041
+ });
1042
+ var SortHorizontal = createIcon({
1043
+ bold: SortHorizontalIcon$2,
1044
+ boldDuotone: SortHorizontalIcon$1,
1045
+ linear: SortHorizontalIcon
1046
+ });
1047
+ var SortVertical = createIcon({
1048
+ bold: SortVerticalIcon$2,
1049
+ boldDuotone: SortVerticalIcon$1,
1050
+ linear: SortVerticalIcon
1051
+ });
1052
+ var Star = createIcon({
1053
+ bold: StarIcon$2,
1054
+ boldDuotone: StarIcon$1,
1055
+ linear: StarIcon
1056
+ });
1057
+ var Structure = createIcon({
1058
+ bold: StructureIcon$2,
1059
+ boldDuotone: StructureIcon$1,
1060
+ linear: StructureIcon
1061
+ });
1062
+ var Sun = createIcon({
1063
+ bold: SunIcon$2,
1064
+ boldDuotone: SunIcon$1,
1065
+ linear: SunIcon
1066
+ });
1067
+ var Tag = createIcon({
1068
+ bold: TagIcon$2,
1069
+ boldDuotone: TagIcon$1,
1070
+ linear: TagIcon
1071
+ });
1072
+ var Telescope = createIcon({
1073
+ bold: TelescopeIcon$2,
1074
+ boldDuotone: TelescopeIcon$1,
1075
+ linear: TelescopeIcon
1076
+ });
1077
+ var TestTube = createIcon({
1078
+ bold: TestTubeIcon$2,
1079
+ boldDuotone: TestTubeIcon$1,
1080
+ linear: TestTubeIcon
1081
+ });
1082
+ var TextFormat = createIcon({
1083
+ bold: TextFormatIcon$2,
1084
+ boldDuotone: TextFormatIcon$1,
1085
+ linear: TextFormatIcon
1086
+ });
1087
+ var TransferHorizontal = createIcon({
1088
+ bold: TransferHorizontalIcon$2,
1089
+ boldDuotone: TransferHorizontalIcon$1,
1090
+ linear: TransferHorizontalIcon
1091
+ });
1092
+ var Translation = createIcon({
1093
+ bold: TranslationIcon$2,
1094
+ boldDuotone: TranslationIcon$1,
1095
+ linear: TranslationIcon
1096
+ });
1097
+ var TrashBinMinimalistic = createIcon({
1098
+ bold: TrashBinMinimalisticIcon$2,
1099
+ boldDuotone: TrashBinMinimalisticIcon$1,
1100
+ linear: TrashBinMinimalisticIcon
1101
+ });
1102
+ var UndoLeft = createIcon({
1103
+ bold: UndoLeftIcon$2,
1104
+ boldDuotone: UndoLeftIcon$1,
1105
+ linear: UndoLeftIcon
1106
+ });
1107
+ var UndoLeftRound = createIcon({
1108
+ bold: UndoLeftRoundIcon$2,
1109
+ boldDuotone: UndoLeftRoundIcon$1,
1110
+ linear: UndoLeftRoundIcon
1111
+ });
1112
+ var UndoRight = createIcon({
1113
+ bold: UndoRightIcon$2,
1114
+ boldDuotone: UndoRightIcon$1,
1115
+ linear: UndoRightIcon
1116
+ });
1117
+ var UndoRightRound = createIcon({
1118
+ bold: UndoRightRoundIcon$2,
1119
+ boldDuotone: UndoRightRoundIcon$1,
1120
+ linear: UndoRightRoundIcon
1121
+ });
1122
+ var Upload = createIcon({
1123
+ bold: UploadIcon$2,
1124
+ boldDuotone: UploadIcon$1,
1125
+ linear: UploadIcon
1126
+ });
1127
+ var User = createIcon({
1128
+ bold: UserIcon$2,
1129
+ boldDuotone: UserIcon$1,
1130
+ linear: UserIcon
1131
+ });
1132
+ var UserId = createIcon({
1133
+ bold: UserIdIcon$2,
1134
+ boldDuotone: UserIdIcon$1,
1135
+ linear: UserIdIcon
1136
+ });
1137
+ var UserMinus = createIcon({
1138
+ bold: UserMinusIcon$2,
1139
+ boldDuotone: UserMinusIcon$1,
1140
+ linear: UserMinusIcon
1141
+ });
1142
+ var UserPlus = createIcon({
1143
+ bold: UserPlusIcon$2,
1144
+ boldDuotone: UserPlusIcon$1,
1145
+ linear: UserPlusIcon
1146
+ });
1147
+ var UsersGroupRounded = createIcon({
1148
+ bold: UsersGroupRoundedIcon$2,
1149
+ boldDuotone: UsersGroupRoundedIcon$1,
1150
+ linear: UsersGroupRoundedIcon
1151
+ });
1152
+ var UsersGroupTwoRounded = createIcon({
1153
+ bold: UsersGroupTwoRoundedIcon$2,
1154
+ boldDuotone: UsersGroupTwoRoundedIcon$1,
1155
+ linear: UsersGroupTwoRoundedIcon
1156
+ });
1157
+ var VideoFrame = createIcon({
1158
+ bold: VideoFrameIcon$2,
1159
+ boldDuotone: VideoFrameIcon$1,
1160
+ linear: VideoFrameIcon
1161
+ });
1162
+ var Widget2 = createIcon({
1163
+ bold: Widget2Icon$2,
1164
+ boldDuotone: Widget2Icon$1,
1165
+ linear: Widget2Icon
1166
+ });
1167
+ var Widget5 = createIcon({
1168
+ bold: Widget5Icon$2,
1169
+ boldDuotone: Widget5Icon$1,
1170
+ linear: Widget5Icon
1171
+ });
1172
+ var WindowFrame = createIcon({
1173
+ bold: WindowFrameIcon$2,
1174
+ boldDuotone: WindowFrameIcon$1,
1175
+ linear: WindowFrameIcon
1176
+ });
1177
+
1178
+ export { AddCircle, AlignLeft, AltArrowDown, AltArrowLeft, AltArrowRight, AltArrowUp, Archive, ArrowRight, ArrowToTopLeft, ArrowToTopRight, Bell, Bolt, Book, Book2, Bookmark, BookmarkCircle, Box, BranchingPathsUp, Bug, CalendarDate, ChatRound, ChatRoundDots, ChatRoundLine, ChatSquare, CheckCircle, Checklist, ClipboardList, ClockCircle, Compass, Copy, Crown, DangerTriangle, Database, Diskette, Dislike, DocumentAdd, DocumentText, DoubleAltArrowDown, Download, Eraser, Eye, File, FileRemove, FileText, Filter, Filters, Folder, FolderOpen, FolderPathConnect, ForbiddenCircle, Gallery, GalleryAdd, GalleryWide, Global, GraphDown, GraphUp, HamburgerMenu, HandHeart, Heart, Help, History, HomeAngle, InfoCircle, Layers, Letter, Like, Link, List, ListVertical, LockPassword, Login2, Logout, MagicWand2, Magnifier, MagnifierZoomIn, MagnifierZoomOut, Maximize, MenuDots, Minimize, MinusSquare, Monitor, MonitorSmartphone, Moon, MoveToFolder, MusicNotes, Palette, PaletteRound, Pause, Pen, PenNewRound, PieChart, Pin, Play, PlugCircle, PlusMinus, Pulse, Refresh, RefreshCircle, Reorder, Repeat, Reply, Restart, Rocket, Route, Scale, Server, Settings, Share, ShieldCheck, SidebarMinimalistic, SliderHorizontal, Smartphone, Sort, SortByTime, SortHorizontal, SortVertical, Star, Structure, Sun, Tag, Telescope, TestTube, TextFormat, TransferHorizontal, Translation, TrashBinMinimalistic, UndoLeft, UndoLeftRound, UndoRight, UndoRightRound, Upload, User, UserId, UserMinus, UserPlus, UsersGroupRounded, UsersGroupTwoRounded, VideoFrame, Widget2, Widget5, WindowFrame };
1179
+ //# sourceMappingURL=registry.js.map
1180
+ //# sourceMappingURL=registry.js.map