@genarou/blazir-icons 1.2.16 → 1.3.2

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 (81) hide show
  1. package/LICENSE +121 -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/Camera.svelte +19 -0
  12. package/dist/icons/Camera.svelte.d.ts +4 -0
  13. package/dist/icons/Cards.svelte +19 -0
  14. package/dist/icons/Cards.svelte.d.ts +4 -0
  15. package/dist/icons/CloudAlert.svelte +19 -0
  16. package/dist/icons/CloudAlert.svelte.d.ts +4 -0
  17. package/dist/icons/CloudCheck.svelte +19 -0
  18. package/dist/icons/CloudCheck.svelte.d.ts +4 -0
  19. package/dist/icons/CloudDownload.svelte +19 -0
  20. package/dist/icons/CloudDownload.svelte.d.ts +4 -0
  21. package/dist/icons/Colors.svelte +13 -0
  22. package/dist/icons/Colors.svelte.d.ts +4 -0
  23. package/dist/icons/CreditCard.svelte +19 -0
  24. package/dist/icons/CreditCard.svelte.d.ts +4 -0
  25. package/dist/icons/Desktop.svelte +19 -0
  26. package/dist/icons/Desktop.svelte.d.ts +4 -0
  27. package/dist/icons/DoughnutChart.svelte +19 -0
  28. package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
  29. package/dist/icons/Earth.svelte +19 -0
  30. package/dist/icons/Earth.svelte.d.ts +4 -0
  31. package/dist/icons/Globe.svelte +19 -0
  32. package/dist/icons/Globe.svelte.d.ts +4 -0
  33. package/dist/icons/LightHub.svelte +19 -0
  34. package/dist/icons/LightHub.svelte.d.ts +4 -0
  35. package/dist/icons/Link.svelte +19 -0
  36. package/dist/icons/Link.svelte.d.ts +4 -0
  37. package/dist/icons/More.svelte +13 -0
  38. package/dist/icons/More.svelte.d.ts +4 -0
  39. package/dist/icons/Power.svelte +19 -0
  40. package/dist/icons/Power.svelte.d.ts +4 -0
  41. package/dist/icons/Receipt.svelte +19 -0
  42. package/dist/icons/Receipt.svelte.d.ts +4 -0
  43. package/dist/icons/SharedFolder.svelte +13 -0
  44. package/dist/icons/SharedFolder.svelte.d.ts +4 -0
  45. package/dist/icons/Sidebar.svelte +13 -0
  46. package/dist/icons/Sidebar.svelte.d.ts +4 -0
  47. package/dist/icons/Sync.svelte +19 -0
  48. package/dist/icons/Sync.svelte.d.ts +4 -0
  49. package/dist/icons/Tags.svelte +13 -0
  50. package/dist/icons/Tags.svelte.d.ts +4 -0
  51. package/dist/icons/Tools.svelte +20 -0
  52. package/dist/icons/Tools.svelte.d.ts +4 -0
  53. package/dist/icons/Upload.svelte +12 -57
  54. package/dist/icons/Wifi.svelte +19 -0
  55. package/dist/icons/Wifi.svelte.d.ts +4 -0
  56. package/dist/icons/lazy-registry.d.ts +21 -0
  57. package/dist/icons/lazy-registry.js +251 -0
  58. package/dist/icons/registry.d.ts +146 -129
  59. package/dist/icons/registry.js +184 -132
  60. package/dist/icons-api.d.ts +67 -257
  61. package/dist/icons-api.js +84 -453
  62. package/dist/index.d.ts +5 -5
  63. package/dist/index.js +14 -11
  64. package/dist/plugin/index.d.ts +46 -0
  65. package/dist/plugin/index.js +327 -0
  66. package/dist/smart-cache.d.ts +35 -0
  67. package/dist/smart-cache.js +192 -0
  68. package/dist/types.d.ts +19 -2
  69. package/dist/utils/sanitize.d.ts +25 -0
  70. package/dist/utils/sanitize.js +109 -0
  71. package/package.json +23 -13
  72. package/dist/icons/Aws.svelte +0 -19
  73. package/dist/icons/Aws.svelte.d.ts +0 -4
  74. package/dist/icons/Facebook.svelte +0 -18
  75. package/dist/icons/Facebook.svelte.d.ts +0 -4
  76. package/dist/icons/Golang.svelte +0 -17
  77. package/dist/icons/Golang.svelte.d.ts +0 -4
  78. package/dist/icons/Google.svelte +0 -18
  79. package/dist/icons/Google.svelte.d.ts +0 -4
  80. package/dist/icons/Paypal.svelte +0 -21
  81. package/dist/icons/Paypal.svelte.d.ts +0 -4
