@jis3r/icons 1.0.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/LICENSE +21 -0
- package/README.md +53 -0
- package/dist/components/github.svelte +13 -0
- package/dist/components/github.svelte.d.ts +23 -0
- package/dist/components/ui/badge/badge.svelte +43 -0
- package/dist/components/ui/badge/badge.svelte.d.ts +73 -0
- package/dist/components/ui/badge/index.d.ts +1 -0
- package/dist/components/ui/badge/index.js +2 -0
- package/dist/components/ui/button/button.svelte +57 -0
- package/dist/components/ui/button/button.svelte.d.ts +129 -0
- package/dist/components/ui/button/index.d.ts +3 -0
- package/dist/components/ui/button/index.js +9 -0
- package/dist/components/ui/card/card-content.svelte +9 -0
- package/dist/components/ui/card/card-content.svelte.d.ts +23 -0
- package/dist/components/ui/card/card-description.svelte +9 -0
- package/dist/components/ui/card/card-description.svelte.d.ts +23 -0
- package/dist/components/ui/card/card-footer.svelte +9 -0
- package/dist/components/ui/card/card-footer.svelte.d.ts +23 -0
- package/dist/components/ui/card/card-header.svelte +9 -0
- package/dist/components/ui/card/card-header.svelte.d.ts +23 -0
- package/dist/components/ui/card/card-title.svelte +15 -0
- package/dist/components/ui/card/card-title.svelte.d.ts +23 -0
- package/dist/components/ui/card/card.svelte +13 -0
- package/dist/components/ui/card/card.svelte.d.ts +23 -0
- package/dist/components/ui/card/index.d.ts +7 -0
- package/dist/components/ui/card/index.js +22 -0
- package/dist/components/ui/input/index.d.ts +2 -0
- package/dist/components/ui/input/index.js +7 -0
- package/dist/components/ui/input/input.svelte +37 -0
- package/dist/components/ui/input/input.svelte.d.ts +23 -0
- package/dist/icons/activity.svelte +81 -0
- package/dist/icons/activity.svelte.d.ts +23 -0
- package/dist/icons/alarm-clock-check.svelte +82 -0
- package/dist/icons/alarm-clock-check.svelte.d.ts +23 -0
- package/dist/icons/alarm-clock-off.svelte +89 -0
- package/dist/icons/alarm-clock-off.svelte.d.ts +23 -0
- package/dist/icons/alarm-clock.svelte +113 -0
- package/dist/icons/alarm-clock.svelte.d.ts +23 -0
- package/dist/icons/align-center.svelte +72 -0
- package/dist/icons/align-center.svelte.d.ts +23 -0
- package/dist/icons/align-horizontal-space-around.svelte +81 -0
- package/dist/icons/align-horizontal-space-around.svelte.d.ts +23 -0
- package/dist/icons/align-vertical-space-around.svelte +81 -0
- package/dist/icons/align-vertical-space-around.svelte.d.ts +23 -0
- package/dist/icons/anvil.svelte +76 -0
- package/dist/icons/anvil.svelte.d.ts +23 -0
- package/dist/icons/archive.svelte +69 -0
- package/dist/icons/archive.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-down-dash.svelte +56 -0
- package/dist/icons/arrow-big-down-dash.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-down.svelte +53 -0
- package/dist/icons/arrow-big-down.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-left-dash.svelte +56 -0
- package/dist/icons/arrow-big-left-dash.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-left.svelte +53 -0
- package/dist/icons/arrow-big-left.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-right-dash.svelte +56 -0
- package/dist/icons/arrow-big-right-dash.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-right.svelte +53 -0
- package/dist/icons/arrow-big-right.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-up-dash.svelte +56 -0
- package/dist/icons/arrow-big-up-dash.svelte.d.ts +23 -0
- package/dist/icons/arrow-big-up.svelte +53 -0
- package/dist/icons/arrow-big-up.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-0-1.svelte +82 -0
- package/dist/icons/arrow-down-0-1.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-1-0.svelte +82 -0
- package/dist/icons/arrow-down-1-0.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-a-z.svelte +74 -0
- package/dist/icons/arrow-down-a-z.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-left.svelte +56 -0
- package/dist/icons/arrow-down-left.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-right.svelte +56 -0
- package/dist/icons/arrow-down-right.svelte.d.ts +23 -0
- package/dist/icons/arrow-down-z-a.svelte +74 -0
- package/dist/icons/arrow-down-z-a.svelte.d.ts +23 -0
- package/dist/icons/arrow-down.svelte +58 -0
- package/dist/icons/arrow-down.svelte.d.ts +23 -0
- package/dist/icons/arrow-left-right.svelte +85 -0
- package/dist/icons/arrow-left-right.svelte.d.ts +23 -0
- package/dist/icons/arrow-left.svelte +58 -0
- package/dist/icons/arrow-left.svelte.d.ts +23 -0
- package/dist/icons/arrow-right-left.svelte +85 -0
- package/dist/icons/arrow-right-left.svelte.d.ts +23 -0
- package/dist/icons/arrow-right.svelte +58 -0
- package/dist/icons/arrow-right.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-0-1.svelte +81 -0
- package/dist/icons/arrow-up-0-1.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-1-0.svelte +82 -0
- package/dist/icons/arrow-up-1-0.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-a-z.svelte +74 -0
- package/dist/icons/arrow-up-a-z.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-left.svelte +57 -0
- package/dist/icons/arrow-up-left.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-right.svelte +56 -0
- package/dist/icons/arrow-up-right.svelte.d.ts +23 -0
- package/dist/icons/arrow-up-z-a.svelte +74 -0
- package/dist/icons/arrow-up-z-a.svelte.d.ts +23 -0
- package/dist/icons/arrow-up.svelte +58 -0
- package/dist/icons/arrow-up.svelte.d.ts +23 -0
- package/dist/icons/audio-lines.svelte +129 -0
- package/dist/icons/audio-lines.svelte.d.ts +23 -0
- package/dist/icons/award.svelte +74 -0
- package/dist/icons/award.svelte.d.ts +23 -0
- package/dist/icons/axe.svelte +75 -0
- package/dist/icons/axe.svelte.d.ts +23 -0
- package/dist/icons/badge-alert.svelte +75 -0
- package/dist/icons/badge-alert.svelte.d.ts +23 -0
- package/dist/icons/badge-check.svelte +84 -0
- package/dist/icons/badge-check.svelte.d.ts +23 -0
- package/dist/icons/badge-question-mark.svelte +83 -0
- package/dist/icons/badge-question-mark.svelte.d.ts +23 -0
- package/dist/icons/battery-charging.svelte +72 -0
- package/dist/icons/battery-charging.svelte.d.ts +23 -0
- package/dist/icons/battery-full.svelte +91 -0
- package/dist/icons/battery-full.svelte.d.ts +23 -0
- package/dist/icons/battery-low.svelte +79 -0
- package/dist/icons/battery-low.svelte.d.ts +23 -0
- package/dist/icons/battery-medium.svelte +85 -0
- package/dist/icons/battery-medium.svelte.d.ts +23 -0
- package/dist/icons/battery-warning.svelte +73 -0
- package/dist/icons/battery-warning.svelte.d.ts +23 -0
- package/dist/icons/battery.svelte +70 -0
- package/dist/icons/battery.svelte.d.ts +23 -0
- package/dist/icons/bean-off.svelte +87 -0
- package/dist/icons/bean-off.svelte.d.ts +23 -0
- package/dist/icons/beer-off.svelte +93 -0
- package/dist/icons/beer-off.svelte.d.ts +23 -0
- package/dist/icons/bell-off.svelte +87 -0
- package/dist/icons/bell-off.svelte.d.ts +23 -0
- package/dist/icons/bell-ring.svelte +119 -0
- package/dist/icons/bell-ring.svelte.d.ts +23 -0
- package/dist/icons/bell.svelte +117 -0
- package/dist/icons/bell.svelte.d.ts +23 -0
- package/dist/icons/between-horizontal-end.svelte +80 -0
- package/dist/icons/between-horizontal-end.svelte.d.ts +23 -0
- package/dist/icons/between-horizontal-start.svelte +80 -0
- package/dist/icons/between-horizontal-start.svelte.d.ts +23 -0
- package/dist/icons/between-vertical-end.svelte +80 -0
- package/dist/icons/between-vertical-end.svelte.d.ts +23 -0
- package/dist/icons/between-vertical-start.svelte +80 -0
- package/dist/icons/between-vertical-start.svelte.d.ts +23 -0
- package/dist/icons/blend.svelte +65 -0
- package/dist/icons/blend.svelte.d.ts +23 -0
- package/dist/icons/blocks.svelte +65 -0
- package/dist/icons/blocks.svelte.d.ts +23 -0
- package/dist/icons/bluetooth-off.svelte +86 -0
- package/dist/icons/bluetooth-off.svelte.d.ts +23 -0
- package/dist/icons/bolt.svelte +65 -0
- package/dist/icons/bolt.svelte.d.ts +23 -0
- package/dist/icons/bone.svelte +73 -0
- package/dist/icons/bone.svelte.d.ts +23 -0
- package/dist/icons/book-a.svelte +79 -0
- package/dist/icons/book-a.svelte.d.ts +23 -0
- package/dist/icons/book-audio.svelte +80 -0
- package/dist/icons/book-audio.svelte.d.ts +23 -0
- package/dist/icons/book-check.svelte +103 -0
- package/dist/icons/book-check.svelte.d.ts +23 -0
- package/dist/icons/book-dashed.svelte +85 -0
- package/dist/icons/book-dashed.svelte.d.ts +23 -0
- package/dist/icons/book-down.svelte +79 -0
- package/dist/icons/book-down.svelte.d.ts +23 -0
- package/dist/icons/book-headphones.svelte +80 -0
- package/dist/icons/book-headphones.svelte.d.ts +23 -0
- package/dist/icons/book-heart.svelte +80 -0
- package/dist/icons/book-heart.svelte.d.ts +23 -0
- package/dist/icons/book-image.svelte +79 -0
- package/dist/icons/book-image.svelte.d.ts +23 -0
- package/dist/icons/book-key.svelte +79 -0
- package/dist/icons/book-key.svelte.d.ts +23 -0
- package/dist/icons/book-lock.svelte +78 -0
- package/dist/icons/book-lock.svelte.d.ts +23 -0
- package/dist/icons/book-marked.svelte +78 -0
- package/dist/icons/book-marked.svelte.d.ts +23 -0
- package/dist/icons/book-minus.svelte +78 -0
- package/dist/icons/book-minus.svelte.d.ts +23 -0
- package/dist/icons/book-open-check.svelte +81 -0
- package/dist/icons/book-open-check.svelte.d.ts +23 -0
- package/dist/icons/book-plus.svelte +79 -0
- package/dist/icons/book-plus.svelte.d.ts +23 -0
- package/dist/icons/book-text.svelte +114 -0
- package/dist/icons/book-text.svelte.d.ts +23 -0
- package/dist/icons/book-type.svelte +80 -0
- package/dist/icons/book-type.svelte.d.ts +23 -0
- package/dist/icons/book-up-2.svelte +79 -0
- package/dist/icons/book-up-2.svelte.d.ts +23 -0
- package/dist/icons/book-up.svelte +79 -0
- package/dist/icons/book-up.svelte.d.ts +23 -0
- package/dist/icons/book-user.svelte +79 -0
- package/dist/icons/book-user.svelte.d.ts +23 -0
- package/dist/icons/book-x.svelte +79 -0
- package/dist/icons/book-x.svelte.d.ts +23 -0
- package/dist/icons/book.svelte +77 -0
- package/dist/icons/book.svelte.d.ts +23 -0
- package/dist/icons/bookmark-check.svelte +78 -0
- package/dist/icons/bookmark-check.svelte.d.ts +23 -0
- package/dist/icons/bot-off.svelte +86 -0
- package/dist/icons/bot-off.svelte.d.ts +23 -0
- package/dist/icons/boxes.svelte +96 -0
- package/dist/icons/boxes.svelte.d.ts +23 -0
- package/dist/icons/brain-cog.svelte +82 -0
- package/dist/icons/brain-cog.svelte.d.ts +23 -0
- package/dist/icons/briefcase-business.svelte +80 -0
- package/dist/icons/briefcase-business.svelte.d.ts +23 -0
- package/dist/icons/briefcase-conveyor-belt.svelte +90 -0
- package/dist/icons/briefcase-conveyor-belt.svelte.d.ts +23 -0
- package/dist/icons/briefcase-medical.svelte +82 -0
- package/dist/icons/briefcase-medical.svelte.d.ts +23 -0
- package/dist/icons/briefcase.svelte +79 -0
- package/dist/icons/briefcase.svelte.d.ts +23 -0
- package/dist/icons/brush-cleaning.svelte +79 -0
- package/dist/icons/brush-cleaning.svelte.d.ts +23 -0
- package/dist/icons/brush.svelte +75 -0
- package/dist/icons/brush.svelte.d.ts +23 -0
- package/dist/icons/bug-off.svelte +92 -0
- package/dist/icons/bug-off.svelte.d.ts +23 -0
- package/dist/icons/calendar-check-2.svelte +81 -0
- package/dist/icons/calendar-check-2.svelte.d.ts +23 -0
- package/dist/icons/calendar-check.svelte +81 -0
- package/dist/icons/calendar-check.svelte.d.ts +23 -0
- package/dist/icons/calendar-cog.svelte +82 -0
- package/dist/icons/calendar-cog.svelte.d.ts +23 -0
- package/dist/icons/calendar-days.svelte +93 -0
- package/dist/icons/calendar-days.svelte.d.ts +23 -0
- package/dist/icons/calendar-off.svelte +89 -0
- package/dist/icons/calendar-off.svelte.d.ts +23 -0
- package/dist/icons/calendar-sync.svelte +78 -0
- package/dist/icons/calendar-sync.svelte.d.ts +23 -0
- package/dist/icons/camera-off.svelte +87 -0
- package/dist/icons/camera-off.svelte.d.ts +23 -0
- package/dist/icons/candy-off.svelte +91 -0
- package/dist/icons/candy-off.svelte.d.ts +23 -0
- package/dist/icons/captions-off.svelte +89 -0
- package/dist/icons/captions-off.svelte.d.ts +23 -0
- package/dist/icons/cast.svelte +90 -0
- package/dist/icons/cast.svelte.d.ts +23 -0
- package/dist/icons/cctv.svelte +103 -0
- package/dist/icons/cctv.svelte.d.ts +23 -0
- package/dist/icons/chart-bar-decreasing.svelte +100 -0
- package/dist/icons/chart-bar-decreasing.svelte.d.ts +23 -0
- package/dist/icons/chart-bar-increasing.svelte +100 -0
- package/dist/icons/chart-bar-increasing.svelte.d.ts +23 -0
- package/dist/icons/chart-bar.svelte +95 -0
- package/dist/icons/chart-bar.svelte.d.ts +23 -0
- package/dist/icons/chart-column-decreasing.svelte +105 -0
- package/dist/icons/chart-column-decreasing.svelte.d.ts +23 -0
- package/dist/icons/chart-column-increasing.svelte +105 -0
- package/dist/icons/chart-column-increasing.svelte.d.ts +23 -0
- package/dist/icons/chart-column.svelte +95 -0
- package/dist/icons/chart-column.svelte.d.ts +23 -0
- package/dist/icons/chart-gantt.svelte +91 -0
- package/dist/icons/chart-gantt.svelte.d.ts +23 -0
- package/dist/icons/chart-line.svelte +82 -0
- package/dist/icons/chart-line.svelte.d.ts +23 -0
- package/dist/icons/chart-no-axes-column-decreasing.svelte +99 -0
- package/dist/icons/chart-no-axes-column-decreasing.svelte.d.ts +23 -0
- package/dist/icons/chart-no-axes-column-increasing.svelte +99 -0
- package/dist/icons/chart-no-axes-column-increasing.svelte.d.ts +23 -0
- package/dist/icons/chart-no-axes-column.svelte +94 -0
- package/dist/icons/chart-no-axes-column.svelte.d.ts +23 -0
- package/dist/icons/chart-no-axes-combined.svelte +142 -0
- package/dist/icons/chart-no-axes-combined.svelte.d.ts +23 -0
- package/dist/icons/chart-no-axes-gantt.svelte +90 -0
- package/dist/icons/chart-no-axes-gantt.svelte.d.ts +23 -0
- package/dist/icons/chart-pie.svelte +72 -0
- package/dist/icons/chart-pie.svelte.d.ts +23 -0
- package/dist/icons/chart-scatter.svelte +92 -0
- package/dist/icons/chart-scatter.svelte.d.ts +23 -0
- package/dist/icons/chart-spline.svelte +82 -0
- package/dist/icons/chart-spline.svelte.d.ts +23 -0
- package/dist/icons/check-check.svelte +78 -0
- package/dist/icons/check-check.svelte.d.ts +23 -0
- package/dist/icons/check.svelte +81 -0
- package/dist/icons/check.svelte.d.ts +23 -0
- package/dist/icons/cherry.svelte +81 -0
- package/dist/icons/cherry.svelte.d.ts +23 -0
- package/dist/icons/chevron-down.svelte +56 -0
- package/dist/icons/chevron-down.svelte.d.ts +23 -0
- package/dist/icons/chevron-left.svelte +56 -0
- package/dist/icons/chevron-left.svelte.d.ts +23 -0
- package/dist/icons/chevron-right.svelte +56 -0
- package/dist/icons/chevron-right.svelte.d.ts +23 -0
- package/dist/icons/chevron-up.svelte +56 -0
- package/dist/icons/chevron-up.svelte.d.ts +23 -0
- package/dist/icons/chevrons-down-up.svelte +66 -0
- package/dist/icons/chevrons-down-up.svelte.d.ts +23 -0
- package/dist/icons/chevrons-down.svelte +60 -0
- package/dist/icons/chevrons-down.svelte.d.ts +23 -0
- package/dist/icons/chevrons-left-right.svelte +66 -0
- package/dist/icons/chevrons-left-right.svelte.d.ts +23 -0
- package/dist/icons/chevrons-left.svelte +60 -0
- package/dist/icons/chevrons-left.svelte.d.ts +23 -0
- package/dist/icons/chevrons-right-left.svelte +66 -0
- package/dist/icons/chevrons-right-left.svelte.d.ts +23 -0
- package/dist/icons/chevrons-right.svelte +60 -0
- package/dist/icons/chevrons-right.svelte.d.ts +23 -0
- package/dist/icons/chevrons-up-down.svelte +66 -0
- package/dist/icons/chevrons-up-down.svelte.d.ts +23 -0
- package/dist/icons/chevrons-up.svelte +60 -0
- package/dist/icons/chevrons-up.svelte.d.ts +23 -0
- package/dist/icons/cigarette-off.svelte +89 -0
- package/dist/icons/cigarette-off.svelte.d.ts +23 -0
- package/dist/icons/circle-alert.svelte +75 -0
- package/dist/icons/circle-alert.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-down.svelte +57 -0
- package/dist/icons/circle-arrow-down.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-left.svelte +57 -0
- package/dist/icons/circle-arrow-left.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-out-down-left.svelte +73 -0
- package/dist/icons/circle-arrow-out-down-left.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-out-down-right.svelte +73 -0
- package/dist/icons/circle-arrow-out-down-right.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-out-up-left.svelte +73 -0
- package/dist/icons/circle-arrow-out-up-left.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-out-up-right.svelte +73 -0
- package/dist/icons/circle-arrow-out-up-right.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-right.svelte +57 -0
- package/dist/icons/circle-arrow-right.svelte.d.ts +23 -0
- package/dist/icons/circle-arrow-up.svelte +57 -0
- package/dist/icons/circle-arrow-up.svelte.d.ts +23 -0
- package/dist/icons/circle-check-big.svelte +78 -0
- package/dist/icons/circle-check-big.svelte.d.ts +23 -0
- package/dist/icons/circle-check.svelte +78 -0
- package/dist/icons/circle-check.svelte.d.ts +23 -0
- package/dist/icons/circle-chevron-down.svelte +73 -0
- package/dist/icons/circle-chevron-down.svelte.d.ts +23 -0
- package/dist/icons/circle-chevron-left.svelte +73 -0
- package/dist/icons/circle-chevron-left.svelte.d.ts +23 -0
- package/dist/icons/circle-chevron-right.svelte +73 -0
- package/dist/icons/circle-chevron-right.svelte.d.ts +23 -0
- package/dist/icons/circle-chevron-up.svelte +73 -0
- package/dist/icons/circle-chevron-up.svelte.d.ts +23 -0
- package/dist/icons/circle-off.svelte +86 -0
- package/dist/icons/circle-off.svelte.d.ts +23 -0
- package/dist/icons/circle-parking-off.svelte +87 -0
- package/dist/icons/circle-parking-off.svelte.d.ts +23 -0
- package/dist/icons/circle-plus.svelte +87 -0
- package/dist/icons/circle-plus.svelte.d.ts +23 -0
- package/dist/icons/circle-question-mark.svelte +81 -0
- package/dist/icons/circle-question-mark.svelte.d.ts +23 -0
- package/dist/icons/clapperboard.svelte +104 -0
- package/dist/icons/clapperboard.svelte.d.ts +23 -0
- package/dist/icons/clipboard-check.svelte +79 -0
- package/dist/icons/clipboard-check.svelte.d.ts +23 -0
- package/dist/icons/clipboard-pen-line.svelte +100 -0
- package/dist/icons/clipboard-pen-line.svelte.d.ts +23 -0
- package/dist/icons/clipboard-pen.svelte +82 -0
- package/dist/icons/clipboard-pen.svelte.d.ts +23 -0
- package/dist/icons/clock-1.svelte +75 -0
- package/dist/icons/clock-1.svelte.d.ts +23 -0
- package/dist/icons/clock-10.svelte +75 -0
- package/dist/icons/clock-10.svelte.d.ts +23 -0
- package/dist/icons/clock-11.svelte +75 -0
- package/dist/icons/clock-11.svelte.d.ts +23 -0
- package/dist/icons/clock-12.svelte +75 -0
- package/dist/icons/clock-12.svelte.d.ts +23 -0
- package/dist/icons/clock-2.svelte +75 -0
- package/dist/icons/clock-2.svelte.d.ts +23 -0
- package/dist/icons/clock-3.svelte +75 -0
- package/dist/icons/clock-3.svelte.d.ts +23 -0
- package/dist/icons/clock-4.svelte +75 -0
- package/dist/icons/clock-4.svelte.d.ts +23 -0
- package/dist/icons/clock-5.svelte +75 -0
- package/dist/icons/clock-5.svelte.d.ts +23 -0
- package/dist/icons/clock-6.svelte +75 -0
- package/dist/icons/clock-6.svelte.d.ts +23 -0
- package/dist/icons/clock-7.svelte +75 -0
- package/dist/icons/clock-7.svelte.d.ts +23 -0
- package/dist/icons/clock-8.svelte +75 -0
- package/dist/icons/clock-8.svelte.d.ts +23 -0
- package/dist/icons/clock-9.svelte +75 -0
- package/dist/icons/clock-9.svelte.d.ts +23 -0
- package/dist/icons/clock.svelte +75 -0
- package/dist/icons/clock.svelte.d.ts +23 -0
- package/dist/icons/cloud-cog.svelte +74 -0
- package/dist/icons/cloud-cog.svelte.d.ts +23 -0
- package/dist/icons/cloud-download.svelte +67 -0
- package/dist/icons/cloud-download.svelte.d.ts +23 -0
- package/dist/icons/cloud-off.svelte +86 -0
- package/dist/icons/cloud-off.svelte.d.ts +23 -0
- package/dist/icons/cloud-upload.svelte +67 -0
- package/dist/icons/cloud-upload.svelte.d.ts +23 -0
- package/dist/icons/cog.svelte +77 -0
- package/dist/icons/cog.svelte.d.ts +23 -0
- package/dist/icons/compass.svelte +68 -0
- package/dist/icons/compass.svelte.d.ts +23 -0
- package/dist/icons/contrast.svelte +71 -0
- package/dist/icons/contrast.svelte.d.ts +23 -0
- package/dist/icons/copy-check.svelte +79 -0
- package/dist/icons/copy-check.svelte.d.ts +23 -0
- package/dist/icons/copy.svelte +85 -0
- package/dist/icons/copy.svelte.d.ts +23 -0
- package/dist/icons/cpu.svelte +109 -0
- package/dist/icons/cpu.svelte.d.ts +23 -0
- package/dist/icons/crop.svelte +65 -0
- package/dist/icons/crop.svelte.d.ts +23 -0
- package/dist/icons/diamond-plus.svelte +89 -0
- package/dist/icons/diamond-plus.svelte.d.ts +23 -0
- package/dist/icons/dice-1.svelte +75 -0
- package/dist/icons/dice-1.svelte.d.ts +23 -0
- package/dist/icons/dice-2.svelte +76 -0
- package/dist/icons/dice-2.svelte.d.ts +23 -0
- package/dist/icons/dice-3.svelte +76 -0
- package/dist/icons/dice-3.svelte.d.ts +23 -0
- package/dist/icons/dice-4.svelte +78 -0
- package/dist/icons/dice-4.svelte.d.ts +23 -0
- package/dist/icons/dice-5.svelte +79 -0
- package/dist/icons/dice-5.svelte.d.ts +23 -0
- package/dist/icons/dice-6.svelte +80 -0
- package/dist/icons/dice-6.svelte.d.ts +23 -0
- package/dist/icons/diff.svelte +93 -0
- package/dist/icons/diff.svelte.d.ts +23 -0
- package/dist/icons/disc-3.svelte +71 -0
- package/dist/icons/disc-3.svelte.d.ts +23 -0
- package/dist/icons/dna-off.svelte +93 -0
- package/dist/icons/dna-off.svelte.d.ts +23 -0
- package/dist/icons/download.svelte +70 -0
- package/dist/icons/download.svelte.d.ts +23 -0
- package/dist/icons/droplet-off.svelte +88 -0
- package/dist/icons/droplet-off.svelte.d.ts +23 -0
- package/dist/icons/drum.svelte +98 -0
- package/dist/icons/drum.svelte.d.ts +23 -0
- package/dist/icons/ear-off.svelte +89 -0
- package/dist/icons/ear-off.svelte.d.ts +23 -0
- package/dist/icons/eclipse.svelte +85 -0
- package/dist/icons/eclipse.svelte.d.ts +23 -0
- package/dist/icons/egg-off.svelte +91 -0
- package/dist/icons/egg-off.svelte.d.ts +23 -0
- package/dist/icons/expand.svelte +81 -0
- package/dist/icons/expand.svelte.d.ts +23 -0
- package/dist/icons/eye-off.svelte +92 -0
- package/dist/icons/eye-off.svelte.d.ts +23 -0
- package/dist/icons/file-chart-column-increasing.svelte +101 -0
- package/dist/icons/file-chart-column-increasing.svelte.d.ts +23 -0
- package/dist/icons/file-chart-column.svelte +96 -0
- package/dist/icons/file-chart-column.svelte.d.ts +23 -0
- package/dist/icons/file-chart-line.svelte +83 -0
- package/dist/icons/file-chart-line.svelte.d.ts +23 -0
- package/dist/icons/file-check-2.svelte +79 -0
- package/dist/icons/file-check-2.svelte.d.ts +23 -0
- package/dist/icons/file-check.svelte +79 -0
- package/dist/icons/file-check.svelte.d.ts +23 -0
- package/dist/icons/file-cog.svelte +75 -0
- package/dist/icons/file-cog.svelte.d.ts +23 -0
- package/dist/icons/file-down.svelte +68 -0
- package/dist/icons/file-down.svelte.d.ts +23 -0
- package/dist/icons/file-minus.svelte +81 -0
- package/dist/icons/file-minus.svelte.d.ts +23 -0
- package/dist/icons/file-pen-line.svelte +100 -0
- package/dist/icons/file-pen-line.svelte.d.ts +23 -0
- package/dist/icons/file-pen.svelte +81 -0
- package/dist/icons/file-pen.svelte.d.ts +23 -0
- package/dist/icons/file-plus.svelte +88 -0
- package/dist/icons/file-plus.svelte.d.ts +23 -0
- package/dist/icons/file-question-mark.svelte +81 -0
- package/dist/icons/file-question-mark.svelte.d.ts +23 -0
- package/dist/icons/file-stack.svelte +79 -0
- package/dist/icons/file-stack.svelte.d.ts +23 -0
- package/dist/icons/file-terminal.svelte +81 -0
- package/dist/icons/file-terminal.svelte.d.ts +23 -0
- package/dist/icons/file-up.svelte +68 -0
- package/dist/icons/file-up.svelte.d.ts +23 -0
- package/dist/icons/file-warning.svelte +72 -0
- package/dist/icons/file-warning.svelte.d.ts +23 -0
- package/dist/icons/fish-off.svelte +93 -0
- package/dist/icons/fish-off.svelte.d.ts +23 -0
- package/dist/icons/flag-off.svelte +87 -0
- package/dist/icons/flag-off.svelte.d.ts +23 -0
- package/dist/icons/flashlight-off.svelte +87 -0
- package/dist/icons/flashlight-off.svelte.d.ts +23 -0
- package/dist/icons/flask-conical-off.svelte +89 -0
- package/dist/icons/flask-conical-off.svelte.d.ts +23 -0
- package/dist/icons/folder-check.svelte +80 -0
- package/dist/icons/folder-check.svelte.d.ts +23 -0
- package/dist/icons/folder-cog.svelte +76 -0
- package/dist/icons/folder-cog.svelte.d.ts +23 -0
- package/dist/icons/folder-down.svelte +69 -0
- package/dist/icons/folder-down.svelte.d.ts +23 -0
- package/dist/icons/folder-kanban.svelte +97 -0
- package/dist/icons/folder-kanban.svelte.d.ts +23 -0
- package/dist/icons/folder-pen.svelte +82 -0
- package/dist/icons/folder-pen.svelte.d.ts +23 -0
- package/dist/icons/folder-plus.svelte +90 -0
- package/dist/icons/folder-plus.svelte.d.ts +23 -0
- package/dist/icons/folder-sync.svelte +77 -0
- package/dist/icons/folder-sync.svelte.d.ts +23 -0
- package/dist/icons/folder-up.svelte +69 -0
- package/dist/icons/folder-up.svelte.d.ts +23 -0
- package/dist/icons/frame.svelte +84 -0
- package/dist/icons/frame.svelte.d.ts +23 -0
- package/dist/icons/gallery-horizontal-end.svelte +110 -0
- package/dist/icons/gallery-horizontal-end.svelte.d.ts +23 -0
- package/dist/icons/gallery-thumbnails.svelte +77 -0
- package/dist/icons/gallery-thumbnails.svelte.d.ts +23 -0
- package/dist/icons/gallery-vertical-end.svelte +105 -0
- package/dist/icons/gallery-vertical-end.svelte.d.ts +23 -0
- package/dist/icons/gauge.svelte +70 -0
- package/dist/icons/gauge.svelte.d.ts +23 -0
- package/dist/icons/gavel.svelte +78 -0
- package/dist/icons/gavel.svelte.d.ts +23 -0
- package/dist/icons/grid-2x2-check.svelte +80 -0
- package/dist/icons/grid-2x2-check.svelte.d.ts +23 -0
- package/dist/icons/grip-horizontal.svelte +90 -0
- package/dist/icons/grip-horizontal.svelte.d.ts +23 -0
- package/dist/icons/grip-vertical.svelte +90 -0
- package/dist/icons/grip-vertical.svelte.d.ts +23 -0
- package/dist/icons/grip.svelte +93 -0
- package/dist/icons/grip.svelte.d.ts +23 -0
- package/dist/icons/hammer.svelte +78 -0
- package/dist/icons/hammer.svelte.d.ts +23 -0
- package/dist/icons/hand-coins.svelte +90 -0
- package/dist/icons/hand-coins.svelte.d.ts +23 -0
- package/dist/icons/hand-heart.svelte +73 -0
- package/dist/icons/hand-heart.svelte.d.ts +23 -0
- package/dist/icons/hard-drive-download.svelte +69 -0
- package/dist/icons/hard-drive-download.svelte.d.ts +23 -0
- package/dist/icons/hard-drive-upload.svelte +73 -0
- package/dist/icons/hard-drive-upload.svelte.d.ts +23 -0
- package/dist/icons/headphone-off.svelte +84 -0
- package/dist/icons/headphone-off.svelte.d.ts +23 -0
- package/dist/icons/heart-off.svelte +88 -0
- package/dist/icons/heart-off.svelte.d.ts +23 -0
- package/dist/icons/heart.svelte +89 -0
- package/dist/icons/heart.svelte.d.ts +23 -0
- package/dist/icons/history.svelte +86 -0
- package/dist/icons/history.svelte.d.ts +23 -0
- package/dist/icons/hop-off.svelte +97 -0
- package/dist/icons/hop-off.svelte.d.ts +23 -0
- package/dist/icons/house-wifi.svelte +92 -0
- package/dist/icons/house-wifi.svelte.d.ts +23 -0
- package/dist/icons/house.svelte +83 -0
- package/dist/icons/house.svelte.d.ts +23 -0
- package/dist/icons/image-down.svelte +74 -0
- package/dist/icons/image-down.svelte.d.ts +23 -0
- package/dist/icons/image-off.svelte +89 -0
- package/dist/icons/image-off.svelte.d.ts +23 -0
- package/dist/icons/image-up.svelte +70 -0
- package/dist/icons/image-up.svelte.d.ts +23 -0
- package/dist/icons/index.d.ts +8 -0
- package/dist/icons/index.js +5495 -0
- package/dist/icons/infinity.svelte +79 -0
- package/dist/icons/infinity.svelte.d.ts +23 -0
- package/dist/icons/kanban.svelte +94 -0
- package/dist/icons/kanban.svelte.d.ts +23 -0
- package/dist/icons/key-round.svelte +80 -0
- package/dist/icons/key-round.svelte.d.ts +23 -0
- package/dist/icons/key-square.svelte +80 -0
- package/dist/icons/key-square.svelte.d.ts +23 -0
- package/dist/icons/key.svelte +68 -0
- package/dist/icons/key.svelte.d.ts +23 -0
- package/dist/icons/keyboard-off.svelte +93 -0
- package/dist/icons/keyboard-off.svelte.d.ts +23 -0
- package/dist/icons/keyboard.svelte +91 -0
- package/dist/icons/keyboard.svelte.d.ts +23 -0
- package/dist/icons/landmark.svelte +116 -0
- package/dist/icons/landmark.svelte.d.ts +23 -0
- package/dist/icons/layers.svelte +78 -0
- package/dist/icons/layers.svelte.d.ts +23 -0
- package/dist/icons/layout-dashboard.svelte +141 -0
- package/dist/icons/layout-dashboard.svelte.d.ts +23 -0
- package/dist/icons/layout-grid.svelte +138 -0
- package/dist/icons/layout-grid.svelte.d.ts +23 -0
- package/dist/icons/layout-panel-left.svelte +99 -0
- package/dist/icons/layout-panel-left.svelte.d.ts +23 -0
- package/dist/icons/layout-panel-top.svelte +115 -0
- package/dist/icons/layout-panel-top.svelte.d.ts +23 -0
- package/dist/icons/layout-template.svelte +115 -0
- package/dist/icons/layout-template.svelte.d.ts +23 -0
- package/dist/icons/lightbulb-off.svelte +88 -0
- package/dist/icons/lightbulb-off.svelte.d.ts +23 -0
- package/dist/icons/link-2-off.svelte +87 -0
- package/dist/icons/link-2-off.svelte.d.ts +23 -0
- package/dist/icons/list-check.svelte +84 -0
- package/dist/icons/list-check.svelte.d.ts +23 -0
- package/dist/icons/list-checks.svelte +85 -0
- package/dist/icons/list-checks.svelte.d.ts +23 -0
- package/dist/icons/list-todo.svelte +85 -0
- package/dist/icons/list-todo.svelte.d.ts +23 -0
- package/dist/icons/loader-pinwheel.svelte +76 -0
- package/dist/icons/loader-pinwheel.svelte.d.ts +23 -0
- package/dist/icons/locate-off.svelte +90 -0
- package/dist/icons/locate-off.svelte.d.ts +23 -0
- package/dist/icons/log-out.svelte +66 -0
- package/dist/icons/log-out.svelte.d.ts +23 -0
- package/dist/icons/mail-check.svelte +79 -0
- package/dist/icons/mail-check.svelte.d.ts +23 -0
- package/dist/icons/map-pin-check-inside.svelte +80 -0
- package/dist/icons/map-pin-check-inside.svelte.d.ts +23 -0
- package/dist/icons/map-pin-check.svelte +81 -0
- package/dist/icons/map-pin-check.svelte.d.ts +23 -0
- package/dist/icons/map-pin-off.svelte +90 -0
- package/dist/icons/map-pin-off.svelte.d.ts +23 -0
- package/dist/icons/maximize-2.svelte +68 -0
- package/dist/icons/maximize-2.svelte.d.ts +23 -0
- package/dist/icons/maximize.svelte +81 -0
- package/dist/icons/maximize.svelte.d.ts +23 -0
- package/dist/icons/megaphone-off.svelte +87 -0
- package/dist/icons/megaphone-off.svelte.d.ts +23 -0
- package/dist/icons/message-circle-more.svelte +107 -0
- package/dist/icons/message-circle-more.svelte.d.ts +23 -0
- package/dist/icons/message-circle-off.svelte +86 -0
- package/dist/icons/message-circle-off.svelte.d.ts +23 -0
- package/dist/icons/message-circle-question-mark.svelte +86 -0
- package/dist/icons/message-circle-question-mark.svelte.d.ts +23 -0
- package/dist/icons/message-circle-warning.svelte +78 -0
- package/dist/icons/message-circle-warning.svelte.d.ts +23 -0
- package/dist/icons/message-circle.svelte +68 -0
- package/dist/icons/message-circle.svelte.d.ts +23 -0
- package/dist/icons/message-square-more.svelte +107 -0
- package/dist/icons/message-square-more.svelte.d.ts +23 -0
- package/dist/icons/message-square-off.svelte +86 -0
- package/dist/icons/message-square-off.svelte.d.ts +23 -0
- package/dist/icons/message-square-warning.svelte +77 -0
- package/dist/icons/message-square-warning.svelte.d.ts +23 -0
- package/dist/icons/message-square.svelte +68 -0
- package/dist/icons/message-square.svelte.d.ts +23 -0
- package/dist/icons/mic-off.svelte +90 -0
- package/dist/icons/mic-off.svelte.d.ts +23 -0
- package/dist/icons/milk-off.svelte +88 -0
- package/dist/icons/milk-off.svelte.d.ts +23 -0
- package/dist/icons/minimize-2.svelte +68 -0
- package/dist/icons/minimize-2.svelte.d.ts +23 -0
- package/dist/icons/minimize.svelte +77 -0
- package/dist/icons/minimize.svelte.d.ts +23 -0
- package/dist/icons/minus.svelte +79 -0
- package/dist/icons/minus.svelte.d.ts +23 -0
- package/dist/icons/monitor-check.svelte +80 -0
- package/dist/icons/monitor-check.svelte.d.ts +23 -0
- package/dist/icons/monitor-cog.svelte +76 -0
- package/dist/icons/monitor-cog.svelte.d.ts +23 -0
- package/dist/icons/monitor-down.svelte +69 -0
- package/dist/icons/monitor-down.svelte.d.ts +23 -0
- package/dist/icons/monitor-off.svelte +88 -0
- package/dist/icons/monitor-off.svelte.d.ts +23 -0
- package/dist/icons/monitor-up.svelte +69 -0
- package/dist/icons/monitor-up.svelte.d.ts +23 -0
- package/dist/icons/mouse-off.svelte +87 -0
- package/dist/icons/mouse-off.svelte.d.ts +23 -0
- package/dist/icons/mouse-pointer-2.svelte +73 -0
- package/dist/icons/mouse-pointer-2.svelte.d.ts +23 -0
- package/dist/icons/mouse-pointer.svelte +73 -0
- package/dist/icons/mouse-pointer.svelte.d.ts +23 -0
- package/dist/icons/move-diagonal-2.svelte +74 -0
- package/dist/icons/move-diagonal-2.svelte.d.ts +23 -0
- package/dist/icons/move-diagonal.svelte +74 -0
- package/dist/icons/move-diagonal.svelte.d.ts +23 -0
- package/dist/icons/move-down-left.svelte +68 -0
- package/dist/icons/move-down-left.svelte.d.ts +23 -0
- package/dist/icons/move-down-right.svelte +68 -0
- package/dist/icons/move-down-right.svelte.d.ts +23 -0
- package/dist/icons/move-down.svelte +67 -0
- package/dist/icons/move-down.svelte.d.ts +23 -0
- package/dist/icons/move-horizontal.svelte +72 -0
- package/dist/icons/move-horizontal.svelte.d.ts +23 -0
- package/dist/icons/move-left.svelte +67 -0
- package/dist/icons/move-left.svelte.d.ts +23 -0
- package/dist/icons/move-right.svelte +67 -0
- package/dist/icons/move-right.svelte.d.ts +23 -0
- package/dist/icons/move-up-left.svelte +68 -0
- package/dist/icons/move-up-left.svelte.d.ts +23 -0
- package/dist/icons/move-up-right.svelte +68 -0
- package/dist/icons/move-up-right.svelte.d.ts +23 -0
- package/dist/icons/move-up.svelte +67 -0
- package/dist/icons/move-up.svelte.d.ts +23 -0
- package/dist/icons/move-vertical.svelte +72 -0
- package/dist/icons/move-vertical.svelte.d.ts +23 -0
- package/dist/icons/navigation-2-off.svelte +86 -0
- package/dist/icons/navigation-2-off.svelte.d.ts +23 -0
- package/dist/icons/navigation-off.svelte +86 -0
- package/dist/icons/navigation-off.svelte.d.ts +23 -0
- package/dist/icons/nfc.svelte +95 -0
- package/dist/icons/nfc.svelte.d.ts +23 -0
- package/dist/icons/notebook-pen.svelte +84 -0
- package/dist/icons/notebook-pen.svelte.d.ts +23 -0
- package/dist/icons/nut-off.svelte +92 -0
- package/dist/icons/nut-off.svelte.d.ts +23 -0
- package/dist/icons/octagon-alert.svelte +75 -0
- package/dist/icons/octagon-alert.svelte.d.ts +23 -0
- package/dist/icons/orbit.svelte +74 -0
- package/dist/icons/orbit.svelte.d.ts +23 -0
- package/dist/icons/package-check.svelte +83 -0
- package/dist/icons/package-check.svelte.d.ts +23 -0
- package/dist/icons/paintbrush.svelte +79 -0
- package/dist/icons/paintbrush.svelte.d.ts +23 -0
- package/dist/icons/panel-bottom-close.svelte +64 -0
- package/dist/icons/panel-bottom-close.svelte.d.ts +23 -0
- package/dist/icons/panel-bottom-open.svelte +64 -0
- package/dist/icons/panel-bottom-open.svelte.d.ts +23 -0
- package/dist/icons/panel-left-close.svelte +64 -0
- package/dist/icons/panel-left-close.svelte.d.ts +23 -0
- package/dist/icons/panel-left-open.svelte +64 -0
- package/dist/icons/panel-left-open.svelte.d.ts +23 -0
- package/dist/icons/panel-right-close.svelte +64 -0
- package/dist/icons/panel-right-close.svelte.d.ts +23 -0
- package/dist/icons/panel-right-open.svelte +64 -0
- package/dist/icons/panel-right-open.svelte.d.ts +23 -0
- package/dist/icons/panel-top-close.svelte +64 -0
- package/dist/icons/panel-top-close.svelte.d.ts +23 -0
- package/dist/icons/panel-top-open.svelte +64 -0
- package/dist/icons/panel-top-open.svelte.d.ts +23 -0
- package/dist/icons/pen-line.svelte +80 -0
- package/dist/icons/pen-line.svelte.d.ts +23 -0
- package/dist/icons/pen-off.svelte +88 -0
- package/dist/icons/pen-off.svelte.d.ts +23 -0
- package/dist/icons/pen.svelte +72 -0
- package/dist/icons/pen.svelte.d.ts +23 -0
- package/dist/icons/pencil-line.svelte +81 -0
- package/dist/icons/pencil-line.svelte.d.ts +23 -0
- package/dist/icons/pencil-off.svelte +89 -0
- package/dist/icons/pencil-off.svelte.d.ts +23 -0
- package/dist/icons/pencil.svelte +73 -0
- package/dist/icons/pencil.svelte.d.ts +23 -0
- package/dist/icons/phone-off.svelte +87 -0
- package/dist/icons/phone-off.svelte.d.ts +23 -0
- package/dist/icons/pickaxe.svelte +83 -0
- package/dist/icons/pickaxe.svelte.d.ts +23 -0
- package/dist/icons/pin-off.svelte +87 -0
- package/dist/icons/pin-off.svelte.d.ts +23 -0
- package/dist/icons/plane.svelte +122 -0
- package/dist/icons/plane.svelte.d.ts +23 -0
- package/dist/icons/plus.svelte +86 -0
- package/dist/icons/plus.svelte.d.ts +23 -0
- package/dist/icons/pointer-off.svelte +91 -0
- package/dist/icons/pointer-off.svelte.d.ts +23 -0
- package/dist/icons/power-off.svelte +83 -0
- package/dist/icons/power-off.svelte.d.ts +23 -0
- package/dist/icons/printer-check.svelte +80 -0
- package/dist/icons/printer-check.svelte.d.ts +23 -0
- package/dist/icons/rabbit.svelte +75 -0
- package/dist/icons/rabbit.svelte.d.ts +23 -0
- package/dist/icons/radar.svelte +73 -0
- package/dist/icons/radar.svelte.d.ts +23 -0
- package/dist/icons/radio-tower.svelte +93 -0
- package/dist/icons/radio-tower.svelte.d.ts +23 -0
- package/dist/icons/radio.svelte +91 -0
- package/dist/icons/radio.svelte.d.ts +23 -0
- package/dist/icons/rainbow.svelte +108 -0
- package/dist/icons/rainbow.svelte.d.ts +23 -0
- package/dist/icons/redo-dot.svelte +67 -0
- package/dist/icons/redo-dot.svelte.d.ts +23 -0
- package/dist/icons/redo.svelte +66 -0
- package/dist/icons/redo.svelte.d.ts +23 -0
- package/dist/icons/refresh-ccw-dot.svelte +72 -0
- package/dist/icons/refresh-ccw-dot.svelte.d.ts +23 -0
- package/dist/icons/refresh-ccw.svelte +72 -0
- package/dist/icons/refresh-ccw.svelte.d.ts +23 -0
- package/dist/icons/refresh-cw-off.svelte +90 -0
- package/dist/icons/refresh-cw-off.svelte.d.ts +23 -0
- package/dist/icons/refresh-cw.svelte +71 -0
- package/dist/icons/refresh-cw.svelte.d.ts +23 -0
- package/dist/icons/rocket.svelte +130 -0
- package/dist/icons/rocket.svelte.d.ts +23 -0
- package/dist/icons/rocking-chair.svelte +84 -0
- package/dist/icons/rocking-chair.svelte.d.ts +23 -0
- package/dist/icons/rotate-ccw-key.svelte +84 -0
- package/dist/icons/rotate-ccw-key.svelte.d.ts +23 -0
- package/dist/icons/rotate-ccw.svelte +69 -0
- package/dist/icons/rotate-ccw.svelte.d.ts +23 -0
- package/dist/icons/rotate-cw.svelte +69 -0
- package/dist/icons/rotate-cw.svelte.d.ts +23 -0
- package/dist/icons/route-off.svelte +90 -0
- package/dist/icons/route-off.svelte.d.ts +23 -0
- package/dist/icons/route.svelte +102 -0
- package/dist/icons/route.svelte.d.ts +23 -0
- package/dist/icons/rss.svelte +89 -0
- package/dist/icons/rss.svelte.d.ts +23 -0
- package/dist/icons/satellite-dish.svelte +84 -0
- package/dist/icons/satellite-dish.svelte.d.ts +23 -0
- package/dist/icons/save-off.svelte +90 -0
- package/dist/icons/save-off.svelte.d.ts +23 -0
- package/dist/icons/scan-text.svelte +99 -0
- package/dist/icons/scan-text.svelte.d.ts +23 -0
- package/dist/icons/scissors.svelte +94 -0
- package/dist/icons/scissors.svelte.d.ts +23 -0
- package/dist/icons/search-check.svelte +79 -0
- package/dist/icons/search-check.svelte.d.ts +23 -0
- package/dist/icons/search.svelte +74 -0
- package/dist/icons/search.svelte.d.ts +23 -0
- package/dist/icons/send-horizontal.svelte +84 -0
- package/dist/icons/send-horizontal.svelte.d.ts +23 -0
- package/dist/icons/send.svelte +83 -0
- package/dist/icons/send.svelte.d.ts +23 -0
- package/dist/icons/server-cog.svelte +77 -0
- package/dist/icons/server-cog.svelte.d.ts +23 -0
- package/dist/icons/server-off.svelte +89 -0
- package/dist/icons/server-off.svelte.d.ts +23 -0
- package/dist/icons/settings.svelte +72 -0
- package/dist/icons/settings.svelte.d.ts +23 -0
- package/dist/icons/shield-alert.svelte +77 -0
- package/dist/icons/shield-alert.svelte.d.ts +23 -0
- package/dist/icons/shield-check.svelte +84 -0
- package/dist/icons/shield-check.svelte.d.ts +23 -0
- package/dist/icons/shield-off.svelte +90 -0
- package/dist/icons/shield-off.svelte.d.ts +23 -0
- package/dist/icons/shield-plus.svelte +90 -0
- package/dist/icons/shield-plus.svelte.d.ts +23 -0
- package/dist/icons/shield-question-mark.svelte +83 -0
- package/dist/icons/shield-question-mark.svelte.d.ts +23 -0
- package/dist/icons/ship-wheel.svelte +68 -0
- package/dist/icons/ship-wheel.svelte.d.ts +23 -0
- package/dist/icons/ship.svelte +109 -0
- package/dist/icons/ship.svelte.d.ts +23 -0
- package/dist/icons/shopping-cart.svelte +77 -0
- package/dist/icons/shopping-cart.svelte.d.ts +23 -0
- package/dist/icons/shovel.svelte +75 -0
- package/dist/icons/shovel.svelte.d.ts +23 -0
- package/dist/icons/shower-head.svelte +95 -0
- package/dist/icons/shower-head.svelte.d.ts +23 -0
- package/dist/icons/shrink.svelte +73 -0
- package/dist/icons/shrink.svelte.d.ts +23 -0
- package/dist/icons/signal-high.svelte +90 -0
- package/dist/icons/signal-high.svelte.d.ts +23 -0
- package/dist/icons/signal-low.svelte +78 -0
- package/dist/icons/signal-low.svelte.d.ts +23 -0
- package/dist/icons/signal-medium.svelte +84 -0
- package/dist/icons/signal-medium.svelte.d.ts +23 -0
- package/dist/icons/signal-zero.svelte +87 -0
- package/dist/icons/signal-zero.svelte.d.ts +23 -0
- package/dist/icons/signal.svelte +96 -0
- package/dist/icons/signal.svelte.d.ts +23 -0
- package/dist/icons/signature.svelte +82 -0
- package/dist/icons/signature.svelte.d.ts +23 -0
- package/dist/icons/smartphone-nfc.svelte +90 -0
- package/dist/icons/smartphone-nfc.svelte.d.ts +23 -0
- package/dist/icons/snowflake.svelte +90 -0
- package/dist/icons/snowflake.svelte.d.ts +23 -0
- package/dist/icons/speech.svelte +87 -0
- package/dist/icons/speech.svelte.d.ts +23 -0
- package/dist/icons/spell-check.svelte +79 -0
- package/dist/icons/spell-check.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-down-left.svelte +62 -0
- package/dist/icons/square-arrow-down-left.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-down-right.svelte +62 -0
- package/dist/icons/square-arrow-down-right.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-down.svelte +57 -0
- package/dist/icons/square-arrow-down.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-left.svelte +57 -0
- package/dist/icons/square-arrow-left.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-out-down-left.svelte +73 -0
- package/dist/icons/square-arrow-out-down-left.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-out-down-right.svelte +73 -0
- package/dist/icons/square-arrow-out-down-right.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-out-up-left.svelte +73 -0
- package/dist/icons/square-arrow-out-up-left.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-out-up-right.svelte +73 -0
- package/dist/icons/square-arrow-out-up-right.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-right.svelte +57 -0
- package/dist/icons/square-arrow-right.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-up-left.svelte +57 -0
- package/dist/icons/square-arrow-up-left.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-up-right.svelte +63 -0
- package/dist/icons/square-arrow-up-right.svelte.d.ts +23 -0
- package/dist/icons/square-arrow-up.svelte +57 -0
- package/dist/icons/square-arrow-up.svelte.d.ts +23 -0
- package/dist/icons/square-chart-gantt.svelte +91 -0
- package/dist/icons/square-chart-gantt.svelte.d.ts +23 -0
- package/dist/icons/square-check-big.svelte +78 -0
- package/dist/icons/square-check-big.svelte.d.ts +23 -0
- package/dist/icons/square-check.svelte +78 -0
- package/dist/icons/square-check.svelte.d.ts +23 -0
- package/dist/icons/square-chevron-down.svelte +73 -0
- package/dist/icons/square-chevron-down.svelte.d.ts +23 -0
- package/dist/icons/square-chevron-left.svelte +73 -0
- package/dist/icons/square-chevron-left.svelte.d.ts +23 -0
- package/dist/icons/square-chevron-right.svelte +73 -0
- package/dist/icons/square-chevron-right.svelte.d.ts +23 -0
- package/dist/icons/square-chevron-up.svelte +73 -0
- package/dist/icons/square-chevron-up.svelte.d.ts +23 -0
- package/dist/icons/square-dashed-kanban.svelte +106 -0
- package/dist/icons/square-dashed-kanban.svelte.d.ts +23 -0
- package/dist/icons/square-kanban.svelte +95 -0
- package/dist/icons/square-kanban.svelte.d.ts +23 -0
- package/dist/icons/square-parking-off.svelte +88 -0
- package/dist/icons/square-parking-off.svelte.d.ts +23 -0
- package/dist/icons/square-pen.svelte +80 -0
- package/dist/icons/square-pen.svelte.d.ts +23 -0
- package/dist/icons/square-plus.svelte +87 -0
- package/dist/icons/square-plus.svelte.d.ts +23 -0
- package/dist/icons/square-scissors.svelte +96 -0
- package/dist/icons/square-scissors.svelte.d.ts +23 -0
- package/dist/icons/square-stack.svelte +95 -0
- package/dist/icons/square-stack.svelte.d.ts +23 -0
- package/dist/icons/square-terminal.svelte +80 -0
- package/dist/icons/square-terminal.svelte.d.ts +23 -0
- package/dist/icons/star-off.svelte +86 -0
- package/dist/icons/star-off.svelte.d.ts +23 -0
- package/dist/icons/star.svelte +77 -0
- package/dist/icons/star.svelte.d.ts +23 -0
- package/dist/icons/sun.svelte +88 -0
- package/dist/icons/sun.svelte.d.ts +23 -0
- package/dist/icons/sword.svelte +75 -0
- package/dist/icons/sword.svelte.d.ts +23 -0
- package/dist/icons/tag.svelte +72 -0
- package/dist/icons/tag.svelte.d.ts +23 -0
- package/dist/icons/telescope.svelte +76 -0
- package/dist/icons/telescope.svelte.d.ts +23 -0
- package/dist/icons/terminal.svelte +79 -0
- package/dist/icons/terminal.svelte.d.ts +23 -0
- package/dist/icons/text-cursor-input.svelte +79 -0
- package/dist/icons/text-cursor-input.svelte.d.ts +23 -0
- package/dist/icons/text-cursor.svelte +76 -0
- package/dist/icons/text-cursor.svelte.d.ts +23 -0
- package/dist/icons/thermometer.svelte +79 -0
- package/dist/icons/thermometer.svelte.d.ts +23 -0
- package/dist/icons/thumbs-down.svelte +67 -0
- package/dist/icons/thumbs-down.svelte.d.ts +23 -0
- package/dist/icons/thumbs-up.svelte +67 -0
- package/dist/icons/thumbs-up.svelte.d.ts +23 -0
- package/dist/icons/ticket-check.svelte +84 -0
- package/dist/icons/ticket-check.svelte.d.ts +23 -0
- package/dist/icons/timer-off.svelte +88 -0
- package/dist/icons/timer-off.svelte.d.ts +23 -0
- package/dist/icons/timer.svelte +91 -0
- package/dist/icons/timer.svelte.d.ts +23 -0
- package/dist/icons/toggle-left.svelte +70 -0
- package/dist/icons/toggle-left.svelte.d.ts +23 -0
- package/dist/icons/toggle-right.svelte +70 -0
- package/dist/icons/toggle-right.svelte.d.ts +23 -0
- package/dist/icons/tornado.svelte +93 -0
- package/dist/icons/tornado.svelte.d.ts +23 -0
- package/dist/icons/touchpad-off.svelte +89 -0
- package/dist/icons/touchpad-off.svelte.d.ts +23 -0
- package/dist/icons/trash-2.svelte +74 -0
- package/dist/icons/trash-2.svelte.d.ts +23 -0
- package/dist/icons/trash.svelte +76 -0
- package/dist/icons/trash.svelte.d.ts +23 -0
- package/dist/icons/triangle-alert.svelte +73 -0
- package/dist/icons/triangle-alert.svelte.d.ts +23 -0
- package/dist/icons/umbrella-off.svelte +87 -0
- package/dist/icons/umbrella-off.svelte.d.ts +23 -0
- package/dist/icons/undo-dot.svelte +67 -0
- package/dist/icons/undo-dot.svelte.d.ts +23 -0
- package/dist/icons/undo.svelte +66 -0
- package/dist/icons/undo.svelte.d.ts +23 -0
- package/dist/icons/unfold-horizontal.svelte +76 -0
- package/dist/icons/unfold-horizontal.svelte.d.ts +23 -0
- package/dist/icons/unfold-vertical.svelte +76 -0
- package/dist/icons/unfold-vertical.svelte.d.ts +23 -0
- package/dist/icons/unplug.svelte +104 -0
- package/dist/icons/unplug.svelte.d.ts +23 -0
- package/dist/icons/upload.svelte +70 -0
- package/dist/icons/upload.svelte.d.ts +23 -0
- package/dist/icons/user-check.svelte +79 -0
- package/dist/icons/user-check.svelte.d.ts +23 -0
- package/dist/icons/user-cog.svelte +75 -0
- package/dist/icons/user-cog.svelte.d.ts +23 -0
- package/dist/icons/user-pen.svelte +81 -0
- package/dist/icons/user-pen.svelte.d.ts +23 -0
- package/dist/icons/user-round-check.svelte +79 -0
- package/dist/icons/user-round-check.svelte.d.ts +23 -0
- package/dist/icons/user-round-cog.svelte +75 -0
- package/dist/icons/user-round-cog.svelte.d.ts +23 -0
- package/dist/icons/user-round-pen.svelte +81 -0
- package/dist/icons/user-round-pen.svelte.d.ts +23 -0
- package/dist/icons/users-round.svelte +72 -0
- package/dist/icons/users-round.svelte.d.ts +23 -0
- package/dist/icons/users.svelte +70 -0
- package/dist/icons/users.svelte.d.ts +23 -0
- package/dist/icons/vault.svelte +81 -0
- package/dist/icons/vault.svelte.d.ts +23 -0
- package/dist/icons/vibrate-off.svelte +88 -0
- package/dist/icons/vibrate-off.svelte.d.ts +23 -0
- package/dist/icons/vibrate.svelte +81 -0
- package/dist/icons/vibrate.svelte.d.ts +23 -0
- package/dist/icons/video-off.svelte +86 -0
- package/dist/icons/video-off.svelte.d.ts +23 -0
- package/dist/icons/volume-off.svelte +90 -0
- package/dist/icons/volume-off.svelte.d.ts +23 -0
- package/dist/icons/vote.svelte +83 -0
- package/dist/icons/vote.svelte.d.ts +23 -0
- package/dist/icons/washing-machine.svelte +71 -0
- package/dist/icons/washing-machine.svelte.d.ts +23 -0
- package/dist/icons/waves.svelte +88 -0
- package/dist/icons/waves.svelte.d.ts +23 -0
- package/dist/icons/webhook-off.svelte +90 -0
- package/dist/icons/webhook-off.svelte.d.ts +23 -0
- package/dist/icons/wheat-off.svelte +97 -0
- package/dist/icons/wheat-off.svelte.d.ts +23 -0
- package/dist/icons/wifi-high.svelte +84 -0
- package/dist/icons/wifi-high.svelte.d.ts +23 -0
- package/dist/icons/wifi-low.svelte +78 -0
- package/dist/icons/wifi-low.svelte.d.ts +23 -0
- package/dist/icons/wifi-off.svelte +90 -0
- package/dist/icons/wifi-off.svelte.d.ts +23 -0
- package/dist/icons/wifi-pen.svelte +93 -0
- package/dist/icons/wifi-pen.svelte.d.ts +23 -0
- package/dist/icons/wifi-zero.svelte +87 -0
- package/dist/icons/wifi-zero.svelte.d.ts +23 -0
- package/dist/icons/wifi.svelte +90 -0
- package/dist/icons/wifi.svelte.d.ts +23 -0
- package/dist/icons/wine-off.svelte +89 -0
- package/dist/icons/wine-off.svelte.d.ts +23 -0
- package/dist/icons/x.svelte +86 -0
- package/dist/icons/x.svelte.d.ts +23 -0
- package/dist/icons/zap-off.svelte +89 -0
- package/dist/icons/zap-off.svelte.d.ts +23 -0
- package/dist/index.d.ts +482 -0
- package/dist/index.js +482 -0
- package/dist/utils/debounce.d.ts +8 -0
- package/dist/utils/debounce.js +15 -0
- package/dist/utils/icons.d.ts +3 -0
- package/dist/utils/icons.js +68 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +6 -0
- package/package.json +75 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 jis3r
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# `jis3r/icons` is beautifully crafted, moving icons. for svelte. 🧡
|
|
2
|
+
|
|
3
|
+
**Demo** → [https://movingicons.dev](https://movingicons.dev)
|
|
4
|
+
|
|
5
|
+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"/></a>
|
|
6
|
+
<a href="https://madewithsvelte.com/p/moving-icons/shield-link"><img src="https://madewithsvelte.com/storage/repo-shields/5371-shield.svg"/></a>
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm install @jis3r/icons
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
Import icons as named Svelte components:
|
|
17
|
+
|
|
18
|
+
```svelte
|
|
19
|
+
<script>
|
|
20
|
+
import { Sun, Moon } from '@jis3r/icons';
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
<Sun size={32} color="orange" />
|
|
24
|
+
<Moon size={32} color="blue" />
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
- All icons are available as named exports in PascalCase.
|
|
28
|
+
- Compatible with SvelteKit and Svelte projects.
|
|
29
|
+
|
|
30
|
+
## Props
|
|
31
|
+
|
|
32
|
+
- `size` (number, default: 24)
|
|
33
|
+
- `color` (string, default: 'currentColor')
|
|
34
|
+
- `strokeWidth` (number, default: 2)
|
|
35
|
+
- `class` (string, optional)
|
|
36
|
+
|
|
37
|
+
## Contributing
|
|
38
|
+
|
|
39
|
+
We welcome contributions to `jis3r/icons`! Please read the [contribution guidelines](https://github.com/jis3r/icons/blob/master/CONTRIBUTING.md) carefully before submitting improvements and new icons:
|
|
40
|
+
|
|
41
|
+
## Terms of Use
|
|
42
|
+
|
|
43
|
+
Feel free to use these components in personal and commercial projects. However, while the tutorials and demos are available for your use as-is, they cannot be redistributed or resold. Let's keep things fair and respect each other's work.
|
|
44
|
+
|
|
45
|
+
If you have any questions or just want to say hi, feel free to reach out to me 👉 [@jis3r](https://twitter.com/jis3r).
|
|
46
|
+
|
|
47
|
+
## Notes
|
|
48
|
+
|
|
49
|
+
This project is a work in progress, and i'm continuously working to improve and expand this collection. I'd love to hear your feedback or see your contributions as the project evolves!
|
|
50
|
+
|
|
51
|
+
## Credits
|
|
52
|
+
|
|
53
|
+
Thank you to the awesome [Dmytro](https://twitter.com/pqoqubbw) 💜 for the idea and inspiration to animated lucide-icons! I loved his project so much that I wanted to make it available for the svelte ecosystem, so here we go! :)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
fill="currentColor"
|
|
3
|
+
role="img"
|
|
4
|
+
height="19.2"
|
|
5
|
+
width="19.2"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<title>GitHub</title>
|
|
10
|
+
<path
|
|
11
|
+
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} GithubProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} GithubEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} GithubSlots */
|
|
4
|
+
export default class Github extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type GithubProps = typeof __propDef.props;
|
|
11
|
+
export type GithubEvents = typeof __propDef.events;
|
|
12
|
+
export type GithubSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<script module>
|
|
2
|
+
import { tv } from 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
export const badgeVariants = tv({
|
|
5
|
+
base: 'focus:ring-ring inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2',
|
|
6
|
+
variants: {
|
|
7
|
+
variant: {
|
|
8
|
+
default: 'bg-primary text-primary-foreground hover:bg-primary/80 border-transparent',
|
|
9
|
+
secondary:
|
|
10
|
+
'bg-secondary text-secondary-foreground hover:bg-secondary/80 border-transparent',
|
|
11
|
+
destructive:
|
|
12
|
+
'bg-destructive text-destructive-foreground hover:bg-destructive/80 border-transparent',
|
|
13
|
+
outline: 'text-foreground'
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
defaultVariants: {
|
|
17
|
+
variant: 'default'
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<script>
|
|
23
|
+
import { cn } from '../../../utils.js';
|
|
24
|
+
|
|
25
|
+
let {
|
|
26
|
+
ref = $bindable(null),
|
|
27
|
+
href,
|
|
28
|
+
class: className,
|
|
29
|
+
variant = 'default',
|
|
30
|
+
children,
|
|
31
|
+
...restProps
|
|
32
|
+
} = $props();
|
|
33
|
+
</script>
|
|
34
|
+
|
|
35
|
+
<svelte:element
|
|
36
|
+
this={href ? 'a' : 'span'}
|
|
37
|
+
bind:this={ref}
|
|
38
|
+
{href}
|
|
39
|
+
class={cn(badgeVariants({ variant }), className)}
|
|
40
|
+
{...restProps}
|
|
41
|
+
>
|
|
42
|
+
{@render children?.()}
|
|
43
|
+
</svelte:element>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export const badgeVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: string;
|
|
4
|
+
secondary: string;
|
|
5
|
+
destructive: string;
|
|
6
|
+
outline: string;
|
|
7
|
+
};
|
|
8
|
+
}, undefined, "focus:ring-ring inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2", import("tailwind-variants/dist/config").TVConfig<{
|
|
9
|
+
variant: {
|
|
10
|
+
default: string;
|
|
11
|
+
secondary: string;
|
|
12
|
+
destructive: string;
|
|
13
|
+
outline: string;
|
|
14
|
+
};
|
|
15
|
+
}, {
|
|
16
|
+
variant: {
|
|
17
|
+
default: string;
|
|
18
|
+
secondary: string;
|
|
19
|
+
destructive: string;
|
|
20
|
+
outline: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {
|
|
23
|
+
variant: {
|
|
24
|
+
default: string;
|
|
25
|
+
secondary: string;
|
|
26
|
+
destructive: string;
|
|
27
|
+
outline: string;
|
|
28
|
+
};
|
|
29
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
30
|
+
variant: {
|
|
31
|
+
default: string;
|
|
32
|
+
secondary: string;
|
|
33
|
+
destructive: string;
|
|
34
|
+
outline: string;
|
|
35
|
+
};
|
|
36
|
+
}, undefined, "focus:ring-ring inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2", import("tailwind-variants/dist/config").TVConfig<{
|
|
37
|
+
variant: {
|
|
38
|
+
default: string;
|
|
39
|
+
secondary: string;
|
|
40
|
+
destructive: string;
|
|
41
|
+
outline: string;
|
|
42
|
+
};
|
|
43
|
+
}, {
|
|
44
|
+
variant: {
|
|
45
|
+
default: string;
|
|
46
|
+
secondary: string;
|
|
47
|
+
destructive: string;
|
|
48
|
+
outline: string;
|
|
49
|
+
};
|
|
50
|
+
}>, unknown, unknown, undefined>>;
|
|
51
|
+
/** @typedef {typeof __propDef.props} BadgeProps */
|
|
52
|
+
/** @typedef {typeof __propDef.events} BadgeEvents */
|
|
53
|
+
/** @typedef {typeof __propDef.slots} BadgeSlots */
|
|
54
|
+
export default class Badge extends SvelteComponentTyped<{
|
|
55
|
+
[x: string]: never;
|
|
56
|
+
}, {
|
|
57
|
+
[evt: string]: CustomEvent<any>;
|
|
58
|
+
}, {}> {
|
|
59
|
+
}
|
|
60
|
+
export type BadgeProps = typeof __propDef.props;
|
|
61
|
+
export type BadgeEvents = typeof __propDef.events;
|
|
62
|
+
export type BadgeSlots = typeof __propDef.slots;
|
|
63
|
+
import { SvelteComponentTyped } from "svelte";
|
|
64
|
+
declare const __propDef: {
|
|
65
|
+
props: {
|
|
66
|
+
[x: string]: never;
|
|
67
|
+
};
|
|
68
|
+
events: {
|
|
69
|
+
[evt: string]: CustomEvent<any>;
|
|
70
|
+
};
|
|
71
|
+
slots: {};
|
|
72
|
+
};
|
|
73
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Badge, badgeVariants } from "./badge.svelte";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<script module>
|
|
2
|
+
import { tv } from 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
export const buttonVariants = tv({
|
|
5
|
+
base: 'ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0',
|
|
6
|
+
variants: {
|
|
7
|
+
variant: {
|
|
8
|
+
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
|
|
9
|
+
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
|
|
10
|
+
outline: 'border-input bg-background hover:bg-accent hover:text-accent-foreground border',
|
|
11
|
+
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
|
|
12
|
+
ghost: 'hover:bg-accent hover:text-accent-foreground',
|
|
13
|
+
link: 'text-primary underline-offset-4 hover:underline'
|
|
14
|
+
},
|
|
15
|
+
size: {
|
|
16
|
+
default: 'h-10 px-4 py-2',
|
|
17
|
+
sm: 'h-9 rounded-md px-3',
|
|
18
|
+
lg: 'h-11 rounded-md px-8',
|
|
19
|
+
icon: 'h-10 w-10'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
defaultVariants: {
|
|
23
|
+
variant: 'default',
|
|
24
|
+
size: 'default'
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
</script>
|
|
28
|
+
|
|
29
|
+
<script>
|
|
30
|
+
import { cn } from '../../../utils.js';
|
|
31
|
+
|
|
32
|
+
let {
|
|
33
|
+
class: className,
|
|
34
|
+
variant = 'default',
|
|
35
|
+
size = 'default',
|
|
36
|
+
ref = $bindable(null),
|
|
37
|
+
href = undefined,
|
|
38
|
+
type = 'button',
|
|
39
|
+
children,
|
|
40
|
+
...restProps
|
|
41
|
+
} = $props();
|
|
42
|
+
</script>
|
|
43
|
+
|
|
44
|
+
{#if href}
|
|
45
|
+
<a bind:this={ref} class={cn(buttonVariants({ variant, size }), className)} {href} {...restProps}>
|
|
46
|
+
{@render children?.()}
|
|
47
|
+
</a>
|
|
48
|
+
{:else}
|
|
49
|
+
<button
|
|
50
|
+
bind:this={ref}
|
|
51
|
+
class={cn(buttonVariants({ variant, size }), className)}
|
|
52
|
+
{type}
|
|
53
|
+
{...restProps}
|
|
54
|
+
>
|
|
55
|
+
{@render children?.()}
|
|
56
|
+
</button>
|
|
57
|
+
{/if}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export const buttonVariants: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: string;
|
|
4
|
+
destructive: string;
|
|
5
|
+
outline: string;
|
|
6
|
+
secondary: string;
|
|
7
|
+
ghost: string;
|
|
8
|
+
link: string;
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
default: string;
|
|
12
|
+
sm: string;
|
|
13
|
+
lg: string;
|
|
14
|
+
icon: string;
|
|
15
|
+
};
|
|
16
|
+
}, undefined, "ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", import("tailwind-variants/dist/config").TVConfig<{
|
|
17
|
+
variant: {
|
|
18
|
+
default: string;
|
|
19
|
+
destructive: string;
|
|
20
|
+
outline: string;
|
|
21
|
+
secondary: string;
|
|
22
|
+
ghost: string;
|
|
23
|
+
link: string;
|
|
24
|
+
};
|
|
25
|
+
size: {
|
|
26
|
+
default: string;
|
|
27
|
+
sm: string;
|
|
28
|
+
lg: string;
|
|
29
|
+
icon: string;
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
variant: {
|
|
33
|
+
default: string;
|
|
34
|
+
destructive: string;
|
|
35
|
+
outline: string;
|
|
36
|
+
secondary: string;
|
|
37
|
+
ghost: string;
|
|
38
|
+
link: string;
|
|
39
|
+
};
|
|
40
|
+
size: {
|
|
41
|
+
default: string;
|
|
42
|
+
sm: string;
|
|
43
|
+
lg: string;
|
|
44
|
+
icon: string;
|
|
45
|
+
};
|
|
46
|
+
}>, {
|
|
47
|
+
variant: {
|
|
48
|
+
default: string;
|
|
49
|
+
destructive: string;
|
|
50
|
+
outline: string;
|
|
51
|
+
secondary: string;
|
|
52
|
+
ghost: string;
|
|
53
|
+
link: string;
|
|
54
|
+
};
|
|
55
|
+
size: {
|
|
56
|
+
default: string;
|
|
57
|
+
sm: string;
|
|
58
|
+
lg: string;
|
|
59
|
+
icon: string;
|
|
60
|
+
};
|
|
61
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
62
|
+
variant: {
|
|
63
|
+
default: string;
|
|
64
|
+
destructive: string;
|
|
65
|
+
outline: string;
|
|
66
|
+
secondary: string;
|
|
67
|
+
ghost: string;
|
|
68
|
+
link: string;
|
|
69
|
+
};
|
|
70
|
+
size: {
|
|
71
|
+
default: string;
|
|
72
|
+
sm: string;
|
|
73
|
+
lg: string;
|
|
74
|
+
icon: string;
|
|
75
|
+
};
|
|
76
|
+
}, undefined, "ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", import("tailwind-variants/dist/config").TVConfig<{
|
|
77
|
+
variant: {
|
|
78
|
+
default: string;
|
|
79
|
+
destructive: string;
|
|
80
|
+
outline: string;
|
|
81
|
+
secondary: string;
|
|
82
|
+
ghost: string;
|
|
83
|
+
link: string;
|
|
84
|
+
};
|
|
85
|
+
size: {
|
|
86
|
+
default: string;
|
|
87
|
+
sm: string;
|
|
88
|
+
lg: string;
|
|
89
|
+
icon: string;
|
|
90
|
+
};
|
|
91
|
+
}, {
|
|
92
|
+
variant: {
|
|
93
|
+
default: string;
|
|
94
|
+
destructive: string;
|
|
95
|
+
outline: string;
|
|
96
|
+
secondary: string;
|
|
97
|
+
ghost: string;
|
|
98
|
+
link: string;
|
|
99
|
+
};
|
|
100
|
+
size: {
|
|
101
|
+
default: string;
|
|
102
|
+
sm: string;
|
|
103
|
+
lg: string;
|
|
104
|
+
icon: string;
|
|
105
|
+
};
|
|
106
|
+
}>, unknown, unknown, undefined>>;
|
|
107
|
+
/** @typedef {typeof __propDef.props} ButtonProps */
|
|
108
|
+
/** @typedef {typeof __propDef.events} ButtonEvents */
|
|
109
|
+
/** @typedef {typeof __propDef.slots} ButtonSlots */
|
|
110
|
+
export default class Button extends SvelteComponentTyped<{
|
|
111
|
+
[x: string]: never;
|
|
112
|
+
}, {
|
|
113
|
+
[evt: string]: CustomEvent<any>;
|
|
114
|
+
}, {}> {
|
|
115
|
+
}
|
|
116
|
+
export type ButtonProps = typeof __propDef.props;
|
|
117
|
+
export type ButtonEvents = typeof __propDef.events;
|
|
118
|
+
export type ButtonSlots = typeof __propDef.slots;
|
|
119
|
+
import { SvelteComponentTyped } from "svelte";
|
|
120
|
+
declare const __propDef: {
|
|
121
|
+
props: {
|
|
122
|
+
[x: string]: never;
|
|
123
|
+
};
|
|
124
|
+
events: {
|
|
125
|
+
[evt: string]: CustomEvent<any>;
|
|
126
|
+
};
|
|
127
|
+
slots: {};
|
|
128
|
+
};
|
|
129
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardContentProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardContentEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardContentSlots */
|
|
4
|
+
export default class CardContent extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardContentProps = typeof __propDef.props;
|
|
11
|
+
export type CardContentEvents = typeof __propDef.events;
|
|
12
|
+
export type CardContentSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import { cn } from '../../../utils.js';
|
|
3
|
+
|
|
4
|
+
let { ref = $bindable(null), class: className, children, ...restProps } = $props();
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<p bind:this={ref} class={cn('text-sm text-muted-foreground', className)} {...restProps}>
|
|
8
|
+
{@render children?.()}
|
|
9
|
+
</p>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardDescriptionProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardDescriptionEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardDescriptionSlots */
|
|
4
|
+
export default class CardDescription extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardDescriptionProps = typeof __propDef.props;
|
|
11
|
+
export type CardDescriptionEvents = typeof __propDef.events;
|
|
12
|
+
export type CardDescriptionSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import { cn } from '../../../utils.js';
|
|
3
|
+
|
|
4
|
+
let { ref = $bindable(null), class: className, children, ...restProps } = $props();
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<div bind:this={ref} class={cn('flex items-center p-6 pt-0', className)} {...restProps}>
|
|
8
|
+
{@render children?.()}
|
|
9
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardFooterProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardFooterEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardFooterSlots */
|
|
4
|
+
export default class CardFooter extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardFooterProps = typeof __propDef.props;
|
|
11
|
+
export type CardFooterEvents = typeof __propDef.events;
|
|
12
|
+
export type CardFooterSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import { cn } from '../../../utils.js';
|
|
3
|
+
|
|
4
|
+
let { ref = $bindable(null), class: className, children, ...restProps } = $props();
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<div bind:this={ref} class={cn('flex flex-col space-y-1.5 p-6 pb-0', className)} {...restProps}>
|
|
8
|
+
{@render children?.()}
|
|
9
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardHeaderProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardHeaderEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardHeaderSlots */
|
|
4
|
+
export default class CardHeader extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardHeaderProps = typeof __propDef.props;
|
|
11
|
+
export type CardHeaderEvents = typeof __propDef.events;
|
|
12
|
+
export type CardHeaderSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import { cn } from '../../../utils.js';
|
|
3
|
+
|
|
4
|
+
let { ref = $bindable(null), class: className, level = 3, children, ...restProps } = $props();
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<div
|
|
8
|
+
role="heading"
|
|
9
|
+
aria-level={level}
|
|
10
|
+
bind:this={ref}
|
|
11
|
+
class={cn('text-2xl font-semibold leading-none tracking-tight', className)}
|
|
12
|
+
{...restProps}
|
|
13
|
+
>
|
|
14
|
+
{@render children?.()}
|
|
15
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardTitleProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardTitleEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardTitleSlots */
|
|
4
|
+
export default class CardTitle extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardTitleProps = typeof __propDef.props;
|
|
11
|
+
export type CardTitleEvents = typeof __propDef.events;
|
|
12
|
+
export type CardTitleSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import { cn } from '../../../utils.js';
|
|
3
|
+
|
|
4
|
+
let { ref = $bindable(null), class: className, children, ...restProps } = $props();
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<div
|
|
8
|
+
bind:this={ref}
|
|
9
|
+
class={cn('rounded-lg border bg-card text-card-foreground shadow-sm', className)}
|
|
10
|
+
{...restProps}
|
|
11
|
+
>
|
|
12
|
+
{@render children?.()}
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CardProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CardEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CardSlots */
|
|
4
|
+
export default class Card extends SvelteComponentTyped<{
|
|
5
|
+
[x: string]: never;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CardProps = typeof __propDef.props;
|
|
11
|
+
export type CardEvents = typeof __propDef.events;
|
|
12
|
+
export type CardSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Root from './card.svelte';
|
|
2
|
+
import Content from './card-content.svelte';
|
|
3
|
+
import Description from './card-description.svelte';
|
|
4
|
+
import Footer from './card-footer.svelte';
|
|
5
|
+
import Header from './card-header.svelte';
|
|
6
|
+
import Title from './card-title.svelte';
|
|
7
|
+
export { Root, Content, Description, Footer, Header, Title, Root as Card, Content as CardContent, Description as CardDescription, Footer as CardFooter, Header as CardHeader, Title as CardTitle };
|