@genarou/blazir-icons 1.3.2 → 1.3.4

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 (70) hide show
  1. package/LICENSE +67 -42
  2. package/dist/icons/Ai.svelte +34 -6
  3. package/dist/icons/Alternate.svelte +15 -8
  4. package/dist/icons/Alternate.svelte.d.ts +5 -2
  5. package/dist/icons/AnimatedArrowLeft.svelte +29 -11
  6. package/dist/icons/AnimatedArrowLeft.svelte.d.ts +5 -2
  7. package/dist/icons/Archive.svelte +21 -0
  8. package/dist/icons/Archive.svelte.d.ts +7 -0
  9. package/dist/icons/Attachment.svelte +10 -10
  10. package/dist/icons/Attachment.svelte.d.ts +5 -2
  11. package/dist/icons/Bank.svelte +16 -8
  12. package/dist/icons/Bank.svelte.d.ts +5 -2
  13. package/dist/icons/Bell.svelte +11 -8
  14. package/dist/icons/Bell.svelte.d.ts +5 -2
  15. package/dist/icons/Box.svelte +12 -10
  16. package/dist/icons/Box.svelte.d.ts +5 -2
  17. package/dist/icons/BoxAdd.svelte +11 -8
  18. package/dist/icons/BoxAdd.svelte.d.ts +5 -2
  19. package/dist/icons/Buy.svelte +11 -10
  20. package/dist/icons/Buy.svelte.d.ts +5 -2
  21. package/dist/icons/Calendar.svelte +12 -9
  22. package/dist/icons/Calendar.svelte.d.ts +5 -2
  23. package/dist/icons/CalendarEdit.svelte +5 -5
  24. package/dist/icons/CalendarPlus.svelte +11 -9
  25. package/dist/icons/CalendarPlus.svelte.d.ts +5 -2
  26. package/dist/icons/Cart.svelte +13 -10
  27. package/dist/icons/Connect.svelte +21 -0
  28. package/dist/icons/Connect.svelte.d.ts +7 -0
  29. package/dist/icons/Dashboard.svelte +10 -7
  30. package/dist/icons/Dashboard.svelte.d.ts +5 -2
  31. package/dist/icons/DashboardOutlined.svelte +14 -12
  32. package/dist/icons/DashboardOutlined.svelte.d.ts +5 -2
  33. package/dist/icons/Eye.svelte +42 -29
  34. package/dist/icons/Eye.svelte.d.ts +5 -2
  35. package/dist/icons/EyeOff.svelte +51 -51
  36. package/dist/icons/EyeOff.svelte.d.ts +5 -2
  37. package/dist/icons/Filter.svelte +9 -6
  38. package/dist/icons/Filter.svelte.d.ts +1 -1
  39. package/dist/icons/FilterOutline.svelte +8 -7
  40. package/dist/icons/FilterOutline.svelte.d.ts +5 -2
  41. package/dist/icons/HardDrive.svelte +21 -0
  42. package/dist/icons/HardDrive.svelte.d.ts +7 -0
  43. package/dist/icons/Historic.svelte +21 -0
  44. package/dist/icons/Historic.svelte.d.ts +7 -0
  45. package/dist/icons/Home.svelte +11 -7
  46. package/dist/icons/Home.svelte.d.ts +5 -2
  47. package/dist/icons/MagnifiyingGlass.svelte +12 -8
  48. package/dist/icons/MagnifiyingGlass.svelte.d.ts +5 -2
  49. package/dist/icons/Pause.svelte +21 -0
  50. package/dist/icons/Pause.svelte.d.ts +7 -0
  51. package/dist/icons/Play.svelte +21 -0
  52. package/dist/icons/Play.svelte.d.ts +7 -0
  53. package/dist/icons/Process.svelte +21 -0
  54. package/dist/icons/Process.svelte.d.ts +7 -0
  55. package/dist/icons/Qr.svelte +21 -0
  56. package/dist/icons/Qr.svelte.d.ts +7 -0
  57. package/dist/icons/Settings.svelte +16 -8
  58. package/dist/icons/Settings.svelte.d.ts +5 -2
  59. package/dist/icons/SyncPhoto.svelte +21 -0
  60. package/dist/icons/SyncPhoto.svelte.d.ts +7 -0
  61. package/dist/icons/UserShield.svelte +21 -0
  62. package/dist/icons/UserShield.svelte.d.ts +7 -0
  63. package/dist/icons/Work.svelte +21 -0
  64. package/dist/icons/Work.svelte.d.ts +7 -0
  65. package/dist/icons/lazy-registry.js +12 -1
  66. package/dist/icons/registry.d.ts +87 -18
  67. package/dist/icons/registry.js +24 -1
  68. package/dist/icons-api.d.ts +11 -0
  69. package/dist/icons-api.js +11 -0
  70. package/package.json +13 -12