@@ -3,7 +3,6 @@ import Ai from "./Ai.svelte";
3
3
  import Alternate from "./Alternate.svelte";
4
4
  import AnimatedArrowLeft from "./AnimatedArrowLeft.svelte";
5
5
  import Attachment from "./Attachment.svelte";
6
- import Aws from "./Aws.svelte";
7
6
  import Bag from "./Bag.svelte";
8
7
  import Bank from "./Bank.svelte";
9
8
  import Bell from "./Bell.svelte";
@@ -35,6 +34,7 @@ import CircleInfoOutlined from "./CircleInfoOutlined.svelte";
35
34
  import CircleQuestion from "./CircleQuestion.svelte";
36
35
  import CircleQuestionOutlined from "./CircleQuestionOutlined.svelte";
37
36
  import Close from "./Close.svelte";
37
+ import Colors from "./Colors.svelte";
38
38
  import Contact from "./Contact.svelte";
39
39
  import Copy from "./Copy.svelte";
40
40
  import CostIcon from "./CostIcon.svelte";
@@ -56,17 +56,14 @@ import ExcelAnimated from "./ExcelAnimated.svelte";
56
56
  import Exchange from "./Exchange.svelte";
57
57
  import Eye from "./Eye.svelte";
58
58
  import EyeOff from "./EyeOff.svelte";
59
- import Facebook from "./Facebook.svelte";
60
59
  import Favorites from "./Favorites.svelte";
61
60
  import File from "./File.svelte";
62
61
  import FileUpdateAnimated from "./FileUploadAnimated.svelte";
63
- import { default as Filter, default as FilterOutline, } from "./FilterOutline.svelte";
62
+ import FilterOutline from "./FilterOutline.svelte";
64
63
  import Fingerprint from "./Fingerprint.svelte";
65
64
  import Folder from "./Folder.svelte";
66
65
  import Form from "./Form.svelte";
67
66
  import FormatListGroup from "./FormatListGroup.svelte";
68
- import Golang from "./Golang.svelte";
69
- import Google from "./Google.svelte";
70
67
  import Group from "./Group.svelte";
71
68
  import Hamburguer from "./Hamburguer.svelte";
72
69
  import HandShake from "./HandShake.svelte";
@@ -89,10 +86,10 @@ import MagnifiyingGlass from "./MagnifiyingGlass.svelte";
89
86
  import Measure from "./Measure.svelte";
90
87
  import Money from "./Money.svelte";
91
88
  import Moon from "./Moon.svelte";
89
+ import More from "./More.svelte";
92
90
  import Notes from "./Notes.svelte";
93
91
  import ObjectGroup from "./ObjectGroup.svelte";
94
92
  import Pay from "./Pay.svelte";
95
- import Paypal from "./Paypal.svelte";
96
93
  import Pdf from "./Pdf.svelte";
97
94
  import Phone from "./Phone.svelte";
98
95
  import Plus from "./Plus.svelte";
@@ -115,15 +112,19 @@ import Send from "./Send.svelte";
115
112
  import Server from "./Server.svelte";
116
113
  import Settings from "./Settings.svelte";
117
114
  import Share from "./Share.svelte";
115
+ import SharedFolder from "./SharedFolder.svelte";
118
116
  import Shield from "./Shield.svelte";
117
+ import Sidebar from "./Sidebar.svelte";
119
118
  import SquareChart from "./SquareChart.svelte";
120
119
  import Star from "./Star.svelte";
121
120
  import Sun from "./Sun.svelte";
122
121
  import Supervisor from "./Supervisor.svelte";
123
122
  import Swap from "./Swap.svelte";
124
123
  import Table from "./Table.svelte";
