@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,75 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable<IconProps["size"]>(48),
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("Document swap"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 48 48"),
14
+ strokeLinecap = $bindable("round"),
15
+ strokeLinejoin = $bindable("round"),
16
+ // 👇 Extras heredados de IconBase
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
+ {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
+ <defs>
56
+ <!-- ⚠️ Cambia el id del mask si usas muchos iconos con <mask> para evitar colisiones -->
57
+ <mask id="SVGlyyFfe2R">
58
+ <g
59
+ fill="none"
60
+ stroke-linecap="round"
61
+ stroke-linejoin="round"
62
+ stroke-width="4"
63
+ >
64
+ <path
65
+ fill="#fff"
66
+ stroke="#fff"
67
+ d="M39 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3"
68
+ />
69
+ <path stroke="#000" d="M15 21h18m-18 6h18m0-6l-7-7m-4 20l-7-7" />
70
+ </g>
71
+ </mask>
72
+ </defs>
73
+
74
+ <path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGlyyFfe2R)" />
75
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Swap: 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 Swap = ReturnType<typeof Swap>;
4
+ export default Swap;
@@ -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("Dashboard"),
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
+ d="M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5zm3-18H5c-1.1
55
+ 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2M3 19c0 1.1.9 2 2
56
+ 2h3V10H3z"
57
+ />
58
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Table: 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 Table = ReturnType<typeof Table>;
4
+ export default Table;
@@ -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"]>(28),
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("Team icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 28 28"),
14
+ // 👇 Extras heredados de IconBase
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+ style = $bindable(""),
18
+ rotate = $bindable(0),
19
+ flipH = $bindable(false),
20
+ flipV = $bindable(false),
21
+ spin = $bindable(false),
22
+ color = $bindable(undefined),
23
+ nonScalingStroke = $bindable(false),
24
+ preserveAspectRatio = $bindable("xMidYMid meet"),
25
+ decorative = $bindable(false),
26
+ titleId = $bindable(""),
27
+ testId = $bindable(undefined),
28
+ attrs = $bindable({}),
29
+ }: IconProps = $props();
30
+ </script>
31
+
32
+ <IconBase
33
+ {size}
34
+ {stroke}
35
+ {strokeWidth}
36
+ {fill}
37
+ {className}
38
+ {ariaLabel}
39
+ {title}
40
+ {viewBox}
41
+ {rotate}
42
+ {flipH}
43
+ {flipV}
44
+ {spin}
45
+ {color}
46
+ {nonScalingStroke}
47
+ {preserveAspectRatio}
48
+ {decorative}
49
+ {titleId}
50
+ {testId}
51
+ {attrs}
52
+ >
53
+ <path
54
+ d="M17.754 11c.966 0 1.75.784 1.75 1.75v6.749a5.501 5.501 0 0 1-11.002 0V12.75c0-.966.783-1.75 1.75-1.75zM3.75 11l4.382-.002a2.73 2.73 0 0 0-.621 1.532l-.01.22v6.749c0 1.133.291 2.199.8 3.127A4.5 4.5 0 0 1 2 18.499V12.75A1.75 1.75 0 0 1 3.751 11m16.124-.002L24.25 11c.966 0 1.75.784 1.75 1.75v5.75a4.5 4.5 0 0 1-6.298 4.127l.056-.102c.429-.813.69-1.729.738-2.7l.008-.326V12.75c0-.666-.237-1.276-.63-1.752M14 3a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m8.003 1a3 3 0 1 1 0 6a3 3 0 0 1 0-6M5.997 4a3 3 0 1 1 0 6a3 3 0 0 1 0-6"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Team: 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 Team = ReturnType<typeof Team>;
4
+ export default Team;
@@ -0,0 +1,56 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(24),
7
+ stroke = $bindable(undefined), // ⬅️ sin contorno
8
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
9
+ fill = $bindable(undefined), // ⬅️ sólido
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("trash"),
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
+ d="M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Trash: 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 Trash = ReturnType<typeof Trash>;
4
+ export default Trash;
@@ -0,0 +1,66 @@
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("Trash outline"),
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
+ <g class="trash-outline">
54
+ <g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
55
+ <path
56
+ d="M4.917 6.003a1 1 0 0 1 1.08.914l.849 10.248A2 2 0 0 0 8.839 19h6.322a2 2 0 0 0 1.993-1.835l.85-10.248a1 1 0 0 1 1.993.166l-.85 10.247A4 4 0 0 1 15.162 21H8.84a4 4 0 0 1-3.987-3.67l-.85-10.247a1 1 0 0 1 .914-1.08"
57
+ />
58
+ <path
59
+ d="M3 7a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m7 2a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1"
60
+ />
61
+ <path
62
+ d="M10.441 5a1 1 0 0 0-.948.684l-.544 1.632a1 1 0 1 1-1.898-.632l.544-1.633A3 3 0 0 1 10.441 3h3.117a3 3 0 0 1 2.846 2.051l.545 1.633a1 1 0 0 1-1.898.632l-.544-1.632A1 1 0 0 0 13.56 5h-3.117Z"
63
+ />
64
+ </g>
65
+ </g>
66
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const TrashOutline: 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 TrashOutline = ReturnType<typeof TrashOutline>;
4
+ export default TrashOutline;
@@ -0,0 +1,63 @@
1
+ <!-- src/lib/icons/TruckSolid.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
7
+ // base props
8
+ size = $bindable<IconProps["size"]>(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("Truck"),
14
+ title = $bindable(""),
15
+ viewBox = $bindable("0 0 24 24"),
16
+
17
+ // extras heredados de IconBase
18
+ strokeLinecap = $bindable("round"),
19
+ strokeLinejoin = $bindable("round"),
20
+ style = $bindable(""),
21
+ rotate = $bindable(0),
22
+ flipH = $bindable(false),
23
+ flipV = $bindable(false),
24
+ spin = $bindable(false),
25
+ color = $bindable(undefined),
26
+ nonScalingStroke = $bindable(false),
27
+ preserveAspectRatio = $bindable("xMidYMid meet"),
28
+ decorative = $bindable<IconProps["decorative"]>(false),
29
+ titleId = $bindable<IconProps["titleId"]>(""),
30
+ testId = $bindable<IconProps["testId"]>(undefined),
31
+ attrs = $bindable<IconProps["attrs"]>({}),
32
+ }: IconProps = $props();
33
+ </script>
34
+
35
+ <IconBase
36
+ {size}
37
+ {stroke}
38
+ {strokeWidth}
39
+ {fill}
40
+ {className}
41
+ {ariaLabel}
42
+ {title}
43
+ {viewBox}
44
+ {strokeLinecap}
45
+ {strokeLinejoin}
46
+ {style}
47
+ {rotate}
48
+ {flipH}
49
+ {flipV}
50
+ {spin}
51
+ {color}
52
+ {nonScalingStroke}
53
+ {preserveAspectRatio}
54
+ {decorative}
55
+ {titleId}
56
+ {testId}
57
+ {attrs}
58
+ >
59
+ <path
60
+ fill="currentColor"
61
+ d="M18 18.5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m1.5-9l1.96 2.5H17V9.5m-11 9A1.5 1.5 0 0 1 4.5 17A1.5 1.5 0 0 1 6 15.5A1.5 1.5 0 0 1 7.5 17A1.5 1.5 0 0 1 6 18.5M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2a3 3 0 0 0 3 3a3 3 0 0 0 3-3h6a3 3 0 0 0 3 3a3 3 0 0 0 3-3h2v-5z"
62
+ />
63
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Truck: 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 Truck = ReturnType<typeof Truck>;
4
+ export default Truck;
@@ -0,0 +1,74 @@
1
+ <!-- src/lib/icons/Truck.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
7
+ // base
8
+ size = $bindable<IconProps["size"]>(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("Truck / Delivery"),
14
+ title = $bindable(""),
15
+ viewBox = $bindable("0 0 24 24"),
16
+
17
+ // extras (se pasan a IconBase)
18
+ strokeLinecap = $bindable("round"),
19
+ strokeLinejoin = $bindable("round"),
20
+ style = $bindable(""),
21
+ rotate = $bindable(0),
22
+ flipH = $bindable(false),
23
+ flipV = $bindable(false),
24
+ spin = $bindable(false),
25
+ color = $bindable(undefined),
26
+ nonScalingStroke = $bindable(false),
27
+ preserveAspectRatio = $bindable("xMidYMid meet"),
28
+ decorative = $bindable(false),
29
+ titleId = $bindable(""),
30
+ testId = $bindable(undefined),
31
+ attrs = $bindable({}),
32
+ }: IconProps = $props();
33
+ </script>
34
+
35
+ <IconBase
36
+ {size}
37
+ {stroke}
38
+ {strokeWidth}
39
+ {fill}
40
+ {className}
41
+ {ariaLabel}
42
+ {title}
43
+ {viewBox}
44
+ {strokeLinecap}
45
+ {strokeLinejoin}
46
+ {style}
47
+ {rotate}
48
+ {flipH}
49
+ {flipV}
50
+ {spin}
51
+ {color}
52
+ {nonScalingStroke}
53
+ {preserveAspectRatio}
54
+ {decorative}
55
+ {titleId}
56
+ {testId}
57
+ {attrs}
58
+ >
59
+ <g fill="none" stroke="currentColor" stroke-width="1.5">
60
+ <path
61
+ d="M17 20a2 2 0 1 0 0-4a2 2 0 0 0 0 4ZM7 20a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"
62
+ />
63
+ <path
64
+ stroke-linecap="round"
65
+ stroke-linejoin="round"
66
+ d="M19 11h3v2c0 2.357 0 3.535-.732 4.268c-.487.487-1.171.65-2.268.704m-14 0c-1.097-.054-1.78-.217-2.268-.704C2 16.535 2 15.357 2 13V9c0-2.357 0-3.536.732-4.268S4.643 4 7 4h3.3c1.117 0 1.675 0 2.127.147a3 3 0 0 1 1.926 1.926c.147.452.147 1.01.147 2.127c0 1.22 0 1.831-.334 2.244q-.099.122-.222.222C13.531 11 12.921 11 11.7 11H8m7 7H9m5.5-12h1.821c1.456 0 2.183 0 2.775.354c.593.353.938.994 1.628 2.276L22 11"
67
+ />
68
+ <path
69
+ stroke-linecap="round"
70
+ stroke-linejoin="round"
71
+ d="M10 13s-.672-.556-1.263-1.084C8.32 11.58 8 11.293 8 11.005c0-.255.25-.492.656-.864C9.232 9.662 10 9 10 9"
72
+ />
73
+ </g>
74
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const TruckReturn: 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 TruckReturn = ReturnType<typeof TruckReturn>;
4
+ export default TruckReturn;
@@ -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(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 Up"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+
16
+ // nuevas props
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="m4 15l8-8l8 8l-2 2l-6-6l-6 6z"
62
+ />
63
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const UpArrow: 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 UpArrow = ReturnType<typeof UpArrow>;
4
+ export default UpArrow;
@@ -0,0 +1,40 @@
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("Arrow Expand"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ // 👇 ahora sí props tipadas
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+ }: IconProps = $props();
18
+ </script>
19
+
20
+ <IconBase
21
+ {size}
22
+ {stroke}
23
+ {strokeWidth}
24
+ {fill}
25
+ {className}
26
+ {ariaLabel}
27
+ {title}
28
+ {viewBox}
29
+ {strokeLinecap}
30
+ {strokeLinejoin}
31
+ >
32
+ <path
33
+ fill="none"
34
+ stroke="currentColor"
35
+ stroke-linecap="round"
36
+ stroke-linejoin="round"
37
+ stroke-width="2"
38
+ d="M8 20V7m0 13l-4-4m4 4l4-4m4-12v13m0-13l4 4m-4-4l-4 4"
39
+ />
40
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const UpDownArrow: import("svelte").Component<IconProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "viewBox" | "strokeLinecap" | "strokeLinejoin">;
3
+ type UpDownArrow = ReturnType<typeof UpDownArrow>;
4
+ export default UpDownArrow;
@@ -0,0 +1,58 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ // Defaults pensados para ícono de relleno
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("user"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+ // 👇 Extras heredados de IconBase
16
+ strokeLinecap = $bindable("round"),
17
+ strokeLinejoin = $bindable("round"),
18
+ style = $bindable(""),
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
+ {rotate}
43
+ {flipH}
44
+ {flipV}
45
+ {spin}
46
+ {color}
47
+ {nonScalingStroke}
48
+ {preserveAspectRatio}
49
+ {decorative}
50
+ {titleId}
51
+ {testId}
52
+ {attrs}
53
+ >
54
+ <!-- El fill hereda de <svg>, por eso no es necesario en el <path> -->
55
+ <path
56
+ d="M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"
57
+ />
58
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const User: 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 User = ReturnType<typeof User>;
4
+ export default User;