@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.
Files changed (128) hide show
  1. package/LICENSE +146 -0
  2. package/README.md +1206 -0
  3. package/dist/CustomIcon.svelte +30 -0
  4. package/dist/CustomIcon.svelte.d.ts +14 -0
  5. package/dist/Icon.svelte +282 -102
  6. package/dist/Icon.svelte.d.ts +12 -5
  7. package/dist/IconBadge.svelte +75 -0
  8. package/dist/IconBadge.svelte.d.ts +16 -0
  9. package/dist/IconBase.svelte +89 -57
  10. package/dist/effects.js +1 -3
  11. package/dist/icons/Ai.svelte +34 -6
  12. package/dist/icons/Alternate.svelte +15 -8
  13. package/dist/icons/Alternate.svelte.d.ts +5 -2
  14. package/dist/icons/AnimatedArrowLeft.svelte +29 -11
  15. package/dist/icons/AnimatedArrowLeft.svelte.d.ts +5 -2
  16. package/dist/icons/Archive.svelte +21 -0
  17. package/dist/icons/Archive.svelte.d.ts +7 -0
  18. package/dist/icons/Attachment.svelte +10 -10
  19. package/dist/icons/Attachment.svelte.d.ts +5 -2
  20. package/dist/icons/Bank.svelte +16 -8
  21. package/dist/icons/Bank.svelte.d.ts +5 -2
  22. package/dist/icons/Bell.svelte +11 -8
  23. package/dist/icons/Bell.svelte.d.ts +5 -2
  24. package/dist/icons/Box.svelte +12 -10
  25. package/dist/icons/Box.svelte.d.ts +5 -2
  26. package/dist/icons/BoxAdd.svelte +11 -8
  27. package/dist/icons/BoxAdd.svelte.d.ts +5 -2
  28. package/dist/icons/Buy.svelte +11 -10
  29. package/dist/icons/Buy.svelte.d.ts +5 -2
  30. package/dist/icons/Calendar.svelte +12 -9
  31. package/dist/icons/Calendar.svelte.d.ts +5 -2
  32. package/dist/icons/CalendarEdit.svelte +5 -5
  33. package/dist/icons/CalendarPlus.svelte +11 -9
  34. package/dist/icons/CalendarPlus.svelte.d.ts +5 -2
  35. package/dist/icons/Camera.svelte +19 -0
  36. package/dist/icons/Camera.svelte.d.ts +4 -0
  37. package/dist/icons/Cards.svelte +19 -0
  38. package/dist/icons/Cards.svelte.d.ts +4 -0
  39. package/dist/icons/Cart.svelte +13 -10
  40. package/dist/icons/CloudAlert.svelte +19 -0
  41. package/dist/icons/CloudAlert.svelte.d.ts +4 -0
  42. package/dist/icons/CloudCheck.svelte +19 -0
  43. package/dist/icons/CloudCheck.svelte.d.ts +4 -0
  44. package/dist/icons/CloudDownload.svelte +19 -0
  45. package/dist/icons/CloudDownload.svelte.d.ts +4 -0
  46. package/dist/icons/Connect.svelte +21 -0
  47. package/dist/icons/Connect.svelte.d.ts +7 -0
  48. package/dist/icons/CreditCard.svelte +19 -0
  49. package/dist/icons/CreditCard.svelte.d.ts +4 -0
  50. package/dist/icons/Dashboard.svelte +10 -7
  51. package/dist/icons/Dashboard.svelte.d.ts +5 -2
  52. package/dist/icons/DashboardOutlined.svelte +14 -12
  53. package/dist/icons/DashboardOutlined.svelte.d.ts +5 -2
  54. package/dist/icons/Desktop.svelte +19 -0
  55. package/dist/icons/Desktop.svelte.d.ts +4 -0
  56. package/dist/icons/DoughnutChart.svelte +19 -0
  57. package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
  58. package/dist/icons/Earth.svelte +19 -0
  59. package/dist/icons/Earth.svelte.d.ts +4 -0
  60. package/dist/icons/Eye.svelte +42 -29
  61. package/dist/icons/Eye.svelte.d.ts +5 -2
  62. package/dist/icons/EyeOff.svelte +51 -51
  63. package/dist/icons/EyeOff.svelte.d.ts +5 -2
  64. package/dist/icons/Filter.svelte +10 -7
  65. package/dist/icons/Filter.svelte.d.ts +5 -2
  66. package/dist/icons/FilterOutline.svelte +8 -7
  67. package/dist/icons/FilterOutline.svelte.d.ts +5 -2
  68. package/dist/icons/Globe.svelte +19 -0
  69. package/dist/icons/Globe.svelte.d.ts +4 -0
  70. package/dist/icons/HardDrive.svelte +21 -0
  71. package/dist/icons/HardDrive.svelte.d.ts +7 -0
  72. package/dist/icons/Historic.svelte +21 -0
  73. package/dist/icons/Historic.svelte.d.ts +7 -0
  74. package/dist/icons/Home.svelte +11 -7
  75. package/dist/icons/Home.svelte.d.ts +5 -2
  76. package/dist/icons/LightHub.svelte +19 -0
  77. package/dist/icons/LightHub.svelte.d.ts +4 -0
  78. package/dist/icons/Link.svelte +19 -0
  79. package/dist/icons/Link.svelte.d.ts +4 -0
  80. package/dist/icons/MagnifiyingGlass.svelte +12 -8
  81. package/dist/icons/MagnifiyingGlass.svelte.d.ts +5 -2
  82. package/dist/icons/Pause.svelte +21 -0
  83. package/dist/icons/Pause.svelte.d.ts +7 -0
  84. package/dist/icons/Play.svelte +21 -0
  85. package/dist/icons/Play.svelte.d.ts +7 -0
  86. package/dist/icons/Power.svelte +19 -0
  87. package/dist/icons/Power.svelte.d.ts +4 -0
  88. package/dist/icons/Process.svelte +21 -0
  89. package/dist/icons/Process.svelte.d.ts +7 -0
  90. package/dist/icons/Receipt.svelte +19 -0
  91. package/dist/icons/Receipt.svelte.d.ts +4 -0
  92. package/dist/icons/Settings.svelte +16 -8
  93. package/dist/icons/Settings.svelte.d.ts +5 -2
  94. package/dist/icons/Sync.svelte +19 -0
  95. package/dist/icons/Sync.svelte.d.ts +4 -0
  96. package/dist/icons/SyncPhoto.svelte +21 -0
  97. package/dist/icons/SyncPhoto.svelte.d.ts +7 -0
  98. package/dist/icons/Upload.svelte +12 -57
  99. package/dist/icons/Wifi.svelte +19 -0
  100. package/dist/icons/Wifi.svelte.d.ts +4 -0
  101. package/dist/icons/Work.svelte +21 -0
  102. package/dist/icons/Work.svelte.d.ts +7 -0
  103. package/dist/icons/lazy-registry.d.ts +21 -0
  104. package/dist/icons/lazy-registry.js +251 -0
  105. package/dist/icons/registry.d.ts +211 -135
  106. package/dist/icons/registry.js +195 -137
  107. package/dist/icons-api.d.ts +74 -267
  108. package/dist/icons-api.js +91 -465
  109. package/dist/index.d.ts +5 -5
  110. package/dist/index.js +14 -11
  111. package/dist/plugin/index.d.ts +46 -0
  112. package/dist/plugin/index.js +327 -0
  113. package/dist/smart-cache.d.ts +35 -0
  114. package/dist/smart-cache.js +192 -0
  115. package/dist/types.d.ts +19 -2
  116. package/dist/utils/sanitize.d.ts +25 -0
  117. package/dist/utils/sanitize.js +109 -0
  118. package/package.json +12 -1
  119. package/dist/icons/Aws.svelte +0 -19
  120. package/dist/icons/Aws.svelte.d.ts +0 -4
  121. package/dist/icons/Facebook.svelte +0 -18
  122. package/dist/icons/Facebook.svelte.d.ts +0 -4
  123. package/dist/icons/Golang.svelte +0 -17
  124. package/dist/icons/Golang.svelte.d.ts +0 -4
  125. package/dist/icons/Google.svelte +0 -18
  126. package/dist/icons/Google.svelte.d.ts +0 -4
  127. package/dist/icons/Paypal.svelte +0 -21
  128. 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