@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,100 @@
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(""),
11
+ ariaLabel = $bindable("TableChart"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 Extras heredados de IconBase
15
+ style = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ color = $bindable(undefined),
21
+ nonScalingStroke = $bindable(false),
22
+ preserveAspectRatio = $bindable("xMidYMid meet"),
23
+ decorative = $bindable(false),
24
+ titleId = $bindable(""),
25
+ testId = $bindable(undefined),
26
+ attrs = $bindable({}),
27
+ }: IconProps = $props();
28
+ </script>
29
+
30
+ <IconBase
31
+ {size}
32
+ {stroke}
33
+ {strokeWidth}
34
+ {fill}
35
+ {className}
36
+ {ariaLabel}
37
+ {title}
38
+ {viewBox}
39
+ {rotate}
40
+ {flipH}
41
+ {flipV}
42
+ {spin}
43
+ {color}
44
+ {nonScalingStroke}
45
+ {preserveAspectRatio}
46
+ {decorative}
47
+ {titleId}
48
+ {testId}
49
+ {attrs}
50
+ >
51
+ <!-- capa de opacidad -->
52
+ <path
53
+ d="M9.5 16h-1c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28 0
54
+ .5.22.5.5s-.22.5-.5.5m.5-2.5c0-.28-.22-.5-.5-.5h-1
55
+ c-.28 0-.5.22-.5.5s.22.5.5.5h1c.28 0
56
+ .5-.22.5-.5m0-2c0-.28-.22-.5-.5-.5h-1c-.28
57
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
58
+ .5-.22.5-.5m3 4c0-.28-.22-.5-.5-.5h-1c-.28
59
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
60
+ .5-.22.5-.5m0-2c0-.28-.22-.5-.5-.5h-1c-.28
61
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
62
+ .5-.22.5-.5m0-2c0-.28-.22-.5-.5-.5h-1c-.28
63
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
64
+ .5-.22.5-.5m3 4c0-.28-.22-.5-.5-.5h-1c-.28
65
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
66
+ .5-.22.5-.5m0-2c0-.28-.22-.5-.5-.5h-1c-.28
67
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
68
+ .5-.22.5-.5m0-2c0-.28-.22-.5-.5-.5h-1c-.28
69
+ 0-.5.22-.5.5s.22.5.5.5h1c.28 0
70
+ .5-.22.5-.5M17 4H7v2h10z"
71
+ opacity="0.3"
72
+ />
73
+ <!-- capa principal -->
74
+ <path
75
+ d="M17 2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h10c1.1
76
+ 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0
77
+ 4H7V4h10zm3 16H4c-1.1 0-2-.9-2-2v-1h20v1c0
78
+ 1.1-.9 2-2 2m-1.47-11.81A2.01 2.01 0 0
79
+ 0 16.7 9H7.3c-.79 0-1.51.47-1.83
80
+ 1.19L2 18h20zM9.5 16h-1c-.28
81
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
82
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
83
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
84
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
85
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
86
+ 0 .5.22.5.5s-.22.5-.5.5m3 4h-1c-.28
87
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
88
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
89
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
90
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
91
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
92
+ 0 .5.22.5.5s-.22.5-.5.5m3 4h-1c-.28
93
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
94
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
95
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
96
+ 0 .5.22.5.5s-.22.5-.5.5m0-2h-1c-.28
97
+ 0-.5-.22-.5-.5s.22-.5.5-.5h1c.28
98
+ 0 .5.22.5.5s-.22.5-.5.5"
99
+ />
100
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const PointSale: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type PointSale = ReturnType<typeof PointSale>;
4
+ export default PointSale;
@@ -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<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(""),
11
+ ariaLabel = $bindable("Dashboard icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 1024 1024"),
14
+ // 👇 Extras heredados de IconBase
15
+ style = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ color = $bindable(undefined),
21
+ nonScalingStroke = $bindable(false),
22
+ preserveAspectRatio = $bindable("xMidYMid meet"),
23
+ decorative = $bindable(false),
24
+ titleId = $bindable(""),
25
+ testId = $bindable(undefined),
26
+ attrs = $bindable({}),
27
+ }: IconProps = $props();
28
+ </script>
29
+
30
+ <IconBase
31
+ {size}
32
+ {stroke}
33
+ {strokeWidth}
34
+ {fill}
35
+ {className}
36
+ {ariaLabel}
37
+ {title}
38
+ {viewBox}
39
+ {rotate}
40
+ {flipH}
41
+ {flipV}
42
+ {spin}
43
+ {color}
44
+ {nonScalingStroke}
45
+ {preserveAspectRatio}
46
+ {decorative}
47
+ {titleId}
48
+ {testId}
49
+ {attrs}
50
+ >
51
+ <path
52
+ fill-rule="evenodd"
53
+ d="M160 144h304c8.837 0 16 7.163 16 16v304c0 8.837-7.163 16-16 16H160c-8.837 0-16-7.163-16-16V160c0-8.837 7.163-16 16-16m564.314-25.333l181.019 181.02c6.248 6.248 6.248 16.378 0 22.627l-181.02 181.019c-6.248 6.248-16.378 6.248-22.627 0l-181.019-181.02c-6.248-6.248-6.248-16.378 0-22.627l181.02-181.019c6.248-6.248 16.378-6.248 22.627 0M160 544h304c8.837 0 16 7.163 16 16v304c0 8.837-7.163 16-16 16H160c-8.837 0-16-7.163-16-16V560c0-8.837 7.163-16 16-16m400 0h304c8.837 0 16 7.163 16 16v304c0 8.837-7.163 16-16 16H560c-8.837 0-16-7.163-16-16V560c0-8.837 7.163-16 16-16"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Product: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Product = ReturnType<typeof Product>;
4
+ export default Product;
@@ -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("ClipboardCheck"),
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
+ <!-- Clipboard Check -->
51
+ <path
52
+ fill="currentColor"
53
+ 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"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Project: 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 Project = ReturnType<typeof Project>;
4
+ export default Project;
@@ -0,0 +1,63 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // base
7
+ size = $bindable<IconProps["size"]>(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("Chevron Right"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 12 24"),
15
+
16
+ // extras (se pasan a 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
+ fill="currentColor"
60
+ fill-rule="evenodd"
61
+ d="M10.157 12.711L4.5 18.368l-1.414-1.414l4.95-4.95l-4.95-4.95L4.5 5.64l5.657 5.657a1 1 0 0 1 0 1.414"
62
+ />
63
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const RightArrow: 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 RightArrow = ReturnType<typeof RightArrow>;
4
+ export default RightArrow;
@@ -0,0 +1,57 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable<IconProps["size"]>(15),
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("Camera icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 15 15"),
14
+ // 👇 Extras heredados de IconBase
15
+ style = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ color = $bindable(undefined),
21
+ nonScalingStroke = $bindable(false),
22
+ preserveAspectRatio = $bindable("xMidYMid meet"),
23
+ decorative = $bindable(false),
24
+ titleId = $bindable(""),
25
+ testId = $bindable(undefined),
26
+ attrs = $bindable({}),
27
+ }: IconProps = $props();
28
+ </script>
29
+
30
+ <IconBase
31
+ {size}
32
+ {stroke}
33
+ {strokeWidth}
34
+ {fill}
35
+ {className}
36
+ {ariaLabel}
37
+ {title}
38
+ {viewBox}
39
+ {rotate}
40
+ {flipH}
41
+ {flipV}
42
+ {spin}
43
+ {color}
44
+ {nonScalingStroke}
45
+ {preserveAspectRatio}
46
+ {decorative}
47
+ {titleId}
48
+ {testId}
49
+ {attrs}
50
+ >
51
+ <path d="M8 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0" />
52
+ <path
53
+ fill-rule="evenodd"
54
+ clip-rule="evenodd"
55
+ d="M1.5 0A1.5 1.5 0 0 0 0 1.5v11A1.5 1.5 0 0 0 1.5 14H2v1h1v-1h9v1h1v-1h.5a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 13.5 0zM2 3v3h1V3zm7.5 2a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M2 11V8h1v3z"
56
+ />
57
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const SafeSolid: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type SafeSolid = ReturnType<typeof SafeSolid>;
4
+ export default SafeSolid;
@@ -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<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(""),
11
+ ariaLabel = $bindable("Table icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 Extras heredados de IconBase
15
+ style = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ color = $bindable(undefined),
21
+ nonScalingStroke = $bindable(false),
22
+ preserveAspectRatio = $bindable("xMidYMid meet"),
23
+ decorative = $bindable(false),
24
+ titleId = $bindable(""),
25
+ testId = $bindable(undefined),
26
+ attrs = $bindable({}),
27
+ }: IconProps = $props();
28
+ </script>
29
+
30
+ <IconBase
31
+ {size}
32
+ {stroke}
33
+ {strokeWidth}
34
+ {fill}
35
+ {className}
36
+ {ariaLabel}
37
+ {title}
38
+ {viewBox}
39
+ {rotate}
40
+ {flipH}
41
+ {flipV}
42
+ {spin}
43
+ {color}
44
+ {nonScalingStroke}
45
+ {preserveAspectRatio}
46
+ {decorative}
47
+ {titleId}
48
+ {testId}
49
+ {attrs}
50
+ >
51
+ <path
52
+ d="M21 15v5.007a.994.994 0 0 1-.993.993H3.993A.993.993 0 0 1 3 20.007V15zM2 11h20v2H2zm19-2H3V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993z"
53
+ />
54
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Scan: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Scan = ReturnType<typeof Scan>;
4
+ export default Scan;
@@ -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("search"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 Extras heredados de IconBase
15
+ style = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ color = $bindable(undefined),
21
+ nonScalingStroke = $bindable(false),
22
+ preserveAspectRatio = $bindable("xMidYMid meet"),
23
+ decorative = $bindable(false),
24
+ titleId = $bindable(""),
25
+ testId = $bindable(undefined),
26
+ attrs = $bindable({}),
27
+ }: IconProps = $props();
28
+ </script>
29
+
30
+ <IconBase
31
+ {size}
32
+ {stroke}
33
+ {strokeWidth}
34
+ {fill}
35
+ {className}
36
+ {ariaLabel}
37
+ {title}
38
+ {viewBox}
39
+ {rotate}
40
+ {flipH}
41
+ {flipV}
42
+ {spin}
43
+ {color}
44
+ {nonScalingStroke}
45
+ {preserveAspectRatio}
46
+ {decorative}
47
+ {titleId}
48
+ {testId}
49
+ {attrs}
50
+ >
51
+ <path
52
+ d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5"
53
+ />
54
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Search: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Search = ReturnType<typeof Search>;
4
+ export default Search;
@@ -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(32), // SVG original 32x32
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("ShieldCheck"),
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
+ <!-- Shield Check -->
51
+ <path fill="currentColor" d="M14 16.59L11.41 14L10 15.41l4 4l8-8L20.59 10z" />
52
+ <path
53
+ fill="currentColor"
54
+ d="m16 30l-6.176-3.293A10.98 10.98 0 0 1 4 17V4a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v13a10.98 10.98 0 0 1-5.824 9.707ZM6 4v13a8.99 8.99 0 0 0 4.766 7.942L16 27.733l5.234-2.79A8.99 8.99 0 0 0 26 17V4Z"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Security: 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 Security = ReturnType<typeof Security>;
4
+ export default Security;
@@ -0,0 +1,55 @@
1
+ <!-- src/lib/icons/Settings.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
7
+ size = $bindable<IconProps["size"]>(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("Settings"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+ // 👇 Extras heredados de IconBase
16
+ style = $bindable(""),
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
+ <path
53
+ d="M19.5 12c0-.23-.01-.45-.03-.68l1.86-1.41c.4-.3.51-.86.26-1.3l-1.87-3.23a.987.987 0 0 0-1.25-.42l-2.15.91c-.37-.26-.76-.49-1.17-.68l-.29-2.31c-.06-.5-.49-.88-.99-.88h-3.73c-.51 0-.94.38-1 .88l-.29 2.31c-.41.19-.8.42-1.17.68l-2.15-.91c-.46-.2-1-.02-1.25.42L2.41 8.62c-.25.44-.14.99.26 1.3l1.86 1.41a7.3 7.3 0 0 0 0 1.35l-1.86 1.41c-.4.3-.51.86-.26 1.3l1.87 3.23c.25.44.79.62 1.25.42l2.15-.91c.37.26.76.49 1.17.68l.29 2.31c.06.5.49.88.99.88h3.73c.5 0 .93-.38.99-.88l.29-2.31c.41-.19.8-.42 1.17-.68l2.15.91c.46.2 1 .02 1.25-.42l1.87-3.23c.25-.44.14-.99-.26-1.3l-1.86-1.41c.03-.23.04-.45.04-.68m-7.46 3.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Settings: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "style" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
3
+ type Settings = ReturnType<typeof Settings>;
4
+ export default Settings;
@@ -0,0 +1,57 @@
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(""),
11
+ ariaLabel = $bindable("User Group"),
12
+ title = $bindable(""),
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
+ fill="currentColor"
55
+ d="M17 15q-1.05 0-1.775-.725T14.5 12.5t.725-1.775T17 10t1.775.725t.725 1.775t-.725 1.775T17 15m-4 5q-.425 0-.712-.288T12 19v-.4q0-.6.313-1.112t.887-.738q.9-.375 1.863-.562T17 16t1.938.188t1.862.562q.575.225.888.738T22 18.6v.4q0 .425-.288.713T21 20zm-3-8q-1.65 0-2.825-1.175T6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12m-8 5.2q0-.85.425-1.562T3.6 14.55q1.5-.75 3.113-1.15T10 13q.875 0 1.75.15t1.75.35l-1.7 1.7q-.625.625-1.213 1.275T10 18v.975q0 .3.113.563t.362.462H4q-.825 0-1.412-.587T2 18z"
56
+ />
57
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Supervisor: 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 Supervisor = ReturnType<typeof Supervisor>;
4
+ export default Supervisor;