124
+ import Tags from "./Tags.svelte";
125
125
  import Team from "./Team.svelte";
126
126
  import Timer from "./Timer.svelte";
127
+ import Tools from "./Tools.svelte";
127
128
  import Trash from "./Trash.svelte";
128
129
  import TrashOutline from "./TrashOutline.svelte";
129
130
  import Truck from "./Truck.svelte";
@@ -143,152 +144,203 @@ import Word from "./Word.svelte";
143
144
  import World from "./World.svelte";
144
145
  import Xml from "./Xml.svelte";
145
146
  import Zip from "./Zip.svelte";
147
+ import Buy from "./Buy.svelte";
148
+ import Camera from "./Camera.svelte";
149
+ import Cards from "./Cards.svelte";
150
+ import CloudAlert from "./CloudAlert.svelte";
151
+ import CloudCheck from "./CloudCheck.svelte";
152
+ import CloudDownload from "./CloudDownload.svelte";
153
+ import CreditCard from "./CreditCard.svelte";
154
+ import Desktop from "./Desktop.svelte";
155
+ import DoughnutChart from "./DoughnutChart.svelte";
156
+ import Earth from "./Earth.svelte";
157
+ import Globe from "./Globe.svelte";
158
+ import LightHub from "./LightHub.svelte";
159
+ import Link from "./Link.svelte";
160
+ import Power from "./Power.svelte";
161
+ import Receipt from "./Receipt.svelte";
162
+ import Sync from "./Sync.svelte";
163
+ import Wifi from "./Wifi.svelte";
146
164
  // 🔑 Catálogo central de íconos - usando directamente los componentes
