@genarou/blazir-icons 1.0.18

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 (179) hide show
  1. package/dist/Icon.svelte +61 -0
  2. package/dist/Icon.svelte.d.ts +8 -0
  3. package/dist/IconBase.svelte +105 -0
  4. package/dist/IconBase.svelte.d.ts +4 -0
  5. package/dist/icons/AnimatedArrowLeft.svelte +64 -0
  6. package/dist/icons/AnimatedArrowLeft.svelte.d.ts +4 -0
  7. package/dist/icons/Aws.svelte +60 -0
  8. package/dist/icons/Aws.svelte.d.ts +4 -0
  9. package/dist/icons/Bag.svelte +56 -0
  10. package/dist/icons/Bag.svelte.d.ts +4 -0
  11. package/dist/icons/Bell.svelte +53 -0
  12. package/dist/icons/Bell.svelte.d.ts +4 -0
  13. package/dist/icons/Book.svelte +54 -0
  14. package/dist/icons/Book.svelte.d.ts +4 -0
  15. package/dist/icons/BoxAdd.svelte +53 -0
  16. package/dist/icons/BoxAdd.svelte.d.ts +4 -0
  17. package/dist/icons/Building.svelte +53 -0
  18. package/dist/icons/Building.svelte.d.ts +4 -0
  19. package/dist/icons/Buy.svelte +0 -0
  20. package/dist/icons/Buy.svelte.d.ts +26 -0
  21. package/dist/icons/Calendar.svelte +60 -0
  22. package/dist/icons/Calendar.svelte.d.ts +4 -0
  23. package/dist/icons/CalendarEdit.svelte +59 -0
  24. package/dist/icons/CalendarEdit.svelte.d.ts +4 -0
  25. package/dist/icons/CalendarPlus.svelte +56 -0
  26. package/dist/icons/CalendarPlus.svelte.d.ts +4 -0
  27. package/dist/icons/CategoryAdd.svelte +53 -0
  28. package/dist/icons/CategoryAdd.svelte.d.ts +4 -0
  29. package/dist/icons/CategorySearch.svelte +53 -0
  30. package/dist/icons/CategorySearch.svelte.d.ts +4 -0
  31. package/dist/icons/Chart.svelte +56 -0
  32. package/dist/icons/Chart.svelte.d.ts +4 -0
  33. package/dist/icons/ChartDoc.svelte +54 -0
  34. package/dist/icons/ChartDoc.svelte.d.ts +4 -0
  35. package/dist/icons/Check.svelte +57 -0
  36. package/dist/icons/Check.svelte.d.ts +4 -0
  37. package/dist/icons/CheckO.svelte +63 -0
  38. package/dist/icons/CheckO.svelte.d.ts +4 -0
  39. package/dist/icons/ChevronDown.svelte +52 -0
  40. package/dist/icons/ChevronDown.svelte.d.ts +4 -0
  41. package/dist/icons/ChevronUpDown.svelte +57 -0
  42. package/dist/icons/ChevronUpDown.svelte.d.ts +4 -0
  43. package/dist/icons/CircleCheck.svelte +63 -0
  44. package/dist/icons/CircleCheck.svelte.d.ts +4 -0
  45. package/dist/icons/CircleExclamation.svelte +54 -0
  46. package/dist/icons/CircleExclamation.svelte.d.ts +4 -0
  47. package/dist/icons/CircleInfo.svelte +61 -0
  48. package/dist/icons/CircleInfo.svelte.d.ts +4 -0
  49. package/dist/icons/CircleQuestion.svelte +53 -0
  50. package/dist/icons/CircleQuestion.svelte.d.ts +4 -0
  51. package/dist/icons/Close.svelte +54 -0
  52. package/dist/icons/Close.svelte.d.ts +4 -0
  53. package/dist/icons/CostIcon.svelte +55 -0
  54. package/dist/icons/CostIcon.svelte.d.ts +4 -0
  55. package/dist/icons/Dashboard.svelte +54 -0
  56. package/dist/icons/Dashboard.svelte.d.ts +4 -0
  57. package/dist/icons/Download.svelte +58 -0
  58. package/dist/icons/Download.svelte.d.ts +4 -0
  59. package/dist/icons/EditOutline.svelte +59 -0
  60. package/dist/icons/EditOutline.svelte.d.ts +4 -0
  61. package/dist/icons/Email.svelte +54 -0
  62. package/dist/icons/Email.svelte.d.ts +4 -0
  63. package/dist/icons/Enterprise.svelte +59 -0
  64. package/dist/icons/Enterprise.svelte.d.ts +4 -0
  65. package/dist/icons/Error.svelte +59 -0
  66. package/dist/icons/Error.svelte.d.ts +4 -0
  67. package/dist/icons/ErrorO.svelte +55 -0
  68. package/dist/icons/ErrorO.svelte.d.ts +4 -0
  69. package/dist/icons/Excel.svelte +77 -0
  70. package/dist/icons/Excel.svelte.d.ts +4 -0
  71. package/dist/icons/Eye.svelte +69 -0
  72. package/dist/icons/Eye.svelte.d.ts +4 -0
  73. package/dist/icons/EyeOff.svelte +61 -0
  74. package/dist/icons/EyeOff.svelte.d.ts +4 -0
  75. package/dist/icons/FilterOutline.svelte +58 -0
  76. package/dist/icons/FilterOutline.svelte.d.ts +4 -0
  77. package/dist/icons/FormatListGroup.svelte +55 -0
  78. package/dist/icons/FormatListGroup.svelte.d.ts +4 -0
  79. package/dist/icons/Golang.svelte +59 -0
  80. package/dist/icons/Golang.svelte.d.ts +4 -0
  81. package/dist/icons/Google.svelte +66 -0
  82. package/dist/icons/Google.svelte.d.ts +4 -0
  83. package/dist/icons/Group.svelte +63 -0
  84. package/dist/icons/Group.svelte.d.ts +4 -0
  85. package/dist/icons/Hamburguer.svelte +58 -0
  86. package/dist/icons/Hamburguer.svelte.d.ts +4 -0
  87. package/dist/icons/HandShake.svelte +56 -0
  88. package/dist/icons/HandShake.svelte.d.ts +4 -0
  89. package/dist/icons/Home.svelte +60 -0
  90. package/dist/icons/Home.svelte.d.ts +4 -0
  91. package/dist/icons/Key.svelte +53 -0
  92. package/dist/icons/Key.svelte.d.ts +4 -0
  93. package/dist/icons/List.svelte +53 -0
  94. package/dist/icons/List.svelte.d.ts +4 -0
  95. package/dist/icons/ListDots.svelte +53 -0
  96. package/dist/icons/ListDots.svelte.d.ts +4 -0
  97. package/dist/icons/LoadingDots.svelte +79 -0
  98. package/dist/icons/LoadingDots.svelte.d.ts +4 -0
  99. package/dist/icons/Lock.svelte +53 -0
  100. package/dist/icons/Lock.svelte.d.ts +4 -0
  101. package/dist/icons/LockOpen.svelte +57 -0
  102. package/dist/icons/LockOpen.svelte.d.ts +4 -0
  103. package/dist/icons/Logout.svelte +53 -0
  104. package/dist/icons/Logout.svelte.d.ts +4 -0
  105. package/dist/icons/MagnifiyingGlass.svelte +55 -0
  106. package/dist/icons/MagnifiyingGlass.svelte.d.ts +4 -0
  107. package/dist/icons/MainComponent.svelte +59 -0
  108. package/dist/icons/MainComponent.svelte.d.ts +4 -0
  109. package/dist/icons/Measure.svelte +58 -0
  110. package/dist/icons/Measure.svelte.d.ts +4 -0
  111. package/dist/icons/Money.svelte +59 -0
  112. package/dist/icons/Money.svelte.d.ts +4 -0
  113. package/dist/icons/Notes.svelte +58 -0
  114. package/dist/icons/Notes.svelte.d.ts +4 -0
  115. package/dist/icons/ObjectGroup.svelte +66 -0
  116. package/dist/icons/ObjectGroup.svelte.d.ts +4 -0
  117. package/dist/icons/Pdf.svelte +62 -0
  118. package/dist/icons/Pdf.svelte.d.ts +4 -0
  119. package/dist/icons/Plus.svelte +55 -0
  120. package/dist/icons/Plus.svelte.d.ts +4 -0
  121. package/dist/icons/PointSale.svelte +100 -0
  122. package/dist/icons/PointSale.svelte.d.ts +4 -0
  123. package/dist/icons/Product.svelte +55 -0
  124. package/dist/icons/Product.svelte.d.ts +4 -0
  125. package/dist/icons/Project.svelte +55 -0
  126. package/dist/icons/Project.svelte.d.ts +4 -0
  127. package/dist/icons/RightArrow.svelte +63 -0
  128. package/dist/icons/RightArrow.svelte.d.ts +4 -0
  129. package/dist/icons/SafeSolid.svelte +57 -0
  130. package/dist/icons/SafeSolid.svelte.d.ts +4 -0
  131. package/dist/icons/Scan.svelte +54 -0
  132. package/dist/icons/Scan.svelte.d.ts +4 -0
  133. package/dist/icons/Search.svelte +54 -0
  134. package/dist/icons/Search.svelte.d.ts +4 -0
  135. package/dist/icons/Security.svelte +56 -0
  136. package/dist/icons/Security.svelte.d.ts +4 -0
  137. package/dist/icons/Settings.svelte +55 -0
  138. package/dist/icons/Settings.svelte.d.ts +4 -0
  139. package/dist/icons/Supervisor.svelte +57 -0
  140. package/dist/icons/Supervisor.svelte.d.ts +4 -0
  141. package/dist/icons/Swap.svelte +75 -0
  142. package/dist/icons/Swap.svelte.d.ts +4 -0
  143. package/dist/icons/Table.svelte +58 -0
  144. package/dist/icons/Table.svelte.d.ts +4 -0
  145. package/dist/icons/Team.svelte +56 -0
  146. package/dist/icons/Team.svelte.d.ts +4 -0
  147. package/dist/icons/Trash.svelte +56 -0
  148. package/dist/icons/Trash.svelte.d.ts +4 -0
  149. package/dist/icons/TrashOutline.svelte +66 -0
  150. package/dist/icons/TrashOutline.svelte.d.ts +4 -0
  151. package/dist/icons/Truck.svelte +63 -0
  152. package/dist/icons/Truck.svelte.d.ts +4 -0
  153. package/dist/icons/TruckReturn.svelte +74 -0
  154. package/dist/icons/TruckReturn.svelte.d.ts +4 -0
  155. package/dist/icons/UpArrow.svelte +63 -0
  156. package/dist/icons/UpArrow.svelte.d.ts +4 -0
  157. package/dist/icons/UpDownArrow.svelte +40 -0
  158. package/dist/icons/UpDownArrow.svelte.d.ts +4 -0
  159. package/dist/icons/User.svelte +58 -0
  160. package/dist/icons/User.svelte.d.ts +4 -0
  161. package/dist/icons/UserTie.svelte +56 -0
  162. package/dist/icons/UserTie.svelte.d.ts +4 -0
  163. package/dist/icons/Wallet.svelte +64 -0
  164. package/dist/icons/Wallet.svelte.d.ts +4 -0
  165. package/dist/icons/Warehouse.svelte +55 -0
  166. package/dist/icons/Warehouse.svelte.d.ts +4 -0
  167. package/dist/icons/Warning.svelte +57 -0
  168. package/dist/icons/Warning.svelte.d.ts +4 -0
  169. package/dist/icons/icon-bundle.d.ts +84 -0
  170. package/dist/icons/icon-bundle.js +169 -0
  171. package/dist/icons/index.d.ts +2 -0
  172. package/dist/icons/index.js +4 -0
  173. package/dist/icons/registry.d.ts +86 -0
  174. package/dist/icons/registry.js +166 -0
  175. package/dist/index.d.ts +3 -0
  176. package/dist/index.js +2 -0
  177. package/dist/types.d.ts +25 -0
  178. package/dist/types.js +1 -0
  179. package/package.json +59 -0
@@ -0,0 +1,56 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(24),
7
+ stroke = $bindable(undefined), // ⬅️ sin contorno
8
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
9
+ fill = $bindable(undefined), // ⬅️ sólido
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("user tie"),
12
+ title = $bindable("UserTie"),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 Extras heredados de IconBase
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+ style = $bindable(""),
18
+ rotate = $bindable(0),
19
+ flipH = $bindable(false),
20
+ flipV = $bindable(false),
21
+ spin = $bindable(false),
22
+ color = $bindable(undefined),
23
+ nonScalingStroke = $bindable(false),
24
+ preserveAspectRatio = $bindable("xMidYMid meet"),
25
+ decorative = $bindable(false),
26
+ titleId = $bindable(""),
27
+ testId = $bindable(undefined),
28
+ attrs = $bindable({}),
29
+ }: IconProps = $props();
30
+ </script>
31
+
32
+ <IconBase
33
+ {size}
34
+ {stroke}
35
+ {strokeWidth}
36
+ {fill}
37
+ {className}
38
+ {ariaLabel}
39
+ {title}
40
+ {viewBox}
41
+ {rotate}
42
+ {flipH}
43
+ {flipV}
44
+ {spin}
45
+ {color}
46
+ {nonScalingStroke}
47
+ {preserveAspectRatio}
48
+ {decorative}
49
+ {titleId}
50
+ {testId}
51
+ {attrs}
52
+ >
53
+ <path
54
+ d="M12 3c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.28 3.53-2.19 6.29L13 15l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L11 15l-.81 4.83C8.28 17.07 8 14.6 8 13.54c-2.39.7-4 1.96-4 3.46v4h16v-4c0-1.5-1.6-2.76-4-3.46"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const UserTie: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type UserTie = ReturnType<typeof UserTie>;
4
+ export default UserTie;
@@ -0,0 +1,64 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // Base obligatorias
7
+ size = $bindable(24),
8
+ stroke = $bindable(undefined), // ⬅️ sin contorno
9
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
10
+ fill = $bindable(undefined), // ⬅️ sólido
11
+ className = $bindable(""),
12
+ ariaLabel = $bindable("Wallet"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 512 512"),
15
+
16
+ // 👇 Extras heredados de IconBase
17
+ strokeLinecap = $bindable("round"),
18
+ strokeLinejoin = $bindable("round"),
19
+ style = $bindable(""),
20
+ rotate = $bindable(0),
21
+ flipH = $bindable(false),
22
+ flipV = $bindable(false),
23
+ spin = $bindable(false),
24
+ color = $bindable(undefined),
25
+ nonScalingStroke = $bindable(false),
26
+ preserveAspectRatio = $bindable("xMidYMid meet"),
27
+ decorative = $bindable(false),
28
+ titleId = $bindable(""),
29
+ testId = $bindable(undefined),
30
+ attrs = $bindable({}),
31
+ }: IconProps = $props();
32
+ </script>
33
+
34
+ <IconBase
35
+ {size}
36
+ {stroke}
37
+ {strokeWidth}
38
+ {fill}
39
+ {className}
40
+ {ariaLabel}
41
+ {title}
42
+ {viewBox}
43
+ {strokeLinecap}
44
+ {strokeLinejoin}
45
+ {style}
46
+ {rotate}
47
+ {flipH}
48
+ {flipV}
49
+ {spin}
50
+ {color}
51
+ {nonScalingStroke}
52
+ {preserveAspectRatio}
53
+ {decorative}
54
+ {titleId}
55
+ {testId}
56
+ {attrs}
57
+ >
58
+ <path
59
+ d="M95.5 104h320a88 88 0 0 1 11.18.71a66 66 0 0 0-77.51-55.56L86 94.08h-.3a66 66 0 0 0-41.07 26.13A87.57 87.57 0 0 1 95.5 104m320 24h-320a64.07 64.07 0 0 0-64 64v192a64.07 64.07 0 0 0 64 64h320a64.07 64.07 0 0 0 64-64V192a64.07 64.07 0 0 0-64-64M368 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32"
60
+ />
61
+ <path
62
+ d="M32 259.5V160c0-21.67 12-58 53.65-65.87C121 87.5 156 87.5 156 87.5s23 16 4 16s-18.5 24.5 0 24.5s0 23.5 0 23.5L85.5 236Z"
63
+ />
64
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Wallet: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Wallet = ReturnType<typeof Wallet>;
4
+ export default Wallet;
@@ -0,0 +1,55 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(24),
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("Home"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+
15
+ rotate = $bindable(0),
16
+ flipH = $bindable(false),
17
+ flipV = $bindable(false),
18
+ spin = $bindable(false),
19
+ color = $bindable(undefined),
20
+ nonScalingStroke = $bindable(false),
21
+ preserveAspectRatio = $bindable("xMidYMid meet"),
22
+ decorative = $bindable(false),
23
+ titleId = $bindable(""),
24
+ testId = $bindable(undefined),
25
+ attrs = $bindable({}),
26
+ }: IconProps = $props();
27
+ </script>
28
+
29
+ <IconBase
30
+ {size}
31
+ {stroke}
32
+ {strokeWidth}
33
+ {fill}
34
+ {className}
35
+ {ariaLabel}
36
+ {title}
37
+ {viewBox}
38
+ {rotate}
39
+ {flipH}
40
+ {flipV}
41
+ {spin}
42
+ {color}
43
+ {nonScalingStroke}
44
+ {preserveAspectRatio}
45
+ {decorative}
46
+ {titleId}
47
+ {testId}
48
+ {attrs}
49
+ >
50
+ <!-- Home -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M2 19V8.35q0-.625.338-1.125T3.25 6.5l8-3.2q.35-.15.75-.15t.75.15l8 3.2q.575.225.913.725T22 8.35V19q0 .825-.587 1.413T20 21h-4v-8H8v8H4q-.825 0-1.412-.587T2 19m7 2v-2h2v2zm2-3v-2h2v2zm2 3v-2h2v2z"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Warehouse: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Warehouse = ReturnType<typeof Warehouse>;
4
+ export default Warehouse;
@@ -0,0 +1,57 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // básicos del icono
7
+ size = $bindable(24),
8
+ stroke = $bindable(undefined),
9
+ strokeWidth = $bindable(undefined),
10
+ fill = $bindable(undefined), // el <path> ya usa currentColor
11
+ className = $bindable(""),
12
+ ariaLabel = $bindable("Warning"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+
16
+ // extras (se pasan tal cual a IconBase)
17
+ rotate = $bindable(0),
18
+ flipH = $bindable(false),
19
+ flipV = $bindable(false),
20
+ spin = $bindable(false),
21
+ color = $bindable(undefined),
22
+ nonScalingStroke = $bindable(false),
23
+ preserveAspectRatio = $bindable("xMidYMid meet"),
24
+ decorative = $bindable(false),
25
+ titleId = $bindable(""),
26
+ testId = $bindable(undefined),
27
+ attrs = $bindable({}),
28
+ }: IconProps = $props();
29
+ </script>
30
+
31
+ <IconBase
32
+ {size}
33
+ {stroke}
34
+ {strokeWidth}
35
+ {fill}
36
+ {className}
37
+ {ariaLabel}
38
+ {title}
39
+ {viewBox}
40
+ {rotate}
41
+ {flipH}
42
+ {flipV}
43
+ {spin}
44
+ {color}
45
+ {nonScalingStroke}
46
+ {preserveAspectRatio}
47
+ {decorative}
48
+ {titleId}
49
+ {testId}
50
+ {attrs}
51
+ >
52
+ <!-- Triángulo de advertencia -->
53
+ <path
54
+ fill="currentColor"
55
+ d="M12.884 2.532c-.346-.654-1.422-.654-1.768 0l-9 17A1 1 0 0 0 3 21h18a.998.998 0 0 0 .883-1.467zM13 18h-2v-2h2zm-2-4V9h2l.001 5z"
56
+ />
57
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Warning: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Warning = ReturnType<typeof Warning>;
4
+ export default Warning;
@@ -0,0 +1,84 @@
1
+ export declare const Icon: {
2
+ readonly AnimatedArrowLeft: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ readonly Aws: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
4
+ readonly ChevronUpDown: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
5
+ readonly ChevronDown: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
6
+ readonly Bag: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
7
+ readonly Bell: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
8
+ readonly Book: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
9
+ readonly BoxAdd: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
10
+ readonly Building: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
11
+ readonly Calendar: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
12
+ readonly CategoryAdd: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
13
+ readonly CategorySearch: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
14
+ readonly Chart: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
15
+ readonly ChartDoc: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
16
+ readonly Check: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
17
+ readonly CircleCheck: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
18
+ readonly CircleExclamation: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
19
+ readonly CircleInfo: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
20
+ readonly CircleQuestion: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
21
+ readonly Close: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
22
+ readonly CostIcon: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
23
+ readonly Dashboard: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
24
+ readonly Download: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
25
+ readonly Enterprise: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
26
+ readonly Email: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
27
+ readonly Excel: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
28
+ readonly EditOutline: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
29
+ readonly FilterOutline: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
30
+ readonly FormatListGroup: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
31
+ readonly Golang: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
32
+ readonly Google: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
33
+ readonly Hamburguer: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
34
+ readonly HandShake: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
35
+ readonly Home: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
36
+ readonly Key: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
37
+ readonly List: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
38
+ readonly ListDots: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
39
+ readonly LoadingDots: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
40
+ readonly Lock: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
41
+ readonly Logout: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
42
+ readonly MainComponent: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
43
+ readonly Measure: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
44
+ readonly Notes: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
45
+ readonly ObjectGroup: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
46
+ readonly Pdf: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
47
+ readonly Plus: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
48
+ readonly PointSale: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
49
+ readonly Product: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
50
+ readonly RightArrow: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
51
+ readonly SafeSolid: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
52
+ readonly Scan: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
53
+ readonly Search: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
54
+ readonly Settings: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
55
+ readonly Supervisor: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
56
+ readonly Swap: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
57
+ readonly Table: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
58
+ readonly Team: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
59
+ readonly Trash: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
60
+ readonly TrashOutline: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
61
+ readonly Truck: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
62
+ readonly TruckReturn: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
63
+ readonly UpArrow: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
64
+ readonly UpDownArrow: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin">;
65
+ readonly User: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
66
+ readonly UserTie: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
67
+ readonly Wallet: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
68
+ readonly Buy: import("svelte/legacy").LegacyComponentType;
69
+ readonly Group: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
70
+ readonly MagnifiyingGlass: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
71
+ readonly Project: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
72
+ readonly Warehouse: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
73
+ readonly Warning: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
74
+ readonly Error: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
75
+ readonly ErrorO: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
76
+ readonly CheckO: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
77
+ readonly Security: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
78
+ readonly Money: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
79
+ readonly CalendarEdit: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
80
+ readonly CalendarPlus: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
81
+ readonly LockOpen: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
82
+ readonly Eye: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
83
+ readonly EyeOff: import("svelte").Component<import("..").IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
84
+ };
@@ -0,0 +1,169 @@
1
+ // src/lib/icons/icon-bundle.ts
2
+ // Importa todos los componentes directamente
3
+ import AnimatedArrowLeft from "./AnimatedArrowLeft.svelte";
4
+ import Aws from "./Aws.svelte";
5
+ import Bag from "./Bag.svelte";
6
+ import Bell from "./Bell.svelte";
7
+ import Book from "./Book.svelte";
8
+ import BoxAdd from "./BoxAdd.svelte";
9
+ import Building from "./Building.svelte";
10
+ import Buy from "./Buy.svelte";
11
+ import Calendar from "./Calendar.svelte";
12
+ import CalendarEdit from "./CalendarEdit.svelte";
13
+ import CalendarPlus from "./CalendarPlus.svelte";
14
+ import CategoryAdd from "./CategoryAdd.svelte";
15
+ import CategorySearch from "./CategorySearch.svelte";
16
+ import Chart from "./Chart.svelte";
17
+ import ChartDoc from "./ChartDoc.svelte";
18
+ import Check from "./Check.svelte";
19
+ import CheckO from "./CheckO.svelte";
20
+ import ChevronDown from "./ChevronDown.svelte";
21
+ import ChevronUpDown from "./ChevronUpDown.svelte";
22
+ import CircleCheck from "./CircleCheck.svelte";
23
+ import CircleExclamation from "./CircleExclamation.svelte";
24
+ import CircleInfo from "./CircleInfo.svelte";
25
+ import CircleQuestion from "./CircleQuestion.svelte";
26
+ import Close from "./Close.svelte";
27
+ import CostIcon from "./CostIcon.svelte";
28
+ import Dashboard from "./Dashboard.svelte";
29
+ import Download from "./Download.svelte";
30
+ import EditOutline from "./EditOutline.svelte";
31
+ import Email from "./Email.svelte";
32
+ import Enterprise from "./Enterprise.svelte";
33
+ import Error from "./Error.svelte";
34
+ import ErrorO from "./ErrorO.svelte";
35
+ import Excel from "./Excel.svelte";
36
+ import Eye from "./Eye.svelte";
37
+ import EyeOff from "./EyeOff.svelte";
38
+ import FilterOutline from "./FilterOutline.svelte";
39
+ import FormatListGroup from "./FormatListGroup.svelte";
40
+ import Golang from "./Golang.svelte";
41
+ import Google from "./Google.svelte";
42
+ import Group from "./Group.svelte";
43
+ import Hamburguer from "./Hamburguer.svelte";
44
+ import HandShake from "./HandShake.svelte";
45
+ import Home from "./Home.svelte";
46
+ import Key from "./Key.svelte";
47
+ import List from "./List.svelte";
48
+ import ListDots from "./ListDots.svelte";
49
+ import LoadingDots from "./LoadingDots.svelte";
50
+ import Lock from "./Lock.svelte";
51
+ import LockOpen from "./LockOpen.svelte";
52
+ import Logout from "./Logout.svelte";
53
+ import MagnifiyingGlass from "./MagnifiyingGlass.svelte";
54
+ import MainComponent from "./MainComponent.svelte";
55
+ import Measure from "./Measure.svelte";
56
+ import Money from "./Money.svelte";
57
+ import Notes from "./Notes.svelte";
58
+ import ObjectGroup from "./ObjectGroup.svelte";
59
+ import Pdf from "./Pdf.svelte";
60
+ import Plus from "./Plus.svelte";
61
+ import PointSale from "./PointSale.svelte";
62
+ import Product from "./Product.svelte";
63
+ import Project from "./Project.svelte";
64
+ import RightArrow from "./RightArrow.svelte";
65
+ import SafeSolid from "./SafeSolid.svelte";
66
+ import Scan from "./Scan.svelte";
67
+ import Search from "./Search.svelte";
68
+ import Security from "./Security.svelte";
69
+ import Settings from "./Settings.svelte";
70
+ import Supervisor from "./Supervisor.svelte";
71
+ import Swap from "./Swap.svelte";
72
+ import Table from "./Table.svelte";
73
+ import Team from "./Team.svelte";
74
+ import Trash from "./Trash.svelte";
75
+ import TrashOutline from "./TrashOutline.svelte";
76
+ import Truck from "./Truck.svelte";
77
+ import TruckReturn from "./TruckReturn.svelte";
78
+ import UpArrow from "./UpArrow.svelte";
79
+ import UpDownArrow from "./UpDownArrow.svelte";
80
+ import User from "./User.svelte";
81
+ import UserTie from "./UserTie.svelte";
82
+ import Wallet from "./Wallet.svelte";
83
+ import Warehouse from "./Warehouse.svelte";
84
+ import Warning from "./Warning.svelte";
85
+ // ✅ Objeto Icon para usar como Icon.Email, Icon.Plus, etc.
86
+ export const Icon = {
87
+ AnimatedArrowLeft,
88
+ Aws,
89
+ ChevronUpDown,
90
+ ChevronDown,
91
+ Bag,
92
+ Bell,
93
+ Book,
94
+ BoxAdd,
95
+ Building,
96
+ Calendar,
97
+ CategoryAdd,
98
+ CategorySearch,
99
+ Chart,
100
+ ChartDoc,
101
+ Check,
102
+ CircleCheck,
103
+ CircleExclamation,
104
+ CircleInfo,
105
+ CircleQuestion,
106
+ Close,
107
+ CostIcon,
108
+ Dashboard,
109
+ Download,
110
+ Enterprise,
111
+ Email,
112
+ Excel,
113
+ EditOutline,
114
+ FilterOutline,
115
+ FormatListGroup,
116
+ Golang,
117
+ Google,
118
+ Hamburguer,
119
+ HandShake,
120
+ Home,
121
+ Key,
122
+ List,
123
+ ListDots,
124
+ LoadingDots,
125
+ Lock,
126
+ Logout,
127
+ MainComponent,
128
+ Measure,
129
+ Notes,
130
+ ObjectGroup,
131
+ Pdf,
132
+ Plus,
133
+ PointSale,
134
+ Product,
135
+ RightArrow,
136
+ SafeSolid,
137
+ Scan,
138
+ Search,
139
+ Settings,
140
+ Supervisor,
141
+ Swap,
142
+ Table,
143
+ Team,
144
+ Trash,
145
+ TrashOutline,
146
+ Truck,
147
+ TruckReturn,
148
+ UpArrow,
149
+ UpDownArrow,
150
+ User,
151
+ UserTie,
152
+ Wallet,
153
+ Buy,
154
+ Group,
155
+ MagnifiyingGlass,
156
+ Project,
157
+ Warehouse,
158
+ Warning,
159
+ Error,
160
+ ErrorO,
161
+ CheckO,
162
+ Security,
163
+ Money,
164
+ CalendarEdit,
165
+ CalendarPlus,
166
+ LockOpen,
167
+ Eye,
168
+ EyeOff,
169
+ };
@@ -0,0 +1,2 @@
1
+ export { default as Icon } from "../Icon.svelte";
2
+ export * from "./registry";
@@ -0,0 +1,4 @@
1
+ // ✅ Componente dinámico
2
+ export { default as Icon } from "../Icon.svelte";
3
+ // ✅ Registry para uso interno del componente dinámico
4
+ export * from "./registry";