vadivam-astro 0.0.19
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 +22 -0
- package/dist/DynamicIcon.astro +8 -0
- package/dist/DynamicIcon.astro.d.ts +3 -0
- package/dist/Icon.astro +17 -0
- package/dist/Icon.astro.d.ts +3 -0
- package/dist/createVadivamIcon.d.ts +3 -0
- package/dist/createVadivamIcon.js +2 -0
- package/dist/defaultAttributes.js +1 -0
- package/dist/dynamicIconImports.d.ts +237 -0
- package/dist/dynamicIconImports.js +235 -0
- package/dist/icons/a-arrow-down.astro +7 -0
- package/dist/icons/a-arrow-down.astro.d.ts +5 -0
- package/dist/icons/a-arrow-up.astro +7 -0
- package/dist/icons/a-arrow-up.astro.d.ts +5 -0
- package/dist/icons/a-large-small.astro +7 -0
- package/dist/icons/a-large-small.astro.d.ts +5 -0
- package/dist/icons/accessibility.astro +7 -0
- package/dist/icons/accessibility.astro.d.ts +5 -0
- package/dist/icons/activity.astro +7 -0
- package/dist/icons/activity.astro.d.ts +5 -0
- package/dist/icons/air-vent.astro +7 -0
- package/dist/icons/air-vent.astro.d.ts +5 -0
- package/dist/icons/airplay.astro +7 -0
- package/dist/icons/airplay.astro.d.ts +5 -0
- package/dist/icons/alarm-clock-check.astro +7 -0
- package/dist/icons/alarm-clock-check.astro.d.ts +5 -0
- package/dist/icons/alarm-clock-minus.astro +7 -0
- package/dist/icons/alarm-clock-minus.astro.d.ts +5 -0
- package/dist/icons/alarm-clock-off.astro +7 -0
- package/dist/icons/alarm-clock-off.astro.d.ts +5 -0
- package/dist/icons/alarm-clock-plus.astro +7 -0
- package/dist/icons/alarm-clock-plus.astro.d.ts +5 -0
- package/dist/icons/alarm-clock.astro +7 -0
- package/dist/icons/alarm-clock.astro.d.ts +5 -0
- package/dist/icons/alarm-smoke.astro +7 -0
- package/dist/icons/alarm-smoke.astro.d.ts +5 -0
- package/dist/icons/album.astro +7 -0
- package/dist/icons/album.astro.d.ts +5 -0
- package/dist/icons/align-center-horizontal.astro +7 -0
- package/dist/icons/align-center-horizontal.astro.d.ts +5 -0
- package/dist/icons/align-center-vertical.astro +7 -0
- package/dist/icons/align-center-vertical.astro.d.ts +5 -0
- package/dist/icons/align-end-horizontal.astro +7 -0
- package/dist/icons/align-end-horizontal.astro.d.ts +5 -0
- package/dist/icons/align-end-vertical.astro +7 -0
- package/dist/icons/align-end-vertical.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-distribute-center.astro +7 -0
- package/dist/icons/align-horizontal-distribute-center.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-distribute-end.astro +7 -0
- package/dist/icons/align-horizontal-distribute-end.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-distribute-start.astro +7 -0
- package/dist/icons/align-horizontal-distribute-start.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-justify-center.astro +7 -0
- package/dist/icons/align-horizontal-justify-center.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-justify-end.astro +7 -0
- package/dist/icons/align-horizontal-justify-end.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-justify-start.astro +7 -0
- package/dist/icons/align-horizontal-justify-start.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-space-around.astro +7 -0
- package/dist/icons/align-horizontal-space-around.astro.d.ts +5 -0
- package/dist/icons/align-horizontal-space-between.astro +7 -0
- package/dist/icons/align-horizontal-space-between.astro.d.ts +5 -0
- package/dist/icons/align-start-horizontal.astro +7 -0
- package/dist/icons/align-start-horizontal.astro.d.ts +5 -0
- package/dist/icons/align-start-vertical.astro +7 -0
- package/dist/icons/align-start-vertical.astro.d.ts +5 -0
- package/dist/icons/align-vertical-distribute-center.astro +7 -0
- package/dist/icons/align-vertical-distribute-center.astro.d.ts +5 -0
- package/dist/icons/align-vertical-distribute-end.astro +7 -0
- package/dist/icons/align-vertical-distribute-end.astro.d.ts +5 -0
- package/dist/icons/align-vertical-distribute-start.astro +7 -0
- package/dist/icons/align-vertical-distribute-start.astro.d.ts +5 -0
- package/dist/icons/align-vertical-justify-center.astro +7 -0
- package/dist/icons/align-vertical-justify-center.astro.d.ts +5 -0
- package/dist/icons/align-vertical-justify-end.astro +7 -0
- package/dist/icons/align-vertical-justify-end.astro.d.ts +5 -0
- package/dist/icons/align-vertical-justify-start.astro +7 -0
- package/dist/icons/align-vertical-justify-start.astro.d.ts +5 -0
- package/dist/icons/align-vertical-space-around.astro +7 -0
- package/dist/icons/align-vertical-space-around.astro.d.ts +5 -0
- package/dist/icons/align-vertical-space-between.astro +7 -0
- package/dist/icons/align-vertical-space-between.astro.d.ts +5 -0
- package/dist/icons/ambulance.astro +7 -0
- package/dist/icons/ambulance.astro.d.ts +5 -0
- package/dist/icons/ampersand.astro +7 -0
- package/dist/icons/ampersand.astro.d.ts +5 -0
- package/dist/icons/ampersands.astro +7 -0
- package/dist/icons/ampersands.astro.d.ts +5 -0
- package/dist/icons/amphora.astro +7 -0
- package/dist/icons/amphora.astro.d.ts +5 -0
- package/dist/icons/anchor.astro +7 -0
- package/dist/icons/anchor.astro.d.ts +5 -0
- package/dist/icons/angry.astro +7 -0
- package/dist/icons/angry.astro.d.ts +5 -0
- package/dist/icons/annoyed.astro +7 -0
- package/dist/icons/annoyed.astro.d.ts +5 -0
- package/dist/icons/antenna.astro +7 -0
- package/dist/icons/antenna.astro.d.ts +5 -0
- package/dist/icons/anvil.astro +7 -0
- package/dist/icons/anvil.astro.d.ts +5 -0
- package/dist/icons/aperture.astro +7 -0
- package/dist/icons/aperture.astro.d.ts +5 -0
- package/dist/icons/app-window-mac.astro +7 -0
- package/dist/icons/app-window-mac.astro.d.ts +5 -0
- package/dist/icons/app-window.astro +7 -0
- package/dist/icons/app-window.astro.d.ts +5 -0
- package/dist/icons/apple.astro +7 -0
- package/dist/icons/apple.astro.d.ts +5 -0
- package/dist/icons/archive-restore.astro +7 -0
- package/dist/icons/archive-restore.astro.d.ts +5 -0
- package/dist/icons/archive-x.astro +7 -0
- package/dist/icons/archive-x.astro.d.ts +5 -0
- package/dist/icons/archive.astro +7 -0
- package/dist/icons/archive.astro.d.ts +5 -0
- package/dist/icons/armchair.astro +7 -0
- package/dist/icons/armchair.astro.d.ts +5 -0
- package/dist/icons/arrow-big-down-dash.astro +7 -0
- package/dist/icons/arrow-big-down-dash.astro.d.ts +5 -0
- package/dist/icons/arrow-big-down.astro +7 -0
- package/dist/icons/arrow-big-down.astro.d.ts +5 -0
- package/dist/icons/arrow-big-left-dash.astro +7 -0
- package/dist/icons/arrow-big-left-dash.astro.d.ts +5 -0
- package/dist/icons/arrow-big-left.astro +7 -0
- package/dist/icons/arrow-big-left.astro.d.ts +5 -0
- package/dist/icons/arrow-big-right-dash.astro +7 -0
- package/dist/icons/arrow-big-right-dash.astro.d.ts +5 -0
- package/dist/icons/arrow-big-right.astro +7 -0
- package/dist/icons/arrow-big-right.astro.d.ts +5 -0
- package/dist/icons/arrow-big-up-dash.astro +7 -0
- package/dist/icons/arrow-big-up-dash.astro.d.ts +5 -0
- package/dist/icons/arrow-big-up.astro +7 -0
- package/dist/icons/arrow-big-up.astro.d.ts +5 -0
- package/dist/icons/arrow-down-0-1.astro +7 -0
- package/dist/icons/arrow-down-0-1.astro.d.ts +5 -0
- package/dist/icons/arrow-down-1-0.astro +7 -0
- package/dist/icons/arrow-down-1-0.astro.d.ts +5 -0
- package/dist/icons/arrow-down-a-z.astro +7 -0
- package/dist/icons/arrow-down-a-z.astro.d.ts +5 -0
- package/dist/icons/arrow-down-from-line.astro +7 -0
- package/dist/icons/arrow-down-from-line.astro.d.ts +5 -0
- package/dist/icons/arrow-down-left.astro +7 -0
- package/dist/icons/arrow-down-left.astro.d.ts +5 -0
- package/dist/icons/arrow-down-narrow-wide.astro +7 -0
- package/dist/icons/arrow-down-narrow-wide.astro.d.ts +5 -0
- package/dist/icons/arrow-down-right.astro +7 -0
- package/dist/icons/arrow-down-right.astro.d.ts +5 -0
- package/dist/icons/arrow-down-to-dot.astro +7 -0
- package/dist/icons/arrow-down-to-dot.astro.d.ts +5 -0
- package/dist/icons/arrow-down-to-line.astro +7 -0
- package/dist/icons/arrow-down-to-line.astro.d.ts +5 -0
- package/dist/icons/arrow-down-up.astro +7 -0
- package/dist/icons/arrow-down-up.astro.d.ts +5 -0
- package/dist/icons/arrow-down-wide-narrow.astro +7 -0
- package/dist/icons/arrow-down-wide-narrow.astro.d.ts +5 -0
- package/dist/icons/arrow-down-z-a.astro +7 -0
- package/dist/icons/arrow-down-z-a.astro.d.ts +5 -0
- package/dist/icons/arrow-down.astro +7 -0
- package/dist/icons/arrow-down.astro.d.ts +5 -0
- package/dist/icons/arrow-left-from-line.astro +7 -0
- package/dist/icons/arrow-left-from-line.astro.d.ts +5 -0
- package/dist/icons/arrow-left-right.astro +7 -0
- package/dist/icons/arrow-left-right.astro.d.ts +5 -0
- package/dist/icons/arrow-left-to-line.astro +7 -0
- package/dist/icons/arrow-left-to-line.astro.d.ts +5 -0
- package/dist/icons/arrow-left.astro +7 -0
- package/dist/icons/arrow-left.astro.d.ts +5 -0
- package/dist/icons/arrow-right-from-line.astro +7 -0
- package/dist/icons/arrow-right-from-line.astro.d.ts +5 -0
- package/dist/icons/arrow-right-left.astro +7 -0
- package/dist/icons/arrow-right-left.astro.d.ts +5 -0
- package/dist/icons/arrow-right-to-line.astro +7 -0
- package/dist/icons/arrow-right-to-line.astro.d.ts +5 -0
- package/dist/icons/arrow-right.astro +7 -0
- package/dist/icons/arrow-right.astro.d.ts +5 -0
- package/dist/icons/arrow-up-0-1.astro +7 -0
- package/dist/icons/arrow-up-0-1.astro.d.ts +5 -0
- package/dist/icons/arrow-up-1-0.astro +7 -0
- package/dist/icons/arrow-up-1-0.astro.d.ts +5 -0
- package/dist/icons/arrow-up-a-z.astro +7 -0
- package/dist/icons/arrow-up-a-z.astro.d.ts +5 -0
- package/dist/icons/arrow-up-down.astro +7 -0
- package/dist/icons/arrow-up-down.astro.d.ts +5 -0
- package/dist/icons/arrow-up-from-dot.astro +7 -0
- package/dist/icons/arrow-up-from-dot.astro.d.ts +5 -0
- package/dist/icons/arrow-up-from-line.astro +7 -0
- package/dist/icons/arrow-up-from-line.astro.d.ts +5 -0
- package/dist/icons/arrow-up-left.astro +7 -0
- package/dist/icons/arrow-up-left.astro.d.ts +5 -0
- package/dist/icons/arrow-up-narrow-wide.astro +7 -0
- package/dist/icons/arrow-up-narrow-wide.astro.d.ts +5 -0
- package/dist/icons/arrow-up-right.astro +7 -0
- package/dist/icons/arrow-up-right.astro.d.ts +5 -0
- package/dist/icons/arrow-up-to-line.astro +7 -0
- package/dist/icons/arrow-up-to-line.astro.d.ts +5 -0
- package/dist/icons/arrow-up-wide-narrow.astro +7 -0
- package/dist/icons/arrow-up-wide-narrow.astro.d.ts +5 -0
- package/dist/icons/arrow-up-z-a.astro +7 -0
- package/dist/icons/arrow-up-z-a.astro.d.ts +5 -0
- package/dist/icons/arrow-up.astro +7 -0
- package/dist/icons/arrow-up.astro.d.ts +5 -0
- package/dist/icons/arrows-up-from-line.astro +7 -0
- package/dist/icons/arrows-up-from-line.astro.d.ts +5 -0
- package/dist/icons/asterisk.astro +7 -0
- package/dist/icons/asterisk.astro.d.ts +5 -0
- package/dist/icons/astroid.astro +7 -0
- package/dist/icons/astroid.astro.d.ts +5 -0
- package/dist/icons/at-sign.astro +7 -0
- package/dist/icons/at-sign.astro.d.ts +5 -0
- package/dist/icons/atom.astro +7 -0
- package/dist/icons/atom.astro.d.ts +5 -0
- package/dist/icons/audio-lines.astro +7 -0
- package/dist/icons/audio-lines.astro.d.ts +5 -0
- package/dist/icons/audio-waveform.astro +7 -0
- package/dist/icons/audio-waveform.astro.d.ts +5 -0
- package/dist/icons/award.astro +7 -0
- package/dist/icons/award.astro.d.ts +5 -0
- package/dist/icons/axe.astro +7 -0
- package/dist/icons/axe.astro.d.ts +5 -0
- package/dist/icons/axis-3d.astro +7 -0
- package/dist/icons/axis-3d.astro.d.ts +5 -0
- package/dist/icons/baby.astro +7 -0
- package/dist/icons/baby.astro.d.ts +5 -0
- package/dist/icons/backpack.astro +7 -0
- package/dist/icons/backpack.astro.d.ts +5 -0
- package/dist/icons/badge-alert.astro +7 -0
- package/dist/icons/badge-alert.astro.d.ts +5 -0
- package/dist/icons/badge-cent.astro +7 -0
- package/dist/icons/badge-cent.astro.d.ts +5 -0
- package/dist/icons/badge-check.astro +7 -0
- package/dist/icons/badge-check.astro.d.ts +5 -0
- package/dist/icons/badge-dollar-sign.astro +7 -0
- package/dist/icons/badge-dollar-sign.astro.d.ts +5 -0
- package/dist/icons/badge-euro.astro +7 -0
- package/dist/icons/badge-euro.astro.d.ts +5 -0
- package/dist/icons/badge-indian-rupee.astro +7 -0
- package/dist/icons/badge-indian-rupee.astro.d.ts +5 -0
- package/dist/icons/badge-info.astro +7 -0
- package/dist/icons/badge-info.astro.d.ts +5 -0
- package/dist/icons/badge-japanese-yen.astro +7 -0
- package/dist/icons/badge-japanese-yen.astro.d.ts +5 -0
- package/dist/icons/badge-minus.astro +7 -0
- package/dist/icons/badge-minus.astro.d.ts +5 -0
- package/dist/icons/badge-percent.astro +7 -0
- package/dist/icons/badge-percent.astro.d.ts +5 -0
- package/dist/icons/badge-plus.astro +7 -0
- package/dist/icons/badge-plus.astro.d.ts +5 -0
- package/dist/icons/badge-pound-sterling.astro +7 -0
- package/dist/icons/badge-pound-sterling.astro.d.ts +5 -0
- package/dist/icons/badge-question-mark.astro +7 -0
- package/dist/icons/badge-question-mark.astro.d.ts +5 -0
- package/dist/icons/badge-russian-ruble.astro +7 -0
- package/dist/icons/badge-russian-ruble.astro.d.ts +5 -0
- package/dist/icons/badge-swiss-franc.astro +7 -0
- package/dist/icons/badge-swiss-franc.astro.d.ts +5 -0
- package/dist/icons/badge-turkish-lira.astro +7 -0
- package/dist/icons/badge-turkish-lira.astro.d.ts +5 -0
- package/dist/icons/badge-x.astro +7 -0
- package/dist/icons/badge-x.astro.d.ts +5 -0
- package/dist/icons/badge.astro +7 -0
- package/dist/icons/badge.astro.d.ts +5 -0
- package/dist/icons/baggage-claim.astro +7 -0
- package/dist/icons/baggage-claim.astro.d.ts +5 -0
- package/dist/icons/balloon.astro +7 -0
- package/dist/icons/balloon.astro.d.ts +5 -0
- package/dist/icons/ban.astro +7 -0
- package/dist/icons/ban.astro.d.ts +5 -0
- package/dist/icons/banana.astro +7 -0
- package/dist/icons/banana.astro.d.ts +5 -0
- package/dist/icons/bandage.astro +7 -0
- package/dist/icons/bandage.astro.d.ts +5 -0
- package/dist/icons/banknote-arrow-down.astro +7 -0
- package/dist/icons/banknote-arrow-down.astro.d.ts +5 -0
- package/dist/icons/banknote-arrow-up.astro +7 -0
- package/dist/icons/banknote-arrow-up.astro.d.ts +5 -0
- package/dist/icons/banknote-x.astro +7 -0
- package/dist/icons/banknote-x.astro.d.ts +5 -0
- package/dist/icons/banknote.astro +7 -0
- package/dist/icons/banknote.astro.d.ts +5 -0
- package/dist/icons/barcode.astro +7 -0
- package/dist/icons/barcode.astro.d.ts +5 -0
- package/dist/icons/barrel.astro +7 -0
- package/dist/icons/barrel.astro.d.ts +5 -0
- package/dist/icons/baseline.astro +7 -0
- package/dist/icons/baseline.astro.d.ts +5 -0
- package/dist/icons/bath.astro +7 -0
- package/dist/icons/bath.astro.d.ts +5 -0
- package/dist/icons/battery-charging.astro +7 -0
- package/dist/icons/battery-charging.astro.d.ts +5 -0
- package/dist/icons/battery-full.astro +7 -0
- package/dist/icons/battery-full.astro.d.ts +5 -0
- package/dist/icons/battery-low.astro +7 -0
- package/dist/icons/battery-low.astro.d.ts +5 -0
- package/dist/icons/battery-medium.astro +7 -0
- package/dist/icons/battery-medium.astro.d.ts +5 -0
- package/dist/icons/battery-plus.astro +7 -0
- package/dist/icons/battery-plus.astro.d.ts +5 -0
- package/dist/icons/battery-warning.astro +7 -0
- package/dist/icons/battery-warning.astro.d.ts +5 -0
- package/dist/icons/battery.astro +7 -0
- package/dist/icons/battery.astro.d.ts +5 -0
- package/dist/icons/beaker.astro +7 -0
- package/dist/icons/beaker.astro.d.ts +5 -0
- package/dist/icons/bean-off.astro +7 -0
- package/dist/icons/bean-off.astro.d.ts +5 -0
- package/dist/icons/bean.astro +7 -0
- package/dist/icons/bean.astro.d.ts +5 -0
- package/dist/icons/bed-double.astro +7 -0
- package/dist/icons/bed-double.astro.d.ts +5 -0
- package/dist/icons/bed-single.astro +7 -0
- package/dist/icons/bed-single.astro.d.ts +5 -0
- package/dist/icons/bed.astro +7 -0
- package/dist/icons/bed.astro.d.ts +5 -0
- package/dist/icons/beef-off.astro +7 -0
- package/dist/icons/beef-off.astro.d.ts +5 -0
- package/dist/icons/beef.astro +7 -0
- package/dist/icons/beef.astro.d.ts +5 -0
- package/dist/icons/beer-off.astro +7 -0
- package/dist/icons/beer-off.astro.d.ts +5 -0
- package/dist/icons/beer.astro +7 -0
- package/dist/icons/beer.astro.d.ts +5 -0
- package/dist/icons/bell-check.astro +7 -0
- package/dist/icons/bell-check.astro.d.ts +5 -0
- package/dist/icons/bell-dot.astro +7 -0
- package/dist/icons/bell-dot.astro.d.ts +5 -0
- package/dist/icons/bell-electric.astro +7 -0
- package/dist/icons/bell-electric.astro.d.ts +5 -0
- package/dist/icons/bell-minus.astro +7 -0
- package/dist/icons/bell-minus.astro.d.ts +5 -0
- package/dist/icons/bell-off.astro +7 -0
- package/dist/icons/bell-off.astro.d.ts +5 -0
- package/dist/icons/bell-plus.astro +7 -0
- package/dist/icons/bell-plus.astro.d.ts +5 -0
- package/dist/icons/bell-ring.astro +7 -0
- package/dist/icons/bell-ring.astro.d.ts +5 -0
- package/dist/icons/bell.astro +7 -0
- package/dist/icons/bell.astro.d.ts +5 -0
- package/dist/icons/between-horizontal-end.astro +7 -0
- package/dist/icons/between-horizontal-end.astro.d.ts +5 -0
- package/dist/icons/between-horizontal-start.astro +7 -0
- package/dist/icons/between-horizontal-start.astro.d.ts +5 -0
- package/dist/icons/between-vertical-end.astro +7 -0
- package/dist/icons/between-vertical-end.astro.d.ts +5 -0
- package/dist/icons/between-vertical-start.astro +7 -0
- package/dist/icons/between-vertical-start.astro.d.ts +5 -0
- package/dist/icons/book-open.astro +7 -0
- package/dist/icons/book-open.astro.d.ts +5 -0
- package/dist/icons/bot.astro +7 -0
- package/dist/icons/bot.astro.d.ts +5 -0
- package/dist/icons/calendar.astro +7 -0
- package/dist/icons/calendar.astro.d.ts +5 -0
- package/dist/icons/check.astro +7 -0
- package/dist/icons/check.astro.d.ts +5 -0
- package/dist/icons/chevron-down.astro +7 -0
- package/dist/icons/chevron-down.astro.d.ts +5 -0
- package/dist/icons/chevron-left.astro +7 -0
- package/dist/icons/chevron-left.astro.d.ts +5 -0
- package/dist/icons/chevron-right.astro +7 -0
- package/dist/icons/chevron-right.astro.d.ts +5 -0
- package/dist/icons/chevron-up.astro +7 -0
- package/dist/icons/chevron-up.astro.d.ts +5 -0
- package/dist/icons/circle.astro +7 -0
- package/dist/icons/circle.astro.d.ts +5 -0
- package/dist/icons/clock.astro +7 -0
- package/dist/icons/clock.astro.d.ts +5 -0
- package/dist/icons/code.astro +7 -0
- package/dist/icons/code.astro.d.ts +5 -0
- package/dist/icons/copy.astro +7 -0
- package/dist/icons/copy.astro.d.ts +5 -0
- package/dist/icons/database.astro +7 -0
- package/dist/icons/database.astro.d.ts +5 -0
- package/dist/icons/download.astro +7 -0
- package/dist/icons/download.astro.d.ts +5 -0
- package/dist/icons/external-link.astro +7 -0
- package/dist/icons/external-link.astro.d.ts +5 -0
- package/dist/icons/eye-off.astro +7 -0
- package/dist/icons/eye-off.astro.d.ts +5 -0
- package/dist/icons/eye.astro +7 -0
- package/dist/icons/eye.astro.d.ts +5 -0
- package/dist/icons/file-text.astro +7 -0
- package/dist/icons/file-text.astro.d.ts +5 -0
- package/dist/icons/file.astro +7 -0
- package/dist/icons/file.astro.d.ts +5 -0
- package/dist/icons/folder-open.astro +7 -0
- package/dist/icons/folder-open.astro.d.ts +5 -0
- package/dist/icons/folder.astro +7 -0
- package/dist/icons/folder.astro.d.ts +5 -0
- package/dist/icons/globe.astro +7 -0
- package/dist/icons/globe.astro.d.ts +5 -0
- package/dist/icons/grip-horizontal.astro +7 -0
- package/dist/icons/grip-horizontal.astro.d.ts +5 -0
- package/dist/icons/grip-vertical.astro +7 -0
- package/dist/icons/grip-vertical.astro.d.ts +5 -0
- package/dist/icons/heart.astro +7 -0
- package/dist/icons/heart.astro.d.ts +5 -0
- package/dist/icons/image.astro +7 -0
- package/dist/icons/image.astro.d.ts +5 -0
- package/dist/icons/index.d.ts +230 -0
- package/dist/icons/index.js +230 -0
- package/dist/icons/info.astro +7 -0
- package/dist/icons/info.astro.d.ts +5 -0
- package/dist/icons/layers.astro +7 -0
- package/dist/icons/layers.astro.d.ts +5 -0
- package/dist/icons/link.astro +7 -0
- package/dist/icons/link.astro.d.ts +5 -0
- package/dist/icons/list.astro +7 -0
- package/dist/icons/list.astro.d.ts +5 -0
- package/dist/icons/lock.astro +7 -0
- package/dist/icons/lock.astro.d.ts +5 -0
- package/dist/icons/log-out.astro +7 -0
- package/dist/icons/log-out.astro.d.ts +5 -0
- package/dist/icons/mail.astro +7 -0
- package/dist/icons/mail.astro.d.ts +5 -0
- package/dist/icons/menu.astro +7 -0
- package/dist/icons/menu.astro.d.ts +5 -0
- package/dist/icons/message-square.astro +7 -0
- package/dist/icons/message-square.astro.d.ts +5 -0
- package/dist/icons/minus.astro +7 -0
- package/dist/icons/minus.astro.d.ts +5 -0
- package/dist/icons/monitor.astro +7 -0
- package/dist/icons/monitor.astro.d.ts +5 -0
- package/dist/icons/moon.astro +7 -0
- package/dist/icons/moon.astro.d.ts +5 -0
- package/dist/icons/pencil.astro +7 -0
- package/dist/icons/pencil.astro.d.ts +5 -0
- package/dist/icons/play.astro +7 -0
- package/dist/icons/play.astro.d.ts +5 -0
- package/dist/icons/plus.astro +7 -0
- package/dist/icons/plus.astro.d.ts +5 -0
- package/dist/icons/refresh-ccw.astro +7 -0
- package/dist/icons/refresh-ccw.astro.d.ts +5 -0
- package/dist/icons/refresh-cw.astro +7 -0
- package/dist/icons/refresh-cw.astro.d.ts +5 -0
- package/dist/icons/rotate-ccw.astro +7 -0
- package/dist/icons/rotate-ccw.astro.d.ts +5 -0
- package/dist/icons/rotate-cw.astro +7 -0
- package/dist/icons/rotate-cw.astro.d.ts +5 -0
- package/dist/icons/save.astro +7 -0
- package/dist/icons/save.astro.d.ts +5 -0
- package/dist/icons/search.astro +7 -0
- package/dist/icons/search.astro.d.ts +5 -0
- package/dist/icons/send.astro +7 -0
- package/dist/icons/send.astro.d.ts +5 -0
- package/dist/icons/server.astro +7 -0
- package/dist/icons/server.astro.d.ts +5 -0
- package/dist/icons/settings.astro +7 -0
- package/dist/icons/settings.astro.d.ts +5 -0
- package/dist/icons/shield-check.astro +7 -0
- package/dist/icons/shield-check.astro.d.ts +5 -0
- package/dist/icons/shield.astro +7 -0
- package/dist/icons/shield.astro.d.ts +5 -0
- package/dist/icons/sparkles.astro +7 -0
- package/dist/icons/sparkles.astro.d.ts +5 -0
- package/dist/icons/square.astro +7 -0
- package/dist/icons/square.astro.d.ts +5 -0
- package/dist/icons/star.astro +7 -0
- package/dist/icons/star.astro.d.ts +5 -0
- package/dist/icons/sun.astro +7 -0
- package/dist/icons/sun.astro.d.ts +5 -0
- package/dist/icons/terminal.astro +7 -0
- package/dist/icons/terminal.astro.d.ts +5 -0
- package/dist/icons/trash-2.astro +7 -0
- package/dist/icons/trash-2.astro.d.ts +5 -0
- package/dist/icons/upload.astro +7 -0
- package/dist/icons/upload.astro.d.ts +5 -0
- package/dist/icons/user.astro +7 -0
- package/dist/icons/user.astro.d.ts +5 -0
- package/dist/icons/users.astro +7 -0
- package/dist/icons/users.astro.d.ts +5 -0
- package/dist/icons/x.astro +7 -0
- package/dist/icons/x.astro.d.ts +5 -0
- package/dist/icons/zap.astro +7 -0
- package/dist/icons/zap.astro.d.ts +5 -0
- package/dist/icons.d.ts +3 -0
- package/dist/icons.js +463 -0
- package/dist/index.d.ts +235 -0
- package/dist/index.js +234 -0
- package/dist/types.d.ts +7 -0
- package/package.json +53 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Praveen Juge
|
|
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,22 @@
|
|
|
1
|
+
# vadivam-astro
|
|
2
|
+
|
|
3
|
+
Pixel-perfect, open-source Vadivam icons for Astro.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
bun add vadivam-astro
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
```astro
|
|
12
|
+
---
|
|
13
|
+
import { Activity } from "vadivam-astro";
|
|
14
|
+
---
|
|
15
|
+
<Activity size={20} color="navy" />
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Icons accept native SVG attributes plus `size`, `color`, `strokeWidth`,
|
|
19
|
+
`absoluteStrokeWidth`, and `title`. Static named and per-icon imports are
|
|
20
|
+
tree-shakeable. For data-driven names, use `DynamicIcon` from
|
|
21
|
+
`vadivam-astro/dynamic` and `dynamicIconImports` from
|
|
22
|
+
`vadivam-astro/dynamicIconImports`.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
import dynamicIconImports from "./dynamicIconImports.js";
|
|
3
|
+
import type { IconName, VadivamProps } from "./types.js";
|
|
4
|
+
const { name, ...props } = Astro.props as VadivamProps & { name: IconName };
|
|
5
|
+
const importer = dynamicIconImports[name];
|
|
6
|
+
const Loaded = importer ? (await importer()).default : null;
|
|
7
|
+
---
|
|
8
|
+
{Loaded ? <Loaded {...props}><slot /></Loaded> : <slot name="fallback" />}
|
package/dist/Icon.astro
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
import defaultAttributes from "./defaultAttributes.js";
|
|
3
|
+
import type { VadivamProps } from "./types.js";
|
|
4
|
+
const { name, size = 24, color = "currentColor", strokeWidth, "stroke-width": kebabStrokeWidth, absoluteStrokeWidth = false, title, iconNode = [], class: className, ...rest } = Astro.props as VadivamProps;
|
|
5
|
+
const resolvedStroke = strokeWidth ?? kebabStrokeWidth ?? 2;
|
|
6
|
+
const numericSize = Number(size);
|
|
7
|
+
const numericStroke = Number(resolvedStroke);
|
|
8
|
+
const calculatedStroke = absoluteStrokeWidth && Number.isFinite(numericSize) && numericSize !== 0 && Number.isFinite(numericStroke) ? numericStroke * 24 / numericSize : resolvedStroke;
|
|
9
|
+
const labelled = Boolean(title) || Object.keys(rest).some((key) => key.startsWith("aria-") || key === "role");
|
|
10
|
+
const mergedClass = Array.from(new Set(["vadivam", name && `vadivam-${name}`, className].flatMap((value) => typeof value === "string" ? value.split(/\s+/) : []).filter(Boolean))).join(" ");
|
|
11
|
+
const svgAttributes = { ...defaultAttributes, width: size, height: size, stroke: color, "stroke-width": calculatedStroke, class: mergedClass, ...(!labelled ? { "aria-hidden": "true" } : {}), ...(title ? { role: "img" } : {}), ...rest };
|
|
12
|
+
---
|
|
13
|
+
<svg {...svgAttributes}>
|
|
14
|
+
{title && <title>{title}</title>}
|
|
15
|
+
{iconNode.map(([Tag, attrs]) => <Tag {...attrs} />)}
|
|
16
|
+
<slot />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": 2, "stroke-linecap": "round", "stroke-linejoin": "round" };
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
import type { IconNode, VadivamIcon } from "./types.js";
|
|
2
|
+
export interface DynamicIconModule { default: VadivamIcon; __iconNode: IconNode; }
|
|
3
|
+
declare const dynamicIconImports: {
|
|
4
|
+
readonly "a-arrow-down": () => Promise<DynamicIconModule>;
|
|
5
|
+
readonly "a-arrow-up": () => Promise<DynamicIconModule>;
|
|
6
|
+
readonly "a-large-small": () => Promise<DynamicIconModule>;
|
|
7
|
+
readonly "accessibility": () => Promise<DynamicIconModule>;
|
|
8
|
+
readonly "activity": () => Promise<DynamicIconModule>;
|
|
9
|
+
readonly "air-vent": () => Promise<DynamicIconModule>;
|
|
10
|
+
readonly "airplay": () => Promise<DynamicIconModule>;
|
|
11
|
+
readonly "alarm-clock-check": () => Promise<DynamicIconModule>;
|
|
12
|
+
readonly "alarm-clock-minus": () => Promise<DynamicIconModule>;
|
|
13
|
+
readonly "alarm-clock-off": () => Promise<DynamicIconModule>;
|
|
14
|
+
readonly "alarm-clock-plus": () => Promise<DynamicIconModule>;
|
|
15
|
+
readonly "alarm-clock": () => Promise<DynamicIconModule>;
|
|
16
|
+
readonly "alarm-smoke": () => Promise<DynamicIconModule>;
|
|
17
|
+
readonly "album": () => Promise<DynamicIconModule>;
|
|
18
|
+
readonly "align-center-horizontal": () => Promise<DynamicIconModule>;
|
|
19
|
+
readonly "align-center-vertical": () => Promise<DynamicIconModule>;
|
|
20
|
+
readonly "align-end-horizontal": () => Promise<DynamicIconModule>;
|
|
21
|
+
readonly "align-end-vertical": () => Promise<DynamicIconModule>;
|
|
22
|
+
readonly "align-horizontal-distribute-center": () => Promise<DynamicIconModule>;
|
|
23
|
+
readonly "align-horizontal-distribute-end": () => Promise<DynamicIconModule>;
|
|
24
|
+
readonly "align-horizontal-distribute-start": () => Promise<DynamicIconModule>;
|
|
25
|
+
readonly "align-horizontal-justify-center": () => Promise<DynamicIconModule>;
|
|
26
|
+
readonly "align-horizontal-justify-end": () => Promise<DynamicIconModule>;
|
|
27
|
+
readonly "align-horizontal-justify-start": () => Promise<DynamicIconModule>;
|
|
28
|
+
readonly "align-horizontal-space-around": () => Promise<DynamicIconModule>;
|
|
29
|
+
readonly "align-horizontal-space-between": () => Promise<DynamicIconModule>;
|
|
30
|
+
readonly "align-start-horizontal": () => Promise<DynamicIconModule>;
|
|
31
|
+
readonly "align-start-vertical": () => Promise<DynamicIconModule>;
|
|
32
|
+
readonly "align-vertical-distribute-center": () => Promise<DynamicIconModule>;
|
|
33
|
+
readonly "align-vertical-distribute-end": () => Promise<DynamicIconModule>;
|
|
34
|
+
readonly "align-vertical-distribute-start": () => Promise<DynamicIconModule>;
|
|
35
|
+
readonly "align-vertical-justify-center": () => Promise<DynamicIconModule>;
|
|
36
|
+
readonly "align-vertical-justify-end": () => Promise<DynamicIconModule>;
|
|
37
|
+
readonly "align-vertical-justify-start": () => Promise<DynamicIconModule>;
|
|
38
|
+
readonly "align-vertical-space-around": () => Promise<DynamicIconModule>;
|
|
39
|
+
readonly "align-vertical-space-between": () => Promise<DynamicIconModule>;
|
|
40
|
+
readonly "ambulance": () => Promise<DynamicIconModule>;
|
|
41
|
+
readonly "ampersand": () => Promise<DynamicIconModule>;
|
|
42
|
+
readonly "ampersands": () => Promise<DynamicIconModule>;
|
|
43
|
+
readonly "amphora": () => Promise<DynamicIconModule>;
|
|
44
|
+
readonly "anchor": () => Promise<DynamicIconModule>;
|
|
45
|
+
readonly "angry": () => Promise<DynamicIconModule>;
|
|
46
|
+
readonly "annoyed": () => Promise<DynamicIconModule>;
|
|
47
|
+
readonly "antenna": () => Promise<DynamicIconModule>;
|
|
48
|
+
readonly "anvil": () => Promise<DynamicIconModule>;
|
|
49
|
+
readonly "aperture": () => Promise<DynamicIconModule>;
|
|
50
|
+
readonly "app-window-mac": () => Promise<DynamicIconModule>;
|
|
51
|
+
readonly "app-window": () => Promise<DynamicIconModule>;
|
|
52
|
+
readonly "apple": () => Promise<DynamicIconModule>;
|
|
53
|
+
readonly "archive-restore": () => Promise<DynamicIconModule>;
|
|
54
|
+
readonly "archive-x": () => Promise<DynamicIconModule>;
|
|
55
|
+
readonly "archive": () => Promise<DynamicIconModule>;
|
|
56
|
+
readonly "armchair": () => Promise<DynamicIconModule>;
|
|
57
|
+
readonly "arrow-big-down-dash": () => Promise<DynamicIconModule>;
|
|
58
|
+
readonly "arrow-big-down": () => Promise<DynamicIconModule>;
|
|
59
|
+
readonly "arrow-big-left-dash": () => Promise<DynamicIconModule>;
|
|
60
|
+
readonly "arrow-big-left": () => Promise<DynamicIconModule>;
|
|
61
|
+
readonly "arrow-big-right-dash": () => Promise<DynamicIconModule>;
|
|
62
|
+
readonly "arrow-big-right": () => Promise<DynamicIconModule>;
|
|
63
|
+
readonly "arrow-big-up-dash": () => Promise<DynamicIconModule>;
|
|
64
|
+
readonly "arrow-big-up": () => Promise<DynamicIconModule>;
|
|
65
|
+
readonly "arrow-down-0-1": () => Promise<DynamicIconModule>;
|
|
66
|
+
readonly "arrow-down-1-0": () => Promise<DynamicIconModule>;
|
|
67
|
+
readonly "arrow-down-a-z": () => Promise<DynamicIconModule>;
|
|
68
|
+
readonly "arrow-down-from-line": () => Promise<DynamicIconModule>;
|
|
69
|
+
readonly "arrow-down-left": () => Promise<DynamicIconModule>;
|
|
70
|
+
readonly "arrow-down-narrow-wide": () => Promise<DynamicIconModule>;
|
|
71
|
+
readonly "arrow-down-right": () => Promise<DynamicIconModule>;
|
|
72
|
+
readonly "arrow-down-to-dot": () => Promise<DynamicIconModule>;
|
|
73
|
+
readonly "arrow-down-to-line": () => Promise<DynamicIconModule>;
|
|
74
|
+
readonly "arrow-down-up": () => Promise<DynamicIconModule>;
|
|
75
|
+
readonly "arrow-down-wide-narrow": () => Promise<DynamicIconModule>;
|
|
76
|
+
readonly "arrow-down-z-a": () => Promise<DynamicIconModule>;
|
|
77
|
+
readonly "arrow-down": () => Promise<DynamicIconModule>;
|
|
78
|
+
readonly "arrow-left-from-line": () => Promise<DynamicIconModule>;
|
|
79
|
+
readonly "arrow-left-right": () => Promise<DynamicIconModule>;
|
|
80
|
+
readonly "arrow-left-to-line": () => Promise<DynamicIconModule>;
|
|
81
|
+
readonly "arrow-left": () => Promise<DynamicIconModule>;
|
|
82
|
+
readonly "arrow-right-from-line": () => Promise<DynamicIconModule>;
|
|
83
|
+
readonly "arrow-right-left": () => Promise<DynamicIconModule>;
|
|
84
|
+
readonly "arrow-right-to-line": () => Promise<DynamicIconModule>;
|
|
85
|
+
readonly "arrow-right": () => Promise<DynamicIconModule>;
|
|
86
|
+
readonly "arrow-up-0-1": () => Promise<DynamicIconModule>;
|
|
87
|
+
readonly "arrow-up-1-0": () => Promise<DynamicIconModule>;
|
|
88
|
+
readonly "arrow-up-a-z": () => Promise<DynamicIconModule>;
|
|
89
|
+
readonly "arrow-up-down": () => Promise<DynamicIconModule>;
|
|
90
|
+
readonly "arrow-up-from-dot": () => Promise<DynamicIconModule>;
|
|
91
|
+
readonly "arrow-up-from-line": () => Promise<DynamicIconModule>;
|
|
92
|
+
readonly "arrow-up-left": () => Promise<DynamicIconModule>;
|
|
93
|
+
readonly "arrow-up-narrow-wide": () => Promise<DynamicIconModule>;
|
|
94
|
+
readonly "arrow-up-right": () => Promise<DynamicIconModule>;
|
|
95
|
+
readonly "arrow-up-to-line": () => Promise<DynamicIconModule>;
|
|
96
|
+
readonly "arrow-up-wide-narrow": () => Promise<DynamicIconModule>;
|
|
97
|
+
readonly "arrow-up-z-a": () => Promise<DynamicIconModule>;
|
|
98
|
+
readonly "arrow-up": () => Promise<DynamicIconModule>;
|
|
99
|
+
readonly "arrows-up-from-line": () => Promise<DynamicIconModule>;
|
|
100
|
+
readonly "asterisk": () => Promise<DynamicIconModule>;
|
|
101
|
+
readonly "astroid": () => Promise<DynamicIconModule>;
|
|
102
|
+
readonly "at-sign": () => Promise<DynamicIconModule>;
|
|
103
|
+
readonly "atom": () => Promise<DynamicIconModule>;
|
|
104
|
+
readonly "audio-lines": () => Promise<DynamicIconModule>;
|
|
105
|
+
readonly "audio-waveform": () => Promise<DynamicIconModule>;
|
|
106
|
+
readonly "award": () => Promise<DynamicIconModule>;
|
|
107
|
+
readonly "axe": () => Promise<DynamicIconModule>;
|
|
108
|
+
readonly "axis-3d": () => Promise<DynamicIconModule>;
|
|
109
|
+
readonly "baby": () => Promise<DynamicIconModule>;
|
|
110
|
+
readonly "backpack": () => Promise<DynamicIconModule>;
|
|
111
|
+
readonly "badge-alert": () => Promise<DynamicIconModule>;
|
|
112
|
+
readonly "badge-cent": () => Promise<DynamicIconModule>;
|
|
113
|
+
readonly "badge-check": () => Promise<DynamicIconModule>;
|
|
114
|
+
readonly "badge-dollar-sign": () => Promise<DynamicIconModule>;
|
|
115
|
+
readonly "badge-euro": () => Promise<DynamicIconModule>;
|
|
116
|
+
readonly "badge-indian-rupee": () => Promise<DynamicIconModule>;
|
|
117
|
+
readonly "badge-info": () => Promise<DynamicIconModule>;
|
|
118
|
+
readonly "badge-japanese-yen": () => Promise<DynamicIconModule>;
|
|
119
|
+
readonly "badge-minus": () => Promise<DynamicIconModule>;
|
|
120
|
+
readonly "badge-percent": () => Promise<DynamicIconModule>;
|
|
121
|
+
readonly "badge-plus": () => Promise<DynamicIconModule>;
|
|
122
|
+
readonly "badge-pound-sterling": () => Promise<DynamicIconModule>;
|
|
123
|
+
readonly "badge-question-mark": () => Promise<DynamicIconModule>;
|
|
124
|
+
readonly "badge-russian-ruble": () => Promise<DynamicIconModule>;
|
|
125
|
+
readonly "badge-swiss-franc": () => Promise<DynamicIconModule>;
|
|
126
|
+
readonly "badge-turkish-lira": () => Promise<DynamicIconModule>;
|
|
127
|
+
readonly "badge-x": () => Promise<DynamicIconModule>;
|
|
128
|
+
readonly "badge": () => Promise<DynamicIconModule>;
|
|
129
|
+
readonly "baggage-claim": () => Promise<DynamicIconModule>;
|
|
130
|
+
readonly "balloon": () => Promise<DynamicIconModule>;
|
|
131
|
+
readonly "ban": () => Promise<DynamicIconModule>;
|
|
132
|
+
readonly "banana": () => Promise<DynamicIconModule>;
|
|
133
|
+
readonly "bandage": () => Promise<DynamicIconModule>;
|
|
134
|
+
readonly "banknote-arrow-down": () => Promise<DynamicIconModule>;
|
|
135
|
+
readonly "banknote-arrow-up": () => Promise<DynamicIconModule>;
|
|
136
|
+
readonly "banknote-x": () => Promise<DynamicIconModule>;
|
|
137
|
+
readonly "banknote": () => Promise<DynamicIconModule>;
|
|
138
|
+
readonly "barcode": () => Promise<DynamicIconModule>;
|
|
139
|
+
readonly "barrel": () => Promise<DynamicIconModule>;
|
|
140
|
+
readonly "baseline": () => Promise<DynamicIconModule>;
|
|
141
|
+
readonly "bath": () => Promise<DynamicIconModule>;
|
|
142
|
+
readonly "battery-charging": () => Promise<DynamicIconModule>;
|
|
143
|
+
readonly "battery-full": () => Promise<DynamicIconModule>;
|
|
144
|
+
readonly "battery-low": () => Promise<DynamicIconModule>;
|
|
145
|
+
readonly "battery-medium": () => Promise<DynamicIconModule>;
|
|
146
|
+
readonly "battery-plus": () => Promise<DynamicIconModule>;
|
|
147
|
+
readonly "battery-warning": () => Promise<DynamicIconModule>;
|
|
148
|
+
readonly "battery": () => Promise<DynamicIconModule>;
|
|
149
|
+
readonly "beaker": () => Promise<DynamicIconModule>;
|
|
150
|
+
readonly "bean-off": () => Promise<DynamicIconModule>;
|
|
151
|
+
readonly "bean": () => Promise<DynamicIconModule>;
|
|
152
|
+
readonly "bed-double": () => Promise<DynamicIconModule>;
|
|
153
|
+
readonly "bed-single": () => Promise<DynamicIconModule>;
|
|
154
|
+
readonly "bed": () => Promise<DynamicIconModule>;
|
|
155
|
+
readonly "beef-off": () => Promise<DynamicIconModule>;
|
|
156
|
+
readonly "beef": () => Promise<DynamicIconModule>;
|
|
157
|
+
readonly "beer-off": () => Promise<DynamicIconModule>;
|
|
158
|
+
readonly "beer": () => Promise<DynamicIconModule>;
|
|
159
|
+
readonly "bell-check": () => Promise<DynamicIconModule>;
|
|
160
|
+
readonly "bell-dot": () => Promise<DynamicIconModule>;
|
|
161
|
+
readonly "bell-electric": () => Promise<DynamicIconModule>;
|
|
162
|
+
readonly "bell-minus": () => Promise<DynamicIconModule>;
|
|
163
|
+
readonly "bell-off": () => Promise<DynamicIconModule>;
|
|
164
|
+
readonly "bell-plus": () => Promise<DynamicIconModule>;
|
|
165
|
+
readonly "bell-ring": () => Promise<DynamicIconModule>;
|
|
166
|
+
readonly "bell": () => Promise<DynamicIconModule>;
|
|
167
|
+
readonly "between-horizontal-end": () => Promise<DynamicIconModule>;
|
|
168
|
+
readonly "between-horizontal-start": () => Promise<DynamicIconModule>;
|
|
169
|
+
readonly "between-vertical-end": () => Promise<DynamicIconModule>;
|
|
170
|
+
readonly "between-vertical-start": () => Promise<DynamicIconModule>;
|
|
171
|
+
readonly "book-open": () => Promise<DynamicIconModule>;
|
|
172
|
+
readonly "bot": () => Promise<DynamicIconModule>;
|
|
173
|
+
readonly "calendar": () => Promise<DynamicIconModule>;
|
|
174
|
+
readonly "check": () => Promise<DynamicIconModule>;
|
|
175
|
+
readonly "chevron-down": () => Promise<DynamicIconModule>;
|
|
176
|
+
readonly "chevron-left": () => Promise<DynamicIconModule>;
|
|
177
|
+
readonly "chevron-right": () => Promise<DynamicIconModule>;
|
|
178
|
+
readonly "chevron-up": () => Promise<DynamicIconModule>;
|
|
179
|
+
readonly "circle": () => Promise<DynamicIconModule>;
|
|
180
|
+
readonly "clock": () => Promise<DynamicIconModule>;
|
|
181
|
+
readonly "code": () => Promise<DynamicIconModule>;
|
|
182
|
+
readonly "copy": () => Promise<DynamicIconModule>;
|
|
183
|
+
readonly "database": () => Promise<DynamicIconModule>;
|
|
184
|
+
readonly "download": () => Promise<DynamicIconModule>;
|
|
185
|
+
readonly "external-link": () => Promise<DynamicIconModule>;
|
|
186
|
+
readonly "eye-off": () => Promise<DynamicIconModule>;
|
|
187
|
+
readonly "eye": () => Promise<DynamicIconModule>;
|
|
188
|
+
readonly "file-text": () => Promise<DynamicIconModule>;
|
|
189
|
+
readonly "file": () => Promise<DynamicIconModule>;
|
|
190
|
+
readonly "folder-open": () => Promise<DynamicIconModule>;
|
|
191
|
+
readonly "folder": () => Promise<DynamicIconModule>;
|
|
192
|
+
readonly "globe": () => Promise<DynamicIconModule>;
|
|
193
|
+
readonly "grip-horizontal": () => Promise<DynamicIconModule>;
|
|
194
|
+
readonly "grip-vertical": () => Promise<DynamicIconModule>;
|
|
195
|
+
readonly "heart": () => Promise<DynamicIconModule>;
|
|
196
|
+
readonly "image": () => Promise<DynamicIconModule>;
|
|
197
|
+
readonly "info": () => Promise<DynamicIconModule>;
|
|
198
|
+
readonly "layers": () => Promise<DynamicIconModule>;
|
|
199
|
+
readonly "link": () => Promise<DynamicIconModule>;
|
|
200
|
+
readonly "list": () => Promise<DynamicIconModule>;
|
|
201
|
+
readonly "lock": () => Promise<DynamicIconModule>;
|
|
202
|
+
readonly "log-out": () => Promise<DynamicIconModule>;
|
|
203
|
+
readonly "mail": () => Promise<DynamicIconModule>;
|
|
204
|
+
readonly "menu": () => Promise<DynamicIconModule>;
|
|
205
|
+
readonly "message-square": () => Promise<DynamicIconModule>;
|
|
206
|
+
readonly "minus": () => Promise<DynamicIconModule>;
|
|
207
|
+
readonly "monitor": () => Promise<DynamicIconModule>;
|
|
208
|
+
readonly "moon": () => Promise<DynamicIconModule>;
|
|
209
|
+
readonly "pencil": () => Promise<DynamicIconModule>;
|
|
210
|
+
readonly "play": () => Promise<DynamicIconModule>;
|
|
211
|
+
readonly "plus": () => Promise<DynamicIconModule>;
|
|
212
|
+
readonly "refresh-ccw": () => Promise<DynamicIconModule>;
|
|
213
|
+
readonly "refresh-cw": () => Promise<DynamicIconModule>;
|
|
214
|
+
readonly "rotate-ccw": () => Promise<DynamicIconModule>;
|
|
215
|
+
readonly "rotate-cw": () => Promise<DynamicIconModule>;
|
|
216
|
+
readonly "save": () => Promise<DynamicIconModule>;
|
|
217
|
+
readonly "search": () => Promise<DynamicIconModule>;
|
|
218
|
+
readonly "send": () => Promise<DynamicIconModule>;
|
|
219
|
+
readonly "server": () => Promise<DynamicIconModule>;
|
|
220
|
+
readonly "settings": () => Promise<DynamicIconModule>;
|
|
221
|
+
readonly "shield-check": () => Promise<DynamicIconModule>;
|
|
222
|
+
readonly "shield": () => Promise<DynamicIconModule>;
|
|
223
|
+
readonly "sparkles": () => Promise<DynamicIconModule>;
|
|
224
|
+
readonly "square": () => Promise<DynamicIconModule>;
|
|
225
|
+
readonly "star": () => Promise<DynamicIconModule>;
|
|
226
|
+
readonly "sun": () => Promise<DynamicIconModule>;
|
|
227
|
+
readonly "terminal": () => Promise<DynamicIconModule>;
|
|
228
|
+
readonly "trash-2": () => Promise<DynamicIconModule>;
|
|
229
|
+
readonly "upload": () => Promise<DynamicIconModule>;
|
|
230
|
+
readonly "user": () => Promise<DynamicIconModule>;
|
|
231
|
+
readonly "users": () => Promise<DynamicIconModule>;
|
|
232
|
+
readonly "x": () => Promise<DynamicIconModule>;
|
|
233
|
+
readonly "zap": () => Promise<DynamicIconModule>;
|
|
234
|
+
};
|
|
235
|
+
export declare const iconNames: readonly (keyof typeof dynamicIconImports)[];
|
|
236
|
+
export { dynamicIconImports };
|
|
237
|
+
export default dynamicIconImports;
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
const dynamicIconImports = {
|
|
2
|
+
"a-arrow-down": () => import("./icons/a-arrow-down.astro"),
|
|
3
|
+
"a-arrow-up": () => import("./icons/a-arrow-up.astro"),
|
|
4
|
+
"a-large-small": () => import("./icons/a-large-small.astro"),
|
|
5
|
+
"accessibility": () => import("./icons/accessibility.astro"),
|
|
6
|
+
"activity": () => import("./icons/activity.astro"),
|
|
7
|
+
"air-vent": () => import("./icons/air-vent.astro"),
|
|
8
|
+
"airplay": () => import("./icons/airplay.astro"),
|
|
9
|
+
"alarm-clock-check": () => import("./icons/alarm-clock-check.astro"),
|
|
10
|
+
"alarm-clock-minus": () => import("./icons/alarm-clock-minus.astro"),
|
|
11
|
+
"alarm-clock-off": () => import("./icons/alarm-clock-off.astro"),
|
|
12
|
+
"alarm-clock-plus": () => import("./icons/alarm-clock-plus.astro"),
|
|
13
|
+
"alarm-clock": () => import("./icons/alarm-clock.astro"),
|
|
14
|
+
"alarm-smoke": () => import("./icons/alarm-smoke.astro"),
|
|
15
|
+
"album": () => import("./icons/album.astro"),
|
|
16
|
+
"align-center-horizontal": () => import("./icons/align-center-horizontal.astro"),
|
|
17
|
+
"align-center-vertical": () => import("./icons/align-center-vertical.astro"),
|
|
18
|
+
"align-end-horizontal": () => import("./icons/align-end-horizontal.astro"),
|
|
19
|
+
"align-end-vertical": () => import("./icons/align-end-vertical.astro"),
|
|
20
|
+
"align-horizontal-distribute-center": () => import("./icons/align-horizontal-distribute-center.astro"),
|
|
21
|
+
"align-horizontal-distribute-end": () => import("./icons/align-horizontal-distribute-end.astro"),
|
|
22
|
+
"align-horizontal-distribute-start": () => import("./icons/align-horizontal-distribute-start.astro"),
|
|
23
|
+
"align-horizontal-justify-center": () => import("./icons/align-horizontal-justify-center.astro"),
|
|
24
|
+
"align-horizontal-justify-end": () => import("./icons/align-horizontal-justify-end.astro"),
|
|
25
|
+
"align-horizontal-justify-start": () => import("./icons/align-horizontal-justify-start.astro"),
|
|
26
|
+
"align-horizontal-space-around": () => import("./icons/align-horizontal-space-around.astro"),
|
|
27
|
+
"align-horizontal-space-between": () => import("./icons/align-horizontal-space-between.astro"),
|
|
28
|
+
"align-start-horizontal": () => import("./icons/align-start-horizontal.astro"),
|
|
29
|
+
"align-start-vertical": () => import("./icons/align-start-vertical.astro"),
|
|
30
|
+
"align-vertical-distribute-center": () => import("./icons/align-vertical-distribute-center.astro"),
|
|
31
|
+
"align-vertical-distribute-end": () => import("./icons/align-vertical-distribute-end.astro"),
|
|
32
|
+
"align-vertical-distribute-start": () => import("./icons/align-vertical-distribute-start.astro"),
|
|
33
|
+
"align-vertical-justify-center": () => import("./icons/align-vertical-justify-center.astro"),
|
|
34
|
+
"align-vertical-justify-end": () => import("./icons/align-vertical-justify-end.astro"),
|
|
35
|
+
"align-vertical-justify-start": () => import("./icons/align-vertical-justify-start.astro"),
|
|
36
|
+
"align-vertical-space-around": () => import("./icons/align-vertical-space-around.astro"),
|
|
37
|
+
"align-vertical-space-between": () => import("./icons/align-vertical-space-between.astro"),
|
|
38
|
+
"ambulance": () => import("./icons/ambulance.astro"),
|
|
39
|
+
"ampersand": () => import("./icons/ampersand.astro"),
|
|
40
|
+
"ampersands": () => import("./icons/ampersands.astro"),
|
|
41
|
+
"amphora": () => import("./icons/amphora.astro"),
|
|
42
|
+
"anchor": () => import("./icons/anchor.astro"),
|
|
43
|
+
"angry": () => import("./icons/angry.astro"),
|
|
44
|
+
"annoyed": () => import("./icons/annoyed.astro"),
|
|
45
|
+
"antenna": () => import("./icons/antenna.astro"),
|
|
46
|
+
"anvil": () => import("./icons/anvil.astro"),
|
|
47
|
+
"aperture": () => import("./icons/aperture.astro"),
|
|
48
|
+
"app-window-mac": () => import("./icons/app-window-mac.astro"),
|
|
49
|
+
"app-window": () => import("./icons/app-window.astro"),
|
|
50
|
+
"apple": () => import("./icons/apple.astro"),
|
|
51
|
+
"archive-restore": () => import("./icons/archive-restore.astro"),
|
|
52
|
+
"archive-x": () => import("./icons/archive-x.astro"),
|
|
53
|
+
"archive": () => import("./icons/archive.astro"),
|
|
54
|
+
"armchair": () => import("./icons/armchair.astro"),
|
|
55
|
+
"arrow-big-down-dash": () => import("./icons/arrow-big-down-dash.astro"),
|
|
56
|
+
"arrow-big-down": () => import("./icons/arrow-big-down.astro"),
|
|
57
|
+
"arrow-big-left-dash": () => import("./icons/arrow-big-left-dash.astro"),
|
|
58
|
+
"arrow-big-left": () => import("./icons/arrow-big-left.astro"),
|
|
59
|
+
"arrow-big-right-dash": () => import("./icons/arrow-big-right-dash.astro"),
|
|
60
|
+
"arrow-big-right": () => import("./icons/arrow-big-right.astro"),
|
|
61
|
+
"arrow-big-up-dash": () => import("./icons/arrow-big-up-dash.astro"),
|
|
62
|
+
"arrow-big-up": () => import("./icons/arrow-big-up.astro"),
|
|
63
|
+
"arrow-down-0-1": () => import("./icons/arrow-down-0-1.astro"),
|
|
64
|
+
"arrow-down-1-0": () => import("./icons/arrow-down-1-0.astro"),
|
|
65
|
+
"arrow-down-a-z": () => import("./icons/arrow-down-a-z.astro"),
|
|
66
|
+
"arrow-down-from-line": () => import("./icons/arrow-down-from-line.astro"),
|
|
67
|
+
"arrow-down-left": () => import("./icons/arrow-down-left.astro"),
|
|
68
|
+
"arrow-down-narrow-wide": () => import("./icons/arrow-down-narrow-wide.astro"),
|
|
69
|
+
"arrow-down-right": () => import("./icons/arrow-down-right.astro"),
|
|
70
|
+
"arrow-down-to-dot": () => import("./icons/arrow-down-to-dot.astro"),
|
|
71
|
+
"arrow-down-to-line": () => import("./icons/arrow-down-to-line.astro"),
|
|
72
|
+
"arrow-down-up": () => import("./icons/arrow-down-up.astro"),
|
|
73
|
+
"arrow-down-wide-narrow": () => import("./icons/arrow-down-wide-narrow.astro"),
|
|
74
|
+
"arrow-down-z-a": () => import("./icons/arrow-down-z-a.astro"),
|
|
75
|
+
"arrow-down": () => import("./icons/arrow-down.astro"),
|
|
76
|
+
"arrow-left-from-line": () => import("./icons/arrow-left-from-line.astro"),
|
|
77
|
+
"arrow-left-right": () => import("./icons/arrow-left-right.astro"),
|
|
78
|
+
"arrow-left-to-line": () => import("./icons/arrow-left-to-line.astro"),
|
|
79
|
+
"arrow-left": () => import("./icons/arrow-left.astro"),
|
|
80
|
+
"arrow-right-from-line": () => import("./icons/arrow-right-from-line.astro"),
|
|
81
|
+
"arrow-right-left": () => import("./icons/arrow-right-left.astro"),
|
|
82
|
+
"arrow-right-to-line": () => import("./icons/arrow-right-to-line.astro"),
|
|
83
|
+
"arrow-right": () => import("./icons/arrow-right.astro"),
|
|
84
|
+
"arrow-up-0-1": () => import("./icons/arrow-up-0-1.astro"),
|
|
85
|
+
"arrow-up-1-0": () => import("./icons/arrow-up-1-0.astro"),
|
|
86
|
+
"arrow-up-a-z": () => import("./icons/arrow-up-a-z.astro"),
|
|
87
|
+
"arrow-up-down": () => import("./icons/arrow-up-down.astro"),
|
|
88
|
+
"arrow-up-from-dot": () => import("./icons/arrow-up-from-dot.astro"),
|
|
89
|
+
"arrow-up-from-line": () => import("./icons/arrow-up-from-line.astro"),
|
|
90
|
+
"arrow-up-left": () => import("./icons/arrow-up-left.astro"),
|
|
91
|
+
"arrow-up-narrow-wide": () => import("./icons/arrow-up-narrow-wide.astro"),
|
|
92
|
+
"arrow-up-right": () => import("./icons/arrow-up-right.astro"),
|
|
93
|
+
"arrow-up-to-line": () => import("./icons/arrow-up-to-line.astro"),
|
|
94
|
+
"arrow-up-wide-narrow": () => import("./icons/arrow-up-wide-narrow.astro"),
|
|
95
|
+
"arrow-up-z-a": () => import("./icons/arrow-up-z-a.astro"),
|
|
96
|
+
"arrow-up": () => import("./icons/arrow-up.astro"),
|
|
97
|
+
"arrows-up-from-line": () => import("./icons/arrows-up-from-line.astro"),
|
|
98
|
+
"asterisk": () => import("./icons/asterisk.astro"),
|
|
99
|
+
"astroid": () => import("./icons/astroid.astro"),
|
|
100
|
+
"at-sign": () => import("./icons/at-sign.astro"),
|
|
101
|
+
"atom": () => import("./icons/atom.astro"),
|
|
102
|
+
"audio-lines": () => import("./icons/audio-lines.astro"),
|
|
103
|
+
"audio-waveform": () => import("./icons/audio-waveform.astro"),
|
|
104
|
+
"award": () => import("./icons/award.astro"),
|
|
105
|
+
"axe": () => import("./icons/axe.astro"),
|
|
106
|
+
"axis-3d": () => import("./icons/axis-3d.astro"),
|
|
107
|
+
"baby": () => import("./icons/baby.astro"),
|
|
108
|
+
"backpack": () => import("./icons/backpack.astro"),
|
|
109
|
+
"badge-alert": () => import("./icons/badge-alert.astro"),
|
|
110
|
+
"badge-cent": () => import("./icons/badge-cent.astro"),
|
|
111
|
+
"badge-check": () => import("./icons/badge-check.astro"),
|
|
112
|
+
"badge-dollar-sign": () => import("./icons/badge-dollar-sign.astro"),
|
|
113
|
+
"badge-euro": () => import("./icons/badge-euro.astro"),
|
|
114
|
+
"badge-indian-rupee": () => import("./icons/badge-indian-rupee.astro"),
|
|
115
|
+
"badge-info": () => import("./icons/badge-info.astro"),
|
|
116
|
+
"badge-japanese-yen": () => import("./icons/badge-japanese-yen.astro"),
|
|
117
|
+
"badge-minus": () => import("./icons/badge-minus.astro"),
|
|
118
|
+
"badge-percent": () => import("./icons/badge-percent.astro"),
|
|
119
|
+
"badge-plus": () => import("./icons/badge-plus.astro"),
|
|
120
|
+
"badge-pound-sterling": () => import("./icons/badge-pound-sterling.astro"),
|
|
121
|
+
"badge-question-mark": () => import("./icons/badge-question-mark.astro"),
|
|
122
|
+
"badge-russian-ruble": () => import("./icons/badge-russian-ruble.astro"),
|
|
123
|
+
"badge-swiss-franc": () => import("./icons/badge-swiss-franc.astro"),
|
|
124
|
+
"badge-turkish-lira": () => import("./icons/badge-turkish-lira.astro"),
|
|
125
|
+
"badge-x": () => import("./icons/badge-x.astro"),
|
|
126
|
+
"badge": () => import("./icons/badge.astro"),
|
|
127
|
+
"baggage-claim": () => import("./icons/baggage-claim.astro"),
|
|
128
|
+
"balloon": () => import("./icons/balloon.astro"),
|
|
129
|
+
"ban": () => import("./icons/ban.astro"),
|
|
130
|
+
"banana": () => import("./icons/banana.astro"),
|
|
131
|
+
"bandage": () => import("./icons/bandage.astro"),
|
|
132
|
+
"banknote-arrow-down": () => import("./icons/banknote-arrow-down.astro"),
|
|
133
|
+
"banknote-arrow-up": () => import("./icons/banknote-arrow-up.astro"),
|
|
134
|
+
"banknote-x": () => import("./icons/banknote-x.astro"),
|
|
135
|
+
"banknote": () => import("./icons/banknote.astro"),
|
|
136
|
+
"barcode": () => import("./icons/barcode.astro"),
|
|
137
|
+
"barrel": () => import("./icons/barrel.astro"),
|
|
138
|
+
"baseline": () => import("./icons/baseline.astro"),
|
|
139
|
+
"bath": () => import("./icons/bath.astro"),
|
|
140
|
+
"battery-charging": () => import("./icons/battery-charging.astro"),
|
|
141
|
+
"battery-full": () => import("./icons/battery-full.astro"),
|
|
142
|
+
"battery-low": () => import("./icons/battery-low.astro"),
|
|
143
|
+
"battery-medium": () => import("./icons/battery-medium.astro"),
|
|
144
|
+
"battery-plus": () => import("./icons/battery-plus.astro"),
|
|
145
|
+
"battery-warning": () => import("./icons/battery-warning.astro"),
|
|
146
|
+
"battery": () => import("./icons/battery.astro"),
|
|
147
|
+
"beaker": () => import("./icons/beaker.astro"),
|
|
148
|
+
"bean-off": () => import("./icons/bean-off.astro"),
|
|
149
|
+
"bean": () => import("./icons/bean.astro"),
|
|
150
|
+
"bed-double": () => import("./icons/bed-double.astro"),
|
|
151
|
+
"bed-single": () => import("./icons/bed-single.astro"),
|
|
152
|
+
"bed": () => import("./icons/bed.astro"),
|
|
153
|
+
"beef-off": () => import("./icons/beef-off.astro"),
|
|
154
|
+
"beef": () => import("./icons/beef.astro"),
|
|
155
|
+
"beer-off": () => import("./icons/beer-off.astro"),
|
|
156
|
+
"beer": () => import("./icons/beer.astro"),
|
|
157
|
+
"bell-check": () => import("./icons/bell-check.astro"),
|
|
158
|
+
"bell-dot": () => import("./icons/bell-dot.astro"),
|
|
159
|
+
"bell-electric": () => import("./icons/bell-electric.astro"),
|
|
160
|
+
"bell-minus": () => import("./icons/bell-minus.astro"),
|
|
161
|
+
"bell-off": () => import("./icons/bell-off.astro"),
|
|
162
|
+
"bell-plus": () => import("./icons/bell-plus.astro"),
|
|
163
|
+
"bell-ring": () => import("./icons/bell-ring.astro"),
|
|
164
|
+
"bell": () => import("./icons/bell.astro"),
|
|
165
|
+
"between-horizontal-end": () => import("./icons/between-horizontal-end.astro"),
|
|
166
|
+
"between-horizontal-start": () => import("./icons/between-horizontal-start.astro"),
|
|
167
|
+
"between-vertical-end": () => import("./icons/between-vertical-end.astro"),
|
|
168
|
+
"between-vertical-start": () => import("./icons/between-vertical-start.astro"),
|
|
169
|
+
"book-open": () => import("./icons/book-open.astro"),
|
|
170
|
+
"bot": () => import("./icons/bot.astro"),
|
|
171
|
+
"calendar": () => import("./icons/calendar.astro"),
|
|
172
|
+
"check": () => import("./icons/check.astro"),
|
|
173
|
+
"chevron-down": () => import("./icons/chevron-down.astro"),
|
|
174
|
+
"chevron-left": () => import("./icons/chevron-left.astro"),
|
|
175
|
+
"chevron-right": () => import("./icons/chevron-right.astro"),
|
|
176
|
+
"chevron-up": () => import("./icons/chevron-up.astro"),
|
|
177
|
+
"circle": () => import("./icons/circle.astro"),
|
|
178
|
+
"clock": () => import("./icons/clock.astro"),
|
|
179
|
+
"code": () => import("./icons/code.astro"),
|
|
180
|
+
"copy": () => import("./icons/copy.astro"),
|
|
181
|
+
"database": () => import("./icons/database.astro"),
|
|
182
|
+
"download": () => import("./icons/download.astro"),
|
|
183
|
+
"external-link": () => import("./icons/external-link.astro"),
|
|
184
|
+
"eye-off": () => import("./icons/eye-off.astro"),
|
|
185
|
+
"eye": () => import("./icons/eye.astro"),
|
|
186
|
+
"file-text": () => import("./icons/file-text.astro"),
|
|
187
|
+
"file": () => import("./icons/file.astro"),
|
|
188
|
+
"folder-open": () => import("./icons/folder-open.astro"),
|
|
189
|
+
"folder": () => import("./icons/folder.astro"),
|
|
190
|
+
"globe": () => import("./icons/globe.astro"),
|
|
191
|
+
"grip-horizontal": () => import("./icons/grip-horizontal.astro"),
|
|
192
|
+
"grip-vertical": () => import("./icons/grip-vertical.astro"),
|
|
193
|
+
"heart": () => import("./icons/heart.astro"),
|
|
194
|
+
"image": () => import("./icons/image.astro"),
|
|
195
|
+
"info": () => import("./icons/info.astro"),
|
|
196
|
+
"layers": () => import("./icons/layers.astro"),
|
|
197
|
+
"link": () => import("./icons/link.astro"),
|
|
198
|
+
"list": () => import("./icons/list.astro"),
|
|
199
|
+
"lock": () => import("./icons/lock.astro"),
|
|
200
|
+
"log-out": () => import("./icons/log-out.astro"),
|
|
201
|
+
"mail": () => import("./icons/mail.astro"),
|
|
202
|
+
"menu": () => import("./icons/menu.astro"),
|
|
203
|
+
"message-square": () => import("./icons/message-square.astro"),
|
|
204
|
+
"minus": () => import("./icons/minus.astro"),
|
|
205
|
+
"monitor": () => import("./icons/monitor.astro"),
|
|
206
|
+
"moon": () => import("./icons/moon.astro"),
|
|
207
|
+
"pencil": () => import("./icons/pencil.astro"),
|
|
208
|
+
"play": () => import("./icons/play.astro"),
|
|
209
|
+
"plus": () => import("./icons/plus.astro"),
|
|
210
|
+
"refresh-ccw": () => import("./icons/refresh-ccw.astro"),
|
|
211
|
+
"refresh-cw": () => import("./icons/refresh-cw.astro"),
|
|
212
|
+
"rotate-ccw": () => import("./icons/rotate-ccw.astro"),
|
|
213
|
+
"rotate-cw": () => import("./icons/rotate-cw.astro"),
|
|
214
|
+
"save": () => import("./icons/save.astro"),
|
|
215
|
+
"search": () => import("./icons/search.astro"),
|
|
216
|
+
"send": () => import("./icons/send.astro"),
|
|
217
|
+
"server": () => import("./icons/server.astro"),
|
|
218
|
+
"settings": () => import("./icons/settings.astro"),
|
|
219
|
+
"shield-check": () => import("./icons/shield-check.astro"),
|
|
220
|
+
"shield": () => import("./icons/shield.astro"),
|
|
221
|
+
"sparkles": () => import("./icons/sparkles.astro"),
|
|
222
|
+
"square": () => import("./icons/square.astro"),
|
|
223
|
+
"star": () => import("./icons/star.astro"),
|
|
224
|
+
"sun": () => import("./icons/sun.astro"),
|
|
225
|
+
"terminal": () => import("./icons/terminal.astro"),
|
|
226
|
+
"trash-2": () => import("./icons/trash-2.astro"),
|
|
227
|
+
"upload": () => import("./icons/upload.astro"),
|
|
228
|
+
"user": () => import("./icons/user.astro"),
|
|
229
|
+
"users": () => import("./icons/users.astro"),
|
|
230
|
+
"x": () => import("./icons/x.astro"),
|
|
231
|
+
"zap": () => import("./icons/zap.astro")
|
|
232
|
+
};
|
|
233
|
+
export const iconNames = Object.keys(dynamicIconImports);
|
|
234
|
+
export { dynamicIconImports };
|
|
235
|
+
export default dynamicIconImports;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M9.713 13.938 7.438 6.761c-.321-1.015-1.555-1.015-1.876 0l-2.275 7.177L2 18m1.287-4.062c2.24.6 4.15.61 6.426 0m0 0L11 18m6.5-1V7m4.5 6a9.46 9.46 0 0 0-3.727 2.97L17.5 17l-.773-1.03A9.46 9.46 0 0 0 13 13"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="a-arrow-down" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M9.713 13.938 7.438 6.761c-.321-1.015-1.555-1.015-1.876 0l-2.275 7.177L2 18m1.287-4.062c2.24.6 4.15.61 6.426 0m0 0L11 18m6.5-11v10M13 11a9.46 9.46 0 0 0 3.727-2.97L17.5 7l.773 1.03A9.46 9.46 0 0 0 22 11"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="a-arrow-up" iconNode={__iconNode} {...props}><slot /></Icon>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Icon from "../Icon.astro";
|
|
3
|
+
import type { IconNode, VadivamProps } from "../types.js";
|
|
4
|
+
export const __iconNode: IconNode = [["path",{"d":"M9.713 13.938 7.438 6.761c-.321-1.015-1.555-1.015-1.876 0l-2.275 7.177L2 18m1.287-4.062c2.24.6 4.15.61 6.426 0m0 0L11 18m9.999-2.708-1.77-4.785c-.25-.676-1.209-.676-1.459 0l-1.769 4.785L15 18m1.001-2.708c1.742.4 3.227.407 4.998 0m0 0L22 18"}]];
|
|
5
|
+
const props = Astro.props as VadivamProps;
|
|
6
|
+
---
|
|
7
|
+
<Icon name="a-large-small" iconNode={__iconNode} {...props}><slot /></Icon>
|