147
165
  export const iconRegistry = {
148
- email: Email,
166
+ // — Navegación y layout —
167
+ home: Home,
168
+ dashboard: Dashboard,
169
+ dashboardOutline: DashboardOutlined,
170
+ settings: Settings,
171
+ search: MagnifiyingGlass,
172
+ menu: Hamburguer,
173
+ close: Close,
174
+ plus: Plus,
175
+ copy: Copy,
176
+ rocket: Rocket,
177
+ sidebar: Sidebar,
178
+ more: More,
179
+ // — Usuarios y autenticación —
149
180
  user: User,
150
- ai: Ai,
151
- enterprise: Enterprise,
152
- chevronUpDown: ChevronUpDown,
153
- chevronDown: ChevronDown,
154
- wallet: Wallet,
155
- truck: Truck,
156
- upArrow: UpArrow,
157
181
  userTie: UserTie,
158
- upDownArrow: UpDownArrow,
159
- trash: Trash,
160
- trashOutline: TrashOutline,
161
- truckReturn: TruckReturn,
162
182
  team: Team,
163
- table: Table,
164
- swap: Swap,
183
+ group: Group,
165
184
  supervisor: Supervisor,
166
- search: MagnifiyingGlass,
167
- scan: Scan,
168
- settings: Settings,
169
- safeSolid: SafeSolid,
170
- rightArrow: RightArrow,
171
- product: Product,
172
- pointSale: PointSale,
173
- plus: Plus,
174
- pdf: Pdf,
175
- notes: Notes,
176
- measure: Measure,
177
- logout: Logout,
178
- loadingDots: LoadingDots,
179
- listDots: ListDots,
180
- list: List,
185
+ enterprise: Enterprise,
181
186
  lock: Lock,
182
- objectGroup: ObjectGroup,
183
- key: Key,
184
- handShake: HandShake,
185
- hamburguer: Hamburguer,
186
- google: Google,
187
- golang: Golang,
188
- filterOutline: FilterOutline,
189
- download: Download,
190
- dashboard: Dashboard,
191
- costIcon: CostIcon,
192
- close: Close,
193
- circleCheck: CircleCheck,
194
- circleExclamation: CircleExclamation,
195
- circleQuestion: CircleQuestion,
196
- circleInfo: CircleInfo,
197
- chartDoc: ChartDoc,
198
- chart: Chart,
199
- categorySearch: CategorySearch,
200
- categoryAdd: CategoryAdd,
201
- calendar: Calendar,
202
- building: Building,
203
- book: Book,
204
- home: Home,
205
- boxAdd: BoxAdd,
206
- bell: Bell,
207
- bag: Bag,
208
- animatedArrowLeft: AnimatedArrowLeft,
209
- aws: Aws,
210
- check: Check,
211
- checkO: CheckO,
212
- error: Error,
213
- errorO: ErrorO,
214
- warning: Warning,
215
- warehouse: Warehouse,
216
- project: Project,
217
- group: Group,
218
- magnifyingGlass: MagnifiyingGlass,
219
- formatListGroup: FormatListGroup,
220
- editOutline: EditOutline,
221
- security: Security,
222
- money: Money,
223
- calendarEdit: CalendarEdit,
224
- calendarPlus: CalendarPlus,
225
187
  lockOpen: LockOpen,
188
+ key: Key,
189
+ logout: Logout,
226
190
  eye: Eye,
227
191
  eyeOff: EyeOff,
228
- loadingRegular: LoadingRegular,
192
+ shield: Shield,
193
+ fingerprint: Fingerprint,
194
+ contact: Contact,
195
+ security: Security,
196
+ // — Comunicación —
197
+ email: Email,
198
+ emailAnimated: EmailAnimated,
229
199
  phone: Phone,
200
+ bell: Bell,
201
+ send: Send,
202
+ share: Share,
203
+ world: World,
204
+ chat: Chat,
205
+ link: Link,
206
+ // — Negocio y finanzas —
207
+ building: Building,
208
+ handshake: HandShake,
209
+ money: Money,
210
+ wallet: Wallet,
211
+ profit: Profit,
212
+ safe: SafeSolid,
213
+ cost: CostIcon,
230
214
  exchange: Exchange,
231
- image: Image,
232
- imageAnimated: ImageAnimated,
215
+ swap: Swap,
216
+ bank: Bank,
217
+ pay: Pay,
218
+ creditCard: CreditCard,
219
+ receipt: Receipt,
220
+ buy: Buy,
221
+ // — Gráficas y datos —
222
+ chart: Chart,
223
+ chartDocument: ChartDoc,
224
+ chartSquare: SquareChart,
225
+ chartDoughnut: DoughnutChart,
226
+ table: Table,
227
+ list: List,
228
+ listDots: ListDots,
229
+ listGroup: FormatListGroup,
230
+ trendingDown: Lose,
231
+ database: Db,
232
+ server: Server,
233
+ // — Archivos y documentos —
233
234
  file: File,
234
- fileUpdateAnimated: FileUpdateAnimated,
235
+ pdf: Pdf,
236
+ excel: Excel,
235
237
  excelAnimated: ExcelAnimated,
236
- location: Location,
237
- locationAnimated: LocationAnimated,
238
- squareChart: SquareChart,
239
- upload: Upload,
240
- uploadAnimated: UploadAnimated,
241
- uploadLoader: UploadLoader,
242
- downloadAnimated: DownloadAnimated,
243
- emailAnimated: EmailAnimated,
244
- blaze: Blaze,
245
- copy: Copy,
246
- box: Box,
238
+ word: Word,
239
+ powerPoint: PowerPoint,
247
240
  csv: Csv,
248
- facebook: Facebook,
249
- favorites: Favorites,
250
- png: Png,
251
- shield: Shield,
252
- star: Star,
253
241
  xml: Xml,
254
242
  zip: Zip,
255
- reset: Reset,
256
- height: Height,
257
- alternate: Alternate,
258
- checkList: CheckList,
259
- server: Server,
260
- fingerprint: Fingerprint,
261
- bank: Bank,
262
- db: Db,
263
- circleExclamationO: CircleExclamationOutlined,
264
- circleInfoO: CircleInfoOutlined,
265
- circleQuestionO: CircleQuestionOutlined,
266
- profit: Profit,
267
- edit: Edit,
268
- cart: Cart,
269
- category: Category,
270
- print: Print,
243
+ png: Png,
244
+ notes: Notes,
245
+ book: Book,
246
+ image: Image,
247
+ imageAnimated: ImageAnimated,
248
+ folder: Folder,
249
+ folderShared: SharedFolder,
250
+ attachment: Attachment,
251
+ save: Save,
271
252
  form: Form,
272
- dashboardO: DashboardOutlined,
273
- excel: Excel,
274
- powerPoint: PowerPoint,
275
- word: Word,
276
- chat: Chat,
277
- filter: Filter,
278
- send: Send,
279
- paypal: Paypal,
280
- pay: Pay,
281
- contact: Contact,
282
- rocket: Rocket,
253
+ print: Print,
254
+ // — Calendario y tiempo —
255
+ calendar: Calendar,
256
+ calendarPlus: CalendarPlus,
257
+ calendarEdit: CalendarEdit,
283
258
  timer: Timer,
259
+ // — Flechas y navegación —
260
+ arrowRight: RightArrow,
261
+ arrowUp: UpArrow,
262
+ arrowUpDown: UpDownArrow,
263
+ arrowLeftAnimated: AnimatedArrowLeft,
264
+ chevronDown: ChevronDown,
265
+ chevronUpDown: ChevronUpDown,
266
+ // — Acciones de archivo —
267
+ download: Download,
268
+ downloadAnimated: DownloadAnimated,
269
+ upload: Upload,
270
+ uploadAnimated: UploadAnimated,
271
+ uploadProgress: UploadLoader,
272
+ fileUploadAnimated: FileUpdateAnimated,
273
+ refresh: Refresh,
274
+ // — Estados y feedback —
275
+ check: Check,
276
+ checkOutline: CheckO,
277
+ checkList: CheckList,
278
+ circleCheck: CircleCheck,
279
+ error: Error,
280
+ errorOutline: ErrorO,
281
+ circleExclamation: CircleExclamation,
282
+ circleExclamationOutline: CircleExclamationOutlined,
283
+ warning: Warning,
284
+ circleInfo: CircleInfo,
285
+ circleInfoOutline: CircleInfoOutlined,
286
+ circleQuestion: CircleQuestion,
287
+ circleQuestionOutline: CircleQuestionOutlined,
288
+ star: Star,
289
+ favorites: Favorites,
284
290
  heart: Heart,
285
- share: Share,
286
- world: World,
291
+ reset: Reset,
292
+ height: Height,
293
+ alternate: Alternate,
287
294
  moon: Moon,
288
295
  sun: Sun,
289
- lose: Lose,
290
- folder: Folder,
291
- attachment: Attachment,
292
- save: Save,
293
- refresh: Refresh,
296
+ colors: Colors,
297
+ // — Loading y progreso —
298
+ spinnerDots: LoadingDots,
299
+ spinner: LoadingRegular,
300
+ // — Comercio y ventas —
301
+ product: Product,
302
+ bag: Bag,
303
+ pos: PointSale,
304
+ category: Category,
305
+ categoryAdd: CategoryAdd,
306
+ categorySearch: CategorySearch,
307
+ boxAdd: BoxAdd,
308
+ measure: Measure,
309
+ box: Box,
310
+ scan: Scan,
311
+ cart: Cart,
312
+ cards: Cards,
313
+ // — Logística y transporte —
314
+ truck: Truck,
315
+ truckReturn: TruckReturn,
316
+ warehouse: Warehouse,
317
+ location: Location,
318
+ locationAnimated: LocationAnimated,
319
+ // — Herramientas y utilidades —
320
+ ai: Ai,
321
+ edit: Edit,
322
+ editOutline: EditOutline,
323
+ trash: Trash,
324
+ trashOutline: TrashOutline,
325
+ filter: FilterOutline,
326
+ filterOutline: FilterOutline,
327
+ tags: Tags,
328
+ tools: Tools,
329
+ objectGroup: ObjectGroup,
330
+ project: Project,
331
+ // — Media y dispositivos —
332
+ camera: Camera,
333
+ desktop: Desktop,
334
+ wifi: Wifi,
335
+ power: Power,
336
+ // — Nube —
337
+ cloudAlert: CloudAlert,
338
+ cloudCheck: CloudCheck,
339
+ cloudDownload: CloudDownload,
340
+ // — Otros —
341
+ blaze: Blaze,
342
+ earth: Earth,
343
+ globe: Globe,
344
+ lightHub: LightHub,
345
+ sync: Sync,
294
346
  };