@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,57 @@
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("LockOpen"),
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
+ <!-- Lock Open -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M17 8V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0
54
+ 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2H9V7
55
+ c0-1.654 1.346-3 3-3s3 1.346 3 3v1zm1 4l.002 8H6v-8z"
56
+ />
57
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const LockOpen: 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 LockOpen = ReturnType<typeof LockOpen>;
4
+ export default LockOpen;
@@ -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("logout"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // extras (se pasan tal cual a IconBase)
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="m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Logout: 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 Logout = ReturnType<typeof Logout>;
4
+ export default Logout;
@@ -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(8), // SVG original es 8x8
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("SearchSmall"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 8 8"),
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
+ <!-- Search Small (8x8) -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M3.5 0C1.57 0 0 1.57 0 3.5S1.57 7 3.5 7c.59 0 1.17-.14 1.66-.41a1 1 0 0 0 .13.13l1 1a1.02 1.02 0 1 0 1.44-1.44l-1-1a1 1 0 0 0-.16-.13c.27-.49.44-1.06.44-1.66c0-1.93-1.57-3.5-3.5-3.5zm0 1C4.89 1 6 2.11 6 3.5c0 .66-.24 1.27-.66 1.72l-.03.03a1 1 0 0 0-.13.13c-.44.4-1.04.63-1.69.63c-1.39 0-2.5-1.11-2.5-2.5s1.11-2.5 2.5-2.5z"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const MagnifiyingGlass: 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 MagnifiyingGlass = ReturnType<typeof MagnifiyingGlass>;
4
+ export default MagnifiyingGlass;
@@ -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),
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("Decoration"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+
15
+ // 👇 ahora sí props tipadas
16
+ strokeLinecap = $bindable("round"),
17
+ strokeLinejoin = $bindable("round"),
18
+ // extras (se pasan tal cual a IconBase)
19
+ rotate = $bindable(0),
20
+ flipH = $bindable(false),
21
+ flipV = $bindable(false),
22
+ spin = $bindable(false),
23
+ color = $bindable(undefined),
24
+ nonScalingStroke = $bindable(false),
25
+ preserveAspectRatio = $bindable("xMidYMid meet"),
26
+ decorative = $bindable(false),
27
+ titleId = $bindable(""),
28
+ testId = $bindable(undefined),
29
+ attrs = $bindable({}),
30
+ }: IconProps = $props();
31
+ </script>
32
+
33
+ <IconBase
34
+ {size}
35
+ {stroke}
36
+ {strokeWidth}
37
+ {fill}
38
+ {className}
39
+ {ariaLabel}
40
+ {title}
41
+ {viewBox}
42
+ {strokeLinecap}
43
+ {strokeLinejoin}
44
+ {rotate}
45
+ {flipH}
46
+ {flipV}
47
+ {spin}
48
+ {color}
49
+ {nonScalingStroke}
50
+ {preserveAspectRatio}
51
+ {decorative}
52
+ {titleId}
53
+ {testId}
54
+ {attrs}
55
+ >
56
+ <path
57
+ d="M11.235 2.374c-.368.152-.697.482-1.356 1.14c-.659.66-.989.989-1.14 1.356a2 2 0 0 0 0 1.531c.151.368.48.697 1.14 1.356c.658.659.988.989 1.356 1.14a2 2 0 0 0 1.53 0c.368-.151.697-.48 1.356-1.14s.988-.988 1.14-1.356a2 2 0 0 0 0-1.53c-.152-.368-.48-.697-1.14-1.356s-.988-.989-1.356-1.141a2 2 0 0 0-1.53 0M4.87 8.738c-.367.152-.697.481-1.355 1.14c-.66.66-.989.989-1.141 1.356a2 2 0 0 0 0 1.531c.152.368.482.697 1.14 1.356c.66.659.989.988 1.356 1.14a2 2 0 0 0 1.531 0c.368-.152.697-.481 1.356-1.14s.988-.988 1.14-1.356a2 2 0 0 0 0-1.53c-.152-.368-.48-.698-1.14-1.357s-.988-.988-1.356-1.14a2 2 0 0 0-1.53 0m11.372 1.14c-.659.66-.988.989-1.14 1.356a2 2 0 0 0 0 1.531c.152.368.481.697 1.14 1.356s.989.988 1.356 1.14a2 2 0 0 0 1.53 0c.368-.152.698-.481 1.357-1.14s.987-.988 1.14-1.356a2 2 0 0 0 0-1.53c-.153-.368-.481-.698-1.14-1.357c-.66-.659-.989-.988-1.356-1.14a2 2 0 0 0-1.531 0c-.367.152-.697.481-1.356 1.14m-5.008 5.224c-.368.152-.697.482-1.356 1.14c-.659.66-.989.989-1.14 1.357a2 2 0 0 0 0 1.53c.151.368.48.697 1.14 1.356c.658.659.988.989 1.356 1.14a2 2 0 0 0 1.53 0c.368-.151.697-.48 1.356-1.14s.988-.988 1.14-1.356c.203-.49.203-1.04 0-1.53c-.152-.368-.48-.698-1.14-1.356c-.659-.66-.988-.989-1.356-1.141a2 2 0 0 0-1.53 0"
58
+ />
59
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const MainComponent: 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 MainComponent = ReturnType<typeof MainComponent>;
4
+ export default MainComponent;
@@ -0,0 +1,58 @@
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("Calendar"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+ // extras (se pasan tal cual a IconBase)
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
+ {strokeLinecap}
42
+ {strokeLinejoin}
43
+ {rotate}
44
+ {flipH}
45
+ {flipV}
46
+ {spin}
47
+ {color}
48
+ {nonScalingStroke}
49
+ {preserveAspectRatio}
50
+ {decorative}
51
+ {titleId}
52
+ {testId}
53
+ {attrs}
54
+ >
55
+ <path
56
+ d="M19.875 12c.621 0 1.125.512 1.125 1.143v5.714c0 .631-.504 1.143-1.125 1.143H4a1 1 0 0 1-1-1v-5.857C3 12.512 3.504 12 4.125 12zM9 12v2m-3-2v3m6-3v3m6-3v3m-3-3v2M3 3v4m0-2h18m0-2v4"
57
+ />
58
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Measure: 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 Measure = ReturnType<typeof Measure>;
4
+ export default Measure;
@@ -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(32), // SVG original 32x32
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("Server"),
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
+ <!-- Server / Data Rack -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M2 22h28v2H2zm0 4h28v2H2zm22-16a2 2 0 1 0 2 2a2 2 0 0 0-2-2m-8 6a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a2 2 0 0 0-2-2"
54
+ />
55
+ <path
56
+ fill="currentColor"
57
+ d="M28 20H4a2.005 2.005 0 0 1-2-2V6a2.005 2.005 0 0 1 2-2h24a2.005 2.005 0 0 1 2 2v12a2.003 2.003 0 0 1-2 2m0-14H4v12h24Z"
58
+ />
59
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Money: 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 Money = ReturnType<typeof Money>;
4
+ export default Money;
@@ -0,0 +1,58 @@
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("Book"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 ahora sí props tipadas
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+ // extras (se pasan tal cual a IconBase)
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
+ {strokeLinecap}
42
+ {strokeLinejoin}
43
+ {rotate}
44
+ {flipH}
45
+ {flipV}
46
+ {spin}
47
+ {color}
48
+ {nonScalingStroke}
49
+ {preserveAspectRatio}
50
+ {decorative}
51
+ {titleId}
52
+ {testId}
53
+ {attrs}
54
+ >
55
+ <path
56
+ d="M8 14h8m-8-4h2m-2 8h4M10 3H6a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-3.5M10 3V1m0 2v2"
57
+ />
58
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Notes: 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 Notes = ReturnType<typeof Notes>;
4
+ export default Notes;
@@ -0,0 +1,66 @@
1
+ <!-- src/lib/icons/ObjectGroup.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
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("Object Group"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 576 512"),
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="M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9
54
+ 55.4 32h337.1C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9
55
+ 44.4-32 55.4v273.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64
56
+ 64c-23.7 0-44.4-12.9-55.4-32H119.5c-11.1 19.1-31.7 32-55.4
57
+ 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6
58
+ 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4v273.1c9.7 5.6 17.8 13.7
59
+ 23.4 23.4h337.1c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128
60
+ 160c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v96c0 17.7-14.3
61
+ 32-32 32H160c-17.7 0-32-14.3-32-32zm128
62
+ 160h32c35.3 0 64-28.7 64-64v-32h64c17.7 0 32
63
+ 14.3 32 32v96c0 17.7-14.3 32-32
64
+ 32H288c-17.7 0-32-14.3-32-32z"
65
+ />
66
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const ObjectGroup: 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 ObjectGroup = ReturnType<typeof ObjectGroup>;
4
+ export default ObjectGroup;
@@ -0,0 +1,62 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ // Este ícono es de relleno (no de trazo), por eso dejamos fill en "currentColor"
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("Document"),
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
+ <!-- Trae dos paths: pequeños detalles (sin relleno) y el cuerpo del documento (relleno) -->
53
+ <g fill="none" fill-rule="evenodd">
54
+ <path
55
+ d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"
56
+ />
57
+ <path
58
+ fill="currentColor"
59
+ d="M12 2v6.5a1.5 1.5 0 0 0 1.5 1.5H20v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-.989 9.848a6.22 6.22 0 0 1-2.235 3.872c-.887.716-.076 2.121.988 1.712a6.22 6.22 0 0 1 4.471 0c1.064.41 1.875-.995.988-1.712a6.22 6.22 0 0 1-2.235-3.872c-.177-1.126-1.8-1.127-1.977 0M12 14.303l.806 1.394h-1.61zm2-12.26a2 2 0 0 1 1 .543L19.414 7a2 2 0 0 1 .543 1H14z"
60
+ />
61
+ </g>
62
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Pdf: 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 Pdf = ReturnType<typeof Pdf>;
4
+ export default Pdf;
@@ -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"]>(32),
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("Plus"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 32 32"),
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="currentColor"
53
+ d="M19.05 5.06c0-1.68-1.37-3.06-3.06-3.06s-3.07 1.38-3.06 3.06v7.87H5.06C3.38 12.93 2 14.3 2 15.99c0 1.68 1.38 3.06 3.06 3.06h7.87v7.86c0 1.68 1.37 3.06 3.06 3.06c1.68 0 3.06-1.37 3.06-3.06v-7.86h7.86c1.68 0 3.06-1.37 3.06-3.06c0-1.68-1.37-3.06-3.06-3.06h-7.86z"
54
+ />
55
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Plus: 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 Plus = ReturnType<typeof Plus>;
4
+ export default Plus;