acioleui 0.1.1

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 (135) hide show
  1. package/dist/acioleui.css +1 -0
  2. package/dist/acioleui.css.d.ts +1 -0
  3. package/dist/components/Accordion/Accordion.d.ts +5 -0
  4. package/dist/components/Accordion/types.d.ts +16 -0
  5. package/dist/components/Alert/Alert.d.ts +4 -0
  6. package/dist/components/Alert/types.d.ts +8 -0
  7. package/dist/components/Avatar/Avatar.d.ts +4 -0
  8. package/dist/components/Avatar/types.d.ts +9 -0
  9. package/dist/components/Badge/Badge.d.ts +4 -0
  10. package/dist/components/Badge/types.d.ts +10 -0
  11. package/dist/components/Box/Box.d.ts +6 -0
  12. package/dist/components/Box/types.d.ts +14 -0
  13. package/dist/components/Breadcrumb/Breadcrumb.d.ts +4 -0
  14. package/dist/components/Breadcrumb/types.d.ts +11 -0
  15. package/dist/components/Button/Button.d.ts +4 -0
  16. package/dist/components/Button/types.d.ts +14 -0
  17. package/dist/components/Card/Card.d.ts +7 -0
  18. package/dist/components/Card/types.d.ts +17 -0
  19. package/dist/components/Carousel/Carousel.d.ts +4 -0
  20. package/dist/components/Carousel/types.d.ts +20 -0
  21. package/dist/components/Checkbox/Checkbox.d.ts +4 -0
  22. package/dist/components/Checkbox/types.d.ts +8 -0
  23. package/dist/components/Code/Code.d.ts +4 -0
  24. package/dist/components/Code/types.d.ts +9 -0
  25. package/dist/components/Container/Container.d.ts +4 -0
  26. package/dist/components/Container/types.d.ts +9 -0
  27. package/dist/components/DatePicker/DatePicker.d.ts +4 -0
  28. package/dist/components/DatePicker/types.d.ts +7 -0
  29. package/dist/components/Divider/Divider.d.ts +3 -0
  30. package/dist/components/Divider/types.d.ts +6 -0
  31. package/dist/components/Drawer/Drawer.d.ts +4 -0
  32. package/dist/components/Drawer/types.d.ts +14 -0
  33. package/dist/components/Dropdown/Dropdown.d.ts +7 -0
  34. package/dist/components/Dropdown/types.d.ts +22 -0
  35. package/dist/components/EmptyState/EmptyState.d.ts +4 -0
  36. package/dist/components/EmptyState/types.d.ts +7 -0
  37. package/dist/components/FileUpload/FileUpload.d.ts +4 -0
  38. package/dist/components/FileUpload/types.d.ts +10 -0
  39. package/dist/components/Flex/Flex.d.ts +4 -0
  40. package/dist/components/Flex/types.d.ts +18 -0
  41. package/dist/components/FormField/FormField.d.ts +4 -0
  42. package/dist/components/FormField/types.d.ts +10 -0
  43. package/dist/components/Grid/Grid.d.ts +4 -0
  44. package/dist/components/Grid/types.d.ts +10 -0
  45. package/dist/components/Heading/Heading.d.ts +9 -0
  46. package/dist/components/Heading/types.d.ts +7 -0
  47. package/dist/components/IconButton/IconButton.d.ts +4 -0
  48. package/dist/components/IconButton/types.d.ts +11 -0
  49. package/dist/components/Image/Image.d.ts +4 -0
  50. package/dist/components/Image/types.d.ts +10 -0
  51. package/dist/components/Input/Input.d.ts +4 -0
  52. package/dist/components/Input/types.d.ts +12 -0
  53. package/dist/components/Link/Link.d.ts +7 -0
  54. package/dist/components/Link/types.d.ts +10 -0
  55. package/dist/components/List/List.d.ts +7 -0
  56. package/dist/components/List/types.d.ts +12 -0
  57. package/dist/components/Loader/Loader.d.ts +3 -0
  58. package/dist/components/Loader/types.d.ts +8 -0
  59. package/dist/components/Modal/Modal.d.ts +4 -0
  60. package/dist/components/Modal/types.d.ts +13 -0
  61. package/dist/components/MultiSelect/MultiSelect.d.ts +4 -0
  62. package/dist/components/MultiSelect/types.d.ts +18 -0
  63. package/dist/components/NumberInput/NumberInput.d.ts +4 -0
  64. package/dist/components/NumberInput/types.d.ts +19 -0
  65. package/dist/components/PageHeader/PageHeader.d.ts +4 -0
  66. package/dist/components/PageHeader/types.d.ts +10 -0
  67. package/dist/components/Pagination/Pagination.d.ts +4 -0
  68. package/dist/components/Pagination/types.d.ts +7 -0
  69. package/dist/components/Progress/Progress.d.ts +4 -0
  70. package/dist/components/Progress/types.d.ts +12 -0
  71. package/dist/components/Radio/Radio.d.ts +4 -0
  72. package/dist/components/Radio/types.d.ts +8 -0
  73. package/dist/components/Search/Search.d.ts +4 -0
  74. package/dist/components/Search/types.d.ts +5 -0
  75. package/dist/components/Select/Select.d.ts +4 -0
  76. package/dist/components/Select/types.d.ts +23 -0
  77. package/dist/components/Sidebar/Sidebar.d.ts +14 -0
  78. package/dist/components/Sidebar/types.d.ts +34 -0
  79. package/dist/components/Skeleton/Skeleton.d.ts +4 -0
  80. package/dist/components/Skeleton/types.d.ts +6 -0
  81. package/dist/components/Slider/Slider.d.ts +4 -0
  82. package/dist/components/Slider/types.d.ts +5 -0
  83. package/dist/components/Spacer/Spacer.d.ts +4 -0
  84. package/dist/components/Spacer/types.d.ts +7 -0
  85. package/dist/components/Switch/Switch.d.ts +4 -0
  86. package/dist/components/Switch/types.d.ts +6 -0
  87. package/dist/components/Table/Table.d.ts +9 -0
  88. package/dist/components/Table/types.d.ts +8 -0
  89. package/dist/components/Tabs/Tabs.d.ts +4 -0
  90. package/dist/components/Tabs/types.d.ts +19 -0
  91. package/dist/components/Tag/Tag.d.ts +3 -0
  92. package/dist/components/Tag/types.d.ts +13 -0
  93. package/dist/components/Text/Text.d.ts +4 -0
  94. package/dist/components/Text/types.d.ts +13 -0
  95. package/dist/components/TextArea/TextArea.d.ts +4 -0
  96. package/dist/components/TextArea/types.d.ts +9 -0
  97. package/dist/components/ThemeProvider/ThemeProvider.d.ts +5 -0
  98. package/dist/components/ThemeProvider/types.d.ts +15 -0
  99. package/dist/components/Timeline/Timeline.d.ts +5 -0
  100. package/dist/components/Timeline/types.d.ts +12 -0
  101. package/dist/components/Toast/Toast.d.ts +5 -0
  102. package/dist/components/Toast/types.d.ts +22 -0
  103. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  104. package/dist/components/Tooltip/types.d.ts +8 -0
  105. package/dist/components/TopBar/TopBar.d.ts +4 -0
  106. package/dist/components/TopBar/types.d.ts +17 -0
  107. package/dist/components/index.d.ts +53 -0
  108. package/dist/components/types.d.ts +7 -0
  109. package/dist/entrypoints/icons.d.ts +1 -0
  110. package/dist/generated-BlLNv71F.cjs +208 -0
  111. package/dist/generated-BlLNv71F.cjs.map +1 -0
  112. package/dist/generated-CrnQudud.js +1537 -0
  113. package/dist/generated-CrnQudud.js.map +1 -0
  114. package/dist/hooks/index.d.ts +1 -0
  115. package/dist/hooks/useOverlay.d.ts +9 -0
  116. package/dist/icons/IconBase.d.ts +5 -0
  117. package/dist/icons/generated.d.ts +1279 -0
  118. package/dist/icons/index.d.ts +5 -0
  119. package/dist/icons/types.d.ts +6 -0
  120. package/dist/icons.cjs.js +2 -0
  121. package/dist/icons.cjs.js.map +1 -0
  122. package/dist/icons.d.ts +2 -0
  123. package/dist/icons.es.js +134 -0
  124. package/dist/icons.es.js.map +1 -0
  125. package/dist/index.cjs.js +2 -0
  126. package/dist/index.cjs.js.map +1 -0
  127. package/dist/index.d.ts +4 -0
  128. package/dist/index.es.js +2875 -0
  129. package/dist/index.es.js.map +1 -0
  130. package/dist/utils/classNames.d.ts +7 -0
  131. package/dist/utils/formater.d.ts +1 -0
  132. package/dist/utils/index.d.ts +4 -0
  133. package/dist/utils/styleTokens.d.ts +14 -0
  134. package/dist/utils/variants.d.ts +25 -0
  135. package/package.json +66 -0
