@genarou/blazir-icons 1.2.20 → 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 (69) 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/CreditCard.svelte +19 -0
  22. package/dist/icons/CreditCard.svelte.d.ts +4 -0
  23. package/dist/icons/Desktop.svelte +19 -0
  24. package/dist/icons/Desktop.svelte.d.ts +4 -0
  25. package/dist/icons/DoughnutChart.svelte +19 -0
  26. package/dist/icons/DoughnutChart.svelte.d.ts +4 -0
  27. package/dist/icons/Earth.svelte +19 -0
  28. package/dist/icons/Earth.svelte.d.ts +4 -0
  29. package/dist/icons/Globe.svelte +19 -0
  30. package/dist/icons/Globe.svelte.d.ts +4 -0
  31. package/dist/icons/LightHub.svelte +19 -0
  32. package/dist/icons/LightHub.svelte.d.ts +4 -0
  33. package/dist/icons/Link.svelte +19 -0
  34. package/dist/icons/Link.svelte.d.ts +4 -0
  35. package/dist/icons/Power.svelte +19 -0
  36. package/dist/icons/Power.svelte.d.ts +4 -0
  37. package/dist/icons/Receipt.svelte +19 -0
  38. package/dist/icons/Receipt.svelte.d.ts +4 -0
  39. package/dist/icons/Sync.svelte +19 -0
  40. package/dist/icons/Sync.svelte.d.ts +4 -0
  41. package/dist/icons/Upload.svelte +12 -57
  42. package/dist/icons/Wifi.svelte +19 -0
  43. package/dist/icons/Wifi.svelte.d.ts +4 -0
  44. package/dist/icons/lazy-registry.d.ts +21 -0
  45. package/dist/icons/lazy-registry.js +251 -0
  46. package/dist/icons/registry.d.ts +145 -134
  47. package/dist/icons/registry.js +177 -137
  48. package/dist/icons-api.d.ts +65 -267
  49. package/dist/icons-api.js +82 -465
  50. package/dist/index.d.ts +5 -5
  51. package/dist/index.js +14 -11
  52. package/dist/plugin/index.d.ts +46 -0
  53. package/dist/plugin/index.js +327 -0
  54. package/dist/smart-cache.d.ts +35 -0
  55. package/dist/smart-cache.js +192 -0
  56. package/dist/types.d.ts +19 -2
  57. package/dist/utils/sanitize.d.ts +25 -0
  58. package/dist/utils/sanitize.js +109 -0
  59. package/package.json +23 -13
  60. package/dist/icons/Aws.svelte +0 -19
  61. package/dist/icons/Aws.svelte.d.ts +0 -4
  62. package/dist/icons/Facebook.svelte +0 -18
  63. package/dist/icons/Facebook.svelte.d.ts +0 -4
  64. package/dist/icons/Golang.svelte +0 -17
  65. package/dist/icons/Golang.svelte.d.ts +0 -4
  66. package/dist/icons/Google.svelte +0 -18
  67. package/dist/icons/Google.svelte.d.ts +0 -4
  68. package/dist/icons/Paypal.svelte +0 -21
  69. 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";
@@ -57,17 +56,14 @@ import ExcelAnimated from "./ExcelAnimated.svelte";
57
56
  import Exchange from "./Exchange.svelte";
58
57
  import Eye from "./Eye.svelte";
59
58
  import EyeOff from "./EyeOff.svelte";
60
- import Facebook from "./Facebook.svelte";
61
59
  import Favorites from "./Favorites.svelte";
62
60
  import File from "./File.svelte";
63
61
  import FileUpdateAnimated from "./FileUploadAnimated.svelte";
64
- import { default as Filter, default as FilterOutline, } from "./FilterOutline.svelte";
62
+ import FilterOutline from "./FilterOutline.svelte";
65
63
  import Fingerprint from "./Fingerprint.svelte";
66
64
  import Folder from "./Folder.svelte";
67
65
  import Form from "./Form.svelte";
68
66
  import FormatListGroup from "./FormatListGroup.svelte";
69
- import Golang from "./Golang.svelte";
70
- import Google from "./Google.svelte";
71
67
  import Group from "./Group.svelte";
72
68
  import Hamburguer from "./Hamburguer.svelte";
73
69
  import HandShake from "./HandShake.svelte";
@@ -94,7 +90,6 @@ import More from "./More.svelte";
94
90
  import Notes from "./Notes.svelte";
95
91
  import ObjectGroup from "./ObjectGroup.svelte";
96
92
  import Pay from "./Pay.svelte";
97
- import Paypal from "./Paypal.svelte";
98
93
  import Pdf from "./Pdf.svelte";
99
94
  import Phone from "./Phone.svelte";
100
95
  import Plus from "./Plus.svelte";
@@ -149,158 +144,203 @@ import Word from "./Word.svelte";
149
144
  import World from "./World.svelte";
150
145
  import Xml from "./Xml.svelte";
151
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";
152
164
  // 🔑 Catálogo central de íconos - usando directamente los componentes
