@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,66 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(48), // tamaño por defecto un poco más grande
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("Google"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 48 48"),
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="#ffc107"
52
+ d="M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C12.955 4 4 12.955 4 24s8.955 20 20 20s20-8.955 20-20c0-1.341-.138-2.65-.389-3.917"
53
+ />
54
+ <path
55
+ fill="#ff3d00"
56
+ d="m6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C16.318 4 9.656 8.337 6.306 14.691"
57
+ />
58
+ <path
59
+ fill="#4caf50"
60
+ d="M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.9 11.9 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44"
61
+ />
62
+ <path
63
+ fill="#1976d2"
64
+ d="M43.611 20.083H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002l6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917"
65
+ />
66
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Google: 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 Google = ReturnType<typeof Google>;
4
+ export default Google;
@@ -0,0 +1,63 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ let {
6
+ size = $bindable(20), // SVG original es 16x16
7
+ stroke = $bindable(undefined),
8
+ strokeWidth = $bindable(undefined),
9
+ fill = $bindable(undefined),
10
+ className = $bindable(""),
11
+ ariaLabel = $bindable("Layers"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 16 16"),
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
+ <!-- Layers -->
51
+ <path
52
+ fill="currentColor"
53
+ d="M8 8.5c-.08 0-.15-.02-.22-.05L1.28 5.2a.5.5 0 0 1 0-.9l6.5-3.25c.14-.07.31-.07.45 0l6.5 3.25a.5.5 0 0 1 0 .9l-6.5 3.25c-.07.04-.15.05-.22.05ZM2.62 4.75L8 7.44l5.38-2.69L8 2.06z"
54
+ />
55
+ <path
56
+ fill="currentColor"
57
+ d="M8 11.75c-.08 0-.15-.02-.22-.05l-6.5-3.25a.5.5 0 0 1 0-.9l3.25-1.62c.25-.12.55-.02.67.22c.12.25.02.55-.22.67L2.62 8L8 10.69L13.38 8l-2.36-1.18a.49.49 0 0 1-.22-.67c.12-.25.42-.35.67-.22l3.25 1.62a.5.5 0 0 1 0 .9l-6.5 3.25c-.07.04-.15.05-.22.05"
58
+ />
59
+ <path
60
+ fill="currentColor"
61
+ d="M8 15c-.08 0-.15-.02-.22-.05l-6.5-3.25a.5.5 0 0 1 0-.9l3.25-1.62c.25-.12.55-.02.67.22c.12.25.02.55-.22.67l-2.36 1.18L8 13.94l5.38-2.69l-2.36-1.18a.49.49 0 0 1-.22-.67c.12-.25.42-.35.67-.22l3.25 1.62a.5.5 0 0 1 0 .9l-6.5 3.25c-.07.04-.15.05-.22.05"
62
+ />
63
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Group: 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 Group = ReturnType<typeof Group>;
4
+ export default Group;
@@ -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("Menu"),
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="none"
52
+ stroke="currentColor"
53
+ stroke-linecap="round"
54
+ stroke-linejoin="round"
55
+ stroke-width={strokeWidth}
56
+ d="M3 6h18M3 12h18M3 18h18"
57
+ />
58
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Hamburguer: 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 Hamburguer = ReturnType<typeof Hamburguer>;
4
+ export default Hamburguer;
@@ -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"]>(14),
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("Email"),
12
+ title = $bindable(""),
13
+ viewBox = $bindable("0 0 14 14"),
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
+ fill-rule="evenodd"
53
+ clip-rule="evenodd"
54
+ d="m5.385 5.242l1.404-1.27a3 3 0 0 1 2.406-.747l1.858.246l2.578-1.393a.25.25 0 0 1 .369.22v4.738a1 1 0 0 1-.418.813L11.846 9.09l-1.88-1.576a2.5 2.5 0 0 0 .967-.63a.625.625 0 1 0-.9-.869q-.277.291-.653.366c-.219.043-.498.036-.849-.072l-.446-.375L6.84 6.943a1.12 1.12 0 0 1-1.455-1.701m-.838-.928l1.008-.911a3.1 3.1 0 0 0-1.33-.063l-1.835.318L.376 2.574A.255.255 0 0 0 0 2.799v4.236c0 .338.167.654.446.844l5.455 3.719a2.04 2.04 0 0 0 2.334-.023l2.506-1.779l-2.67-2.24l-.445.358a2.37 2.37 0 0 1-3.079-3.6"
55
+ />
56
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const HandShake: 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 HandShake = ReturnType<typeof HandShake>;
4
+ export default HandShake;
@@ -0,0 +1,60 @@
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("Home"),
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="M20 19v-8.5a1 1 0 0 0-.4-.8l-7-5.25a1 1 0 0 0-1.2 0l-7 5.25a1 1 0 0 0-.4.8V19a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1"
57
+ fill="currentColor"
58
+ stroke="currentColor"
59
+ />
60
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Home: 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 Home = ReturnType<typeof Home>;
4
+ export default Home;
@@ -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<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("Key"),
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="M14.52 2c1.029 0 2.015.409 2.742 1.136l3.602 3.602a3.877 3.877 0 0 1 0 5.483l-2.643 2.643a3.88 3.88 0 0 1-4.941.452l-.105-.078l-5.882 5.883a3 3 0 0 1-1.68.843l-.22.027l-.221.009H4c-1.014 0-1.867-.759-1.991-1.823L2 20v-1.172c0-.704.248-1.386.73-1.96l.149-.161l.414-.414A1 1 0 0 1 4 16h1v-1a1 1 0 0 1 .883-.993L6 14h1v-1a1 1 0 0 1 .206-.608l.087-.1l1.468-1.469l-.076-.103a3.9 3.9 0 0 1-.678-1.963L8 8.521c0-1.029.409-2.015 1.136-2.742l2.643-2.643A3.88 3.88 0 0 1 14.52 2m.495 5h-.02a2 2 0 1 0 0 4h.02a2 2 0 1 0 0-4"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Key: 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 Key = ReturnType<typeof Key>;
4
+ export default Key;
@@ -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<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("List icon"),
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="M4 9q-.425 0-.712-.288T3 8V6q0-.425.288-.712T4 5h2q.425 0 .713.288T7 6v2q0 .425-.288.713T6 9zm5 0q-.425 0-.712-.288T8 8V6q0-.425.288-.712T9 5h11q.425 0 .713.288T21 6v2q0 .425-.288.713T20 9zm0 5q-.425 0-.712-.288T8 13v-2q0-.425.288-.712T9 10h11q.425 0 .713.288T21 11v2q0 .425-.288.713T20 14zm0 5q-.425 0-.712-.288T8 18v-2q0-.425.288-.712T9 15h11q.425 0 .713.288T21 16v2q0 .425-.288.713T20 19zm-5 0q-.425 0-.712-.288T3 18v-2q0-.425.288-.712T4 15h2q.425 0 .713.288T7 16v2q0 .425-.288.713T6 19zm0-5q-.425 0-.712-.288T3 13v-2q0-.425.288-.712T4 10h2q.425 0 .713.288T7 11v2q0 .425-.288.713T6 14z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const List: 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 List = ReturnType<typeof List>;
4
+ export default List;
@@ -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<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("Ellipsis Vertical"),
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 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m0-6c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m0 12c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const ListDots: 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 ListDots = ReturnType<typeof ListDots>;
4
+ export default ListDots;
@@ -0,0 +1,79 @@
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("Loading"),
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
+ <circle cx="4" cy="12" r="3" fill="currentColor">
51
+ <animate
52
+ id="dot1"
53
+ fill="freeze"
54
+ attributeName="opacity"
55
+ begin="0;dot3.end-0.25s"
56
+ dur="0.75s"
57
+ values="1;0.2"
58
+ />
59
+ </circle>
60
+ <circle cx="12" cy="12" r="3" fill="currentColor" opacity="0.4">
61
+ <animate
62
+ fill="freeze"
63
+ attributeName="opacity"
64
+ begin="dot1.begin+0.15s"
65
+ dur="0.75s"
66
+ values="1;0.2"
67
+ />
68
+ </circle>
69
+ <circle cx="20" cy="12" r="3" fill="currentColor" opacity="0.3">
70
+ <animate
71
+ id="dot3"
72
+ fill="freeze"
73
+ attributeName="opacity"
74
+ begin="dot1.begin+0.3s"
75
+ dur="0.75s"
76
+ values="1;0.2"
77
+ />
78
+ </circle>
79
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const LoadingDots: 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 LoadingDots = ReturnType<typeof LoadingDots>;
4
+ export default LoadingDots;
@@ -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<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("Lock"),
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 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5M9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722c0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12z"
52
+ />
53
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Lock: 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 Lock = ReturnType<typeof Lock>;
4
+ export default Lock;