@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,60 @@
1
+ <!-- src/lib/icons/Calendar.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
7
+ // props base
8
+ size = $bindable(24),
9
+ stroke = $bindable(undefined), // ⬅️ sin contorno
10
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
11
+ fill = $bindable(undefined), // ⬅️ sólido
12
+ className = $bindable(""),
13
+ ariaLabel = $bindable("Calendar"),
14
+ title = $bindable(""),
15
+ viewBox = $bindable("0 0 512 512"),
16
+ strokeLinecap = $bindable("round"),
17
+ strokeLinejoin = $bindable("round"),
18
+
19
+ // extras (nuevas)
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
+ {rotate}
46
+ {flipH}
47
+ {flipV}
48
+ {spin}
49
+ {color}
50
+ {nonScalingStroke}
51
+ {preserveAspectRatio}
52
+ {decorative}
53
+ {titleId}
54
+ {testId}
55
+ {attrs}
56
+ >
57
+ <path
58
+ d="M480 128a64 64 0 0 0-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 48v16H96a64 64 0 0 0-64 64v12a4 4 0 0 0 4 4h440a4 4 0 0 0 4-4ZM32 416a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V179a3 3 0 0 0-3-3H35a3 3 0 0 0-3 3Zm344-208a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24"
59
+ />
60
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Calendar: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Calendar = ReturnType<typeof Calendar>;
4
+ export default Calendar;
@@ -0,0 +1,59 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(24), // SVG original 24x24
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("CalendarEdit"),
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
+ <!-- Calendar Edit -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M19 4h-3V2h-2v2h-4V2H8v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2M5 20V7h14V6l.002 14z"
54
+ />
55
+ <path
56
+ fill="currentColor"
57
+ d="m15.628 12.183l-1.8-1.799l1.37-1.371l1.8 1.799zm-7.623 4.018V18h1.799l4.976-4.97l-1.799-1.799z"
58
+ />
59
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const CalendarEdit: 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 CalendarEdit = ReturnType<typeof CalendarEdit>;
4
+ export default CalendarEdit;
@@ -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), // SVG original 24x24
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("CalendarAdd"),
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
+ <!-- Calendar Add -->
51
+ <path fill="currentColor" d="M8 15h3v3h2v-3h3v-2h-3v-3h-2v3H8z" />
52
+ <path
53
+ fill="currentColor"
54
+ d="M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2m.002 16H5V8h14z"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const CalendarPlus: 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 CalendarPlus = ReturnType<typeof CalendarPlus>;
4
+ export default CalendarPlus;
@@ -0,0 +1,53 @@
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("Category Add"),
12
+ title = $bindable("CategoryAdd"),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ /* ✅ nuevas props */
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
+ <path
51
+ d="M2 2h9v9H2zm15.5 0C20 2 22 4 22 6.5S20 11 17.5 11S13 9 13 6.5S15 2 17.5 2m-11 12l4.5 8H2zM19 17h3v2h-3v3h-2v-3h-3v-2h3v-3h2z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const CategoryAdd: 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 CategoryAdd = ReturnType<typeof CategoryAdd>;
4
+ export default CategoryAdd;
@@ -0,0 +1,53 @@
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("Filter search icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ /* ✅ nuevas props */
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
+ <path
51
+ d="M3 20.5q-.425 0-.712-.288T2 19.5v-6q0-.425.288-.712T3 12.5h6q.425 0 .713.288T10 13.5v6q0 .425-.288.713T9 20.5zM14.725 10h-7.45q-.575 0-.862-.513t.012-1.012L10.15 2.4q.3-.5.85-.5t.85.5l3.725 6.075q.3.5.013 1.013t-.863.512m6.15 12.25l-1.95-1.95q-.525.35-1.137.525T16.5 21q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.175 1.263t-.5 1.137l1.95 1.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275M16.5 19q1.05 0 1.775-.725T19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const CategorySearch: 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 CategorySearch = ReturnType<typeof CategorySearch>;
4
+ export default CategorySearch;
@@ -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<IconProps["size"]>(24),
7
+ stroke = $bindable(undefined), // ⬅️ sin contorno
8
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
9
+ fill = $bindable(undefined), // ⬅️ sólido
10
+ className = $bindable<IconProps["className"]>(""),
11
+ ariaLabel = $bindable<IconProps["ariaLabel"]>("Chart"),
12
+ title = $bindable<IconProps["title"]>(""),
13
+ viewBox = $bindable<IconProps["viewBox"]>("0 0 24 24"),
14
+ /* ✅ nuevas props */
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
+ <path
51
+ d="M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2M5 5h14l.001 14H5z"
52
+ />
53
+ <path
54
+ d="m13.553 11.658l-4-2l-2.448 4.895l1.79.894l1.552-3.105l4 2l2.448-4.895l-1.79-.894z"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Chart: 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 Chart = ReturnType<typeof Chart>;
4
+ export default Chart;
@@ -0,0 +1,54 @@
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("Save"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ /* ✅ nuevas props */
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
+ <path
51
+ fill="currentColor"
52
+ d="M19 4h-4.18a2.988 2.988 0 0 0-5.64 0H5a2.006 2.006 0 0 0-2 2v14a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2V6a2.006 2.006 0 0 0-2-2m-7 0a1 1 0 1 1-1 1a1.003 1.003 0 0 1 1-1m-2 5l2.79 2.794l2.52-2.52L14 8h4v4l-1.276-1.311l-3.932 3.935L10 11.83l-2.586 2.584L6 13Zm9 10H5v-2h14Z"
53
+ />
54
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const ChartDoc: 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 ChartDoc = ReturnType<typeof ChartDoc>;
4
+ export default ChartDoc;
@@ -0,0 +1,57 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // props básicos
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("Check"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+
16
+ // extras para 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
+ <!-- Check -->
53
+ <path
54
+ fill="currentColor"
55
+ d="m10.586 13.414l-2.829-2.828L6.343 12l4.243 4.243l7.07-7.071l-1.413-1.415z"
56
+ />
57
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Check: 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 Check = ReturnType<typeof Check>;
4
+ export default Check;
@@ -0,0 +1,63 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // básicos
7
+ size = $bindable(24),
8
+ stroke = $bindable(undefined),
9
+ strokeWidth = $bindable(undefined),
10
+ fill = $bindable(undefined), // los <path> ya usan currentColor
11
+ className = $bindable(""),
12
+ ariaLabel = $bindable("CheckCircle"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+
16
+ // extras
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
+ <!-- CheckCircle -->
53
+ <g fill="currentColor">
54
+ <path
55
+ d="M10.243 16.314L6 12.07l1.414-1.414l2.829 2.828l5.656-5.657l1.415 1.415z"
56
+ />
57
+ <path
58
+ fill-rule="evenodd"
59
+ clip-rule="evenodd"
60
+ d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 1 0-18a9 9 0 0 1 0 18"
61
+ />
62
+ </g>
63
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const CheckO: 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 CheckO = ReturnType<typeof CheckO>;
4
+ export default CheckO;
@@ -0,0 +1,52 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(32), // SVG original 32x32
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("ChevronDown"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 32 32"),
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
+ <!-- Chevron Down -->
51
+ <path fill="currentColor" d="M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z" />
52
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const ChevronDown: 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 ChevronDown = ReturnType<typeof ChevronDown>;
4
+ export default ChevronDown;