153
165
  export const iconRegistry = {
154
- 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 —
155
180
  user: User,
156
- ai: Ai,
157
- enterprise: Enterprise,
158
- chevronUpDown: ChevronUpDown,
159
- chevronDown: ChevronDown,
160
- wallet: Wallet,
161
- truck: Truck,
162
- upArrow: UpArrow,
163
181
  userTie: UserTie,
164
- upDownArrow: UpDownArrow,
165
- trash: Trash,
166
- trashOutline: TrashOutline,
167
- truckReturn: TruckReturn,
168
182
  team: Team,
169
- table: Table,
170
- swap: Swap,
183
+ group: Group,
171
184
  supervisor: Supervisor,
172
- search: MagnifiyingGlass,
173
- scan: Scan,
174
- settings: Settings,
175
- safeSolid: SafeSolid,
176
- rightArrow: RightArrow,
177
- product: Product,
178
- pointSale: PointSale,
179
- plus: Plus,
180
- pdf: Pdf,
181
- notes: Notes,
182
- measure: Measure,
183
- logout: Logout,
184
- loadingDots: LoadingDots,
185
- listDots: ListDots,
186
- list: List,
185
+ enterprise: Enterprise,
187
186
  lock: Lock,
188
- objectGroup: ObjectGroup,
189
- key: Key,
190
- handShake: HandShake,
191
- hamburguer: Hamburguer,
192
- google: Google,
193
- golang: Golang,
194
- filterOutline: FilterOutline,
195
- download: Download,
196
- dashboard: Dashboard,
197
- costIcon: CostIcon,
198
- close: Close,
199
- circleCheck: CircleCheck,
200
- circleExclamation: CircleExclamation,
201
- circleQuestion: CircleQuestion,
202
- circleInfo: CircleInfo,
203
- chartDoc: ChartDoc,
204
- chart: Chart,
205
- categorySearch: CategorySearch,
206
- categoryAdd: CategoryAdd,
207
- calendar: Calendar,
208
- building: Building,
209
- book: Book,
210
- home: Home,
211
- boxAdd: BoxAdd,
212
- bell: Bell,
213
- bag: Bag,
214
- animatedArrowLeft: AnimatedArrowLeft,
215
- aws: Aws,
216
- check: Check,
217
- checkO: CheckO,
218
- error: Error,
219
- errorO: ErrorO,
220
- warning: Warning,
221
- warehouse: Warehouse,
222
- project: Project,
223
- group: Group,
224
- magnifyingGlass: MagnifiyingGlass,
225
- formatListGroup: FormatListGroup,
226
- editOutline: EditOutline,
227
- security: Security,
228
- money: Money,
229
- calendarEdit: CalendarEdit,
230
- calendarPlus: CalendarPlus,
231
187
  lockOpen: LockOpen,
188
+ key: Key,
189
+ logout: Logout,
232
190
  eye: Eye,
233
191
  eyeOff: EyeOff,
234
- loadingRegular: LoadingRegular,
192
+ shield: Shield,
193
+ fingerprint: Fingerprint,
194
+ contact: Contact,
195
+ security: Security,
196
+ // — Comunicación —
197
+ email: Email,
198
+ emailAnimated: EmailAnimated,
235
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,
236
214
  exchange: Exchange,
237
- image: Image,
238
- 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 —
239
234
  file: File,
240
- fileUpdateAnimated: FileUpdateAnimated,
235
+ pdf: Pdf,
236
+ excel: Excel,
241
237
  excelAnimated: ExcelAnimated,
242
- location: Location,
243
- locationAnimated: LocationAnimated,
244
- squareChart: SquareChart,
245
- upload: Upload,
246
- uploadAnimated: UploadAnimated,
247
- uploadLoader: UploadLoader,
248
- downloadAnimated: DownloadAnimated,
249
- emailAnimated: EmailAnimated,
250
- blaze: Blaze,
251
- copy: Copy,
252
- box: Box,
238
+ word: Word,
239
+ powerPoint: PowerPoint,
253
240
  csv: Csv,
254
- facebook: Facebook,
255
- favorites: Favorites,
256
- png: Png,
257
- shield: Shield,
258
- star: Star,
259
241
  xml: Xml,
260
242
  zip: Zip,
261
- reset: Reset,
262
- height: Height,
263
- alternate: Alternate,
264
- checkList: CheckList,
265
- server: Server,
266
- fingerprint: Fingerprint,
267
- bank: Bank,
268
- db: Db,
269
- circleExclamationO: CircleExclamationOutlined,
270
- circleInfoO: CircleInfoOutlined,
271
- circleQuestionO: CircleQuestionOutlined,
272
- profit: Profit,
273
- edit: Edit,
274
- cart: Cart,
275
- category: Category,
276
- 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,
277
252
  form: Form,
278
- dashboardO: DashboardOutlined,
279
- excel: Excel,
280
- powerPoint: PowerPoint,
281
- word: Word,
282
- chat: Chat,
283
- filter: Filter,
284
- send: Send,
285
- paypal: Paypal,
286
- pay: Pay,
287
- contact: Contact,
288
- rocket: Rocket,
253
+ print: Print,
254
+ // — Calendario y tiempo —
255
+ calendar: Calendar,
256
+ calendarPlus: CalendarPlus,
257
+ calendarEdit: CalendarEdit,
289
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,
290
290
  heart: Heart,
291
- share: Share,
292
- world: World,
291
+ reset: Reset,
292
+ height: Height,
293
+ alternate: Alternate,
293
294
  moon: Moon,
294
295
  sun: Sun,
295
- lose: Lose,
296
- folder: Folder,
297
- attachment: Attachment,
298
- save: Save,
299
- refresh: Refresh,
300
- sharedFolder: SharedFolder,
301
- tools: Tools,
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,
302
327
  tags: Tags,
303
- sidebar: Sidebar,
304
- more: More,
305
- colors: Colors
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,
306
346
  };