package/LICENSE CHANGED
@@ -27,85 +27,109 @@ terms of the Change License, and the rights granted in the paragraph above
27
27
  terminate.
28
28
 
29
29
  If your use of the Licensed Work does not comply with the requirements currently
30
- in effect as described in this License, you must purchase a commercial license
31
- from the Licensor, its affiliated entities, or authorized resellers, or you must
32
- refrain from using the Licensed Work.
30
+ in effect as described in this License, you must obtain a commercial license
31
+ from the Licensor, its affiliated entities, or authorized resellers, or you
32
+ must refrain from using the Licensed Work.
33
33
 
34
34
  All copies of the original and modified Licensed Work, and derivative works of
35
35
  the Licensed Work, are subject to this License. This License applies separately
36
36
  for each version of the Licensed Work, and the Change Date may vary for each
37
- version of the Licensed Work released by the Licensor.
37
+ version.
38
38
 
39
- You must conspicuously display this License on each original or modified copy
40
- of the Licensed Work. If you receive the Licensed Work in original or modified
41
- form from a third party, the terms and conditions set forth in this License
42
- apply to your use of that work.
39
+ You must include a copy of this License in a prominent place in each original
40
+ or modified copy of the Licensed Work.
41
+
42
+ If you receive the Licensed Work from a third party, the terms and conditions
43
+ of this License apply to your use of that work.
43
44
 
44
45
  Any use of the Licensed Work in violation of this License will automatically
45
- terminate your rights under this License for the current and all other versions
46
- of the Licensed Work.
46
+ terminate your rights under this License.
47
47
 
48
- This License does not grant you any right in any trademark or logo of Licensor
49
- or its affiliates (providing that you may use a trademark or logo of Licensor as
50
- expressly required by this License).
48
+ This License does not grant you any rights to use the trademarks, service marks,
49
+ or logos of the Licensor or its affiliates, except as required to comply with
50
+ this License.
51
51
 
52
52
  TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
53
- "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
54
- OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY,
55
- FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
53
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER EXPRESS OR
54
+ IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY, FITNESS
55
+ FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
56
56
 
57
57
  -------------------------------------------------------------------------------
58
58
 
59
59
  LIMITATION OF LIABILITY
60
60
 
61
- TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSOR AND
61
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSOR AND ANY
62
62
  CONTRIBUTORS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63
63
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES, INCLUDING, WITHOUT LIMITATION,
64
- LOSS OF PROFITS, REVENUE, DATA, GOODWILL, OR OTHER INTANGIBLE LOSSES, OR FOR
65
- THE COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, ARISING FROM OR
66
- RELATED TO THE USE OR INABILITY TO USE THE SOFTWARE, THIS LICENSE, OR THE
67
- LICENSED WORK.
64
+ LOSS OF PROFITS, REVENUE, DATA, GOODWILL, OR OTHER INTANGIBLE LOSSES, OR THE
65
+ COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, ARISING OUT OF OR IN
66
+ CONNECTION WITH THE LICENSED WORK OR THIS LICENSE.
67
+
68
68
  THIS LIMITATION APPLIES REGARDLESS OF THE LEGAL THEORY UNDER WHICH LIABILITY
69
- IS ASSERTED, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), PRODUCT
70
- LIABILITY, OR OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES..
69
+ IS ASSERTED, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY,
70
+ OR OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
71
71
 
72
72
  -------------------------------------------------------------------------------
73
73
 
74
74
  TRADEMARK AND BRAND DISCLAIMER
75
75
 
76
76
  The SVG icons included in this library that visually represent third-party
77
- brands, companies, or services are original artistic works hand-crafted by
78
- the Licensor as stylized geometric representations.
79
- They are NOT official assets, NOT sourced from official brand
80
- kits, and are NOT endorsed, sponsored, affiliated with, or approved by the
81
- respective trademark owners.
77
+ brands, companies, or services are original artistic works created by the
78
+ Licensor as stylized geometric representations.
79
+
80
+ They are NOT official assets, are NOT sourced from official brand kits, and are
81
+ NOT endorsed, sponsored, affiliated with, or approved by the respective
82
+ trademark owners.
82
83
 
83
84
  All brand names, product names, and trademarks referenced or represented in
84
85
  this library are the property of their respective owners.
85
86
 
86
- USERS OF THIS LIBRARY ARE SOLELY RESPONSIBLE for ensuring that their use of
87
+ Users of this library are solely responsible for ensuring that their use of
87
88
  any brand-referencing icon complies with:
88
89
  (a) the applicable trademark and brand guidelines of the respective owner; and
89
90
  (b) all applicable laws and regulations in their jurisdiction.
90
91
 
91
- The Licensor makes no representation or warranty that use of any icon in this
92
- library for any particular purpose is lawful or permissible. If you are unsure
93
- whether your use of a specific icon complies with a brand owner's guidelines,
94
- seek independent legal advice before use.
92
+ The Licensor makes no representation or warranty that the use of any icon for
93
+ any specific purpose is lawful. If you are unsure, you should seek independent
94
+ legal advice.
95
95
 
96
96
  -------------------------------------------------------------------------------
97
97
 
98
98
  ORIGINALITY STATEMENT
99
99
 
100
100
  The geometric SVG path data contained in this library consists of original
101
- artistic works created by the Licensor from scratch. No SVG assets, path data,
102
- or source files have been copied, derived from, or adapted from any third-party
103
- icon library, design system, or commercially distributed icon set without
104
- express written permission.
101
+ artistic works created by the Licensor.
102
+
103
+ No SVG assets, path data, or source files have been copied from third-party
104
+ icon libraries, design systems, or commercial icon sets without explicit
105
+ permission.
106
+
107
+ Any visual similarity to icons in other libraries is due to the natural
108
+ convergence of common interface patterns (such as checkmarks, arrows, or search
109
+ icons) and does not imply copying or infringement.
110
+
111
+ -------------------------------------------------------------------------------
112
+
113
+ THIRD-PARTY PERMISSIVE LICENSE COMPATIBILITY
114
+
115
+ Portions of this Licensed Work may include or be inspired by general design
116
+ patterns or elements commonly used in software and iconography.
117
+
118
+ To the extent that any elements are derived from or influenced by works
119
+ distributed under permissive licenses (including, but not limited to,
120
+ the Apache License 2.0, MIT License, or similar), such use complies with
121
+ the terms of those licenses.
122
+
123
+ Where required:
124
+ (a) appropriate attribution will be preserved;
125
+ (b) license notices will be included when necessary; and
126
+ (c) no additional restrictions will be imposed beyond those licenses.
127
+
128
+ The Licensor affirms that any such material, if present, has been incorporated
129
+ in compliance with the applicable permissive licenses.
105
130
 
106
- Any visual similarity to icons in other libraries is a result of the inherent
107
- convergence of visual design for standard UI concepts (checkmark, home,
108
- magnifying glass, etc.) and does not constitute copying or infringement.
131
+ Nothing in this License is intended to override or conflict with any applicable
132
+ third-party license.
109
133
 
110
134
  -------------------------------------------------------------------------------
111
135
 
@@ -117,5 +141,6 @@ situation and jurisdiction.
117
141
 
118
142
  -------------------------------------------------------------------------------
119
143
 
120
- Business Source License 1.1 is not an Open Source license. For the definition
121
- of "Open Source," see https://opensource.org/osd.
144
+ Business Source License 1.1 is not an Open Source license.
145
+ For the definition of "Open Source", see:
146
+ https://opensource.org/osd
@@ -2,17 +2,45 @@
2
2
  import IconBase from "../IconBase.svelte";
3
3
  import type { IconProps } from "../types";
4
4
 
5
+ // Usamos el patrón de Svelte 5 que espera tu IconBase
5
6
  const props: IconProps = $props();
6
7
  </script>
7
8
 
8
9
  <IconBase
9
10
  {...props}
10
- mode="solid"
11
+ mode="outline"
11
12
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "File settings icon"}
13
- title={props.title ?? ""}
13
+ ariaLabel={props.ariaLabel ?? "Inteligencia Artificial"}
14
+ title={props.title ?? "IA Core"}
14
15
  >
15
- <path
16
- d="m20.467 8.694l.246-.566a4.36 4.36 0 0 1 2.22-2.25l.759-.339a.53.53 0 0 0 0-.963l-.717-.319a4.37 4.37 0 0 1-2.251-2.326l-.253-.611a.506.506 0 0 0-.942 0l-.253.61a4.37 4.37 0 0 1-2.25 2.327l-.718.32a.53.53 0 0 0 0 .962l.76.338a4.36 4.36 0 0 1 2.219 2.251l.246.566c.18.414.753.414.934 0M5.8 16h2.154l.6-1.5h2.892l.6 1.5H14.2L11 8H9zm4.2-5.115l.646 1.615H9.354zM15 16V8h2v8zM3 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-9h-2v8H4V5h10V3z"
17
- />
16
+ {#snippet children()}
17
+ <rect
18
+ x="4"
19
+ y="4"
20
+ width="16"
21
+ height="16"
22
+ rx="2"
23
+ fill="none"
24
+ stroke="currentColor"
25
+ stroke-width="1.8"
26
+ />
27
+
28
+ <path
29
+ fill="none"
30
+ stroke="currentColor"
31
+ stroke-width="1.8"
32
+ stroke-linecap="round"
33
+ d="M9 2v2m6-2v2M9 20v2m6-2v2M2 9h2m-2 6h2M20 9h2m-2 6h2"
34
+ />
35
+
36
+ <path
37
+ fill="none"
38
+ stroke="currentColor"
39
+ stroke-width="1.5"
40
+ stroke-linejoin="round"
41
+ d="M12 8l3 4-3 4-3-4z"
42
+ />
43
+
44
+ <circle cx="12" cy="12" r="1" fill="currentColor" />
45
+ {/snippet}
18
46
  </IconBase>
@@ -1,19 +1,26 @@
1
- <!-- src/lib/icons/TextHeading.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
3
+ import type { IconMode, IconProps } from "../types.js";
5
4
 
6
- const props: IconProps = $props();
5
+ const props: IconProps & { mode?: IconMode } = $props();
7
6
  </script>
8
7
 
9
8
  <IconBase
10
9
  {...props}
11
10
  mode="solid"
12
11
  viewBox="0 0 24 24"
13
- ariaLabel={props.ariaLabel ?? "Text Heading"}
14
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Encabezado de texto"}
13
+ title={props.title ?? "Text Heading"}
15
14
  >
16
- <path
17
- d="M9 5.5c0 .83.67 1.5 1.5 1.5H14v10.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7h3.5c.83 0 1.5-.67 1.5-1.5S21.33 4 20.5 4h-10C9.67 4 9 4.67 9 5.5M4.5 12H6v5.5c0 .83.67 1.5 1.5 1.5S9 18.33 9 17.5V12h1.5c.83 0 1.5-.67 1.5-1.5S11.33 9 10.5 9h-6C3.67 9 3 9.67 3 10.5S3.67 12 4.5 12"
18
- />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M21 5c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1h5v12c0 .55.45 1 1 1s1-.45 1-1V6h4c.55 0 1-.45 1-1z"
19
+ />
20
+
21
+ <path
22
+ fill="currentColor"
23
+ d="M11 11c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h3v6c0 .55.45 1 1 1s1-.45 1-1v-6h1c.55 0 1-.45 1-1z"
24
+ />
25
+ {/snippet}
19
26
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Alternate: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Alternate: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Alternate = ReturnType<typeof Alternate>;
4
7
  export default Alternate;
@@ -1,23 +1,41 @@
1
1
  <script lang="ts">
2
2
  import IconBase from "../IconBase.svelte";
3
- import type { IconProps } from "../types";
3
+ import type { IconMode, IconProps } from "../types.js";
4
4
 
5
- const props: IconProps = $props();
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
8
  <IconBase
9
9
  {...props}
10
10
  mode="outline"
11
11
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "Arrow Right Animated"}
13
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Flecha derecha"}
13
+ title={props.title ?? "Arrow Right"}
14
14
  >
15
- <path d="M9 12l5 -5M9 12l5 5" stroke-dasharray="10" stroke-dashoffset="10">
16
- <animate
17
- attributeName="stroke-dashoffset"
18
- dur="0.3s"
19
- values="10;0"
20
- fill="freeze"
15
+ {#snippet children()}
16
+ <path
17
+ fill="none"
18
+ stroke="currentColor"
19
+ stroke-width="1.8"
20
+ stroke-linecap="round"
21
+ stroke-linejoin="round"
22
+ class="bz-arrow-path"
23
+ d="M9 6l6 6-6 6"
21
24
  />
22
- </path>
25
+ {/snippet}
23
26
  </IconBase>
27
+
28
+ <style>
29
+ /* Animación delegada a la GPU mediante transformaciones simples.
30
+ Es mucho más eficiente que animar stroke-dashoffset con JS o <animate>.
31
+ */
32
+ :global(.bz-icon:hover .bz-arrow-path) {
33
+ transform: translateX(2px);
34
+ transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
35
+ }
36
+
37
+ .bz-arrow-path {
38
+ transition: transform 0.2s ease;
39
+ will-change: transform;
40
+ }
41
+ </style>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const AnimatedArrowLeft: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const AnimatedArrowLeft: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type AnimatedArrowLeft = ReturnType<typeof AnimatedArrowLeft>;
4
7
  export default AnimatedArrowLeft;
@@ -0,0 +1,21 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
+ </script>
7
+
8
+ <IconBase
9
+ {...props}
10
+ mode="solid"
11
+ viewBox="0 0 24 24"
12
+ ariaLabel={props.ariaLabel ?? "Copiar o duplicar"}
13
+ title={props.title ?? "Copy / Duplicate"}
14
+ >
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M14 13q.85 0 1.425-.587T16 11h4V4H8v7h4q0 .825.588 1.413T14 13m-6 5q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm-4 4q-.825 0-1.412-.587T2 20V6h2v14h14v2z"
19
+ />
20
+ {/snippet}
21
+ </IconBase>
@@ -0,0 +1,7 @@
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Archive: import("svelte").Component<$$ComponentProps, {}, "">;
6
+ type Archive = ReturnType<typeof Archive>;
7
+ export default Archive;
@@ -1,21 +1,21 @@
1
- <!-- src/lib/icons/AttachmentClip.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
3
+ import type { IconMode, IconProps } from "../types.js";
5
4
 
6
- const props: IconProps = $props();
5
+ const props: IconProps & { mode?: IconMode } = $props();
7
6
  </script>
8
7
 
9
8
  <IconBase
10
9
  {...props}
11
10
  mode="solid"
12
11
  viewBox="0 0 24 24"
13
- ariaLabel={props.ariaLabel ?? "Attachment Clip"}
14
- title={props.title ?? ""}
15
- strokeWidth={props.strokeWidth ?? 0}
12
+ ariaLabel={props.ariaLabel ?? "Adjuntar archivo"}
13
+ title={props.title ?? "Attachment"}
16
14
  >
17
- <path
18
- fill="currentColor"
19
- d="M12 19q1.675 0 2.838-1.175T16 15v-3q0-.425-.288-.712T15 11t-.712.288T14 12v3q0 .825-.575 1.413T12 17q-.825 0-1.412-.587T10 15V9.5q0-.225.15-.363T10.5 9q.225 0 .363.138T11 9.5V14q0 .425.288.713T12 15t.713-.288T13 14V9.5q0-1.05-.725-1.775T10.5 7t-1.775.725T8 9.5V15q0 1.65 1.175 2.825T12 19m-6 3q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9l5 5v13q0 .825-.587 1.413T18 22zm8-18v3q0 .425.288.713T15 8h3z"
20
- />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M16.5 6v11.5c0 2.48-2.02 4.5-4.5 4.5s-4.5-2.02-4.5-4.5V5c0-1.66 1.34-3 3-3s3 1.34 3 3v11.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V6h-2v10.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5V5c0-2.76-2.24-5-5-5S5 2.24 5 5v12.5C5 20.54 8.46 24 12.75 24S20.5 20.54 20.5 16.25V6h-4z"
19
+ />
20
+ {/snippet}
21
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Attachment: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Attachment: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Attachment = ReturnType<typeof Attachment>;
4
7
  export default Attachment;
@@ -1,13 +1,21 @@
1
- <!-- src/lib/icons/Bank.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
5
- const props: IconProps = $props();
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
- <IconBase {...props} mode="solid" viewBox="0 0 24 24">
9
- <path
10
- fill="currentColor"
11
- d="M5 16v-5q0-.425.288-.712T6 10t.713.288T7 11v5q0 .425-.288.713T6 17t-.712-.288T5 16m6 0v-5q0-.425.288-.712T12 10t.713.288T13 11v5q0 .425-.288.713T12 17t-.712-.288T11 16m10-8H2.9q-.375 0-.638-.262T2 7.1v-.55q0-.275.138-.475T2.5 5.75l8.6-4.3q.425-.2.9-.2t.9.2l8.55 4.275q.275.125.413.375t.137.525V7q0 .425-.287.713T21 8M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h10.05q.425 0 .713.288t.287.712t-.288.713t-.712.287zm15-8.25q-.425 0-.712-.288T17 11.75V11q0-.425.288-.712T18 10t.713.288T19 11v.75q0 .425-.288.713T18 12.75m-2 5.8v-1.925q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.413.375t.137.525v1.925q0 1.875-.975 3.238t-2.65 2.062q-.05.025-.375.075q-.05 0-.375-.075q-1.675-.7-2.65-2.062T16 18.55m3.275.325l-.45-.45q-.225-.225-.525-.213t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.525t-.225-.525t-.525-.212t-.525.212z"
12
- />
8
+ <IconBase
9
+ {...props}
10
+ mode="solid"
11
+ viewBox="0 0 24 24"
12
+ ariaLabel={props.ariaLabel ?? "Entidad Bancaria"}
13
+ title={props.title ?? "Bank Premium"}
14
+ >
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M12 1.5L2 6v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6L12 1.5zM4 8h3v12H4V8zm5 0h6v12H9V8zm8 0h3v12h-3V8zm-5-3.5L19.5 7H4.5L12 4.5zM10 10v8h1v-8h-1zm3 0v8h1v-8h-1z"
19
+ />
20
+ {/snippet}
13
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Bank: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Bank: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Bank = ReturnType<typeof Bank>;
4
7
  export default Bank;
@@ -1,18 +1,21 @@
1
- <!-- src/lib/icons/Bell.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
5
- const props: IconProps = $props();
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
8
  <IconBase
9
9
  {...props}
10
10
  mode="solid"
11
11
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "Bell"}
13
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Notificaciones"}
13
+ title={props.title ?? "Bell Premium"}
14
14
  >
15
- <path
16
- 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"
17
- />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M12 2a2 2 0 0 0-2 2v.3C7.1 5.2 5 7.9 5 11v6l-2 2v1h18v-1l-2-2v-6c0-3.1-2.1-5.8-5-6.7V4a2 2 0 0 0-2-2zm-3 19a3 3 0 0 0 6 0H9z"
19
+ />
20
+ {/snippet}
18
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Bell: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Bell: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Bell = ReturnType<typeof Bell>;
4
7
  export default Bell;
@@ -1,19 +1,21 @@
1
- <!-- src/lib/icons/Box.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
5
- const props: IconProps = $props();
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
8
  <IconBase
9
9
  {...props}
10
- mode="outline"
10
+ mode="solid"
11
11
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "Box"}
13
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Inventario"}
13
+ title={props.title ?? "Box Premium"}
14
14
  >
15
- <path
16
- fill="currentColor"
17
- d="M7.245 3.356c.372-.107.766-.106 1.267-.106h6.976c.5 0 .895 0 1.267.106c.328.093.636.247.907.453c.309.234.545.55.846.95l1.487 1.984c.204.272.364.485.48.726q.156.32.224.67c.051.263.051.53.051.87v7.822c0 .534 0 .98-.03 1.344c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.364.03-.81.03-1.344.03H7.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.364-.03-.81-.03-1.344V9.008c0-.339 0-.606.051-.869a2.8 2.8 0 0 1 .223-.67c.117-.24.277-.454.481-.726L5.493 4.76c.3-.401.536-.717.845-.95c.271-.207.579-.36.907-.454M10.5 12.5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V8.75h6.499a2.5 2.5 0 0 0-.036-.467a2 2 0 0 0-.163-.487c-.074-.154-.176-.296-.363-.546h-6.03l-.283-2.258a1.133 1.133 0 0 0-2.248 0l-.282 2.258H4.563c-.187.25-.289.392-.363.546a2 2 0 0 0-.163.487a2.5 2.5 0 0 0-.036.467H10.5zM6 17a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1"
18
- />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M12 2.1l-9 4.5v10.8l9 4.5 9-4.5V6.6l-9-4.5zM12 11L4.5 7.25 12 3.5l7.5 3.75L12 11zM4 8.5l7 3.5v7.5l-7-3.5V8.5zm16 0v7.5l-7 3.5v-7.5l7-3.5z"
19
+ />
20
+ {/snippet}
19
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Box: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Box: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Box = ReturnType<typeof Box>;
4
7
  export default Box;
