@nrbx/lucide 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.txt +20 -0
- package/README.md +134 -0
- package/lucide/README.md +108 -0
- package/lucide/docs/README.md +35 -0
- package/lucide/packages/angular/README.md +91 -0
- package/lucide/packages/astro/README.md +88 -0
- package/lucide/packages/icons/README.md +96 -0
- package/lucide/packages/lucide/README.md +97 -0
- package/lucide/packages/lucide-preact/README.md +87 -0
- package/lucide/packages/lucide-react/README.md +87 -0
- package/lucide/packages/lucide-react-native/README.md +87 -0
- package/lucide/packages/lucide-solid/README.md +87 -0
- package/lucide/packages/lucide-static/README.md +101 -0
- package/lucide/packages/shared/README.md +3 -0
- package/lucide/packages/svelte/README.md +89 -0
- package/lucide/packages/vue/README.md +87 -0
- package/lucide/tools/build-font/README.md +3 -0
- package/lucide/tools/build-icons/README.md +3 -0
- package/lucide/tools/rollup-plugins/README.md +3 -0
- package/out/CombineIcon.d.ts +13 -0
- package/out/CombineIcon.luau +43 -0
- package/out/DynamicIcon.d.ts +28 -0
- package/out/DynamicIcon.luau +47 -0
- package/out/IconTemplate.d.ts +37 -0
- package/out/IconTemplate.luau +87 -0
- package/out/icons/.gitkeep +0 -0
- package/out/icons/a-arrow-down.d.ts +8 -0
- package/out/icons/a-arrow-down.luau +23 -0
- package/out/icons/a-arrow-up.d.ts +8 -0
- package/out/icons/a-arrow-up.luau +23 -0
- package/out/icons/a-large-small.d.ts +8 -0
- package/out/icons/a-large-small.luau +23 -0
- package/out/icons/accessibility.d.ts +8 -0
- package/out/icons/accessibility.luau +23 -0
- package/out/icons/activity.d.ts +8 -0
- package/out/icons/activity.luau +23 -0
- package/out/icons/ad.d.ts +8 -0
- package/out/icons/ad.luau +23 -0
- package/out/icons/air-vent.d.ts +8 -0
- package/out/icons/air-vent.luau +23 -0
- package/out/icons/airplay.d.ts +8 -0
- package/out/icons/airplay.luau +23 -0
- package/out/icons/alarm-clock-check.d.ts +8 -0
- package/out/icons/alarm-clock-check.luau +23 -0
- package/out/icons/alarm-clock-minus.d.ts +8 -0
- package/out/icons/alarm-clock-minus.luau +23 -0
- package/out/icons/alarm-clock-off.d.ts +8 -0
- package/out/icons/alarm-clock-off.luau +23 -0
- package/out/icons/alarm-clock-plus.d.ts +8 -0
- package/out/icons/alarm-clock-plus.luau +23 -0
- package/out/icons/alarm-clock.d.ts +8 -0
- package/out/icons/alarm-clock.luau +23 -0
- package/out/icons/alarm-smoke.d.ts +8 -0
- package/out/icons/alarm-smoke.luau +23 -0
- package/out/icons/album.d.ts +8 -0
- package/out/icons/album.luau +23 -0
- package/out/icons/align-center-horizontal.d.ts +8 -0
- package/out/icons/align-center-horizontal.luau +23 -0
- package/out/icons/align-center-vertical.d.ts +8 -0
- package/out/icons/align-center-vertical.luau +23 -0
- package/out/icons/align-end-horizontal.d.ts +8 -0
- package/out/icons/align-end-horizontal.luau +23 -0
- package/out/icons/align-end-vertical.d.ts +8 -0
- package/out/icons/align-end-vertical.luau +23 -0
- package/out/icons/align-horizontal-distribute-center.d.ts +8 -0
- package/out/icons/align-horizontal-distribute-center.luau +23 -0
- package/out/icons/align-horizontal-distribute-end.d.ts +8 -0
- package/out/icons/align-horizontal-distribute-end.luau +23 -0
- package/out/icons/align-horizontal-distribute-start.d.ts +8 -0
- package/out/icons/align-horizontal-distribute-start.luau +23 -0
- package/out/icons/align-horizontal-justify-center.d.ts +8 -0
- package/out/icons/align-horizontal-justify-center.luau +23 -0
- package/out/icons/align-horizontal-justify-end.d.ts +8 -0
- package/out/icons/align-horizontal-justify-end.luau +23 -0
- package/out/icons/align-horizontal-justify-start.d.ts +8 -0
- package/out/icons/align-horizontal-justify-start.luau +23 -0
- package/out/icons/align-horizontal-space-around.d.ts +8 -0
- package/out/icons/align-horizontal-space-around.luau +23 -0
- package/out/icons/align-horizontal-space-between.d.ts +8 -0
- package/out/icons/align-horizontal-space-between.luau +23 -0
- package/out/icons/align-start-horizontal.d.ts +8 -0
- package/out/icons/align-start-horizontal.luau +23 -0
- package/out/icons/align-start-vertical.d.ts +8 -0
- package/out/icons/align-start-vertical.luau +23 -0
- package/out/icons/align-vertical-distribute-center.d.ts +8 -0
- package/out/icons/align-vertical-distribute-center.luau +23 -0
- package/out/icons/align-vertical-distribute-end.d.ts +8 -0
- package/out/icons/align-vertical-distribute-end.luau +23 -0
- package/out/icons/align-vertical-distribute-start.d.ts +8 -0
- package/out/icons/align-vertical-distribute-start.luau +23 -0
- package/out/icons/align-vertical-justify-center.d.ts +8 -0
- package/out/icons/align-vertical-justify-center.luau +23 -0
- package/out/icons/align-vertical-justify-end.d.ts +8 -0
- package/out/icons/align-vertical-justify-end.luau +23 -0
- package/out/icons/align-vertical-justify-start.d.ts +8 -0
- package/out/icons/align-vertical-justify-start.luau +23 -0
- package/out/icons/align-vertical-space-around.d.ts +8 -0
- package/out/icons/align-vertical-space-around.luau +23 -0
- package/out/icons/align-vertical-space-between.d.ts +8 -0
- package/out/icons/align-vertical-space-between.luau +23 -0
- package/out/icons/ambulance.d.ts +8 -0
- package/out/icons/ambulance.luau +23 -0
- package/out/icons/ampersand.d.ts +8 -0
- package/out/icons/ampersand.luau +23 -0
- package/out/icons/ampersands.d.ts +8 -0
- package/out/icons/ampersands.luau +23 -0
- package/out/icons/amphora.d.ts +8 -0
- package/out/icons/amphora.luau +23 -0
- package/out/icons/anchor.d.ts +8 -0
- package/out/icons/anchor.luau +23 -0
- package/out/icons/angry.d.ts +8 -0
- package/out/icons/angry.luau +23 -0
- package/out/icons/annoyed.d.ts +8 -0
- package/out/icons/annoyed.luau +23 -0
- package/out/icons/antenna.d.ts +8 -0
- package/out/icons/antenna.luau +23 -0
- package/out/icons/anvil.d.ts +8 -0
- package/out/icons/anvil.luau +23 -0
- package/out/icons/aperture.d.ts +8 -0
- package/out/icons/aperture.luau +23 -0
- package/out/icons/app-window-mac.d.ts +8 -0
- package/out/icons/app-window-mac.luau +23 -0
- package/out/icons/app-window.d.ts +8 -0
- package/out/icons/app-window.luau +23 -0
- package/out/icons/apple.d.ts +8 -0
- package/out/icons/apple.luau +23 -0
- package/out/icons/archive-restore.d.ts +8 -0
- package/out/icons/archive-restore.luau +23 -0
- package/out/icons/archive-x.d.ts +8 -0
- package/out/icons/archive-x.luau +23 -0
- package/out/icons/archive.d.ts +8 -0
- package/out/icons/archive.luau +23 -0
- package/out/icons/armchair.d.ts +8 -0
- package/out/icons/armchair.luau +23 -0
- package/out/icons/arrow-big-down-dash.d.ts +8 -0
- package/out/icons/arrow-big-down-dash.luau +23 -0
- package/out/icons/arrow-big-down.d.ts +8 -0
- package/out/icons/arrow-big-down.luau +23 -0
- package/out/icons/arrow-big-left-dash.d.ts +8 -0
- package/out/icons/arrow-big-left-dash.luau +23 -0
- package/out/icons/arrow-big-left.d.ts +8 -0
- package/out/icons/arrow-big-left.luau +23 -0
- package/out/icons/arrow-big-right-dash.d.ts +8 -0
- package/out/icons/arrow-big-right-dash.luau +23 -0
- package/out/icons/arrow-big-right.d.ts +8 -0
- package/out/icons/arrow-big-right.luau +23 -0
- package/out/icons/arrow-big-up-dash.d.ts +8 -0
- package/out/icons/arrow-big-up-dash.luau +23 -0
- package/out/icons/arrow-big-up.d.ts +8 -0
- package/out/icons/arrow-big-up.luau +23 -0
- package/out/icons/arrow-down-0-1.d.ts +8 -0
- package/out/icons/arrow-down-0-1.luau +23 -0
- package/out/icons/arrow-down-1-0.d.ts +8 -0
- package/out/icons/arrow-down-1-0.luau +23 -0
- package/out/icons/arrow-down-a-z.d.ts +8 -0
- package/out/icons/arrow-down-a-z.luau +23 -0
- package/out/icons/arrow-down-from-line.d.ts +8 -0
- package/out/icons/arrow-down-from-line.luau +23 -0
- package/out/icons/arrow-down-left.d.ts +8 -0
- package/out/icons/arrow-down-left.luau +23 -0
- package/out/icons/arrow-down-narrow-wide.d.ts +8 -0
- package/out/icons/arrow-down-narrow-wide.luau +23 -0
- package/out/icons/arrow-down-right.d.ts +8 -0
- package/out/icons/arrow-down-right.luau +23 -0
- package/out/icons/arrow-down-to-dot.d.ts +8 -0
- package/out/icons/arrow-down-to-dot.luau +23 -0
- package/out/icons/arrow-down-to-line.d.ts +8 -0
- package/out/icons/arrow-down-to-line.luau +23 -0
- package/out/icons/arrow-down-up.d.ts +8 -0
- package/out/icons/arrow-down-up.luau +23 -0
- package/out/icons/arrow-down-wide-narrow.d.ts +8 -0
- package/out/icons/arrow-down-wide-narrow.luau +23 -0
- package/out/icons/arrow-down-z-a.d.ts +8 -0
- package/out/icons/arrow-down-z-a.luau +23 -0
- package/out/icons/arrow-down.d.ts +8 -0
- package/out/icons/arrow-down.luau +23 -0
- package/out/icons/arrow-left-from-line.d.ts +8 -0
- package/out/icons/arrow-left-from-line.luau +23 -0
- package/out/icons/arrow-left-right.d.ts +8 -0
- package/out/icons/arrow-left-right.luau +23 -0
- package/out/icons/arrow-left-to-line.d.ts +8 -0
- package/out/icons/arrow-left-to-line.luau +23 -0
- package/out/icons/arrow-left.d.ts +8 -0
- package/out/icons/arrow-left.luau +23 -0
- package/out/icons/arrow-right-from-line.d.ts +8 -0
- package/out/icons/arrow-right-from-line.luau +23 -0
- package/out/icons/arrow-right-left.d.ts +8 -0
- package/out/icons/arrow-right-left.luau +23 -0
- package/out/icons/arrow-right-to-line.d.ts +8 -0
- package/out/icons/arrow-right-to-line.luau +23 -0
- package/out/icons/arrow-right.d.ts +8 -0
- package/out/icons/arrow-right.luau +23 -0
- package/out/icons/arrow-up-0-1.d.ts +8 -0
- package/out/icons/arrow-up-0-1.luau +23 -0
- package/out/icons/arrow-up-1-0.d.ts +8 -0
- package/out/icons/arrow-up-1-0.luau +23 -0
- package/out/icons/arrow-up-a-z.d.ts +8 -0
- package/out/icons/arrow-up-a-z.luau +23 -0
- package/out/icons/arrow-up-down.d.ts +8 -0
- package/out/icons/arrow-up-down.luau +23 -0
- package/out/icons/arrow-up-from-dot.d.ts +8 -0
- package/out/icons/arrow-up-from-dot.luau +23 -0
- package/out/icons/arrow-up-from-line.d.ts +8 -0
- package/out/icons/arrow-up-from-line.luau +23 -0
- package/out/icons/arrow-up-left.d.ts +8 -0
- package/out/icons/arrow-up-left.luau +23 -0
- package/out/icons/arrow-up-narrow-wide.d.ts +8 -0
- package/out/icons/arrow-up-narrow-wide.luau +23 -0
- package/out/icons/arrow-up-right.d.ts +8 -0
- package/out/icons/arrow-up-right.luau +23 -0
- package/out/icons/arrow-up-to-line.d.ts +8 -0
- package/out/icons/arrow-up-to-line.luau +23 -0
- package/out/icons/arrow-up-wide-narrow.d.ts +8 -0
- package/out/icons/arrow-up-wide-narrow.luau +23 -0
- package/out/icons/arrow-up-z-a.d.ts +8 -0
- package/out/icons/arrow-up-z-a.luau +23 -0
- package/out/icons/arrow-up.d.ts +8 -0
- package/out/icons/arrow-up.luau +23 -0
- package/out/icons/arrows-up-from-line.d.ts +8 -0
- package/out/icons/arrows-up-from-line.luau +23 -0
- package/out/icons/asterisk.d.ts +8 -0
- package/out/icons/asterisk.luau +23 -0
- package/out/icons/astroid.d.ts +8 -0
- package/out/icons/astroid.luau +23 -0
- package/out/icons/at-sign.d.ts +8 -0
- package/out/icons/at-sign.luau +23 -0
- package/out/icons/atom.d.ts +8 -0
- package/out/icons/atom.luau +23 -0
- package/out/icons/audio-lines.d.ts +8 -0
- package/out/icons/audio-lines.luau +23 -0
- package/out/icons/audio-waveform.d.ts +8 -0
- package/out/icons/audio-waveform.luau +23 -0
- package/out/icons/award.d.ts +8 -0
- package/out/icons/award.luau +23 -0
- package/out/icons/axe.d.ts +8 -0
- package/out/icons/axe.luau +23 -0
- package/out/icons/axis-3d.d.ts +8 -0
- package/out/icons/axis-3d.luau +23 -0
- package/out/icons/baby.d.ts +8 -0
- package/out/icons/baby.luau +23 -0
- package/out/icons/backpack.d.ts +8 -0
- package/out/icons/backpack.luau +23 -0
- package/out/icons/badge-alert.d.ts +8 -0
- package/out/icons/badge-alert.luau +23 -0
- package/out/icons/badge-cent.d.ts +8 -0
- package/out/icons/badge-cent.luau +23 -0
- package/out/icons/badge-check.d.ts +8 -0
- package/out/icons/badge-check.luau +23 -0
- package/out/icons/badge-dollar-sign.d.ts +8 -0
- package/out/icons/badge-dollar-sign.luau +23 -0
- package/out/icons/badge-euro.d.ts +8 -0
- package/out/icons/badge-euro.luau +23 -0
- package/out/icons/badge-indian-rupee.d.ts +8 -0
- package/out/icons/badge-indian-rupee.luau +23 -0
- package/out/icons/badge-info.d.ts +8 -0
- package/out/icons/badge-info.luau +23 -0
- package/out/icons/badge-japanese-yen.d.ts +8 -0
- package/out/icons/badge-japanese-yen.luau +23 -0
- package/out/icons/badge-minus.d.ts +8 -0
- package/out/icons/badge-minus.luau +23 -0
- package/out/icons/badge-percent.d.ts +8 -0
- package/out/icons/badge-percent.luau +23 -0
- package/out/icons/badge-plus.d.ts +8 -0
- package/out/icons/badge-plus.luau +23 -0
- package/out/icons/badge-pound-sterling.d.ts +8 -0
- package/out/icons/badge-pound-sterling.luau +23 -0
- package/out/icons/badge-question-mark.d.ts +8 -0
- package/out/icons/badge-question-mark.luau +23 -0
- package/out/icons/badge-russian-ruble.d.ts +8 -0
- package/out/icons/badge-russian-ruble.luau +23 -0
- package/out/icons/badge-swiss-franc.d.ts +8 -0
- package/out/icons/badge-swiss-franc.luau +23 -0
- package/out/icons/badge-turkish-lira.d.ts +8 -0
- package/out/icons/badge-turkish-lira.luau +23 -0
- package/out/icons/badge-x.d.ts +8 -0
- package/out/icons/badge-x.luau +23 -0
- package/out/icons/badge.d.ts +8 -0
- package/out/icons/badge.luau +23 -0
- package/out/icons/baggage-claim.d.ts +8 -0
- package/out/icons/baggage-claim.luau +23 -0
- package/out/icons/balloon.d.ts +8 -0
- package/out/icons/balloon.luau +23 -0
- package/out/icons/ban.d.ts +8 -0
- package/out/icons/ban.luau +23 -0
- package/out/icons/banana.d.ts +8 -0
- package/out/icons/banana.luau +23 -0
- package/out/icons/bandage.d.ts +8 -0
- package/out/icons/bandage.luau +23 -0
- package/out/icons/banknote-arrow-down.d.ts +8 -0
- package/out/icons/banknote-arrow-down.luau +23 -0
- package/out/icons/banknote-arrow-up.d.ts +8 -0
- package/out/icons/banknote-arrow-up.luau +23 -0
- package/out/icons/banknote-check.d.ts +8 -0
- package/out/icons/banknote-check.luau +23 -0
- package/out/icons/banknote-x.d.ts +8 -0
- package/out/icons/banknote-x.luau +23 -0
- package/out/icons/banknote.d.ts +8 -0
- package/out/icons/banknote.luau +23 -0
- package/out/icons/barcode.d.ts +8 -0
- package/out/icons/barcode.luau +23 -0
- package/out/icons/baseline.d.ts +8 -0
- package/out/icons/baseline.luau +23 -0
- package/out/icons/bath.d.ts +8 -0
- package/out/icons/bath.luau +23 -0
- package/out/icons/battery-charging.d.ts +8 -0
- package/out/icons/battery-charging.luau +23 -0
- package/out/icons/battery-full.d.ts +8 -0
- package/out/icons/battery-full.luau +23 -0
- package/out/icons/battery-low.d.ts +8 -0
- package/out/icons/battery-low.luau +23 -0
- package/out/icons/battery-medium.d.ts +8 -0
- package/out/icons/battery-medium.luau +23 -0
- package/out/icons/battery-plus.d.ts +8 -0
- package/out/icons/battery-plus.luau +23 -0
- package/out/icons/battery-warning.d.ts +8 -0
- package/out/icons/battery-warning.luau +23 -0
- package/out/icons/battery.d.ts +8 -0
- package/out/icons/battery.luau +23 -0
- package/out/icons/beaker.d.ts +8 -0
- package/out/icons/beaker.luau +23 -0
- package/out/icons/bean-off.d.ts +8 -0
- package/out/icons/bean-off.luau +23 -0
- package/out/icons/bean.d.ts +8 -0
- package/out/icons/bean.luau +23 -0
- package/out/icons/bed-double.d.ts +8 -0
- package/out/icons/bed-double.luau +23 -0
- package/out/icons/bed-single.d.ts +8 -0
- package/out/icons/bed-single.luau +23 -0
- package/out/icons/bed.d.ts +8 -0
- package/out/icons/bed.luau +23 -0
- package/out/icons/beef-off.d.ts +8 -0
- package/out/icons/beef-off.luau +23 -0
- package/out/icons/beef.d.ts +8 -0
- package/out/icons/beef.luau +23 -0
- package/out/icons/bell-check.d.ts +8 -0
- package/out/icons/bell-check.luau +23 -0
- package/out/icons/bell-dot.d.ts +8 -0
- package/out/icons/bell-dot.luau +23 -0
- package/out/icons/bell-electric.d.ts +8 -0
- package/out/icons/bell-electric.luau +23 -0
- package/out/icons/bell-minus.d.ts +8 -0
- package/out/icons/bell-minus.luau +23 -0
- package/out/icons/bell-off.d.ts +8 -0
- package/out/icons/bell-off.luau +23 -0
- package/out/icons/bell-plus.d.ts +8 -0
- package/out/icons/bell-plus.luau +23 -0
- package/out/icons/bell-ring.d.ts +8 -0
- package/out/icons/bell-ring.luau +23 -0
- package/out/icons/bell.d.ts +8 -0
- package/out/icons/bell.luau +23 -0
- package/out/icons/between-horizontal-end.d.ts +8 -0
- package/out/icons/between-horizontal-end.luau +23 -0
- package/out/icons/between-horizontal-start.d.ts +8 -0
- package/out/icons/between-horizontal-start.luau +23 -0
- package/out/icons/between-vertical-end.d.ts +8 -0
- package/out/icons/between-vertical-end.luau +23 -0
- package/out/icons/between-vertical-start.d.ts +8 -0
- package/out/icons/between-vertical-start.luau +23 -0
- package/out/icons/biceps-flexed.d.ts +8 -0
- package/out/icons/biceps-flexed.luau +23 -0
- package/out/icons/bike.d.ts +8 -0
- package/out/icons/bike.luau +23 -0
- package/out/icons/binary.d.ts +8 -0
- package/out/icons/binary.luau +23 -0
- package/out/icons/binoculars.d.ts +8 -0
- package/out/icons/binoculars.luau +23 -0
- package/out/icons/biohazard.d.ts +8 -0
- package/out/icons/biohazard.luau +23 -0
- package/out/icons/bird.d.ts +8 -0
- package/out/icons/bird.luau +23 -0
- package/out/icons/birdhouse.d.ts +8 -0
- package/out/icons/birdhouse.luau +23 -0
- package/out/icons/bitcoin.d.ts +8 -0
- package/out/icons/bitcoin.luau +23 -0
- package/out/icons/blend.d.ts +8 -0
- package/out/icons/blend.luau +23 -0
- package/out/icons/blender.d.ts +8 -0
- package/out/icons/blender.luau +23 -0
- package/out/icons/blinds.d.ts +8 -0
- package/out/icons/blinds.luau +23 -0
- package/out/icons/blocks.d.ts +8 -0
- package/out/icons/blocks.luau +23 -0
- package/out/icons/bluetooth-connected.d.ts +8 -0
- package/out/icons/bluetooth-connected.luau +23 -0
- package/out/icons/bluetooth-off.d.ts +8 -0
- package/out/icons/bluetooth-off.luau +23 -0
- package/out/icons/bluetooth-searching.d.ts +8 -0
- package/out/icons/bluetooth-searching.luau +23 -0
- package/out/icons/bluetooth.d.ts +8 -0
- package/out/icons/bluetooth.luau +23 -0
- package/out/icons/bold.d.ts +8 -0
- package/out/icons/bold.luau +23 -0
- package/out/icons/bolt.d.ts +8 -0
- package/out/icons/bolt.luau +23 -0
- package/out/icons/bone-fracture.d.ts +8 -0
- package/out/icons/bone-fracture.luau +23 -0
- package/out/icons/bone.d.ts +8 -0
- package/out/icons/bone.luau +23 -0
- package/out/icons/book-a.d.ts +8 -0
- package/out/icons/book-a.luau +23 -0
- package/out/icons/book-alert.d.ts +8 -0
- package/out/icons/book-alert.luau +23 -0
- package/out/icons/book-audio.d.ts +8 -0
- package/out/icons/book-audio.luau +23 -0
- package/out/icons/book-check.d.ts +8 -0
- package/out/icons/book-check.luau +23 -0
- package/out/icons/book-copy.d.ts +8 -0
- package/out/icons/book-copy.luau +23 -0
- package/out/icons/book-dashed.d.ts +8 -0
- package/out/icons/book-dashed.luau +23 -0
- package/out/icons/book-down.d.ts +8 -0
- package/out/icons/book-down.luau +23 -0
- package/out/icons/book-headphones.d.ts +8 -0
- package/out/icons/book-headphones.luau +23 -0
- package/out/icons/book-heart.d.ts +8 -0
- package/out/icons/book-heart.luau +23 -0
- package/out/icons/book-image.d.ts +8 -0
- package/out/icons/book-image.luau +23 -0
- package/out/icons/book-key.d.ts +8 -0
- package/out/icons/book-key.luau +23 -0
- package/out/icons/book-lock.d.ts +8 -0
- package/out/icons/book-lock.luau +23 -0
- package/out/icons/book-marked.d.ts +8 -0
- package/out/icons/book-marked.luau +23 -0
- package/out/icons/book-minus.d.ts +8 -0
- package/out/icons/book-minus.luau +23 -0
- package/out/icons/book-open-check.d.ts +8 -0
- package/out/icons/book-open-check.luau +23 -0
- package/out/icons/book-open-text.d.ts +8 -0
- package/out/icons/book-open-text.luau +23 -0
- package/out/icons/book-open.d.ts +8 -0
- package/out/icons/book-open.luau +23 -0
- package/out/icons/book-plus.d.ts +8 -0
- package/out/icons/book-plus.luau +23 -0
- package/out/icons/book-search.d.ts +8 -0
- package/out/icons/book-search.luau +23 -0
- package/out/icons/book-text.d.ts +8 -0
- package/out/icons/book-text.luau +23 -0
- package/out/icons/book-type.d.ts +8 -0
- package/out/icons/book-type.luau +23 -0
- package/out/icons/book-up-2.d.ts +8 -0
- package/out/icons/book-up-2.luau +23 -0
- package/out/icons/book-up.d.ts +8 -0
- package/out/icons/book-up.luau +23 -0
- package/out/icons/book-user.d.ts +8 -0
- package/out/icons/book-user.luau +23 -0
- package/out/icons/book-x.d.ts +8 -0
- package/out/icons/book-x.luau +23 -0
- package/out/icons/book.d.ts +8 -0
- package/out/icons/book.luau +23 -0
- package/out/icons/bookmark-check.d.ts +8 -0
- package/out/icons/bookmark-check.luau +23 -0
- package/out/icons/bookmark-minus.d.ts +8 -0
- package/out/icons/bookmark-minus.luau +23 -0
- package/out/icons/bookmark-off.d.ts +8 -0
- package/out/icons/bookmark-off.luau +23 -0
- package/out/icons/bookmark-plus.d.ts +8 -0
- package/out/icons/bookmark-plus.luau +23 -0
- package/out/icons/bookmark-x.d.ts +8 -0
- package/out/icons/bookmark-x.luau +23 -0
- package/out/icons/bookmark.d.ts +8 -0
- package/out/icons/bookmark.luau +23 -0
- package/out/icons/boom-box.d.ts +8 -0
- package/out/icons/boom-box.luau +23 -0
- package/out/icons/bot-message-square.d.ts +8 -0
- package/out/icons/bot-message-square.luau +23 -0
- package/out/icons/bot-off.d.ts +8 -0
- package/out/icons/bot-off.luau +23 -0
- package/out/icons/bot.d.ts +8 -0
- package/out/icons/bot.luau +23 -0
- package/out/icons/bow-arrow.d.ts +8 -0
- package/out/icons/bow-arrow.luau +23 -0
- package/out/icons/box.d.ts +8 -0
- package/out/icons/box.luau +23 -0
- package/out/icons/boxes.d.ts +8 -0
- package/out/icons/boxes.luau +23 -0
- package/out/icons/braces.d.ts +8 -0
- package/out/icons/braces.luau +23 -0
- package/out/icons/brackets.d.ts +8 -0
- package/out/icons/brackets.luau +23 -0
- package/out/icons/brain-circuit.d.ts +8 -0
- package/out/icons/brain-circuit.luau +23 -0
- package/out/icons/brain-cog.d.ts +8 -0
- package/out/icons/brain-cog.luau +23 -0
- package/out/icons/brain.d.ts +8 -0
- package/out/icons/brain.luau +23 -0
- package/out/icons/brick-wall-fire.d.ts +8 -0
- package/out/icons/brick-wall-fire.luau +23 -0
- package/out/icons/brick-wall-shield.d.ts +8 -0
- package/out/icons/brick-wall-shield.luau +23 -0
- package/out/icons/brick-wall.d.ts +8 -0
- package/out/icons/brick-wall.luau +23 -0
- package/out/icons/briefcase-business.d.ts +8 -0
- package/out/icons/briefcase-business.luau +23 -0
- package/out/icons/briefcase-conveyor-belt.d.ts +8 -0
- package/out/icons/briefcase-conveyor-belt.luau +23 -0
- package/out/icons/briefcase-medical.d.ts +8 -0
- package/out/icons/briefcase-medical.luau +23 -0
- package/out/icons/briefcase.d.ts +8 -0
- package/out/icons/briefcase.luau +23 -0
- package/out/icons/bring-to-front.d.ts +8 -0
- package/out/icons/bring-to-front.luau +23 -0
- package/out/icons/broccoli.d.ts +8 -0
- package/out/icons/broccoli.luau +23 -0
- package/out/icons/brush-cleaning.d.ts +8 -0
- package/out/icons/brush-cleaning.luau +23 -0
- package/out/icons/brush.d.ts +8 -0
- package/out/icons/brush.luau +23 -0
- package/out/icons/bubbles.d.ts +8 -0
- package/out/icons/bubbles.luau +23 -0
- package/out/icons/bug-off.d.ts +8 -0
- package/out/icons/bug-off.luau +23 -0
- package/out/icons/bug-play.d.ts +8 -0
- package/out/icons/bug-play.luau +23 -0
- package/out/icons/bug.d.ts +8 -0
- package/out/icons/bug.luau +23 -0
- package/out/icons/building-2.d.ts +8 -0
- package/out/icons/building-2.luau +23 -0
- package/out/icons/building.d.ts +8 -0
- package/out/icons/building.luau +23 -0
- package/out/icons/bus-front.d.ts +8 -0
- package/out/icons/bus-front.luau +23 -0
- package/out/icons/bus.d.ts +8 -0
- package/out/icons/bus.luau +23 -0
- package/out/icons/cable-car.d.ts +8 -0
- package/out/icons/cable-car.luau +23 -0
- package/out/icons/cable.d.ts +8 -0
- package/out/icons/cable.luau +23 -0
- package/out/icons/cake-slice.d.ts +8 -0
- package/out/icons/cake-slice.luau +23 -0
- package/out/icons/cake.d.ts +8 -0
- package/out/icons/cake.luau +23 -0
- package/out/icons/calculator.d.ts +8 -0
- package/out/icons/calculator.luau +23 -0
- package/out/icons/calendar-1.d.ts +8 -0
- package/out/icons/calendar-1.luau +23 -0
- package/out/icons/calendar-arrow-down.d.ts +8 -0
- package/out/icons/calendar-arrow-down.luau +23 -0
- package/out/icons/calendar-arrow-up.d.ts +8 -0
- package/out/icons/calendar-arrow-up.luau +23 -0
- package/out/icons/calendar-check-2.d.ts +8 -0
- package/out/icons/calendar-check-2.luau +23 -0
- package/out/icons/calendar-check.d.ts +8 -0
- package/out/icons/calendar-check.luau +23 -0
- package/out/icons/calendar-clock.d.ts +8 -0
- package/out/icons/calendar-clock.luau +23 -0
- package/out/icons/calendar-cog.d.ts +8 -0
- package/out/icons/calendar-cog.luau +23 -0
- package/out/icons/calendar-days.d.ts +8 -0
- package/out/icons/calendar-days.luau +23 -0
- package/out/icons/calendar-fold.d.ts +8 -0
- package/out/icons/calendar-fold.luau +23 -0
- package/out/icons/calendar-heart.d.ts +8 -0
- package/out/icons/calendar-heart.luau +23 -0
- package/out/icons/calendar-minus-2.d.ts +8 -0
- package/out/icons/calendar-minus-2.luau +23 -0
- package/out/icons/calendar-minus.d.ts +8 -0
- package/out/icons/calendar-minus.luau +23 -0
- package/out/icons/calendar-off.d.ts +8 -0
- package/out/icons/calendar-off.luau +23 -0
- package/out/icons/calendar-plus-2.d.ts +8 -0
- package/out/icons/calendar-plus-2.luau +23 -0
- package/out/icons/calendar-plus.d.ts +8 -0
- package/out/icons/calendar-plus.luau +23 -0
- package/out/icons/calendar-range.d.ts +8 -0
- package/out/icons/calendar-range.luau +23 -0
- package/out/icons/calendar-search.d.ts +8 -0
- package/out/icons/calendar-search.luau +23 -0
- package/out/icons/calendar-sync.d.ts +8 -0
- package/out/icons/calendar-sync.luau +23 -0
- package/out/icons/calendar-x-2.d.ts +8 -0
- package/out/icons/calendar-x-2.luau +23 -0
- package/out/icons/calendar-x.d.ts +8 -0
- package/out/icons/calendar-x.luau +23 -0
- package/out/icons/calendar.d.ts +8 -0
- package/out/icons/calendar.luau +23 -0
- package/out/icons/calendars.d.ts +8 -0
- package/out/icons/calendars.luau +23 -0
- package/out/icons/camera-off.d.ts +8 -0
- package/out/icons/camera-off.luau +23 -0
- package/out/icons/camera.d.ts +8 -0
- package/out/icons/camera.luau +23 -0
- package/out/icons/candy-cane.d.ts +8 -0
- package/out/icons/candy-cane.luau +23 -0
- package/out/icons/candy-off.d.ts +8 -0
- package/out/icons/candy-off.luau +23 -0
- package/out/icons/candy.d.ts +8 -0
- package/out/icons/candy.luau +23 -0
- package/out/icons/captions-off.d.ts +8 -0
- package/out/icons/captions-off.luau +23 -0
- package/out/icons/captions.d.ts +8 -0
- package/out/icons/captions.luau +23 -0
- package/out/icons/car-front.d.ts +8 -0
- package/out/icons/car-front.luau +23 -0
- package/out/icons/car-taxi-front.d.ts +8 -0
- package/out/icons/car-taxi-front.luau +23 -0
- package/out/icons/car.d.ts +8 -0
- package/out/icons/car.luau +23 -0
- package/out/icons/caravan.d.ts +8 -0
- package/out/icons/caravan.luau +23 -0
- package/out/icons/card-sim.d.ts +8 -0
- package/out/icons/card-sim.luau +23 -0
- package/out/icons/carrot.d.ts +8 -0
- package/out/icons/carrot.luau +23 -0
- package/out/icons/case-lower.d.ts +8 -0
- package/out/icons/case-lower.luau +23 -0
- package/out/icons/case-sensitive.d.ts +8 -0
- package/out/icons/case-sensitive.luau +23 -0
- package/out/icons/case-upper.d.ts +8 -0
- package/out/icons/case-upper.luau +23 -0
- package/out/icons/cassette-tape.d.ts +8 -0
- package/out/icons/cassette-tape.luau +23 -0
- package/out/icons/cast.d.ts +8 -0
- package/out/icons/cast.luau +23 -0
- package/out/icons/castle.d.ts +8 -0
- package/out/icons/castle.luau +23 -0
- package/out/icons/cat.d.ts +8 -0
- package/out/icons/cat.luau +23 -0
- package/out/icons/cctv-off.d.ts +8 -0
- package/out/icons/cctv-off.luau +23 -0
- package/out/icons/cctv.d.ts +8 -0
- package/out/icons/cctv.luau +23 -0
- package/out/icons/chart-area.d.ts +8 -0
- package/out/icons/chart-area.luau +23 -0
- package/out/icons/chart-bar-big.d.ts +8 -0
- package/out/icons/chart-bar-big.luau +23 -0
- package/out/icons/chart-bar-decreasing.d.ts +8 -0
- package/out/icons/chart-bar-decreasing.luau +23 -0
- package/out/icons/chart-bar-increasing.d.ts +8 -0
- package/out/icons/chart-bar-increasing.luau +23 -0
- package/out/icons/chart-bar-stacked.d.ts +8 -0
- package/out/icons/chart-bar-stacked.luau +23 -0
- package/out/icons/chart-bar.d.ts +8 -0
- package/out/icons/chart-bar.luau +23 -0
- package/out/icons/chart-candlestick.d.ts +8 -0
- package/out/icons/chart-candlestick.luau +23 -0
- package/out/icons/chart-column-big.d.ts +8 -0
- package/out/icons/chart-column-big.luau +23 -0
- package/out/icons/chart-column-decreasing.d.ts +8 -0
- package/out/icons/chart-column-decreasing.luau +23 -0
- package/out/icons/chart-column-increasing.d.ts +8 -0
- package/out/icons/chart-column-increasing.luau +23 -0
- package/out/icons/chart-column-stacked.d.ts +8 -0
- package/out/icons/chart-column-stacked.luau +23 -0
- package/out/icons/chart-column.d.ts +8 -0
- package/out/icons/chart-column.luau +23 -0
- package/out/icons/chart-gantt.d.ts +8 -0
- package/out/icons/chart-gantt.luau +23 -0
- package/out/icons/chart-line.d.ts +8 -0
- package/out/icons/chart-line.luau +23 -0
- package/out/icons/chart-network.d.ts +8 -0
- package/out/icons/chart-network.luau +23 -0
- package/out/icons/chart-no-axes-column-decreasing.d.ts +8 -0
- package/out/icons/chart-no-axes-column-decreasing.luau +23 -0
- package/out/icons/chart-no-axes-column-increasing.d.ts +8 -0
- package/out/icons/chart-no-axes-column-increasing.luau +23 -0
- package/out/icons/chart-no-axes-column.d.ts +8 -0
- package/out/icons/chart-no-axes-column.luau +23 -0
- package/out/icons/chart-no-axes-combined.d.ts +8 -0
- package/out/icons/chart-no-axes-combined.luau +23 -0
- package/out/icons/chart-no-axes-gantt.d.ts +8 -0
- package/out/icons/chart-no-axes-gantt.luau +23 -0
- package/out/icons/chart-pie.d.ts +8 -0
- package/out/icons/chart-pie.luau +23 -0
- package/out/icons/chart-scatter.d.ts +8 -0
- package/out/icons/chart-scatter.luau +23 -0
- package/out/icons/chart-spline.d.ts +8 -0
- package/out/icons/chart-spline.luau +23 -0
- package/out/icons/check-check.d.ts +8 -0
- package/out/icons/check-check.luau +23 -0
- package/out/icons/check-line.d.ts +8 -0
- package/out/icons/check-line.luau +23 -0
- package/out/icons/check.d.ts +8 -0
- package/out/icons/check.luau +23 -0
- package/out/icons/chef-hat.d.ts +8 -0
- package/out/icons/chef-hat.luau +23 -0
- package/out/icons/cherry.d.ts +8 -0
- package/out/icons/cherry.luau +23 -0
- package/out/icons/chess-bishop.d.ts +8 -0
- package/out/icons/chess-bishop.luau +23 -0
- package/out/icons/chess-king.d.ts +8 -0
- package/out/icons/chess-king.luau +23 -0
- package/out/icons/chess-knight.d.ts +8 -0
- package/out/icons/chess-knight.luau +23 -0
- package/out/icons/chess-pawn.d.ts +8 -0
- package/out/icons/chess-pawn.luau +23 -0
- package/out/icons/chess-queen.d.ts +8 -0
- package/out/icons/chess-queen.luau +23 -0
- package/out/icons/chess-rook.d.ts +8 -0
- package/out/icons/chess-rook.luau +23 -0
- package/out/icons/chevron-down.d.ts +8 -0
- package/out/icons/chevron-down.luau +23 -0
- package/out/icons/chevron-first.d.ts +8 -0
- package/out/icons/chevron-first.luau +23 -0
- package/out/icons/chevron-last.d.ts +8 -0
- package/out/icons/chevron-last.luau +23 -0
- package/out/icons/chevron-left.d.ts +8 -0
- package/out/icons/chevron-left.luau +23 -0
- package/out/icons/chevron-right.d.ts +8 -0
- package/out/icons/chevron-right.luau +23 -0
- package/out/icons/chevron-up.d.ts +8 -0
- package/out/icons/chevron-up.luau +23 -0
- package/out/icons/chevrons-down-up.d.ts +8 -0
- package/out/icons/chevrons-down-up.luau +23 -0
- package/out/icons/chevrons-down.d.ts +8 -0
- package/out/icons/chevrons-down.luau +23 -0
- package/out/icons/chevrons-left-right-ellipsis.d.ts +8 -0
- package/out/icons/chevrons-left-right-ellipsis.luau +23 -0
- package/out/icons/chevrons-left-right.d.ts +8 -0
- package/out/icons/chevrons-left-right.luau +23 -0
- package/out/icons/chevrons-left.d.ts +8 -0
- package/out/icons/chevrons-left.luau +23 -0
- package/out/icons/chevrons-right-left.d.ts +8 -0
- package/out/icons/chevrons-right-left.luau +23 -0
- package/out/icons/chevrons-right.d.ts +8 -0
- package/out/icons/chevrons-right.luau +23 -0
- package/out/icons/chevrons-up-down.d.ts +8 -0
- package/out/icons/chevrons-up-down.luau +23 -0
- package/out/icons/chevrons-up.d.ts +8 -0
- package/out/icons/chevrons-up.luau +23 -0
- package/out/icons/church.d.ts +8 -0
- package/out/icons/church.luau +23 -0
- package/out/icons/circle-alert.d.ts +8 -0
- package/out/icons/circle-alert.luau +23 -0
- package/out/icons/circle-arrow-down.d.ts +8 -0
- package/out/icons/circle-arrow-down.luau +23 -0
- package/out/icons/circle-arrow-left.d.ts +8 -0
- package/out/icons/circle-arrow-left.luau +23 -0
- package/out/icons/circle-arrow-out-down-left.d.ts +8 -0
- package/out/icons/circle-arrow-out-down-left.luau +23 -0
- package/out/icons/circle-arrow-out-down-right.d.ts +8 -0
- package/out/icons/circle-arrow-out-down-right.luau +23 -0
- package/out/icons/circle-arrow-out-up-left.d.ts +8 -0
- package/out/icons/circle-arrow-out-up-left.luau +23 -0
- package/out/icons/circle-arrow-out-up-right.d.ts +8 -0
- package/out/icons/circle-arrow-out-up-right.luau +23 -0
- package/out/icons/circle-arrow-right.d.ts +8 -0
- package/out/icons/circle-arrow-right.luau +23 -0
- package/out/icons/circle-arrow-up.d.ts +8 -0
- package/out/icons/circle-arrow-up.luau +23 -0
- package/out/icons/circle-check-big.d.ts +8 -0
- package/out/icons/circle-check-big.luau +23 -0
- package/out/icons/circle-check.d.ts +8 -0
- package/out/icons/circle-check.luau +23 -0
- package/out/icons/circle-chevron-down.d.ts +8 -0
- package/out/icons/circle-chevron-down.luau +23 -0
- package/out/icons/circle-chevron-left.d.ts +8 -0
- package/out/icons/circle-chevron-left.luau +23 -0
- package/out/icons/circle-chevron-right.d.ts +8 -0
- package/out/icons/circle-chevron-right.luau +23 -0
- package/out/icons/circle-chevron-up.d.ts +8 -0
- package/out/icons/circle-chevron-up.luau +23 -0
- package/out/icons/circle-dashed.d.ts +8 -0
- package/out/icons/circle-dashed.luau +23 -0
- package/out/icons/circle-divide.d.ts +8 -0
- package/out/icons/circle-divide.luau +23 -0
- package/out/icons/circle-dollar-sign.d.ts +8 -0
- package/out/icons/circle-dollar-sign.luau +23 -0
- package/out/icons/circle-dot-dashed.d.ts +8 -0
- package/out/icons/circle-dot-dashed.luau +23 -0
- package/out/icons/circle-dot.d.ts +8 -0
- package/out/icons/circle-dot.luau +23 -0
- package/out/icons/circle-ellipsis.d.ts +8 -0
- package/out/icons/circle-ellipsis.luau +23 -0
- package/out/icons/circle-equal.d.ts +8 -0
- package/out/icons/circle-equal.luau +23 -0
- package/out/icons/circle-fading-arrow-up.d.ts +8 -0
- package/out/icons/circle-fading-arrow-up.luau +23 -0
- package/out/icons/circle-fading-plus.d.ts +8 -0
- package/out/icons/circle-fading-plus.luau +23 -0
- package/out/icons/circle-gauge.d.ts +8 -0
- package/out/icons/circle-gauge.luau +23 -0
- package/out/icons/circle-minus.d.ts +8 -0
- package/out/icons/circle-minus.luau +23 -0
- package/out/icons/circle-off.d.ts +8 -0
- package/out/icons/circle-off.luau +23 -0
- package/out/icons/circle-parking-off.d.ts +8 -0
- package/out/icons/circle-parking-off.luau +23 -0
- package/out/icons/circle-parking.d.ts +8 -0
- package/out/icons/circle-parking.luau +23 -0
- package/out/icons/circle-pause.d.ts +8 -0
- package/out/icons/circle-pause.luau +23 -0
- package/out/icons/circle-percent.d.ts +8 -0
- package/out/icons/circle-percent.luau +23 -0
- package/out/icons/circle-pile.d.ts +8 -0
- package/out/icons/circle-pile.luau +23 -0
- package/out/icons/circle-play.d.ts +8 -0
- package/out/icons/circle-play.luau +23 -0
- package/out/icons/circle-plus.d.ts +8 -0
- package/out/icons/circle-plus.luau +23 -0
- package/out/icons/circle-pound-sterling.d.ts +8 -0
- package/out/icons/circle-pound-sterling.luau +23 -0
- package/out/icons/circle-power.d.ts +8 -0
- package/out/icons/circle-power.luau +23 -0
- package/out/icons/circle-question-mark.d.ts +8 -0
- package/out/icons/circle-question-mark.luau +23 -0
- package/out/icons/circle-slash-2.d.ts +8 -0
- package/out/icons/circle-slash-2.luau +23 -0
- package/out/icons/circle-slash.d.ts +8 -0
- package/out/icons/circle-slash.luau +23 -0
- package/out/icons/circle-small.d.ts +8 -0
- package/out/icons/circle-small.luau +23 -0
- package/out/icons/circle-star.d.ts +8 -0
- package/out/icons/circle-star.luau +23 -0
- package/out/icons/circle-stop.d.ts +8 -0
- package/out/icons/circle-stop.luau +23 -0
- package/out/icons/circle-user-round.d.ts +8 -0
- package/out/icons/circle-user-round.luau +23 -0
- package/out/icons/circle-user.d.ts +8 -0
- package/out/icons/circle-user.luau +23 -0
- package/out/icons/circle-x.d.ts +8 -0
- package/out/icons/circle-x.luau +23 -0
- package/out/icons/circle.d.ts +8 -0
- package/out/icons/circle.luau +23 -0
- package/out/icons/circuit-board.d.ts +8 -0
- package/out/icons/circuit-board.luau +23 -0
- package/out/icons/citrus.d.ts +8 -0
- package/out/icons/citrus.luau +23 -0
- package/out/icons/clapperboard.d.ts +8 -0
- package/out/icons/clapperboard.luau +23 -0
- package/out/icons/clipboard-check.d.ts +8 -0
- package/out/icons/clipboard-check.luau +23 -0
- package/out/icons/clipboard-clock.d.ts +8 -0
- package/out/icons/clipboard-clock.luau +23 -0
- package/out/icons/clipboard-copy.d.ts +8 -0
- package/out/icons/clipboard-copy.luau +23 -0
- package/out/icons/clipboard-list.d.ts +8 -0
- package/out/icons/clipboard-list.luau +23 -0
- package/out/icons/clipboard-minus.d.ts +8 -0
- package/out/icons/clipboard-minus.luau +23 -0
- package/out/icons/clipboard-paste.d.ts +8 -0
- package/out/icons/clipboard-paste.luau +23 -0
- package/out/icons/clipboard-pen-line.d.ts +8 -0
- package/out/icons/clipboard-pen-line.luau +23 -0
- package/out/icons/clipboard-pen.d.ts +8 -0
- package/out/icons/clipboard-pen.luau +23 -0
- package/out/icons/clipboard-plus.d.ts +8 -0
- package/out/icons/clipboard-plus.luau +23 -0
- package/out/icons/clipboard-type.d.ts +8 -0
- package/out/icons/clipboard-type.luau +23 -0
- package/out/icons/clipboard-x.d.ts +8 -0
- package/out/icons/clipboard-x.luau +23 -0
- package/out/icons/clipboard.d.ts +8 -0
- package/out/icons/clipboard.luau +23 -0
- package/out/icons/clock-1.d.ts +8 -0
- package/out/icons/clock-1.luau +23 -0
- package/out/icons/clock-10.d.ts +8 -0
- package/out/icons/clock-10.luau +23 -0
- package/out/icons/clock-11.d.ts +8 -0
- package/out/icons/clock-11.luau +23 -0
- package/out/icons/clock-12.d.ts +8 -0
- package/out/icons/clock-12.luau +23 -0
- package/out/icons/clock-2.d.ts +8 -0
- package/out/icons/clock-2.luau +23 -0
- package/out/icons/clock-3.d.ts +8 -0
- package/out/icons/clock-3.luau +23 -0
- package/out/icons/clock-4.d.ts +8 -0
- package/out/icons/clock-4.luau +23 -0
- package/out/icons/clock-5.d.ts +8 -0
- package/out/icons/clock-5.luau +23 -0
- package/out/icons/clock-6.d.ts +8 -0
- package/out/icons/clock-6.luau +23 -0
- package/out/icons/clock-7.d.ts +8 -0
- package/out/icons/clock-7.luau +23 -0
- package/out/icons/clock-8.d.ts +8 -0
- package/out/icons/clock-8.luau +23 -0
- package/out/icons/clock-9.d.ts +8 -0
- package/out/icons/clock-9.luau +23 -0
- package/out/icons/clock-alert.d.ts +8 -0
- package/out/icons/clock-alert.luau +23 -0
- package/out/icons/clock-arrow-down.d.ts +8 -0
- package/out/icons/clock-arrow-down.luau +23 -0
- package/out/icons/clock-arrow-left.d.ts +8 -0
- package/out/icons/clock-arrow-left.luau +23 -0
- package/out/icons/clock-arrow-right.d.ts +8 -0
- package/out/icons/clock-arrow-right.luau +23 -0
- package/out/icons/clock-arrow-up.d.ts +8 -0
- package/out/icons/clock-arrow-up.luau +23 -0
- package/out/icons/clock-check.d.ts +8 -0
- package/out/icons/clock-check.luau +23 -0
- package/out/icons/clock-fading.d.ts +8 -0
- package/out/icons/clock-fading.luau +23 -0
- package/out/icons/clock-plus.d.ts +8 -0
- package/out/icons/clock-plus.luau +23 -0
- package/out/icons/clock.d.ts +8 -0
- package/out/icons/clock.luau +23 -0
- package/out/icons/closed-caption.d.ts +8 -0
- package/out/icons/closed-caption.luau +23 -0
- package/out/icons/cloud-alert.d.ts +8 -0
- package/out/icons/cloud-alert.luau +23 -0
- package/out/icons/cloud-backup.d.ts +8 -0
- package/out/icons/cloud-backup.luau +23 -0
- package/out/icons/cloud-check.d.ts +8 -0
- package/out/icons/cloud-check.luau +23 -0
- package/out/icons/cloud-cog.d.ts +8 -0
- package/out/icons/cloud-cog.luau +23 -0
- package/out/icons/cloud-download.d.ts +8 -0
- package/out/icons/cloud-download.luau +23 -0
- package/out/icons/cloud-drizzle.d.ts +8 -0
- package/out/icons/cloud-drizzle.luau +23 -0
- package/out/icons/cloud-fog.d.ts +8 -0
- package/out/icons/cloud-fog.luau +23 -0
- package/out/icons/cloud-hail.d.ts +8 -0
- package/out/icons/cloud-hail.luau +23 -0
- package/out/icons/cloud-lightning.d.ts +8 -0
- package/out/icons/cloud-lightning.luau +23 -0
- package/out/icons/cloud-moon-rain.d.ts +8 -0
- package/out/icons/cloud-moon-rain.luau +23 -0
- package/out/icons/cloud-moon.d.ts +8 -0
- package/out/icons/cloud-moon.luau +23 -0
- package/out/icons/cloud-off.d.ts +8 -0
- package/out/icons/cloud-off.luau +23 -0
- package/out/icons/cloud-rain-wind.d.ts +8 -0
- package/out/icons/cloud-rain-wind.luau +23 -0
- package/out/icons/cloud-rain.d.ts +8 -0
- package/out/icons/cloud-rain.luau +23 -0
- package/out/icons/cloud-snow.d.ts +8 -0
- package/out/icons/cloud-snow.luau +23 -0
- package/out/icons/cloud-sun-rain.d.ts +8 -0
- package/out/icons/cloud-sun-rain.luau +23 -0
- package/out/icons/cloud-sun.d.ts +8 -0
- package/out/icons/cloud-sun.luau +23 -0
- package/out/icons/cloud-sync.d.ts +8 -0
- package/out/icons/cloud-sync.luau +23 -0
- package/out/icons/cloud-upload.d.ts +8 -0
- package/out/icons/cloud-upload.luau +23 -0
- package/out/icons/cloud.d.ts +8 -0
- package/out/icons/cloud.luau +23 -0
- package/out/icons/cloudy.d.ts +8 -0
- package/out/icons/cloudy.luau +23 -0
- package/out/icons/clover.d.ts +8 -0
- package/out/icons/clover.luau +23 -0
- package/out/icons/club.d.ts +8 -0
- package/out/icons/club.luau +23 -0
- package/out/icons/code-xml.d.ts +8 -0
- package/out/icons/code-xml.luau +23 -0
- package/out/icons/code.d.ts +8 -0
- package/out/icons/code.luau +23 -0
- package/out/icons/coffee.d.ts +8 -0
- package/out/icons/coffee.luau +23 -0
- package/out/icons/cog.d.ts +8 -0
- package/out/icons/cog.luau +23 -0
- package/out/icons/coins.d.ts +8 -0
- package/out/icons/coins.luau +23 -0
- package/out/icons/columns-2.d.ts +8 -0
- package/out/icons/columns-2.luau +23 -0
- package/out/icons/columns-3-cog.d.ts +8 -0
- package/out/icons/columns-3-cog.luau +23 -0
- package/out/icons/columns-3.d.ts +8 -0
- package/out/icons/columns-3.luau +23 -0
- package/out/icons/columns-4.d.ts +8 -0
- package/out/icons/columns-4.luau +23 -0
- package/out/icons/combine.d.ts +8 -0
- package/out/icons/combine.luau +23 -0
- package/out/icons/command.d.ts +8 -0
- package/out/icons/command.luau +23 -0
- package/out/icons/compass.d.ts +8 -0
- package/out/icons/compass.luau +23 -0
- package/out/icons/component.d.ts +8 -0
- package/out/icons/component.luau +23 -0
- package/out/icons/computer.d.ts +8 -0
- package/out/icons/computer.luau +23 -0
- package/out/icons/concierge-bell.d.ts +8 -0
- package/out/icons/concierge-bell.luau +23 -0
- package/out/icons/cone.d.ts +8 -0
- package/out/icons/cone.luau +23 -0
- package/out/icons/construction.d.ts +8 -0
- package/out/icons/construction.luau +23 -0
- package/out/icons/contact-round.d.ts +8 -0
- package/out/icons/contact-round.luau +23 -0
- package/out/icons/contact.d.ts +8 -0
- package/out/icons/contact.luau +23 -0
- package/out/icons/container.d.ts +8 -0
- package/out/icons/container.luau +23 -0
- package/out/icons/contrast.d.ts +8 -0
- package/out/icons/contrast.luau +23 -0
- package/out/icons/cookie.d.ts +8 -0
- package/out/icons/cookie.luau +23 -0
- package/out/icons/cooking-pot.d.ts +8 -0
- package/out/icons/cooking-pot.luau +23 -0
- package/out/icons/copy-check.d.ts +8 -0
- package/out/icons/copy-check.luau +23 -0
- package/out/icons/copy-minus.d.ts +8 -0
- package/out/icons/copy-minus.luau +23 -0
- package/out/icons/copy-plus.d.ts +8 -0
- package/out/icons/copy-plus.luau +23 -0
- package/out/icons/copy-slash.d.ts +8 -0
- package/out/icons/copy-slash.luau +23 -0
- package/out/icons/copy-x.d.ts +8 -0
- package/out/icons/copy-x.luau +23 -0
- package/out/icons/copy.d.ts +8 -0
- package/out/icons/copy.luau +23 -0
- package/out/icons/copyleft.d.ts +8 -0
- package/out/icons/copyleft.luau +23 -0
- package/out/icons/copyright.d.ts +8 -0
- package/out/icons/copyright.luau +23 -0
- package/out/icons/corner-down-left.d.ts +8 -0
- package/out/icons/corner-down-left.luau +23 -0
- package/out/icons/corner-down-right.d.ts +8 -0
- package/out/icons/corner-down-right.luau +23 -0
- package/out/icons/corner-left-down.d.ts +8 -0
- package/out/icons/corner-left-down.luau +23 -0
- package/out/icons/corner-left-up.d.ts +8 -0
- package/out/icons/corner-left-up.luau +23 -0
- package/out/icons/corner-right-down.d.ts +8 -0
- package/out/icons/corner-right-down.luau +23 -0
- package/out/icons/corner-right-up.d.ts +8 -0
- package/out/icons/corner-right-up.luau +23 -0
- package/out/icons/corner-up-left.d.ts +8 -0
- package/out/icons/corner-up-left.luau +23 -0
- package/out/icons/corner-up-right.d.ts +8 -0
- package/out/icons/corner-up-right.luau +23 -0
- package/out/icons/cpu.d.ts +8 -0
- package/out/icons/cpu.luau +23 -0
- package/out/icons/creative-commons.d.ts +8 -0
- package/out/icons/creative-commons.luau +23 -0
- package/out/icons/credit-card.d.ts +8 -0
- package/out/icons/credit-card.luau +23 -0
- package/out/icons/croissant.d.ts +8 -0
- package/out/icons/croissant.luau +23 -0
- package/out/icons/crop.d.ts +8 -0
- package/out/icons/crop.luau +23 -0
- package/out/icons/cross.d.ts +8 -0
- package/out/icons/cross.luau +23 -0
- package/out/icons/crosshair.d.ts +8 -0
- package/out/icons/crosshair.luau +23 -0
- package/out/icons/crown.d.ts +8 -0
- package/out/icons/crown.luau +23 -0
- package/out/icons/cuboid.d.ts +8 -0
- package/out/icons/cuboid.luau +23 -0
- package/out/icons/cup-soda.d.ts +8 -0
- package/out/icons/cup-soda.luau +23 -0
- package/out/icons/currency.d.ts +8 -0
- package/out/icons/currency.luau +23 -0
- package/out/icons/cylinder.d.ts +8 -0
- package/out/icons/cylinder.luau +23 -0
- package/out/icons/dam.d.ts +8 -0
- package/out/icons/dam.luau +23 -0
- package/out/icons/database-arrow-down.d.ts +8 -0
- package/out/icons/database-arrow-down.luau +23 -0
- package/out/icons/database-arrow-up.d.ts +8 -0
- package/out/icons/database-arrow-up.luau +23 -0
- package/out/icons/database-backup.d.ts +8 -0
- package/out/icons/database-backup.luau +23 -0
- package/out/icons/database-check.d.ts +8 -0
- package/out/icons/database-check.luau +23 -0
- package/out/icons/database-minus.d.ts +8 -0
- package/out/icons/database-minus.luau +23 -0
- package/out/icons/database-plus.d.ts +8 -0
- package/out/icons/database-plus.luau +23 -0
- package/out/icons/database-search.d.ts +8 -0
- package/out/icons/database-search.luau +23 -0
- package/out/icons/database-x.d.ts +8 -0
- package/out/icons/database-x.luau +23 -0
- package/out/icons/database-zap.d.ts +8 -0
- package/out/icons/database-zap.luau +23 -0
- package/out/icons/database.d.ts +8 -0
- package/out/icons/database.luau +23 -0
- package/out/icons/decimals-arrow-left.d.ts +8 -0
- package/out/icons/decimals-arrow-left.luau +23 -0
- package/out/icons/decimals-arrow-right.d.ts +8 -0
- package/out/icons/decimals-arrow-right.luau +23 -0
- package/out/icons/delete.d.ts +8 -0
- package/out/icons/delete.luau +23 -0
- package/out/icons/dessert.d.ts +8 -0
- package/out/icons/dessert.luau +23 -0
- package/out/icons/diameter.d.ts +8 -0
- package/out/icons/diameter.luau +23 -0
- package/out/icons/diamond-minus.d.ts +8 -0
- package/out/icons/diamond-minus.luau +23 -0
- package/out/icons/diamond-percent.d.ts +8 -0
- package/out/icons/diamond-percent.luau +23 -0
- package/out/icons/diamond-plus.d.ts +8 -0
- package/out/icons/diamond-plus.luau +23 -0
- package/out/icons/diamond.d.ts +8 -0
- package/out/icons/diamond.luau +23 -0
- package/out/icons/dice-1.d.ts +8 -0
- package/out/icons/dice-1.luau +23 -0
- package/out/icons/dice-2.d.ts +8 -0
- package/out/icons/dice-2.luau +23 -0
- package/out/icons/dice-3.d.ts +8 -0
- package/out/icons/dice-3.luau +23 -0
- package/out/icons/dice-4.d.ts +8 -0
- package/out/icons/dice-4.luau +23 -0
- package/out/icons/dice-5.d.ts +8 -0
- package/out/icons/dice-5.luau +23 -0
- package/out/icons/dice-6.d.ts +8 -0
- package/out/icons/dice-6.luau +23 -0
- package/out/icons/dices.d.ts +8 -0
- package/out/icons/dices.luau +23 -0
- package/out/icons/diff.d.ts +8 -0
- package/out/icons/diff.luau +23 -0
- package/out/icons/disc-2.d.ts +8 -0
- package/out/icons/disc-2.luau +23 -0
- package/out/icons/disc-3.d.ts +8 -0
- package/out/icons/disc-3.luau +23 -0
- package/out/icons/disc-album.d.ts +8 -0
- package/out/icons/disc-album.luau +23 -0
- package/out/icons/disc.d.ts +8 -0
- package/out/icons/disc.luau +23 -0
- package/out/icons/divide.d.ts +8 -0
- package/out/icons/divide.luau +23 -0
- package/out/icons/dna-off.d.ts +8 -0
- package/out/icons/dna-off.luau +23 -0
- package/out/icons/dna.d.ts +8 -0
- package/out/icons/dna.luau +23 -0
- package/out/icons/dock.d.ts +8 -0
- package/out/icons/dock.luau +23 -0
- package/out/icons/dog.d.ts +8 -0
- package/out/icons/dog.luau +23 -0
- package/out/icons/dollar-sign.d.ts +8 -0
- package/out/icons/dollar-sign.luau +23 -0
- package/out/icons/donut.d.ts +8 -0
- package/out/icons/donut.luau +23 -0
- package/out/icons/door-closed-locked.d.ts +8 -0
- package/out/icons/door-closed-locked.luau +23 -0
- package/out/icons/door-closed.d.ts +8 -0
- package/out/icons/door-closed.luau +23 -0
- package/out/icons/door-open.d.ts +8 -0
- package/out/icons/door-open.luau +23 -0
- package/out/icons/dot.d.ts +8 -0
- package/out/icons/dot.luau +23 -0
- package/out/icons/download.d.ts +8 -0
- package/out/icons/download.luau +23 -0
- package/out/icons/drafting-compass.d.ts +8 -0
- package/out/icons/drafting-compass.luau +23 -0
- package/out/icons/drama.d.ts +8 -0
- package/out/icons/drama.luau +23 -0
- package/out/icons/drill.d.ts +8 -0
- package/out/icons/drill.luau +23 -0
- package/out/icons/drone.d.ts +8 -0
- package/out/icons/drone.luau +23 -0
- package/out/icons/droplet-off.d.ts +8 -0
- package/out/icons/droplet-off.luau +23 -0
- package/out/icons/droplet.d.ts +8 -0
- package/out/icons/droplet.luau +23 -0
- package/out/icons/droplets.d.ts +8 -0
- package/out/icons/droplets.luau +23 -0
- package/out/icons/drum.d.ts +8 -0
- package/out/icons/drum.luau +23 -0
- package/out/icons/drumstick.d.ts +8 -0
- package/out/icons/drumstick.luau +23 -0
- package/out/icons/dumbbell.d.ts +8 -0
- package/out/icons/dumbbell.luau +23 -0
- package/out/icons/ear-off.d.ts +8 -0
- package/out/icons/ear-off.luau +23 -0
- package/out/icons/ear.d.ts +8 -0
- package/out/icons/ear.luau +23 -0
- package/out/icons/earth-lock.d.ts +8 -0
- package/out/icons/earth-lock.luau +23 -0
- package/out/icons/earth.d.ts +8 -0
- package/out/icons/earth.luau +23 -0
- package/out/icons/eclipse.d.ts +8 -0
- package/out/icons/eclipse.luau +23 -0
- package/out/icons/egg-fried.d.ts +8 -0
- package/out/icons/egg-fried.luau +23 -0
- package/out/icons/egg-off.d.ts +8 -0
- package/out/icons/egg-off.luau +23 -0
- package/out/icons/egg.d.ts +8 -0
- package/out/icons/egg.luau +23 -0
- package/out/icons/ellipse.d.ts +8 -0
- package/out/icons/ellipse.luau +23 -0
- package/out/icons/ellipsis-vertical.d.ts +8 -0
- package/out/icons/ellipsis-vertical.luau +23 -0
- package/out/icons/ellipsis.d.ts +8 -0
- package/out/icons/ellipsis.luau +23 -0
- package/out/icons/equal-approximately.d.ts +8 -0
- package/out/icons/equal-approximately.luau +23 -0
- package/out/icons/equal-not.d.ts +8 -0
- package/out/icons/equal-not.luau +23 -0
- package/out/icons/equal.d.ts +8 -0
- package/out/icons/equal.luau +23 -0
- package/out/icons/eraser.d.ts +8 -0
- package/out/icons/eraser.luau +23 -0
- package/out/icons/ethernet-port.d.ts +8 -0
- package/out/icons/ethernet-port.luau +23 -0
- package/out/icons/euro.d.ts +8 -0
- package/out/icons/euro.luau +23 -0
- package/out/icons/ev-charger.d.ts +8 -0
- package/out/icons/ev-charger.luau +23 -0
- package/out/icons/expand.d.ts +8 -0
- package/out/icons/expand.luau +23 -0
- package/out/icons/external-link.d.ts +8 -0
- package/out/icons/external-link.luau +23 -0
- package/out/icons/eye-closed.d.ts +8 -0
- package/out/icons/eye-closed.luau +23 -0
- package/out/icons/eye-dashed.d.ts +8 -0
- package/out/icons/eye-dashed.luau +23 -0
- package/out/icons/eye-off.d.ts +8 -0
- package/out/icons/eye-off.luau +23 -0
- package/out/icons/eye.d.ts +8 -0
- package/out/icons/eye.luau +23 -0
- package/out/icons/factory.d.ts +8 -0
- package/out/icons/factory.luau +23 -0
- package/out/icons/fan.d.ts +8 -0
- package/out/icons/fan.luau +23 -0
- package/out/icons/fast-forward.d.ts +8 -0
- package/out/icons/fast-forward.luau +23 -0
- package/out/icons/feather.d.ts +8 -0
- package/out/icons/feather.luau +23 -0
- package/out/icons/fence.d.ts +8 -0
- package/out/icons/fence.luau +23 -0
- package/out/icons/ferris-wheel.d.ts +8 -0
- package/out/icons/ferris-wheel.luau +23 -0
- package/out/icons/file-archive.d.ts +8 -0
- package/out/icons/file-archive.luau +23 -0
- package/out/icons/file-axis-3d.d.ts +8 -0
- package/out/icons/file-axis-3d.luau +23 -0
- package/out/icons/file-badge.d.ts +8 -0
- package/out/icons/file-badge.luau +23 -0
- package/out/icons/file-box.d.ts +8 -0
- package/out/icons/file-box.luau +23 -0
- package/out/icons/file-braces-corner.d.ts +8 -0
- package/out/icons/file-braces-corner.luau +23 -0
- package/out/icons/file-braces.d.ts +8 -0
- package/out/icons/file-braces.luau +23 -0
- package/out/icons/file-chart-column-increasing.d.ts +8 -0
- package/out/icons/file-chart-column-increasing.luau +23 -0
- package/out/icons/file-chart-column.d.ts +8 -0
- package/out/icons/file-chart-column.luau +23 -0
- package/out/icons/file-chart-line.d.ts +8 -0
- package/out/icons/file-chart-line.luau +23 -0
- package/out/icons/file-chart-pie.d.ts +8 -0
- package/out/icons/file-chart-pie.luau +23 -0
- package/out/icons/file-check-corner.d.ts +8 -0
- package/out/icons/file-check-corner.luau +23 -0
- package/out/icons/file-check.d.ts +8 -0
- package/out/icons/file-check.luau +23 -0
- package/out/icons/file-clock.d.ts +8 -0
- package/out/icons/file-clock.luau +23 -0
- package/out/icons/file-code-corner.d.ts +8 -0
- package/out/icons/file-code-corner.luau +23 -0
- package/out/icons/file-code.d.ts +8 -0
- package/out/icons/file-code.luau +23 -0
- package/out/icons/file-cog.d.ts +8 -0
- package/out/icons/file-cog.luau +23 -0
- package/out/icons/file-diff.d.ts +8 -0
- package/out/icons/file-diff.luau +23 -0
- package/out/icons/file-digit.d.ts +8 -0
- package/out/icons/file-digit.luau +23 -0
- package/out/icons/file-down.d.ts +8 -0
- package/out/icons/file-down.luau +23 -0
- package/out/icons/file-exclamation-point.d.ts +8 -0
- package/out/icons/file-exclamation-point.luau +23 -0
- package/out/icons/file-headphone.d.ts +8 -0
- package/out/icons/file-headphone.luau +23 -0
- package/out/icons/file-heart.d.ts +8 -0
- package/out/icons/file-heart.luau +23 -0
- package/out/icons/file-image.d.ts +8 -0
- package/out/icons/file-image.luau +23 -0
- package/out/icons/file-input.d.ts +8 -0
- package/out/icons/file-input.luau +23 -0
- package/out/icons/file-key.d.ts +8 -0
- package/out/icons/file-key.luau +23 -0
- package/out/icons/file-lock.d.ts +8 -0
- package/out/icons/file-lock.luau +23 -0
- package/out/icons/file-minus-corner.d.ts +8 -0
- package/out/icons/file-minus-corner.luau +23 -0
- package/out/icons/file-minus.d.ts +8 -0
- package/out/icons/file-minus.luau +23 -0
- package/out/icons/file-music.d.ts +8 -0
- package/out/icons/file-music.luau +23 -0
- package/out/icons/file-output.d.ts +8 -0
- package/out/icons/file-output.luau +23 -0
- package/out/icons/file-pen-line.d.ts +8 -0
- package/out/icons/file-pen-line.luau +23 -0
- package/out/icons/file-pen.d.ts +8 -0
- package/out/icons/file-pen.luau +23 -0
- package/out/icons/file-play.d.ts +8 -0
- package/out/icons/file-play.luau +23 -0
- package/out/icons/file-plus-corner.d.ts +8 -0
- package/out/icons/file-plus-corner.luau +23 -0
- package/out/icons/file-plus.d.ts +8 -0
- package/out/icons/file-plus.luau +23 -0
- package/out/icons/file-question-mark.d.ts +8 -0
- package/out/icons/file-question-mark.luau +23 -0
- package/out/icons/file-scan.d.ts +8 -0
- package/out/icons/file-scan.luau +23 -0
- package/out/icons/file-search-corner.d.ts +8 -0
- package/out/icons/file-search-corner.luau +23 -0
- package/out/icons/file-search.d.ts +8 -0
- package/out/icons/file-search.luau +23 -0
- package/out/icons/file-signal.d.ts +8 -0
- package/out/icons/file-signal.luau +23 -0
- package/out/icons/file-sliders.d.ts +8 -0
- package/out/icons/file-sliders.luau +23 -0
- package/out/icons/file-spreadsheet.d.ts +8 -0
- package/out/icons/file-spreadsheet.luau +23 -0
- package/out/icons/file-stack.d.ts +8 -0
- package/out/icons/file-stack.luau +23 -0
- package/out/icons/file-symlink.d.ts +8 -0
- package/out/icons/file-symlink.luau +23 -0
- package/out/icons/file-terminal.d.ts +8 -0
- package/out/icons/file-terminal.luau +23 -0
- package/out/icons/file-text.d.ts +8 -0
- package/out/icons/file-text.luau +23 -0
- package/out/icons/file-type-corner.d.ts +8 -0
- package/out/icons/file-type-corner.luau +23 -0
- package/out/icons/file-type.d.ts +8 -0
- package/out/icons/file-type.luau +23 -0
- package/out/icons/file-up.d.ts +8 -0
- package/out/icons/file-up.luau +23 -0
- package/out/icons/file-user.d.ts +8 -0
- package/out/icons/file-user.luau +23 -0
- package/out/icons/file-video-camera.d.ts +8 -0
- package/out/icons/file-video-camera.luau +23 -0
- package/out/icons/file-volume.d.ts +8 -0
- package/out/icons/file-volume.luau +23 -0
- package/out/icons/file-x-corner.d.ts +8 -0
- package/out/icons/file-x-corner.luau +23 -0
- package/out/icons/file-x.d.ts +8 -0
- package/out/icons/file-x.luau +23 -0
- package/out/icons/file.d.ts +8 -0
- package/out/icons/file.luau +23 -0
- package/out/icons/files.d.ts +8 -0
- package/out/icons/files.luau +23 -0
- package/out/icons/film.d.ts +8 -0
- package/out/icons/film.luau +23 -0
- package/out/icons/fingerprint-pattern.d.ts +8 -0
- package/out/icons/fingerprint-pattern.luau +23 -0
- package/out/icons/fire-extinguisher.d.ts +8 -0
- package/out/icons/fire-extinguisher.luau +23 -0
- package/out/icons/fish-off.d.ts +8 -0
- package/out/icons/fish-off.luau +23 -0
- package/out/icons/fish-symbol.d.ts +8 -0
- package/out/icons/fish-symbol.luau +23 -0
- package/out/icons/fish.d.ts +8 -0
- package/out/icons/fish.luau +23 -0
- package/out/icons/fishing-hook.d.ts +8 -0
- package/out/icons/fishing-hook.luau +23 -0
- package/out/icons/fishing-rod.d.ts +8 -0
- package/out/icons/fishing-rod.luau +23 -0
- package/out/icons/flag-off.d.ts +8 -0
- package/out/icons/flag-off.luau +23 -0
- package/out/icons/flag-triangle-left.d.ts +8 -0
- package/out/icons/flag-triangle-left.luau +23 -0
- package/out/icons/flag-triangle-right.d.ts +8 -0
- package/out/icons/flag-triangle-right.luau +23 -0
- package/out/icons/flag.d.ts +8 -0
- package/out/icons/flag.luau +23 -0
- package/out/icons/flame-kindling.d.ts +8 -0
- package/out/icons/flame-kindling.luau +23 -0
- package/out/icons/flame.d.ts +8 -0
- package/out/icons/flame.luau +23 -0
- package/out/icons/flashlight-off.d.ts +8 -0
- package/out/icons/flashlight-off.luau +23 -0
- package/out/icons/flashlight.d.ts +8 -0
- package/out/icons/flashlight.luau +23 -0
- package/out/icons/flask-conical-off.d.ts +8 -0
- package/out/icons/flask-conical-off.luau +23 -0
- package/out/icons/flask-conical.d.ts +8 -0
- package/out/icons/flask-conical.luau +23 -0
- package/out/icons/flask-round.d.ts +8 -0
- package/out/icons/flask-round.luau +23 -0
- package/out/icons/flip-horizontal-2.d.ts +8 -0
- package/out/icons/flip-horizontal-2.luau +23 -0
- package/out/icons/flip-vertical-2.d.ts +8 -0
- package/out/icons/flip-vertical-2.luau +23 -0
- package/out/icons/flower-2.d.ts +8 -0
- package/out/icons/flower-2.luau +23 -0
- package/out/icons/flower.d.ts +8 -0
- package/out/icons/flower.luau +23 -0
- package/out/icons/focus.d.ts +8 -0
- package/out/icons/focus.luau +23 -0
- package/out/icons/fold-horizontal.d.ts +8 -0
- package/out/icons/fold-horizontal.luau +23 -0
- package/out/icons/fold-vertical.d.ts +8 -0
- package/out/icons/fold-vertical.luau +23 -0
- package/out/icons/folder-archive.d.ts +8 -0
- package/out/icons/folder-archive.luau +23 -0
- package/out/icons/folder-bookmark.d.ts +8 -0
- package/out/icons/folder-bookmark.luau +23 -0
- package/out/icons/folder-check.d.ts +8 -0
- package/out/icons/folder-check.luau +23 -0
- package/out/icons/folder-clock.d.ts +8 -0
- package/out/icons/folder-clock.luau +23 -0
- package/out/icons/folder-closed.d.ts +8 -0
- package/out/icons/folder-closed.luau +23 -0
- package/out/icons/folder-code.d.ts +8 -0
- package/out/icons/folder-code.luau +23 -0
- package/out/icons/folder-cog.d.ts +8 -0
- package/out/icons/folder-cog.luau +23 -0
- package/out/icons/folder-dot.d.ts +8 -0
- package/out/icons/folder-dot.luau +23 -0
- package/out/icons/folder-down.d.ts +8 -0
- package/out/icons/folder-down.luau +23 -0
- package/out/icons/folder-git-2.d.ts +8 -0
- package/out/icons/folder-git-2.luau +23 -0
- package/out/icons/folder-git.d.ts +8 -0
- package/out/icons/folder-git.luau +23 -0
- package/out/icons/folder-heart.d.ts +8 -0
- package/out/icons/folder-heart.luau +23 -0
- package/out/icons/folder-input.d.ts +8 -0
- package/out/icons/folder-input.luau +23 -0
- package/out/icons/folder-kanban.d.ts +8 -0
- package/out/icons/folder-kanban.luau +23 -0
- package/out/icons/folder-key.d.ts +8 -0
- package/out/icons/folder-key.luau +23 -0
- package/out/icons/folder-lock.d.ts +8 -0
- package/out/icons/folder-lock.luau +23 -0
- package/out/icons/folder-minus.d.ts +8 -0
- package/out/icons/folder-minus.luau +23 -0
- package/out/icons/folder-open-dot.d.ts +8 -0
- package/out/icons/folder-open-dot.luau +23 -0
- package/out/icons/folder-open.d.ts +8 -0
- package/out/icons/folder-open.luau +23 -0
- package/out/icons/folder-output.d.ts +8 -0
- package/out/icons/folder-output.luau +23 -0
- package/out/icons/folder-pen.d.ts +8 -0
- package/out/icons/folder-pen.luau +23 -0
- package/out/icons/folder-plus.d.ts +8 -0
- package/out/icons/folder-plus.luau +23 -0
- package/out/icons/folder-root.d.ts +8 -0
- package/out/icons/folder-root.luau +23 -0
- package/out/icons/folder-search-2.d.ts +8 -0
- package/out/icons/folder-search-2.luau +23 -0
- package/out/icons/folder-search.d.ts +8 -0
- package/out/icons/folder-search.luau +23 -0
- package/out/icons/folder-symlink.d.ts +8 -0
- package/out/icons/folder-symlink.luau +23 -0
- package/out/icons/folder-sync.d.ts +8 -0
- package/out/icons/folder-sync.luau +23 -0
- package/out/icons/folder-tree.d.ts +8 -0
- package/out/icons/folder-tree.luau +23 -0
- package/out/icons/folder-up.d.ts +8 -0
- package/out/icons/folder-up.luau +23 -0
- package/out/icons/folder-x.d.ts +8 -0
- package/out/icons/folder-x.luau +23 -0
- package/out/icons/folder.d.ts +8 -0
- package/out/icons/folder.luau +23 -0
- package/out/icons/folders.d.ts +8 -0
- package/out/icons/folders.luau +23 -0
- package/out/icons/footprints.d.ts +8 -0
- package/out/icons/footprints.luau +23 -0
- package/out/icons/forklift.d.ts +8 -0
- package/out/icons/forklift.luau +23 -0
- package/out/icons/form.d.ts +8 -0
- package/out/icons/form.luau +23 -0
- package/out/icons/forward.d.ts +8 -0
- package/out/icons/forward.luau +23 -0
- package/out/icons/frame.d.ts +8 -0
- package/out/icons/frame.luau +23 -0
- package/out/icons/frown.d.ts +8 -0
- package/out/icons/frown.luau +23 -0
- package/out/icons/fuel.d.ts +8 -0
- package/out/icons/fuel.luau +23 -0
- package/out/icons/fullscreen.d.ts +8 -0
- package/out/icons/fullscreen.luau +23 -0
- package/out/icons/funnel-plus.d.ts +8 -0
- package/out/icons/funnel-plus.luau +23 -0
- package/out/icons/funnel-x.d.ts +8 -0
- package/out/icons/funnel-x.luau +23 -0
- package/out/icons/funnel.d.ts +8 -0
- package/out/icons/funnel.luau +23 -0
- package/out/icons/gallery-horizontal-end.d.ts +8 -0
- package/out/icons/gallery-horizontal-end.luau +23 -0
- package/out/icons/gallery-horizontal.d.ts +8 -0
- package/out/icons/gallery-horizontal.luau +23 -0
- package/out/icons/gallery-thumbnails.d.ts +8 -0
- package/out/icons/gallery-thumbnails.luau +23 -0
- package/out/icons/gallery-vertical-end.d.ts +8 -0
- package/out/icons/gallery-vertical-end.luau +23 -0
- package/out/icons/gallery-vertical.d.ts +8 -0
- package/out/icons/gallery-vertical.luau +23 -0
- package/out/icons/gamepad-2.d.ts +8 -0
- package/out/icons/gamepad-2.luau +23 -0
- package/out/icons/gamepad-directional.d.ts +8 -0
- package/out/icons/gamepad-directional.luau +23 -0
- package/out/icons/gamepad.d.ts +8 -0
- package/out/icons/gamepad.luau +23 -0
- package/out/icons/gauge.d.ts +8 -0
- package/out/icons/gauge.luau +23 -0
- package/out/icons/gavel.d.ts +8 -0
- package/out/icons/gavel.luau +23 -0
- package/out/icons/gem.d.ts +8 -0
- package/out/icons/gem.luau +23 -0
- package/out/icons/georgian-lari.d.ts +8 -0
- package/out/icons/georgian-lari.luau +23 -0
- package/out/icons/ghost.d.ts +8 -0
- package/out/icons/ghost.luau +23 -0
- package/out/icons/gift.d.ts +8 -0
- package/out/icons/gift.luau +23 -0
- package/out/icons/git-branch-minus.d.ts +8 -0
- package/out/icons/git-branch-minus.luau +23 -0
- package/out/icons/git-branch-plus.d.ts +8 -0
- package/out/icons/git-branch-plus.luau +23 -0
- package/out/icons/git-branch.d.ts +8 -0
- package/out/icons/git-branch.luau +23 -0
- package/out/icons/git-commit-horizontal.d.ts +8 -0
- package/out/icons/git-commit-horizontal.luau +23 -0
- package/out/icons/git-commit-vertical.d.ts +8 -0
- package/out/icons/git-commit-vertical.luau +23 -0
- package/out/icons/git-compare-arrows.d.ts +8 -0
- package/out/icons/git-compare-arrows.luau +23 -0
- package/out/icons/git-compare.d.ts +8 -0
- package/out/icons/git-compare.luau +23 -0
- package/out/icons/git-fork.d.ts +8 -0
- package/out/icons/git-fork.luau +23 -0
- package/out/icons/git-graph.d.ts +8 -0
- package/out/icons/git-graph.luau +23 -0
- package/out/icons/git-merge-conflict.d.ts +8 -0
- package/out/icons/git-merge-conflict.luau +23 -0
- package/out/icons/git-merge.d.ts +8 -0
- package/out/icons/git-merge.luau +23 -0
- package/out/icons/git-pull-request-arrow.d.ts +8 -0
- package/out/icons/git-pull-request-arrow.luau +23 -0
- package/out/icons/git-pull-request-closed.d.ts +8 -0
- package/out/icons/git-pull-request-closed.luau +23 -0
- package/out/icons/git-pull-request-create-arrow.d.ts +8 -0
- package/out/icons/git-pull-request-create-arrow.luau +23 -0
- package/out/icons/git-pull-request-create.d.ts +8 -0
- package/out/icons/git-pull-request-create.luau +23 -0
- package/out/icons/git-pull-request-draft.d.ts +8 -0
- package/out/icons/git-pull-request-draft.luau +23 -0
- package/out/icons/git-pull-request.d.ts +8 -0
- package/out/icons/git-pull-request.luau +23 -0
- package/out/icons/glass-water.d.ts +8 -0
- package/out/icons/glass-water.luau +23 -0
- package/out/icons/glasses.d.ts +8 -0
- package/out/icons/glasses.luau +23 -0
- package/out/icons/globe-check.d.ts +8 -0
- package/out/icons/globe-check.luau +23 -0
- package/out/icons/globe-lock.d.ts +8 -0
- package/out/icons/globe-lock.luau +23 -0
- package/out/icons/globe-off.d.ts +8 -0
- package/out/icons/globe-off.luau +23 -0
- package/out/icons/globe-x.d.ts +8 -0
- package/out/icons/globe-x.luau +23 -0
- package/out/icons/globe.d.ts +8 -0
- package/out/icons/globe.luau +23 -0
- package/out/icons/goal.d.ts +8 -0
- package/out/icons/goal.luau +23 -0
- package/out/icons/gpu.d.ts +8 -0
- package/out/icons/gpu.luau +23 -0
- package/out/icons/graduation-cap.d.ts +8 -0
- package/out/icons/graduation-cap.luau +23 -0
- package/out/icons/grape.d.ts +8 -0
- package/out/icons/grape.luau +23 -0
- package/out/icons/grid-2x2-check.d.ts +8 -0
- package/out/icons/grid-2x2-check.luau +23 -0
- package/out/icons/grid-2x2-plus.d.ts +8 -0
- package/out/icons/grid-2x2-plus.luau +23 -0
- package/out/icons/grid-2x2-x.d.ts +8 -0
- package/out/icons/grid-2x2-x.luau +23 -0
- package/out/icons/grid-2x2.d.ts +8 -0
- package/out/icons/grid-2x2.luau +23 -0
- package/out/icons/grid-3x2.d.ts +8 -0
- package/out/icons/grid-3x2.luau +23 -0
- package/out/icons/grid-3x3.d.ts +8 -0
- package/out/icons/grid-3x3.luau +23 -0
- package/out/icons/grip-horizontal.d.ts +8 -0
- package/out/icons/grip-horizontal.luau +23 -0
- package/out/icons/grip-vertical.d.ts +8 -0
- package/out/icons/grip-vertical.luau +23 -0
- package/out/icons/grip.d.ts +8 -0
- package/out/icons/grip.luau +23 -0
- package/out/icons/group.d.ts +8 -0
- package/out/icons/group.luau +23 -0
- package/out/icons/guitar.d.ts +8 -0
- package/out/icons/guitar.luau +23 -0
- package/out/icons/ham.d.ts +8 -0
- package/out/icons/ham.luau +23 -0
- package/out/icons/hamburger.d.ts +8 -0
- package/out/icons/hamburger.luau +23 -0
- package/out/icons/hammer.d.ts +8 -0
- package/out/icons/hammer.luau +23 -0
- package/out/icons/hand-coins.d.ts +8 -0
- package/out/icons/hand-coins.luau +23 -0
- package/out/icons/hand-fist.d.ts +8 -0
- package/out/icons/hand-fist.luau +23 -0
- package/out/icons/hand-grab.d.ts +8 -0
- package/out/icons/hand-grab.luau +23 -0
- package/out/icons/hand-heart.d.ts +8 -0
- package/out/icons/hand-heart.luau +23 -0
- package/out/icons/hand-helping.d.ts +8 -0
- package/out/icons/hand-helping.luau +23 -0
- package/out/icons/hand-metal.d.ts +8 -0
- package/out/icons/hand-metal.luau +23 -0
- package/out/icons/hand-platter.d.ts +8 -0
- package/out/icons/hand-platter.luau +23 -0
- package/out/icons/hand.d.ts +8 -0
- package/out/icons/hand.luau +23 -0
- package/out/icons/handbag.d.ts +8 -0
- package/out/icons/handbag.luau +23 -0
- package/out/icons/handshake.d.ts +8 -0
- package/out/icons/handshake.luau +23 -0
- package/out/icons/hard-drive-download.d.ts +8 -0
- package/out/icons/hard-drive-download.luau +23 -0
- package/out/icons/hard-drive-upload.d.ts +8 -0
- package/out/icons/hard-drive-upload.luau +23 -0
- package/out/icons/hard-drive.d.ts +8 -0
- package/out/icons/hard-drive.luau +23 -0
- package/out/icons/hard-hat.d.ts +8 -0
- package/out/icons/hard-hat.luau +23 -0
- package/out/icons/hash.d.ts +8 -0
- package/out/icons/hash.luau +23 -0
- package/out/icons/hat-glasses.d.ts +8 -0
- package/out/icons/hat-glasses.luau +23 -0
- package/out/icons/haze.d.ts +8 -0
- package/out/icons/haze.luau +23 -0
- package/out/icons/hd.d.ts +8 -0
- package/out/icons/hd.luau +23 -0
- package/out/icons/hdmi-port.d.ts +8 -0
- package/out/icons/hdmi-port.luau +23 -0
- package/out/icons/heading-1.d.ts +8 -0
- package/out/icons/heading-1.luau +23 -0
- package/out/icons/heading-2.d.ts +8 -0
- package/out/icons/heading-2.luau +23 -0
- package/out/icons/heading-3.d.ts +8 -0
- package/out/icons/heading-3.luau +23 -0
- package/out/icons/heading-4.d.ts +8 -0
- package/out/icons/heading-4.luau +23 -0
- package/out/icons/heading-5.d.ts +8 -0
- package/out/icons/heading-5.luau +23 -0
- package/out/icons/heading-6.d.ts +8 -0
- package/out/icons/heading-6.luau +23 -0
- package/out/icons/heading.d.ts +8 -0
- package/out/icons/heading.luau +23 -0
- package/out/icons/headphone-off.d.ts +8 -0
- package/out/icons/headphone-off.luau +23 -0
- package/out/icons/headphones.d.ts +8 -0
- package/out/icons/headphones.luau +23 -0
- package/out/icons/headset.d.ts +8 -0
- package/out/icons/headset.luau +23 -0
- package/out/icons/heart-crack.d.ts +8 -0
- package/out/icons/heart-crack.luau +23 -0
- package/out/icons/heart-handshake.d.ts +8 -0
- package/out/icons/heart-handshake.luau +23 -0
- package/out/icons/heart-minus.d.ts +8 -0
- package/out/icons/heart-minus.luau +23 -0
- package/out/icons/heart-off.d.ts +8 -0
- package/out/icons/heart-off.luau +23 -0
- package/out/icons/heart-plus.d.ts +8 -0
- package/out/icons/heart-plus.luau +23 -0
- package/out/icons/heart-pulse.d.ts +8 -0
- package/out/icons/heart-pulse.luau +23 -0
- package/out/icons/heart-x.d.ts +8 -0
- package/out/icons/heart-x.luau +23 -0
- package/out/icons/heart.d.ts +8 -0
- package/out/icons/heart.luau +23 -0
- package/out/icons/heater.d.ts +8 -0
- package/out/icons/heater.luau +23 -0
- package/out/icons/helicopter.d.ts +8 -0
- package/out/icons/helicopter.luau +23 -0
- package/out/icons/hexagon.d.ts +8 -0
- package/out/icons/hexagon.luau +23 -0
- package/out/icons/highlighter.d.ts +8 -0
- package/out/icons/highlighter.luau +23 -0
- package/out/icons/history.d.ts +8 -0
- package/out/icons/history.luau +23 -0
- package/out/icons/hospital.d.ts +8 -0
- package/out/icons/hospital.luau +23 -0
- package/out/icons/hotel.d.ts +8 -0
- package/out/icons/hotel.luau +23 -0
- package/out/icons/hourglass.d.ts +8 -0
- package/out/icons/hourglass.luau +23 -0
- package/out/icons/house-heart.d.ts +8 -0
- package/out/icons/house-heart.luau +23 -0
- package/out/icons/house-plug.d.ts +8 -0
- package/out/icons/house-plug.luau +23 -0
- package/out/icons/house-plus.d.ts +8 -0
- package/out/icons/house-plus.luau +23 -0
- package/out/icons/house-wifi.d.ts +8 -0
- package/out/icons/house-wifi.luau +23 -0
- package/out/icons/house.d.ts +8 -0
- package/out/icons/house.luau +23 -0
- package/out/icons/ice-cream-bowl.d.ts +8 -0
- package/out/icons/ice-cream-bowl.luau +23 -0
- package/out/icons/ice-cream-cone.d.ts +8 -0
- package/out/icons/ice-cream-cone.luau +23 -0
- package/out/icons/id-card-lanyard.d.ts +8 -0
- package/out/icons/id-card-lanyard.luau +23 -0
- package/out/icons/id-card.d.ts +8 -0
- package/out/icons/id-card.luau +23 -0
- package/out/icons/image-down.d.ts +8 -0
- package/out/icons/image-down.luau +23 -0
- package/out/icons/image-minus.d.ts +8 -0
- package/out/icons/image-minus.luau +23 -0
- package/out/icons/image-off.d.ts +8 -0
- package/out/icons/image-off.luau +23 -0
- package/out/icons/image-play.d.ts +8 -0
- package/out/icons/image-play.luau +23 -0
- package/out/icons/image-plus.d.ts +8 -0
- package/out/icons/image-plus.luau +23 -0
- package/out/icons/image-up.d.ts +8 -0
- package/out/icons/image-up.luau +23 -0
- package/out/icons/image-upscale.d.ts +8 -0
- package/out/icons/image-upscale.luau +23 -0
- package/out/icons/image.d.ts +8 -0
- package/out/icons/image.luau +23 -0
- package/out/icons/images.d.ts +8 -0
- package/out/icons/images.luau +23 -0
- package/out/icons/import.d.ts +8 -0
- package/out/icons/import.luau +23 -0
- package/out/icons/inbox.d.ts +8 -0
- package/out/icons/inbox.luau +23 -0
- package/out/icons/index.d.ts +1727 -0
- package/out/icons/indian-rupee.d.ts +8 -0
- package/out/icons/indian-rupee.luau +23 -0
- package/out/icons/infinity.d.ts +8 -0
- package/out/icons/infinity.luau +23 -0
- package/out/icons/info.d.ts +8 -0
- package/out/icons/info.luau +23 -0
- package/out/icons/init.luau +1733 -0
- package/out/icons/inspection-panel.d.ts +8 -0
- package/out/icons/inspection-panel.luau +23 -0
- package/out/icons/italic.d.ts +8 -0
- package/out/icons/italic.luau +23 -0
- package/out/icons/iteration-ccw.d.ts +8 -0
- package/out/icons/iteration-ccw.luau +23 -0
- package/out/icons/iteration-cw.d.ts +8 -0
- package/out/icons/iteration-cw.luau +23 -0
- package/out/icons/japanese-yen.d.ts +8 -0
- package/out/icons/japanese-yen.luau +23 -0
- package/out/icons/joystick.d.ts +8 -0
- package/out/icons/joystick.luau +23 -0
- package/out/icons/kanban.d.ts +8 -0
- package/out/icons/kanban.luau +23 -0
- package/out/icons/kayak.d.ts +8 -0
- package/out/icons/kayak.luau +23 -0
- package/out/icons/key-round.d.ts +8 -0
- package/out/icons/key-round.luau +23 -0
- package/out/icons/key-square.d.ts +8 -0
- package/out/icons/key-square.luau +23 -0
- package/out/icons/key.d.ts +8 -0
- package/out/icons/key.luau +23 -0
- package/out/icons/keyboard-music.d.ts +8 -0
- package/out/icons/keyboard-music.luau +23 -0
- package/out/icons/keyboard-off.d.ts +8 -0
- package/out/icons/keyboard-off.luau +23 -0
- package/out/icons/keyboard.d.ts +8 -0
- package/out/icons/keyboard.luau +23 -0
- package/out/icons/lamp-ceiling.d.ts +8 -0
- package/out/icons/lamp-ceiling.luau +23 -0
- package/out/icons/lamp-desk.d.ts +8 -0
- package/out/icons/lamp-desk.luau +23 -0
- package/out/icons/lamp-floor.d.ts +8 -0
- package/out/icons/lamp-floor.luau +23 -0
- package/out/icons/lamp-wall-down.d.ts +8 -0
- package/out/icons/lamp-wall-down.luau +23 -0
- package/out/icons/lamp-wall-up.d.ts +8 -0
- package/out/icons/lamp-wall-up.luau +23 -0
- package/out/icons/lamp.d.ts +8 -0
- package/out/icons/lamp.luau +23 -0
- package/out/icons/land-plot.d.ts +8 -0
- package/out/icons/land-plot.luau +23 -0
- package/out/icons/landmark.d.ts +8 -0
- package/out/icons/landmark.luau +23 -0
- package/out/icons/languages.d.ts +8 -0
- package/out/icons/languages.luau +23 -0
- package/out/icons/laptop-minimal-check.d.ts +8 -0
- package/out/icons/laptop-minimal-check.luau +23 -0
- package/out/icons/laptop-minimal.d.ts +8 -0
- package/out/icons/laptop-minimal.luau +23 -0
- package/out/icons/laptop.d.ts +8 -0
- package/out/icons/laptop.luau +23 -0
- package/out/icons/lasso-select.d.ts +8 -0
- package/out/icons/lasso-select.luau +23 -0
- package/out/icons/lasso.d.ts +8 -0
- package/out/icons/lasso.luau +23 -0
- package/out/icons/laugh.d.ts +8 -0
- package/out/icons/laugh.luau +23 -0
- package/out/icons/layers-2.d.ts +8 -0
- package/out/icons/layers-2.luau +23 -0
- package/out/icons/layers-minus.d.ts +8 -0
- package/out/icons/layers-minus.luau +23 -0
- package/out/icons/layers-plus.d.ts +8 -0
- package/out/icons/layers-plus.luau +23 -0
- package/out/icons/layers.d.ts +8 -0
- package/out/icons/layers.luau +23 -0
- package/out/icons/layout-dashboard.d.ts +8 -0
- package/out/icons/layout-dashboard.luau +23 -0
- package/out/icons/layout-grid.d.ts +8 -0
- package/out/icons/layout-grid.luau +23 -0
- package/out/icons/layout-list.d.ts +8 -0
- package/out/icons/layout-list.luau +23 -0
- package/out/icons/layout-panel-left.d.ts +8 -0
- package/out/icons/layout-panel-left.luau +23 -0
- package/out/icons/layout-panel-top.d.ts +8 -0
- package/out/icons/layout-panel-top.luau +23 -0
- package/out/icons/layout-template.d.ts +8 -0
- package/out/icons/layout-template.luau +23 -0
- package/out/icons/leaf.d.ts +8 -0
- package/out/icons/leaf.luau +23 -0
- package/out/icons/leafy-green.d.ts +8 -0
- package/out/icons/leafy-green.luau +23 -0
- package/out/icons/lectern.d.ts +8 -0
- package/out/icons/lectern.luau +23 -0
- package/out/icons/lens-concave.d.ts +8 -0
- package/out/icons/lens-concave.luau +23 -0
- package/out/icons/lens-convex.d.ts +8 -0
- package/out/icons/lens-convex.luau +23 -0
- package/out/icons/library-big.d.ts +8 -0
- package/out/icons/library-big.luau +23 -0
- package/out/icons/library.d.ts +8 -0
- package/out/icons/library.luau +23 -0
- package/out/icons/life-buoy.d.ts +8 -0
- package/out/icons/life-buoy.luau +23 -0
- package/out/icons/ligature.d.ts +8 -0
- package/out/icons/ligature.luau +23 -0
- package/out/icons/lightbulb-off.d.ts +8 -0
- package/out/icons/lightbulb-off.luau +23 -0
- package/out/icons/lightbulb.d.ts +8 -0
- package/out/icons/lightbulb.luau +23 -0
- package/out/icons/line-dot-right-horizontal.d.ts +8 -0
- package/out/icons/line-dot-right-horizontal.luau +23 -0
- package/out/icons/line-squiggle.d.ts +8 -0
- package/out/icons/line-squiggle.luau +23 -0
- package/out/icons/line-style.d.ts +8 -0
- package/out/icons/line-style.luau +23 -0
- package/out/icons/link-2-off.d.ts +8 -0
- package/out/icons/link-2-off.luau +23 -0
- package/out/icons/link-2.d.ts +8 -0
- package/out/icons/link-2.luau +23 -0
- package/out/icons/link.d.ts +8 -0
- package/out/icons/link.luau +23 -0
- package/out/icons/list-check.d.ts +8 -0
- package/out/icons/list-check.luau +23 -0
- package/out/icons/list-checks.d.ts +8 -0
- package/out/icons/list-checks.luau +23 -0
- package/out/icons/list-chevrons-down-up.d.ts +8 -0
- package/out/icons/list-chevrons-down-up.luau +23 -0
- package/out/icons/list-chevrons-up-down.d.ts +8 -0
- package/out/icons/list-chevrons-up-down.luau +23 -0
- package/out/icons/list-collapse.d.ts +8 -0
- package/out/icons/list-collapse.luau +23 -0
- package/out/icons/list-end.d.ts +8 -0
- package/out/icons/list-end.luau +23 -0
- package/out/icons/list-filter-plus.d.ts +8 -0
- package/out/icons/list-filter-plus.luau +23 -0
- package/out/icons/list-filter.d.ts +8 -0
- package/out/icons/list-filter.luau +23 -0
- package/out/icons/list-indent-decrease.d.ts +8 -0
- package/out/icons/list-indent-decrease.luau +23 -0
- package/out/icons/list-indent-increase.d.ts +8 -0
- package/out/icons/list-indent-increase.luau +23 -0
- package/out/icons/list-minus.d.ts +8 -0
- package/out/icons/list-minus.luau +23 -0
- package/out/icons/list-music.d.ts +8 -0
- package/out/icons/list-music.luau +23 -0
- package/out/icons/list-ordered.d.ts +8 -0
- package/out/icons/list-ordered.luau +23 -0
- package/out/icons/list-plus.d.ts +8 -0
- package/out/icons/list-plus.luau +23 -0
- package/out/icons/list-restart.d.ts +8 -0
- package/out/icons/list-restart.luau +23 -0
- package/out/icons/list-sort-ascending.d.ts +8 -0
- package/out/icons/list-sort-ascending.luau +23 -0
- package/out/icons/list-sort-descending.d.ts +8 -0
- package/out/icons/list-sort-descending.luau +23 -0
- package/out/icons/list-start.d.ts +8 -0
- package/out/icons/list-start.luau +23 -0
- package/out/icons/list-todo.d.ts +8 -0
- package/out/icons/list-todo.luau +23 -0
- package/out/icons/list-tree.d.ts +8 -0
- package/out/icons/list-tree.luau +23 -0
- package/out/icons/list-video.d.ts +8 -0
- package/out/icons/list-video.luau +23 -0
- package/out/icons/list-x.d.ts +8 -0
- package/out/icons/list-x.luau +23 -0
- package/out/icons/list.d.ts +8 -0
- package/out/icons/list.luau +23 -0
- package/out/icons/loader-circle.d.ts +8 -0
- package/out/icons/loader-circle.luau +23 -0
- package/out/icons/loader-pinwheel.d.ts +8 -0
- package/out/icons/loader-pinwheel.luau +23 -0
- package/out/icons/loader.d.ts +8 -0
- package/out/icons/loader.luau +23 -0
- package/out/icons/locate-fixed.d.ts +8 -0
- package/out/icons/locate-fixed.luau +23 -0
- package/out/icons/locate-off.d.ts +8 -0
- package/out/icons/locate-off.luau +23 -0
- package/out/icons/locate.d.ts +8 -0
- package/out/icons/locate.luau +23 -0
- package/out/icons/lock-keyhole-open.d.ts +8 -0
- package/out/icons/lock-keyhole-open.luau +23 -0
- package/out/icons/lock-keyhole.d.ts +8 -0
- package/out/icons/lock-keyhole.luau +23 -0
- package/out/icons/lock-open.d.ts +8 -0
- package/out/icons/lock-open.luau +23 -0
- package/out/icons/lock.d.ts +8 -0
- package/out/icons/lock.luau +23 -0
- package/out/icons/log-in.d.ts +8 -0
- package/out/icons/log-in.luau +23 -0
- package/out/icons/log-out.d.ts +8 -0
- package/out/icons/log-out.luau +23 -0
- package/out/icons/logs.d.ts +8 -0
- package/out/icons/logs.luau +23 -0
- package/out/icons/lollipop.d.ts +8 -0
- package/out/icons/lollipop.luau +23 -0
- package/out/icons/luggage.d.ts +8 -0
- package/out/icons/luggage.luau +23 -0
- package/out/icons/magnet.d.ts +8 -0
- package/out/icons/magnet.luau +23 -0
- package/out/icons/mail-check.d.ts +8 -0
- package/out/icons/mail-check.luau +23 -0
- package/out/icons/mail-minus.d.ts +8 -0
- package/out/icons/mail-minus.luau +23 -0
- package/out/icons/mail-open.d.ts +8 -0
- package/out/icons/mail-open.luau +23 -0
- package/out/icons/mail-plus.d.ts +8 -0
- package/out/icons/mail-plus.luau +23 -0
- package/out/icons/mail-question-mark.d.ts +8 -0
- package/out/icons/mail-question-mark.luau +23 -0
- package/out/icons/mail-search.d.ts +8 -0
- package/out/icons/mail-search.luau +23 -0
- package/out/icons/mail-warning.d.ts +8 -0
- package/out/icons/mail-warning.luau +23 -0
- package/out/icons/mail-x.d.ts +8 -0
- package/out/icons/mail-x.luau +23 -0
- package/out/icons/mail.d.ts +8 -0
- package/out/icons/mail.luau +23 -0
- package/out/icons/mailbox.d.ts +8 -0
- package/out/icons/mailbox.luau +23 -0
- package/out/icons/mails.d.ts +8 -0
- package/out/icons/mails.luau +23 -0
- package/out/icons/map-minus.d.ts +8 -0
- package/out/icons/map-minus.luau +23 -0
- package/out/icons/map-pin-check-inside.d.ts +8 -0
- package/out/icons/map-pin-check-inside.luau +23 -0
- package/out/icons/map-pin-check.d.ts +8 -0
- package/out/icons/map-pin-check.luau +23 -0
- package/out/icons/map-pin-house.d.ts +8 -0
- package/out/icons/map-pin-house.luau +23 -0
- package/out/icons/map-pin-minus-inside.d.ts +8 -0
- package/out/icons/map-pin-minus-inside.luau +23 -0
- package/out/icons/map-pin-minus.d.ts +8 -0
- package/out/icons/map-pin-minus.luau +23 -0
- package/out/icons/map-pin-off.d.ts +8 -0
- package/out/icons/map-pin-off.luau +23 -0
- package/out/icons/map-pin-pen.d.ts +8 -0
- package/out/icons/map-pin-pen.luau +23 -0
- package/out/icons/map-pin-plus-inside.d.ts +8 -0
- package/out/icons/map-pin-plus-inside.luau +23 -0
- package/out/icons/map-pin-plus.d.ts +8 -0
- package/out/icons/map-pin-plus.luau +23 -0
- package/out/icons/map-pin-search.d.ts +8 -0
- package/out/icons/map-pin-search.luau +23 -0
- package/out/icons/map-pin-x-inside.d.ts +8 -0
- package/out/icons/map-pin-x-inside.luau +23 -0
- package/out/icons/map-pin-x.d.ts +8 -0
- package/out/icons/map-pin-x.luau +23 -0
- package/out/icons/map-pin.d.ts +8 -0
- package/out/icons/map-pin.luau +23 -0
- package/out/icons/map-pinned.d.ts +8 -0
- package/out/icons/map-pinned.luau +23 -0
- package/out/icons/map-plus.d.ts +8 -0
- package/out/icons/map-plus.luau +23 -0
- package/out/icons/map.d.ts +8 -0
- package/out/icons/map.luau +23 -0
- package/out/icons/mars-stroke.d.ts +8 -0
- package/out/icons/mars-stroke.luau +23 -0
- package/out/icons/mars.d.ts +8 -0
- package/out/icons/mars.luau +23 -0
- package/out/icons/maximize-2.d.ts +8 -0
- package/out/icons/maximize-2.luau +23 -0
- package/out/icons/maximize.d.ts +8 -0
- package/out/icons/maximize.luau +23 -0
- package/out/icons/medal.d.ts +8 -0
- package/out/icons/medal.luau +23 -0
- package/out/icons/megaphone-off.d.ts +8 -0
- package/out/icons/megaphone-off.luau +23 -0
- package/out/icons/megaphone.d.ts +8 -0
- package/out/icons/megaphone.luau +23 -0
- package/out/icons/meh.d.ts +8 -0
- package/out/icons/meh.luau +23 -0
- package/out/icons/memory-stick.d.ts +8 -0
- package/out/icons/memory-stick.luau +23 -0
- package/out/icons/menu.d.ts +8 -0
- package/out/icons/menu.luau +23 -0
- package/out/icons/merge.d.ts +8 -0
- package/out/icons/merge.luau +23 -0
- package/out/icons/message-circle-check.d.ts +8 -0
- package/out/icons/message-circle-check.luau +23 -0
- package/out/icons/message-circle-code.d.ts +8 -0
- package/out/icons/message-circle-code.luau +23 -0
- package/out/icons/message-circle-dashed.d.ts +8 -0
- package/out/icons/message-circle-dashed.luau +23 -0
- package/out/icons/message-circle-heart.d.ts +8 -0
- package/out/icons/message-circle-heart.luau +23 -0
- package/out/icons/message-circle-more.d.ts +8 -0
- package/out/icons/message-circle-more.luau +23 -0
- package/out/icons/message-circle-off.d.ts +8 -0
- package/out/icons/message-circle-off.luau +23 -0
- package/out/icons/message-circle-plus.d.ts +8 -0
- package/out/icons/message-circle-plus.luau +23 -0
- package/out/icons/message-circle-question-mark.d.ts +8 -0
- package/out/icons/message-circle-question-mark.luau +23 -0
- package/out/icons/message-circle-reply.d.ts +8 -0
- package/out/icons/message-circle-reply.luau +23 -0
- package/out/icons/message-circle-warning.d.ts +8 -0
- package/out/icons/message-circle-warning.luau +23 -0
- package/out/icons/message-circle-x.d.ts +8 -0
- package/out/icons/message-circle-x.luau +23 -0
- package/out/icons/message-circle.d.ts +8 -0
- package/out/icons/message-circle.luau +23 -0
- package/out/icons/message-square-check.d.ts +8 -0
- package/out/icons/message-square-check.luau +23 -0
- package/out/icons/message-square-code.d.ts +8 -0
- package/out/icons/message-square-code.luau +23 -0
- package/out/icons/message-square-dashed.d.ts +8 -0
- package/out/icons/message-square-dashed.luau +23 -0
- package/out/icons/message-square-diff.d.ts +8 -0
- package/out/icons/message-square-diff.luau +23 -0
- package/out/icons/message-square-dot.d.ts +8 -0
- package/out/icons/message-square-dot.luau +23 -0
- package/out/icons/message-square-heart.d.ts +8 -0
- package/out/icons/message-square-heart.luau +23 -0
- package/out/icons/message-square-lock.d.ts +8 -0
- package/out/icons/message-square-lock.luau +23 -0
- package/out/icons/message-square-more.d.ts +8 -0
- package/out/icons/message-square-more.luau +23 -0
- package/out/icons/message-square-off.d.ts +8 -0
- package/out/icons/message-square-off.luau +23 -0
- package/out/icons/message-square-plus.d.ts +8 -0
- package/out/icons/message-square-plus.luau +23 -0
- package/out/icons/message-square-quote.d.ts +8 -0
- package/out/icons/message-square-quote.luau +23 -0
- package/out/icons/message-square-reply.d.ts +8 -0
- package/out/icons/message-square-reply.luau +23 -0
- package/out/icons/message-square-share.d.ts +8 -0
- package/out/icons/message-square-share.luau +23 -0
- package/out/icons/message-square-text.d.ts +8 -0
- package/out/icons/message-square-text.luau +23 -0
- package/out/icons/message-square-warning.d.ts +8 -0
- package/out/icons/message-square-warning.luau +23 -0
- package/out/icons/message-square-x.d.ts +8 -0
- package/out/icons/message-square-x.luau +23 -0
- package/out/icons/message-square.d.ts +8 -0
- package/out/icons/message-square.luau +23 -0
- package/out/icons/messages-square.d.ts +8 -0
- package/out/icons/messages-square.luau +23 -0
- package/out/icons/metronome.d.ts +8 -0
- package/out/icons/metronome.luau +23 -0
- package/out/icons/mic-off.d.ts +8 -0
- package/out/icons/mic-off.luau +23 -0
- package/out/icons/mic-vocal.d.ts +8 -0
- package/out/icons/mic-vocal.luau +23 -0
- package/out/icons/mic.d.ts +8 -0
- package/out/icons/mic.luau +23 -0
- package/out/icons/microchip.d.ts +8 -0
- package/out/icons/microchip.luau +23 -0
- package/out/icons/microscope.d.ts +8 -0
- package/out/icons/microscope.luau +23 -0
- package/out/icons/microwave.d.ts +8 -0
- package/out/icons/microwave.luau +23 -0
- package/out/icons/milestone.d.ts +8 -0
- package/out/icons/milestone.luau +23 -0
- package/out/icons/milk-off.d.ts +8 -0
- package/out/icons/milk-off.luau +23 -0
- package/out/icons/milk.d.ts +8 -0
- package/out/icons/milk.luau +23 -0
- package/out/icons/minimize-2.d.ts +8 -0
- package/out/icons/minimize-2.luau +23 -0
- package/out/icons/minimize.d.ts +8 -0
- package/out/icons/minimize.luau +23 -0
- package/out/icons/minus.d.ts +8 -0
- package/out/icons/minus.luau +23 -0
- package/out/icons/mirror-rectangular.d.ts +8 -0
- package/out/icons/mirror-rectangular.luau +23 -0
- package/out/icons/mirror-round.d.ts +8 -0
- package/out/icons/mirror-round.luau +23 -0
- package/out/icons/monitor-check.d.ts +8 -0
- package/out/icons/monitor-check.luau +23 -0
- package/out/icons/monitor-cloud.d.ts +8 -0
- package/out/icons/monitor-cloud.luau +23 -0
- package/out/icons/monitor-cog.d.ts +8 -0
- package/out/icons/monitor-cog.luau +23 -0
- package/out/icons/monitor-dot.d.ts +8 -0
- package/out/icons/monitor-dot.luau +23 -0
- package/out/icons/monitor-down.d.ts +8 -0
- package/out/icons/monitor-down.luau +23 -0
- package/out/icons/monitor-off.d.ts +8 -0
- package/out/icons/monitor-off.luau +23 -0
- package/out/icons/monitor-pause.d.ts +8 -0
- package/out/icons/monitor-pause.luau +23 -0
- package/out/icons/monitor-play.d.ts +8 -0
- package/out/icons/monitor-play.luau +23 -0
- package/out/icons/monitor-smartphone.d.ts +8 -0
- package/out/icons/monitor-smartphone.luau +23 -0
- package/out/icons/monitor-speaker.d.ts +8 -0
- package/out/icons/monitor-speaker.luau +23 -0
- package/out/icons/monitor-stop.d.ts +8 -0
- package/out/icons/monitor-stop.luau +23 -0
- package/out/icons/monitor-up.d.ts +8 -0
- package/out/icons/monitor-up.luau +23 -0
- package/out/icons/monitor-x.d.ts +8 -0
- package/out/icons/monitor-x.luau +23 -0
- package/out/icons/monitor.d.ts +8 -0
- package/out/icons/monitor.luau +23 -0
- package/out/icons/moon-star.d.ts +8 -0
- package/out/icons/moon-star.luau +23 -0
- package/out/icons/moon.d.ts +8 -0
- package/out/icons/moon.luau +23 -0
- package/out/icons/motorbike.d.ts +8 -0
- package/out/icons/motorbike.luau +23 -0
- package/out/icons/mountain-snow.d.ts +8 -0
- package/out/icons/mountain-snow.luau +23 -0
- package/out/icons/mountain.d.ts +8 -0
- package/out/icons/mountain.luau +23 -0
- package/out/icons/mouse-left.d.ts +8 -0
- package/out/icons/mouse-left.luau +23 -0
- package/out/icons/mouse-off.d.ts +8 -0
- package/out/icons/mouse-off.luau +23 -0
- package/out/icons/mouse-pointer-2-off.d.ts +8 -0
- package/out/icons/mouse-pointer-2-off.luau +23 -0
- package/out/icons/mouse-pointer-2.d.ts +8 -0
- package/out/icons/mouse-pointer-2.luau +23 -0
- package/out/icons/mouse-pointer-ban.d.ts +8 -0
- package/out/icons/mouse-pointer-ban.luau +23 -0
- package/out/icons/mouse-pointer-click.d.ts +8 -0
- package/out/icons/mouse-pointer-click.luau +23 -0
- package/out/icons/mouse-pointer.d.ts +8 -0
- package/out/icons/mouse-pointer.luau +23 -0
- package/out/icons/mouse-right.d.ts +8 -0
- package/out/icons/mouse-right.luau +23 -0
- package/out/icons/mouse.d.ts +8 -0
- package/out/icons/mouse.luau +23 -0
- package/out/icons/move-3d.d.ts +8 -0
- package/out/icons/move-3d.luau +23 -0
- package/out/icons/move-diagonal-2.d.ts +8 -0
- package/out/icons/move-diagonal-2.luau +23 -0
- package/out/icons/move-diagonal.d.ts +8 -0
- package/out/icons/move-diagonal.luau +23 -0
- package/out/icons/move-down-left.d.ts +8 -0
- package/out/icons/move-down-left.luau +23 -0
- package/out/icons/move-down-right.d.ts +8 -0
- package/out/icons/move-down-right.luau +23 -0
- package/out/icons/move-down.d.ts +8 -0
- package/out/icons/move-down.luau +23 -0
- package/out/icons/move-horizontal.d.ts +8 -0
- package/out/icons/move-horizontal.luau +23 -0
- package/out/icons/move-left.d.ts +8 -0
- package/out/icons/move-left.luau +23 -0
- package/out/icons/move-right.d.ts +8 -0
- package/out/icons/move-right.luau +23 -0
- package/out/icons/move-up-left.d.ts +8 -0
- package/out/icons/move-up-left.luau +23 -0
- package/out/icons/move-up-right.d.ts +8 -0
- package/out/icons/move-up-right.luau +23 -0
- package/out/icons/move-up.d.ts +8 -0
- package/out/icons/move-up.luau +23 -0
- package/out/icons/move-vertical.d.ts +8 -0
- package/out/icons/move-vertical.luau +23 -0
- package/out/icons/move.d.ts +8 -0
- package/out/icons/move.luau +23 -0
- package/out/icons/music-2.d.ts +8 -0
- package/out/icons/music-2.luau +23 -0
- package/out/icons/music-3.d.ts +8 -0
- package/out/icons/music-3.luau +23 -0
- package/out/icons/music-4.d.ts +8 -0
- package/out/icons/music-4.luau +23 -0
- package/out/icons/music.d.ts +8 -0
- package/out/icons/music.luau +23 -0
- package/out/icons/navigation-2-off.d.ts +8 -0
- package/out/icons/navigation-2-off.luau +23 -0
- package/out/icons/navigation-2.d.ts +8 -0
- package/out/icons/navigation-2.luau +23 -0
- package/out/icons/navigation-off.d.ts +8 -0
- package/out/icons/navigation-off.luau +23 -0
- package/out/icons/navigation.d.ts +8 -0
- package/out/icons/navigation.luau +23 -0
- package/out/icons/network.d.ts +8 -0
- package/out/icons/network.luau +23 -0
- package/out/icons/newspaper.d.ts +8 -0
- package/out/icons/newspaper.luau +23 -0
- package/out/icons/nfc.d.ts +8 -0
- package/out/icons/nfc.luau +23 -0
- package/out/icons/non-binary.d.ts +8 -0
- package/out/icons/non-binary.luau +23 -0
- package/out/icons/notebook-pen.d.ts +8 -0
- package/out/icons/notebook-pen.luau +23 -0
- package/out/icons/notebook-tabs.d.ts +8 -0
- package/out/icons/notebook-tabs.luau +23 -0
- package/out/icons/notebook-text.d.ts +8 -0
- package/out/icons/notebook-text.luau +23 -0
- package/out/icons/notebook.d.ts +8 -0
- package/out/icons/notebook.luau +23 -0
- package/out/icons/notepad-text-dashed.d.ts +8 -0
- package/out/icons/notepad-text-dashed.luau +23 -0
- package/out/icons/notepad-text.d.ts +8 -0
- package/out/icons/notepad-text.luau +23 -0
- package/out/icons/nut-off.d.ts +8 -0
- package/out/icons/nut-off.luau +23 -0
- package/out/icons/nut.d.ts +8 -0
- package/out/icons/nut.luau +23 -0
- package/out/icons/octagon-alert.d.ts +8 -0
- package/out/icons/octagon-alert.luau +23 -0
- package/out/icons/octagon-minus.d.ts +8 -0
- package/out/icons/octagon-minus.luau +23 -0
- package/out/icons/octagon-pause.d.ts +8 -0
- package/out/icons/octagon-pause.luau +23 -0
- package/out/icons/octagon-x.d.ts +8 -0
- package/out/icons/octagon-x.luau +23 -0
- package/out/icons/octagon.d.ts +8 -0
- package/out/icons/octagon.luau +23 -0
- package/out/icons/omega.d.ts +8 -0
- package/out/icons/omega.luau +23 -0
- package/out/icons/option.d.ts +8 -0
- package/out/icons/option.luau +23 -0
- package/out/icons/orbit.d.ts +8 -0
- package/out/icons/orbit.luau +23 -0
- package/out/icons/origami.d.ts +8 -0
- package/out/icons/origami.luau +23 -0
- package/out/icons/package-2.d.ts +8 -0
- package/out/icons/package-2.luau +23 -0
- package/out/icons/package-check.d.ts +8 -0
- package/out/icons/package-check.luau +23 -0
- package/out/icons/package-minus.d.ts +8 -0
- package/out/icons/package-minus.luau +23 -0
- package/out/icons/package-open.d.ts +8 -0
- package/out/icons/package-open.luau +23 -0
- package/out/icons/package-plus.d.ts +8 -0
- package/out/icons/package-plus.luau +23 -0
- package/out/icons/package-search.d.ts +8 -0
- package/out/icons/package-search.luau +23 -0
- package/out/icons/package-x.d.ts +8 -0
- package/out/icons/package-x.luau +23 -0
- package/out/icons/package.d.ts +8 -0
- package/out/icons/package.luau +23 -0
- package/out/icons/paint-bucket.d.ts +8 -0
- package/out/icons/paint-bucket.luau +23 -0
- package/out/icons/paint-roller.d.ts +8 -0
- package/out/icons/paint-roller.luau +23 -0
- package/out/icons/paintbrush-vertical.d.ts +8 -0
- package/out/icons/paintbrush-vertical.luau +23 -0
- package/out/icons/paintbrush.d.ts +8 -0
- package/out/icons/paintbrush.luau +23 -0
- package/out/icons/palette.d.ts +8 -0
- package/out/icons/palette.luau +23 -0
- package/out/icons/panda.d.ts +8 -0
- package/out/icons/panda.luau +23 -0
- package/out/icons/panel-bottom-close.d.ts +8 -0
- package/out/icons/panel-bottom-close.luau +23 -0
- package/out/icons/panel-bottom-dashed.d.ts +8 -0
- package/out/icons/panel-bottom-dashed.luau +23 -0
- package/out/icons/panel-bottom-open.d.ts +8 -0
- package/out/icons/panel-bottom-open.luau +23 -0
- package/out/icons/panel-bottom.d.ts +8 -0
- package/out/icons/panel-bottom.luau +23 -0
- package/out/icons/panel-left-close.d.ts +8 -0
- package/out/icons/panel-left-close.luau +23 -0
- package/out/icons/panel-left-dashed.d.ts +8 -0
- package/out/icons/panel-left-dashed.luau +23 -0
- package/out/icons/panel-left-open.d.ts +8 -0
- package/out/icons/panel-left-open.luau +23 -0
- package/out/icons/panel-left-right-dashed.d.ts +8 -0
- package/out/icons/panel-left-right-dashed.luau +23 -0
- package/out/icons/panel-left.d.ts +8 -0
- package/out/icons/panel-left.luau +23 -0
- package/out/icons/panel-right-close.d.ts +8 -0
- package/out/icons/panel-right-close.luau +23 -0
- package/out/icons/panel-right-dashed.d.ts +8 -0
- package/out/icons/panel-right-dashed.luau +23 -0
- package/out/icons/panel-right-open.d.ts +8 -0
- package/out/icons/panel-right-open.luau +23 -0
- package/out/icons/panel-right.d.ts +8 -0
- package/out/icons/panel-right.luau +23 -0
- package/out/icons/panel-top-bottom-dashed.d.ts +8 -0
- package/out/icons/panel-top-bottom-dashed.luau +23 -0
- package/out/icons/panel-top-close.d.ts +8 -0
- package/out/icons/panel-top-close.luau +23 -0
- package/out/icons/panel-top-dashed.d.ts +8 -0
- package/out/icons/panel-top-dashed.luau +23 -0
- package/out/icons/panel-top-open.d.ts +8 -0
- package/out/icons/panel-top-open.luau +23 -0
- package/out/icons/panel-top.d.ts +8 -0
- package/out/icons/panel-top.luau +23 -0
- package/out/icons/panels-left-bottom.d.ts +8 -0
- package/out/icons/panels-left-bottom.luau +23 -0
- package/out/icons/panels-right-bottom.d.ts +8 -0
- package/out/icons/panels-right-bottom.luau +23 -0
- package/out/icons/panels-top-left.d.ts +8 -0
- package/out/icons/panels-top-left.luau +23 -0
- package/out/icons/paperclip.d.ts +8 -0
- package/out/icons/paperclip.luau +23 -0
- package/out/icons/parasol.d.ts +8 -0
- package/out/icons/parasol.luau +23 -0
- package/out/icons/parentheses.d.ts +8 -0
- package/out/icons/parentheses.luau +23 -0
- package/out/icons/parking-meter.d.ts +8 -0
- package/out/icons/parking-meter.luau +23 -0
- package/out/icons/party-popper.d.ts +8 -0
- package/out/icons/party-popper.luau +23 -0
- package/out/icons/pause.d.ts +8 -0
- package/out/icons/pause.luau +23 -0
- package/out/icons/paw-print.d.ts +8 -0
- package/out/icons/paw-print.luau +23 -0
- package/out/icons/pc-case.d.ts +8 -0
- package/out/icons/pc-case.luau +23 -0
- package/out/icons/pen-line.d.ts +8 -0
- package/out/icons/pen-line.luau +23 -0
- package/out/icons/pen-off.d.ts +8 -0
- package/out/icons/pen-off.luau +23 -0
- package/out/icons/pen-tool.d.ts +8 -0
- package/out/icons/pen-tool.luau +23 -0
- package/out/icons/pen.d.ts +8 -0
- package/out/icons/pen.luau +23 -0
- package/out/icons/pencil-line.d.ts +8 -0
- package/out/icons/pencil-line.luau +23 -0
- package/out/icons/pencil-off.d.ts +8 -0
- package/out/icons/pencil-off.luau +23 -0
- package/out/icons/pencil-ruler.d.ts +8 -0
- package/out/icons/pencil-ruler.luau +23 -0
- package/out/icons/pencil-sparkles.d.ts +8 -0
- package/out/icons/pencil-sparkles.luau +23 -0
- package/out/icons/pencil.d.ts +8 -0
- package/out/icons/pencil.luau +23 -0
- package/out/icons/pentagon.d.ts +8 -0
- package/out/icons/pentagon.luau +23 -0
- package/out/icons/percent.d.ts +8 -0
- package/out/icons/percent.luau +23 -0
- package/out/icons/person-standing.d.ts +8 -0
- package/out/icons/person-standing.luau +23 -0
- package/out/icons/philippine-peso.d.ts +8 -0
- package/out/icons/philippine-peso.luau +23 -0
- package/out/icons/phone-call.d.ts +8 -0
- package/out/icons/phone-call.luau +23 -0
- package/out/icons/phone-forwarded.d.ts +8 -0
- package/out/icons/phone-forwarded.luau +23 -0
- package/out/icons/phone-incoming.d.ts +8 -0
- package/out/icons/phone-incoming.luau +23 -0
- package/out/icons/phone-missed.d.ts +8 -0
- package/out/icons/phone-missed.luau +23 -0
- package/out/icons/phone-off.d.ts +8 -0
- package/out/icons/phone-off.luau +23 -0
- package/out/icons/phone-outgoing.d.ts +8 -0
- package/out/icons/phone-outgoing.luau +23 -0
- package/out/icons/phone.d.ts +8 -0
- package/out/icons/phone.luau +23 -0
- package/out/icons/pi.d.ts +8 -0
- package/out/icons/pi.luau +23 -0
- package/out/icons/piano.d.ts +8 -0
- package/out/icons/piano.luau +23 -0
- package/out/icons/pickaxe.d.ts +8 -0
- package/out/icons/pickaxe.luau +23 -0
- package/out/icons/picture-in-picture-2.d.ts +8 -0
- package/out/icons/picture-in-picture-2.luau +23 -0
- package/out/icons/picture-in-picture.d.ts +8 -0
- package/out/icons/picture-in-picture.luau +23 -0
- package/out/icons/piggy-bank.d.ts +8 -0
- package/out/icons/piggy-bank.luau +23 -0
- package/out/icons/pilcrow-left.d.ts +8 -0
- package/out/icons/pilcrow-left.luau +23 -0
- package/out/icons/pilcrow-right.d.ts +8 -0
- package/out/icons/pilcrow-right.luau +23 -0
- package/out/icons/pilcrow.d.ts +8 -0
- package/out/icons/pilcrow.luau +23 -0
- package/out/icons/pill-bottle.d.ts +8 -0
- package/out/icons/pill-bottle.luau +23 -0
- package/out/icons/pill.d.ts +8 -0
- package/out/icons/pill.luau +23 -0
- package/out/icons/pin-off.d.ts +8 -0
- package/out/icons/pin-off.luau +23 -0
- package/out/icons/pin.d.ts +8 -0
- package/out/icons/pin.luau +23 -0
- package/out/icons/pipette.d.ts +8 -0
- package/out/icons/pipette.luau +23 -0
- package/out/icons/pizza.d.ts +8 -0
- package/out/icons/pizza.luau +23 -0
- package/out/icons/plane-landing.d.ts +8 -0
- package/out/icons/plane-landing.luau +23 -0
- package/out/icons/plane-takeoff.d.ts +8 -0
- package/out/icons/plane-takeoff.luau +23 -0
- package/out/icons/plane.d.ts +8 -0
- package/out/icons/plane.luau +23 -0
- package/out/icons/play-off.d.ts +8 -0
- package/out/icons/play-off.luau +23 -0
- package/out/icons/play.d.ts +8 -0
- package/out/icons/play.luau +23 -0
- package/out/icons/plug-2.d.ts +8 -0
- package/out/icons/plug-2.luau +23 -0
- package/out/icons/plug-zap.d.ts +8 -0
- package/out/icons/plug-zap.luau +23 -0
- package/out/icons/plug.d.ts +8 -0
- package/out/icons/plug.luau +23 -0
- package/out/icons/plus.d.ts +8 -0
- package/out/icons/plus.luau +23 -0
- package/out/icons/pocket-knife.d.ts +8 -0
- package/out/icons/pocket-knife.luau +23 -0
- package/out/icons/podcast.d.ts +8 -0
- package/out/icons/podcast.luau +23 -0
- package/out/icons/podium.d.ts +8 -0
- package/out/icons/podium.luau +23 -0
- package/out/icons/pointer-off.d.ts +8 -0
- package/out/icons/pointer-off.luau +23 -0
- package/out/icons/pointer.d.ts +8 -0
- package/out/icons/pointer.luau +23 -0
- package/out/icons/popcorn.d.ts +8 -0
- package/out/icons/popcorn.luau +23 -0
- package/out/icons/popsicle.d.ts +8 -0
- package/out/icons/popsicle.luau +23 -0
- package/out/icons/pound-sterling.d.ts +8 -0
- package/out/icons/pound-sterling.luau +23 -0
- package/out/icons/power-off.d.ts +8 -0
- package/out/icons/power-off.luau +23 -0
- package/out/icons/power.d.ts +8 -0
- package/out/icons/power.luau +23 -0
- package/out/icons/presentation.d.ts +8 -0
- package/out/icons/presentation.luau +23 -0
- package/out/icons/printer-check.d.ts +8 -0
- package/out/icons/printer-check.luau +23 -0
- package/out/icons/printer-x.d.ts +8 -0
- package/out/icons/printer-x.luau +23 -0
- package/out/icons/printer.d.ts +8 -0
- package/out/icons/printer.luau +23 -0
- package/out/icons/projector.d.ts +8 -0
- package/out/icons/projector.luau +23 -0
- package/out/icons/proportions.d.ts +8 -0
- package/out/icons/proportions.luau +23 -0
- package/out/icons/puzzle.d.ts +8 -0
- package/out/icons/puzzle.luau +23 -0
- package/out/icons/pyramid.d.ts +8 -0
- package/out/icons/pyramid.luau +23 -0
- package/out/icons/quote.d.ts +8 -0
- package/out/icons/quote.luau +23 -0
- package/out/icons/rabbit.d.ts +8 -0
- package/out/icons/rabbit.luau +23 -0
- package/out/icons/radar.d.ts +8 -0
- package/out/icons/radar.luau +23 -0
- package/out/icons/radiation.d.ts +8 -0
- package/out/icons/radiation.luau +23 -0
- package/out/icons/radical.d.ts +8 -0
- package/out/icons/radical.luau +23 -0
- package/out/icons/radio-off.d.ts +8 -0
- package/out/icons/radio-off.luau +23 -0
- package/out/icons/radio-receiver.d.ts +8 -0
- package/out/icons/radio-receiver.luau +23 -0
- package/out/icons/radio-tower.d.ts +8 -0
- package/out/icons/radio-tower.luau +23 -0
- package/out/icons/radio.d.ts +8 -0
- package/out/icons/radio.luau +23 -0
- package/out/icons/radius.d.ts +8 -0
- package/out/icons/radius.luau +23 -0
- package/out/icons/rainbow.d.ts +8 -0
- package/out/icons/rainbow.luau +23 -0
- package/out/icons/rat.d.ts +8 -0
- package/out/icons/rat.luau +23 -0
- package/out/icons/ratio.d.ts +8 -0
- package/out/icons/ratio.luau +23 -0
- package/out/icons/receipt-cent.d.ts +8 -0
- package/out/icons/receipt-cent.luau +23 -0
- package/out/icons/receipt-euro.d.ts +8 -0
- package/out/icons/receipt-euro.luau +23 -0
- package/out/icons/receipt-indian-rupee.d.ts +8 -0
- package/out/icons/receipt-indian-rupee.luau +23 -0
- package/out/icons/receipt-japanese-yen.d.ts +8 -0
- package/out/icons/receipt-japanese-yen.luau +23 -0
- package/out/icons/receipt-pound-sterling.d.ts +8 -0
- package/out/icons/receipt-pound-sterling.luau +23 -0
- package/out/icons/receipt-russian-ruble.d.ts +8 -0
- package/out/icons/receipt-russian-ruble.luau +23 -0
- package/out/icons/receipt-swiss-franc.d.ts +8 -0
- package/out/icons/receipt-swiss-franc.luau +23 -0
- package/out/icons/receipt-text.d.ts +8 -0
- package/out/icons/receipt-text.luau +23 -0
- package/out/icons/receipt-turkish-lira.d.ts +8 -0
- package/out/icons/receipt-turkish-lira.luau +23 -0
- package/out/icons/receipt.d.ts +8 -0
- package/out/icons/receipt.luau +23 -0
- package/out/icons/rectangle-circle.d.ts +8 -0
- package/out/icons/rectangle-circle.luau +23 -0
- package/out/icons/rectangle-ellipsis.d.ts +8 -0
- package/out/icons/rectangle-ellipsis.luau +23 -0
- package/out/icons/rectangle-goggles.d.ts +8 -0
- package/out/icons/rectangle-goggles.luau +23 -0
- package/out/icons/rectangle-horizontal.d.ts +8 -0
- package/out/icons/rectangle-horizontal.luau +23 -0
- package/out/icons/rectangle-vertical.d.ts +8 -0
- package/out/icons/rectangle-vertical.luau +23 -0
- package/out/icons/recycle.d.ts +8 -0
- package/out/icons/recycle.luau +23 -0
- package/out/icons/redo-2.d.ts +8 -0
- package/out/icons/redo-2.luau +23 -0
- package/out/icons/redo-dot.d.ts +8 -0
- package/out/icons/redo-dot.luau +23 -0
- package/out/icons/redo.d.ts +8 -0
- package/out/icons/redo.luau +23 -0
- package/out/icons/refresh-ccw-dot.d.ts +8 -0
- package/out/icons/refresh-ccw-dot.luau +23 -0
- package/out/icons/refresh-ccw.d.ts +8 -0
- package/out/icons/refresh-ccw.luau +23 -0
- package/out/icons/refresh-cw-off.d.ts +8 -0
- package/out/icons/refresh-cw-off.luau +23 -0
- package/out/icons/refresh-cw.d.ts +8 -0
- package/out/icons/refresh-cw.luau +23 -0
- package/out/icons/refrigerator.d.ts +8 -0
- package/out/icons/refrigerator.luau +23 -0
- package/out/icons/regex.d.ts +8 -0
- package/out/icons/regex.luau +23 -0
- package/out/icons/remove-formatting.d.ts +8 -0
- package/out/icons/remove-formatting.luau +23 -0
- package/out/icons/repeat-1.d.ts +8 -0
- package/out/icons/repeat-1.luau +23 -0
- package/out/icons/repeat-2.d.ts +8 -0
- package/out/icons/repeat-2.luau +23 -0
- package/out/icons/repeat-off.d.ts +8 -0
- package/out/icons/repeat-off.luau +23 -0
- package/out/icons/repeat.d.ts +8 -0
- package/out/icons/repeat.luau +23 -0
- package/out/icons/replace-all.d.ts +8 -0
- package/out/icons/replace-all.luau +23 -0
- package/out/icons/replace.d.ts +8 -0
- package/out/icons/replace.luau +23 -0
- package/out/icons/reply-all.d.ts +8 -0
- package/out/icons/reply-all.luau +23 -0
- package/out/icons/reply.d.ts +8 -0
- package/out/icons/reply.luau +23 -0
- package/out/icons/rewind.d.ts +8 -0
- package/out/icons/rewind.luau +23 -0
- package/out/icons/ribbon.d.ts +8 -0
- package/out/icons/ribbon.luau +23 -0
- package/out/icons/road.d.ts +8 -0
- package/out/icons/road.luau +23 -0
- package/out/icons/rocket.d.ts +8 -0
- package/out/icons/rocket.luau +23 -0
- package/out/icons/rocking-chair.d.ts +8 -0
- package/out/icons/rocking-chair.luau +23 -0
- package/out/icons/roller-coaster.d.ts +8 -0
- package/out/icons/roller-coaster.luau +23 -0
- package/out/icons/rose.d.ts +8 -0
- package/out/icons/rose.luau +23 -0
- package/out/icons/rotate-3d.d.ts +8 -0
- package/out/icons/rotate-3d.luau +23 -0
- package/out/icons/rotate-ccw-key.d.ts +8 -0
- package/out/icons/rotate-ccw-key.luau +23 -0
- package/out/icons/rotate-ccw-square.d.ts +8 -0
- package/out/icons/rotate-ccw-square.luau +23 -0
- package/out/icons/rotate-ccw.d.ts +8 -0
- package/out/icons/rotate-ccw.luau +23 -0
- package/out/icons/rotate-cw-square.d.ts +8 -0
- package/out/icons/rotate-cw-square.luau +23 -0
- package/out/icons/rotate-cw.d.ts +8 -0
- package/out/icons/rotate-cw.luau +23 -0
- package/out/icons/route-off.d.ts +8 -0
- package/out/icons/route-off.luau +23 -0
- package/out/icons/route.d.ts +8 -0
- package/out/icons/route.luau +23 -0
- package/out/icons/router.d.ts +8 -0
- package/out/icons/router.luau +23 -0
- package/out/icons/rows-2.d.ts +8 -0
- package/out/icons/rows-2.luau +23 -0
- package/out/icons/rows-3.d.ts +8 -0
- package/out/icons/rows-3.luau +23 -0
- package/out/icons/rows-4.d.ts +8 -0
- package/out/icons/rows-4.luau +23 -0
- package/out/icons/rss.d.ts +8 -0
- package/out/icons/rss.luau +23 -0
- package/out/icons/ruler-dimension-line.d.ts +8 -0
- package/out/icons/ruler-dimension-line.luau +23 -0
- package/out/icons/ruler.d.ts +8 -0
- package/out/icons/ruler.luau +23 -0
- package/out/icons/russian-ruble.d.ts +8 -0
- package/out/icons/russian-ruble.luau +23 -0
- package/out/icons/sailboat.d.ts +8 -0
- package/out/icons/sailboat.luau +23 -0
- package/out/icons/salad.d.ts +8 -0
- package/out/icons/salad.luau +23 -0
- package/out/icons/sandwich.d.ts +8 -0
- package/out/icons/sandwich.luau +23 -0
- package/out/icons/satellite-dish.d.ts +8 -0
- package/out/icons/satellite-dish.luau +23 -0
- package/out/icons/satellite.d.ts +8 -0
- package/out/icons/satellite.luau +23 -0
- package/out/icons/saudi-riyal.d.ts +8 -0
- package/out/icons/saudi-riyal.luau +23 -0
- package/out/icons/save-all.d.ts +8 -0
- package/out/icons/save-all.luau +23 -0
- package/out/icons/save-check.d.ts +8 -0
- package/out/icons/save-check.luau +23 -0
- package/out/icons/save-off.d.ts +8 -0
- package/out/icons/save-off.luau +23 -0
- package/out/icons/save-pen.d.ts +8 -0
- package/out/icons/save-pen.luau +23 -0
- package/out/icons/save-plus.d.ts +8 -0
- package/out/icons/save-plus.luau +23 -0
- package/out/icons/save.d.ts +8 -0
- package/out/icons/save.luau +23 -0
- package/out/icons/scale-3d.d.ts +8 -0
- package/out/icons/scale-3d.luau +23 -0
- package/out/icons/scale.d.ts +8 -0
- package/out/icons/scale.luau +23 -0
- package/out/icons/scaling.d.ts +8 -0
- package/out/icons/scaling.luau +23 -0
- package/out/icons/scan-barcode.d.ts +8 -0
- package/out/icons/scan-barcode.luau +23 -0
- package/out/icons/scan-eye.d.ts +8 -0
- package/out/icons/scan-eye.luau +23 -0
- package/out/icons/scan-face.d.ts +8 -0
- package/out/icons/scan-face.luau +23 -0
- package/out/icons/scan-heart.d.ts +8 -0
- package/out/icons/scan-heart.luau +23 -0
- package/out/icons/scan-line.d.ts +8 -0
- package/out/icons/scan-line.luau +23 -0
- package/out/icons/scan-search.d.ts +8 -0
- package/out/icons/scan-search.luau +23 -0
- package/out/icons/scan-text.d.ts +8 -0
- package/out/icons/scan-text.luau +23 -0
- package/out/icons/scan.d.ts +8 -0
- package/out/icons/scan.luau +23 -0
- package/out/icons/school.d.ts +8 -0
- package/out/icons/school.luau +23 -0
- package/out/icons/scissors-line-dashed.d.ts +8 -0
- package/out/icons/scissors-line-dashed.luau +23 -0
- package/out/icons/scissors.d.ts +8 -0
- package/out/icons/scissors.luau +23 -0
- package/out/icons/scooter.d.ts +8 -0
- package/out/icons/scooter.luau +23 -0
- package/out/icons/screen-share-off.d.ts +8 -0
- package/out/icons/screen-share-off.luau +23 -0
- package/out/icons/screen-share.d.ts +8 -0
- package/out/icons/screen-share.luau +23 -0
- package/out/icons/scroll-text.d.ts +8 -0
- package/out/icons/scroll-text.luau +23 -0
- package/out/icons/scroll.d.ts +8 -0
- package/out/icons/scroll.luau +23 -0
- package/out/icons/search-alert.d.ts +8 -0
- package/out/icons/search-alert.luau +23 -0
- package/out/icons/search-check.d.ts +8 -0
- package/out/icons/search-check.luau +23 -0
- package/out/icons/search-code.d.ts +8 -0
- package/out/icons/search-code.luau +23 -0
- package/out/icons/search-slash.d.ts +8 -0
- package/out/icons/search-slash.luau +23 -0
- package/out/icons/search-x.d.ts +8 -0
- package/out/icons/search-x.luau +23 -0
- package/out/icons/search.d.ts +8 -0
- package/out/icons/search.luau +23 -0
- package/out/icons/section.d.ts +8 -0
- package/out/icons/section.luau +23 -0
- package/out/icons/send-horizontal.d.ts +8 -0
- package/out/icons/send-horizontal.luau +23 -0
- package/out/icons/send-to-back.d.ts +8 -0
- package/out/icons/send-to-back.luau +23 -0
- package/out/icons/send.d.ts +8 -0
- package/out/icons/send.luau +23 -0
- package/out/icons/separator-horizontal.d.ts +8 -0
- package/out/icons/separator-horizontal.luau +23 -0
- package/out/icons/separator-vertical.d.ts +8 -0
- package/out/icons/separator-vertical.luau +23 -0
- package/out/icons/server-cog.d.ts +8 -0
- package/out/icons/server-cog.luau +23 -0
- package/out/icons/server-crash.d.ts +8 -0
- package/out/icons/server-crash.luau +23 -0
- package/out/icons/server-off.d.ts +8 -0
- package/out/icons/server-off.luau +23 -0
- package/out/icons/server.d.ts +8 -0
- package/out/icons/server.luau +23 -0
- package/out/icons/settings-2.d.ts +8 -0
- package/out/icons/settings-2.luau +23 -0
- package/out/icons/settings.d.ts +8 -0
- package/out/icons/settings.luau +23 -0
- package/out/icons/shapes.d.ts +8 -0
- package/out/icons/shapes.luau +23 -0
- package/out/icons/share-2.d.ts +8 -0
- package/out/icons/share-2.luau +23 -0
- package/out/icons/share.d.ts +8 -0
- package/out/icons/share.luau +23 -0
- package/out/icons/sheet.d.ts +8 -0
- package/out/icons/sheet.luau +23 -0
- package/out/icons/shell.d.ts +8 -0
- package/out/icons/shell.luau +23 -0
- package/out/icons/shelving-unit.d.ts +8 -0
- package/out/icons/shelving-unit.luau +23 -0
- package/out/icons/shield-alert.d.ts +8 -0
- package/out/icons/shield-alert.luau +23 -0
- package/out/icons/shield-ban.d.ts +8 -0
- package/out/icons/shield-ban.luau +23 -0
- package/out/icons/shield-check.d.ts +8 -0
- package/out/icons/shield-check.luau +23 -0
- package/out/icons/shield-cog-corner.d.ts +8 -0
- package/out/icons/shield-cog-corner.luau +23 -0
- package/out/icons/shield-cog.d.ts +8 -0
- package/out/icons/shield-cog.luau +23 -0
- package/out/icons/shield-ellipsis.d.ts +8 -0
- package/out/icons/shield-ellipsis.luau +23 -0
- package/out/icons/shield-half.d.ts +8 -0
- package/out/icons/shield-half.luau +23 -0
- package/out/icons/shield-minus.d.ts +8 -0
- package/out/icons/shield-minus.luau +23 -0
- package/out/icons/shield-off.d.ts +8 -0
- package/out/icons/shield-off.luau +23 -0
- package/out/icons/shield-plus.d.ts +8 -0
- package/out/icons/shield-plus.luau +23 -0
- package/out/icons/shield-question-mark.d.ts +8 -0
- package/out/icons/shield-question-mark.luau +23 -0
- package/out/icons/shield-user.d.ts +8 -0
- package/out/icons/shield-user.luau +23 -0
- package/out/icons/shield-x.d.ts +8 -0
- package/out/icons/shield-x.luau +23 -0
- package/out/icons/shield.d.ts +8 -0
- package/out/icons/shield.luau +23 -0
- package/out/icons/ship-wheel.d.ts +8 -0
- package/out/icons/ship-wheel.luau +23 -0
- package/out/icons/ship.d.ts +8 -0
- package/out/icons/ship.luau +23 -0
- package/out/icons/shirt.d.ts +8 -0
- package/out/icons/shirt.luau +23 -0
- package/out/icons/shopping-bag.d.ts +8 -0
- package/out/icons/shopping-bag.luau +23 -0
- package/out/icons/shopping-basket.d.ts +8 -0
- package/out/icons/shopping-basket.luau +23 -0
- package/out/icons/shopping-cart.d.ts +8 -0
- package/out/icons/shopping-cart.luau +23 -0
- package/out/icons/shovel.d.ts +8 -0
- package/out/icons/shovel.luau +23 -0
- package/out/icons/shower-head.d.ts +8 -0
- package/out/icons/shower-head.luau +23 -0
- package/out/icons/shredder.d.ts +8 -0
- package/out/icons/shredder.luau +23 -0
- package/out/icons/shrimp.d.ts +8 -0
- package/out/icons/shrimp.luau +23 -0
- package/out/icons/shrink.d.ts +8 -0
- package/out/icons/shrink.luau +23 -0
- package/out/icons/shrub.d.ts +8 -0
- package/out/icons/shrub.luau +23 -0
- package/out/icons/shuffle.d.ts +8 -0
- package/out/icons/shuffle.luau +23 -0
- package/out/icons/sigma.d.ts +8 -0
- package/out/icons/sigma.luau +23 -0
- package/out/icons/signal-high.d.ts +8 -0
- package/out/icons/signal-high.luau +23 -0
- package/out/icons/signal-low.d.ts +8 -0
- package/out/icons/signal-low.luau +23 -0
- package/out/icons/signal-medium.d.ts +8 -0
- package/out/icons/signal-medium.luau +23 -0
- package/out/icons/signal-zero.d.ts +8 -0
- package/out/icons/signal-zero.luau +23 -0
- package/out/icons/signal.d.ts +8 -0
- package/out/icons/signal.luau +23 -0
- package/out/icons/signature.d.ts +8 -0
- package/out/icons/signature.luau +23 -0
- package/out/icons/signpost-big.d.ts +8 -0
- package/out/icons/signpost-big.luau +23 -0
- package/out/icons/signpost.d.ts +8 -0
- package/out/icons/signpost.luau +23 -0
- package/out/icons/siren.d.ts +8 -0
- package/out/icons/siren.luau +23 -0
- package/out/icons/skip-back.d.ts +8 -0
- package/out/icons/skip-back.luau +23 -0
- package/out/icons/skip-forward.d.ts +8 -0
- package/out/icons/skip-forward.luau +23 -0
- package/out/icons/skull.d.ts +8 -0
- package/out/icons/skull.luau +23 -0
- package/out/icons/slash.d.ts +8 -0
- package/out/icons/slash.luau +23 -0
- package/out/icons/slice.d.ts +8 -0
- package/out/icons/slice.luau +23 -0
- package/out/icons/sliders-horizontal.d.ts +8 -0
- package/out/icons/sliders-horizontal.luau +23 -0
- package/out/icons/sliders-vertical.d.ts +8 -0
- package/out/icons/sliders-vertical.luau +23 -0
- package/out/icons/smartphone-charging.d.ts +8 -0
- package/out/icons/smartphone-charging.luau +23 -0
- package/out/icons/smartphone-nfc.d.ts +8 -0
- package/out/icons/smartphone-nfc.luau +23 -0
- package/out/icons/smartphone.d.ts +8 -0
- package/out/icons/smartphone.luau +23 -0
- package/out/icons/smile-plus.d.ts +8 -0
- package/out/icons/smile-plus.luau +23 -0
- package/out/icons/smile.d.ts +8 -0
- package/out/icons/smile.luau +23 -0
- package/out/icons/snail.d.ts +8 -0
- package/out/icons/snail.luau +23 -0
- package/out/icons/snowflake.d.ts +8 -0
- package/out/icons/snowflake.luau +23 -0
- package/out/icons/soap-dispenser-droplet.d.ts +8 -0
- package/out/icons/soap-dispenser-droplet.luau +23 -0
- package/out/icons/sofa.d.ts +8 -0
- package/out/icons/sofa.luau +23 -0
- package/out/icons/solar-panel.d.ts +8 -0
- package/out/icons/solar-panel.luau +23 -0
- package/out/icons/soup.d.ts +8 -0
- package/out/icons/soup.luau +23 -0
- package/out/icons/space.d.ts +8 -0
- package/out/icons/space.luau +23 -0
- package/out/icons/spade.d.ts +8 -0
- package/out/icons/spade.luau +23 -0
- package/out/icons/sparkle.d.ts +8 -0
- package/out/icons/sparkle.luau +23 -0
- package/out/icons/sparkles.d.ts +8 -0
- package/out/icons/sparkles.luau +23 -0
- package/out/icons/speaker.d.ts +8 -0
- package/out/icons/speaker.luau +23 -0
- package/out/icons/speech.d.ts +8 -0
- package/out/icons/speech.luau +23 -0
- package/out/icons/spell-check-2.d.ts +8 -0
- package/out/icons/spell-check-2.luau +23 -0
- package/out/icons/spell-check.d.ts +8 -0
- package/out/icons/spell-check.luau +23 -0
- package/out/icons/spline-pointer.d.ts +8 -0
- package/out/icons/spline-pointer.luau +23 -0
- package/out/icons/spline.d.ts +8 -0
- package/out/icons/spline.luau +23 -0
- package/out/icons/split.d.ts +8 -0
- package/out/icons/split.luau +23 -0
- package/out/icons/spool.d.ts +8 -0
- package/out/icons/spool.luau +23 -0
- package/out/icons/sport-shoe.d.ts +8 -0
- package/out/icons/sport-shoe.luau +23 -0
- package/out/icons/spotlight.d.ts +8 -0
- package/out/icons/spotlight.luau +23 -0
- package/out/icons/spray-can.d.ts +8 -0
- package/out/icons/spray-can.luau +23 -0
- package/out/icons/sprout.d.ts +8 -0
- package/out/icons/sprout.luau +23 -0
- package/out/icons/square-activity.d.ts +8 -0
- package/out/icons/square-activity.luau +23 -0
- package/out/icons/square-arrow-down-left.d.ts +8 -0
- package/out/icons/square-arrow-down-left.luau +23 -0
- package/out/icons/square-arrow-down-right.d.ts +8 -0
- package/out/icons/square-arrow-down-right.luau +23 -0
- package/out/icons/square-arrow-down.d.ts +8 -0
- package/out/icons/square-arrow-down.luau +23 -0
- package/out/icons/square-arrow-left.d.ts +8 -0
- package/out/icons/square-arrow-left.luau +23 -0
- package/out/icons/square-arrow-out-down-left.d.ts +8 -0
- package/out/icons/square-arrow-out-down-left.luau +23 -0
- package/out/icons/square-arrow-out-down-right.d.ts +8 -0
- package/out/icons/square-arrow-out-down-right.luau +23 -0
- package/out/icons/square-arrow-out-up-left.d.ts +8 -0
- package/out/icons/square-arrow-out-up-left.luau +23 -0
- package/out/icons/square-arrow-out-up-right.d.ts +8 -0
- package/out/icons/square-arrow-out-up-right.luau +23 -0
- package/out/icons/square-arrow-right-enter.d.ts +8 -0
- package/out/icons/square-arrow-right-enter.luau +23 -0
- package/out/icons/square-arrow-right-exit.d.ts +8 -0
- package/out/icons/square-arrow-right-exit.luau +23 -0
- package/out/icons/square-arrow-right.d.ts +8 -0
- package/out/icons/square-arrow-right.luau +23 -0
- package/out/icons/square-arrow-up-left.d.ts +8 -0
- package/out/icons/square-arrow-up-left.luau +23 -0
- package/out/icons/square-arrow-up-right.d.ts +8 -0
- package/out/icons/square-arrow-up-right.luau +23 -0
- package/out/icons/square-arrow-up.d.ts +8 -0
- package/out/icons/square-arrow-up.luau +23 -0
- package/out/icons/square-asterisk.d.ts +8 -0
- package/out/icons/square-asterisk.luau +23 -0
- package/out/icons/square-bottom-dashed-scissors.d.ts +8 -0
- package/out/icons/square-bottom-dashed-scissors.luau +23 -0
- package/out/icons/square-centerline-dashed-horizontal.d.ts +8 -0
- package/out/icons/square-centerline-dashed-horizontal.luau +23 -0
- package/out/icons/square-centerline-dashed-vertical.d.ts +8 -0
- package/out/icons/square-centerline-dashed-vertical.luau +23 -0
- package/out/icons/square-chart-gantt.d.ts +8 -0
- package/out/icons/square-chart-gantt.luau +23 -0
- package/out/icons/square-check-big.d.ts +8 -0
- package/out/icons/square-check-big.luau +23 -0
- package/out/icons/square-check.d.ts +8 -0
- package/out/icons/square-check.luau +23 -0
- package/out/icons/square-chevron-down.d.ts +8 -0
- package/out/icons/square-chevron-down.luau +23 -0
- package/out/icons/square-chevron-left.d.ts +8 -0
- package/out/icons/square-chevron-left.luau +23 -0
- package/out/icons/square-chevron-right.d.ts +8 -0
- package/out/icons/square-chevron-right.luau +23 -0
- package/out/icons/square-chevron-up.d.ts +8 -0
- package/out/icons/square-chevron-up.luau +23 -0
- package/out/icons/square-code.d.ts +8 -0
- package/out/icons/square-code.luau +23 -0
- package/out/icons/square-dashed-bottom-code.d.ts +8 -0
- package/out/icons/square-dashed-bottom-code.luau +23 -0
- package/out/icons/square-dashed-bottom.d.ts +8 -0
- package/out/icons/square-dashed-bottom.luau +23 -0
- package/out/icons/square-dashed-kanban.d.ts +8 -0
- package/out/icons/square-dashed-kanban.luau +23 -0
- package/out/icons/square-dashed-mouse-pointer.d.ts +8 -0
- package/out/icons/square-dashed-mouse-pointer.luau +23 -0
- package/out/icons/square-dashed-text.d.ts +8 -0
- package/out/icons/square-dashed-text.luau +23 -0
- package/out/icons/square-dashed-top-solid.d.ts +8 -0
- package/out/icons/square-dashed-top-solid.luau +23 -0
- package/out/icons/square-dashed.d.ts +8 -0
- package/out/icons/square-dashed.luau +23 -0
- package/out/icons/square-divide.d.ts +8 -0
- package/out/icons/square-divide.luau +23 -0
- package/out/icons/square-dot.d.ts +8 -0
- package/out/icons/square-dot.luau +23 -0
- package/out/icons/square-equal.d.ts +8 -0
- package/out/icons/square-equal.luau +23 -0
- package/out/icons/square-function.d.ts +8 -0
- package/out/icons/square-function.luau +23 -0
- package/out/icons/square-kanban.d.ts +8 -0
- package/out/icons/square-kanban.luau +23 -0
- package/out/icons/square-library.d.ts +8 -0
- package/out/icons/square-library.luau +23 -0
- package/out/icons/square-m.d.ts +8 -0
- package/out/icons/square-m.luau +23 -0
- package/out/icons/square-menu.d.ts +8 -0
- package/out/icons/square-menu.luau +23 -0
- package/out/icons/square-minus.d.ts +8 -0
- package/out/icons/square-minus.luau +23 -0
- package/out/icons/square-mouse-pointer.d.ts +8 -0
- package/out/icons/square-mouse-pointer.luau +23 -0
- package/out/icons/square-parking-off.d.ts +8 -0
- package/out/icons/square-parking-off.luau +23 -0
- package/out/icons/square-parking.d.ts +8 -0
- package/out/icons/square-parking.luau +23 -0
- package/out/icons/square-pause.d.ts +8 -0
- package/out/icons/square-pause.luau +23 -0
- package/out/icons/square-pen.d.ts +8 -0
- package/out/icons/square-pen.luau +23 -0
- package/out/icons/square-percent.d.ts +8 -0
- package/out/icons/square-percent.luau +23 -0
- package/out/icons/square-pi.d.ts +8 -0
- package/out/icons/square-pi.luau +23 -0
- package/out/icons/square-pilcrow.d.ts +8 -0
- package/out/icons/square-pilcrow.luau +23 -0
- package/out/icons/square-play.d.ts +8 -0
- package/out/icons/square-play.luau +23 -0
- package/out/icons/square-plus.d.ts +8 -0
- package/out/icons/square-plus.luau +23 -0
- package/out/icons/square-power.d.ts +8 -0
- package/out/icons/square-power.luau +23 -0
- package/out/icons/square-radical.d.ts +8 -0
- package/out/icons/square-radical.luau +23 -0
- package/out/icons/square-round-corner.d.ts +8 -0
- package/out/icons/square-round-corner.luau +23 -0
- package/out/icons/square-scissors.d.ts +8 -0
- package/out/icons/square-scissors.luau +23 -0
- package/out/icons/square-sigma.d.ts +8 -0
- package/out/icons/square-sigma.luau +23 -0
- package/out/icons/square-slash.d.ts +8 -0
- package/out/icons/square-slash.luau +23 -0
- package/out/icons/square-split-horizontal.d.ts +8 -0
- package/out/icons/square-split-horizontal.luau +23 -0
- package/out/icons/square-split-vertical.d.ts +8 -0
- package/out/icons/square-split-vertical.luau +23 -0
- package/out/icons/square-square.d.ts +8 -0
- package/out/icons/square-square.luau +23 -0
- package/out/icons/square-stack.d.ts +8 -0
- package/out/icons/square-stack.luau +23 -0
- package/out/icons/square-star.d.ts +8 -0
- package/out/icons/square-star.luau +23 -0
- package/out/icons/square-stop.d.ts +8 -0
- package/out/icons/square-stop.luau +23 -0
- package/out/icons/square-terminal.d.ts +8 -0
- package/out/icons/square-terminal.luau +23 -0
- package/out/icons/square-user-round.d.ts +8 -0
- package/out/icons/square-user-round.luau +23 -0
- package/out/icons/square-user.d.ts +8 -0
- package/out/icons/square-user.luau +23 -0
- package/out/icons/square-x.d.ts +8 -0
- package/out/icons/square-x.luau +23 -0
- package/out/icons/square.d.ts +8 -0
- package/out/icons/square.luau +23 -0
- package/out/icons/squares-exclude.d.ts +8 -0
- package/out/icons/squares-exclude.luau +23 -0
- package/out/icons/squares-intersect.d.ts +8 -0
- package/out/icons/squares-intersect.luau +23 -0
- package/out/icons/squares-subtract.d.ts +8 -0
- package/out/icons/squares-subtract.luau +23 -0
- package/out/icons/squares-unite.d.ts +8 -0
- package/out/icons/squares-unite.luau +23 -0
- package/out/icons/squircle-dashed.d.ts +8 -0
- package/out/icons/squircle-dashed.luau +23 -0
- package/out/icons/squircle.d.ts +8 -0
- package/out/icons/squircle.luau +23 -0
- package/out/icons/squirrel.d.ts +8 -0
- package/out/icons/squirrel.luau +23 -0
- package/out/icons/stamp.d.ts +8 -0
- package/out/icons/stamp.luau +23 -0
- package/out/icons/star-check.d.ts +8 -0
- package/out/icons/star-check.luau +23 -0
- package/out/icons/star-half.d.ts +8 -0
- package/out/icons/star-half.luau +23 -0
- package/out/icons/star-minus.d.ts +8 -0
- package/out/icons/star-minus.luau +23 -0
- package/out/icons/star-off.d.ts +8 -0
- package/out/icons/star-off.luau +23 -0
- package/out/icons/star-plus.d.ts +8 -0
- package/out/icons/star-plus.luau +23 -0
- package/out/icons/star-x.d.ts +8 -0
- package/out/icons/star-x.luau +23 -0
- package/out/icons/star.d.ts +8 -0
- package/out/icons/star.luau +23 -0
- package/out/icons/step-back.d.ts +8 -0
- package/out/icons/step-back.luau +23 -0
- package/out/icons/step-forward.d.ts +8 -0
- package/out/icons/step-forward.luau +23 -0
- package/out/icons/stethoscope.d.ts +8 -0
- package/out/icons/stethoscope.luau +23 -0
- package/out/icons/sticker.d.ts +8 -0
- package/out/icons/sticker.luau +23 -0
- package/out/icons/sticky-note-check.d.ts +8 -0
- package/out/icons/sticky-note-check.luau +23 -0
- package/out/icons/sticky-note-minus.d.ts +8 -0
- package/out/icons/sticky-note-minus.luau +23 -0
- package/out/icons/sticky-note-off.d.ts +8 -0
- package/out/icons/sticky-note-off.luau +23 -0
- package/out/icons/sticky-note-plus.d.ts +8 -0
- package/out/icons/sticky-note-plus.luau +23 -0
- package/out/icons/sticky-note-x.d.ts +8 -0
- package/out/icons/sticky-note-x.luau +23 -0
- package/out/icons/sticky-note.d.ts +8 -0
- package/out/icons/sticky-note.luau +23 -0
- package/out/icons/sticky-notes.d.ts +8 -0
- package/out/icons/sticky-notes.luau +23 -0
- package/out/icons/stone.d.ts +8 -0
- package/out/icons/stone.luau +23 -0
- package/out/icons/store.d.ts +8 -0
- package/out/icons/store.luau +23 -0
- package/out/icons/stretch-horizontal.d.ts +8 -0
- package/out/icons/stretch-horizontal.luau +23 -0
- package/out/icons/stretch-vertical.d.ts +8 -0
- package/out/icons/stretch-vertical.luau +23 -0
- package/out/icons/strikethrough.d.ts +8 -0
- package/out/icons/strikethrough.luau +23 -0
- package/out/icons/subscript.d.ts +8 -0
- package/out/icons/subscript.luau +23 -0
- package/out/icons/summary.d.ts +8 -0
- package/out/icons/summary.luau +23 -0
- package/out/icons/sun-dim.d.ts +8 -0
- package/out/icons/sun-dim.luau +23 -0
- package/out/icons/sun-medium.d.ts +8 -0
- package/out/icons/sun-medium.luau +23 -0
- package/out/icons/sun-moon.d.ts +8 -0
- package/out/icons/sun-moon.luau +23 -0
- package/out/icons/sun-snow.d.ts +8 -0
- package/out/icons/sun-snow.luau +23 -0
- package/out/icons/sun.d.ts +8 -0
- package/out/icons/sun.luau +23 -0
- package/out/icons/sunrise.d.ts +8 -0
- package/out/icons/sunrise.luau +23 -0
- package/out/icons/sunset.d.ts +8 -0
- package/out/icons/sunset.luau +23 -0
- package/out/icons/superscript.d.ts +8 -0
- package/out/icons/superscript.luau +23 -0
- package/out/icons/swatch-book.d.ts +8 -0
- package/out/icons/swatch-book.luau +23 -0
- package/out/icons/swiss-franc.d.ts +8 -0
- package/out/icons/swiss-franc.luau +23 -0
- package/out/icons/switch-camera.d.ts +8 -0
- package/out/icons/switch-camera.luau +23 -0
- package/out/icons/sword.d.ts +8 -0
- package/out/icons/sword.luau +23 -0
- package/out/icons/swords.d.ts +8 -0
- package/out/icons/swords.luau +23 -0
- package/out/icons/syringe.d.ts +8 -0
- package/out/icons/syringe.luau +23 -0
- package/out/icons/table-2.d.ts +8 -0
- package/out/icons/table-2.luau +23 -0
- package/out/icons/table-cells-merge.d.ts +8 -0
- package/out/icons/table-cells-merge.luau +23 -0
- package/out/icons/table-cells-split.d.ts +8 -0
- package/out/icons/table-cells-split.luau +23 -0
- package/out/icons/table-columns-split.d.ts +8 -0
- package/out/icons/table-columns-split.luau +23 -0
- package/out/icons/table-of-contents.d.ts +8 -0
- package/out/icons/table-of-contents.luau +23 -0
- package/out/icons/table-properties.d.ts +8 -0
- package/out/icons/table-properties.luau +23 -0
- package/out/icons/table-rows-split.d.ts +8 -0
- package/out/icons/table-rows-split.luau +23 -0
- package/out/icons/table.d.ts +8 -0
- package/out/icons/table.luau +23 -0
- package/out/icons/tablet-smartphone.d.ts +8 -0
- package/out/icons/tablet-smartphone.luau +23 -0
- package/out/icons/tablet.d.ts +8 -0
- package/out/icons/tablet.luau +23 -0
- package/out/icons/tablets.d.ts +8 -0
- package/out/icons/tablets.luau +23 -0
- package/out/icons/tag-plus.d.ts +8 -0
- package/out/icons/tag-plus.luau +23 -0
- package/out/icons/tag-x.d.ts +8 -0
- package/out/icons/tag-x.luau +23 -0
- package/out/icons/tag.d.ts +8 -0
- package/out/icons/tag.luau +23 -0
- package/out/icons/tags.d.ts +8 -0
- package/out/icons/tags.luau +23 -0
- package/out/icons/tally-1.d.ts +8 -0
- package/out/icons/tally-1.luau +23 -0
- package/out/icons/tally-2.d.ts +8 -0
- package/out/icons/tally-2.luau +23 -0
- package/out/icons/tally-3.d.ts +8 -0
- package/out/icons/tally-3.luau +23 -0
- package/out/icons/tally-4.d.ts +8 -0
- package/out/icons/tally-4.luau +23 -0
- package/out/icons/tally-5.d.ts +8 -0
- package/out/icons/tally-5.luau +23 -0
- package/out/icons/tangent.d.ts +8 -0
- package/out/icons/tangent.luau +23 -0
- package/out/icons/target.d.ts +8 -0
- package/out/icons/target.luau +23 -0
- package/out/icons/telescope.d.ts +8 -0
- package/out/icons/telescope.luau +23 -0
- package/out/icons/tent-tree.d.ts +8 -0
- package/out/icons/tent-tree.luau +23 -0
- package/out/icons/tent.d.ts +8 -0
- package/out/icons/tent.luau +23 -0
- package/out/icons/terminal.d.ts +8 -0
- package/out/icons/terminal.luau +23 -0
- package/out/icons/test-tube-diagonal.d.ts +8 -0
- package/out/icons/test-tube-diagonal.luau +23 -0
- package/out/icons/test-tube.d.ts +8 -0
- package/out/icons/test-tube.luau +23 -0
- package/out/icons/test-tubes.d.ts +8 -0
- package/out/icons/test-tubes.luau +23 -0
- package/out/icons/text-align-center.d.ts +8 -0
- package/out/icons/text-align-center.luau +23 -0
- package/out/icons/text-align-end.d.ts +8 -0
- package/out/icons/text-align-end.luau +23 -0
- package/out/icons/text-align-justify.d.ts +8 -0
- package/out/icons/text-align-justify.luau +23 -0
- package/out/icons/text-align-start.d.ts +8 -0
- package/out/icons/text-align-start.luau +23 -0
- package/out/icons/text-cursor-input.d.ts +8 -0
- package/out/icons/text-cursor-input.luau +23 -0
- package/out/icons/text-cursor.d.ts +8 -0
- package/out/icons/text-cursor.luau +23 -0
- package/out/icons/text-initial.d.ts +8 -0
- package/out/icons/text-initial.luau +23 -0
- package/out/icons/text-quote.d.ts +8 -0
- package/out/icons/text-quote.luau +23 -0
- package/out/icons/text-search.d.ts +8 -0
- package/out/icons/text-search.luau +23 -0
- package/out/icons/text-wrap.d.ts +8 -0
- package/out/icons/text-wrap.luau +23 -0
- package/out/icons/theater.d.ts +8 -0
- package/out/icons/theater.luau +23 -0
- package/out/icons/thermometer-snowflake.d.ts +8 -0
- package/out/icons/thermometer-snowflake.luau +23 -0
- package/out/icons/thermometer-sun.d.ts +8 -0
- package/out/icons/thermometer-sun.luau +23 -0
- package/out/icons/thermometer.d.ts +8 -0
- package/out/icons/thermometer.luau +23 -0
- package/out/icons/thumbs-down.d.ts +8 -0
- package/out/icons/thumbs-down.luau +23 -0
- package/out/icons/thumbs-up.d.ts +8 -0
- package/out/icons/thumbs-up.luau +23 -0
- package/out/icons/ticket-check.d.ts +8 -0
- package/out/icons/ticket-check.luau +23 -0
- package/out/icons/ticket-minus.d.ts +8 -0
- package/out/icons/ticket-minus.luau +23 -0
- package/out/icons/ticket-percent.d.ts +8 -0
- package/out/icons/ticket-percent.luau +23 -0
- package/out/icons/ticket-plus.d.ts +8 -0
- package/out/icons/ticket-plus.luau +23 -0
- package/out/icons/ticket-slash.d.ts +8 -0
- package/out/icons/ticket-slash.luau +23 -0
- package/out/icons/ticket-x.d.ts +8 -0
- package/out/icons/ticket-x.luau +23 -0
- package/out/icons/ticket.d.ts +8 -0
- package/out/icons/ticket.luau +23 -0
- package/out/icons/tickets-plane.d.ts +8 -0
- package/out/icons/tickets-plane.luau +23 -0
- package/out/icons/tickets.d.ts +8 -0
- package/out/icons/tickets.luau +23 -0
- package/out/icons/timeline.d.ts +8 -0
- package/out/icons/timeline.luau +23 -0
- package/out/icons/timer-off.d.ts +8 -0
- package/out/icons/timer-off.luau +23 -0
- package/out/icons/timer-reset.d.ts +8 -0
- package/out/icons/timer-reset.luau +23 -0
- package/out/icons/timer.d.ts +8 -0
- package/out/icons/timer.luau +23 -0
- package/out/icons/toggle-left.d.ts +8 -0
- package/out/icons/toggle-left.luau +23 -0
- package/out/icons/toggle-right.d.ts +8 -0
- package/out/icons/toggle-right.luau +23 -0
- package/out/icons/toilet.d.ts +8 -0
- package/out/icons/toilet.luau +23 -0
- package/out/icons/tool-case.d.ts +8 -0
- package/out/icons/tool-case.luau +23 -0
- package/out/icons/toolbox.d.ts +8 -0
- package/out/icons/toolbox.luau +23 -0
- package/out/icons/tornado.d.ts +8 -0
- package/out/icons/tornado.luau +23 -0
- package/out/icons/torus.d.ts +8 -0
- package/out/icons/torus.luau +23 -0
- package/out/icons/touchpad-off.d.ts +8 -0
- package/out/icons/touchpad-off.luau +23 -0
- package/out/icons/touchpad.d.ts +8 -0
- package/out/icons/touchpad.luau +23 -0
- package/out/icons/towel-rack.d.ts +8 -0
- package/out/icons/towel-rack.luau +23 -0
- package/out/icons/tower-control.d.ts +8 -0
- package/out/icons/tower-control.luau +23 -0
- package/out/icons/toy-brick.d.ts +8 -0
- package/out/icons/toy-brick.luau +23 -0
- package/out/icons/tractor.d.ts +8 -0
- package/out/icons/tractor.luau +23 -0
- package/out/icons/traffic-cone.d.ts +8 -0
- package/out/icons/traffic-cone.luau +23 -0
- package/out/icons/train-front-tunnel.d.ts +8 -0
- package/out/icons/train-front-tunnel.luau +23 -0
- package/out/icons/train-front.d.ts +8 -0
- package/out/icons/train-front.luau +23 -0
- package/out/icons/train-track.d.ts +8 -0
- package/out/icons/train-track.luau +23 -0
- package/out/icons/tram-front.d.ts +8 -0
- package/out/icons/tram-front.luau +23 -0
- package/out/icons/transgender.d.ts +8 -0
- package/out/icons/transgender.luau +23 -0
- package/out/icons/trash-2.d.ts +8 -0
- package/out/icons/trash-2.luau +23 -0
- package/out/icons/trash.d.ts +8 -0
- package/out/icons/trash.luau +23 -0
- package/out/icons/tree-deciduous.d.ts +8 -0
- package/out/icons/tree-deciduous.luau +23 -0
- package/out/icons/tree-palm.d.ts +8 -0
- package/out/icons/tree-palm.luau +23 -0
- package/out/icons/tree-pine.d.ts +8 -0
- package/out/icons/tree-pine.luau +23 -0
- package/out/icons/trees.d.ts +8 -0
- package/out/icons/trees.luau +23 -0
- package/out/icons/trending-down.d.ts +8 -0
- package/out/icons/trending-down.luau +23 -0
- package/out/icons/trending-up-down.d.ts +8 -0
- package/out/icons/trending-up-down.luau +23 -0
- package/out/icons/trending-up.d.ts +8 -0
- package/out/icons/trending-up.luau +23 -0
- package/out/icons/triangle-alert.d.ts +8 -0
- package/out/icons/triangle-alert.luau +23 -0
- package/out/icons/triangle-dashed.d.ts +8 -0
- package/out/icons/triangle-dashed.luau +23 -0
- package/out/icons/triangle-right.d.ts +8 -0
- package/out/icons/triangle-right.luau +23 -0
- package/out/icons/triangle.d.ts +8 -0
- package/out/icons/triangle.luau +23 -0
- package/out/icons/trophy.d.ts +8 -0
- package/out/icons/trophy.luau +23 -0
- package/out/icons/truck-electric.d.ts +8 -0
- package/out/icons/truck-electric.luau +23 -0
- package/out/icons/truck.d.ts +8 -0
- package/out/icons/truck.luau +23 -0
- package/out/icons/turkish-lira.d.ts +8 -0
- package/out/icons/turkish-lira.luau +23 -0
- package/out/icons/turntable.d.ts +8 -0
- package/out/icons/turntable.luau +23 -0
- package/out/icons/turtle.d.ts +8 -0
- package/out/icons/turtle.luau +23 -0
- package/out/icons/tv-minimal-play.d.ts +8 -0
- package/out/icons/tv-minimal-play.luau +23 -0
- package/out/icons/tv-minimal.d.ts +8 -0
- package/out/icons/tv-minimal.luau +23 -0
- package/out/icons/tv.d.ts +8 -0
- package/out/icons/tv.luau +23 -0
- package/out/icons/type-outline.d.ts +8 -0
- package/out/icons/type-outline.luau +23 -0
- package/out/icons/type.d.ts +8 -0
- package/out/icons/type.luau +23 -0
- package/out/icons/umbrella-off.d.ts +8 -0
- package/out/icons/umbrella-off.luau +23 -0
- package/out/icons/umbrella.d.ts +8 -0
- package/out/icons/umbrella.luau +23 -0
- package/out/icons/underline.d.ts +8 -0
- package/out/icons/underline.luau +23 -0
- package/out/icons/undo-2.d.ts +8 -0
- package/out/icons/undo-2.luau +23 -0
- package/out/icons/undo-dot.d.ts +8 -0
- package/out/icons/undo-dot.luau +23 -0
- package/out/icons/undo.d.ts +8 -0
- package/out/icons/undo.luau +23 -0
- package/out/icons/unfold-horizontal.d.ts +8 -0
- package/out/icons/unfold-horizontal.luau +23 -0
- package/out/icons/unfold-vertical.d.ts +8 -0
- package/out/icons/unfold-vertical.luau +23 -0
- package/out/icons/ungroup.d.ts +8 -0
- package/out/icons/ungroup.luau +23 -0
- package/out/icons/university.d.ts +8 -0
- package/out/icons/university.luau +23 -0
- package/out/icons/unlink-2.d.ts +8 -0
- package/out/icons/unlink-2.luau +23 -0
- package/out/icons/unlink.d.ts +8 -0
- package/out/icons/unlink.luau +23 -0
- package/out/icons/unplug.d.ts +8 -0
- package/out/icons/unplug.luau +23 -0
- package/out/icons/upload.d.ts +8 -0
- package/out/icons/upload.luau +23 -0
- package/out/icons/usb.d.ts +8 -0
- package/out/icons/usb.luau +23 -0
- package/out/icons/user-check.d.ts +8 -0
- package/out/icons/user-check.luau +23 -0
- package/out/icons/user-cog.d.ts +8 -0
- package/out/icons/user-cog.luau +23 -0
- package/out/icons/user-key.d.ts +8 -0
- package/out/icons/user-key.luau +23 -0
- package/out/icons/user-lock.d.ts +8 -0
- package/out/icons/user-lock.luau +23 -0
- package/out/icons/user-minus.d.ts +8 -0
- package/out/icons/user-minus.luau +23 -0
- package/out/icons/user-pen.d.ts +8 -0
- package/out/icons/user-pen.luau +23 -0
- package/out/icons/user-plus.d.ts +8 -0
- package/out/icons/user-plus.luau +23 -0
- package/out/icons/user-round-arrow-left.d.ts +8 -0
- package/out/icons/user-round-arrow-left.luau +23 -0
- package/out/icons/user-round-check.d.ts +8 -0
- package/out/icons/user-round-check.luau +23 -0
- package/out/icons/user-round-cog.d.ts +8 -0
- package/out/icons/user-round-cog.luau +23 -0
- package/out/icons/user-round-key.d.ts +8 -0
- package/out/icons/user-round-key.luau +23 -0
- package/out/icons/user-round-minus.d.ts +8 -0
- package/out/icons/user-round-minus.luau +23 -0
- package/out/icons/user-round-pen.d.ts +8 -0
- package/out/icons/user-round-pen.luau +23 -0
- package/out/icons/user-round-plus.d.ts +8 -0
- package/out/icons/user-round-plus.luau +23 -0
- package/out/icons/user-round-search.d.ts +8 -0
- package/out/icons/user-round-search.luau +23 -0
- package/out/icons/user-round-x.d.ts +8 -0
- package/out/icons/user-round-x.luau +23 -0
- package/out/icons/user-round.d.ts +8 -0
- package/out/icons/user-round.luau +23 -0
- package/out/icons/user-search.d.ts +8 -0
- package/out/icons/user-search.luau +23 -0
- package/out/icons/user-star.d.ts +8 -0
- package/out/icons/user-star.luau +23 -0
- package/out/icons/user-x.d.ts +8 -0
- package/out/icons/user-x.luau +23 -0
- package/out/icons/user.d.ts +8 -0
- package/out/icons/user.luau +23 -0
- package/out/icons/users-round.d.ts +8 -0
- package/out/icons/users-round.luau +23 -0
- package/out/icons/users.d.ts +8 -0
- package/out/icons/users.luau +23 -0
- package/out/icons/utensils-crossed.d.ts +8 -0
- package/out/icons/utensils-crossed.luau +23 -0
- package/out/icons/utensils.d.ts +8 -0
- package/out/icons/utensils.luau +23 -0
- package/out/icons/utility-pole.d.ts +8 -0
- package/out/icons/utility-pole.luau +23 -0
- package/out/icons/van.d.ts +8 -0
- package/out/icons/van.luau +23 -0
- package/out/icons/variable.d.ts +8 -0
- package/out/icons/variable.luau +23 -0
- package/out/icons/vault.d.ts +8 -0
- package/out/icons/vault.luau +23 -0
- package/out/icons/vector-square.d.ts +8 -0
- package/out/icons/vector-square.luau +23 -0
- package/out/icons/vegan.d.ts +8 -0
- package/out/icons/vegan.luau +23 -0
- package/out/icons/venetian-mask.d.ts +8 -0
- package/out/icons/venetian-mask.luau +23 -0
- package/out/icons/venus-and-mars.d.ts +8 -0
- package/out/icons/venus-and-mars.luau +23 -0
- package/out/icons/venus.d.ts +8 -0
- package/out/icons/venus.luau +23 -0
- package/out/icons/vibrate-off.d.ts +8 -0
- package/out/icons/vibrate-off.luau +23 -0
- package/out/icons/vibrate.d.ts +8 -0
- package/out/icons/vibrate.luau +23 -0
- package/out/icons/video-off.d.ts +8 -0
- package/out/icons/video-off.luau +23 -0
- package/out/icons/video.d.ts +8 -0
- package/out/icons/video.luau +23 -0
- package/out/icons/videotape.d.ts +8 -0
- package/out/icons/videotape.luau +23 -0
- package/out/icons/view.d.ts +8 -0
- package/out/icons/view.luau +23 -0
- package/out/icons/voicemail.d.ts +8 -0
- package/out/icons/voicemail.luau +23 -0
- package/out/icons/volleyball.d.ts +8 -0
- package/out/icons/volleyball.luau +23 -0
- package/out/icons/volume-1.d.ts +8 -0
- package/out/icons/volume-1.luau +23 -0
- package/out/icons/volume-2.d.ts +8 -0
- package/out/icons/volume-2.luau +23 -0
- package/out/icons/volume-off.d.ts +8 -0
- package/out/icons/volume-off.luau +23 -0
- package/out/icons/volume-x.d.ts +8 -0
- package/out/icons/volume-x.luau +23 -0
- package/out/icons/volume.d.ts +8 -0
- package/out/icons/volume.luau +23 -0
- package/out/icons/vote.d.ts +8 -0
- package/out/icons/vote.luau +23 -0
- package/out/icons/wallet-cards.d.ts +8 -0
- package/out/icons/wallet-cards.luau +23 -0
- package/out/icons/wallet-minimal.d.ts +8 -0
- package/out/icons/wallet-minimal.luau +23 -0
- package/out/icons/wallet.d.ts +8 -0
- package/out/icons/wallet.luau +23 -0
- package/out/icons/wallpaper.d.ts +8 -0
- package/out/icons/wallpaper.luau +23 -0
- package/out/icons/wand-sparkles.d.ts +8 -0
- package/out/icons/wand-sparkles.luau +23 -0
- package/out/icons/wand.d.ts +8 -0
- package/out/icons/wand.luau +23 -0
- package/out/icons/warehouse.d.ts +8 -0
- package/out/icons/warehouse.luau +23 -0
- package/out/icons/washing-machine.d.ts +8 -0
- package/out/icons/washing-machine.luau +23 -0
- package/out/icons/watch.d.ts +8 -0
- package/out/icons/watch.luau +23 -0
- package/out/icons/waves-arrow-down.d.ts +8 -0
- package/out/icons/waves-arrow-down.luau +23 -0
- package/out/icons/waves-arrow-up.d.ts +8 -0
- package/out/icons/waves-arrow-up.luau +23 -0
- package/out/icons/waves-horizontal.d.ts +8 -0
- package/out/icons/waves-horizontal.luau +23 -0
- package/out/icons/waves-ladder.d.ts +8 -0
- package/out/icons/waves-ladder.luau +23 -0
- package/out/icons/waves-vertical.d.ts +8 -0
- package/out/icons/waves-vertical.luau +23 -0
- package/out/icons/waypoints.d.ts +8 -0
- package/out/icons/waypoints.luau +23 -0
- package/out/icons/webcam-off.d.ts +8 -0
- package/out/icons/webcam-off.luau +23 -0
- package/out/icons/webcam.d.ts +8 -0
- package/out/icons/webcam.luau +23 -0
- package/out/icons/webhook-off.d.ts +8 -0
- package/out/icons/webhook-off.luau +23 -0
- package/out/icons/webhook.d.ts +8 -0
- package/out/icons/webhook.luau +23 -0
- package/out/icons/weight-tilde.d.ts +8 -0
- package/out/icons/weight-tilde.luau +23 -0
- package/out/icons/weight.d.ts +8 -0
- package/out/icons/weight.luau +23 -0
- package/out/icons/wheat-off.d.ts +8 -0
- package/out/icons/wheat-off.luau +23 -0
- package/out/icons/wheat.d.ts +8 -0
- package/out/icons/wheat.luau +23 -0
- package/out/icons/whole-word.d.ts +8 -0
- package/out/icons/whole-word.luau +23 -0
- package/out/icons/wifi-cog.d.ts +8 -0
- package/out/icons/wifi-cog.luau +23 -0
- package/out/icons/wifi-high.d.ts +8 -0
- package/out/icons/wifi-high.luau +23 -0
- package/out/icons/wifi-low.d.ts +8 -0
- package/out/icons/wifi-low.luau +23 -0
- package/out/icons/wifi-off.d.ts +8 -0
- package/out/icons/wifi-off.luau +23 -0
- package/out/icons/wifi-pen.d.ts +8 -0
- package/out/icons/wifi-pen.luau +23 -0
- package/out/icons/wifi-sync.d.ts +8 -0
- package/out/icons/wifi-sync.luau +23 -0
- package/out/icons/wifi-zero.d.ts +8 -0
- package/out/icons/wifi-zero.luau +23 -0
- package/out/icons/wifi.d.ts +8 -0
- package/out/icons/wifi.luau +23 -0
- package/out/icons/wind-arrow-down.d.ts +8 -0
- package/out/icons/wind-arrow-down.luau +23 -0
- package/out/icons/wind.d.ts +8 -0
- package/out/icons/wind.luau +23 -0
- package/out/icons/workflow.d.ts +8 -0
- package/out/icons/workflow.luau +23 -0
- package/out/icons/worm.d.ts +8 -0
- package/out/icons/worm.luau +23 -0
- package/out/icons/wrench-off.d.ts +8 -0
- package/out/icons/wrench-off.luau +23 -0
- package/out/icons/wrench.d.ts +8 -0
- package/out/icons/wrench.luau +23 -0
- package/out/icons/x-line-top.d.ts +8 -0
- package/out/icons/x-line-top.luau +23 -0
- package/out/icons/x.d.ts +8 -0
- package/out/icons/x.luau +23 -0
- package/out/icons/zap-off.d.ts +8 -0
- package/out/icons/zap-off.luau +23 -0
- package/out/icons/zap.d.ts +8 -0
- package/out/icons/zap.luau +23 -0
- package/out/icons/zodiac-aquarius.d.ts +8 -0
- package/out/icons/zodiac-aquarius.luau +23 -0
- package/out/icons/zodiac-aries.d.ts +8 -0
- package/out/icons/zodiac-aries.luau +23 -0
- package/out/icons/zodiac-cancer.d.ts +8 -0
- package/out/icons/zodiac-cancer.luau +23 -0
- package/out/icons/zodiac-capricorn.d.ts +8 -0
- package/out/icons/zodiac-capricorn.luau +23 -0
- package/out/icons/zodiac-gemini.d.ts +8 -0
- package/out/icons/zodiac-gemini.luau +23 -0
- package/out/icons/zodiac-leo.d.ts +8 -0
- package/out/icons/zodiac-leo.luau +23 -0
- package/out/icons/zodiac-libra.d.ts +8 -0
- package/out/icons/zodiac-libra.luau +23 -0
- package/out/icons/zodiac-ophiuchus.d.ts +8 -0
- package/out/icons/zodiac-ophiuchus.luau +23 -0
- package/out/icons/zodiac-pisces.d.ts +8 -0
- package/out/icons/zodiac-pisces.luau +23 -0
- package/out/icons/zodiac-sagittarius.d.ts +8 -0
- package/out/icons/zodiac-sagittarius.luau +23 -0
- package/out/icons/zodiac-scorpio.d.ts +8 -0
- package/out/icons/zodiac-scorpio.luau +23 -0
- package/out/icons/zodiac-taurus.d.ts +8 -0
- package/out/icons/zodiac-taurus.luau +23 -0
- package/out/icons/zodiac-virgo.d.ts +8 -0
- package/out/icons/zodiac-virgo.luau +23 -0
- package/out/icons/zoom-in.d.ts +8 -0
- package/out/icons/zoom-in.luau +23 -0
- package/out/icons/zoom-out.d.ts +8 -0
- package/out/icons/zoom-out.luau +23 -0
- package/out/icons.json +12091 -0
- package/out/index.d.ts +6 -0
- package/out/init.luau +24 -0
- package/package.json +50 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartNoAxesColumnDecreasing icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://113588002284289
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartNoAxesColumnDecreasing(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-no-axes-column-decreasing",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartNoAxesColumnDecreasing,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartNoAxesColumnIncreasing icon from Lucide.
|
|
5
|
+
* Contributors: colebemis, ericfennis, karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://127424203645872
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartNoAxesColumnIncreasing(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartNoAxesColumnIncreasing icon from Lucide.
|
|
8
|
+
* Contributors: colebemis, ericfennis, karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://127424203645872
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartNoAxesColumnIncreasing(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-no-axes-column-increasing",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartNoAxesColumnIncreasing,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartNoAxesColumn icon from Lucide.
|
|
5
|
+
* Contributors: colebemis, ericfennis, karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://115999068195322
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartNoAxesColumn(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartNoAxesColumn icon from Lucide.
|
|
8
|
+
* Contributors: colebemis, ericfennis, karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://115999068195322
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartNoAxesColumn(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-no-axes-column",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartNoAxesColumn,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartNoAxesCombined icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere, jguddas
|
|
6
|
+
* Roblox Asset ID: rbxassetid://78453903293531
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartNoAxesCombined(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartNoAxesCombined icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere, jguddas
|
|
9
|
+
* Roblox Asset ID: rbxassetid://78453903293531
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartNoAxesCombined(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-no-axes-combined",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartNoAxesCombined,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartNoAxesGantt icon from Lucide.
|
|
5
|
+
* Contributors: danielbayley, karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://100880660720555
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartNoAxesGantt(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartNoAxesGantt icon from Lucide.
|
|
8
|
+
* Contributors: danielbayley, karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://100880660720555
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartNoAxesGantt(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-no-axes-gantt",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartNoAxesGantt,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartPie icon from Lucide.
|
|
5
|
+
* Contributors: colebemis, csandman, ericfennis
|
|
6
|
+
* Roblox Asset ID: rbxassetid://140493231546959
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartPie(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartPie icon from Lucide.
|
|
8
|
+
* Contributors: colebemis, csandman, ericfennis
|
|
9
|
+
* Roblox Asset ID: rbxassetid://140493231546959
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartPie(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-pie",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartPie,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartScatter icon from Lucide.
|
|
5
|
+
* Contributors: danielbayley, ericfennis
|
|
6
|
+
* Roblox Asset ID: rbxassetid://86923295539802
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartScatter(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartScatter icon from Lucide.
|
|
8
|
+
* Contributors: danielbayley, ericfennis
|
|
9
|
+
* Roblox Asset ID: rbxassetid://86923295539802
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartScatter(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-scatter",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartScatter,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChartSpline icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://102348175356790
|
|
7
|
+
*/
|
|
8
|
+
export default function ChartSpline(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChartSpline icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://102348175356790
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChartSpline(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chart-spline",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChartSpline,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* CheckCheck icon from Lucide.
|
|
5
|
+
* Contributors: ericfennis
|
|
6
|
+
* Roblox Asset ID: rbxassetid://85589651999171
|
|
7
|
+
*/
|
|
8
|
+
export default function CheckCheck(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* CheckCheck icon from Lucide.
|
|
8
|
+
* Contributors: ericfennis
|
|
9
|
+
* Roblox Asset ID: rbxassetid://85589651999171
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function CheckCheck(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "check-check",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = CheckCheck,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* CheckLine icon from Lucide.
|
|
5
|
+
* Contributors: colebemis, oosawy
|
|
6
|
+
* Roblox Asset ID: rbxassetid://113885808134646
|
|
7
|
+
*/
|
|
8
|
+
export default function CheckLine(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* CheckLine icon from Lucide.
|
|
8
|
+
* Contributors: colebemis, oosawy
|
|
9
|
+
* Roblox Asset ID: rbxassetid://113885808134646
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function CheckLine(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "check-line",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = CheckLine,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* Check icon from Lucide.
|
|
5
|
+
* Contributors: colebemis
|
|
6
|
+
* Roblox Asset ID: rbxassetid://109753420253667
|
|
7
|
+
*/
|
|
8
|
+
export default function Check(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* Check icon from Lucide.
|
|
8
|
+
* Contributors: colebemis
|
|
9
|
+
* Roblox Asset ID: rbxassetid://109753420253667
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function Check(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "check",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = Check,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChefHat icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere, ericfennis, jguddas
|
|
6
|
+
* Roblox Asset ID: rbxassetid://86043279696087
|
|
7
|
+
*/
|
|
8
|
+
export default function ChefHat(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChefHat icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere, ericfennis, jguddas
|
|
9
|
+
* Roblox Asset ID: rbxassetid://86043279696087
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChefHat(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chef-hat",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChefHat,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* Cherry icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://76845438095798
|
|
7
|
+
*/
|
|
8
|
+
export default function Cherry(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* Cherry icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://76845438095798
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function Cherry(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "cherry",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = Cherry,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessBishop icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://76407730956144
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessBishop(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessBishop icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://76407730956144
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessBishop(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-bishop",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessBishop,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessKing icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://140076006896789
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessKing(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessKing icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://140076006896789
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessKing(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-king",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessKing,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessKnight icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://124680221643077
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessKnight(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessKnight icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://124680221643077
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessKnight(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-knight",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessKnight,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessPawn icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://89411817531997
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessPawn(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessPawn icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://89411817531997
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessPawn(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-pawn",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessPawn,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessQueen icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere
|
|
6
|
+
* Roblox Asset ID: rbxassetid://82617573236086
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessQueen(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessQueen icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere
|
|
9
|
+
* Roblox Asset ID: rbxassetid://82617573236086
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessQueen(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-queen",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessQueen,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChessRook icon from Lucide.
|
|
5
|
+
* Contributors: karsa-mistmere, jguddas
|
|
6
|
+
* Roblox Asset ID: rbxassetid://70619131906802
|
|
7
|
+
*/
|
|
8
|
+
export default function ChessRook(props: Partial<IconProps>): React.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
-- Compiled with roblox-ts v3.0.0
|
|
2
|
+
local TS = _G[script]
|
|
3
|
+
local React = TS.import(script, TS.getModule(script, "@rbxts", "react"))
|
|
4
|
+
local IconTemplate = TS.import(script, script.Parent.Parent, "IconTemplate").IconTemplate
|
|
5
|
+
--[[
|
|
6
|
+
*
|
|
7
|
+
* ChessRook icon from Lucide.
|
|
8
|
+
* Contributors: karsa-mistmere, jguddas
|
|
9
|
+
* Roblox Asset ID: rbxassetid://70619131906802
|
|
10
|
+
|
|
11
|
+
]]
|
|
12
|
+
local function ChessRook(props)
|
|
13
|
+
local _attributes = {
|
|
14
|
+
icon = "chess-rook",
|
|
15
|
+
}
|
|
16
|
+
for _k, _v in props do
|
|
17
|
+
_attributes[_k] = _v
|
|
18
|
+
end
|
|
19
|
+
return React.createElement(IconTemplate, _attributes)
|
|
20
|
+
end
|
|
21
|
+
return {
|
|
22
|
+
default = ChessRook,
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "@rbxts/react";
|
|
2
|
+
import { type IconProps } from "../IconTemplate";
|
|
3
|
+
/**
|
|
4
|
+
* ChevronDown icon from Lucide.
|
|
5
|
+
* Contributors: colebemis
|
|
6
|
+
* Roblox Asset ID: rbxassetid://88641731468482
|
|
7
|
+
*/
|
|
8
|
+
export default function ChevronDown(props: Partial<IconProps>): React.Element;
|