@jis3r/icons 2.5.0 → 2.7.0
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/README.md +2 -0
- package/dist/icons/badge-x.svelte +82 -0
- package/dist/icons/badge-x.svelte.d.ts +4 -0
- package/dist/icons/calendar-x-2.svelte +83 -0
- package/dist/icons/calendar-x-2.svelte.d.ts +4 -0
- package/dist/icons/calendar-x.svelte +83 -0
- package/dist/icons/calendar-x.svelte.d.ts +4 -0
- package/dist/icons/circle-x.svelte +80 -0
- package/dist/icons/circle-x.svelte.d.ts +4 -0
- package/dist/icons/file-text.svelte +92 -0
- package/dist/icons/file-text.svelte.d.ts +4 -0
- package/dist/icons/file-x-corner.svelte +83 -0
- package/dist/icons/file-x-corner.svelte.d.ts +4 -0
- package/dist/icons/file-x.svelte +83 -0
- package/dist/icons/file-x.svelte.d.ts +4 -0
- package/dist/icons/globe-x.svelte +80 -0
- package/dist/icons/globe-x.svelte.d.ts +4 -0
- package/dist/icons/mail-x.svelte +81 -0
- package/dist/icons/mail-x.svelte.d.ts +4 -0
- package/dist/icons/map-pin-x-inside.svelte +82 -0
- package/dist/icons/map-pin-x-inside.svelte.d.ts +4 -0
- package/dist/icons/map-pin-x.svelte +83 -0
- package/dist/icons/map-pin-x.svelte.d.ts +4 -0
- package/dist/icons/monitor-x.svelte +82 -0
- package/dist/icons/monitor-x.svelte.d.ts +4 -0
- package/dist/icons/octagon-x.svelte +82 -0
- package/dist/icons/octagon-x.svelte.d.ts +4 -0
- package/dist/icons/package-x.svelte +85 -0
- package/dist/icons/package-x.svelte.d.ts +4 -0
- package/dist/icons/search-x.svelte +101 -0
- package/dist/icons/search-x.svelte.d.ts +4 -0
- package/dist/icons/shield-x.svelte +82 -0
- package/dist/icons/shield-x.svelte.d.ts +4 -0
- package/dist/icons/square-x.svelte +80 -0
- package/dist/icons/square-x.svelte.d.ts +4 -0
- package/dist/icons/ticket-x.svelte +82 -0
- package/dist/icons/ticket-x.svelte.d.ts +4 -0
- package/dist/icons/user-round-x.svelte +124 -0
- package/dist/icons/user-round-x.svelte.d.ts +4 -0
- package/dist/icons/volume-x.svelte +82 -0
- package/dist/icons/volume-x.svelte.d.ts +4 -0
- package/dist/index.d.ts +21 -1
- package/dist/index.js +20 -0
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as Axis3d } from './icons/axis-3d.svelte';
|
|
|
41
41
|
export { default as BadgeAlert } from './icons/badge-alert.svelte';
|
|
42
42
|
export { default as BadgeCheck } from './icons/badge-check.svelte';
|
|
43
43
|
export { default as BadgeQuestionMark } from './icons/badge-question-mark.svelte';
|
|
44
|
+
export { default as BadgeX } from './icons/badge-x.svelte';
|
|
44
45
|
export { default as BatteryCharging } from './icons/battery-charging.svelte';
|
|
45
46
|
export { default as BatteryFull } from './icons/battery-full.svelte';
|
|
46
47
|
export { default as BatteryLow } from './icons/battery-low.svelte';
|
|
@@ -107,6 +108,8 @@ export { default as CalendarCog } from './icons/calendar-cog.svelte';
|
|
|
107
108
|
export { default as CalendarDays } from './icons/calendar-days.svelte';
|
|
108
109
|
export { default as CalendarOff } from './icons/calendar-off.svelte';
|
|
109
110
|
export { default as CalendarSync } from './icons/calendar-sync.svelte';
|
|
111
|
+
export { default as CalendarX2 } from './icons/calendar-x-2.svelte';
|
|
112
|
+
export { default as CalendarX } from './icons/calendar-x.svelte';
|
|
110
113
|
export { default as CameraOff } from './icons/camera-off.svelte';
|
|
111
114
|
export { default as CandyOff } from './icons/candy-off.svelte';
|
|
112
115
|
export { default as CaptionsOff } from './icons/captions-off.svelte';
|
|
@@ -163,6 +166,7 @@ export { default as CircleOff } from './icons/circle-off.svelte';
|
|
|
163
166
|
export { default as CircleParkingOff } from './icons/circle-parking-off.svelte';
|
|
164
167
|
export { default as CirclePlus } from './icons/circle-plus.svelte';
|
|
165
168
|
export { default as CircleQuestionMark } from './icons/circle-question-mark.svelte';
|
|
169
|
+
export { default as CircleX } from './icons/circle-x.svelte';
|
|
166
170
|
export { default as Clapperboard } from './icons/clapperboard.svelte';
|
|
167
171
|
export { default as ClipboardCheck } from './icons/clipboard-check.svelte';
|
|
168
172
|
export { default as ClipboardList } from './icons/clipboard-list.svelte';
|
|
@@ -230,7 +234,10 @@ export { default as FileQuestionMark } from './icons/file-question-mark.svelte';
|
|
|
230
234
|
export { default as FileSliders } from './icons/file-sliders.svelte';
|
|
231
235
|
export { default as FileStack } from './icons/file-stack.svelte';
|
|
232
236
|
export { default as FileTerminal } from './icons/file-terminal.svelte';
|
|
237
|
+
export { default as FileText } from './icons/file-text.svelte';
|
|
233
238
|
export { default as FileUp } from './icons/file-up.svelte';
|
|
239
|
+
export { default as FileXCorner } from './icons/file-x-corner.svelte';
|
|
240
|
+
export { default as FileX } from './icons/file-x.svelte';
|
|
234
241
|
export { default as FishOff } from './icons/fish-off.svelte';
|
|
235
242
|
export { default as FlagOff } from './icons/flag-off.svelte';
|
|
236
243
|
export { default as FlashlightOff } from './icons/flashlight-off.svelte';
|
|
@@ -253,6 +260,7 @@ export { default as GalleryVerticalEnd } from './icons/gallery-vertical-end.svel
|
|
|
253
260
|
export { default as GalleryVertical } from './icons/gallery-vertical.svelte';
|
|
254
261
|
export { default as Gauge } from './icons/gauge.svelte';
|
|
255
262
|
export { default as Gavel } from './icons/gavel.svelte';
|
|
263
|
+
export { default as GlobeX } from './icons/globe-x.svelte';
|
|
256
264
|
export { default as Grid2x2Check } from './icons/grid-2x2-check.svelte';
|
|
257
265
|
export { default as GripHorizontal } from './icons/grip-horizontal.svelte';
|
|
258
266
|
export { default as GripVertical } from './icons/grip-vertical.svelte';
|
|
@@ -298,9 +306,12 @@ export { default as LoaderPinwheel } from './icons/loader-pinwheel.svelte';
|
|
|
298
306
|
export { default as LocateOff } from './icons/locate-off.svelte';
|
|
299
307
|
export { default as LogOut } from './icons/log-out.svelte';
|
|
300
308
|
export { default as MailCheck } from './icons/mail-check.svelte';
|
|
309
|
+
export { default as MailX } from './icons/mail-x.svelte';
|
|
301
310
|
export { default as MapPinCheckInside } from './icons/map-pin-check-inside.svelte';
|
|
302
311
|
export { default as MapPinCheck } from './icons/map-pin-check.svelte';
|
|
303
312
|
export { default as MapPinOff } from './icons/map-pin-off.svelte';
|
|
313
|
+
export { default as MapPinXInside } from './icons/map-pin-x-inside.svelte';
|
|
314
|
+
export { default as MapPinX } from './icons/map-pin-x.svelte';
|
|
304
315
|
export { default as Maximize2 } from './icons/maximize-2.svelte';
|
|
305
316
|
export { default as Maximize } from './icons/maximize.svelte';
|
|
306
317
|
export { default as MegaphoneOff } from './icons/megaphone-off.svelte';
|
|
@@ -333,6 +344,7 @@ export { default as MonitorCog } from './icons/monitor-cog.svelte';
|
|
|
333
344
|
export { default as MonitorDown } from './icons/monitor-down.svelte';
|
|
334
345
|
export { default as MonitorOff } from './icons/monitor-off.svelte';
|
|
335
346
|
export { default as MonitorUp } from './icons/monitor-up.svelte';
|
|
347
|
+
export { default as MonitorX } from './icons/monitor-x.svelte';
|
|
336
348
|
export { default as MouseOff } from './icons/mouse-off.svelte';
|
|
337
349
|
export { default as MousePointer2 } from './icons/mouse-pointer-2.svelte';
|
|
338
350
|
export { default as MousePointer } from './icons/mouse-pointer.svelte';
|
|
@@ -354,8 +366,10 @@ export { default as Nfc } from './icons/nfc.svelte';
|
|
|
354
366
|
export { default as NotebookPen } from './icons/notebook-pen.svelte';
|
|
355
367
|
export { default as NutOff } from './icons/nut-off.svelte';
|
|
356
368
|
export { default as OctagonAlert } from './icons/octagon-alert.svelte';
|
|
369
|
+
export { default as OctagonX } from './icons/octagon-x.svelte';
|
|
357
370
|
export { default as Orbit } from './icons/orbit.svelte';
|
|
358
371
|
export { default as PackageCheck } from './icons/package-check.svelte';
|
|
372
|
+
export { default as PackageX } from './icons/package-x.svelte';
|
|
359
373
|
export { default as Paintbrush } from './icons/paintbrush.svelte';
|
|
360
374
|
export { default as PanelBottomClose } from './icons/panel-bottom-close.svelte';
|
|
361
375
|
export { default as PanelBottomOpen } from './icons/panel-bottom-open.svelte';
|
|
@@ -409,6 +423,7 @@ export { default as SaveOff } from './icons/save-off.svelte';
|
|
|
409
423
|
export { default as ScanText } from './icons/scan-text.svelte';
|
|
410
424
|
export { default as Scissors } from './icons/scissors.svelte';
|
|
411
425
|
export { default as SearchCheck } from './icons/search-check.svelte';
|
|
426
|
+
export { default as SearchX } from './icons/search-x.svelte';
|
|
412
427
|
export { default as Search } from './icons/search.svelte';
|
|
413
428
|
export { default as SendHorizontal } from './icons/send-horizontal.svelte';
|
|
414
429
|
export { default as Send } from './icons/send.svelte';
|
|
@@ -420,6 +435,7 @@ export { default as ShieldCheck } from './icons/shield-check.svelte';
|
|
|
420
435
|
export { default as ShieldOff } from './icons/shield-off.svelte';
|
|
421
436
|
export { default as ShieldPlus } from './icons/shield-plus.svelte';
|
|
422
437
|
export { default as ShieldQuestionMark } from './icons/shield-question-mark.svelte';
|
|
438
|
+
export { default as ShieldX } from './icons/shield-x.svelte';
|
|
423
439
|
export { default as ShipWheel } from './icons/ship-wheel.svelte';
|
|
424
440
|
export { default as Ship } from './icons/ship.svelte';
|
|
425
441
|
export { default as ShoppingCart } from './icons/shopping-cart.svelte';
|
|
@@ -467,6 +483,7 @@ export { default as SquarePlus } from './icons/square-plus.svelte';
|
|
|
467
483
|
export { default as SquareScissors } from './icons/square-scissors.svelte';
|
|
468
484
|
export { default as SquareStack } from './icons/square-stack.svelte';
|
|
469
485
|
export { default as SquareTerminal } from './icons/square-terminal.svelte';
|
|
486
|
+
export { default as SquareX } from './icons/square-x.svelte';
|
|
470
487
|
export { default as StarOff } from './icons/star-off.svelte';
|
|
471
488
|
export { default as Star } from './icons/star.svelte';
|
|
472
489
|
export { default as Sun } from './icons/sun.svelte';
|
|
@@ -482,6 +499,7 @@ export { default as Thermometer } from './icons/thermometer.svelte';
|
|
|
482
499
|
export { default as ThumbsDown } from './icons/thumbs-down.svelte';
|
|
483
500
|
export { default as ThumbsUp } from './icons/thumbs-up.svelte';
|
|
484
501
|
export { default as TicketCheck } from './icons/ticket-check.svelte';
|
|
502
|
+
export { default as TicketX } from './icons/ticket-x.svelte';
|
|
485
503
|
export { default as TimerOff } from './icons/timer-off.svelte';
|
|
486
504
|
export { default as Timer } from './icons/timer.svelte';
|
|
487
505
|
export { default as ToggleLeft } from './icons/toggle-left.svelte';
|
|
@@ -504,6 +522,7 @@ export { default as UserPen } from './icons/user-pen.svelte';
|
|
|
504
522
|
export { default as UserRoundCheck } from './icons/user-round-check.svelte';
|
|
505
523
|
export { default as UserRoundCog } from './icons/user-round-cog.svelte';
|
|
506
524
|
export { default as UserRoundPen } from './icons/user-round-pen.svelte';
|
|
525
|
+
export { default as UserRoundX } from './icons/user-round-x.svelte';
|
|
507
526
|
export { default as UserRound } from './icons/user-round.svelte';
|
|
508
527
|
export { default as UserX } from './icons/user-x.svelte';
|
|
509
528
|
export { default as User } from './icons/user.svelte';
|
|
@@ -514,6 +533,7 @@ export { default as VibrateOff } from './icons/vibrate-off.svelte';
|
|
|
514
533
|
export { default as Vibrate } from './icons/vibrate.svelte';
|
|
515
534
|
export { default as VideoOff } from './icons/video-off.svelte';
|
|
516
535
|
export { default as VolumeOff } from './icons/volume-off.svelte';
|
|
536
|
+
export { default as VolumeX } from './icons/volume-x.svelte';
|
|
517
537
|
export { default as Vote } from './icons/vote.svelte';
|
|
518
538
|
export { default as WashingMachine } from './icons/washing-machine.svelte';
|
|
519
539
|
export { default as Waves } from './icons/waves.svelte';
|
|
@@ -529,4 +549,4 @@ export { default as WineOff } from './icons/wine-off.svelte';
|
|
|
529
549
|
export { default as X } from './icons/x.svelte';
|
|
530
550
|
export { default as ZapOff } from './icons/zap-off.svelte';
|
|
531
551
|
export type { IconProps } from './icons/types.js';
|
|
532
|
-
export type IconName = 'accessibility' | 'activity' | 'airplay' | 'alarm-clock-check' | 'alarm-clock-off' | 'alarm-clock' | 'align-horizontal-space-around' | 'align-vertical-space-around' | 'anvil' | 'archive' | 'arrow-big-down-dash' | 'arrow-big-down' | 'arrow-big-left-dash' | 'arrow-big-left' | 'arrow-big-right-dash' | 'arrow-big-right' | 'arrow-big-up-dash' | 'arrow-big-up' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down-z-a' | 'arrow-down' | 'arrow-left-right' | 'arrow-left' | 'arrow-right-left' | 'arrow-right' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up-z-a' | 'arrow-up' | 'audio-lines' | 'award' | 'axe' | 'axis-3d' | 'badge-alert' | 'badge-check' | 'badge-question-mark' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-warning' | 'battery' | 'bean-off' | 'beer-off' | 'bell-off' | 'bell-ring' | 'bell' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'binary' | 'blend' | 'blocks' | 'bluetooth-off' | 'bold' | 'bolt' | 'bone' | 'book-a' | 'book-audio' | 'book-check' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up-2' | 'book-up' | 'book-user' | 'book-x' | 'book' | 'bookmark-check' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'bookmark' | 'bot-off' | 'bot' | 'boxes' | 'brain-cog' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'briefcase' | 'brush-cleaning' | 'brush' | 'bug-off' | 'calendar-check-2' | 'calendar-check' | 'calendar-cog' | 'calendar-days' | 'calendar-off' | 'calendar-sync' | 'camera-off' | 'candy-off' | 'captions-off' | 'cast' | 'cctv' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column' | 'chart-gantt' | 'chart-line' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-column' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check-check' | 'check' | 'cherry' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down-up' | 'chevrons-down' | 'chevrons-left-right' | 'chevrons-left' | 'chevrons-right-left' | 'chevrons-right' | 'chevrons-up-down' | 'chevrons-up' | 'cigarette-off' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check-big' | 'circle-check' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-off' | 'circle-parking-off' | 'circle-plus' | 'circle-question-mark' | 'clapperboard' | 'clipboard-check' | 'clipboard-list' | 'clipboard-pen-line' | 'clipboard-pen' | 'clipboard-x' | 'clipboard' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock' | 'cloud-cog' | 'cloud-download' | 'cloud-moon' | 'cloud-off' | 'cloud-upload' | 'cog' | 'compass' | 'contrast' | 'copy-check' | 'copy' | 'cpu' | 'crop' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'diff' | 'disc-3' | 'dna-off' | 'download' | 'droplet-off' | 'drum' | 'ear-off' | 'eclipse' | 'egg-off' | 'expand' | 'eye-off' | 'eye' | 'file-chart-column-increasing' | 'file-chart-column' | 'file-chart-line' | 'file-check-corner' | 'file-check' | 'file-cog' | 'file-down' | 'file-exclamation-point' | 'file-minus' | 'file-pen-line' | 'file-pen' | 'file-plus' | 'file-question-mark' | 'file-sliders' | 'file-stack' | 'file-terminal' | 'file-up' | 'fish-off' | 'flag-off' | 'flashlight-off' | 'flask-conical-off' | 'folder-check' | 'folder-cog' | 'folder-down' | 'folder-kanban' | 'folder-pen' | 'folder-plus' | 'folder-sync' | 'folder-up' | 'folder-x' | 'frame' | 'funnel-x' | 'gallery-horizontal-end' | 'gallery-horizontal' | 'gallery-thumbnails' | 'gallery-vertical-end' | 'gallery-vertical' | 'gauge' | 'gavel' | 'grid-2x2-check' | 'grip-horizontal' | 'grip-vertical' | 'grip' | 'hammer' | 'hand-coins' | 'hand-heart' | 'hard-drive-download' | 'hard-drive-upload' | 'headphone-off' | 'heart-off' | 'heart' | 'history' | 'hop-off' | 'house-wifi' | 'house' | 'image-down' | 'image-off' | 'image-up' | 'images' | 'infinity' | 'kanban' | 'key-round' | 'key-square' | 'key' | 'keyboard-off' | 'keyboard' | 'landmark' | 'layers' | 'layout-dashboard' | 'layout-grid' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'lightbulb-off' | 'lightbulb' | 'link-2-off' | 'list-check' | 'list-checks' | 'list-restart' | 'list-todo' | 'loader-pinwheel' | 'locate-off' | 'log-out' | 'mail-check' | 'map-pin-check-inside' | 'map-pin-check' | 'map-pin-off' | 'maximize-2' | 'maximize' | 'megaphone-off' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-question-mark' | 'message-circle-warning' | 'message-circle-x' | 'message-circle' | 'message-square-code' | 'message-square-dashed' | 'message-square-dot' | 'message-square-heart' | 'message-square-more' | 'message-square-off' | 'message-square-quote' | 'message-square-warning' | 'message-square-x' | 'message-square' | 'mic-off' | 'milk-off' | 'minimize-2' | 'minimize' | 'minus' | 'monitor-check' | 'monitor-cog' | 'monitor-down' | 'monitor-off' | 'monitor-up' | 'mouse-off' | 'mouse-pointer-2' | 'mouse-pointer' | 'move-diagonal-2' | 'move-diagonal' | 'move-down-left' | 'move-down-right' | 'move-down' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up-left' | 'move-up-right' | 'move-up' | 'move-vertical' | 'navigation-2-off' | 'navigation-off' | 'nfc' | 'notebook-pen' | 'nut-off' | 'octagon-alert' | 'orbit' | 'package-check' | 'paintbrush' | 'panel-bottom-close' | 'panel-bottom-open' | 'panel-bottom' | 'panel-left-close' | 'panel-left-open' | 'panel-left' | 'panel-right-close' | 'panel-right-open' | 'panel-right' | 'panel-top-close' | 'panel-top-open' | 'panel-top' | 'paperclip' | 'pen-line' | 'pen-off' | 'pen' | 'pencil-line' | 'pencil-off' | 'pencil' | 'phone-off' | 'pickaxe' | 'pin-off' | 'plane' | 'play' | 'plus' | 'pointer-off' | 'power-off' | 'printer-check' | 'rabbit' | 'radar' | 'radio-tower' | 'radio' | 'rainbow' | 'redo-dot' | 'redo' | 'refresh-ccw-dot' | 'refresh-ccw' | 'refresh-cw-off' | 'refresh-cw' | 'rocket' | 'rocking-chair' | 'rotate-ccw-key' | 'rotate-ccw' | 'rotate-cw' | 'route-off' | 'route' | 'rss' | 'satellite-dish' | 'save-off' | 'scan-text' | 'scissors' | 'search-check' | 'search' | 'send-horizontal' | 'send' | 'server-cog' | 'server-off' | 'settings' | 'shield-alert' | 'shield-check' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'ship-wheel' | 'ship' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shrink' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signal' | 'signature' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone-nfc' | 'snowflake' | 'sparkle' | 'sparkles' | 'speech' | 'spell-check' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-down' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-arrow-up' | 'square-chart-gantt' | 'square-check-big' | 'square-check' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-dashed-kanban' | 'square-kanban' | 'square-parking-off' | 'square-pen' | 'square-plus' | 'square-scissors' | 'square-stack' | 'square-terminal' | 'star-off' | 'star' | 'sun' | 'sword' | 'tag' | 'telescope' | 'terminal' | 'text-align-center' | 'text-cursor-input' | 'text-cursor' | 'text-search' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'ticket-check' | 'timer-off' | 'timer' | 'toggle-left' | 'toggle-right' | 'tornado' | 'touchpad-off' | 'trash-2' | 'trash' | 'triangle-alert' | 'umbrella-off' | 'undo-dot' | 'undo' | 'unfold-horizontal' | 'unfold-vertical' | 'unplug' | 'upload' | 'user-check' | 'user-cog' | 'user-pen' | 'user-round-check' | 'user-round-cog' | 'user-round-pen' | 'user-round' | 'user-x' | 'user' | 'users-round' | 'users' | 'vault' | 'vibrate-off' | 'vibrate' | 'video-off' | 'volume-off' | 'vote' | 'washing-machine' | 'waves' | 'webhook-off' | 'wheat-off' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-zero' | 'wifi' | 'wine-off' | 'x' | 'zap-off';
|
|
552
|
+
export type IconName = 'accessibility' | 'activity' | 'airplay' | 'alarm-clock-check' | 'alarm-clock-off' | 'alarm-clock' | 'align-horizontal-space-around' | 'align-vertical-space-around' | 'anvil' | 'archive' | 'arrow-big-down-dash' | 'arrow-big-down' | 'arrow-big-left-dash' | 'arrow-big-left' | 'arrow-big-right-dash' | 'arrow-big-right' | 'arrow-big-up-dash' | 'arrow-big-up' | 'arrow-down-0-1' | 'arrow-down-1-0' | 'arrow-down-a-z' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down-z-a' | 'arrow-down' | 'arrow-left-right' | 'arrow-left' | 'arrow-right-left' | 'arrow-right' | 'arrow-up-0-1' | 'arrow-up-1-0' | 'arrow-up-a-z' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up-z-a' | 'arrow-up' | 'audio-lines' | 'award' | 'axe' | 'axis-3d' | 'badge-alert' | 'badge-check' | 'badge-question-mark' | 'badge-x' | 'battery-charging' | 'battery-full' | 'battery-low' | 'battery-medium' | 'battery-warning' | 'battery' | 'bean-off' | 'beer-off' | 'bell-off' | 'bell-ring' | 'bell' | 'between-horizontal-end' | 'between-horizontal-start' | 'between-vertical-end' | 'between-vertical-start' | 'binary' | 'blend' | 'blocks' | 'bluetooth-off' | 'bold' | 'bolt' | 'bone' | 'book-a' | 'book-audio' | 'book-check' | 'book-dashed' | 'book-down' | 'book-headphones' | 'book-heart' | 'book-image' | 'book-key' | 'book-lock' | 'book-marked' | 'book-minus' | 'book-open-check' | 'book-open-text' | 'book-plus' | 'book-text' | 'book-type' | 'book-up-2' | 'book-up' | 'book-user' | 'book-x' | 'book' | 'bookmark-check' | 'bookmark-minus' | 'bookmark-plus' | 'bookmark-x' | 'bookmark' | 'bot-off' | 'bot' | 'boxes' | 'brain-cog' | 'briefcase-business' | 'briefcase-conveyor-belt' | 'briefcase-medical' | 'briefcase' | 'brush-cleaning' | 'brush' | 'bug-off' | 'calendar-check-2' | 'calendar-check' | 'calendar-cog' | 'calendar-days' | 'calendar-off' | 'calendar-sync' | 'calendar-x-2' | 'calendar-x' | 'camera-off' | 'candy-off' | 'captions-off' | 'cast' | 'cctv' | 'chart-bar-decreasing' | 'chart-bar-increasing' | 'chart-bar' | 'chart-column-decreasing' | 'chart-column-increasing' | 'chart-column' | 'chart-gantt' | 'chart-line' | 'chart-no-axes-column-decreasing' | 'chart-no-axes-column-increasing' | 'chart-no-axes-column' | 'chart-no-axes-combined' | 'chart-no-axes-gantt' | 'chart-pie' | 'chart-scatter' | 'chart-spline' | 'check-check' | 'check' | 'cherry' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down-up' | 'chevrons-down' | 'chevrons-left-right' | 'chevrons-left' | 'chevrons-right-left' | 'chevrons-right' | 'chevrons-up-down' | 'chevrons-up' | 'cigarette-off' | 'circle-alert' | 'circle-arrow-down' | 'circle-arrow-left' | 'circle-arrow-out-down-left' | 'circle-arrow-out-down-right' | 'circle-arrow-out-up-left' | 'circle-arrow-out-up-right' | 'circle-arrow-right' | 'circle-arrow-up' | 'circle-check-big' | 'circle-check' | 'circle-chevron-down' | 'circle-chevron-left' | 'circle-chevron-right' | 'circle-chevron-up' | 'circle-off' | 'circle-parking-off' | 'circle-plus' | 'circle-question-mark' | 'circle-x' | 'clapperboard' | 'clipboard-check' | 'clipboard-list' | 'clipboard-pen-line' | 'clipboard-pen' | 'clipboard-x' | 'clipboard' | 'clock-1' | 'clock-10' | 'clock-11' | 'clock-12' | 'clock-2' | 'clock-3' | 'clock-4' | 'clock-5' | 'clock-6' | 'clock-7' | 'clock-8' | 'clock-9' | 'clock' | 'cloud-cog' | 'cloud-download' | 'cloud-moon' | 'cloud-off' | 'cloud-upload' | 'cog' | 'compass' | 'contrast' | 'copy-check' | 'copy' | 'cpu' | 'crop' | 'diamond-plus' | 'dice-1' | 'dice-2' | 'dice-3' | 'dice-4' | 'dice-5' | 'dice-6' | 'diff' | 'disc-3' | 'dna-off' | 'download' | 'droplet-off' | 'drum' | 'ear-off' | 'eclipse' | 'egg-off' | 'expand' | 'eye-off' | 'eye' | 'file-chart-column-increasing' | 'file-chart-column' | 'file-chart-line' | 'file-check-corner' | 'file-check' | 'file-cog' | 'file-down' | 'file-exclamation-point' | 'file-minus' | 'file-pen-line' | 'file-pen' | 'file-plus' | 'file-question-mark' | 'file-sliders' | 'file-stack' | 'file-terminal' | 'file-text' | 'file-up' | 'file-x-corner' | 'file-x' | 'fish-off' | 'flag-off' | 'flashlight-off' | 'flask-conical-off' | 'folder-check' | 'folder-cog' | 'folder-down' | 'folder-kanban' | 'folder-pen' | 'folder-plus' | 'folder-sync' | 'folder-up' | 'folder-x' | 'frame' | 'funnel-x' | 'gallery-horizontal-end' | 'gallery-horizontal' | 'gallery-thumbnails' | 'gallery-vertical-end' | 'gallery-vertical' | 'gauge' | 'gavel' | 'globe-x' | 'grid-2x2-check' | 'grip-horizontal' | 'grip-vertical' | 'grip' | 'hammer' | 'hand-coins' | 'hand-heart' | 'hard-drive-download' | 'hard-drive-upload' | 'headphone-off' | 'heart-off' | 'heart' | 'history' | 'hop-off' | 'house-wifi' | 'house' | 'image-down' | 'image-off' | 'image-up' | 'images' | 'infinity' | 'kanban' | 'key-round' | 'key-square' | 'key' | 'keyboard-off' | 'keyboard' | 'landmark' | 'layers' | 'layout-dashboard' | 'layout-grid' | 'layout-panel-left' | 'layout-panel-top' | 'layout-template' | 'lightbulb-off' | 'lightbulb' | 'link-2-off' | 'list-check' | 'list-checks' | 'list-restart' | 'list-todo' | 'loader-pinwheel' | 'locate-off' | 'log-out' | 'mail-check' | 'mail-x' | 'map-pin-check-inside' | 'map-pin-check' | 'map-pin-off' | 'map-pin-x-inside' | 'map-pin-x' | 'maximize-2' | 'maximize' | 'megaphone-off' | 'message-circle-code' | 'message-circle-dashed' | 'message-circle-heart' | 'message-circle-more' | 'message-circle-off' | 'message-circle-question-mark' | 'message-circle-warning' | 'message-circle-x' | 'message-circle' | 'message-square-code' | 'message-square-dashed' | 'message-square-dot' | 'message-square-heart' | 'message-square-more' | 'message-square-off' | 'message-square-quote' | 'message-square-warning' | 'message-square-x' | 'message-square' | 'mic-off' | 'milk-off' | 'minimize-2' | 'minimize' | 'minus' | 'monitor-check' | 'monitor-cog' | 'monitor-down' | 'monitor-off' | 'monitor-up' | 'monitor-x' | 'mouse-off' | 'mouse-pointer-2' | 'mouse-pointer' | 'move-diagonal-2' | 'move-diagonal' | 'move-down-left' | 'move-down-right' | 'move-down' | 'move-horizontal' | 'move-left' | 'move-right' | 'move-up-left' | 'move-up-right' | 'move-up' | 'move-vertical' | 'navigation-2-off' | 'navigation-off' | 'nfc' | 'notebook-pen' | 'nut-off' | 'octagon-alert' | 'octagon-x' | 'orbit' | 'package-check' | 'package-x' | 'paintbrush' | 'panel-bottom-close' | 'panel-bottom-open' | 'panel-bottom' | 'panel-left-close' | 'panel-left-open' | 'panel-left' | 'panel-right-close' | 'panel-right-open' | 'panel-right' | 'panel-top-close' | 'panel-top-open' | 'panel-top' | 'paperclip' | 'pen-line' | 'pen-off' | 'pen' | 'pencil-line' | 'pencil-off' | 'pencil' | 'phone-off' | 'pickaxe' | 'pin-off' | 'plane' | 'play' | 'plus' | 'pointer-off' | 'power-off' | 'printer-check' | 'rabbit' | 'radar' | 'radio-tower' | 'radio' | 'rainbow' | 'redo-dot' | 'redo' | 'refresh-ccw-dot' | 'refresh-ccw' | 'refresh-cw-off' | 'refresh-cw' | 'rocket' | 'rocking-chair' | 'rotate-ccw-key' | 'rotate-ccw' | 'rotate-cw' | 'route-off' | 'route' | 'rss' | 'satellite-dish' | 'save-off' | 'scan-text' | 'scissors' | 'search-check' | 'search-x' | 'search' | 'send-horizontal' | 'send' | 'server-cog' | 'server-off' | 'settings' | 'shield-alert' | 'shield-check' | 'shield-off' | 'shield-plus' | 'shield-question-mark' | 'shield-x' | 'ship-wheel' | 'ship' | 'shopping-cart' | 'shovel' | 'shower-head' | 'shrink' | 'signal-high' | 'signal-low' | 'signal-medium' | 'signal-zero' | 'signal' | 'signature' | 'sliders-horizontal' | 'sliders-vertical' | 'smartphone-nfc' | 'snowflake' | 'sparkle' | 'sparkles' | 'speech' | 'spell-check' | 'square-arrow-down-left' | 'square-arrow-down-right' | 'square-arrow-down' | 'square-arrow-left' | 'square-arrow-out-down-left' | 'square-arrow-out-down-right' | 'square-arrow-out-up-left' | 'square-arrow-out-up-right' | 'square-arrow-right' | 'square-arrow-up-left' | 'square-arrow-up-right' | 'square-arrow-up' | 'square-chart-gantt' | 'square-check-big' | 'square-check' | 'square-chevron-down' | 'square-chevron-left' | 'square-chevron-right' | 'square-chevron-up' | 'square-dashed-kanban' | 'square-kanban' | 'square-parking-off' | 'square-pen' | 'square-plus' | 'square-scissors' | 'square-stack' | 'square-terminal' | 'square-x' | 'star-off' | 'star' | 'sun' | 'sword' | 'tag' | 'telescope' | 'terminal' | 'text-align-center' | 'text-cursor-input' | 'text-cursor' | 'text-search' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'ticket-check' | 'ticket-x' | 'timer-off' | 'timer' | 'toggle-left' | 'toggle-right' | 'tornado' | 'touchpad-off' | 'trash-2' | 'trash' | 'triangle-alert' | 'umbrella-off' | 'undo-dot' | 'undo' | 'unfold-horizontal' | 'unfold-vertical' | 'unplug' | 'upload' | 'user-check' | 'user-cog' | 'user-pen' | 'user-round-check' | 'user-round-cog' | 'user-round-pen' | 'user-round-x' | 'user-round' | 'user-x' | 'user' | 'users-round' | 'users' | 'vault' | 'vibrate-off' | 'vibrate' | 'video-off' | 'volume-off' | 'volume-x' | 'vote' | 'washing-machine' | 'waves' | 'webhook-off' | 'wheat-off' | 'wifi-high' | 'wifi-low' | 'wifi-off' | 'wifi-pen' | 'wifi-zero' | 'wifi' | 'wine-off' | 'x' | 'zap-off';
|
package/dist/index.js
CHANGED
|
@@ -41,6 +41,7 @@ export { default as Axis3d } from './icons/axis-3d.svelte';
|
|
|
41
41
|
export { default as BadgeAlert } from './icons/badge-alert.svelte';
|
|
42
42
|
export { default as BadgeCheck } from './icons/badge-check.svelte';
|
|
43
43
|
export { default as BadgeQuestionMark } from './icons/badge-question-mark.svelte';
|
|
44
|
+
export { default as BadgeX } from './icons/badge-x.svelte';
|
|
44
45
|
export { default as BatteryCharging } from './icons/battery-charging.svelte';
|
|
45
46
|
export { default as BatteryFull } from './icons/battery-full.svelte';
|
|
46
47
|
export { default as BatteryLow } from './icons/battery-low.svelte';
|
|
@@ -107,6 +108,8 @@ export { default as CalendarCog } from './icons/calendar-cog.svelte';
|
|
|
107
108
|
export { default as CalendarDays } from './icons/calendar-days.svelte';
|
|
108
109
|
export { default as CalendarOff } from './icons/calendar-off.svelte';
|
|
109
110
|
export { default as CalendarSync } from './icons/calendar-sync.svelte';
|
|
111
|
+
export { default as CalendarX2 } from './icons/calendar-x-2.svelte';
|
|
112
|
+
export { default as CalendarX } from './icons/calendar-x.svelte';
|
|
110
113
|
export { default as CameraOff } from './icons/camera-off.svelte';
|
|
111
114
|
export { default as CandyOff } from './icons/candy-off.svelte';
|
|
112
115
|
export { default as CaptionsOff } from './icons/captions-off.svelte';
|
|
@@ -163,6 +166,7 @@ export { default as CircleOff } from './icons/circle-off.svelte';
|
|
|
163
166
|
export { default as CircleParkingOff } from './icons/circle-parking-off.svelte';
|
|
164
167
|
export { default as CirclePlus } from './icons/circle-plus.svelte';
|
|
165
168
|
export { default as CircleQuestionMark } from './icons/circle-question-mark.svelte';
|
|
169
|
+
export { default as CircleX } from './icons/circle-x.svelte';
|
|
166
170
|
export { default as Clapperboard } from './icons/clapperboard.svelte';
|
|
167
171
|
export { default as ClipboardCheck } from './icons/clipboard-check.svelte';
|
|
168
172
|
export { default as ClipboardList } from './icons/clipboard-list.svelte';
|
|
@@ -230,7 +234,10 @@ export { default as FileQuestionMark } from './icons/file-question-mark.svelte';
|
|
|
230
234
|
export { default as FileSliders } from './icons/file-sliders.svelte';
|
|
231
235
|
export { default as FileStack } from './icons/file-stack.svelte';
|
|
232
236
|
export { default as FileTerminal } from './icons/file-terminal.svelte';
|
|
237
|
+
export { default as FileText } from './icons/file-text.svelte';
|
|
233
238
|
export { default as FileUp } from './icons/file-up.svelte';
|
|
239
|
+
export { default as FileXCorner } from './icons/file-x-corner.svelte';
|
|
240
|
+
export { default as FileX } from './icons/file-x.svelte';
|
|
234
241
|
export { default as FishOff } from './icons/fish-off.svelte';
|
|
235
242
|
export { default as FlagOff } from './icons/flag-off.svelte';
|
|
236
243
|
export { default as FlashlightOff } from './icons/flashlight-off.svelte';
|
|
@@ -253,6 +260,7 @@ export { default as GalleryVerticalEnd } from './icons/gallery-vertical-end.svel
|
|
|
253
260
|
export { default as GalleryVertical } from './icons/gallery-vertical.svelte';
|
|
254
261
|
export { default as Gauge } from './icons/gauge.svelte';
|
|
255
262
|
export { default as Gavel } from './icons/gavel.svelte';
|
|
263
|
+
export { default as GlobeX } from './icons/globe-x.svelte';
|
|
256
264
|
export { default as Grid2x2Check } from './icons/grid-2x2-check.svelte';
|
|
257
265
|
export { default as GripHorizontal } from './icons/grip-horizontal.svelte';
|
|
258
266
|
export { default as GripVertical } from './icons/grip-vertical.svelte';
|
|
@@ -298,9 +306,12 @@ export { default as LoaderPinwheel } from './icons/loader-pinwheel.svelte';
|
|
|
298
306
|
export { default as LocateOff } from './icons/locate-off.svelte';
|
|
299
307
|
export { default as LogOut } from './icons/log-out.svelte';
|
|
300
308
|
export { default as MailCheck } from './icons/mail-check.svelte';
|
|
309
|
+
export { default as MailX } from './icons/mail-x.svelte';
|
|
301
310
|
export { default as MapPinCheckInside } from './icons/map-pin-check-inside.svelte';
|
|
302
311
|
export { default as MapPinCheck } from './icons/map-pin-check.svelte';
|
|
303
312
|
export { default as MapPinOff } from './icons/map-pin-off.svelte';
|
|
313
|
+
export { default as MapPinXInside } from './icons/map-pin-x-inside.svelte';
|
|
314
|
+
export { default as MapPinX } from './icons/map-pin-x.svelte';
|
|
304
315
|
export { default as Maximize2 } from './icons/maximize-2.svelte';
|
|
305
316
|
export { default as Maximize } from './icons/maximize.svelte';
|
|
306
317
|
export { default as MegaphoneOff } from './icons/megaphone-off.svelte';
|
|
@@ -333,6 +344,7 @@ export { default as MonitorCog } from './icons/monitor-cog.svelte';
|
|
|
333
344
|
export { default as MonitorDown } from './icons/monitor-down.svelte';
|
|
334
345
|
export { default as MonitorOff } from './icons/monitor-off.svelte';
|
|
335
346
|
export { default as MonitorUp } from './icons/monitor-up.svelte';
|
|
347
|
+
export { default as MonitorX } from './icons/monitor-x.svelte';
|
|
336
348
|
export { default as MouseOff } from './icons/mouse-off.svelte';
|
|
337
349
|
export { default as MousePointer2 } from './icons/mouse-pointer-2.svelte';
|
|
338
350
|
export { default as MousePointer } from './icons/mouse-pointer.svelte';
|
|
@@ -354,8 +366,10 @@ export { default as Nfc } from './icons/nfc.svelte';
|
|
|
354
366
|
export { default as NotebookPen } from './icons/notebook-pen.svelte';
|
|
355
367
|
export { default as NutOff } from './icons/nut-off.svelte';
|
|
356
368
|
export { default as OctagonAlert } from './icons/octagon-alert.svelte';
|
|
369
|
+
export { default as OctagonX } from './icons/octagon-x.svelte';
|
|
357
370
|
export { default as Orbit } from './icons/orbit.svelte';
|
|
358
371
|
export { default as PackageCheck } from './icons/package-check.svelte';
|
|
372
|
+
export { default as PackageX } from './icons/package-x.svelte';
|
|
359
373
|
export { default as Paintbrush } from './icons/paintbrush.svelte';
|
|
360
374
|
export { default as PanelBottomClose } from './icons/panel-bottom-close.svelte';
|
|
361
375
|
export { default as PanelBottomOpen } from './icons/panel-bottom-open.svelte';
|
|
@@ -409,6 +423,7 @@ export { default as SaveOff } from './icons/save-off.svelte';
|
|
|
409
423
|
export { default as ScanText } from './icons/scan-text.svelte';
|
|
410
424
|
export { default as Scissors } from './icons/scissors.svelte';
|
|
411
425
|
export { default as SearchCheck } from './icons/search-check.svelte';
|
|
426
|
+
export { default as SearchX } from './icons/search-x.svelte';
|
|
412
427
|
export { default as Search } from './icons/search.svelte';
|
|
413
428
|
export { default as SendHorizontal } from './icons/send-horizontal.svelte';
|
|
414
429
|
export { default as Send } from './icons/send.svelte';
|
|
@@ -420,6 +435,7 @@ export { default as ShieldCheck } from './icons/shield-check.svelte';
|
|
|
420
435
|
export { default as ShieldOff } from './icons/shield-off.svelte';
|
|
421
436
|
export { default as ShieldPlus } from './icons/shield-plus.svelte';
|
|
422
437
|
export { default as ShieldQuestionMark } from './icons/shield-question-mark.svelte';
|
|
438
|
+
export { default as ShieldX } from './icons/shield-x.svelte';
|
|
423
439
|
export { default as ShipWheel } from './icons/ship-wheel.svelte';
|
|
424
440
|
export { default as Ship } from './icons/ship.svelte';
|
|
425
441
|
export { default as ShoppingCart } from './icons/shopping-cart.svelte';
|
|
@@ -467,6 +483,7 @@ export { default as SquarePlus } from './icons/square-plus.svelte';
|
|
|
467
483
|
export { default as SquareScissors } from './icons/square-scissors.svelte';
|
|
468
484
|
export { default as SquareStack } from './icons/square-stack.svelte';
|
|
469
485
|
export { default as SquareTerminal } from './icons/square-terminal.svelte';
|
|
486
|
+
export { default as SquareX } from './icons/square-x.svelte';
|
|
470
487
|
export { default as StarOff } from './icons/star-off.svelte';
|
|
471
488
|
export { default as Star } from './icons/star.svelte';
|
|
472
489
|
export { default as Sun } from './icons/sun.svelte';
|
|
@@ -482,6 +499,7 @@ export { default as Thermometer } from './icons/thermometer.svelte';
|
|
|
482
499
|
export { default as ThumbsDown } from './icons/thumbs-down.svelte';
|
|
483
500
|
export { default as ThumbsUp } from './icons/thumbs-up.svelte';
|
|
484
501
|
export { default as TicketCheck } from './icons/ticket-check.svelte';
|
|
502
|
+
export { default as TicketX } from './icons/ticket-x.svelte';
|
|
485
503
|
export { default as TimerOff } from './icons/timer-off.svelte';
|
|
486
504
|
export { default as Timer } from './icons/timer.svelte';
|
|
487
505
|
export { default as ToggleLeft } from './icons/toggle-left.svelte';
|
|
@@ -504,6 +522,7 @@ export { default as UserPen } from './icons/user-pen.svelte';
|
|
|
504
522
|
export { default as UserRoundCheck } from './icons/user-round-check.svelte';
|
|
505
523
|
export { default as UserRoundCog } from './icons/user-round-cog.svelte';
|
|
506
524
|
export { default as UserRoundPen } from './icons/user-round-pen.svelte';
|
|
525
|
+
export { default as UserRoundX } from './icons/user-round-x.svelte';
|
|
507
526
|
export { default as UserRound } from './icons/user-round.svelte';
|
|
508
527
|
export { default as UserX } from './icons/user-x.svelte';
|
|
509
528
|
export { default as User } from './icons/user.svelte';
|
|
@@ -514,6 +533,7 @@ export { default as VibrateOff } from './icons/vibrate-off.svelte';
|
|
|
514
533
|
export { default as Vibrate } from './icons/vibrate.svelte';
|
|
515
534
|
export { default as VideoOff } from './icons/video-off.svelte';
|
|
516
535
|
export { default as VolumeOff } from './icons/volume-off.svelte';
|
|
536
|
+
export { default as VolumeX } from './icons/volume-x.svelte';
|
|
517
537
|
export { default as Vote } from './icons/vote.svelte';
|
|
518
538
|
export { default as WashingMachine } from './icons/washing-machine.svelte';
|
|
519
539
|
export { default as Waves } from './icons/waves.svelte';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jis3r/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "beautifully crafted, moving icons. for svelte.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"svelte": "^5.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@
|
|
55
|
+
"@internationalized/date": "^3.11.0",
|
|
56
|
+
"@lucide/svelte": "^0.575.0",
|
|
56
57
|
"@number-flow/svelte": "^0.3.6",
|
|
57
58
|
"@sveltejs/adapter-auto": "^6.0.1",
|
|
58
59
|
"@sveltejs/kit": "^2.26.1",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"@tailwindcss/vite": "^4.1.16",
|
|
62
63
|
"@types/eslint": "^9.6.0",
|
|
63
64
|
"autoprefixer": "^10.4.20",
|
|
64
|
-
"bits-ui": "^
|
|
65
|
+
"bits-ui": "^2.16.2",
|
|
65
66
|
"clsx": "^2.1.1",
|
|
66
67
|
"eslint": "^9.7.0",
|
|
67
68
|
"eslint-config-prettier": "^10.1.1",
|
|
@@ -78,9 +79,8 @@
|
|
|
78
79
|
"publint": "^0.3.10",
|
|
79
80
|
"shadcn-svelte": "^1.0.6",
|
|
80
81
|
"svelte": "^5.0.0",
|
|
81
|
-
"
|
|
82
|
-
"tailwind-
|
|
83
|
-
"tailwind-variants": "^3.1.1",
|
|
82
|
+
"tailwind-merge": "^3.5.0",
|
|
83
|
+
"tailwind-variants": "^3.2.2",
|
|
84
84
|
"tailwindcss": "^4.1.16",
|
|
85
85
|
"tailwindcss-animate": "^1.0.7",
|
|
86
86
|
"tsx": "^4.21.0",
|