@@ -0,0 +1,53 @@
1
+ export * from './Button/Button';
2
+ export * from './types';
3
+ export * from './IconButton/IconButton';
4
+ export * from './Input/Input';
5
+ export * from './TextArea/TextArea';
6
+ export * from './Search/Search';
7
+ export * from './DatePicker/DatePicker';
8
+ export * from './Select/Select';
9
+ export * from './MultiSelect/MultiSelect';
10
+ export * from './Dropdown/Dropdown';
11
+ export * from './Checkbox/Checkbox';
12
+ export * from './Radio/Radio';
13
+ export * from './Slider/Slider';
14
+ export * from './NumberInput/NumberInput';
15
+ export * from './Carousel/Carousel';
16
+ export * from './FileUpload/FileUpload';
17
+ export * from './Card/Card';
18
+ export * from './Box/Box';
19
+ export * from './Flex/Flex';
20
+ export * from './Grid/Grid';
21
+ export * from './Container/Container';
22
+ export * from './Spacer/Spacer';
23
+ export * from './Divider/Divider';
24
+ export * from './List/List';
25
+ export * from './Accordion/Accordion';
26
+ export * from './Text/Text';
27
+ export * from './Heading/Heading';
28
+ export * from './Code/Code';
29
+ export * from './Link/Link';
30
+ export * from './Badge/Badge';
31
+ export * from './Alert/Alert';
32
+ export * from './Tag/Tag';
33
+ export * from './Avatar/Avatar';
34
+ export * from './Image/Image';
35
+ export * from './Loader/Loader';
36
+ export * from './Skeleton/Skeleton';
37
+ export * from './Switch/Switch';
38
+ export * from './Pagination/Pagination';
39
+ export * from './EmptyState/EmptyState';
40
+ export * from './Modal/Modal';
41
+ export * from './Drawer/Drawer';
42
+ export * from './Tooltip/Tooltip';
43
+ export * from './Toast/Toast';
44
+ export * from './Table/Table';
45
+ export * from './Sidebar/Sidebar';
46
+ export * from './TopBar/TopBar';
47
+ export * from './PageHeader/PageHeader';
48
+ export * from './Breadcrumb/Breadcrumb';
49
+ export * from './Progress/Progress';
50
+ export * from './Tabs/Tabs';
51
+ export * from './Timeline/Timeline';
52
+ export * from './FormField/FormField';
53
+ export * from './ThemeProvider/ThemeProvider';
@@ -0,0 +1,7 @@
1
+ import type * as React from 'react';
2
+ export type LooseStringUnion<T extends string> = T | (string & object);
3
+ export type PropsOf<TElement extends React.ElementType> = React.ComponentPropsWithoutRef<TElement>;
4
+ export type PolymorphicRef<TElement extends React.ElementType> = React.ComponentPropsWithRef<TElement>['ref'];
5
+ export type PolymorphicComponentProps<TElement extends React.ElementType, TOwnProps = object> = TOwnProps & {
6
+ as?: TElement;
7
+ } & Omit<PropsOf<TElement>, keyof TOwnProps | 'as'>;
@@ -0,0 +1 @@
1
+ export * from '../icons';
@@ -0,0 +1,208 @@
1
+ "use strict";const t=require("react/jsx-runtime");function i({size:e=20,width:r,height:n,viewBox:a="0 0 24 24",fill:s="none",stroke:l="currentColor",strokeWidth:h=2,strokeLinecap:k="round",strokeLinejoin:p="round",children:u,...L}){return t.jsx("svg",{width:r??e,height:n??e,viewBox:a,fill:s,stroke:l,strokeWidth:h,strokeLinecap:k,strokeLinejoin:p,"aria-hidden":"true",...L,children:u})}const c={activity:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" />'},"alert-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
2
+ <line x1="12" x2="12" y1="8" y2="12" />
3
+ <line x1="12" x2="12.01" y1="16" y2="16" />`},"alert-triangle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" />
4
+ <path d="M12 9v4" />
5
+ <path d="M12 17h.01" />`},"align-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="6" height="14" x="2" y="5" rx="2" />
6
+ <rect width="6" height="10" x="16" y="7" rx="2" />
7
+ <path d="M12 2v20" />`},"align-justify":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 5h18" />
8
+ <path d="M3 12h18" />
9
+ <path d="M3 19h18" />`},"app-window":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect x="2" y="4" width="20" height="16" rx="2" />
10
+ <path d="M10 4v4" />
11
+ <path d="M2 8h20" />
12
+ <path d="M6 4v4" />`},"arrow-down":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 5v14" />
13
+ <path d="m19 12-7 7-7-7" />`},"arrow-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m12 19-7-7 7-7" />
14
+ <path d="M19 12H5" />`},"arrow-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M5 12h14" />
15
+ <path d="m12 5 7 7-7 7" />`},"arrow-up":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m5 12 7-7 7 7" />
16
+ <path d="M12 19V5" />`},badge:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" />'},battery:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M 22 14 L 22 10" />
17
+ <rect x="2" y="6" width="16" height="12" rx="2" />`},bell:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10.268 21a2 2 0 0 0 3.464 0" />
18
+ <path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />`},bluetooth:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m7 7 10 10-5 5V2l5 5L7 17" />'},book:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20" />
19
+ <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" />`},box:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
20
+ <path d="m3.3 7 8.7 5 8.7-5" />
21
+ <path d="M12 22V12" />`},calendar:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M8 2v4" />
22
+ <path d="M16 2v4" />
23
+ <rect width="18" height="18" x="3" y="4" rx="2" />
24
+ <path d="M3 10h18" />`},camera:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
25
+ <circle cx="12" cy="13" r="3" />`},"check-square":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" />
26
+ <path d="m9 11 3 3L22 4" />`},check:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20 6 9 17l-5-5" />'},"chevron-down":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m6 9 6 6 6-6" />'},"chevron-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m15 18-6-6 6-6" />'},"chevron-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m9 18 6-6-6-6" />'},"chevron-up":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m18 15-6-6-6 6" />'},chevron:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m9 18 6-6-6-6" />'},"circle-dot":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
27
+ <circle cx="12" cy="12" r="1" />`},clock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
28
+ <path d="M12 6v6l4 2" />`},close:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 6 6 18" />
29
+ <path d="m6 6 12 12" />`},cloud:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" />'},code:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m10 9-3 3 3 3"/><path d="m14 15 3-3-3-3"/><rect x="3" y="3" width="18" height="18" rx="2"/>'},component:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
30
+ <path d="M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z" />
31
+ <path d="M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z" />
32
+ <path d="M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />`},copy:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="14" height="14" x="8" y="8" rx="2" ry="2" />
33
+ <path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />`},"credit-card":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="14" x="2" y="5" rx="2" />
34
+ <line x1="2" x2="22" y1="10" y2="10" />`},database:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<ellipse cx="12" cy="5" rx="9" ry="3" />
35
+ <path d="M3 5V19A9 3 0 0 0 21 19V5" />
36
+ <path d="M3 12A9 3 0 0 0 21 12" />`},download:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 15V3" />
37
+ <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
38
+ <path d="m7 10 5 5 5-5" />`},edit:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
39
+ <path d="M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" />`},"external-link":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 3h6v6" />
40
+ <path d="M10 14 21 3" />
41
+ <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />`},"eye-off":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" />
42
+ <path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" />
43
+ <path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" />
44
+ <path d="m2 2 20 20" />`},eye:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" />
45
+ <circle cx="12" cy="12" r="3" />`},"file-text":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
46
+ <path d="M14 2v5a1 1 0 0 0 1 1h5" />
47
+ <path d="M10 9H8" />
48
+ <path d="M16 13H8" />
49
+ <path d="M16 17H8" />`},file:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
50
+ <path d="M14 2v5a1 1 0 0 0 1 1h5" />`},filter:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" />'},folder:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />'},"form-input":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="12" x="2" y="6" rx="2" />
51
+ <path d="M12 12h.01" />
52
+ <path d="M17 12h.01" />
53
+ <path d="M7 12h.01" />`},ghost:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9 10h.01" />
54
+ <path d="M15 10h.01" />
55
+ <path d="M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z" />`},gift:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 7v14" />
56
+ <path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" />
57
+ <path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5" />
58
+ <rect x="3" y="7" width="18" height="4" rx="1" />`},"git-commit":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="3" />
59
+ <line x1="3" x2="9" y1="12" y2="12" />
60
+ <line x1="15" x2="21" y1="12" y2="12" />`},github:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
61
+ <path d="M9 18c-4.51 2-5-2-7-2" />`},grid:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
62
+ <path d="M3 9h18" />
63
+ <path d="M3 15h18" />
64
+ <path d="M9 3v18" />
65
+ <path d="M15 3v18" />`},grip:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<circle cx="12" cy="5" r="1"/><circle cx="19" cy="5" r="1"/><circle cx="5" cy="5" r="1"/><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/><circle cx="12" cy="19" r="1"/><circle cx="19" cy="19" r="1"/><circle cx="5" cy="19" r="1"/>'},hash:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M16 8.9V7H8l4 5-4 5h8v-1.9"/>'},heading1:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 12h8" />
66
+ <path d="M4 18V6" />
67
+ <path d="M12 18V6" />
68
+ <path d="m17 12 3-2v8" />`},heart:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" />'},"help-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
69
+ <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
70
+ <path d="M12 17h.01" />`},history:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
71
+ <path d="M3 3v5h5" />
72
+ <path d="M12 7v5l4 2" />`},home:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" />
73
+ <path d="M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />`},image:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
74
+ <circle cx="9" cy="9" r="2" />
75
+ <path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" />`},info:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
76
+ <path d="M12 16v-4" />
77
+ <path d="M12 8h.01" />`},lab:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" />
78
+ <path d="M6.453 15h11.094" />
79
+ <path d="M8.5 2h7" />`},laptop:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z" />
80
+ <path d="M20.054 15.987H3.946" />`},"layout-template":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="7" x="3" y="3" rx="1" />
81
+ <rect width="9" height="7" x="3" y="14" rx="1" />
82
+ <rect width="5" height="7" x="16" y="14" rx="1" />`},layout:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect x="3" y="3" width="18" height="18" rx="2" />
83
+ <line x1="9" y1="3" x2="9" y2="21" />
84
+ <line x1="9" y1="9" x2="21" y2="9" />`},link:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
85
+ <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />`},linkedin:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
86
+ <rect width="4" height="12" x="2" y="9" />
87
+ <circle cx="4" cy="4" r="2" />`},"list-checks":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M13 5h8" />
88
+ <path d="M13 12h8" />
89
+ <path d="M13 19h8" />
90
+ <path d="m3 17 2 2 4-4" />
91
+ <path d="m3 7 2 2 4-4" />`},"list-collapse":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 5h11" />
92
+ <path d="M10 12h11" />
93
+ <path d="M10 19h11" />
94
+ <path d="m3 10 3-3-3-3" />
95
+ <path d="m3 20 3-3-3-3" />`},"list-filter":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M2 5h20" />
96
+ <path d="M6 12h12" />
97
+ <path d="M9 19h6" />`},list:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 5h.01" />
98
+ <path d="M3 12h.01" />
99
+ <path d="M3 19h.01" />
100
+ <path d="M8 5h13" />
101
+ <path d="M8 12h13" />
102
+ <path d="M8 19h13" />`},loader2:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M21 12a9 9 0 1 1-6.219-8.56" />'},lock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="11" x="3" y="11" rx="2" ry="2" />
103
+ <path d="M7 11V7a5 5 0 0 1 10 0v4" />`},"log-in":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m10 17 5-5-5-5" />
104
+ <path d="M15 12H3" />
105
+ <path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />`},"log-out":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m16 17 5-5-5-5" />
106
+ <path d="M21 12H9" />
107
+ <path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />`},mail:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" />
108
+ <rect x="2" y="4" width="20" height="16" rx="2" />`},"map-pin":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
109
+ <circle cx="12" cy="10" r="3" />`},menu:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 5h16" />
110
+ <path d="M4 12h16" />
111
+ <path d="M4 19h16" />`},"message-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />'},"message-square":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />'},mic:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 19v3" />
112
+ <path d="M19 10v2a7 7 0 0 1-14 0v-2" />
113
+ <rect x="9" y="2" width="6" height="13" rx="3" />`},milestone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 13v8" />
114
+ <path d="M12 3v3" />
115
+ <path d="M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z" />`},minus:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M5 12h14" />'},monitor:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="14" x="2" y="3" rx="2" />
116
+ <line x1="8" x2="16" y1="21" y2="21" />
117
+ <line x1="12" x2="12" y1="17" y2="21" />`},moon:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />'},"more-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="1" />
118
+ <circle cx="19" cy="12" r="1" />
119
+ <circle cx="5" cy="12" r="1" />`},"mouse-pointer":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M14 4.1 12 6" />
120
+ <path d="m5.1 8-2.9-.8" />
121
+ <path d="m6 12-1.9 2" />
122
+ <path d="M7.2 2.2 8 5.1" />
123
+ <path d="M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" />`},music:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9 18V5l12-2v13" />
124
+ <circle cx="6" cy="18" r="3" />
125
+ <circle cx="18" cy="16" r="3" />`},"panel-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
126
+ <path d="M9 3v18" />`},"panel-top":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
127
+ <path d="M3 9h18" />`},panel:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M12 3v18"/>'},phone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />'},plus:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M5 12h14" />
128
+ <path d="M12 5v14" />`},"rectangle-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="20" height="12" x="2" y="6" rx="2" />'},refresh:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" />
129
+ <path d="M21 3v5h-5" />
130
+ <path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" />
131
+ <path d="M8 16H3v5" />`},rocket:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" />
132
+ <path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09" />
133
+ <path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z" />
134
+ <path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05" />`},ruler:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
135
+ <path d="m14.5 12.5 2-2" />
136
+ <path d="m11.5 9.5 2-2" />
137
+ <path d="m8.5 6.5 2-2" />
138
+ <path d="m17.5 15.5 2-2" />`},search:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21 21-4.34-4.34" />
139
+ <circle cx="11" cy="11" r="8" />`},server:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="8" x="2" y="2" rx="2" ry="2" />
140
+ <rect width="20" height="8" x="2" y="14" rx="2" ry="2" />
141
+ <line x1="6" x2="6.01" y1="6" y2="6" />
142
+ <line x1="6" x2="6.01" y1="18" y2="18" />`},settings:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" />
143
+ <circle cx="12" cy="12" r="3" />`},share:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 2v13" />
144
+ <path d="m16 6-4-4-4 4" />
145
+ <path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />`},shield:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />'},"shopping-cart":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="8" cy="21" r="1" />
146
+ <circle cx="19" cy="21" r="1" />
147
+ <path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" />`},"sliders-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 5H3" />
148
+ <path d="M12 19H3" />
149
+ <path d="M14 3v4" />
150
+ <path d="M16 17v4" />
151
+ <path d="M21 12h-9" />
152
+ <path d="M21 19h-5" />
153
+ <path d="M21 5h-7" />
154
+ <path d="M8 10v4" />
155
+ <path d="M8 12H3" />`},smartphone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="14" height="20" x="5" y="2" rx="2" ry="2" />
156
+ <path d="M12 18h.01" />`},spark:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
157
+ <path d="M20 2v4" />
158
+ <path d="M22 4h-4" />
159
+ <circle cx="4" cy="20" r="2" />`},sparkles:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
160
+ <path d="M20 2v4" />
161
+ <path d="M22 4h-4" />
162
+ <circle cx="4" cy="20" r="2" />`},spinner:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M21 12a9 9 0 1 1-6.219-8.56" />'},square:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="18" height="18" x="3" y="3" rx="2" />'},star:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" />'},sun:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="4" />
163
+ <path d="M12 2v2" />
164
+ <path d="M12 20v2" />
165
+ <path d="m4.93 4.93 1.41 1.41" />
166
+ <path d="m17.66 17.66 1.41 1.41" />
167
+ <path d="M2 12h2" />
168
+ <path d="M20 12h2" />
169
+ <path d="m6.34 17.66-1.41 1.41" />
170
+ <path d="m19.07 4.93-1.41 1.41" />`},table:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3v18" />
171
+ <rect width="18" height="18" x="3" y="3" rx="2" />
172
+ <path d="M3 9h18" />
173
+ <path d="M3 15h18" />`},tablet:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="16" height="20" x="4" y="2" rx="2" ry="2" />
174
+ <line x1="12" x2="12.01" y1="18" y2="18" />`},tag:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" />
175
+ <circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />`},"text-cursor":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6" />
176
+ <path d="M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" />
177
+ <path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" />
178
+ <path d="M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1" />
179
+ <path d="M9 6v12" />`},"theme-dark":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />'},"theme-light":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="4" />
180
+ <path d="M12 2v2" />
181
+ <path d="M12 20v2" />
182
+ <path d="m4.93 4.93 1.41 1.41" />
183
+ <path d="m17.66 17.66 1.41 1.41" />
184
+ <path d="M2 12h2" />
185
+ <path d="M20 12h2" />
186
+ <path d="m6.34 17.66-1.41 1.41" />
187
+ <path d="m19.07 4.93-1.41 1.41" />`},"toggle-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="15" cy="12" r="3" />
188
+ <rect width="20" height="14" x="2" y="5" rx="7" />`},trash:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" />
189
+ <path d="M3 6h18" />
190
+ <path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />`},type:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 4v16" />
191
+ <path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" />
192
+ <path d="M9 20h6" />`},unlock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="11" x="3" y="11" rx="2" ry="2" />
193
+ <path d="M7 11V7a5 5 0 0 1 9.9-1" />`},"upload-cloud":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 13v8" />
194
+ <path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" />
195
+ <path d="m8 17 4-4 4 4" />`},upload:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3v12" />
196
+ <path d="m17 8-5-5-5 5" />
197
+ <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />`},"user-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
198
+ <circle cx="12" cy="10" r="3" />
199
+ <path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" />`},user:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" />
200
+ <circle cx="12" cy="7" r="4" />`},video:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" />
201
+ <rect x="2" y="6" width="14" height="12" rx="2" />`},warning:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" />
202
+ <path d="M12 9v4" />
203
+ <path d="M12 17h.01" />`},wifi:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 20h.01" />
204
+ <path d="M2 8.82a15 15 0 0 1 20 0" />
205
+ <path d="M5 12.859a10 10 0 0 1 14 0" />
206
+ <path d="M8.5 16.429a5 5 0 0 1 7 0" />`},x:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 6 6 18" />
207
+ <path d="m6 6 12 12" />`},zap:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />'}};function d({name:e,...r}){const n=c[e];return t.jsx(i,{viewBox:n.viewBox,fill:n.fill,stroke:n.stroke,strokeWidth:Number(n.strokeWidth),strokeLinecap:n.strokeLinecap,strokeLinejoin:n.strokeLinejoin,dangerouslySetInnerHTML:{__html:n.body},...r})}function o(e){return function(n){return t.jsx(d,{name:e,...n})}}const x=o("activity"),y=o("alert-circle"),I=o("alert-triangle"),v=o("align-horizontal"),M=o("align-justify"),w=o("app-window"),C=o("arrow-down"),f=o("arrow-left"),b=o("arrow-right"),B=o("arrow-up"),g=o("badge"),j=o("battery"),W=o("bell"),m=o("bluetooth"),H=o("book"),A=o("box"),z=o("calendar"),S=o("camera"),V=o("check-square"),T=o("check"),R=o("chevron-down"),P=o("chevron-left"),U=o("chevron-right"),q=o("chevron-up"),D=o("chevron"),F=o("circle-dot"),G=o("clock"),E=o("close"),Z=o("cloud"),O=o("code"),N=o("component"),J=o("copy"),X=o("credit-card"),_=o("database"),K=o("download"),Q=o("edit"),Y=o("external-link"),$=o("eye-off"),oo=o("eye"),no=o("file-text"),eo=o("file"),ro=o("filter"),to=o("folder"),io=o("form-input"),co=o("ghost"),ao=o("gift"),so=o("git-commit"),lo=o("github"),ho=o("grid"),ko=o("grip"),po=o("hash"),uo=o("heading1"),Lo=o("heart"),xo=o("help-circle"),yo=o("history"),Io=o("home"),vo=o("image"),Mo=o("info"),wo=o("lab"),Co=o("laptop"),fo=o("layout-template"),bo=o("layout"),Bo=o("link"),go=o("linkedin"),jo=o("list-checks"),Wo=o("list-collapse"),mo=o("list-filter"),Ho=o("list"),Ao=o("loader2"),zo=o("lock"),So=o("log-in"),Vo=o("log-out"),To=o("mail"),Ro=o("map-pin"),Po=o("menu"),Uo=o("message-circle"),qo=o("message-square"),Do=o("mic"),Fo=o("milestone"),Go=o("minus"),Eo=o("monitor"),Zo=o("moon"),Oo=o("more-horizontal"),No=o("mouse-pointer"),Jo=o("music"),Xo=o("panel-left"),_o=o("panel-top"),Ko=o("panel"),Qo=o("phone"),Yo=o("plus"),$o=o("rectangle-horizontal"),on=o("refresh"),nn=o("rocket"),en=o("ruler"),rn=o("search"),tn=o("server"),cn=o("settings"),dn=o("share"),an=o("shield"),sn=o("shopping-cart"),ln=o("sliders-horizontal"),hn=o("smartphone"),kn=o("spark"),pn=o("sparkles"),un=o("spinner"),Ln=o("square"),xn=o("star"),yn=o("sun"),In=o("table"),vn=o("tablet"),Mn=o("tag"),wn=o("text-cursor"),Cn=o("theme-dark"),fn=o("theme-light"),bn=o("toggle-right"),Bn=o("trash"),gn=o("type"),jn=o("unlock"),Wn=o("upload-cloud"),mn=o("upload"),Hn=o("user-circle"),An=o("user"),zn=o("video"),Sn=o("warning"),Vn=o("wifi"),Tn=o("x"),Rn=o("zap");exports.ActivityIcon=x;exports.AlertCircleIcon=y;exports.AlertTriangleIcon=I;exports.AlignHorizontalIcon=v;exports.AlignJustifyIcon=M;exports.AppWindowIcon=w;exports.ArrowDownIcon=C;exports.ArrowLeftIcon=f;exports.ArrowRightIcon=b;exports.ArrowUpIcon=B;exports.BadgeIcon=g;exports.BatteryIcon=j;exports.BellIcon=W;exports.BluetoothIcon=m;exports.BookIcon=H;exports.BoxIcon=A;exports.CalendarIcon=z;exports.CameraIcon=S;exports.CheckIcon=T;exports.CheckSquareIcon=V;exports.ChevronDownIcon=R;exports.ChevronIcon=D;exports.ChevronLeftIcon=P;exports.ChevronRightIcon=U;exports.ChevronUpIcon=q;exports.CircleDotIcon=F;exports.ClockIcon=G;exports.CloseIcon=E;exports.CloudIcon=Z;exports.CodeIcon=O;exports.ComponentIcon=N;exports.CopyIcon=J;exports.CreditCardIcon=X;exports.DatabaseIcon=_;exports.DownloadIcon=K;exports.EditIcon=Q;exports.ExternalLinkIcon=Y;exports.EyeIcon=oo;exports.EyeOffIcon=$;exports.FileIcon=eo;exports.FileTextIcon=no;exports.FilterIcon=ro;exports.FolderIcon=to;exports.FormInputIcon=io;exports.GhostIcon=co;exports.GiftIcon=ao;exports.GitCommitIcon=so;exports.GithubIcon=lo;exports.GridIcon=ho;exports.GripIcon=ko;exports.HashIcon=po;exports.Heading1Icon=uo;exports.HeartIcon=Lo;exports.HelpCircleIcon=xo;exports.HistoryIcon=yo;exports.HomeIcon=Io;exports.Icon=d;exports.IconBase=i;exports.ImageIcon=vo;exports.InfoIcon=Mo;exports.LabIcon=wo;exports.LaptopIcon=Co;exports.LayoutIcon=bo;exports.LayoutTemplateIcon=fo;exports.LinkIcon=Bo;exports.LinkedinIcon=go;exports.ListChecksIcon=jo;exports.ListCollapseIcon=Wo;exports.ListFilterIcon=mo;exports.ListIcon=Ho;exports.Loader2Icon=Ao;exports.LockIcon=zo;exports.LogInIcon=So;exports.LogOutIcon=Vo;exports.MailIcon=To;exports.MapPinIcon=Ro;exports.MenuIcon=Po;exports.MessageCircleIcon=Uo;exports.MessageSquareIcon=qo;exports.MicIcon=Do;exports.MilestoneIcon=Fo;exports.MinusIcon=Go;exports.MonitorIcon=Eo;exports.MoonIcon=Zo;exports.MoreHorizontalIcon=Oo;exports.MousePointerIcon=No;exports.MusicIcon=Jo;exports.PanelIcon=Ko;exports.PanelLeftIcon=Xo;exports.PanelTopIcon=_o;exports.PhoneIcon=Qo;exports.PlusIcon=Yo;exports.RectangleHorizontalIcon=$o;exports.RefreshIcon=on;exports.RocketIcon=nn;exports.RulerIcon=en;exports.SearchIcon=rn;exports.ServerIcon=tn;exports.SettingsIcon=cn;exports.ShareIcon=dn;exports.ShieldIcon=an;exports.ShoppingCartIcon=sn;exports.SlidersHorizontalIcon=ln;exports.SmartphoneIcon=hn;exports.SparkIcon=kn;exports.SparklesIcon=pn;exports.SpinnerIcon=un;exports.SquareIcon=Ln;exports.StarIcon=xn;exports.SunIcon=yn;exports.TableIcon=In;exports.TabletIcon=vn;exports.TagIcon=Mn;exports.TextCursorIcon=wn;exports.ThemeDarkIcon=Cn;exports.ThemeLightIcon=fn;exports.ToggleRightIcon=bn;exports.TrashIcon=Bn;exports.TypeIcon=gn;exports.UnlockIcon=jn;exports.UploadCloudIcon=Wn;exports.UploadIcon=mn;exports.UserCircleIcon=Hn;exports.UserIcon=An;exports.VideoIcon=zn;exports.WarningIcon=Sn;exports.WifiIcon=Vn;exports.XIcon=Tn;exports.ZapIcon=Rn;exports.icons=c;
208
+ //# sourceMappingURL=generated-BlLNv71F.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-BlLNv71F.cjs","sources":["../src/icons/IconBase.tsx","../src/icons/generated.tsx"],"sourcesContent":["import React from 'react';\n\nexport interface IconProps extends Omit<React.SVGProps<SVGSVGElement>, 'name'> {\n size?: number;\n}\n\nexport function IconBase({\n size = 20,\n width,\n height,\n viewBox = '0 0 24 24',\n fill = 'none',\n stroke = 'currentColor',\n strokeWidth = 2,\n strokeLinecap = 'round',\n strokeLinejoin = 'round',\n children,\n ...props\n}: IconProps) {\n return (\n <svg\n width={width ?? size}\n height={height ?? size}\n viewBox={viewBox}\n fill={fill}\n stroke={stroke}\n strokeWidth={strokeWidth}\n strokeLinecap={strokeLinecap}\n strokeLinejoin={strokeLinejoin}\n aria-hidden=\"true\"\n {...props}\n >\n {children}\n </svg>\n );\n}\n","import React from 'react';\nimport { IconBase } from './IconBase';\nimport type { IconProps } from './IconBase';\n\nexport type IconName =\n | 'activity'\n | 'alert-circle'\n | 'alert-triangle'\n | 'align-horizontal'\n | 'align-justify'\n | 'app-window'\n | 'arrow-down'\n | 'arrow-left'\n | 'arrow-right'\n | 'arrow-up'\n | 'badge'\n | 'battery'\n | 'bell'\n | 'bluetooth'\n | 'book'\n | 'box'\n | 'calendar'\n | 'camera'\n | 'check-square'\n | 'check'\n | 'chevron-down'\n | 'chevron-left'\n | 'chevron-right'\n | 'chevron-up'\n | 'chevron'\n | 'circle-dot'\n | 'clock'\n | 'close'\n | 'cloud'\n | 'code'\n | 'component'\n | 'copy'\n | 'credit-card'\n | 'database'\n | 'download'\n | 'edit'\n | 'external-link'\n | 'eye-off'\n | 'eye'\n | 'file-text'\n | 'file'\n | 'filter'\n | 'folder'\n | 'form-input'\n | 'ghost'\n | 'gift'\n | 'git-commit'\n | 'github'\n | 'grid'\n | 'grip'\n | 'hash'\n | 'heading1'\n | 'heart'\n | 'help-circle'\n | 'history'\n | 'home'\n | 'image'\n | 'info'\n | 'lab'\n | 'laptop'\n | 'layout-template'\n | 'layout'\n | 'link'\n | 'linkedin'\n | 'list-checks'\n | 'list-collapse'\n | 'list-filter'\n | 'list'\n | 'loader2'\n | 'lock'\n | 'log-in'\n | 'log-out'\n | 'mail'\n | 'map-pin'\n | 'menu'\n | 'message-circle'\n | 'message-square'\n | 'mic'\n | 'milestone'\n | 'minus'\n | 'monitor'\n | 'moon'\n | 'more-horizontal'\n | 'mouse-pointer'\n | 'music'\n | 'panel-left'\n | 'panel-top'\n | 'panel'\n | 'phone'\n | 'plus'\n | 'rectangle-horizontal'\n | 'refresh'\n | 'rocket'\n | 'ruler'\n | 'search'\n | 'server'\n | 'settings'\n | 'share'\n | 'shield'\n | 'shopping-cart'\n | 'sliders-horizontal'\n | 'smartphone'\n | 'spark'\n | 'sparkles'\n | 'spinner'\n | 'square'\n | 'star'\n | 'sun'\n | 'table'\n | 'tablet'\n | 'tag'\n | 'text-cursor'\n | 'theme-dark'\n | 'theme-light'\n | 'toggle-right'\n | 'trash'\n | 'type'\n | 'unlock'\n | 'upload-cloud'\n | 'upload'\n | 'user-circle'\n | 'user'\n | 'video'\n | 'warning'\n | 'wifi'\n | 'x'\n | 'zap';\n\nconst icons = {\n 'activity': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2\\\" />\",\n },\n 'alert-circle': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <line x1=\\\"12\\\" x2=\\\"12\\\" y1=\\\"8\\\" y2=\\\"12\\\" />\\n <line x1=\\\"12\\\" x2=\\\"12.01\\\" y1=\\\"16\\\" y2=\\\"16\\\" />\",\n },\n 'alert-triangle': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\\\" />\\n <path d=\\\"M12 9v4\\\" />\\n <path d=\\\"M12 17h.01\\\" />\",\n },\n 'align-horizontal': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"6\\\" height=\\\"14\\\" x=\\\"2\\\" y=\\\"5\\\" rx=\\\"2\\\" />\\n <rect width=\\\"6\\\" height=\\\"10\\\" x=\\\"16\\\" y=\\\"7\\\" rx=\\\"2\\\" />\\n <path d=\\\"M12 2v20\\\" />\",\n },\n 'align-justify': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M3 5h18\\\" />\\n <path d=\\\"M3 12h18\\\" />\\n <path d=\\\"M3 19h18\\\" />\",\n },\n 'app-window': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect x=\\\"2\\\" y=\\\"4\\\" width=\\\"20\\\" height=\\\"16\\\" rx=\\\"2\\\" />\\n <path d=\\\"M10 4v4\\\" />\\n <path d=\\\"M2 8h20\\\" />\\n <path d=\\\"M6 4v4\\\" />\",\n },\n 'arrow-down': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 5v14\\\" />\\n <path d=\\\"m19 12-7 7-7-7\\\" />\",\n },\n 'arrow-left': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m12 19-7-7 7-7\\\" />\\n <path d=\\\"M19 12H5\\\" />\",\n },\n 'arrow-right': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M5 12h14\\\" />\\n <path d=\\\"m12 5 7 7-7 7\\\" />\",\n },\n 'arrow-up': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m5 12 7-7 7 7\\\" />\\n <path d=\\\"M12 19V5\\\" />\",\n },\n 'badge': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z\\\" />\",\n },\n 'battery': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M 22 14 L 22 10\\\" />\\n <rect x=\\\"2\\\" y=\\\"6\\\" width=\\\"16\\\" height=\\\"12\\\" rx=\\\"2\\\" />\",\n },\n 'bell': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10.268 21a2 2 0 0 0 3.464 0\\\" />\\n <path d=\\\"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326\\\" />\",\n },\n 'bluetooth': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m7 7 10 10-5 5V2l5 5L7 17\\\" />\",\n },\n 'book': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\\\" />\\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\\\" />\",\n },\n 'box': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z\\\" />\\n <path d=\\\"m3.3 7 8.7 5 8.7-5\\\" />\\n <path d=\\\"M12 22V12\\\" />\",\n },\n 'calendar': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M8 2v4\\\" />\\n <path d=\\\"M16 2v4\\\" />\\n <rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"4\\\" rx=\\\"2\\\" />\\n <path d=\\\"M3 10h18\\\" />\",\n },\n 'camera': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"13\\\" r=\\\"3\\\" />\",\n },\n 'check-square': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344\\\" />\\n <path d=\\\"m9 11 3 3L22 4\\\" />\",\n },\n 'check': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M20 6 9 17l-5-5\\\" />\",\n },\n 'chevron-down': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m6 9 6 6 6-6\\\" />\",\n },\n 'chevron-left': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m15 18-6-6 6-6\\\" />\",\n },\n 'chevron-right': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m9 18 6-6-6-6\\\" />\",\n },\n 'chevron-up': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m18 15-6-6-6 6\\\" />\",\n },\n 'chevron': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m9 18 6-6-6-6\\\" />\",\n },\n 'circle-dot': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"1\\\" />\",\n },\n 'clock': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <path d=\\\"M12 6v6l4 2\\\" />\",\n },\n 'close': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M18 6 6 18\\\" />\\n <path d=\\\"m6 6 12 12\\\" />\",\n },\n 'cloud': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z\\\" />\",\n },\n 'code': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m10 9-3 3 3 3\\\"/><path d=\\\"m14 15 3-3-3-3\\\"/><rect x=\\\"3\\\" y=\\\"3\\\" width=\\\"18\\\" height=\\\"18\\\" rx=\\\"2\\\"/>\",\n },\n 'component': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z\\\" />\\n <path d=\\\"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z\\\" />\\n <path d=\\\"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z\\\" />\\n <path d=\\\"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z\\\" />\",\n },\n 'copy': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"14\\\" height=\\\"14\\\" x=\\\"8\\\" y=\\\"8\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <path d=\\\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\\\" />\",\n },\n 'credit-card': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"20\\\" height=\\\"14\\\" x=\\\"2\\\" y=\\\"5\\\" rx=\\\"2\\\" />\\n <line x1=\\\"2\\\" x2=\\\"22\\\" y1=\\\"10\\\" y2=\\\"10\\\" />\",\n },\n 'database': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<ellipse cx=\\\"12\\\" cy=\\\"5\\\" rx=\\\"9\\\" ry=\\\"3\\\" />\\n <path d=\\\"M3 5V19A9 3 0 0 0 21 19V5\\\" />\\n <path d=\\\"M3 12A9 3 0 0 0 21 12\\\" />\",\n },\n 'download': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 15V3\\\" />\\n <path d=\\\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\\" />\\n <path d=\\\"m7 10 5 5 5-5\\\" />\",\n },\n 'edit': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\\\" />\\n <path d=\\\"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z\\\" />\",\n },\n 'external-link': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M15 3h6v6\\\" />\\n <path d=\\\"M10 14 21 3\\\" />\\n <path d=\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\" />\",\n },\n 'eye-off': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49\\\" />\\n <path d=\\\"M14.084 14.158a3 3 0 0 1-4.242-4.242\\\" />\\n <path d=\\\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143\\\" />\\n <path d=\\\"m2 2 20 20\\\" />\",\n },\n 'eye': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"3\\\" />\",\n },\n 'file-text': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\\\" />\\n <path d=\\\"M14 2v5a1 1 0 0 0 1 1h5\\\" />\\n <path d=\\\"M10 9H8\\\" />\\n <path d=\\\"M16 13H8\\\" />\\n <path d=\\\"M16 17H8\\\" />\",\n },\n 'file': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\\\" />\\n <path d=\\\"M14 2v5a1 1 0 0 0 1 1h5\\\" />\",\n },\n 'filter': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z\\\" />\",\n },\n 'folder': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\\\" />\",\n },\n 'form-input': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"20\\\" height=\\\"12\\\" x=\\\"2\\\" y=\\\"6\\\" rx=\\\"2\\\" />\\n <path d=\\\"M12 12h.01\\\" />\\n <path d=\\\"M17 12h.01\\\" />\\n <path d=\\\"M7 12h.01\\\" />\",\n },\n 'ghost': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M9 10h.01\\\" />\\n <path d=\\\"M15 10h.01\\\" />\\n <path d=\\\"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z\\\" />\",\n },\n 'gift': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 7v14\\\" />\\n <path d=\\\"M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8\\\" />\\n <path d=\\\"M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5\\\" />\\n <rect x=\\\"3\\\" y=\\\"7\\\" width=\\\"18\\\" height=\\\"4\\\" rx=\\\"1\\\" />\",\n },\n 'git-commit': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"3\\\" />\\n <line x1=\\\"3\\\" x2=\\\"9\\\" y1=\\\"12\\\" y2=\\\"12\\\" />\\n <line x1=\\\"15\\\" x2=\\\"21\\\" y1=\\\"12\\\" y2=\\\"12\\\" />\",\n },\n 'github': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\" />\\n <path d=\\\"M9 18c-4.51 2-5-2-7-2\\\" />\",\n },\n 'grid': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" />\\n <path d=\\\"M3 9h18\\\" />\\n <path d=\\\"M3 15h18\\\" />\\n <path d=\\\"M9 3v18\\\" />\\n <path d=\\\"M15 3v18\\\" />\",\n },\n 'grip': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"5\\\" r=\\\"1\\\"/><circle cx=\\\"19\\\" cy=\\\"5\\\" r=\\\"1\\\"/><circle cx=\\\"5\\\" cy=\\\"5\\\" r=\\\"1\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"1\\\"/><circle cx=\\\"19\\\" cy=\\\"12\\\" r=\\\"1\\\"/><circle cx=\\\"5\\\" cy=\\\"12\\\" r=\\\"1\\\"/><circle cx=\\\"12\\\" cy=\\\"19\\\" r=\\\"1\\\"/><circle cx=\\\"19\\\" cy=\\\"19\\\" r=\\\"1\\\"/><circle cx=\\\"5\\\" cy=\\\"19\\\" r=\\\"1\\\"/>\",\n },\n 'hash': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\"/><path d=\\\"M16 8.9V7H8l4 5-4 5h8v-1.9\\\"/>\",\n },\n 'heading1': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M4 12h8\\\" />\\n <path d=\\\"M4 18V6\\\" />\\n <path d=\\\"M12 18V6\\\" />\\n <path d=\\\"m17 12 3-2v8\\\" />\",\n },\n 'heart': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\\\" />\",\n },\n 'help-circle': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <path d=\\\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\\\" />\\n <path d=\\\"M12 17h.01\\\" />\",\n },\n 'history': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\\\" />\\n <path d=\\\"M3 3v5h5\\\" />\\n <path d=\\\"M12 7v5l4 2\\\" />\",\n },\n 'home': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\\\" />\\n <path d=\\\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\\\" />\",\n },\n 'image': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <circle cx=\\\"9\\\" cy=\\\"9\\\" r=\\\"2\\\" />\\n <path d=\\\"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21\\\" />\",\n },\n 'info': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <path d=\\\"M12 16v-4\\\" />\\n <path d=\\\"M12 8h.01\\\" />\",\n },\n 'lab': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2\\\" />\\n <path d=\\\"M6.453 15h11.094\\\" />\\n <path d=\\\"M8.5 2h7\\\" />\",\n },\n 'laptop': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z\\\" />\\n <path d=\\\"M20.054 15.987H3.946\\\" />\",\n },\n 'layout-template': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"7\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"1\\\" />\\n <rect width=\\\"9\\\" height=\\\"7\\\" x=\\\"3\\\" y=\\\"14\\\" rx=\\\"1\\\" />\\n <rect width=\\\"5\\\" height=\\\"7\\\" x=\\\"16\\\" y=\\\"14\\\" rx=\\\"1\\\" />\",\n },\n 'layout': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect x=\\\"3\\\" y=\\\"3\\\" width=\\\"18\\\" height=\\\"18\\\" rx=\\\"2\\\" />\\n <line x1=\\\"9\\\" y1=\\\"3\\\" x2=\\\"9\\\" y2=\\\"21\\\" />\\n <line x1=\\\"9\\\" y1=\\\"9\\\" x2=\\\"21\\\" y2=\\\"9\\\" />\",\n },\n 'link': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\\\" />\\n <path d=\\\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\\\" />\",\n },\n 'linkedin': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\\\" />\\n <rect width=\\\"4\\\" height=\\\"12\\\" x=\\\"2\\\" y=\\\"9\\\" />\\n <circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"2\\\" />\",\n },\n 'list-checks': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M13 5h8\\\" />\\n <path d=\\\"M13 12h8\\\" />\\n <path d=\\\"M13 19h8\\\" />\\n <path d=\\\"m3 17 2 2 4-4\\\" />\\n <path d=\\\"m3 7 2 2 4-4\\\" />\",\n },\n 'list-collapse': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10 5h11\\\" />\\n <path d=\\\"M10 12h11\\\" />\\n <path d=\\\"M10 19h11\\\" />\\n <path d=\\\"m3 10 3-3-3-3\\\" />\\n <path d=\\\"m3 20 3-3-3-3\\\" />\",\n },\n 'list-filter': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M2 5h20\\\" />\\n <path d=\\\"M6 12h12\\\" />\\n <path d=\\\"M9 19h6\\\" />\",\n },\n 'list': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M3 5h.01\\\" />\\n <path d=\\\"M3 12h.01\\\" />\\n <path d=\\\"M3 19h.01\\\" />\\n <path d=\\\"M8 5h13\\\" />\\n <path d=\\\"M8 12h13\\\" />\\n <path d=\\\"M8 19h13\\\" />\",\n },\n 'loader2': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M21 12a9 9 0 1 1-6.219-8.56\\\" />\",\n },\n 'lock': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"11\\\" x=\\\"3\\\" y=\\\"11\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <path d=\\\"M7 11V7a5 5 0 0 1 10 0v4\\\" />\",\n },\n 'log-in': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m10 17 5-5-5-5\\\" />\\n <path d=\\\"M15 12H3\\\" />\\n <path d=\\\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\\\" />\",\n },\n 'log-out': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m16 17 5-5-5-5\\\" />\\n <path d=\\\"M21 12H9\\\" />\\n <path d=\\\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\\\" />\",\n },\n 'mail': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\\\" />\\n <rect x=\\\"2\\\" y=\\\"4\\\" width=\\\"20\\\" height=\\\"16\\\" rx=\\\"2\\\" />\",\n },\n 'map-pin': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"10\\\" r=\\\"3\\\" />\",\n },\n 'menu': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M4 5h16\\\" />\\n <path d=\\\"M4 12h16\\\" />\\n <path d=\\\"M4 19h16\\\" />\",\n },\n 'message-circle': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719\\\" />\",\n },\n 'message-square': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\\\" />\",\n },\n 'mic': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 19v3\\\" />\\n <path d=\\\"M19 10v2a7 7 0 0 1-14 0v-2\\\" />\\n <rect x=\\\"9\\\" y=\\\"2\\\" width=\\\"6\\\" height=\\\"13\\\" rx=\\\"3\\\" />\",\n },\n 'milestone': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 13v8\\\" />\\n <path d=\\\"M12 3v3\\\" />\\n <path d=\\\"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z\\\" />\",\n },\n 'minus': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M5 12h14\\\" />\",\n },\n 'monitor': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"20\\\" height=\\\"14\\\" x=\\\"2\\\" y=\\\"3\\\" rx=\\\"2\\\" />\\n <line x1=\\\"8\\\" x2=\\\"16\\\" y1=\\\"21\\\" y2=\\\"21\\\" />\\n <line x1=\\\"12\\\" x2=\\\"12\\\" y1=\\\"17\\\" y2=\\\"21\\\" />\",\n },\n 'moon': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\\\" />\",\n },\n 'more-horizontal': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"1\\\" />\\n <circle cx=\\\"19\\\" cy=\\\"12\\\" r=\\\"1\\\" />\\n <circle cx=\\\"5\\\" cy=\\\"12\\\" r=\\\"1\\\" />\",\n },\n 'mouse-pointer': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M14 4.1 12 6\\\" />\\n <path d=\\\"m5.1 8-2.9-.8\\\" />\\n <path d=\\\"m6 12-1.9 2\\\" />\\n <path d=\\\"M7.2 2.2 8 5.1\\\" />\\n <path d=\\\"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z\\\" />\",\n },\n 'music': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M9 18V5l12-2v13\\\" />\\n <circle cx=\\\"6\\\" cy=\\\"18\\\" r=\\\"3\\\" />\\n <circle cx=\\\"18\\\" cy=\\\"16\\\" r=\\\"3\\\" />\",\n },\n 'panel-left': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" />\\n <path d=\\\"M9 3v18\\\" />\",\n },\n 'panel-top': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" />\\n <path d=\\\"M3 9h18\\\" />\",\n },\n 'panel': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\"/><path d=\\\"M12 3v18\\\"/>\",\n },\n 'phone': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384\\\" />\",\n },\n 'plus': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M5 12h14\\\" />\\n <path d=\\\"M12 5v14\\\" />\",\n },\n 'rectangle-horizontal': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"20\\\" height=\\\"12\\\" x=\\\"2\\\" y=\\\"6\\\" rx=\\\"2\\\" />\",\n },\n 'refresh': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8\\\" />\\n <path d=\\\"M21 3v5h-5\\\" />\\n <path d=\\\"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16\\\" />\\n <path d=\\\"M8 16H3v5\\\" />\",\n },\n 'rocket': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\\\" />\\n <path d=\\\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09\\\" />\\n <path d=\\\"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z\\\" />\\n <path d=\\\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05\\\" />\",\n },\n 'ruler': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z\\\" />\\n <path d=\\\"m14.5 12.5 2-2\\\" />\\n <path d=\\\"m11.5 9.5 2-2\\\" />\\n <path d=\\\"m8.5 6.5 2-2\\\" />\\n <path d=\\\"m17.5 15.5 2-2\\\" />\",\n },\n 'search': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m21 21-4.34-4.34\\\" />\\n <circle cx=\\\"11\\\" cy=\\\"11\\\" r=\\\"8\\\" />\",\n },\n 'server': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"20\\\" height=\\\"8\\\" x=\\\"2\\\" y=\\\"2\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <rect width=\\\"20\\\" height=\\\"8\\\" x=\\\"2\\\" y=\\\"14\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <line x1=\\\"6\\\" x2=\\\"6.01\\\" y1=\\\"6\\\" y2=\\\"6\\\" />\\n <line x1=\\\"6\\\" x2=\\\"6.01\\\" y1=\\\"18\\\" y2=\\\"18\\\" />\",\n },\n 'settings': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"3\\\" />\",\n },\n 'share': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 2v13\\\" />\\n <path d=\\\"m16 6-4-4-4 4\\\" />\\n <path d=\\\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\\\" />\",\n },\n 'shield': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\\\" />\",\n },\n 'shopping-cart': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"8\\\" cy=\\\"21\\\" r=\\\"1\\\" />\\n <circle cx=\\\"19\\\" cy=\\\"21\\\" r=\\\"1\\\" />\\n <path d=\\\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\\\" />\",\n },\n 'sliders-horizontal': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M10 5H3\\\" />\\n <path d=\\\"M12 19H3\\\" />\\n <path d=\\\"M14 3v4\\\" />\\n <path d=\\\"M16 17v4\\\" />\\n <path d=\\\"M21 12h-9\\\" />\\n <path d=\\\"M21 19h-5\\\" />\\n <path d=\\\"M21 5h-7\\\" />\\n <path d=\\\"M8 10v4\\\" />\\n <path d=\\\"M8 12H3\\\" />\",\n },\n 'smartphone': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"14\\\" height=\\\"20\\\" x=\\\"5\\\" y=\\\"2\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <path d=\\\"M12 18h.01\\\" />\",\n },\n 'spark': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\\\" />\\n <path d=\\\"M20 2v4\\\" />\\n <path d=\\\"M22 4h-4\\\" />\\n <circle cx=\\\"4\\\" cy=\\\"20\\\" r=\\\"2\\\" />\",\n },\n 'sparkles': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\\\" />\\n <path d=\\\"M20 2v4\\\" />\\n <path d=\\\"M22 4h-4\\\" />\\n <circle cx=\\\"4\\\" cy=\\\"20\\\" r=\\\"2\\\" />\",\n },\n 'spinner': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M21 12a9 9 0 1 1-6.219-8.56\\\" />\",\n },\n 'square': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" />\",\n },\n 'star': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z\\\" />\",\n },\n 'sun': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"4\\\" />\\n <path d=\\\"M12 2v2\\\" />\\n <path d=\\\"M12 20v2\\\" />\\n <path d=\\\"m4.93 4.93 1.41 1.41\\\" />\\n <path d=\\\"m17.66 17.66 1.41 1.41\\\" />\\n <path d=\\\"M2 12h2\\\" />\\n <path d=\\\"M20 12h2\\\" />\\n <path d=\\\"m6.34 17.66-1.41 1.41\\\" />\\n <path d=\\\"m19.07 4.93-1.41 1.41\\\" />\",\n },\n 'table': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 3v18\\\" />\\n <rect width=\\\"18\\\" height=\\\"18\\\" x=\\\"3\\\" y=\\\"3\\\" rx=\\\"2\\\" />\\n <path d=\\\"M3 9h18\\\" />\\n <path d=\\\"M3 15h18\\\" />\",\n },\n 'tablet': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"16\\\" height=\\\"20\\\" x=\\\"4\\\" y=\\\"2\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <line x1=\\\"12\\\" x2=\\\"12.01\\\" y1=\\\"18\\\" y2=\\\"18\\\" />\",\n },\n 'tag': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z\\\" />\\n <circle cx=\\\"7.5\\\" cy=\\\"7.5\\\" r=\\\".5\\\" fill=\\\"currentColor\\\" />\",\n },\n 'text-cursor': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6\\\" />\\n <path d=\\\"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7\\\" />\\n <path d=\\\"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1\\\" />\\n <path d=\\\"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1\\\" />\\n <path d=\\\"M9 6v12\\\" />\",\n },\n 'theme-dark': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\\\" />\",\n },\n 'theme-light': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"4\\\" />\\n <path d=\\\"M12 2v2\\\" />\\n <path d=\\\"M12 20v2\\\" />\\n <path d=\\\"m4.93 4.93 1.41 1.41\\\" />\\n <path d=\\\"m17.66 17.66 1.41 1.41\\\" />\\n <path d=\\\"M2 12h2\\\" />\\n <path d=\\\"M20 12h2\\\" />\\n <path d=\\\"m6.34 17.66-1.41 1.41\\\" />\\n <path d=\\\"m19.07 4.93-1.41 1.41\\\" />\",\n },\n 'toggle-right': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"15\\\" cy=\\\"12\\\" r=\\\"3\\\" />\\n <rect width=\\\"20\\\" height=\\\"14\\\" x=\\\"2\\\" y=\\\"5\\\" rx=\\\"7\\\" />\",\n },\n 'trash': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6\\\" />\\n <path d=\\\"M3 6h18\\\" />\\n <path d=\\\"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\\\" />\",\n },\n 'type': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 4v16\\\" />\\n <path d=\\\"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2\\\" />\\n <path d=\\\"M9 20h6\\\" />\",\n },\n 'unlock': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<rect width=\\\"18\\\" height=\\\"11\\\" x=\\\"3\\\" y=\\\"11\\\" rx=\\\"2\\\" ry=\\\"2\\\" />\\n <path d=\\\"M7 11V7a5 5 0 0 1 9.9-1\\\" />\",\n },\n 'upload-cloud': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 13v8\\\" />\\n <path d=\\\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242\\\" />\\n <path d=\\\"m8 17 4-4 4 4\\\" />\",\n },\n 'upload': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 3v12\\\" />\\n <path d=\\\"m17 8-5-5-5 5\\\" />\\n <path d=\\\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\\" />\",\n },\n 'user-circle': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"10\\\" r=\\\"3\\\" />\\n <path d=\\\"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662\\\" />\",\n },\n 'user': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\\\" />\\n <circle cx=\\\"12\\\" cy=\\\"7\\\" r=\\\"4\\\" />\",\n },\n 'video': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5\\\" />\\n <rect x=\\\"2\\\" y=\\\"6\\\" width=\\\"14\\\" height=\\\"12\\\" rx=\\\"2\\\" />\",\n },\n 'warning': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\\\" />\\n <path d=\\\"M12 9v4\\\" />\\n <path d=\\\"M12 17h.01\\\" />\",\n },\n 'wifi': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M12 20h.01\\\" />\\n <path d=\\\"M2 8.82a15 15 0 0 1 20 0\\\" />\\n <path d=\\\"M5 12.859a10 10 0 0 1 14 0\\\" />\\n <path d=\\\"M8.5 16.429a5 5 0 0 1 7 0\\\" />\",\n },\n 'x': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<path d=\\\"M18 6 6 18\\\" />\\n <path d=\\\"m6 6 12 12\\\" />\",\n },\n 'zap': {\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"2\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n body: \"<polygon points=\\\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\\\" />\",\n },\n} satisfies Record<IconName, {\n viewBox: string;\n fill: string;\n stroke: string;\n strokeWidth: string;\n strokeLinecap: string;\n strokeLinejoin: string;\n body: string;\n}>;\n\nexport interface NamedIconProps extends IconProps {\n name: IconName;\n}\n\nexport function Icon({ name, ...props }: NamedIconProps) {\n const icon = icons[name];\n return (\n <IconBase\n viewBox={icon.viewBox}\n fill={icon.fill}\n stroke={icon.stroke}\n strokeWidth={Number(icon.strokeWidth)}\n strokeLinecap={icon.strokeLinecap as React.SVGProps<SVGSVGElement>['strokeLinecap']}\n strokeLinejoin={icon.strokeLinejoin as React.SVGProps<SVGSVGElement>['strokeLinejoin']}\n dangerouslySetInnerHTML={{ __html: icon.body }}\n {...props}\n />\n );\n}\n\nfunction createNamedIcon(name: IconName) {\n return function NamedIcon(props: IconProps) {\n return <Icon name={name} {...props} />;\n };\n}\n\nexport const ActivityIcon = createNamedIcon('activity' as IconName);\nexport const AlertCircleIcon = createNamedIcon('alert-circle' as IconName);\nexport const AlertTriangleIcon = createNamedIcon('alert-triangle' as IconName);\nexport const AlignHorizontalIcon = createNamedIcon('align-horizontal' as IconName);\nexport const AlignJustifyIcon = createNamedIcon('align-justify' as IconName);\nexport const AppWindowIcon = createNamedIcon('app-window' as IconName);\nexport const ArrowDownIcon = createNamedIcon('arrow-down' as IconName);\nexport const ArrowLeftIcon = createNamedIcon('arrow-left' as IconName);\nexport const ArrowRightIcon = createNamedIcon('arrow-right' as IconName);\nexport const ArrowUpIcon = createNamedIcon('arrow-up' as IconName);\nexport const BadgeIcon = createNamedIcon('badge' as IconName);\nexport const BatteryIcon = createNamedIcon('battery' as IconName);\nexport const BellIcon = createNamedIcon('bell' as IconName);\nexport const BluetoothIcon = createNamedIcon('bluetooth' as IconName);\nexport const BookIcon = createNamedIcon('book' as IconName);\nexport const BoxIcon = createNamedIcon('box' as IconName);\nexport const CalendarIcon = createNamedIcon('calendar' as IconName);\nexport const CameraIcon = createNamedIcon('camera' as IconName);\nexport const CheckSquareIcon = createNamedIcon('check-square' as IconName);\nexport const CheckIcon = createNamedIcon('check' as IconName);\nexport const ChevronDownIcon = createNamedIcon('chevron-down' as IconName);\nexport const ChevronLeftIcon = createNamedIcon('chevron-left' as IconName);\nexport const ChevronRightIcon = createNamedIcon('chevron-right' as IconName);\nexport const ChevronUpIcon = createNamedIcon('chevron-up' as IconName);\nexport const ChevronIcon = createNamedIcon('chevron' as IconName);\nexport const CircleDotIcon = createNamedIcon('circle-dot' as IconName);\nexport const ClockIcon = createNamedIcon('clock' as IconName);\nexport const CloseIcon = createNamedIcon('close' as IconName);\nexport const CloudIcon = createNamedIcon('cloud' as IconName);\nexport const CodeIcon = createNamedIcon('code' as IconName);\nexport const ComponentIcon = createNamedIcon('component' as IconName);\nexport const CopyIcon = createNamedIcon('copy' as IconName);\nexport const CreditCardIcon = createNamedIcon('credit-card' as IconName);\nexport const DatabaseIcon = createNamedIcon('database' as IconName);\nexport const DownloadIcon = createNamedIcon('download' as IconName);\nexport const EditIcon = createNamedIcon('edit' as IconName);\nexport const ExternalLinkIcon = createNamedIcon('external-link' as IconName);\nexport const EyeOffIcon = createNamedIcon('eye-off' as IconName);\nexport const EyeIcon = createNamedIcon('eye' as IconName);\nexport const FileTextIcon = createNamedIcon('file-text' as IconName);\nexport const FileIcon = createNamedIcon('file' as IconName);\nexport const FilterIcon = createNamedIcon('filter' as IconName);\nexport const FolderIcon = createNamedIcon('folder' as IconName);\nexport const FormInputIcon = createNamedIcon('form-input' as IconName);\nexport const GhostIcon = createNamedIcon('ghost' as IconName);\nexport const GiftIcon = createNamedIcon('gift' as IconName);\nexport const GitCommitIcon = createNamedIcon('git-commit' as IconName);\nexport const GithubIcon = createNamedIcon('github' as IconName);\nexport const GridIcon = createNamedIcon('grid' as IconName);\nexport const GripIcon = createNamedIcon('grip' as IconName);\nexport const HashIcon = createNamedIcon('hash' as IconName);\nexport const Heading1Icon = createNamedIcon('heading1' as IconName);\nexport const HeartIcon = createNamedIcon('heart' as IconName);\nexport const HelpCircleIcon = createNamedIcon('help-circle' as IconName);\nexport const HistoryIcon = createNamedIcon('history' as IconName);\nexport const HomeIcon = createNamedIcon('home' as IconName);\nexport const ImageIcon = createNamedIcon('image' as IconName);\nexport const InfoIcon = createNamedIcon('info' as IconName);\nexport const LabIcon = createNamedIcon('lab' as IconName);\nexport const LaptopIcon = createNamedIcon('laptop' as IconName);\nexport const LayoutTemplateIcon = createNamedIcon('layout-template' as IconName);\nexport const LayoutIcon = createNamedIcon('layout' as IconName);\nexport const LinkIcon = createNamedIcon('link' as IconName);\nexport const LinkedinIcon = createNamedIcon('linkedin' as IconName);\nexport const ListChecksIcon = createNamedIcon('list-checks' as IconName);\nexport const ListCollapseIcon = createNamedIcon('list-collapse' as IconName);\nexport const ListFilterIcon = createNamedIcon('list-filter' as IconName);\nexport const ListIcon = createNamedIcon('list' as IconName);\nexport const Loader2Icon = createNamedIcon('loader2' as IconName);\nexport const LockIcon = createNamedIcon('lock' as IconName);\nexport const LogInIcon = createNamedIcon('log-in' as IconName);\nexport const LogOutIcon = createNamedIcon('log-out' as IconName);\nexport const MailIcon = createNamedIcon('mail' as IconName);\nexport const MapPinIcon = createNamedIcon('map-pin' as IconName);\nexport const MenuIcon = createNamedIcon('menu' as IconName);\nexport const MessageCircleIcon = createNamedIcon('message-circle' as IconName);\nexport const MessageSquareIcon = createNamedIcon('message-square' as IconName);\nexport const MicIcon = createNamedIcon('mic' as IconName);\nexport const MilestoneIcon = createNamedIcon('milestone' as IconName);\nexport const MinusIcon = createNamedIcon('minus' as IconName);\nexport const MonitorIcon = createNamedIcon('monitor' as IconName);\nexport const MoonIcon = createNamedIcon('moon' as IconName);\nexport const MoreHorizontalIcon = createNamedIcon('more-horizontal' as IconName);\nexport const MousePointerIcon = createNamedIcon('mouse-pointer' as IconName);\nexport const MusicIcon = createNamedIcon('music' as IconName);\nexport const PanelLeftIcon = createNamedIcon('panel-left' as IconName);\nexport const PanelTopIcon = createNamedIcon('panel-top' as IconName);\nexport const PanelIcon = createNamedIcon('panel' as IconName);\nexport const PhoneIcon = createNamedIcon('phone' as IconName);\nexport const PlusIcon = createNamedIcon('plus' as IconName);\nexport const RectangleHorizontalIcon = createNamedIcon('rectangle-horizontal' as IconName);\nexport const RefreshIcon = createNamedIcon('refresh' as IconName);\nexport const RocketIcon = createNamedIcon('rocket' as IconName);\nexport const RulerIcon = createNamedIcon('ruler' as IconName);\nexport const SearchIcon = createNamedIcon('search' as IconName);\nexport const ServerIcon = createNamedIcon('server' as IconName);\nexport const SettingsIcon = createNamedIcon('settings' as IconName);\nexport const ShareIcon = createNamedIcon('share' as IconName);\nexport const ShieldIcon = createNamedIcon('shield' as IconName);\nexport const ShoppingCartIcon = createNamedIcon('shopping-cart' as IconName);\nexport const SlidersHorizontalIcon = createNamedIcon('sliders-horizontal' as IconName);\nexport const SmartphoneIcon = createNamedIcon('smartphone' as IconName);\nexport const SparkIcon = createNamedIcon('spark' as IconName);\nexport const SparklesIcon = createNamedIcon('sparkles' as IconName);\nexport const SpinnerIcon = createNamedIcon('spinner' as IconName);\nexport const SquareIcon = createNamedIcon('square' as IconName);\nexport const StarIcon = createNamedIcon('star' as IconName);\nexport const SunIcon = createNamedIcon('sun' as IconName);\nexport const TableIcon = createNamedIcon('table' as IconName);\nexport const TabletIcon = createNamedIcon('tablet' as IconName);\nexport const TagIcon = createNamedIcon('tag' as IconName);\nexport const TextCursorIcon = createNamedIcon('text-cursor' as IconName);\nexport const ThemeDarkIcon = createNamedIcon('theme-dark' as IconName);\nexport const ThemeLightIcon = createNamedIcon('theme-light' as IconName);\nexport const ToggleRightIcon = createNamedIcon('toggle-right' as IconName);\nexport const TrashIcon = createNamedIcon('trash' as IconName);\nexport const TypeIcon = createNamedIcon('type' as IconName);\nexport const UnlockIcon = createNamedIcon('unlock' as IconName);\nexport const UploadCloudIcon = createNamedIcon('upload-cloud' as IconName);\nexport const UploadIcon = createNamedIcon('upload' as IconName);\nexport const UserCircleIcon = createNamedIcon('user-circle' as IconName);\nexport const UserIcon = createNamedIcon('user' as IconName);\nexport const VideoIcon = createNamedIcon('video' as IconName);\nexport const WarningIcon = createNamedIcon('warning' as IconName);\nexport const WifiIcon = createNamedIcon('wifi' as IconName);\nexport const XIcon = createNamedIcon('x' as IconName);\nexport const ZapIcon = createNamedIcon('zap' as IconName);\n\nexport { icons as iconRegistry };\n"],"names":["IconBase","size","width","height","viewBox","fill","stroke","strokeWidth","strokeLinecap","strokeLinejoin","children","props","jsx","icons","Icon","name","icon","createNamedIcon","ActivityIcon","AlertCircleIcon","AlertTriangleIcon","AlignHorizontalIcon","AlignJustifyIcon","AppWindowIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","BadgeIcon","BatteryIcon","BellIcon","BluetoothIcon","BookIcon","BoxIcon","CalendarIcon","CameraIcon","CheckSquareIcon","CheckIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronUpIcon","ChevronIcon","CircleDotIcon","ClockIcon","CloseIcon","CloudIcon","CodeIcon","ComponentIcon","CopyIcon","CreditCardIcon","DatabaseIcon","DownloadIcon","EditIcon","ExternalLinkIcon","EyeOffIcon","EyeIcon","FileTextIcon","FileIcon","FilterIcon","FolderIcon","FormInputIcon","GhostIcon","GiftIcon","GitCommitIcon","GithubIcon","GridIcon","GripIcon","HashIcon","Heading1Icon","HeartIcon","HelpCircleIcon","HistoryIcon","HomeIcon","ImageIcon","InfoIcon","LabIcon","LaptopIcon","LayoutTemplateIcon","LayoutIcon","LinkIcon","LinkedinIcon","ListChecksIcon","ListCollapseIcon","ListFilterIcon","ListIcon","Loader2Icon","LockIcon","LogInIcon","LogOutIcon","MailIcon","MapPinIcon","MenuIcon","MessageCircleIcon","MessageSquareIcon","MicIcon","MilestoneIcon","MinusIcon","MonitorIcon","MoonIcon","MoreHorizontalIcon","MousePointerIcon","MusicIcon","PanelLeftIcon","PanelTopIcon","PanelIcon","PhoneIcon","PlusIcon","RectangleHorizontalIcon","RefreshIcon","RocketIcon","RulerIcon","SearchIcon","ServerIcon","SettingsIcon","ShareIcon","ShieldIcon","ShoppingCartIcon","SlidersHorizontalIcon","SmartphoneIcon","SparkIcon","SparklesIcon","SpinnerIcon","SquareIcon","StarIcon","SunIcon","TableIcon","TabletIcon","TagIcon","TextCursorIcon","ThemeDarkIcon","ThemeLightIcon","ToggleRightIcon","TrashIcon","TypeIcon","UnlockIcon","UploadCloudIcon","UploadIcon","UserCircleIcon","UserIcon","VideoIcon","WarningIcon","WifiIcon","XIcon","ZapIcon"],"mappings":"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"}