@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,61 @@
1
+ <!-- src/lib/Icon.svelte -->
2
+ <script lang="ts">
3
+ import { iconRegistry, type IconName } from "./icons/registry";
4
+ import type { IconProps } from "./types";
5
+
6
+ let {
7
+ name,
8
+ size = $bindable(24),
9
+ color = $bindable("#6b7280"),
10
+ stroke = $bindable(undefined),
11
+ strokeWidth = $bindable(undefined),
12
+ fill = $bindable(undefined),
13
+ className = $bindable(""),
14
+ ariaLabel = $bindable(undefined),
15
+ title = $bindable(""),
16
+ rotate = $bindable(0),
17
+ flipH = $bindable(false),
18
+ flipV = $bindable(false),
19
+ spin = $bindable(false),
20
+ nonScalingStroke = $bindable(false),
21
+ preserveAspectRatio = $bindable("xMidYMid meet"),
22
+ decorative = $bindable(false),
23
+ titleId = $bindable(""),
24
+ testId = $bindable(undefined),
25
+ attrs = $bindable({}),
26
+ }: { name: IconName } & Partial<IconProps> = $props();
27
+
28
+ // Componente dinámico
29
+ const Comp = $derived(iconRegistry[name]);
30
+
31
+ // Props a pasar - con lógica mejorada para color
32
+ const passProps: Partial<IconProps> = $derived({
33
+ size,
34
+ // Si se pasa color, override fill y stroke para asegurar que funcione
35
+ color,
36
+ stroke: color ? (stroke ?? "none") : stroke,
37
+ fill: color ? (fill ?? color) : fill,
38
+ strokeWidth,
39
+ className,
40
+ ariaLabel,
41
+ title,
42
+ rotate,
43
+ flipH,
44
+ flipV,
45
+ spin,
46
+ nonScalingStroke,
47
+ preserveAspectRatio,
48
+ decorative,
49
+ titleId,
50
+ testId,
51
+ attrs,
52
+ });
53
+ </script>
54
+
55
+ {#if Comp}
56
+ <Comp {...passProps} />
57
+ {:else}
58
+ <span class="inline-block align-middle text-xs text-red-500">
59
+ Unknown icon: {name}
60
+ </span>
61
+ {/if}
@@ -0,0 +1,8 @@
1
+ import { type IconName } from "./icons/registry";
2
+ import type { IconProps } from "./types";
3
+ type $$ComponentProps = {
4
+ name: IconName;
5
+ } & Partial<IconProps>;
6
+ declare const Icon: import("svelte").Component<$$ComponentProps, {}, "size" | "stroke" | "strokeWidth" | "fill" | "className" | "ariaLabel" | "title" | "rotate" | "flipH" | "flipV" | "spin" | "color" | "nonScalingStroke" | "preserveAspectRatio" | "decorative" | "titleId" | "testId" | "attrs">;
7
+ type Icon = ReturnType<typeof Icon>;
8
+ export default Icon;
@@ -0,0 +1,105 @@
1
+ <script lang="ts">
2
+ import type { IconProps } from "./types";
3
+
4
+ let {
5
+ children,
6
+ size = $bindable(24),
7
+ stroke = $bindable("currentColor"),
8
+ strokeWidth = $bindable(2),
9
+ fill = $bindable("none"),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("icon"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 24 24"),
14
+ strokeLinecap = $bindable("round"),
15
+ strokeLinejoin = $bindable("round"),
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
+
30
+ // ===== Derivados =====
31
+ const _size = $derived(typeof size === "number" ? `${size}px` : size);
32
+ const _strokeWidth = $derived(
33
+ typeof strokeWidth === "string" ? parseFloat(strokeWidth) : strokeWidth
34
+ );
35
+ const _rotate = $derived(
36
+ typeof rotate === "number" ? `${rotate}deg` : rotate
37
+ );
38
+ const _flip = $derived(
39
+ `${flipH ? "scaleX(-1)" : ""} ${flipV ? "scaleY(-1)" : ""}`.trim()
40
+ );
41
+ const defaultGray = "#6b7280";
42
+
43
+ const _stroke = $derived(stroke ?? color ?? defaultGray);
44
+ const _fill = $derived(fill ?? (stroke ? "none" : (color ?? "none")));
45
+
46
+ const _transform = $derived(
47
+ `${rotate ? `rotate(${_rotate})` : ""} ${_flip}`.trim()
48
+ );
49
+ const _spinDur = $derived(
50
+ spin === true ? "1s" : typeof spin === "number" ? `${spin}ms` : spin || ""
51
+ );
52
+ const _style = $derived(
53
+ `${style ? style + ";" : ""}` +
54
+ `${_transform ? `transform: ${_transform}; transform-origin: center;` : ""}` +
55
+ `${_spinDur ? `animation: __icon_spin ${_spinDur} linear infinite;` : ""}`
56
+ );
57
+
58
+ let _titleId = $state(titleId);
59
+ $effect(() => {
60
+ if (!_titleId && title) {
61
+ _titleId = `icon-title-${Math.random().toString(36).slice(2, 9)}`;
62
+ }
63
+ });
64
+
65
+ const _ariaHidden = $derived(decorative ? "true" : undefined);
66
+ const _ariaLabel = $derived(decorative ? undefined : ariaLabel || undefined);
67
+ const _ariaLabelledby = $derived(!decorative && title ? _titleId : undefined);
68
+ const _vectorEffect = $derived(
69
+ nonScalingStroke ? "non-scaling-stroke" : undefined
70
+ );
71
+ </script>
72
+
73
+ <svg
74
+ xmlns="http://www.w3.org/2000/svg"
75
+ width={_size}
76
+ height={_size}
77
+ fill={_fill}
78
+ stroke={_stroke}
79
+ stroke-width={_strokeWidth}
80
+ stroke-linecap={strokeLinecap}
81
+ stroke-linejoin={strokeLinejoin}
82
+ {viewBox}
83
+ {preserveAspectRatio}
84
+ class={className}
85
+ role="img"
86
+ aria-hidden={_ariaHidden}
87
+ aria-label={_ariaLabel}
88
+ aria-labelledby={_ariaLabelledby}
89
+ focusable="false"
90
+ style={_style}
91
+ data-testid={testId}
92
+ vector-effect={_vectorEffect}
93
+ {...attrs}
94
+ >
95
+ {#if title}<title id={_titleId}>{title}</title>{/if}
96
+ {@render children?.()}
97
+ </svg>
98
+
99
+ <style>
100
+ @keyframes __icon_spin {
101
+ to {
102
+ transform: rotate(360deg);
103
+ }
104
+ }
105
+ </style>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "./types";
2
+ declare const IconBase: 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 IconBase = ReturnType<typeof IconBase>;
4
+ export default IconBase;
@@ -0,0 +1,64 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // básicos
7
+ size = $bindable<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("Arrow Right Animated"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+ strokeLinecap = $bindable("round"),
16
+ strokeLinejoin = $bindable("round"),
17
+
18
+ // extras
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 d="M9 12l5 -5M9 12l5 5" stroke-dasharray="10" stroke-dashoffset="10">
57
+ <animate
58
+ fill="freeze"
59
+ attributeName="stroke-dashoffset"
60
+ dur="0.3s"
61
+ values="10;0"
62
+ />
63
+ </path>
64
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const AnimatedArrowLeft: 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 AnimatedArrowLeft = ReturnType<typeof AnimatedArrowLeft>;
4
+ export default AnimatedArrowLeft;
@@ -0,0 +1,60 @@
1
+ <!-- src/lib/icons/Aws.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ let {
7
+ // básicos
8
+ size = $bindable(24),
9
+ stroke = $bindable(undefined), // ⬅️ sin contorno
10
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
11
+ fill = $bindable(undefined), // ⬅️ sólido
12
+ className = $bindable(""),
13
+ ariaLabel = $bindable("AWS logo"),
14
+ title = $bindable("Aws"),
15
+ viewBox = $bindable("0 0 24 24"),
16
+ strokeLinecap = $bindable("round"),
17
+ strokeLinejoin = $bindable("round"),
18
+
19
+ // extras (todas las nuevas del IconBase)
20
+ rotate = $bindable(0),
21
+ flipH = $bindable(false),
22
+ flipV = $bindable(false),
23
+ spin = $bindable(false),
24
+ color = $bindable(undefined),
25
+ nonScalingStroke = $bindable(false),
26
+ preserveAspectRatio = $bindable("xMidYMid meet"),
27
+ decorative = $bindable(false),
28
+ titleId = $bindable(""),
29
+ testId = $bindable(undefined),
30
+ attrs = $bindable({}),
31
+ }: IconProps = $props();
32
+ </script>
33
+
34
+ <IconBase
35
+ {size}
36
+ {stroke}
37
+ {strokeWidth}
38
+ {fill}
39
+ {className}
40
+ {ariaLabel}
41
+ {title}
42
+ {viewBox}
43
+ {strokeLinecap}
44
+ {strokeLinejoin}
45
+ {rotate}
46
+ {flipH}
47
+ {flipV}
48
+ {spin}
49
+ {color}
50
+ {nonScalingStroke}
51
+ {preserveAspectRatio}
52
+ {decorative}
53
+ {titleId}
54
+ {testId}
55
+ {attrs}
56
+ >
57
+ <path
58
+ d="M7.64 10.38c0 .25.02.45.07.62c.05.12.12.28.21.46c.04.04.05.1.05.15c0 .07-.04.13-.13.2l-.42.28c-.06.04-.12.06-.17.06c-.07 0-.13-.04-.2-.1c-.09-.1-.17-.2-.24-.31c-.06-.11-.13-.24-.2-.39c-.52.61-1.17.92-1.96.92c-.56 0-1-.16-1.33-.48c-.32-.32-.49-.75-.49-1.29c0-.55.2-1 .6-1.36c.41-.34.95-.52 1.63-.52c.23 0 .44.02.71.06c.23.03.5.08.76.14v-.48c0-.51-.1-.84-.31-1.07c-.22-.21-.57-.3-1.08-.3c-.24 0-.48.03-.72.08c-.25.06-.49.13-.72.23c-.11.04-.2.07-.23.08c-.05.02-.08.02-.11.02c-.09 0-.14-.06-.14-.2v-.33c0-.1.01-.18.05-.23q.045-.075.18-.12c.24-.14.51-.24.84-.32a4 4 0 0 1 1.04-.13q1.185 0 1.74.54c.37.36.55.91.55 1.64v2.15zm-2.7 1.02c.22 0 .44-.04.68-.12s.45-.23.63-.43c.11-.13.19-.27.25-.43c0-.16.05-.35.05-.58v-.27c-.2-.07-.4-.07-.62-.12a7 7 0 0 0-.62-.04c-.45 0-.77.09-.99.27s-.32.43-.32.76c0 .32.07.56.24.71c.16.17.39.25.7.25m5.34.71a.6.6 0 0 1-.28-.06c-.03-.05-.08-.14-.12-.26L8.32 6.65c-.04-.15-.06-.22-.06-.27c0-.11.05-.17.16-.17h.65c.13 0 .22.02.26.07c.06.04.1.13.14.26l1.11 4.4l1.04-4.4c.03-.13.07-.22.13-.26c.05-.04.14-.07.25-.07h.55c.12 0 .21.02.26.07c.05.04.1.13.13.26L14 11l1.14-4.46c.04-.13.09-.22.13-.26c.06-.04.14-.07.26-.07h.62c.11 0 .17.06.17.17c0 .03-.01.07-.02.12c0 0-.02.08-.04.15l-1.61 5.14c-.04.14-.08.21-.15.26c-.04.04-.13.07-.24.07h-.57c-.13 0-.19-.02-.27-.07a.45.45 0 0 1-.12-.26L12.27 7.5l-1.03 4.28q-.045.195-.12.27a.5.5 0 0 1-.27.06zm8.55.18c-.33 0-.7-.04-1.03-.12s-.59-.17-.76-.26a.5.5 0 0 1-.21-.19a.4.4 0 0 1-.04-.18v-.34c0-.14.05-.2.15-.2h.12c.04 0 .1.05.17.08c.22.1.47.18.73.23c.27.05.54.08.79.08c.42 0 .75-.07.97-.22c.23-.17.35-.36.35-.63c0-.19-.07-.34-.18-.47c-.12-.12-.35-.24-.67-.34l-.97-.3c-.48-.16-.84-.38-1.06-.68a1.58 1.58 0 0 1-.33-.97c0-.28.06-.52.18-.73c.12-.22.28-.4.46-.55c.22-.15.44-.26.71-.34q.39-.12.84-.12q.21 0 .45.03c.14.02.28.05.42.07c.14.04.26.07.38.11s.2.08.28.12c.09.05.16.1.2.16s.06.13.06.22v.32q0 .21-.15.21c-.05 0-.14-.03-.26-.08c-.37-.17-.8-.26-1.27-.26c-.38 0-.66.06-.89.19c-.2.12-.31.32-.31.59c0 .19.07.35.2.47c.13.13.38.25.73.37l.95.3c.48.14.82.36 1.03.64q.3.405.3.93c0 .28-.06.54-.17.77c-.12.22-.28.42-.5.58c-.19.17-.44.29-.72.38s-.62.13-.95.13m1.25 3.24C17.89 17.14 14.71 18 12 18c-3.85 0-7.3-1.42-9.91-3.77c-.21-.19-.02-.44.23-.29c2.82 1.63 6.29 2.62 9.89 2.62c2.43 0 5.1-.5 7.55-1.56c.37-.15.68.26.32.53M21 14.5c-.29-.37-1.86-.18-2.57-.1c-.21.03-.24-.16-.05-.3c1.25-.87 3.31-.6 3.54-.33c.24.3-.06 2.36-1.23 3.34c-.19.15-.36.07-.28-.11c.27-.68.86-2.16.59-2.5"
59
+ />
60
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Aws: 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 Aws = ReturnType<typeof Aws>;
4
+ export default Aws;
@@ -0,0 +1,56 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ // básicos del icono
7
+ size = $bindable(24),
8
+ stroke = $bindable(undefined), // ⬅️ sin contorno
9
+ strokeWidth = $bindable(undefined), // ⬅️ 0 por si acaso
10
+ fill = $bindable(undefined), // ⬅️ sólido
11
+ className = $bindable(""),
12
+ ariaLabel = $bindable("Lock"),
13
+ title = $bindable(""),
14
+ viewBox = $bindable("0 0 24 24"),
15
+
16
+ // extras (se pasan tal cual a IconBase)
17
+ rotate = $bindable(0),
18
+ flipH = $bindable(false),
19
+ flipV = $bindable(false),
20
+ spin = $bindable(false),
21
+ color = $bindable(undefined),
22
+ nonScalingStroke = $bindable(false),
23
+ preserveAspectRatio = $bindable("xMidYMid meet"),
24
+ decorative = $bindable(false),
25
+ titleId = $bindable(""),
26
+ testId = $bindable(undefined),
27
+ attrs = $bindable({}),
28
+ }: IconProps = $props();
29
+ </script>
30
+
31
+ <IconBase
32
+ {size}
33
+ {stroke}
34
+ {strokeWidth}
35
+ {fill}
36
+ {className}
37
+ {ariaLabel}
38
+ {title}
39
+ {viewBox}
40
+ {rotate}
41
+ {flipH}
42
+ {flipV}
43
+ {spin}
44
+ {color}
45
+ {nonScalingStroke}
46
+ {preserveAspectRatio}
47
+ {decorative}
48
+ {titleId}
49
+ {testId}
50
+ {attrs}
51
+ >
52
+ <!-- Path del candado (sólido) -->
53
+ <path
54
+ d="M7 22q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm8-6q.425 0 .713-.288T16 15v-3H8v2h6v1q0 .425.288.713T15 16M11 5.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5z"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Bag: 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 Bag = ReturnType<typeof Bag>;
4
+ export default Bag;
@@ -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("Bell"),
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="M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Bell: 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 Bell = ReturnType<typeof Bell>;
4
+ export default Bell;
@@ -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("Book"),
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
+ fill="currentColor"
52
+ d="M21 18H6a1 1 0 1 0 0 2h15v2H6a3 3 0 0 1-3-3V4a2 2 0 0 1 2-2h16zM5 16.05q.243-.05.5-.05H19V4H5zM16 9H8V7h8z"
53
+ />
54
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Book: 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 Book = ReturnType<typeof Book>;
4
+ export default Book;
@@ -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("Camera add"),
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="M5.616 20q-.667 0-1.141-.475T4 18.386v-10.9q0-.282.093-.545t.28-.48l1.558-1.87q.217-.286.543-.438T7.176 4h9.61q.376 0 .709.153q.333.152.555.438L19.627 6.5q.187.225.28.492q.093.266.093.552v3.766q-.206-.06-.437-.086t-.447-.026q-1.191 0-2.251.457q-1.061.457-1.865 1.299V7.808H9v6.788l3-1.5l2.046 1.014q-.392.66-.613 1.416q-.221.757-.221 1.565q0 .778.207 1.518q.208.739.612 1.391zm12.98.596v-3h-3v-1h3v-3h1v3h3v1h-3v3zM5.381 6.808H18.6l-1.33-1.596q-.097-.096-.222-.154T16.788 5H7.192q-.134 0-.26.058t-.22.154z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const BoxAdd: 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 BoxAdd = ReturnType<typeof BoxAdd>;
4
+ export default BoxAdd;
@@ -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("Building"),
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="M12 19h2V6l6.394 2.74a1 1 0 0 1 .606.92V19h2v2H1v-2h2V5.65a1 1 0 0 1 .594-.914l7.703-3.423a.5.5 0 0 1 .703.456z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Building: 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 Building = ReturnType<typeof Building>;
4
+ export default Building;
File without changes
@@ -0,0 +1,26 @@
1
+ export default Buy;
2
+ type Buy = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const Buy: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }