@genarou/blazir-icons 1.2.20 → 1.3.3
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.
- package/LICENSE +146 -0
- package/README.md +1206 -0
- package/dist/CustomIcon.svelte +30 -0
- package/dist/CustomIcon.svelte.d.ts +14 -0
- package/dist/Icon.svelte +282 -102
- package/dist/Icon.svelte.d.ts +12 -5
- package/dist/IconBadge.svelte +75 -0
- package/dist/IconBadge.svelte.d.ts +16 -0
- package/dist/IconBase.svelte +89 -57
- package/dist/effects.js +1 -3
- package/dist/icons/Ai.svelte +34 -6
- package/dist/icons/Alternate.svelte +15 -8
- package/dist/icons/Alternate.svelte.d.ts +5 -2
- package/dist/icons/AnimatedArrowLeft.svelte +29 -11
- package/dist/icons/AnimatedArrowLeft.svelte.d.ts +5 -2
- package/dist/icons/Archive.svelte +21 -0
- package/dist/icons/Archive.svelte.d.ts +7 -0
- package/dist/icons/Attachment.svelte +10 -10
- package/dist/icons/Attachment.svelte.d.ts +5 -2
- package/dist/icons/Bank.svelte +16 -8
- package/dist/icons/Bank.svelte.d.ts +5 -2
- package/dist/icons/Bell.svelte +11 -8
- package/dist/icons/Bell.svelte.d.ts +5 -2
- package/dist/icons/Box.svelte +12 -10
- package/dist/icons/Box.svelte.d.ts +5 -2
- package/dist/icons/BoxAdd.svelte +11 -8
- package/dist/icons/BoxAdd.svelte.d.ts +5 -2
- package/dist/icons/Buy.svelte +11 -10
- package/dist/icons/Buy.svelte.d.ts +5 -2
- package/dist/icons/Calendar.svelte +12 -9
- package/dist/icons/Calendar.svelte.d.ts +5 -2
- package/dist/icons/CalendarEdit.svelte +5 -5
- package/dist/icons/CalendarPlus.svelte +11 -9
- package/dist/icons/CalendarPlus.svelte.d.ts +5 -2
- package/dist/icons/Camera.svelte +19 -0
- package/dist/icons/Camera.svelte.d.ts +4 -0
- package/dist/icons/Cards.svelte +19 -0
- package/dist/icons/Cards.svelte.d.ts +4 -0
- package/dist/icons/Cart.svelte +13 -10
- package/dist/icons/CloudAlert.svelte +19 -0
- package/dist/icons/CloudAlert.svelte.d.ts +4 -0
- package/dist/icons/CloudCheck.svelte +19 -0
- package/dist/icons/CloudCheck.svelte.d.ts +4 -0
- package/dist/icons/CloudDownload.svelte +19 -0
- package/dist/icons/CloudDownload.svelte.d.ts +4 -0
- package/dist/icons/Connect.svelte +21 -0
- package/dist/icons/Connect.svelte.d.ts +7 -0
- package/dist/icons/CreditCard.svelte +19 -0
- package/dist/icons/CreditCard.svelte.d.ts +4 -0
- package/dist/icons/Dashboard.svelte +10 -7
- package/dist/icons/Dashboard.svelte.d.ts +5 -2
- package/dist/icons/DashboardOutlined.svelte +14 -12
- package/dist/icons/DashboardOutlined.svelte.d.ts +5 -2
- package/dist/icons/Desktop.svelte +19 -0
- package/dist/icons/Desktop.svelte.d.ts +4 -0
- package/dist/icons/DoughnutChart.svelte +19 -0
- package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
- package/dist/icons/Earth.svelte +19 -0
- package/dist/icons/Earth.svelte.d.ts +4 -0
- package/dist/icons/Eye.svelte +42 -29
- package/dist/icons/Eye.svelte.d.ts +5 -2
- package/dist/icons/EyeOff.svelte +51 -51
- package/dist/icons/EyeOff.svelte.d.ts +5 -2
- package/dist/icons/Filter.svelte +10 -7
- package/dist/icons/Filter.svelte.d.ts +5 -2
- package/dist/icons/FilterOutline.svelte +8 -7
- package/dist/icons/FilterOutline.svelte.d.ts +5 -2
- package/dist/icons/Globe.svelte +19 -0
- package/dist/icons/Globe.svelte.d.ts +4 -0
- package/dist/icons/HardDrive.svelte +21 -0
- package/dist/icons/HardDrive.svelte.d.ts +7 -0
- package/dist/icons/Historic.svelte +21 -0
- package/dist/icons/Historic.svelte.d.ts +7 -0
- package/dist/icons/Home.svelte +11 -7
- package/dist/icons/Home.svelte.d.ts +5 -2
- package/dist/icons/LightHub.svelte +19 -0
- package/dist/icons/LightHub.svelte.d.ts +4 -0
- package/dist/icons/Link.svelte +19 -0
- package/dist/icons/Link.svelte.d.ts +4 -0
- package/dist/icons/MagnifiyingGlass.svelte +12 -8
- package/dist/icons/MagnifiyingGlass.svelte.d.ts +5 -2
- package/dist/icons/Pause.svelte +21 -0
- package/dist/icons/Pause.svelte.d.ts +7 -0
- package/dist/icons/Play.svelte +21 -0
- package/dist/icons/Play.svelte.d.ts +7 -0
- package/dist/icons/Power.svelte +19 -0
- package/dist/icons/Power.svelte.d.ts +4 -0
- package/dist/icons/Process.svelte +21 -0
- package/dist/icons/Process.svelte.d.ts +7 -0
- package/dist/icons/Receipt.svelte +19 -0
- package/dist/icons/Receipt.svelte.d.ts +4 -0
- package/dist/icons/Settings.svelte +16 -8
- package/dist/icons/Settings.svelte.d.ts +5 -2
- package/dist/icons/Sync.svelte +19 -0
- package/dist/icons/Sync.svelte.d.ts +4 -0
- package/dist/icons/SyncPhoto.svelte +21 -0
- package/dist/icons/SyncPhoto.svelte.d.ts +7 -0
- package/dist/icons/Upload.svelte +12 -57
- package/dist/icons/Wifi.svelte +19 -0
- package/dist/icons/Wifi.svelte.d.ts +4 -0
- package/dist/icons/Work.svelte +21 -0
- package/dist/icons/Work.svelte.d.ts +7 -0
- package/dist/icons/lazy-registry.d.ts +21 -0
- package/dist/icons/lazy-registry.js +251 -0
- package/dist/icons/registry.d.ts +211 -135
- package/dist/icons/registry.js +195 -137
- package/dist/icons-api.d.ts +74 -267
- package/dist/icons-api.js +91 -465
- package/dist/index.d.ts +5 -5
- package/dist/index.js +14 -11
- package/dist/plugin/index.d.ts +46 -0
- package/dist/plugin/index.js +327 -0
- package/dist/smart-cache.d.ts +35 -0
- package/dist/smart-cache.js +192 -0
- package/dist/types.d.ts +19 -2
- package/dist/utils/sanitize.d.ts +25 -0
- package/dist/utils/sanitize.js +109 -0
- package/package.json +12 -1
- package/dist/icons/Aws.svelte +0 -19
- package/dist/icons/Aws.svelte.d.ts +0 -4
- package/dist/icons/Facebook.svelte +0 -18
- package/dist/icons/Facebook.svelte.d.ts +0 -4
- package/dist/icons/Golang.svelte +0 -17
- package/dist/icons/Golang.svelte.d.ts +0 -4
- package/dist/icons/Google.svelte +0 -18
- package/dist/icons/Google.svelte.d.ts +0 -4
- package/dist/icons/Paypal.svelte +0 -21
- package/dist/icons/Paypal.svelte.d.ts +0 -4
package/LICENSE
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Licensor: Genaro Utrilla Garrido
|
|
4
|
+
Licensed Work: blazir-icons
|
|
5
|
+
Copyright (c) 2026 Genaro Utrilla Garrido
|
|
6
|
+
Additional Use Grant: You may use the Licensed Work for any non-production
|
|
7
|
+
purpose, including development, testing, evaluation,
|
|
8
|
+
and personal or internal research, at no cost.
|
|
9
|
+
Production use requires a separate commercial license
|
|
10
|
+
from the Licensor.
|
|
11
|
+
Change Date: Four (4) years from the release date of each version.
|
|
12
|
+
Change License: Apache License, Version 2.0
|
|
13
|
+
|
|
14
|
+
-------------------------------------------------------------------------------
|
|
15
|
+
|
|
16
|
+
TERMS
|
|
17
|
+
|
|
18
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
19
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
20
|
+
Licensor may make an Additional Use Grant, above, permitting limited production
|
|
21
|
+
use.
|
|
22
|
+
|
|
23
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
24
|
+
available distribution of a specific version of the Licensed Work under this
|
|
25
|
+
License, whichever comes first, the Licensor hereby grants you rights under the
|
|
26
|
+
terms of the Change License, and the rights granted in the paragraph above
|
|
27
|
+
terminate.
|
|
28
|
+
|
|
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 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
|
+
|
|
34
|
+
All copies of the original and modified Licensed Work, and derivative works of
|
|
35
|
+
the Licensed Work, are subject to this License. This License applies separately
|
|
36
|
+
for each version of the Licensed Work, and the Change Date may vary for each
|
|
37
|
+
version.
|
|
38
|
+
|
|
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.
|
|
44
|
+
|
|
45
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
46
|
+
terminate your rights under this License.
|
|
47
|
+
|
|
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
|
+
|
|
52
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
|
|
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
|
+
|
|
57
|
+
-------------------------------------------------------------------------------
|
|
58
|
+
|
|
59
|
+
LIMITATION OF LIABILITY
|
|
60
|
+
|
|
61
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSOR AND ANY
|
|
62
|
+
CONTRIBUTORS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
63
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES, INCLUDING, WITHOUT LIMITATION,
|
|
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
|
+
THIS LIMITATION APPLIES REGARDLESS OF THE LEGAL THEORY UNDER WHICH LIABILITY
|
|
69
|
+
IS ASSERTED, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY,
|
|
70
|
+
OR OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
71
|
+
|
|
72
|
+
-------------------------------------------------------------------------------
|
|
73
|
+
|
|
74
|
+
TRADEMARK AND BRAND DISCLAIMER
|
|
75
|
+
|
|
76
|
+
The SVG icons included in this library that visually represent third-party
|
|
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.
|
|
83
|
+
|
|
84
|
+
All brand names, product names, and trademarks referenced or represented in
|
|
85
|
+
this library are the property of their respective owners.
|
|
86
|
+
|
|
87
|
+
Users of this library are solely responsible for ensuring that their use of
|
|
88
|
+
any brand-referencing icon complies with:
|
|
89
|
+
(a) the applicable trademark and brand guidelines of the respective owner; and
|
|
90
|
+
(b) all applicable laws and regulations in their jurisdiction.
|
|
91
|
+
|
|
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
|
+
|
|
96
|
+
-------------------------------------------------------------------------------
|
|
97
|
+
|
|
98
|
+
ORIGINALITY STATEMENT
|
|
99
|
+
|
|
100
|
+
The geometric SVG path data contained in this library consists of original
|
|
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.
|
|
130
|
+
|
|
131
|
+
Nothing in this License is intended to override or conflict with any applicable
|
|
132
|
+
third-party license.
|
|
133
|
+
|
|
134
|
+
-------------------------------------------------------------------------------
|
|
135
|
+
|
|
136
|
+
NO LEGAL ADVICE
|
|
137
|
+
|
|
138
|
+
Nothing in this License constitutes legal advice. The Licensor is not a lawyer.
|
|
139
|
+
Users should consult qualified legal counsel for advice specific to their
|
|
140
|
+
situation and jurisdiction.
|
|
141
|
+
|
|
142
|
+
-------------------------------------------------------------------------------
|
|
143
|
+
|
|
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
|