@@ -1,18 +1,21 @@
1
- <!-- src/lib/icons/BoxAdd.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
5
- const props: IconProps = $props();
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
8
  <IconBase
9
9
  {...props}
10
10
  mode="solid"
11
11
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "Box add"}
13
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Agregar al inventario"}
13
+ title={props.title ?? "Box Add Premium"}
14
14
  >
15
- <path
16
- 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"
17
- />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M12 2.1l-9 4.5v10.8l9 4.5 2.1-1.05V18.6L12 19.75l-7.5-3.75v-7.5l7.5 3.75 3.2-1.6c.4-.3.9-.5 1.4-.6L12 11 4.5 7.25 12 3.5l7.5 3.75-1.5.75v2.2c.7.1 1.4.3 2 .7V6.6l-9-4.5zM18 14v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z"
19
+ />
20
+ {/snippet}
18
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const BoxAdd: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const BoxAdd: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type BoxAdd = ReturnType<typeof BoxAdd>;
4
7
  export default BoxAdd;
@@ -1,20 +1,21 @@
1
- <!-- src/lib/icons/Buy.svelte -->
2
1
  <script lang="ts">
3
2
  import IconBase from "../IconBase.svelte";
4
- import type { IconProps } from "../types";
5
- const props: IconProps = $props();
3
+ import type { IconMode, IconProps } from "../types.js";
4
+
5
+ const props: IconProps & { mode?: IconMode } = $props();
6
6
  </script>
7
7
 
8
8
  <IconBase
9
9
  {...props}
10
10
  mode="solid"
11
11
  viewBox="0 0 24 24"
12
- ariaLabel={props.ariaLabel ?? "Shopping cart"}
13
- title={props.title ?? ""}
12
+ ariaLabel={props.ariaLabel ?? "Comprar"}
13
+ title={props.title ?? "Shopping Cart Premium"}
14
14
  >
15
- <path
16
- d="M21 4H2v2h2.3l3.521 9.683A2 2 0 0 0 9.7 17H18v-2H9.7l-.728-2H18c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 4"
17
- />
18
- <circle cx="10.5" cy="19.5" r="1.5" />
19
- <circle cx="16.5" cy="19.5" r="1.5" />
15
+ {#snippet children()}
16
+ <path
17
+ fill="currentColor"
18
+ d="M2 3h3.5l.8 2H21c.5 0 .9.4.9.9 0 .1 0 .2-.1.3l-3.3 7.5c-.2.5-.7.8-1.2.8H8.7l-.4 1H19v2H7c-.6 0-1.1-.4-1.3-.9L3.1 5H2V3zm6 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm11 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"
19
+ />
20
+ {/snippet}
20
21
  </IconBase>
@@ -1,4 +1,7 @@
1
- import type { IconProps } from "../types";
2
- declare const Buy: import("svelte").Component<IconProps, {}, "">;
1
+ import type { IconMode, IconProps } from "../types.js";
2
+ type $$ComponentProps = IconProps & {
3
+ mode?: IconMode;
4
+ };
5
+ declare const Buy: import("svelte").Component<$$ComponentProps, {}, "">;
3
6
  type Buy = ReturnType<typeof Buy>;
4
7
  export default Buy;