@ycloud-web/icons-astro 0.470.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 +43 -0
- package/README.md +57 -0
- package/package.json +66 -0
- package/src/Icon.astro +31 -0
- package/src/aliases/aliases.ts +1471 -0
- package/src/aliases/index.ts +3 -0
- package/src/aliases/prefixed.ts +4467 -0
- package/src/aliases/suffixed.ts +4467 -0
- package/src/createYCloudIcon.ts +31 -0
- package/src/defaultAttributes.ts +15 -0
- package/src/icons/.gitkeep +1 -0
- package/src/icons/a-arrow-down.ts +18 -0
- package/src/icons/a-arrow-up.ts +18 -0
- package/src/icons/a-large-small.ts +18 -0
- package/src/icons/accessibility.ts +18 -0
- package/src/icons/activity.ts +18 -0
- package/src/icons/ad.ts +18 -0
- package/src/icons/air-vent.ts +18 -0
- package/src/icons/airplay.ts +18 -0
- package/src/icons/alarm-clock-check.ts +18 -0
- package/src/icons/alarm-clock-minus.ts +18 -0
- package/src/icons/alarm-clock-off.ts +18 -0
- package/src/icons/alarm-clock-plus.ts +18 -0
- package/src/icons/alarm-clock.ts +18 -0
- package/src/icons/alarm-smoke.ts +18 -0
- package/src/icons/album.ts +18 -0
- package/src/icons/align-center-horizontal.ts +18 -0
- package/src/icons/align-center-vertical.ts +18 -0
- package/src/icons/align-end-horizontal.ts +18 -0
- package/src/icons/align-end-vertical.ts +18 -0
- package/src/icons/align-horizontal-distribute-center.ts +18 -0
- package/src/icons/align-horizontal-distribute-end.ts +18 -0
- package/src/icons/align-horizontal-distribute-start.ts +18 -0
- package/src/icons/align-horizontal-justify-center.ts +18 -0
- package/src/icons/align-horizontal-justify-end.ts +18 -0
- package/src/icons/align-horizontal-justify-start.ts +18 -0
- package/src/icons/align-horizontal-space-around.ts +18 -0
- package/src/icons/align-horizontal-space-between.ts +18 -0
- package/src/icons/align-start-horizontal.ts +18 -0
- package/src/icons/align-start-vertical.ts +18 -0
- package/src/icons/align-vertical-distribute-center.ts +18 -0
- package/src/icons/align-vertical-distribute-end.ts +18 -0
- package/src/icons/align-vertical-distribute-start.ts +18 -0
- package/src/icons/align-vertical-justify-center.ts +18 -0
- package/src/icons/align-vertical-justify-end.ts +18 -0
- package/src/icons/align-vertical-justify-start.ts +18 -0
- package/src/icons/align-vertical-space-around.ts +18 -0
- package/src/icons/align-vertical-space-between.ts +18 -0
- package/src/icons/ambulance.ts +18 -0
- package/src/icons/ampersand.ts +18 -0
- package/src/icons/ampersands.ts +18 -0
- package/src/icons/amphora.ts +18 -0
- package/src/icons/anchor.ts +18 -0
- package/src/icons/angry.ts +18 -0
- package/src/icons/annoyed.ts +18 -0
- package/src/icons/antenna.ts +18 -0
- package/src/icons/anvil.ts +18 -0
- package/src/icons/aperture.ts +18 -0
- package/src/icons/app-window-mac.ts +18 -0
- package/src/icons/app-window.ts +18 -0
- package/src/icons/apple.ts +18 -0
- package/src/icons/archive-restore.ts +18 -0
- package/src/icons/archive-x.ts +18 -0
- package/src/icons/archive.ts +18 -0
- package/src/icons/armchair.ts +18 -0
- package/src/icons/arrow-big-down-dash.ts +18 -0
- package/src/icons/arrow-big-down.ts +18 -0
- package/src/icons/arrow-big-left-dash.ts +18 -0
- package/src/icons/arrow-big-left.ts +18 -0
- package/src/icons/arrow-big-right-dash.ts +18 -0
- package/src/icons/arrow-big-right.ts +18 -0
- package/src/icons/arrow-big-up-dash.ts +18 -0
- package/src/icons/arrow-big-up.ts +18 -0
- package/src/icons/arrow-down-0-1.ts +18 -0
- package/src/icons/arrow-down-1-0.ts +18 -0
- package/src/icons/arrow-down-a-z.ts +18 -0
- package/src/icons/arrow-down-from-line.ts +18 -0
- package/src/icons/arrow-down-left.ts +18 -0
- package/src/icons/arrow-down-narrow-wide.ts +18 -0
- package/src/icons/arrow-down-right.ts +18 -0
- package/src/icons/arrow-down-to-dot.ts +18 -0
- package/src/icons/arrow-down-to-line.ts +18 -0
- package/src/icons/arrow-down-up.ts +18 -0
- package/src/icons/arrow-down-wide-narrow.ts +18 -0
- package/src/icons/arrow-down-z-a.ts +18 -0
- package/src/icons/arrow-down.ts +18 -0
- package/src/icons/arrow-left-from-line.ts +18 -0
- package/src/icons/arrow-left-right.ts +18 -0
- package/src/icons/arrow-left-to-line.ts +18 -0
- package/src/icons/arrow-left.ts +18 -0
- package/src/icons/arrow-right-from-line.ts +18 -0
- package/src/icons/arrow-right-left.ts +18 -0
- package/src/icons/arrow-right-to-line.ts +18 -0
- package/src/icons/arrow-right.ts +18 -0
- package/src/icons/arrow-up-0-1.ts +18 -0
- package/src/icons/arrow-up-1-0.ts +18 -0
- package/src/icons/arrow-up-a-z.ts +18 -0
- package/src/icons/arrow-up-down.ts +18 -0
- package/src/icons/arrow-up-from-dot.ts +18 -0
- package/src/icons/arrow-up-from-line.ts +18 -0
- package/src/icons/arrow-up-left.ts +18 -0
- package/src/icons/arrow-up-narrow-wide.ts +18 -0
- package/src/icons/arrow-up-right.ts +18 -0
- package/src/icons/arrow-up-to-line.ts +18 -0
- package/src/icons/arrow-up-wide-narrow.ts +18 -0
- package/src/icons/arrow-up-z-a.ts +18 -0
- package/src/icons/arrow-up.ts +18 -0
- package/src/icons/arrows-up-from-line.ts +18 -0
- package/src/icons/asterisk.ts +18 -0
- package/src/icons/astroid.ts +18 -0
- package/src/icons/at-sign.ts +18 -0
- package/src/icons/atom.ts +18 -0
- package/src/icons/audio-lines.ts +18 -0
- package/src/icons/audio-waveform.ts +18 -0
- package/src/icons/award.ts +18 -0
- package/src/icons/axe.ts +18 -0
- package/src/icons/axis-3d.ts +18 -0
- package/src/icons/baby.ts +18 -0
- package/src/icons/backpack.ts +18 -0
- package/src/icons/badge-alert.ts +18 -0
- package/src/icons/badge-cent.ts +18 -0
- package/src/icons/badge-check.ts +18 -0
- package/src/icons/badge-dollar-sign.ts +18 -0
- package/src/icons/badge-euro.ts +18 -0
- package/src/icons/badge-indian-rupee.ts +18 -0
- package/src/icons/badge-info.ts +18 -0
- package/src/icons/badge-japanese-yen.ts +18 -0
- package/src/icons/badge-minus.ts +18 -0
- package/src/icons/badge-percent.ts +18 -0
- package/src/icons/badge-plus.ts +18 -0
- package/src/icons/badge-pound-sterling.ts +18 -0
- package/src/icons/badge-question-mark.ts +18 -0
- package/src/icons/badge-russian-ruble.ts +18 -0
- package/src/icons/badge-swiss-franc.ts +18 -0
- package/src/icons/badge-turkish-lira.ts +18 -0
- package/src/icons/badge-x.ts +18 -0
- package/src/icons/badge.ts +18 -0
- package/src/icons/baggage-claim.ts +18 -0
- package/src/icons/balloon.ts +18 -0
- package/src/icons/ban.ts +18 -0
- package/src/icons/banana.ts +18 -0
- package/src/icons/bandage.ts +18 -0
- package/src/icons/banknote-arrow-down.ts +18 -0
- package/src/icons/banknote-arrow-up.ts +18 -0
- package/src/icons/banknote-check.ts +18 -0
- package/src/icons/banknote-x.ts +18 -0
- package/src/icons/banknote.ts +18 -0
- package/src/icons/barcode.ts +18 -0
- package/src/icons/barrel.ts +18 -0
- package/src/icons/baseline.ts +18 -0
- package/src/icons/bath.ts +18 -0
- package/src/icons/battery-charging.ts +18 -0
- package/src/icons/battery-full.ts +18 -0
- package/src/icons/battery-low.ts +18 -0
- package/src/icons/battery-medium.ts +18 -0
- package/src/icons/battery-plus.ts +18 -0
- package/src/icons/battery-warning.ts +18 -0
- package/src/icons/battery.ts +18 -0
- package/src/icons/beaker.ts +18 -0
- package/src/icons/bean-off.ts +18 -0
- package/src/icons/bean.ts +18 -0
- package/src/icons/bed-double.ts +18 -0
- package/src/icons/bed-single.ts +18 -0
- package/src/icons/bed.ts +18 -0
- package/src/icons/beef-off.ts +18 -0
- package/src/icons/beef.ts +18 -0
- package/src/icons/beer-off.ts +18 -0
- package/src/icons/beer.ts +18 -0
- package/src/icons/bell-check.ts +18 -0
- package/src/icons/bell-dot.ts +18 -0
- package/src/icons/bell-electric.ts +18 -0
- package/src/icons/bell-minus.ts +18 -0
- package/src/icons/bell-off.ts +18 -0
- package/src/icons/bell-plus.ts +18 -0
- package/src/icons/bell-ring.ts +18 -0
- package/src/icons/bell.ts +18 -0
- package/src/icons/between-horizontal-end.ts +18 -0
- package/src/icons/between-horizontal-start.ts +18 -0
- package/src/icons/between-vertical-end.ts +18 -0
- package/src/icons/between-vertical-start.ts +18 -0
- package/src/icons/biceps-flexed.ts +18 -0
- package/src/icons/bike.ts +18 -0
- package/src/icons/binary.ts +18 -0
- package/src/icons/binoculars.ts +18 -0
- package/src/icons/biohazard.ts +18 -0
- package/src/icons/bird.ts +18 -0
- package/src/icons/birdhouse.ts +18 -0
- package/src/icons/bitcoin.ts +18 -0
- package/src/icons/blend.ts +18 -0
- package/src/icons/blender.ts +18 -0
- package/src/icons/blinds.ts +18 -0
- package/src/icons/blocks.ts +18 -0
- package/src/icons/bluetooth-connected.ts +18 -0
- package/src/icons/bluetooth-off.ts +18 -0
- package/src/icons/bluetooth-searching.ts +18 -0
- package/src/icons/bluetooth.ts +18 -0
- package/src/icons/bold.ts +18 -0
- package/src/icons/bolt.ts +18 -0
- package/src/icons/bomb.ts +18 -0
- package/src/icons/bone-fracture.ts +18 -0
- package/src/icons/bone.ts +18 -0
- package/src/icons/book-a.ts +18 -0
- package/src/icons/book-alert.ts +18 -0
- package/src/icons/book-audio.ts +18 -0
- package/src/icons/book-check.ts +18 -0
- package/src/icons/book-copy.ts +18 -0
- package/src/icons/book-dashed.ts +18 -0
- package/src/icons/book-down.ts +18 -0
- package/src/icons/book-headphones.ts +18 -0
- package/src/icons/book-heart.ts +18 -0
- package/src/icons/book-image.ts +18 -0
- package/src/icons/book-key.ts +18 -0
- package/src/icons/book-lock.ts +18 -0
- package/src/icons/book-marked.ts +18 -0
- package/src/icons/book-minus.ts +18 -0
- package/src/icons/book-open-check.ts +18 -0
- package/src/icons/book-open-text.ts +18 -0
- package/src/icons/book-open.ts +18 -0
- package/src/icons/book-plus.ts +18 -0
- package/src/icons/book-search.ts +18 -0
- package/src/icons/book-text.ts +18 -0
- package/src/icons/book-type.ts +18 -0
- package/src/icons/book-up-2.ts +18 -0
- package/src/icons/book-up.ts +18 -0
- package/src/icons/book-user.ts +18 -0
- package/src/icons/book-x.ts +18 -0
- package/src/icons/book.ts +18 -0
- package/src/icons/bookmark-check.ts +18 -0
- package/src/icons/bookmark-minus.ts +18 -0
- package/src/icons/bookmark-off.ts +18 -0
- package/src/icons/bookmark-plus.ts +18 -0
- package/src/icons/bookmark-x.ts +18 -0
- package/src/icons/bookmark.ts +18 -0
- package/src/icons/boom-box.ts +18 -0
- package/src/icons/bot-message-square.ts +18 -0
- package/src/icons/bot-off.ts +18 -0
- package/src/icons/bot.ts +18 -0
- package/src/icons/bottle-wine.ts +18 -0
- package/src/icons/bow-arrow.ts +18 -0
- package/src/icons/box.ts +18 -0
- package/src/icons/boxes.ts +18 -0
- package/src/icons/braces.ts +18 -0
- package/src/icons/brackets.ts +18 -0
- package/src/icons/brain-circuit.ts +18 -0
- package/src/icons/brain-cog.ts +18 -0
- package/src/icons/brain.ts +18 -0
- package/src/icons/brick-wall-fire.ts +18 -0
- package/src/icons/brick-wall-shield.ts +18 -0
- package/src/icons/brick-wall.ts +18 -0
- package/src/icons/briefcase-business.ts +18 -0
- package/src/icons/briefcase-conveyor-belt.ts +18 -0
- package/src/icons/briefcase-medical.ts +18 -0
- package/src/icons/briefcase.ts +18 -0
- package/src/icons/bring-to-front.ts +18 -0
- package/src/icons/broccoli.ts +18 -0
- package/src/icons/brush-cleaning.ts +18 -0
- package/src/icons/brush.ts +18 -0
- package/src/icons/bubbles.ts +18 -0
- package/src/icons/bug-off.ts +18 -0
- package/src/icons/bug-play.ts +18 -0
- package/src/icons/bug.ts +18 -0
- package/src/icons/building-2.ts +18 -0
- package/src/icons/building.ts +18 -0
- package/src/icons/bus-front.ts +18 -0
- package/src/icons/bus.ts +18 -0
- package/src/icons/cable-car.ts +18 -0
- package/src/icons/cable.ts +18 -0
- package/src/icons/cake-slice.ts +18 -0
- package/src/icons/cake.ts +18 -0
- package/src/icons/calculator.ts +18 -0
- package/src/icons/calendar-1.ts +18 -0
- package/src/icons/calendar-arrow-down.ts +18 -0
- package/src/icons/calendar-arrow-up.ts +18 -0
- package/src/icons/calendar-check-2.ts +18 -0
- package/src/icons/calendar-check.ts +18 -0
- package/src/icons/calendar-clock.ts +18 -0
- package/src/icons/calendar-cog.ts +18 -0
- package/src/icons/calendar-days.ts +18 -0
- package/src/icons/calendar-fold.ts +18 -0
- package/src/icons/calendar-heart.ts +18 -0
- package/src/icons/calendar-minus-2.ts +18 -0
- package/src/icons/calendar-minus.ts +18 -0
- package/src/icons/calendar-off.ts +18 -0
- package/src/icons/calendar-plus-2.ts +18 -0
- package/src/icons/calendar-plus.ts +18 -0
- package/src/icons/calendar-range.ts +18 -0
- package/src/icons/calendar-search.ts +18 -0
- package/src/icons/calendar-sync.ts +18 -0
- package/src/icons/calendar-x-2.ts +18 -0
- package/src/icons/calendar-x.ts +18 -0
- package/src/icons/calendar.ts +18 -0
- package/src/icons/calendars.ts +18 -0
- package/src/icons/camera-off.ts +18 -0
- package/src/icons/camera.ts +18 -0
- package/src/icons/candy-cane.ts +18 -0
- package/src/icons/candy-off.ts +18 -0
- package/src/icons/candy.ts +18 -0
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/cannabis.ts +18 -0
- package/src/icons/captions-off.ts +18 -0
- package/src/icons/captions.ts +18 -0
- package/src/icons/car-front.ts +18 -0
- package/src/icons/car-taxi-front.ts +18 -0
- package/src/icons/car.ts +18 -0
- package/src/icons/caravan.ts +18 -0
- package/src/icons/card-sim.ts +18 -0
- package/src/icons/carrot.ts +18 -0
- package/src/icons/case-lower.ts +18 -0
- package/src/icons/case-sensitive.ts +18 -0
- package/src/icons/case-upper.ts +18 -0
- package/src/icons/cassette-tape.ts +18 -0
- package/src/icons/cast.ts +18 -0
- package/src/icons/castle.ts +18 -0
- package/src/icons/cat.ts +18 -0
- package/src/icons/cctv-off.ts +18 -0
- package/src/icons/cctv.ts +18 -0
- package/src/icons/chart-area.ts +18 -0
- package/src/icons/chart-bar-big.ts +18 -0
- package/src/icons/chart-bar-decreasing.ts +18 -0
- package/src/icons/chart-bar-increasing.ts +18 -0
- package/src/icons/chart-bar-stacked.ts +18 -0
- package/src/icons/chart-bar.ts +18 -0
- package/src/icons/chart-candlestick.ts +18 -0
- package/src/icons/chart-column-big.ts +18 -0
- package/src/icons/chart-column-decreasing.ts +18 -0
- package/src/icons/chart-column-increasing.ts +18 -0
- package/src/icons/chart-column-stacked.ts +18 -0
- package/src/icons/chart-column.ts +18 -0
- package/src/icons/chart-gantt.ts +18 -0
- package/src/icons/chart-line.ts +18 -0
- package/src/icons/chart-network.ts +18 -0
- package/src/icons/chart-no-axes-column-decreasing.ts +18 -0
- package/src/icons/chart-no-axes-column-increasing.ts +18 -0
- package/src/icons/chart-no-axes-column.ts +18 -0
- package/src/icons/chart-no-axes-combined.ts +18 -0
- package/src/icons/chart-no-axes-gantt.ts +18 -0
- package/src/icons/chart-pie.ts +18 -0
- package/src/icons/chart-scatter.ts +18 -0
- package/src/icons/chart-spline.ts +18 -0
- package/src/icons/check-check.ts +18 -0
- package/src/icons/check-line.ts +18 -0
- package/src/icons/check.ts +18 -0
- package/src/icons/chef-hat.ts +18 -0
- package/src/icons/cherry.ts +18 -0
- package/src/icons/chess-bishop.ts +18 -0
- package/src/icons/chess-king.ts +18 -0
- package/src/icons/chess-knight.ts +18 -0
- package/src/icons/chess-pawn.ts +18 -0
- package/src/icons/chess-queen.ts +18 -0
- package/src/icons/chess-rook.ts +18 -0
- package/src/icons/chevron-down.ts +18 -0
- package/src/icons/chevron-first.ts +18 -0
- package/src/icons/chevron-last.ts +18 -0
- package/src/icons/chevron-left.ts +18 -0
- package/src/icons/chevron-right.ts +18 -0
- package/src/icons/chevron-up.ts +18 -0
- package/src/icons/chevrons-down-up.ts +18 -0
- package/src/icons/chevrons-down.ts +18 -0
- package/src/icons/chevrons-left-right-ellipsis.ts +18 -0
- package/src/icons/chevrons-left-right.ts +18 -0
- package/src/icons/chevrons-left.ts +18 -0
- package/src/icons/chevrons-right-left.ts +18 -0
- package/src/icons/chevrons-right.ts +18 -0
- package/src/icons/chevrons-up-down.ts +18 -0
- package/src/icons/chevrons-up.ts +18 -0
- package/src/icons/church.ts +18 -0
- package/src/icons/cigarette-off.ts +18 -0
- package/src/icons/cigarette.ts +18 -0
- package/src/icons/circle-alert.ts +18 -0
- package/src/icons/circle-arrow-down.ts +18 -0
- package/src/icons/circle-arrow-left.ts +18 -0
- package/src/icons/circle-arrow-out-down-left.ts +18 -0
- package/src/icons/circle-arrow-out-down-right.ts +18 -0
- package/src/icons/circle-arrow-out-up-left.ts +18 -0
- package/src/icons/circle-arrow-out-up-right.ts +18 -0
- package/src/icons/circle-arrow-right.ts +18 -0
- package/src/icons/circle-arrow-up.ts +18 -0
- package/src/icons/circle-check-big.ts +18 -0
- package/src/icons/circle-check.ts +18 -0
- package/src/icons/circle-chevron-down.ts +18 -0
- package/src/icons/circle-chevron-left.ts +18 -0
- package/src/icons/circle-chevron-right.ts +18 -0
- package/src/icons/circle-chevron-up.ts +18 -0
- package/src/icons/circle-dashed.ts +18 -0
- package/src/icons/circle-divide.ts +18 -0
- package/src/icons/circle-dollar-sign.ts +18 -0
- package/src/icons/circle-dot-dashed.ts +18 -0
- package/src/icons/circle-dot.ts +18 -0
- package/src/icons/circle-ellipsis.ts +18 -0
- package/src/icons/circle-equal.ts +18 -0
- package/src/icons/circle-fading-arrow-up.ts +18 -0
- package/src/icons/circle-fading-plus.ts +18 -0
- package/src/icons/circle-gauge.ts +18 -0
- package/src/icons/circle-minus.ts +18 -0
- package/src/icons/circle-off.ts +18 -0
- package/src/icons/circle-parking-off.ts +18 -0
- package/src/icons/circle-parking.ts +18 -0
- package/src/icons/circle-pause.ts +18 -0
- package/src/icons/circle-percent.ts +18 -0
- package/src/icons/circle-pile.ts +18 -0
- package/src/icons/circle-play.ts +18 -0
- package/src/icons/circle-plus.ts +18 -0
- package/src/icons/circle-pound-sterling.ts +18 -0
- package/src/icons/circle-power.ts +18 -0
- package/src/icons/circle-question-mark.ts +18 -0
- package/src/icons/circle-slash-2.ts +18 -0
- package/src/icons/circle-slash.ts +18 -0
- package/src/icons/circle-small.ts +18 -0
- package/src/icons/circle-star.ts +18 -0
- package/src/icons/circle-stop.ts +18 -0
- package/src/icons/circle-user-round.ts +18 -0
- package/src/icons/circle-user.ts +18 -0
- package/src/icons/circle-x.ts +18 -0
- package/src/icons/circle.ts +18 -0
- package/src/icons/circuit-board.ts +18 -0
- package/src/icons/citrus.ts +18 -0
- package/src/icons/clapperboard.ts +18 -0
- package/src/icons/clipboard-check.ts +18 -0
- package/src/icons/clipboard-clock.ts +18 -0
- package/src/icons/clipboard-copy.ts +18 -0
- package/src/icons/clipboard-list.ts +18 -0
- package/src/icons/clipboard-minus.ts +18 -0
- package/src/icons/clipboard-paste.ts +18 -0
- package/src/icons/clipboard-pen-line.ts +18 -0
- package/src/icons/clipboard-pen.ts +18 -0
- package/src/icons/clipboard-plus.ts +18 -0
- package/src/icons/clipboard-type.ts +18 -0
- package/src/icons/clipboard-x.ts +18 -0
- package/src/icons/clipboard.ts +18 -0
- package/src/icons/clock-1.ts +18 -0
- package/src/icons/clock-10.ts +18 -0
- package/src/icons/clock-11.ts +18 -0
- package/src/icons/clock-12.ts +18 -0
- package/src/icons/clock-2.ts +18 -0
- package/src/icons/clock-3.ts +18 -0
- package/src/icons/clock-4.ts +18 -0
- package/src/icons/clock-5.ts +18 -0
- package/src/icons/clock-6.ts +18 -0
- package/src/icons/clock-7.ts +18 -0
- package/src/icons/clock-8.ts +18 -0
- package/src/icons/clock-9.ts +18 -0
- package/src/icons/clock-alert.ts +18 -0
- package/src/icons/clock-arrow-down.ts +18 -0
- package/src/icons/clock-arrow-left.ts +18 -0
- package/src/icons/clock-arrow-right.ts +18 -0
- package/src/icons/clock-arrow-up.ts +18 -0
- package/src/icons/clock-check.ts +18 -0
- package/src/icons/clock-fading.ts +18 -0
- package/src/icons/clock-plus.ts +18 -0
- package/src/icons/clock.ts +18 -0
- package/src/icons/closed-caption.ts +18 -0
- package/src/icons/cloud-alert.ts +18 -0
- package/src/icons/cloud-backup.ts +18 -0
- package/src/icons/cloud-check.ts +18 -0
- package/src/icons/cloud-cog.ts +18 -0
- package/src/icons/cloud-download.ts +18 -0
- package/src/icons/cloud-drizzle.ts +18 -0
- package/src/icons/cloud-fog.ts +18 -0
- package/src/icons/cloud-hail.ts +18 -0
- package/src/icons/cloud-lightning.ts +18 -0
- package/src/icons/cloud-moon-rain.ts +18 -0
- package/src/icons/cloud-moon.ts +18 -0
- package/src/icons/cloud-off.ts +18 -0
- package/src/icons/cloud-rain-wind.ts +18 -0
- package/src/icons/cloud-rain.ts +18 -0
- package/src/icons/cloud-snow.ts +18 -0
- package/src/icons/cloud-sun-rain.ts +18 -0
- package/src/icons/cloud-sun.ts +18 -0
- package/src/icons/cloud-sync.ts +18 -0
- package/src/icons/cloud-upload.ts +18 -0
- package/src/icons/cloud.ts +18 -0
- package/src/icons/cloudy.ts +18 -0
- package/src/icons/clover.ts +18 -0
- package/src/icons/club.ts +18 -0
- package/src/icons/code-xml.ts +18 -0
- package/src/icons/code.ts +18 -0
- package/src/icons/coffee.ts +18 -0
- package/src/icons/cog.ts +18 -0
- package/src/icons/coins.ts +18 -0
- package/src/icons/columns-2.ts +18 -0
- package/src/icons/columns-3-cog.ts +18 -0
- package/src/icons/columns-3.ts +18 -0
- package/src/icons/columns-4.ts +18 -0
- package/src/icons/combine.ts +18 -0
- package/src/icons/command.ts +18 -0
- package/src/icons/compass.ts +18 -0
- package/src/icons/component.ts +18 -0
- package/src/icons/computer.ts +18 -0
- package/src/icons/concierge-bell.ts +18 -0
- package/src/icons/cone.ts +18 -0
- package/src/icons/construction.ts +18 -0
- package/src/icons/contact-round.ts +18 -0
- package/src/icons/contact.ts +18 -0
- package/src/icons/container.ts +18 -0
- package/src/icons/contrast.ts +18 -0
- package/src/icons/cookie.ts +18 -0
- package/src/icons/cooking-pot.ts +18 -0
- package/src/icons/copy-check.ts +18 -0
- package/src/icons/copy-minus.ts +18 -0
- package/src/icons/copy-plus.ts +18 -0
- package/src/icons/copy-slash.ts +18 -0
- package/src/icons/copy-x.ts +18 -0
- package/src/icons/copy.ts +18 -0
- package/src/icons/copyleft.ts +18 -0
- package/src/icons/copyright.ts +18 -0
- package/src/icons/corner-down-left.ts +18 -0
- package/src/icons/corner-down-right.ts +18 -0
- package/src/icons/corner-left-down.ts +18 -0
- package/src/icons/corner-left-up.ts +18 -0
- package/src/icons/corner-right-down.ts +18 -0
- package/src/icons/corner-right-up.ts +18 -0
- package/src/icons/corner-up-left.ts +18 -0
- package/src/icons/corner-up-right.ts +18 -0
- package/src/icons/cpu.ts +18 -0
- package/src/icons/creative-commons.ts +18 -0
- package/src/icons/credit-card.ts +18 -0
- package/src/icons/croissant.ts +18 -0
- package/src/icons/crop.ts +18 -0
- package/src/icons/cross.ts +18 -0
- package/src/icons/crosshair.ts +18 -0
- package/src/icons/crown.ts +18 -0
- package/src/icons/cuboid.ts +18 -0
- package/src/icons/cup-soda.ts +18 -0
- package/src/icons/currency.ts +18 -0
- package/src/icons/cylinder.ts +18 -0
- package/src/icons/dam.ts +18 -0
- package/src/icons/database-arrow-down.ts +18 -0
- package/src/icons/database-arrow-up.ts +18 -0
- package/src/icons/database-backup.ts +18 -0
- package/src/icons/database-check.ts +18 -0
- package/src/icons/database-minus.ts +18 -0
- package/src/icons/database-plus.ts +18 -0
- package/src/icons/database-search.ts +18 -0
- package/src/icons/database-x.ts +18 -0
- package/src/icons/database-zap.ts +18 -0
- package/src/icons/database.ts +18 -0
- package/src/icons/decimals-arrow-left.ts +18 -0
- package/src/icons/decimals-arrow-right.ts +18 -0
- package/src/icons/delete.ts +18 -0
- package/src/icons/dessert.ts +18 -0
- package/src/icons/diameter.ts +18 -0
- package/src/icons/diamond-minus.ts +18 -0
- package/src/icons/diamond-percent.ts +18 -0
- package/src/icons/diamond-plus.ts +18 -0
- package/src/icons/diamond.ts +18 -0
- package/src/icons/dice-1.ts +18 -0
- package/src/icons/dice-2.ts +18 -0
- package/src/icons/dice-3.ts +18 -0
- package/src/icons/dice-4.ts +18 -0
- package/src/icons/dice-5.ts +18 -0
- package/src/icons/dice-6.ts +18 -0
- package/src/icons/dices.ts +18 -0
- package/src/icons/diff.ts +18 -0
- package/src/icons/disc-2.ts +18 -0
- package/src/icons/disc-3.ts +18 -0
- package/src/icons/disc-album.ts +18 -0
- package/src/icons/disc.ts +18 -0
- package/src/icons/divide.ts +18 -0
- package/src/icons/dna-off.ts +18 -0
- package/src/icons/dna.ts +18 -0
- package/src/icons/dock.ts +18 -0
- package/src/icons/dog.ts +18 -0
- package/src/icons/dollar-sign.ts +18 -0
- package/src/icons/donut.ts +18 -0
- package/src/icons/door-closed-locked.ts +18 -0
- package/src/icons/door-closed.ts +18 -0
- package/src/icons/door-open.ts +18 -0
- package/src/icons/dot.ts +18 -0
- package/src/icons/download.ts +18 -0
- package/src/icons/drafting-compass.ts +18 -0
- package/src/icons/drama.ts +18 -0
- package/src/icons/drill.ts +18 -0
- package/src/icons/drone.ts +18 -0
- package/src/icons/droplet-off.ts +18 -0
- package/src/icons/droplet.ts +18 -0
- package/src/icons/droplets.ts +18 -0
- package/src/icons/drum.ts +18 -0
- package/src/icons/drumstick.ts +18 -0
- package/src/icons/dumbbell.ts +18 -0
- package/src/icons/ear-off.ts +18 -0
- package/src/icons/ear.ts +18 -0
- package/src/icons/earth-lock.ts +18 -0
- package/src/icons/earth.ts +18 -0
- package/src/icons/eclipse.ts +18 -0
- package/src/icons/egg-fried.ts +18 -0
- package/src/icons/egg-off.ts +18 -0
- package/src/icons/egg.ts +18 -0
- package/src/icons/ellipse.ts +18 -0
- package/src/icons/ellipsis-vertical.ts +18 -0
- package/src/icons/ellipsis.ts +18 -0
- package/src/icons/equal-approximately.ts +18 -0
- package/src/icons/equal-not.ts +18 -0
- package/src/icons/equal.ts +18 -0
- package/src/icons/eraser.ts +18 -0
- package/src/icons/ethernet-port.ts +18 -0
- package/src/icons/euro.ts +18 -0
- package/src/icons/ev-charger.ts +18 -0
- package/src/icons/expand.ts +18 -0
- package/src/icons/external-link.ts +18 -0
- package/src/icons/eye-closed.ts +18 -0
- package/src/icons/eye-dashed.ts +18 -0
- package/src/icons/eye-off.ts +18 -0
- package/src/icons/eye.ts +18 -0
- package/src/icons/factory.ts +18 -0
- package/src/icons/fan.ts +18 -0
- package/src/icons/fast-forward.ts +18 -0
- package/src/icons/feather.ts +18 -0
- package/src/icons/fence.ts +18 -0
- package/src/icons/ferris-wheel.ts +18 -0
- package/src/icons/file-archive.ts +18 -0
- package/src/icons/file-axis-3d.ts +18 -0
- package/src/icons/file-badge.ts +18 -0
- package/src/icons/file-box.ts +18 -0
- package/src/icons/file-braces-corner.ts +18 -0
- package/src/icons/file-braces.ts +18 -0
- package/src/icons/file-chart-column-increasing.ts +18 -0
- package/src/icons/file-chart-column.ts +18 -0
- package/src/icons/file-chart-line.ts +18 -0
- package/src/icons/file-chart-pie.ts +18 -0
- package/src/icons/file-check-corner.ts +18 -0
- package/src/icons/file-check.ts +18 -0
- package/src/icons/file-clock.ts +18 -0
- package/src/icons/file-code-corner.ts +18 -0
- package/src/icons/file-code.ts +18 -0
- package/src/icons/file-cog.ts +18 -0
- package/src/icons/file-diff.ts +18 -0
- package/src/icons/file-digit.ts +18 -0
- package/src/icons/file-down.ts +18 -0
- package/src/icons/file-exclamation-point.ts +18 -0
- package/src/icons/file-headphone.ts +18 -0
- package/src/icons/file-heart.ts +18 -0
- package/src/icons/file-image.ts +18 -0
- package/src/icons/file-input.ts +18 -0
- package/src/icons/file-key.ts +18 -0
- package/src/icons/file-lock.ts +18 -0
- package/src/icons/file-minus-corner.ts +18 -0
- package/src/icons/file-minus.ts +18 -0
- package/src/icons/file-music.ts +18 -0
- package/src/icons/file-output.ts +18 -0
- package/src/icons/file-pen-line.ts +18 -0
- package/src/icons/file-pen.ts +18 -0
- package/src/icons/file-play.ts +18 -0
- package/src/icons/file-plus-corner.ts +18 -0
- package/src/icons/file-plus.ts +18 -0
- package/src/icons/file-question-mark.ts +18 -0
- package/src/icons/file-scan.ts +18 -0
- package/src/icons/file-search-corner.ts +18 -0
- package/src/icons/file-search.ts +18 -0
- package/src/icons/file-signal.ts +18 -0
- package/src/icons/file-sliders.ts +18 -0
- package/src/icons/file-spreadsheet.ts +18 -0
- package/src/icons/file-stack.ts +18 -0
- package/src/icons/file-symlink.ts +18 -0
- package/src/icons/file-terminal.ts +18 -0
- package/src/icons/file-text.ts +18 -0
- package/src/icons/file-type-corner.ts +18 -0
- package/src/icons/file-type.ts +18 -0
- package/src/icons/file-up.ts +18 -0
- package/src/icons/file-user.ts +18 -0
- package/src/icons/file-video-camera.ts +18 -0
- package/src/icons/file-volume.ts +18 -0
- package/src/icons/file-x-corner.ts +18 -0
- package/src/icons/file-x.ts +18 -0
- package/src/icons/file.ts +18 -0
- package/src/icons/files.ts +18 -0
- package/src/icons/film.ts +18 -0
- package/src/icons/fingerprint-pattern.ts +18 -0
- package/src/icons/fire-extinguisher.ts +18 -0
- package/src/icons/fish-off.ts +18 -0
- package/src/icons/fish-symbol.ts +18 -0
- package/src/icons/fish.ts +18 -0
- package/src/icons/fishing-hook.ts +18 -0
- package/src/icons/fishing-rod.ts +18 -0
- package/src/icons/flag-off.ts +18 -0
- package/src/icons/flag-triangle-left.ts +18 -0
- package/src/icons/flag-triangle-right.ts +18 -0
- package/src/icons/flag.ts +18 -0
- package/src/icons/flame-kindling.ts +18 -0
- package/src/icons/flame.ts +18 -0
- package/src/icons/flashlight-off.ts +18 -0
- package/src/icons/flashlight.ts +18 -0
- package/src/icons/flask-conical-off.ts +18 -0
- package/src/icons/flask-conical.ts +18 -0
- package/src/icons/flask-round.ts +18 -0
- package/src/icons/flip-horizontal-2.ts +18 -0
- package/src/icons/flip-vertical-2.ts +18 -0
- package/src/icons/flower-2.ts +18 -0
- package/src/icons/flower.ts +18 -0
- package/src/icons/focus.ts +18 -0
- package/src/icons/fold-horizontal.ts +18 -0
- package/src/icons/fold-vertical.ts +18 -0
- package/src/icons/folder-archive.ts +18 -0
- package/src/icons/folder-bookmark.ts +18 -0
- package/src/icons/folder-check.ts +18 -0
- package/src/icons/folder-clock.ts +18 -0
- package/src/icons/folder-closed.ts +18 -0
- package/src/icons/folder-code.ts +18 -0
- package/src/icons/folder-cog.ts +18 -0
- package/src/icons/folder-dot.ts +18 -0
- package/src/icons/folder-down.ts +18 -0
- package/src/icons/folder-git-2.ts +18 -0
- package/src/icons/folder-git.ts +18 -0
- package/src/icons/folder-heart.ts +18 -0
- package/src/icons/folder-input.ts +18 -0
- package/src/icons/folder-kanban.ts +18 -0
- package/src/icons/folder-key.ts +18 -0
- package/src/icons/folder-lock.ts +18 -0
- package/src/icons/folder-minus.ts +18 -0
- package/src/icons/folder-open-dot.ts +18 -0
- package/src/icons/folder-open.ts +18 -0
- package/src/icons/folder-output.ts +18 -0
- package/src/icons/folder-pen.ts +18 -0
- package/src/icons/folder-plus.ts +18 -0
- package/src/icons/folder-root.ts +18 -0
- package/src/icons/folder-search-2.ts +18 -0
- package/src/icons/folder-search.ts +18 -0
- package/src/icons/folder-symlink.ts +18 -0
- package/src/icons/folder-sync.ts +18 -0
- package/src/icons/folder-tree.ts +18 -0
- package/src/icons/folder-up.ts +18 -0
- package/src/icons/folder-x.ts +18 -0
- package/src/icons/folder.ts +18 -0
- package/src/icons/folders.ts +18 -0
- package/src/icons/footprints.ts +18 -0
- package/src/icons/forklift.ts +18 -0
- package/src/icons/form.ts +18 -0
- package/src/icons/forward.ts +18 -0
- package/src/icons/frame.ts +18 -0
- package/src/icons/frown.ts +18 -0
- package/src/icons/fuel.ts +18 -0
- package/src/icons/fullscreen.ts +18 -0
- package/src/icons/funnel-plus.ts +18 -0
- package/src/icons/funnel-x.ts +18 -0
- package/src/icons/funnel.ts +18 -0
- package/src/icons/gallery-horizontal-end.ts +18 -0
- package/src/icons/gallery-horizontal.ts +18 -0
- package/src/icons/gallery-thumbnails.ts +18 -0
- package/src/icons/gallery-vertical-end.ts +18 -0
- package/src/icons/gallery-vertical.ts +18 -0
- package/src/icons/gamepad-2.ts +18 -0
- package/src/icons/gamepad-directional.ts +18 -0
- package/src/icons/gamepad.ts +18 -0
- package/src/icons/gauge.ts +18 -0
- package/src/icons/gavel.ts +18 -0
- package/src/icons/gem.ts +18 -0
- package/src/icons/georgian-lari.ts +18 -0
- package/src/icons/ghost.ts +18 -0
- package/src/icons/gift.ts +18 -0
- package/src/icons/git-branch-minus.ts +18 -0
- package/src/icons/git-branch-plus.ts +18 -0
- package/src/icons/git-branch.ts +18 -0
- package/src/icons/git-commit-horizontal.ts +18 -0
- package/src/icons/git-commit-vertical.ts +18 -0
- package/src/icons/git-compare-arrows.ts +18 -0
- package/src/icons/git-compare.ts +18 -0
- package/src/icons/git-fork.ts +18 -0
- package/src/icons/git-graph.ts +18 -0
- package/src/icons/git-merge-conflict.ts +18 -0
- package/src/icons/git-merge.ts +18 -0
- package/src/icons/git-pull-request-arrow.ts +18 -0
- package/src/icons/git-pull-request-closed.ts +18 -0
- package/src/icons/git-pull-request-create-arrow.ts +18 -0
- package/src/icons/git-pull-request-create.ts +18 -0
- package/src/icons/git-pull-request-draft.ts +18 -0
- package/src/icons/git-pull-request.ts +18 -0
- package/src/icons/glass-water.ts +18 -0
- package/src/icons/glasses.ts +18 -0
- package/src/icons/globe-check.ts +18 -0
- package/src/icons/globe-lock.ts +18 -0
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/globe-x.ts +18 -0
- package/src/icons/globe.ts +18 -0
- package/src/icons/goal.ts +18 -0
- package/src/icons/gpu.ts +18 -0
- package/src/icons/graduation-cap.ts +18 -0
- package/src/icons/grape.ts +18 -0
- package/src/icons/grid-2x2-check.ts +18 -0
- package/src/icons/grid-2x2-plus.ts +18 -0
- package/src/icons/grid-2x2-x.ts +18 -0
- package/src/icons/grid-2x2.ts +18 -0
- package/src/icons/grid-3x2.ts +18 -0
- package/src/icons/grid-3x3.ts +18 -0
- package/src/icons/grip-horizontal.ts +18 -0
- package/src/icons/grip-vertical.ts +18 -0
- package/src/icons/grip.ts +18 -0
- package/src/icons/group.ts +18 -0
- package/src/icons/guitar.ts +18 -0
- package/src/icons/ham.ts +18 -0
- package/src/icons/hamburger.ts +18 -0
- package/src/icons/hammer.ts +18 -0
- package/src/icons/hand-coins.ts +18 -0
- package/src/icons/hand-fist.ts +18 -0
- package/src/icons/hand-grab.ts +18 -0
- package/src/icons/hand-heart.ts +18 -0
- package/src/icons/hand-helping.ts +18 -0
- package/src/icons/hand-metal.ts +18 -0
- package/src/icons/hand-platter.ts +18 -0
- package/src/icons/hand.ts +18 -0
- package/src/icons/handbag.ts +18 -0
- package/src/icons/handshake.ts +18 -0
- package/src/icons/hard-drive-download.ts +18 -0
- package/src/icons/hard-drive-upload.ts +18 -0
- package/src/icons/hard-drive.ts +18 -0
- package/src/icons/hard-hat.ts +18 -0
- package/src/icons/hash.ts +18 -0
- package/src/icons/hat-glasses.ts +18 -0
- package/src/icons/haze.ts +18 -0
- package/src/icons/hd.ts +18 -0
- package/src/icons/hdmi-port.ts +18 -0
- package/src/icons/heading-1.ts +18 -0
- package/src/icons/heading-2.ts +18 -0
- package/src/icons/heading-3.ts +18 -0
- package/src/icons/heading-4.ts +18 -0
- package/src/icons/heading-5.ts +18 -0
- package/src/icons/heading-6.ts +18 -0
- package/src/icons/heading.ts +18 -0
- package/src/icons/headphone-off.ts +18 -0
- package/src/icons/headphones.ts +18 -0
- package/src/icons/headset.ts +18 -0
- package/src/icons/heart-crack.ts +18 -0
- package/src/icons/heart-handshake.ts +18 -0
- package/src/icons/heart-minus.ts +18 -0
- package/src/icons/heart-off.ts +18 -0
- package/src/icons/heart-plus.ts +18 -0
- package/src/icons/heart-pulse.ts +18 -0
- package/src/icons/heart-x.ts +18 -0
- package/src/icons/heart.ts +18 -0
- package/src/icons/heater.ts +18 -0
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/hexagon.ts +18 -0
- package/src/icons/highlighter.ts +18 -0
- package/src/icons/history.ts +18 -0
- package/src/icons/hop-off.ts +18 -0
- package/src/icons/hop.ts +18 -0
- package/src/icons/hospital.ts +18 -0
- package/src/icons/hotel.ts +18 -0
- package/src/icons/hourglass.ts +18 -0
- package/src/icons/house-heart.ts +18 -0
- package/src/icons/house-plug.ts +18 -0
- package/src/icons/house-plus.ts +18 -0
- package/src/icons/house-wifi.ts +18 -0
- package/src/icons/house.ts +18 -0
- package/src/icons/ice-cream-bowl.ts +18 -0
- package/src/icons/ice-cream-cone.ts +18 -0
- package/src/icons/id-card-lanyard.ts +18 -0
- package/src/icons/id-card.ts +18 -0
- package/src/icons/image-down.ts +18 -0
- package/src/icons/image-minus.ts +18 -0
- package/src/icons/image-off.ts +18 -0
- package/src/icons/image-play.ts +18 -0
- package/src/icons/image-plus.ts +18 -0
- package/src/icons/image-up.ts +18 -0
- package/src/icons/image-upscale.ts +18 -0
- package/src/icons/image.ts +18 -0
- package/src/icons/images.ts +18 -0
- package/src/icons/import.ts +18 -0
- package/src/icons/inbox.ts +18 -0
- package/src/icons/index.ts +1744 -0
- package/src/icons/indian-rupee.ts +18 -0
- package/src/icons/infinity.ts +18 -0
- package/src/icons/info.ts +18 -0
- package/src/icons/inspection-panel.ts +18 -0
- package/src/icons/italic.ts +18 -0
- package/src/icons/iteration-ccw.ts +18 -0
- package/src/icons/iteration-cw.ts +18 -0
- package/src/icons/japanese-yen.ts +18 -0
- package/src/icons/joystick.ts +18 -0
- package/src/icons/kanban.ts +18 -0
- package/src/icons/kayak.ts +18 -0
- package/src/icons/key-round.ts +18 -0
- package/src/icons/key-square.ts +18 -0
- package/src/icons/key.ts +18 -0
- package/src/icons/keyboard-music.ts +18 -0
- package/src/icons/keyboard-off.ts +18 -0
- package/src/icons/keyboard.ts +18 -0
- package/src/icons/lamp-ceiling.ts +18 -0
- package/src/icons/lamp-desk.ts +18 -0
- package/src/icons/lamp-floor.ts +18 -0
- package/src/icons/lamp-wall-down.ts +18 -0
- package/src/icons/lamp-wall-up.ts +18 -0
- package/src/icons/lamp.ts +18 -0
- package/src/icons/land-plot.ts +18 -0
- package/src/icons/landmark.ts +18 -0
- package/src/icons/languages.ts +18 -0
- package/src/icons/laptop-minimal-check.ts +18 -0
- package/src/icons/laptop-minimal.ts +18 -0
- package/src/icons/laptop.ts +18 -0
- package/src/icons/lasso-select.ts +18 -0
- package/src/icons/lasso.ts +18 -0
- package/src/icons/laugh.ts +18 -0
- package/src/icons/layers-2.ts +18 -0
- package/src/icons/layers-minus.ts +18 -0
- package/src/icons/layers-plus.ts +18 -0
- package/src/icons/layers.ts +18 -0
- package/src/icons/layout-dashboard.ts +18 -0
- package/src/icons/layout-grid.ts +18 -0
- package/src/icons/layout-list.ts +18 -0
- package/src/icons/layout-panel-left.ts +18 -0
- package/src/icons/layout-panel-top.ts +18 -0
- package/src/icons/layout-template.ts +18 -0
- package/src/icons/leaf.ts +18 -0
- package/src/icons/leafy-green.ts +18 -0
- package/src/icons/lectern.ts +18 -0
- package/src/icons/lens-concave.ts +18 -0
- package/src/icons/lens-convex.ts +18 -0
- package/src/icons/library-big.ts +18 -0
- package/src/icons/library.ts +18 -0
- package/src/icons/life-buoy.ts +18 -0
- package/src/icons/ligature.ts +18 -0
- package/src/icons/lightbulb-off.ts +18 -0
- package/src/icons/lightbulb.ts +18 -0
- package/src/icons/line-dot-right-horizontal.ts +18 -0
- package/src/icons/line-squiggle.ts +18 -0
- package/src/icons/line-style.ts +18 -0
- package/src/icons/link-2-off.ts +18 -0
- package/src/icons/link-2.ts +18 -0
- package/src/icons/link.ts +18 -0
- package/src/icons/list-check.ts +18 -0
- package/src/icons/list-checks.ts +18 -0
- package/src/icons/list-chevrons-down-up.ts +18 -0
- package/src/icons/list-chevrons-up-down.ts +18 -0
- package/src/icons/list-collapse.ts +18 -0
- package/src/icons/list-end.ts +18 -0
- package/src/icons/list-filter-plus.ts +18 -0
- package/src/icons/list-filter.ts +18 -0
- package/src/icons/list-indent-decrease.ts +18 -0
- package/src/icons/list-indent-increase.ts +18 -0
- package/src/icons/list-minus.ts +18 -0
- package/src/icons/list-music.ts +18 -0
- package/src/icons/list-ordered.ts +18 -0
- package/src/icons/list-plus.ts +18 -0
- package/src/icons/list-restart.ts +18 -0
- package/src/icons/list-sort-ascending.ts +18 -0
- package/src/icons/list-sort-descending.ts +18 -0
- package/src/icons/list-start.ts +18 -0
- package/src/icons/list-todo.ts +18 -0
- package/src/icons/list-tree.ts +18 -0
- package/src/icons/list-video.ts +18 -0
- package/src/icons/list-x.ts +18 -0
- package/src/icons/list.ts +18 -0
- package/src/icons/loader-circle.ts +18 -0
- package/src/icons/loader-pinwheel.ts +18 -0
- package/src/icons/loader.ts +18 -0
- package/src/icons/locate-fixed.ts +18 -0
- package/src/icons/locate-off.ts +18 -0
- package/src/icons/locate.ts +18 -0
- package/src/icons/lock-keyhole-open.ts +18 -0
- package/src/icons/lock-keyhole.ts +18 -0
- package/src/icons/lock-open.ts +18 -0
- package/src/icons/lock.ts +18 -0
- package/src/icons/log-in.ts +18 -0
- package/src/icons/log-out.ts +18 -0
- package/src/icons/logs.ts +18 -0
- package/src/icons/lollipop.ts +18 -0
- package/src/icons/luggage.ts +18 -0
- package/src/icons/magnet.ts +18 -0
- package/src/icons/mail-check.ts +18 -0
- package/src/icons/mail-minus.ts +18 -0
- package/src/icons/mail-open.ts +18 -0
- package/src/icons/mail-plus.ts +18 -0
- package/src/icons/mail-question-mark.ts +18 -0
- package/src/icons/mail-search.ts +18 -0
- package/src/icons/mail-warning.ts +18 -0
- package/src/icons/mail-x.ts +18 -0
- package/src/icons/mail.ts +18 -0
- package/src/icons/mailbox.ts +18 -0
- package/src/icons/mails.ts +18 -0
- package/src/icons/map-minus.ts +18 -0
- package/src/icons/map-pin-check-inside.ts +18 -0
- package/src/icons/map-pin-check.ts +18 -0
- package/src/icons/map-pin-house.ts +18 -0
- package/src/icons/map-pin-minus-inside.ts +18 -0
- package/src/icons/map-pin-minus.ts +18 -0
- package/src/icons/map-pin-off.ts +18 -0
- package/src/icons/map-pin-pen.ts +18 -0
- package/src/icons/map-pin-plus-inside.ts +18 -0
- package/src/icons/map-pin-plus.ts +18 -0
- package/src/icons/map-pin-search.ts +18 -0
- package/src/icons/map-pin-x-inside.ts +18 -0
- package/src/icons/map-pin-x.ts +18 -0
- package/src/icons/map-pin.ts +18 -0
- package/src/icons/map-pinned.ts +18 -0
- package/src/icons/map-plus.ts +18 -0
- package/src/icons/map.ts +18 -0
- package/src/icons/mars-stroke.ts +18 -0
- package/src/icons/mars.ts +18 -0
- package/src/icons/martini.ts +18 -0
- package/src/icons/maximize-2.ts +18 -0
- package/src/icons/maximize.ts +18 -0
- package/src/icons/medal.ts +18 -0
- package/src/icons/megaphone-off.ts +18 -0
- package/src/icons/megaphone.ts +18 -0
- package/src/icons/meh.ts +18 -0
- package/src/icons/memory-stick.ts +18 -0
- package/src/icons/menu.ts +18 -0
- package/src/icons/merge.ts +18 -0
- package/src/icons/message-circle-check.ts +18 -0
- package/src/icons/message-circle-code.ts +18 -0
- package/src/icons/message-circle-dashed.ts +18 -0
- package/src/icons/message-circle-heart.ts +18 -0
- package/src/icons/message-circle-more.ts +18 -0
- package/src/icons/message-circle-off.ts +18 -0
- package/src/icons/message-circle-plus.ts +18 -0
- package/src/icons/message-circle-question-mark.ts +18 -0
- package/src/icons/message-circle-reply.ts +18 -0
- package/src/icons/message-circle-warning.ts +18 -0
- package/src/icons/message-circle-x.ts +18 -0
- package/src/icons/message-circle.ts +18 -0
- package/src/icons/message-square-check.ts +18 -0
- package/src/icons/message-square-code.ts +18 -0
- package/src/icons/message-square-dashed.ts +18 -0
- package/src/icons/message-square-diff.ts +18 -0
- package/src/icons/message-square-dot.ts +18 -0
- package/src/icons/message-square-heart.ts +18 -0
- package/src/icons/message-square-lock.ts +18 -0
- package/src/icons/message-square-more.ts +18 -0
- package/src/icons/message-square-off.ts +18 -0
- package/src/icons/message-square-plus.ts +18 -0
- package/src/icons/message-square-quote.ts +18 -0
- package/src/icons/message-square-reply.ts +18 -0
- package/src/icons/message-square-share.ts +18 -0
- package/src/icons/message-square-text.ts +18 -0
- package/src/icons/message-square-warning.ts +18 -0
- package/src/icons/message-square-x.ts +18 -0
- package/src/icons/message-square.ts +18 -0
- package/src/icons/messages-square.ts +18 -0
- package/src/icons/metronome.ts +18 -0
- package/src/icons/mic-off.ts +18 -0
- package/src/icons/mic-vocal.ts +18 -0
- package/src/icons/mic.ts +18 -0
- package/src/icons/microchip.ts +18 -0
- package/src/icons/microscope.ts +18 -0
- package/src/icons/microwave.ts +18 -0
- package/src/icons/milestone.ts +18 -0
- package/src/icons/milk-off.ts +18 -0
- package/src/icons/milk.ts +18 -0
- package/src/icons/minimize-2.ts +18 -0
- package/src/icons/minimize.ts +18 -0
- package/src/icons/minus.ts +18 -0
- package/src/icons/mirror-rectangular.ts +18 -0
- package/src/icons/mirror-round.ts +18 -0
- package/src/icons/monitor-check.ts +18 -0
- package/src/icons/monitor-cloud.ts +18 -0
- package/src/icons/monitor-cog.ts +18 -0
- package/src/icons/monitor-dot.ts +18 -0
- package/src/icons/monitor-down.ts +18 -0
- package/src/icons/monitor-off.ts +18 -0
- package/src/icons/monitor-pause.ts +18 -0
- package/src/icons/monitor-play.ts +18 -0
- package/src/icons/monitor-smartphone.ts +18 -0
- package/src/icons/monitor-speaker.ts +18 -0
- package/src/icons/monitor-stop.ts +18 -0
- package/src/icons/monitor-up.ts +18 -0
- package/src/icons/monitor-x.ts +18 -0
- package/src/icons/monitor.ts +18 -0
- package/src/icons/moon-star.ts +18 -0
- package/src/icons/moon.ts +18 -0
- package/src/icons/motorbike.ts +18 -0
- package/src/icons/mountain-snow.ts +18 -0
- package/src/icons/mountain.ts +18 -0
- package/src/icons/mouse-left.ts +18 -0
- package/src/icons/mouse-off.ts +18 -0
- package/src/icons/mouse-pointer-2-off.ts +18 -0
- package/src/icons/mouse-pointer-2.ts +18 -0
- package/src/icons/mouse-pointer-ban.ts +18 -0
- package/src/icons/mouse-pointer-click.ts +18 -0
- package/src/icons/mouse-pointer.ts +18 -0
- package/src/icons/mouse-right.ts +18 -0
- package/src/icons/mouse.ts +18 -0
- package/src/icons/move-3d.ts +18 -0
- package/src/icons/move-diagonal-2.ts +18 -0
- package/src/icons/move-diagonal.ts +18 -0
- package/src/icons/move-down-left.ts +18 -0
- package/src/icons/move-down-right.ts +18 -0
- package/src/icons/move-down.ts +18 -0
- package/src/icons/move-horizontal.ts +18 -0
- package/src/icons/move-left.ts +18 -0
- package/src/icons/move-right.ts +18 -0
- package/src/icons/move-up-left.ts +18 -0
- package/src/icons/move-up-right.ts +18 -0
- package/src/icons/move-up.ts +18 -0
- package/src/icons/move-vertical.ts +18 -0
- package/src/icons/move.ts +18 -0
- package/src/icons/music-2.ts +18 -0
- package/src/icons/music-3.ts +18 -0
- package/src/icons/music-4.ts +18 -0
- package/src/icons/music.ts +18 -0
- package/src/icons/navigation-2-off.ts +18 -0
- package/src/icons/navigation-2.ts +18 -0
- package/src/icons/navigation-off.ts +18 -0
- package/src/icons/navigation.ts +18 -0
- package/src/icons/network.ts +18 -0
- package/src/icons/newspaper.ts +18 -0
- package/src/icons/nfc.ts +18 -0
- package/src/icons/non-binary.ts +18 -0
- package/src/icons/notebook-pen.ts +18 -0
- package/src/icons/notebook-tabs.ts +18 -0
- package/src/icons/notebook-text.ts +18 -0
- package/src/icons/notebook.ts +18 -0
- package/src/icons/notepad-text-dashed.ts +18 -0
- package/src/icons/notepad-text.ts +18 -0
- package/src/icons/nut-off.ts +18 -0
- package/src/icons/nut.ts +18 -0
- package/src/icons/octagon-alert.ts +18 -0
- package/src/icons/octagon-minus.ts +18 -0
- package/src/icons/octagon-pause.ts +18 -0
- package/src/icons/octagon-x.ts +18 -0
- package/src/icons/octagon.ts +18 -0
- package/src/icons/omega.ts +18 -0
- package/src/icons/option.ts +18 -0
- package/src/icons/orbit.ts +18 -0
- package/src/icons/origami.ts +18 -0
- package/src/icons/package-2.ts +18 -0
- package/src/icons/package-check.ts +18 -0
- package/src/icons/package-minus.ts +18 -0
- package/src/icons/package-open.ts +18 -0
- package/src/icons/package-plus.ts +18 -0
- package/src/icons/package-search.ts +18 -0
- package/src/icons/package-x.ts +18 -0
- package/src/icons/package.ts +18 -0
- package/src/icons/paint-bucket.ts +18 -0
- package/src/icons/paint-roller.ts +18 -0
- package/src/icons/paintbrush-vertical.ts +18 -0
- package/src/icons/paintbrush.ts +18 -0
- package/src/icons/palette.ts +18 -0
- package/src/icons/panda.ts +18 -0
- package/src/icons/panel-bottom-close.ts +18 -0
- package/src/icons/panel-bottom-dashed.ts +18 -0
- package/src/icons/panel-bottom-open.ts +18 -0
- package/src/icons/panel-bottom.ts +18 -0
- package/src/icons/panel-left-close.ts +18 -0
- package/src/icons/panel-left-dashed.ts +18 -0
- package/src/icons/panel-left-open.ts +18 -0
- package/src/icons/panel-left-right-dashed.ts +18 -0
- package/src/icons/panel-left.ts +18 -0
- package/src/icons/panel-right-close.ts +18 -0
- package/src/icons/panel-right-dashed.ts +18 -0
- package/src/icons/panel-right-open.ts +18 -0
- package/src/icons/panel-right.ts +18 -0
- package/src/icons/panel-top-bottom-dashed.ts +18 -0
- package/src/icons/panel-top-close.ts +18 -0
- package/src/icons/panel-top-dashed.ts +18 -0
- package/src/icons/panel-top-open.ts +18 -0
- package/src/icons/panel-top.ts +18 -0
- package/src/icons/panels-left-bottom.ts +18 -0
- package/src/icons/panels-right-bottom.ts +18 -0
- package/src/icons/panels-top-left.ts +18 -0
- package/src/icons/paperclip.ts +18 -0
- package/src/icons/parasol.ts +18 -0
- package/src/icons/parentheses.ts +18 -0
- package/src/icons/parking-meter.ts +18 -0
- package/src/icons/party-popper.ts +18 -0
- package/src/icons/pause.ts +18 -0
- package/src/icons/paw-print.ts +18 -0
- package/src/icons/pc-case.ts +18 -0
- package/src/icons/pen-line.ts +18 -0
- package/src/icons/pen-off.ts +18 -0
- package/src/icons/pen-tool.ts +18 -0
- package/src/icons/pen.ts +18 -0
- package/src/icons/pencil-line.ts +18 -0
- package/src/icons/pencil-off.ts +18 -0
- package/src/icons/pencil-ruler.ts +18 -0
- package/src/icons/pencil-sparkles.ts +18 -0
- package/src/icons/pencil.ts +18 -0
- package/src/icons/pentagon.ts +18 -0
- package/src/icons/percent.ts +18 -0
- package/src/icons/person-standing.ts +18 -0
- package/src/icons/philippine-peso.ts +18 -0
- package/src/icons/phone-call.ts +18 -0
- package/src/icons/phone-forwarded.ts +18 -0
- package/src/icons/phone-incoming.ts +18 -0
- package/src/icons/phone-missed.ts +18 -0
- package/src/icons/phone-off.ts +18 -0
- package/src/icons/phone-outgoing.ts +18 -0
- package/src/icons/phone.ts +18 -0
- package/src/icons/pi.ts +18 -0
- package/src/icons/piano.ts +18 -0
- package/src/icons/pickaxe.ts +18 -0
- package/src/icons/picture-in-picture-2.ts +18 -0
- package/src/icons/picture-in-picture.ts +18 -0
- package/src/icons/piggy-bank.ts +18 -0
- package/src/icons/pilcrow-left.ts +18 -0
- package/src/icons/pilcrow-right.ts +18 -0
- package/src/icons/pilcrow.ts +18 -0
- package/src/icons/pill-bottle.ts +18 -0
- package/src/icons/pill.ts +18 -0
- package/src/icons/pin-off.ts +18 -0
- package/src/icons/pin.ts +18 -0
- package/src/icons/pipette.ts +18 -0
- package/src/icons/pizza.ts +18 -0
- package/src/icons/plane-landing.ts +18 -0
- package/src/icons/plane-takeoff.ts +18 -0
- package/src/icons/plane.ts +18 -0
- package/src/icons/play-off.ts +18 -0
- package/src/icons/play.ts +18 -0
- package/src/icons/plug-2.ts +18 -0
- package/src/icons/plug-zap.ts +18 -0
- package/src/icons/plug.ts +18 -0
- package/src/icons/plus.ts +18 -0
- package/src/icons/pocket-knife.ts +18 -0
- package/src/icons/podcast.ts +18 -0
- package/src/icons/podium.ts +18 -0
- package/src/icons/pointer-off.ts +18 -0
- package/src/icons/pointer.ts +18 -0
- package/src/icons/popcorn.ts +18 -0
- package/src/icons/popsicle.ts +18 -0
- package/src/icons/pound-sterling.ts +18 -0
- package/src/icons/power-off.ts +18 -0
- package/src/icons/power.ts +18 -0
- package/src/icons/presentation.ts +18 -0
- package/src/icons/printer-check.ts +18 -0
- package/src/icons/printer-x.ts +18 -0
- package/src/icons/printer.ts +18 -0
- package/src/icons/projector.ts +18 -0
- package/src/icons/proportions.ts +18 -0
- package/src/icons/puzzle.ts +18 -0
- package/src/icons/pyramid.ts +18 -0
- package/src/icons/qr-code.ts +18 -0
- package/src/icons/quote.ts +18 -0
- package/src/icons/rabbit.ts +18 -0
- package/src/icons/radar.ts +18 -0
- package/src/icons/radiation.ts +18 -0
- package/src/icons/radical.ts +18 -0
- package/src/icons/radio-off.ts +18 -0
- package/src/icons/radio-receiver.ts +18 -0
- package/src/icons/radio-tower.ts +18 -0
- package/src/icons/radio.ts +18 -0
- package/src/icons/radius.ts +18 -0
- package/src/icons/rainbow.ts +18 -0
- package/src/icons/rat.ts +18 -0
- package/src/icons/ratio.ts +18 -0
- package/src/icons/receipt-cent.ts +18 -0
- package/src/icons/receipt-euro.ts +18 -0
- package/src/icons/receipt-indian-rupee.ts +18 -0
- package/src/icons/receipt-japanese-yen.ts +18 -0
- package/src/icons/receipt-pound-sterling.ts +18 -0
- package/src/icons/receipt-russian-ruble.ts +18 -0
- package/src/icons/receipt-swiss-franc.ts +18 -0
- package/src/icons/receipt-text.ts +18 -0
- package/src/icons/receipt-turkish-lira.ts +18 -0
- package/src/icons/receipt.ts +18 -0
- package/src/icons/rectangle-circle.ts +18 -0
- package/src/icons/rectangle-ellipsis.ts +18 -0
- package/src/icons/rectangle-goggles.ts +18 -0
- package/src/icons/rectangle-horizontal.ts +18 -0
- package/src/icons/rectangle-vertical.ts +18 -0
- package/src/icons/recycle.ts +18 -0
- package/src/icons/redo-2.ts +18 -0
- package/src/icons/redo-dot.ts +18 -0
- package/src/icons/redo.ts +18 -0
- package/src/icons/refresh-ccw-dot.ts +18 -0
- package/src/icons/refresh-ccw.ts +18 -0
- package/src/icons/refresh-cw-off.ts +18 -0
- package/src/icons/refresh-cw.ts +18 -0
- package/src/icons/refrigerator.ts +18 -0
- package/src/icons/regex.ts +18 -0
- package/src/icons/remove-formatting.ts +18 -0
- package/src/icons/repeat-1.ts +18 -0
- package/src/icons/repeat-2.ts +18 -0
- package/src/icons/repeat-off.ts +18 -0
- package/src/icons/repeat.ts +18 -0
- package/src/icons/replace-all.ts +18 -0
- package/src/icons/replace.ts +18 -0
- package/src/icons/reply-all.ts +18 -0
- package/src/icons/reply.ts +18 -0
- package/src/icons/rewind.ts +18 -0
- package/src/icons/ribbon.ts +18 -0
- package/src/icons/road.ts +18 -0
- package/src/icons/rocket.ts +18 -0
- package/src/icons/rocking-chair.ts +18 -0
- package/src/icons/roller-coaster.ts +18 -0
- package/src/icons/rose.ts +18 -0
- package/src/icons/rotate-3d.ts +18 -0
- package/src/icons/rotate-ccw-key.ts +18 -0
- package/src/icons/rotate-ccw-square.ts +18 -0
- package/src/icons/rotate-ccw.ts +18 -0
- package/src/icons/rotate-cw-square.ts +18 -0
- package/src/icons/rotate-cw.ts +18 -0
- package/src/icons/route-off.ts +18 -0
- package/src/icons/route.ts +18 -0
- package/src/icons/router.ts +18 -0
- package/src/icons/rows-2.ts +18 -0
- package/src/icons/rows-3.ts +18 -0
- package/src/icons/rows-4.ts +18 -0
- package/src/icons/rss.ts +18 -0
- package/src/icons/ruler-dimension-line.ts +18 -0
- package/src/icons/ruler.ts +18 -0
- package/src/icons/russian-ruble.ts +18 -0
- package/src/icons/sailboat.ts +18 -0
- package/src/icons/salad.ts +18 -0
- package/src/icons/sandwich.ts +18 -0
- package/src/icons/satellite-dish.ts +18 -0
- package/src/icons/satellite.ts +18 -0
- package/src/icons/saudi-riyal.ts +18 -0
- package/src/icons/save-all.ts +18 -0
- package/src/icons/save-check.ts +18 -0
- package/src/icons/save-off.ts +18 -0
- package/src/icons/save-pen.ts +18 -0
- package/src/icons/save-plus.ts +18 -0
- package/src/icons/save.ts +18 -0
- package/src/icons/scale-3d.ts +18 -0
- package/src/icons/scale.ts +18 -0
- package/src/icons/scaling.ts +18 -0
- package/src/icons/scan-barcode.ts +18 -0
- package/src/icons/scan-eye.ts +18 -0
- package/src/icons/scan-face.ts +18 -0
- package/src/icons/scan-heart.ts +18 -0
- package/src/icons/scan-line.ts +18 -0
- package/src/icons/scan-qr-code.ts +18 -0
- package/src/icons/scan-search.ts +18 -0
- package/src/icons/scan-text.ts +18 -0
- package/src/icons/scan.ts +18 -0
- package/src/icons/school.ts +18 -0
- package/src/icons/scissors-line-dashed.ts +18 -0
- package/src/icons/scissors.ts +18 -0
- package/src/icons/scooter.ts +18 -0
- package/src/icons/screen-share-off.ts +18 -0
- package/src/icons/screen-share.ts +18 -0
- package/src/icons/scroll-text.ts +18 -0
- package/src/icons/scroll.ts +18 -0
- package/src/icons/search-alert.ts +18 -0
- package/src/icons/search-check.ts +18 -0
- package/src/icons/search-code.ts +18 -0
- package/src/icons/search-slash.ts +18 -0
- package/src/icons/search-x.ts +18 -0
- package/src/icons/search.ts +18 -0
- package/src/icons/section.ts +18 -0
- package/src/icons/send-horizontal.ts +18 -0
- package/src/icons/send-to-back.ts +18 -0
- package/src/icons/send.ts +18 -0
- package/src/icons/separator-horizontal.ts +18 -0
- package/src/icons/separator-vertical.ts +18 -0
- package/src/icons/server-cog.ts +18 -0
- package/src/icons/server-crash.ts +18 -0
- package/src/icons/server-off.ts +18 -0
- package/src/icons/server.ts +18 -0
- package/src/icons/settings-2.ts +18 -0
- package/src/icons/settings.ts +18 -0
- package/src/icons/shapes.ts +18 -0
- package/src/icons/share-2.ts +18 -0
- package/src/icons/share.ts +18 -0
- package/src/icons/sheet.ts +18 -0
- package/src/icons/shell.ts +18 -0
- package/src/icons/shelving-unit.ts +18 -0
- package/src/icons/shield-alert.ts +18 -0
- package/src/icons/shield-ban.ts +18 -0
- package/src/icons/shield-check.ts +18 -0
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
- package/src/icons/shield-ellipsis.ts +18 -0
- package/src/icons/shield-half.ts +18 -0
- package/src/icons/shield-minus.ts +18 -0
- package/src/icons/shield-off.ts +18 -0
- package/src/icons/shield-plus.ts +18 -0
- package/src/icons/shield-question-mark.ts +18 -0
- package/src/icons/shield-user.ts +18 -0
- package/src/icons/shield-x.ts +18 -0
- package/src/icons/shield.ts +18 -0
- package/src/icons/ship-wheel.ts +18 -0
- package/src/icons/ship.ts +18 -0
- package/src/icons/shirt.ts +18 -0
- package/src/icons/shopping-bag.ts +18 -0
- package/src/icons/shopping-basket.ts +18 -0
- package/src/icons/shopping-cart.ts +18 -0
- package/src/icons/shovel.ts +18 -0
- package/src/icons/shower-head.ts +18 -0
- package/src/icons/shredder.ts +18 -0
- package/src/icons/shrimp.ts +18 -0
- package/src/icons/shrink.ts +18 -0
- package/src/icons/shrub.ts +18 -0
- package/src/icons/shuffle.ts +18 -0
- package/src/icons/sigma.ts +18 -0
- package/src/icons/signal-high.ts +18 -0
- package/src/icons/signal-low.ts +18 -0
- package/src/icons/signal-medium.ts +18 -0
- package/src/icons/signal-zero.ts +18 -0
- package/src/icons/signal.ts +18 -0
- package/src/icons/signature.ts +18 -0
- package/src/icons/signpost-big.ts +18 -0
- package/src/icons/signpost.ts +18 -0
- package/src/icons/siren.ts +18 -0
- package/src/icons/skip-back.ts +18 -0
- package/src/icons/skip-forward.ts +18 -0
- package/src/icons/skull.ts +18 -0
- package/src/icons/slash.ts +18 -0
- package/src/icons/slice.ts +18 -0
- package/src/icons/sliders-horizontal.ts +18 -0
- package/src/icons/sliders-vertical.ts +18 -0
- package/src/icons/smartphone-charging.ts +18 -0
- package/src/icons/smartphone-nfc.ts +18 -0
- package/src/icons/smartphone.ts +18 -0
- package/src/icons/smile-plus.ts +18 -0
- package/src/icons/smile.ts +18 -0
- package/src/icons/snail.ts +18 -0
- package/src/icons/snowflake.ts +18 -0
- package/src/icons/soap-dispenser-droplet.ts +18 -0
- package/src/icons/sofa.ts +18 -0
- package/src/icons/solar-panel.ts +18 -0
- package/src/icons/soup.ts +18 -0
- package/src/icons/space.ts +18 -0
- package/src/icons/spade.ts +18 -0
- package/src/icons/sparkle.ts +18 -0
- package/src/icons/sparkles.ts +18 -0
- package/src/icons/speaker.ts +18 -0
- package/src/icons/speech.ts +18 -0
- package/src/icons/spell-check-2.ts +18 -0
- package/src/icons/spell-check.ts +18 -0
- package/src/icons/spline-pointer.ts +18 -0
- package/src/icons/spline.ts +18 -0
- package/src/icons/split.ts +18 -0
- package/src/icons/spool.ts +18 -0
- package/src/icons/sport-shoe.ts +18 -0
- package/src/icons/spotlight.ts +18 -0
- package/src/icons/spray-can.ts +18 -0
- package/src/icons/sprout.ts +18 -0
- package/src/icons/square-activity.ts +18 -0
- package/src/icons/square-arrow-down-left.ts +18 -0
- package/src/icons/square-arrow-down-right.ts +18 -0
- package/src/icons/square-arrow-down.ts +18 -0
- package/src/icons/square-arrow-left.ts +18 -0
- package/src/icons/square-arrow-out-down-left.ts +18 -0
- package/src/icons/square-arrow-out-down-right.ts +18 -0
- package/src/icons/square-arrow-out-up-left.ts +18 -0
- package/src/icons/square-arrow-out-up-right.ts +18 -0
- package/src/icons/square-arrow-right-enter.ts +18 -0
- package/src/icons/square-arrow-right-exit.ts +18 -0
- package/src/icons/square-arrow-right.ts +18 -0
- package/src/icons/square-arrow-up-left.ts +18 -0
- package/src/icons/square-arrow-up-right.ts +18 -0
- package/src/icons/square-arrow-up.ts +18 -0
- package/src/icons/square-asterisk.ts +18 -0
- package/src/icons/square-bottom-dashed-scissors.ts +18 -0
- package/src/icons/square-centerline-dashed-horizontal.ts +18 -0
- package/src/icons/square-centerline-dashed-vertical.ts +18 -0
- package/src/icons/square-chart-gantt.ts +18 -0
- package/src/icons/square-check-big.ts +18 -0
- package/src/icons/square-check.ts +18 -0
- package/src/icons/square-chevron-down.ts +18 -0
- package/src/icons/square-chevron-left.ts +18 -0
- package/src/icons/square-chevron-right.ts +18 -0
- package/src/icons/square-chevron-up.ts +18 -0
- package/src/icons/square-code.ts +18 -0
- package/src/icons/square-dashed-bottom-code.ts +18 -0
- package/src/icons/square-dashed-bottom.ts +18 -0
- package/src/icons/square-dashed-kanban.ts +18 -0
- package/src/icons/square-dashed-mouse-pointer.ts +18 -0
- package/src/icons/square-dashed-text.ts +18 -0
- package/src/icons/square-dashed-top-solid.ts +18 -0
- package/src/icons/square-dashed.ts +18 -0
- package/src/icons/square-divide.ts +18 -0
- package/src/icons/square-dot.ts +18 -0
- package/src/icons/square-equal.ts +18 -0
- package/src/icons/square-function.ts +18 -0
- package/src/icons/square-kanban.ts +18 -0
- package/src/icons/square-library.ts +18 -0
- package/src/icons/square-m.ts +18 -0
- package/src/icons/square-menu.ts +18 -0
- package/src/icons/square-minus.ts +18 -0
- package/src/icons/square-mouse-pointer.ts +18 -0
- package/src/icons/square-parking-off.ts +18 -0
- package/src/icons/square-parking.ts +18 -0
- package/src/icons/square-pause.ts +18 -0
- package/src/icons/square-pen.ts +18 -0
- package/src/icons/square-percent.ts +18 -0
- package/src/icons/square-pi.ts +18 -0
- package/src/icons/square-pilcrow.ts +18 -0
- package/src/icons/square-play.ts +18 -0
- package/src/icons/square-plus.ts +18 -0
- package/src/icons/square-power.ts +18 -0
- package/src/icons/square-radical.ts +18 -0
- package/src/icons/square-round-corner.ts +18 -0
- package/src/icons/square-scissors.ts +18 -0
- package/src/icons/square-sigma.ts +18 -0
- package/src/icons/square-slash.ts +18 -0
- package/src/icons/square-split-horizontal.ts +18 -0
- package/src/icons/square-split-vertical.ts +18 -0
- package/src/icons/square-square.ts +18 -0
- package/src/icons/square-stack.ts +18 -0
- package/src/icons/square-star.ts +18 -0
- package/src/icons/square-stop.ts +18 -0
- package/src/icons/square-terminal.ts +18 -0
- package/src/icons/square-user-round.ts +18 -0
- package/src/icons/square-user.ts +18 -0
- package/src/icons/square-x.ts +18 -0
- package/src/icons/square.ts +18 -0
- package/src/icons/squares-exclude.ts +18 -0
- package/src/icons/squares-intersect.ts +18 -0
- package/src/icons/squares-subtract.ts +18 -0
- package/src/icons/squares-unite.ts +18 -0
- package/src/icons/squircle-dashed.ts +18 -0
- package/src/icons/squircle.ts +18 -0
- package/src/icons/squirrel.ts +18 -0
- package/src/icons/stamp.ts +18 -0
- package/src/icons/star-check.ts +18 -0
- package/src/icons/star-half.ts +18 -0
- package/src/icons/star-minus.ts +18 -0
- package/src/icons/star-off.ts +18 -0
- package/src/icons/star-plus.ts +18 -0
- package/src/icons/star-x.ts +18 -0
- package/src/icons/star.ts +18 -0
- package/src/icons/step-back.ts +18 -0
- package/src/icons/step-forward.ts +18 -0
- package/src/icons/stethoscope.ts +18 -0
- package/src/icons/sticker.ts +18 -0
- package/src/icons/sticky-note-check.ts +18 -0
- package/src/icons/sticky-note-minus.ts +18 -0
- package/src/icons/sticky-note-off.ts +18 -0
- package/src/icons/sticky-note-plus.ts +18 -0
- package/src/icons/sticky-note-x.ts +18 -0
- package/src/icons/sticky-note.ts +18 -0
- package/src/icons/sticky-notes.ts +18 -0
- package/src/icons/stone.ts +18 -0
- package/src/icons/store.ts +18 -0
- package/src/icons/stretch-horizontal.ts +18 -0
- package/src/icons/stretch-vertical.ts +18 -0
- package/src/icons/strikethrough.ts +18 -0
- package/src/icons/subscript.ts +18 -0
- package/src/icons/summary.ts +18 -0
- package/src/icons/sun-dim.ts +18 -0
- package/src/icons/sun-medium.ts +18 -0
- package/src/icons/sun-moon.ts +18 -0
- package/src/icons/sun-snow.ts +18 -0
- package/src/icons/sun.ts +18 -0
- package/src/icons/sunrise.ts +18 -0
- package/src/icons/sunset.ts +18 -0
- package/src/icons/superscript.ts +18 -0
- package/src/icons/swatch-book.ts +18 -0
- package/src/icons/swiss-franc.ts +18 -0
- package/src/icons/switch-camera.ts +18 -0
- package/src/icons/sword.ts +18 -0
- package/src/icons/swords.ts +18 -0
- package/src/icons/syringe.ts +18 -0
- package/src/icons/table-2.ts +18 -0
- package/src/icons/table-cells-merge.ts +18 -0
- package/src/icons/table-cells-split.ts +18 -0
- package/src/icons/table-columns-split.ts +18 -0
- package/src/icons/table-of-contents.ts +18 -0
- package/src/icons/table-properties.ts +18 -0
- package/src/icons/table-rows-split.ts +18 -0
- package/src/icons/table.ts +18 -0
- package/src/icons/tablet-smartphone.ts +18 -0
- package/src/icons/tablet.ts +18 -0
- package/src/icons/tablets.ts +18 -0
- package/src/icons/tag-plus.ts +18 -0
- package/src/icons/tag-x.ts +18 -0
- package/src/icons/tag.ts +18 -0
- package/src/icons/tags.ts +18 -0
- package/src/icons/tally-1.ts +18 -0
- package/src/icons/tally-2.ts +18 -0
- package/src/icons/tally-3.ts +18 -0
- package/src/icons/tally-4.ts +18 -0
- package/src/icons/tally-5.ts +18 -0
- package/src/icons/tangent.ts +18 -0
- package/src/icons/target.ts +18 -0
- package/src/icons/telescope.ts +18 -0
- package/src/icons/tent-tree.ts +18 -0
- package/src/icons/tent.ts +18 -0
- package/src/icons/terminal.ts +18 -0
- package/src/icons/test-tube-diagonal.ts +18 -0
- package/src/icons/test-tube.ts +18 -0
- package/src/icons/test-tubes.ts +18 -0
- package/src/icons/text-align-center.ts +18 -0
- package/src/icons/text-align-end.ts +18 -0
- package/src/icons/text-align-justify.ts +18 -0
- package/src/icons/text-align-start.ts +18 -0
- package/src/icons/text-cursor-input.ts +18 -0
- package/src/icons/text-cursor.ts +18 -0
- package/src/icons/text-initial.ts +18 -0
- package/src/icons/text-quote.ts +18 -0
- package/src/icons/text-search.ts +18 -0
- package/src/icons/text-wrap.ts +18 -0
- package/src/icons/theater.ts +18 -0
- package/src/icons/thermometer-snowflake.ts +18 -0
- package/src/icons/thermometer-sun.ts +18 -0
- package/src/icons/thermometer.ts +18 -0
- package/src/icons/thumbs-down.ts +18 -0
- package/src/icons/thumbs-up.ts +18 -0
- package/src/icons/ticket-check.ts +18 -0
- package/src/icons/ticket-minus.ts +18 -0
- package/src/icons/ticket-percent.ts +18 -0
- package/src/icons/ticket-plus.ts +18 -0
- package/src/icons/ticket-slash.ts +18 -0
- package/src/icons/ticket-x.ts +18 -0
- package/src/icons/ticket.ts +18 -0
- package/src/icons/tickets-plane.ts +18 -0
- package/src/icons/tickets.ts +18 -0
- package/src/icons/timeline.ts +18 -0
- package/src/icons/timer-off.ts +18 -0
- package/src/icons/timer-reset.ts +18 -0
- package/src/icons/timer.ts +18 -0
- package/src/icons/toggle-left.ts +18 -0
- package/src/icons/toggle-right.ts +18 -0
- package/src/icons/toilet.ts +18 -0
- package/src/icons/tool-case.ts +18 -0
- package/src/icons/toolbox.ts +18 -0
- package/src/icons/tornado.ts +18 -0
- package/src/icons/torus.ts +18 -0
- package/src/icons/touchpad-off.ts +18 -0
- package/src/icons/touchpad.ts +18 -0
- package/src/icons/towel-rack.ts +18 -0
- package/src/icons/tower-control.ts +18 -0
- package/src/icons/toy-brick.ts +18 -0
- package/src/icons/tractor.ts +18 -0
- package/src/icons/traffic-cone.ts +18 -0
- package/src/icons/train-front-tunnel.ts +18 -0
- package/src/icons/train-front.ts +18 -0
- package/src/icons/train-track.ts +18 -0
- package/src/icons/tram-front.ts +18 -0
- package/src/icons/transgender.ts +18 -0
- package/src/icons/trash-2.ts +18 -0
- package/src/icons/trash.ts +18 -0
- package/src/icons/tree-deciduous.ts +18 -0
- package/src/icons/tree-palm.ts +18 -0
- package/src/icons/tree-pine.ts +18 -0
- package/src/icons/trees.ts +18 -0
- package/src/icons/trending-down.ts +18 -0
- package/src/icons/trending-up-down.ts +18 -0
- package/src/icons/trending-up.ts +18 -0
- package/src/icons/triangle-alert.ts +18 -0
- package/src/icons/triangle-dashed.ts +18 -0
- package/src/icons/triangle-right.ts +18 -0
- package/src/icons/triangle.ts +18 -0
- package/src/icons/trophy.ts +18 -0
- package/src/icons/truck-electric.ts +18 -0
- package/src/icons/truck.ts +18 -0
- package/src/icons/turkish-lira.ts +18 -0
- package/src/icons/turntable.ts +18 -0
- package/src/icons/turtle.ts +18 -0
- package/src/icons/tv-minimal-play.ts +18 -0
- package/src/icons/tv-minimal.ts +18 -0
- package/src/icons/tv.ts +18 -0
- package/src/icons/type-outline.ts +18 -0
- package/src/icons/type.ts +18 -0
- package/src/icons/umbrella-off.ts +18 -0
- package/src/icons/umbrella.ts +18 -0
- package/src/icons/underline.ts +18 -0
- package/src/icons/undo-2.ts +18 -0
- package/src/icons/undo-dot.ts +18 -0
- package/src/icons/undo.ts +18 -0
- package/src/icons/unfold-horizontal.ts +18 -0
- package/src/icons/unfold-vertical.ts +18 -0
- package/src/icons/ungroup.ts +18 -0
- package/src/icons/university.ts +18 -0
- package/src/icons/unlink-2.ts +18 -0
- package/src/icons/unlink.ts +18 -0
- package/src/icons/unplug.ts +18 -0
- package/src/icons/upload.ts +18 -0
- package/src/icons/usb.ts +18 -0
- package/src/icons/user-check.ts +18 -0
- package/src/icons/user-cog.ts +18 -0
- package/src/icons/user-key.ts +18 -0
- package/src/icons/user-lock.ts +18 -0
- package/src/icons/user-minus.ts +18 -0
- package/src/icons/user-pen.ts +18 -0
- package/src/icons/user-plus.ts +18 -0
- package/src/icons/user-round-arrow-left.ts +18 -0
- package/src/icons/user-round-check.ts +18 -0
- package/src/icons/user-round-cog.ts +18 -0
- package/src/icons/user-round-key.ts +18 -0
- package/src/icons/user-round-minus.ts +18 -0
- package/src/icons/user-round-pen.ts +18 -0
- package/src/icons/user-round-plus.ts +18 -0
- package/src/icons/user-round-search.ts +18 -0
- package/src/icons/user-round-x.ts +18 -0
- package/src/icons/user-round.ts +18 -0
- package/src/icons/user-search.ts +18 -0
- package/src/icons/user-star.ts +18 -0
- package/src/icons/user-x.ts +18 -0
- package/src/icons/user.ts +18 -0
- package/src/icons/users-round.ts +18 -0
- package/src/icons/users.ts +18 -0
- package/src/icons/utensils-crossed.ts +18 -0
- package/src/icons/utensils.ts +18 -0
- package/src/icons/utility-pole.ts +18 -0
- package/src/icons/van.ts +18 -0
- package/src/icons/variable.ts +18 -0
- package/src/icons/vault.ts +18 -0
- package/src/icons/vector-square.ts +18 -0
- package/src/icons/vegan.ts +18 -0
- package/src/icons/venetian-mask.ts +18 -0
- package/src/icons/venus-and-mars.ts +18 -0
- package/src/icons/venus.ts +18 -0
- package/src/icons/vibrate-off.ts +18 -0
- package/src/icons/vibrate.ts +18 -0
- package/src/icons/video-off.ts +18 -0
- package/src/icons/video.ts +18 -0
- package/src/icons/videotape.ts +18 -0
- package/src/icons/view.ts +18 -0
- package/src/icons/voicemail.ts +18 -0
- package/src/icons/volleyball.ts +18 -0
- package/src/icons/volume-1.ts +18 -0
- package/src/icons/volume-2.ts +18 -0
- package/src/icons/volume-off.ts +18 -0
- package/src/icons/volume-x.ts +18 -0
- package/src/icons/volume.ts +18 -0
- package/src/icons/vote.ts +18 -0
- package/src/icons/wallet-cards.ts +18 -0
- package/src/icons/wallet-minimal.ts +18 -0
- package/src/icons/wallet.ts +18 -0
- package/src/icons/wallpaper.ts +18 -0
- package/src/icons/wand-sparkles.ts +18 -0
- package/src/icons/wand.ts +18 -0
- package/src/icons/warehouse.ts +18 -0
- package/src/icons/washing-machine.ts +18 -0
- package/src/icons/watch.ts +18 -0
- package/src/icons/waves-arrow-down.ts +18 -0
- package/src/icons/waves-arrow-up.ts +18 -0
- package/src/icons/waves-horizontal.ts +18 -0
- package/src/icons/waves-ladder.ts +18 -0
- package/src/icons/waves-vertical.ts +18 -0
- package/src/icons/waypoints.ts +18 -0
- package/src/icons/webcam-off.ts +18 -0
- package/src/icons/webcam.ts +18 -0
- package/src/icons/webhook-off.ts +18 -0
- package/src/icons/webhook.ts +18 -0
- package/src/icons/weight-tilde.ts +18 -0
- package/src/icons/weight.ts +18 -0
- package/src/icons/wheat-off.ts +18 -0
- package/src/icons/wheat.ts +18 -0
- package/src/icons/whole-word.ts +18 -0
- package/src/icons/wifi-cog.ts +18 -0
- package/src/icons/wifi-high.ts +18 -0
- package/src/icons/wifi-low.ts +18 -0
- package/src/icons/wifi-off.ts +18 -0
- package/src/icons/wifi-pen.ts +18 -0
- package/src/icons/wifi-sync.ts +18 -0
- package/src/icons/wifi-zero.ts +18 -0
- package/src/icons/wifi.ts +18 -0
- package/src/icons/wind-arrow-down.ts +18 -0
- package/src/icons/wind.ts +18 -0
- package/src/icons/wine-off.ts +18 -0
- package/src/icons/wine.ts +18 -0
- package/src/icons/workflow.ts +18 -0
- package/src/icons/worm.ts +18 -0
- package/src/icons/wrench-off.ts +18 -0
- package/src/icons/wrench.ts +18 -0
- package/src/icons/x-line-top.ts +18 -0
- package/src/icons/x.ts +18 -0
- package/src/icons/zap-off.ts +18 -0
- package/src/icons/zap.ts +18 -0
- package/src/icons/zodiac-aquarius.ts +18 -0
- package/src/icons/zodiac-aries.ts +18 -0
- package/src/icons/zodiac-cancer.ts +18 -0
- package/src/icons/zodiac-capricorn.ts +18 -0
- package/src/icons/zodiac-gemini.ts +18 -0
- package/src/icons/zodiac-leo.ts +18 -0
- package/src/icons/zodiac-libra.ts +18 -0
- package/src/icons/zodiac-ophiuchus.ts +18 -0
- package/src/icons/zodiac-pisces.ts +18 -0
- package/src/icons/zodiac-sagittarius.ts +18 -0
- package/src/icons/zodiac-scorpio.ts +18 -0
- package/src/icons/zodiac-taurus.ts +18 -0
- package/src/icons/zodiac-virgo.ts +18 -0
- package/src/icons/zoom-in.ts +18 -0
- package/src/icons/zoom-out.ts +18 -0
- package/src/types.ts +77 -0
- package/src/utils/hasA11yProp.ts +15 -0
- package/src/utils/mergeClasses.ts +17 -0
- package/src/utils/toKebabCase.ts +8 -0
- package/src/ycloud-astro.ts +8 -0
|
@@ -0,0 +1,4467 @@
|
|
|
1
|
+
// AArrowUp aliases
|
|
2
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
|
+
// AArrowDown aliases
|
|
4
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
+
// AlarmClockOff aliases
|
|
18
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyCenter aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
+
// AlignVerticalJustifyCenter aliases
|
|
56
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeEnd aliases
|
|
58
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalSpaceAround aliases
|
|
62
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
|
+
// AlignVerticalDistributeStart aliases
|
|
64
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
+
// AlignVerticalJustifyStart aliases
|
|
66
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
|
+
// Ampersand aliases
|
|
68
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
|
+
// Ampersands aliases
|
|
70
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ambulance aliases
|
|
72
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
|
+
// Amphora aliases
|
|
74
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Anchor aliases
|
|
76
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Anvil aliases
|
|
82
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
+
// Apple aliases
|
|
90
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
+
// ArchiveRestore aliases
|
|
92
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
+
// Armchair aliases
|
|
100
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArrowBigDown aliases
|
|
102
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigLeftDash aliases
|
|
104
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
+
// ArrowBigLeft aliases
|
|
106
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
+
// AlignVerticalSpaceBetween aliases
|
|
108
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
109
|
+
// ArrowBigRight aliases
|
|
110
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
+
// ArrowBigRightDash aliases
|
|
112
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
|
+
// ArrowDownFromLine aliases
|
|
114
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownLeft aliases
|
|
118
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
+
// ArrowDownRight aliases
|
|
120
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
121
|
+
// ArrowDownToDot aliases
|
|
122
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
|
+
// ArrowDownToLine aliases
|
|
124
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
|
+
// ArrowBigUpDash aliases
|
|
126
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
127
|
+
// ArrowDownUp aliases
|
|
128
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
|
+
// ArrowDown aliases
|
|
130
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowLeftFromLine aliases
|
|
132
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowBigDownDash aliases
|
|
134
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
135
|
+
// ArrowRightFromLine aliases
|
|
136
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
137
|
+
// ArrowLeft aliases
|
|
138
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
|
+
// ArrowRightToLine aliases
|
|
142
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowUpLeft aliases
|
|
146
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
147
|
+
// ArrowUpDown aliases
|
|
148
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
+
// ArrowRight aliases
|
|
150
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
|
+
// ArrowUpFromLine aliases
|
|
152
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
|
+
// ArrowUpFromDot aliases
|
|
154
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
|
+
// ArrowUp aliases
|
|
156
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
157
|
+
// ArrowUpWideNarrow aliases
|
|
158
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
+
// Astroid aliases
|
|
164
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
165
|
+
// AudioWaveform aliases
|
|
166
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// AudioLines aliases
|
|
170
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// Award aliases
|
|
174
|
+
export { default as AwardIcon } from '../icons/award';
|
|
175
|
+
// AtSign aliases
|
|
176
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
|
+
// Axe aliases
|
|
178
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
+
// Backpack aliases
|
|
180
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
|
+
// BadgeAlert aliases
|
|
182
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
183
|
+
// Baby aliases
|
|
184
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
+
// BadgeCent aliases
|
|
186
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeIndianRupee aliases
|
|
188
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
189
|
+
// BadgeDollarSign aliases
|
|
190
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
|
+
// BadgeInfo aliases
|
|
192
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
193
|
+
// BadgeJapaneseYen aliases
|
|
194
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
195
|
+
// BadgeEuro aliases
|
|
196
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
|
+
// BadgePercent aliases
|
|
198
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
199
|
+
// BadgeMinus aliases
|
|
200
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
+
// BadgePlus aliases
|
|
202
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePoundSterling aliases
|
|
204
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgeTurkishLira aliases
|
|
206
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
207
|
+
// BadgeSwissFranc aliases
|
|
208
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
+
// BadgeX aliases
|
|
210
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
|
+
// Badge aliases
|
|
212
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
213
|
+
// Balloon aliases
|
|
214
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
215
|
+
// Ban aliases
|
|
216
|
+
export { default as BanIcon } from '../icons/ban';
|
|
217
|
+
// BadgeRussianRuble aliases
|
|
218
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
|
+
// BaggageClaim aliases
|
|
220
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
+
// Banana aliases
|
|
222
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// BanknoteArrowDown aliases
|
|
224
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
|
+
// BanknoteArrowUp aliases
|
|
226
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
|
+
// BanknoteCheck aliases
|
|
228
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
229
|
+
// BanknoteX aliases
|
|
230
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
|
+
// Banknote aliases
|
|
232
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
+
// Bandage aliases
|
|
234
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
235
|
+
// Barcode aliases
|
|
236
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
+
// Barrel aliases
|
|
238
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
|
+
// Bath aliases
|
|
240
|
+
export { default as BathIcon } from '../icons/bath';
|
|
241
|
+
// BatteryCharging aliases
|
|
242
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
|
+
// Baseline aliases
|
|
244
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
+
// ArrowLeftToLine aliases
|
|
246
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
+
// BatteryPlus aliases
|
|
252
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
+
// ArrowsUpFromLine aliases
|
|
254
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
255
|
+
// BatteryLow aliases
|
|
256
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
+
// Beaker aliases
|
|
260
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
|
+
// Bean aliases
|
|
264
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
+
// Battery aliases
|
|
266
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// BeefOff aliases
|
|
270
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
271
|
+
// BedDouble aliases
|
|
272
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
|
+
// BeerOff aliases
|
|
274
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
275
|
+
// Beef aliases
|
|
276
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
277
|
+
// Bed aliases
|
|
278
|
+
export { default as BedIcon } from '../icons/bed';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
+
// BellCheck aliases
|
|
282
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
283
|
+
// BellOff aliases
|
|
284
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
+
// BellMinus aliases
|
|
286
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
+
// BellPlus aliases
|
|
288
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
+
// BellDot aliases
|
|
290
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
291
|
+
// BellElectric aliases
|
|
292
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
+
// BellRing aliases
|
|
296
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
|
+
// Bell aliases
|
|
298
|
+
export { default as BellIcon } from '../icons/bell';
|
|
299
|
+
// BetweenVerticalEnd aliases
|
|
300
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
|
+
// Bike aliases
|
|
302
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
+
// Biohazard aliases
|
|
306
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
+
// Binoculars aliases
|
|
308
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
|
+
// Bitcoin aliases
|
|
310
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
+
// Binary aliases
|
|
312
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
313
|
+
// Blender aliases
|
|
314
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
315
|
+
// Bird aliases
|
|
316
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
317
|
+
// Blend aliases
|
|
318
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
319
|
+
// Blocks aliases
|
|
320
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
|
+
// BluetoothConnected aliases
|
|
322
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
323
|
+
// Blinds aliases
|
|
324
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
+
// BluetoothSearching aliases
|
|
326
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
327
|
+
// BluetoothOff aliases
|
|
328
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
+
// Bluetooth aliases
|
|
332
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
333
|
+
// Bold aliases
|
|
334
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
335
|
+
// Bomb aliases
|
|
336
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
337
|
+
// BookAlert aliases
|
|
338
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
|
+
// Bone aliases
|
|
340
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
341
|
+
// BookCheck aliases
|
|
342
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
|
+
// BookAudio aliases
|
|
344
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
345
|
+
// BookCopy aliases
|
|
346
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
347
|
+
// BookA aliases
|
|
348
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
349
|
+
// BookDown aliases
|
|
350
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
351
|
+
// BookHeadphones aliases
|
|
352
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
353
|
+
// BookKey aliases
|
|
354
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
|
+
// BookHeart aliases
|
|
356
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
357
|
+
// BookLock aliases
|
|
358
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
|
+
// BookImage aliases
|
|
360
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
361
|
+
// BookOpenCheck aliases
|
|
362
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
|
+
// BookMinus aliases
|
|
364
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
365
|
+
// BookMarked aliases
|
|
366
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
|
+
// BookOpenText aliases
|
|
368
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
369
|
+
// BookPlus aliases
|
|
370
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
|
+
// BookUp2 aliases
|
|
374
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
|
+
// BookType aliases
|
|
376
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
377
|
+
// BookSearch aliases
|
|
378
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
|
+
// BookUp aliases
|
|
380
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
381
|
+
// BookmarkCheck aliases
|
|
382
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
+
// BookOpen aliases
|
|
384
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
385
|
+
// BookUser aliases
|
|
386
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
387
|
+
// BookX aliases
|
|
388
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
389
|
+
// BookmarkMinus aliases
|
|
390
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
|
+
// Book aliases
|
|
392
|
+
export { default as BookIcon } from '../icons/book';
|
|
393
|
+
// BookmarkPlus aliases
|
|
394
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
395
|
+
// BookmarkX aliases
|
|
396
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
397
|
+
// BookmarkOff aliases
|
|
398
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
+
// BotOff aliases
|
|
400
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
|
+
// Bookmark aliases
|
|
402
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
403
|
+
// BotMessageSquare aliases
|
|
404
|
+
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
405
|
+
// BottleWine aliases
|
|
406
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
407
|
+
// Boxes aliases
|
|
408
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
|
+
// BoomBox aliases
|
|
410
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
411
|
+
// Bot aliases
|
|
412
|
+
export { default as BotIcon } from '../icons/bot';
|
|
413
|
+
// Box aliases
|
|
414
|
+
export { default as BoxIcon } from '../icons/box';
|
|
415
|
+
// Brain aliases
|
|
416
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
417
|
+
// BowArrow aliases
|
|
418
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
+
// Brackets aliases
|
|
420
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
421
|
+
// BrainCog aliases
|
|
422
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
423
|
+
// BriefcaseBusiness aliases
|
|
424
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
425
|
+
// BrickWallFire aliases
|
|
426
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
427
|
+
// BrickWall aliases
|
|
428
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
429
|
+
// BrainCircuit aliases
|
|
430
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
431
|
+
// BrickWallShield aliases
|
|
432
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
|
+
// BringToFront aliases
|
|
434
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
|
+
// BriefcaseConveyorBelt aliases
|
|
436
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
437
|
+
// Briefcase aliases
|
|
438
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
439
|
+
// Broccoli aliases
|
|
440
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
441
|
+
// BrushCleaning aliases
|
|
442
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
443
|
+
// BriefcaseMedical aliases
|
|
444
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
445
|
+
// Bubbles aliases
|
|
446
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
447
|
+
// Brush aliases
|
|
448
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
449
|
+
// Bug aliases
|
|
450
|
+
export { default as BugIcon } from '../icons/bug';
|
|
451
|
+
// Building2 aliases
|
|
452
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
453
|
+
// BugPlay aliases
|
|
454
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
455
|
+
// BugOff aliases
|
|
456
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
|
+
// Building aliases
|
|
458
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
459
|
+
// Bus aliases
|
|
460
|
+
export { default as BusIcon } from '../icons/bus';
|
|
461
|
+
// Cable aliases
|
|
462
|
+
export { default as CableIcon } from '../icons/cable';
|
|
463
|
+
// CableCar aliases
|
|
464
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
465
|
+
// BusFront aliases
|
|
466
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
467
|
+
// Calculator aliases
|
|
468
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
469
|
+
// CalendarArrowUp aliases
|
|
470
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
471
|
+
// Calendar1 aliases
|
|
472
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
473
|
+
// CakeSlice aliases
|
|
474
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
|
+
// Cake aliases
|
|
476
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
477
|
+
// CalendarCheck2 aliases
|
|
478
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
479
|
+
// CalendarArrowDown aliases
|
|
480
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
481
|
+
// CalendarCog aliases
|
|
482
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
483
|
+
// CalendarClock aliases
|
|
484
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
485
|
+
// CalendarCheck aliases
|
|
486
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
487
|
+
// CalendarHeart aliases
|
|
488
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
489
|
+
// CalendarFold aliases
|
|
490
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
491
|
+
// CalendarMinus2 aliases
|
|
492
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
493
|
+
// CalendarDays aliases
|
|
494
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
495
|
+
// CalendarMinus aliases
|
|
496
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
497
|
+
// CalendarRange aliases
|
|
498
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
499
|
+
// Birdhouse aliases
|
|
500
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
501
|
+
// CalendarOff aliases
|
|
502
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
503
|
+
// CalendarPlus aliases
|
|
504
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
505
|
+
// CalendarSync aliases
|
|
506
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
507
|
+
// Calendar aliases
|
|
508
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
509
|
+
// BoneFracture aliases
|
|
510
|
+
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
511
|
+
// CalendarX2 aliases
|
|
512
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
513
|
+
// Calendars aliases
|
|
514
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
515
|
+
// CandyCane aliases
|
|
516
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
517
|
+
// CameraOff aliases
|
|
518
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
519
|
+
// Camera aliases
|
|
520
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
521
|
+
// CalendarX aliases
|
|
522
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
|
+
// CandyOff aliases
|
|
524
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
525
|
+
// Cannabis aliases
|
|
526
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
527
|
+
// CarFront aliases
|
|
528
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
529
|
+
// CannabisOff aliases
|
|
530
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
531
|
+
// Candy aliases
|
|
532
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
533
|
+
// CarTaxiFront aliases
|
|
534
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
535
|
+
// CardSim aliases
|
|
536
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
537
|
+
// Carrot aliases
|
|
538
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
539
|
+
// Car aliases
|
|
540
|
+
export { default as CarIcon } from '../icons/car';
|
|
541
|
+
// CaptionsOff aliases
|
|
542
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
543
|
+
// Caravan aliases
|
|
544
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
|
+
// CassetteTape aliases
|
|
546
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
547
|
+
// CaseUpper aliases
|
|
548
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
549
|
+
// CaseSensitive aliases
|
|
550
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
551
|
+
// Cat aliases
|
|
552
|
+
export { default as CatIcon } from '../icons/cat';
|
|
553
|
+
// Cast aliases
|
|
554
|
+
export { default as CastIcon } from '../icons/cast';
|
|
555
|
+
// CctvOff aliases
|
|
556
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
557
|
+
// Cctv aliases
|
|
558
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
559
|
+
// Castle aliases
|
|
560
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
561
|
+
// ArrowDownNarrowWide aliases
|
|
562
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
563
|
+
// ChartBarDecreasing aliases
|
|
564
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
565
|
+
// ChartColumnDecreasing aliases
|
|
566
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
567
|
+
// ChartBarStacked aliases
|
|
568
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
569
|
+
// ChartNetwork aliases
|
|
570
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
571
|
+
// ChartBarIncreasing aliases
|
|
572
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
+
// ChartGantt aliases
|
|
574
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
575
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
576
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
577
|
+
// ChartSpline aliases
|
|
578
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
579
|
+
// CheckLine aliases
|
|
580
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
581
|
+
// ChartColumnStacked aliases
|
|
582
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
583
|
+
// Check aliases
|
|
584
|
+
export { default as CheckIcon } from '../icons/check';
|
|
585
|
+
// ChefHat aliases
|
|
586
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
587
|
+
// CheckCheck aliases
|
|
588
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
589
|
+
// ChessKing aliases
|
|
590
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
591
|
+
// Cherry aliases
|
|
592
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
593
|
+
// ChessKnight aliases
|
|
594
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
595
|
+
// ChessBishop aliases
|
|
596
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
597
|
+
// ChessPawn aliases
|
|
598
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
599
|
+
// ChessRook aliases
|
|
600
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
601
|
+
// ChessQueen aliases
|
|
602
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
603
|
+
// ChevronDown aliases
|
|
604
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
605
|
+
// ChevronLast aliases
|
|
606
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
607
|
+
// ChevronLeft aliases
|
|
608
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
609
|
+
// ChevronFirst aliases
|
|
610
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
611
|
+
// ChevronRight aliases
|
|
612
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
613
|
+
// ChevronUp aliases
|
|
614
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
615
|
+
// ChevronsDown aliases
|
|
616
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
617
|
+
// ChevronsDownUp aliases
|
|
618
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
619
|
+
// ChevronsRightLeft aliases
|
|
620
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
621
|
+
// ChevronsLeftRightEllipsis aliases
|
|
622
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
623
|
+
// ChevronsLeft aliases
|
|
624
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
625
|
+
// ChevronsRight aliases
|
|
626
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
627
|
+
// Church aliases
|
|
628
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
629
|
+
// ChevronsLeftRight aliases
|
|
630
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
631
|
+
// CigaretteOff aliases
|
|
632
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
633
|
+
// ChevronsUp aliases
|
|
634
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
635
|
+
// ChevronsUpDown aliases
|
|
636
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
637
|
+
// Cigarette aliases
|
|
638
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
639
|
+
// CircleDot aliases
|
|
640
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
641
|
+
// CircleDotDashed aliases
|
|
642
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
643
|
+
// CircleDollarSign aliases
|
|
644
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
645
|
+
// CircleFadingArrowUp aliases
|
|
646
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
647
|
+
// CircleEllipsis aliases
|
|
648
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
649
|
+
// CircleDashed aliases
|
|
650
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
651
|
+
// CircleEqual aliases
|
|
652
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
653
|
+
// CirclePile aliases
|
|
654
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
655
|
+
// CircleFadingPlus aliases
|
|
656
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
657
|
+
// CircleSlash aliases
|
|
658
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
659
|
+
// CircleStar aliases
|
|
660
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
661
|
+
// CircleSmall aliases
|
|
662
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
663
|
+
// CirclePoundSterling aliases
|
|
664
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
665
|
+
// Circle aliases
|
|
666
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
667
|
+
// CircleOff aliases
|
|
668
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
669
|
+
// CircuitBoard aliases
|
|
670
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
671
|
+
// ClipboardCheck aliases
|
|
672
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
673
|
+
// ClipboardClock aliases
|
|
674
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
675
|
+
// Clapperboard aliases
|
|
676
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
677
|
+
// ClipboardCopy aliases
|
|
678
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
679
|
+
// ClipboardList aliases
|
|
680
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
681
|
+
// Citrus aliases
|
|
682
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
683
|
+
// ClipboardMinus aliases
|
|
684
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
685
|
+
// ClipboardX aliases
|
|
686
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
687
|
+
// ClipboardType aliases
|
|
688
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
689
|
+
// Clipboard aliases
|
|
690
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
691
|
+
// ClipboardPaste aliases
|
|
692
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
693
|
+
// Clock1 aliases
|
|
694
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
695
|
+
// ClipboardPlus aliases
|
|
696
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
697
|
+
// Clock2 aliases
|
|
698
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
699
|
+
// Clock11 aliases
|
|
700
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
701
|
+
// Clock10 aliases
|
|
702
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
703
|
+
// Clock3 aliases
|
|
704
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
705
|
+
// Clock12 aliases
|
|
706
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
707
|
+
// Clock5 aliases
|
|
708
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
709
|
+
// Clock6 aliases
|
|
710
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
711
|
+
// Clock9 aliases
|
|
712
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
713
|
+
// Clock4 aliases
|
|
714
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
715
|
+
// ClockAlert aliases
|
|
716
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
717
|
+
// ClockArrowDown aliases
|
|
718
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
719
|
+
// Clock8 aliases
|
|
720
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
721
|
+
// ClockArrowRight aliases
|
|
722
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
723
|
+
// ClockArrowUp aliases
|
|
724
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
725
|
+
// ClockArrowLeft aliases
|
|
726
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
727
|
+
// Clock7 aliases
|
|
728
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
729
|
+
// CaseLower aliases
|
|
730
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
731
|
+
// ClockPlus aliases
|
|
732
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
733
|
+
// ClosedCaption aliases
|
|
734
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
735
|
+
// Clock aliases
|
|
736
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
737
|
+
// ClockFading aliases
|
|
738
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
739
|
+
// CloudCheck aliases
|
|
740
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
741
|
+
// CloudFog aliases
|
|
742
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
743
|
+
// CloudBackup aliases
|
|
744
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
745
|
+
// CloudCog aliases
|
|
746
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
747
|
+
// CloudHail aliases
|
|
748
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
749
|
+
// CloudDrizzle aliases
|
|
750
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
751
|
+
// CloudAlert aliases
|
|
752
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
753
|
+
// CloudMoonRain aliases
|
|
754
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
755
|
+
// CloudOff aliases
|
|
756
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
757
|
+
// CloudLightning aliases
|
|
758
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
759
|
+
// CloudRainWind aliases
|
|
760
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
761
|
+
// CloudSnow aliases
|
|
762
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
763
|
+
// CloudRain aliases
|
|
764
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
765
|
+
// CloudSun aliases
|
|
766
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
767
|
+
// CloudMoon aliases
|
|
768
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
769
|
+
// CloudSync aliases
|
|
770
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
771
|
+
// CalendarSearch aliases
|
|
772
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
773
|
+
// Clover aliases
|
|
774
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
775
|
+
// CloudSunRain aliases
|
|
776
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
777
|
+
// Club aliases
|
|
778
|
+
export { default as ClubIcon } from '../icons/club';
|
|
779
|
+
// Code aliases
|
|
780
|
+
export { default as CodeIcon } from '../icons/code';
|
|
781
|
+
// Cloudy aliases
|
|
782
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
783
|
+
// Cog aliases
|
|
784
|
+
export { default as CogIcon } from '../icons/cog';
|
|
785
|
+
// ChartNoAxesCombined aliases
|
|
786
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
787
|
+
// Columns4 aliases
|
|
788
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
789
|
+
// Coins aliases
|
|
790
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
791
|
+
// Compass aliases
|
|
792
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
793
|
+
// Component aliases
|
|
794
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
795
|
+
// Combine aliases
|
|
796
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
797
|
+
// ConciergeBell aliases
|
|
798
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
799
|
+
// Computer aliases
|
|
800
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
801
|
+
// Construction aliases
|
|
802
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
803
|
+
// Cone aliases
|
|
804
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
805
|
+
// Contact aliases
|
|
806
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
807
|
+
// Cookie aliases
|
|
808
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
809
|
+
// CopyCheck aliases
|
|
810
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
|
+
// Contrast aliases
|
|
812
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
813
|
+
// CookingPot aliases
|
|
814
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
815
|
+
// CopyPlus aliases
|
|
816
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
817
|
+
// Container aliases
|
|
818
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
819
|
+
// CopyMinus aliases
|
|
820
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
821
|
+
// Copy aliases
|
|
822
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
823
|
+
// CopySlash aliases
|
|
824
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
825
|
+
// CopyX aliases
|
|
826
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
827
|
+
// Copyleft aliases
|
|
828
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
829
|
+
// CornerDownRight aliases
|
|
830
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
|
+
// CornerLeftDown aliases
|
|
832
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
833
|
+
// CornerDownLeft aliases
|
|
834
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
835
|
+
// CornerLeftUp aliases
|
|
836
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
837
|
+
// CornerRightDown aliases
|
|
838
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
839
|
+
// CornerUpLeft aliases
|
|
840
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
841
|
+
// CornerUpRight aliases
|
|
842
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
843
|
+
// Cpu aliases
|
|
844
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
845
|
+
// CreativeCommons aliases
|
|
846
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
847
|
+
// CornerRightUp aliases
|
|
848
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
849
|
+
// CreditCard aliases
|
|
850
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
851
|
+
// Crop aliases
|
|
852
|
+
export { default as CropIcon } from '../icons/crop';
|
|
853
|
+
// Cross aliases
|
|
854
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
855
|
+
// Croissant aliases
|
|
856
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
857
|
+
// Crosshair aliases
|
|
858
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
|
+
// Cuboid aliases
|
|
860
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
861
|
+
// CupSoda aliases
|
|
862
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
863
|
+
// Crown aliases
|
|
864
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
865
|
+
// Currency aliases
|
|
866
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
867
|
+
// Command aliases
|
|
868
|
+
export { default as CommandIcon } from '../icons/command';
|
|
869
|
+
// CalendarPlus2 aliases
|
|
870
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
871
|
+
// DatabaseArrowDown aliases
|
|
872
|
+
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
873
|
+
// Dam aliases
|
|
874
|
+
export { default as DamIcon } from '../icons/dam';
|
|
875
|
+
// DatabaseArrowUp aliases
|
|
876
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
877
|
+
// DatabaseMinus aliases
|
|
878
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
879
|
+
// DatabaseCheck aliases
|
|
880
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
881
|
+
// DatabaseBackup aliases
|
|
882
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
883
|
+
// DatabasePlus aliases
|
|
884
|
+
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
885
|
+
// DatabaseX aliases
|
|
886
|
+
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
887
|
+
// DatabaseZap aliases
|
|
888
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
889
|
+
// DatabaseSearch aliases
|
|
890
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
891
|
+
// Database aliases
|
|
892
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
893
|
+
// DecimalsArrowRight aliases
|
|
894
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
895
|
+
// Delete aliases
|
|
896
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
897
|
+
// DecimalsArrowLeft aliases
|
|
898
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
899
|
+
// Dessert aliases
|
|
900
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
901
|
+
// DiamondMinus aliases
|
|
902
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
903
|
+
// DiamondPlus aliases
|
|
904
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
905
|
+
// Diameter aliases
|
|
906
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
907
|
+
// Diamond aliases
|
|
908
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
909
|
+
// Dice2 aliases
|
|
910
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
911
|
+
// Dice1 aliases
|
|
912
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
913
|
+
// Dice3 aliases
|
|
914
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
915
|
+
// Dice4 aliases
|
|
916
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
917
|
+
// Dice6 aliases
|
|
918
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
919
|
+
// Dices aliases
|
|
920
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
921
|
+
// Diff aliases
|
|
922
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
923
|
+
// Disc2 aliases
|
|
924
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
925
|
+
// Disc3 aliases
|
|
926
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
927
|
+
// DiscAlbum aliases
|
|
928
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
929
|
+
// Disc aliases
|
|
930
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
931
|
+
// Divide aliases
|
|
932
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
933
|
+
// DnaOff aliases
|
|
934
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
935
|
+
// Dna aliases
|
|
936
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
937
|
+
// Dock aliases
|
|
938
|
+
export { default as DockIcon } from '../icons/dock';
|
|
939
|
+
// Dog aliases
|
|
940
|
+
export { default as DogIcon } from '../icons/dog';
|
|
941
|
+
// DollarSign aliases
|
|
942
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
943
|
+
// Dice5 aliases
|
|
944
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
945
|
+
// ClockCheck aliases
|
|
946
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
947
|
+
// Donut aliases
|
|
948
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
949
|
+
// DoorClosed aliases
|
|
950
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
951
|
+
// Dot aliases
|
|
952
|
+
export { default as DotIcon } from '../icons/dot';
|
|
953
|
+
// Download aliases
|
|
954
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
955
|
+
// DoorClosedLocked aliases
|
|
956
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
957
|
+
// DraftingCompass aliases
|
|
958
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
959
|
+
// Drill aliases
|
|
960
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
961
|
+
// Drone aliases
|
|
962
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
963
|
+
// DropletOff aliases
|
|
964
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
965
|
+
// Drama aliases
|
|
966
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
967
|
+
// Droplet aliases
|
|
968
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
969
|
+
// Drum aliases
|
|
970
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
971
|
+
// Drumstick aliases
|
|
972
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
973
|
+
// Droplets aliases
|
|
974
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
975
|
+
// DoorOpen aliases
|
|
976
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
977
|
+
// Ear aliases
|
|
978
|
+
export { default as EarIcon } from '../icons/ear';
|
|
979
|
+
// Dumbbell aliases
|
|
980
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
981
|
+
// Eclipse aliases
|
|
982
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
983
|
+
// EarOff aliases
|
|
984
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
985
|
+
// Egg aliases
|
|
986
|
+
export { default as EggIcon } from '../icons/egg';
|
|
987
|
+
// EggFried aliases
|
|
988
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
989
|
+
// EarthLock aliases
|
|
990
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
991
|
+
// EggOff aliases
|
|
992
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
993
|
+
// Ellipse aliases
|
|
994
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
995
|
+
// Eraser aliases
|
|
996
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
997
|
+
// Equal aliases
|
|
998
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
999
|
+
// EqualApproximately aliases
|
|
1000
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1001
|
+
// Euro aliases
|
|
1002
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
1003
|
+
// EthernetPort aliases
|
|
1004
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1005
|
+
// Expand aliases
|
|
1006
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
1007
|
+
// ExternalLink aliases
|
|
1008
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1009
|
+
// EyeDashed aliases
|
|
1010
|
+
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1011
|
+
// EyeClosed aliases
|
|
1012
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1013
|
+
// EvCharger aliases
|
|
1014
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1015
|
+
// Eye aliases
|
|
1016
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1017
|
+
// EyeOff aliases
|
|
1018
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1019
|
+
// FastForward aliases
|
|
1020
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1021
|
+
// Fan aliases
|
|
1022
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1023
|
+
// Factory aliases
|
|
1024
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1025
|
+
// Feather aliases
|
|
1026
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1027
|
+
// Fence aliases
|
|
1028
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1029
|
+
// FileBox aliases
|
|
1030
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1031
|
+
// FileArchive aliases
|
|
1032
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1033
|
+
// EqualNot aliases
|
|
1034
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1035
|
+
// FileCheck aliases
|
|
1036
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1037
|
+
// FerrisWheel aliases
|
|
1038
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1039
|
+
// FileCode aliases
|
|
1040
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1041
|
+
// FileClock aliases
|
|
1042
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1043
|
+
// FileDigit aliases
|
|
1044
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1045
|
+
// FileHeart aliases
|
|
1046
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1047
|
+
// FileImage aliases
|
|
1048
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1049
|
+
// FileDown aliases
|
|
1050
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1051
|
+
// FileDiff aliases
|
|
1052
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1053
|
+
// FileInput aliases
|
|
1054
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1055
|
+
// FileMinus aliases
|
|
1056
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1057
|
+
// FilePlus aliases
|
|
1058
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1059
|
+
// FileOutput aliases
|
|
1060
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1061
|
+
// FileSearch aliases
|
|
1062
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1063
|
+
// FileScan aliases
|
|
1064
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1065
|
+
// FileSpreadsheet aliases
|
|
1066
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1067
|
+
// FileSliders aliases
|
|
1068
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1069
|
+
// FileSymlink aliases
|
|
1070
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1071
|
+
// FileTerminal aliases
|
|
1072
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1073
|
+
// Cloud aliases
|
|
1074
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
1075
|
+
// FileStack aliases
|
|
1076
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1077
|
+
// FileUp aliases
|
|
1078
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1079
|
+
// FileText aliases
|
|
1080
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1081
|
+
// FileUser aliases
|
|
1082
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1083
|
+
// FileType aliases
|
|
1084
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1085
|
+
// FileVolume aliases
|
|
1086
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1087
|
+
// File aliases
|
|
1088
|
+
export { default as FileIcon } from '../icons/file';
|
|
1089
|
+
// Files aliases
|
|
1090
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1091
|
+
// FileX aliases
|
|
1092
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1093
|
+
// Film aliases
|
|
1094
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1095
|
+
// FishOff aliases
|
|
1096
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1097
|
+
// FishSymbol aliases
|
|
1098
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1099
|
+
// Fish aliases
|
|
1100
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1101
|
+
// FireExtinguisher aliases
|
|
1102
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1103
|
+
// FishingHook aliases
|
|
1104
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1105
|
+
// FlagOff aliases
|
|
1106
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1107
|
+
// FlagTriangleLeft aliases
|
|
1108
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1109
|
+
// FishingRod aliases
|
|
1110
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1111
|
+
// FlagTriangleRight aliases
|
|
1112
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1113
|
+
// FlameKindling aliases
|
|
1114
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1115
|
+
// Flame aliases
|
|
1116
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1117
|
+
// Flag aliases
|
|
1118
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1119
|
+
// FlashlightOff aliases
|
|
1120
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1121
|
+
// Flashlight aliases
|
|
1122
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1123
|
+
// FlaskConicalOff aliases
|
|
1124
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1125
|
+
// FlaskConical aliases
|
|
1126
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1127
|
+
// Copyright aliases
|
|
1128
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
1129
|
+
// FlaskRound aliases
|
|
1130
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1131
|
+
// FlipHorizontal2 aliases
|
|
1132
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1133
|
+
// FlipVertical2 aliases
|
|
1134
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1135
|
+
// Flower2 aliases
|
|
1136
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1137
|
+
// Focus aliases
|
|
1138
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1139
|
+
// FoldHorizontal aliases
|
|
1140
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1141
|
+
// FoldVertical aliases
|
|
1142
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1143
|
+
// FolderBookmark aliases
|
|
1144
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1145
|
+
// Coffee aliases
|
|
1146
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
1147
|
+
// Flower aliases
|
|
1148
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1149
|
+
// FolderArchive aliases
|
|
1150
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1151
|
+
// FolderCheck aliases
|
|
1152
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1153
|
+
// FolderClock aliases
|
|
1154
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1155
|
+
// FolderDown aliases
|
|
1156
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1157
|
+
// FolderDot aliases
|
|
1158
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1159
|
+
// FolderGit2 aliases
|
|
1160
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1161
|
+
// FolderGit aliases
|
|
1162
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1163
|
+
// FolderCode aliases
|
|
1164
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1165
|
+
// FolderClosed aliases
|
|
1166
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1167
|
+
// FolderKanban aliases
|
|
1168
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1169
|
+
// FolderLock aliases
|
|
1170
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1171
|
+
// FolderMinus aliases
|
|
1172
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1173
|
+
// FolderInput aliases
|
|
1174
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1175
|
+
// FolderOpenDot aliases
|
|
1176
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1177
|
+
// FileMusic aliases
|
|
1178
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1179
|
+
// FolderOutput aliases
|
|
1180
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1181
|
+
// FolderSearch2 aliases
|
|
1182
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1183
|
+
// FolderPlus aliases
|
|
1184
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1185
|
+
// FolderHeart aliases
|
|
1186
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1187
|
+
// FolderSearch aliases
|
|
1188
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1189
|
+
// FolderRoot aliases
|
|
1190
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1191
|
+
// FolderSymlink aliases
|
|
1192
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1193
|
+
// FolderTree aliases
|
|
1194
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1195
|
+
// FolderUp aliases
|
|
1196
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1197
|
+
// FolderSync aliases
|
|
1198
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1199
|
+
// FolderX aliases
|
|
1200
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1201
|
+
// Folders aliases
|
|
1202
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1203
|
+
// Footprints aliases
|
|
1204
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1205
|
+
// Folder aliases
|
|
1206
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1207
|
+
// Forklift aliases
|
|
1208
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1209
|
+
// Forward aliases
|
|
1210
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1211
|
+
// Frame aliases
|
|
1212
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1213
|
+
// Form aliases
|
|
1214
|
+
export { default as FormIcon } from '../icons/form';
|
|
1215
|
+
// Frown aliases
|
|
1216
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1217
|
+
// Fullscreen aliases
|
|
1218
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1219
|
+
// FunnelPlus aliases
|
|
1220
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1221
|
+
// Fuel aliases
|
|
1222
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1223
|
+
// GalleryHorizontalEnd aliases
|
|
1224
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1225
|
+
// GalleryThumbnails aliases
|
|
1226
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1227
|
+
// GalleryVerticalEnd aliases
|
|
1228
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1229
|
+
// GalleryHorizontal aliases
|
|
1230
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1231
|
+
// GalleryVertical aliases
|
|
1232
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1233
|
+
// GamepadDirectional aliases
|
|
1234
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1235
|
+
// FolderKey aliases
|
|
1236
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1237
|
+
// Gamepad2 aliases
|
|
1238
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1239
|
+
// Gauge aliases
|
|
1240
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1241
|
+
// Gamepad aliases
|
|
1242
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1243
|
+
// Gem aliases
|
|
1244
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1245
|
+
// Gavel aliases
|
|
1246
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1247
|
+
// GeorgianLari aliases
|
|
1248
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1249
|
+
// FolderOpen aliases
|
|
1250
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1251
|
+
// GitBranchPlus aliases
|
|
1252
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1253
|
+
// Gift aliases
|
|
1254
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1255
|
+
// GitCompareArrows aliases
|
|
1256
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1257
|
+
// Ghost aliases
|
|
1258
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1259
|
+
// GitBranch aliases
|
|
1260
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1261
|
+
// GitCommitVertical aliases
|
|
1262
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1263
|
+
// GitBranchMinus aliases
|
|
1264
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1265
|
+
// GitMergeConflict aliases
|
|
1266
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1267
|
+
// GitFork aliases
|
|
1268
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1269
|
+
// GitMerge aliases
|
|
1270
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1271
|
+
// GitCompare aliases
|
|
1272
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1273
|
+
// GitPullRequestClosed aliases
|
|
1274
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1275
|
+
// GitPullRequestDraft aliases
|
|
1276
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1277
|
+
// GitGraph aliases
|
|
1278
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1279
|
+
// GitPullRequestArrow aliases
|
|
1280
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1281
|
+
// GitPullRequestCreateArrow aliases
|
|
1282
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
|
+
// GitPullRequestCreate aliases
|
|
1284
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1285
|
+
// GlobeCheck aliases
|
|
1286
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1287
|
+
// GlassWater aliases
|
|
1288
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1289
|
+
// Glasses aliases
|
|
1290
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1291
|
+
// GlobeOff aliases
|
|
1292
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1293
|
+
// GitPullRequest aliases
|
|
1294
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1295
|
+
// Goal aliases
|
|
1296
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1297
|
+
// Globe aliases
|
|
1298
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1299
|
+
// GlobeLock aliases
|
|
1300
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1301
|
+
// GlobeX aliases
|
|
1302
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1303
|
+
// GraduationCap aliases
|
|
1304
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1305
|
+
// Grip aliases
|
|
1306
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1307
|
+
// Grid3x2 aliases
|
|
1308
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1309
|
+
// GripVertical aliases
|
|
1310
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1311
|
+
// Gpu aliases
|
|
1312
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1313
|
+
// GripHorizontal aliases
|
|
1314
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1315
|
+
// Guitar aliases
|
|
1316
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1317
|
+
// Hamburger aliases
|
|
1318
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1319
|
+
// Ham aliases
|
|
1320
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1321
|
+
// Grape aliases
|
|
1322
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1323
|
+
// Group aliases
|
|
1324
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1325
|
+
// HandCoins aliases
|
|
1326
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1327
|
+
// HandFist aliases
|
|
1328
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1329
|
+
// Hammer aliases
|
|
1330
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1331
|
+
// HandHeart aliases
|
|
1332
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1333
|
+
// HandPlatter aliases
|
|
1334
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1335
|
+
// Hand aliases
|
|
1336
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1337
|
+
// HandMetal aliases
|
|
1338
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1339
|
+
// Handbag aliases
|
|
1340
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1341
|
+
// HardDriveDownload aliases
|
|
1342
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1343
|
+
// HardDriveUpload aliases
|
|
1344
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1345
|
+
// Handshake aliases
|
|
1346
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1347
|
+
// Hash aliases
|
|
1348
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1349
|
+
// Haze aliases
|
|
1350
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1351
|
+
// HatGlasses aliases
|
|
1352
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1353
|
+
// HardHat aliases
|
|
1354
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1355
|
+
// HdmiPort aliases
|
|
1356
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1357
|
+
// Heading1 aliases
|
|
1358
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1359
|
+
// Hd aliases
|
|
1360
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1361
|
+
// Heading2 aliases
|
|
1362
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1363
|
+
// Heading4 aliases
|
|
1364
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1365
|
+
// Heading3 aliases
|
|
1366
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1367
|
+
// Heading5 aliases
|
|
1368
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1369
|
+
// Heading6 aliases
|
|
1370
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1371
|
+
// HeadphoneOff aliases
|
|
1372
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1373
|
+
// Headphones aliases
|
|
1374
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1375
|
+
// Heading aliases
|
|
1376
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1377
|
+
// Headset aliases
|
|
1378
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1379
|
+
// HeartHandshake aliases
|
|
1380
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1381
|
+
// HeartMinus aliases
|
|
1382
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1383
|
+
// HeartCrack aliases
|
|
1384
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1385
|
+
// HeartOff aliases
|
|
1386
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1387
|
+
// HeartPulse aliases
|
|
1388
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1389
|
+
// HeartX aliases
|
|
1390
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1391
|
+
// HeartPlus aliases
|
|
1392
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1393
|
+
// Heart aliases
|
|
1394
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1395
|
+
// Helicopter aliases
|
|
1396
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1397
|
+
// Hexagon aliases
|
|
1398
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1399
|
+
// Heater aliases
|
|
1400
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1401
|
+
// Highlighter aliases
|
|
1402
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1403
|
+
// HopOff aliases
|
|
1404
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1405
|
+
// Hop aliases
|
|
1406
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1407
|
+
// History aliases
|
|
1408
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1409
|
+
// Hospital aliases
|
|
1410
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1411
|
+
// Hourglass aliases
|
|
1412
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1413
|
+
// HouseHeart aliases
|
|
1414
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1415
|
+
// Hotel aliases
|
|
1416
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1417
|
+
// HousePlug aliases
|
|
1418
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1419
|
+
// HouseWifi aliases
|
|
1420
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1421
|
+
// IdCardLanyard aliases
|
|
1422
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1423
|
+
// HousePlus aliases
|
|
1424
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1425
|
+
// IdCard aliases
|
|
1426
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1427
|
+
// ImageMinus aliases
|
|
1428
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1429
|
+
// ImageOff aliases
|
|
1430
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1431
|
+
// ImageDown aliases
|
|
1432
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1433
|
+
// ImagePlay aliases
|
|
1434
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1435
|
+
// ImageUp aliases
|
|
1436
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1437
|
+
// ImageUpscale aliases
|
|
1438
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1439
|
+
// ImagePlus aliases
|
|
1440
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1441
|
+
// Image aliases
|
|
1442
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1443
|
+
// Import aliases
|
|
1444
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1445
|
+
// Cylinder aliases
|
|
1446
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
1447
|
+
// Images aliases
|
|
1448
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1449
|
+
// Inbox aliases
|
|
1450
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1451
|
+
// Info aliases
|
|
1452
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1453
|
+
// IndianRupee aliases
|
|
1454
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1455
|
+
// Infinity aliases
|
|
1456
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1457
|
+
// InspectionPanel aliases
|
|
1458
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1459
|
+
// IterationCw aliases
|
|
1460
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1461
|
+
// Italic aliases
|
|
1462
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1463
|
+
// IterationCcw aliases
|
|
1464
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
|
+
// JapaneseYen aliases
|
|
1466
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1467
|
+
// Kayak aliases
|
|
1468
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1469
|
+
// KeyRound aliases
|
|
1470
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1471
|
+
// Kanban aliases
|
|
1472
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1473
|
+
// Joystick aliases
|
|
1474
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1475
|
+
// KeyboardMusic aliases
|
|
1476
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1477
|
+
// KeyboardOff aliases
|
|
1478
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1479
|
+
// KeySquare aliases
|
|
1480
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
|
+
// Key aliases
|
|
1482
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1483
|
+
// LampDesk aliases
|
|
1484
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1485
|
+
// LampFloor aliases
|
|
1486
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1487
|
+
// Keyboard aliases
|
|
1488
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1489
|
+
// LampCeiling aliases
|
|
1490
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
|
+
// Lamp aliases
|
|
1492
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1493
|
+
// LandPlot aliases
|
|
1494
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1495
|
+
// LampWallUp aliases
|
|
1496
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1497
|
+
// LampWallDown aliases
|
|
1498
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1499
|
+
// Landmark aliases
|
|
1500
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1501
|
+
// Laptop aliases
|
|
1502
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1503
|
+
// Languages aliases
|
|
1504
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
|
+
// LaptopMinimalCheck aliases
|
|
1506
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1507
|
+
// LassoSelect aliases
|
|
1508
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1509
|
+
// Laugh aliases
|
|
1510
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1511
|
+
// Layers2 aliases
|
|
1512
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1513
|
+
// Lasso aliases
|
|
1514
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1515
|
+
// LayersMinus aliases
|
|
1516
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1517
|
+
// LayoutDashboard aliases
|
|
1518
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1519
|
+
// LayoutGrid aliases
|
|
1520
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1521
|
+
// LayersPlus aliases
|
|
1522
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1523
|
+
// LayoutList aliases
|
|
1524
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1525
|
+
// LayoutPanelLeft aliases
|
|
1526
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1527
|
+
// LayoutTemplate aliases
|
|
1528
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1529
|
+
// LayoutPanelTop aliases
|
|
1530
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
|
+
// LeafyGreen aliases
|
|
1532
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1533
|
+
// Lectern aliases
|
|
1534
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1535
|
+
// LensConvex aliases
|
|
1536
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1537
|
+
// Leaf aliases
|
|
1538
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1539
|
+
// LensConcave aliases
|
|
1540
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1541
|
+
// LifeBuoy aliases
|
|
1542
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1543
|
+
// Ligature aliases
|
|
1544
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1545
|
+
// LibraryBig aliases
|
|
1546
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1547
|
+
// LightbulbOff aliases
|
|
1548
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1549
|
+
// LineDotRightHorizontal aliases
|
|
1550
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1551
|
+
// LineSquiggle aliases
|
|
1552
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1553
|
+
// Lightbulb aliases
|
|
1554
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1555
|
+
// LineStyle aliases
|
|
1556
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1557
|
+
// Link aliases
|
|
1558
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1559
|
+
// Link2 aliases
|
|
1560
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1561
|
+
// Link2Off aliases
|
|
1562
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
|
+
// ListCheck aliases
|
|
1564
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1565
|
+
// ListChevronsUpDown aliases
|
|
1566
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1567
|
+
// ListCollapse aliases
|
|
1568
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1569
|
+
// ListChevronsDownUp aliases
|
|
1570
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1571
|
+
// ListEnd aliases
|
|
1572
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1573
|
+
// ListFilter aliases
|
|
1574
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1575
|
+
// ListMinus aliases
|
|
1576
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1577
|
+
// ListFilterPlus aliases
|
|
1578
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1579
|
+
// ListChecks aliases
|
|
1580
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1581
|
+
// ListOrdered aliases
|
|
1582
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1583
|
+
// ListPlus aliases
|
|
1584
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1585
|
+
// ListMusic aliases
|
|
1586
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1587
|
+
// ListRestart aliases
|
|
1588
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1589
|
+
// ListSortAscending aliases
|
|
1590
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1591
|
+
// ListStart aliases
|
|
1592
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1593
|
+
// ListTodo aliases
|
|
1594
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1595
|
+
// ListSortDescending aliases
|
|
1596
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
+
// ListTree aliases
|
|
1598
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1599
|
+
// ListX aliases
|
|
1600
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1601
|
+
// List aliases
|
|
1602
|
+
export { default as ListIcon } from '../icons/list';
|
|
1603
|
+
// ListVideo aliases
|
|
1604
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1605
|
+
// LoaderPinwheel aliases
|
|
1606
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1607
|
+
// LocateOff aliases
|
|
1608
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1609
|
+
// LocateFixed aliases
|
|
1610
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1611
|
+
// Loader aliases
|
|
1612
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1613
|
+
// Locate aliases
|
|
1614
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1615
|
+
// Lock aliases
|
|
1616
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1617
|
+
// LogIn aliases
|
|
1618
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1619
|
+
// LogOut aliases
|
|
1620
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1621
|
+
// Logs aliases
|
|
1622
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1623
|
+
// Lollipop aliases
|
|
1624
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1625
|
+
// Luggage aliases
|
|
1626
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1627
|
+
// Magnet aliases
|
|
1628
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1629
|
+
// MailCheck aliases
|
|
1630
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1631
|
+
// MailOpen aliases
|
|
1632
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1633
|
+
// MailPlus aliases
|
|
1634
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1635
|
+
// MailSearch aliases
|
|
1636
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1637
|
+
// MailWarning aliases
|
|
1638
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1639
|
+
// MailX aliases
|
|
1640
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1641
|
+
// Mail aliases
|
|
1642
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1643
|
+
// Mailbox aliases
|
|
1644
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1645
|
+
// Mails aliases
|
|
1646
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1647
|
+
// MapMinus aliases
|
|
1648
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1649
|
+
// MapPinCheckInside aliases
|
|
1650
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1651
|
+
// MapPinCheck aliases
|
|
1652
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1653
|
+
// MapPinHouse aliases
|
|
1654
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1655
|
+
// MapPinMinusInside aliases
|
|
1656
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1657
|
+
// MapPinMinus aliases
|
|
1658
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1659
|
+
// MapPinOff aliases
|
|
1660
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1661
|
+
// MapPinPlusInside aliases
|
|
1662
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1663
|
+
// MapPinPlus aliases
|
|
1664
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1665
|
+
// MapPinSearch aliases
|
|
1666
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1667
|
+
// MapPinXInside aliases
|
|
1668
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1669
|
+
// MapPinX aliases
|
|
1670
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1671
|
+
// MapPin aliases
|
|
1672
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1673
|
+
// MapPinned aliases
|
|
1674
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1675
|
+
// MapPlus aliases
|
|
1676
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1677
|
+
// Map aliases
|
|
1678
|
+
export { default as MapIcon } from '../icons/map';
|
|
1679
|
+
// MarsStroke aliases
|
|
1680
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1681
|
+
// Mars aliases
|
|
1682
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1683
|
+
// Martini aliases
|
|
1684
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1685
|
+
// Maximize2 aliases
|
|
1686
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1687
|
+
// Maximize aliases
|
|
1688
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1689
|
+
// Medal aliases
|
|
1690
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1691
|
+
// MegaphoneOff aliases
|
|
1692
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1693
|
+
// HardDrive aliases
|
|
1694
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1695
|
+
// Megaphone aliases
|
|
1696
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1697
|
+
// MemoryStick aliases
|
|
1698
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1699
|
+
// Menu aliases
|
|
1700
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1701
|
+
// Merge aliases
|
|
1702
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1703
|
+
// MessageCircleCheck aliases
|
|
1704
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1705
|
+
// MessageCircleCode aliases
|
|
1706
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1707
|
+
// MessageCircleDashed aliases
|
|
1708
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1709
|
+
// MessageCircleHeart aliases
|
|
1710
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1711
|
+
// MessageCircleMore aliases
|
|
1712
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1713
|
+
// MailMinus aliases
|
|
1714
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1715
|
+
// MessageCircleOff aliases
|
|
1716
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1717
|
+
// MessageCirclePlus aliases
|
|
1718
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1719
|
+
// Library aliases
|
|
1720
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1721
|
+
// MessageCircleWarning aliases
|
|
1722
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1723
|
+
// MessageCircleX aliases
|
|
1724
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1725
|
+
// MessageCircle aliases
|
|
1726
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1727
|
+
// MessageCircleReply aliases
|
|
1728
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1729
|
+
// Meh aliases
|
|
1730
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1731
|
+
// MessageSquareCheck aliases
|
|
1732
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1733
|
+
// MessageSquareCode aliases
|
|
1734
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1735
|
+
// MessageSquareDot aliases
|
|
1736
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1737
|
+
// MessageSquareLock aliases
|
|
1738
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1739
|
+
// MessageSquareDashed aliases
|
|
1740
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
|
+
// MessageSquareHeart aliases
|
|
1742
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1743
|
+
// MessageSquareQuote aliases
|
|
1744
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1745
|
+
// MessageSquareReply aliases
|
|
1746
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1747
|
+
// MessageSquareOff aliases
|
|
1748
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1749
|
+
// MessageSquarePlus aliases
|
|
1750
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1751
|
+
// MessageSquareWarning aliases
|
|
1752
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1753
|
+
// MessageSquareX aliases
|
|
1754
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1755
|
+
// MessageSquareText aliases
|
|
1756
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1757
|
+
// MessageSquareMore aliases
|
|
1758
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1759
|
+
// MessageSquare aliases
|
|
1760
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1761
|
+
// Metronome aliases
|
|
1762
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1763
|
+
// MicOff aliases
|
|
1764
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1765
|
+
// MessagesSquare aliases
|
|
1766
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1767
|
+
// Mic aliases
|
|
1768
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1769
|
+
// Microscope aliases
|
|
1770
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1771
|
+
// Microwave aliases
|
|
1772
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1773
|
+
// Microchip aliases
|
|
1774
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1775
|
+
// Milestone aliases
|
|
1776
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1777
|
+
// Milk aliases
|
|
1778
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1779
|
+
// Minimize2 aliases
|
|
1780
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1781
|
+
// MilkOff aliases
|
|
1782
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1783
|
+
// Minimize aliases
|
|
1784
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1785
|
+
// MirrorRectangular aliases
|
|
1786
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1787
|
+
// MirrorRound aliases
|
|
1788
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1789
|
+
// Minus aliases
|
|
1790
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1791
|
+
// MonitorCloud aliases
|
|
1792
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1793
|
+
// MonitorCheck aliases
|
|
1794
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1795
|
+
// MonitorCog aliases
|
|
1796
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1797
|
+
// MonitorDot aliases
|
|
1798
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1799
|
+
// MonitorOff aliases
|
|
1800
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1801
|
+
// MonitorPause aliases
|
|
1802
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1803
|
+
// MonitorDown aliases
|
|
1804
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1805
|
+
// MonitorPlay aliases
|
|
1806
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1807
|
+
// MonitorSpeaker aliases
|
|
1808
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1809
|
+
// MonitorSmartphone aliases
|
|
1810
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1811
|
+
// MonitorStop aliases
|
|
1812
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1813
|
+
// MonitorX aliases
|
|
1814
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1815
|
+
// Monitor aliases
|
|
1816
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1817
|
+
// MonitorUp aliases
|
|
1818
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1819
|
+
// MoonStar aliases
|
|
1820
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1821
|
+
// MountainSnow aliases
|
|
1822
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1823
|
+
// Motorbike aliases
|
|
1824
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1825
|
+
// Mountain aliases
|
|
1826
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1827
|
+
// MouseOff aliases
|
|
1828
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1829
|
+
// MousePointer2Off aliases
|
|
1830
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1831
|
+
// MouseLeft aliases
|
|
1832
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1833
|
+
// Moon aliases
|
|
1834
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1835
|
+
// MousePointerClick aliases
|
|
1836
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1837
|
+
// MousePointer2 aliases
|
|
1838
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1839
|
+
// MouseRight aliases
|
|
1840
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1841
|
+
// MousePointerBan aliases
|
|
1842
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1843
|
+
// MousePointer aliases
|
|
1844
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1845
|
+
// MoveDiagonal2 aliases
|
|
1846
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1847
|
+
// MoveDiagonal aliases
|
|
1848
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1849
|
+
// MoveDown aliases
|
|
1850
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1851
|
+
// MoveDownLeft aliases
|
|
1852
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1853
|
+
// Mouse aliases
|
|
1854
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1855
|
+
// MoveDownRight aliases
|
|
1856
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1857
|
+
// MoveUpLeft aliases
|
|
1858
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1859
|
+
// MoveHorizontal aliases
|
|
1860
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1861
|
+
// MoveLeft aliases
|
|
1862
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1863
|
+
// MoveRight aliases
|
|
1864
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1865
|
+
// MoveVertical aliases
|
|
1866
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1867
|
+
// MoveUpRight aliases
|
|
1868
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1869
|
+
// Move aliases
|
|
1870
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1871
|
+
// Music2 aliases
|
|
1872
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1873
|
+
// Music4 aliases
|
|
1874
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1875
|
+
// MoveUp aliases
|
|
1876
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1877
|
+
// Music aliases
|
|
1878
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1879
|
+
// Navigation2Off aliases
|
|
1880
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1881
|
+
// NavigationOff aliases
|
|
1882
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1883
|
+
// Navigation aliases
|
|
1884
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1885
|
+
// Navigation2 aliases
|
|
1886
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1887
|
+
// Nfc aliases
|
|
1888
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1889
|
+
// NonBinary aliases
|
|
1890
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1891
|
+
// Network aliases
|
|
1892
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1893
|
+
// Newspaper aliases
|
|
1894
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1895
|
+
// NotebookText aliases
|
|
1896
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1897
|
+
// Notebook aliases
|
|
1898
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1899
|
+
// NotebookPen aliases
|
|
1900
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1901
|
+
// NotebookTabs aliases
|
|
1902
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1903
|
+
// NutOff aliases
|
|
1904
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1905
|
+
// Nut aliases
|
|
1906
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1907
|
+
// NotepadTextDashed aliases
|
|
1908
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1909
|
+
// OctagonMinus aliases
|
|
1910
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1911
|
+
// Omega aliases
|
|
1912
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1913
|
+
// Option aliases
|
|
1914
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1915
|
+
// Octagon aliases
|
|
1916
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1917
|
+
// MessageSquareShare aliases
|
|
1918
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1919
|
+
// Origami aliases
|
|
1920
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1921
|
+
// PackageCheck aliases
|
|
1922
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1923
|
+
// Orbit aliases
|
|
1924
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1925
|
+
// PackageMinus aliases
|
|
1926
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1927
|
+
// Package2 aliases
|
|
1928
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1929
|
+
// MessageSquareDiff aliases
|
|
1930
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1931
|
+
// PackageOpen aliases
|
|
1932
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1933
|
+
// LockKeyhole aliases
|
|
1934
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1935
|
+
// Package aliases
|
|
1936
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1937
|
+
// PackageSearch aliases
|
|
1938
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1939
|
+
// PackagePlus aliases
|
|
1940
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1941
|
+
// PackageX aliases
|
|
1942
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1943
|
+
// Palette aliases
|
|
1944
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1945
|
+
// PaintRoller aliases
|
|
1946
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1947
|
+
// PaintBucket aliases
|
|
1948
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
|
+
// Paintbrush aliases
|
|
1950
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1951
|
+
// PanelBottom aliases
|
|
1952
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1953
|
+
// PanelBottomClose aliases
|
|
1954
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1955
|
+
// Panda aliases
|
|
1956
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1957
|
+
// PanelBottomOpen aliases
|
|
1958
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1959
|
+
// PanelRightClose aliases
|
|
1960
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1961
|
+
// PanelLeftRightDashed aliases
|
|
1962
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1963
|
+
// PanelRightOpen aliases
|
|
1964
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1965
|
+
// PanelTopBottomDashed aliases
|
|
1966
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1967
|
+
// PanelTop aliases
|
|
1968
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1969
|
+
// PanelTopOpen aliases
|
|
1970
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1971
|
+
// PanelRight aliases
|
|
1972
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1973
|
+
// PanelsLeftBottom aliases
|
|
1974
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1975
|
+
// Parasol aliases
|
|
1976
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
1977
|
+
// Paperclip aliases
|
|
1978
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1979
|
+
// PanelTopClose aliases
|
|
1980
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1981
|
+
// PanelsRightBottom aliases
|
|
1982
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1983
|
+
// PartyPopper aliases
|
|
1984
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1985
|
+
// Pause aliases
|
|
1986
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1987
|
+
// Parentheses aliases
|
|
1988
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1989
|
+
// ParkingMeter aliases
|
|
1990
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1991
|
+
// PenOff aliases
|
|
1992
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1993
|
+
// PenTool aliases
|
|
1994
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1995
|
+
// PawPrint aliases
|
|
1996
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1997
|
+
// PcCase aliases
|
|
1998
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1999
|
+
// PencilRuler aliases
|
|
2000
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2001
|
+
// PencilSparkles aliases
|
|
2002
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2003
|
+
// PencilLine aliases
|
|
2004
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2005
|
+
// Pencil aliases
|
|
2006
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
2007
|
+
// Percent aliases
|
|
2008
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
2009
|
+
// PersonStanding aliases
|
|
2010
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2011
|
+
// Pentagon aliases
|
|
2012
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2013
|
+
// PhilippinePeso aliases
|
|
2014
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2015
|
+
// PhoneForwarded aliases
|
|
2016
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2017
|
+
// PhoneIncoming aliases
|
|
2018
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2019
|
+
// PhoneCall aliases
|
|
2020
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2021
|
+
// PhoneMissed aliases
|
|
2022
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2023
|
+
// PhoneOutgoing aliases
|
|
2024
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2025
|
+
// PhoneOff aliases
|
|
2026
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2027
|
+
// Phone aliases
|
|
2028
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2029
|
+
// Piano aliases
|
|
2030
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2031
|
+
// Pickaxe aliases
|
|
2032
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2033
|
+
// Pi aliases
|
|
2034
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2035
|
+
// PictureInPicture2 aliases
|
|
2036
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2037
|
+
// PiggyBank aliases
|
|
2038
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2039
|
+
// PilcrowLeft aliases
|
|
2040
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2041
|
+
// PictureInPicture aliases
|
|
2042
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2043
|
+
// PilcrowRight aliases
|
|
2044
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2045
|
+
// PillBottle aliases
|
|
2046
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2047
|
+
// Pill aliases
|
|
2048
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2049
|
+
// Pilcrow aliases
|
|
2050
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2051
|
+
// PinOff aliases
|
|
2052
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2053
|
+
// Pipette aliases
|
|
2054
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2055
|
+
// Pizza aliases
|
|
2056
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2057
|
+
// Pin aliases
|
|
2058
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2059
|
+
// PlaneLanding aliases
|
|
2060
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2061
|
+
// Plane aliases
|
|
2062
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2063
|
+
// PlayOff aliases
|
|
2064
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2065
|
+
// PlaneTakeoff aliases
|
|
2066
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2067
|
+
// Play aliases
|
|
2068
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2069
|
+
// Plug aliases
|
|
2070
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2071
|
+
// Plus aliases
|
|
2072
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2073
|
+
// Plug2 aliases
|
|
2074
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2075
|
+
// PocketKnife aliases
|
|
2076
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2077
|
+
// Podium aliases
|
|
2078
|
+
export { default as PodiumIcon } from '../icons/podium';
|
|
2079
|
+
// PointerOff aliases
|
|
2080
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2081
|
+
// Podcast aliases
|
|
2082
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2083
|
+
// Pointer aliases
|
|
2084
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2085
|
+
// Popsicle aliases
|
|
2086
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2087
|
+
// PoundSterling aliases
|
|
2088
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2089
|
+
// Popcorn aliases
|
|
2090
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2091
|
+
// PowerOff aliases
|
|
2092
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2093
|
+
// Presentation aliases
|
|
2094
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2095
|
+
// PrinterCheck aliases
|
|
2096
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2097
|
+
// PrinterX aliases
|
|
2098
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2099
|
+
// Printer aliases
|
|
2100
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2101
|
+
// Projector aliases
|
|
2102
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2103
|
+
// Proportions aliases
|
|
2104
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2105
|
+
// Puzzle aliases
|
|
2106
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2107
|
+
// Pyramid aliases
|
|
2108
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2109
|
+
// Power aliases
|
|
2110
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2111
|
+
// Quote aliases
|
|
2112
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2113
|
+
// QrCode aliases
|
|
2114
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2115
|
+
// Rabbit aliases
|
|
2116
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2117
|
+
// Music3 aliases
|
|
2118
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
2119
|
+
// Radiation aliases
|
|
2120
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2121
|
+
// Radar aliases
|
|
2122
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2123
|
+
// Radical aliases
|
|
2124
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2125
|
+
// RadioOff aliases
|
|
2126
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2127
|
+
// RadioReceiver aliases
|
|
2128
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2129
|
+
// RadioTower aliases
|
|
2130
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2131
|
+
// Radius aliases
|
|
2132
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2133
|
+
// Rainbow aliases
|
|
2134
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2135
|
+
// Rat aliases
|
|
2136
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2137
|
+
// Radio aliases
|
|
2138
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2139
|
+
// Ratio aliases
|
|
2140
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2141
|
+
// ReceiptIndianRupee aliases
|
|
2142
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2143
|
+
// ReceiptEuro aliases
|
|
2144
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2145
|
+
// ReceiptCent aliases
|
|
2146
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2147
|
+
// ReceiptJapaneseYen aliases
|
|
2148
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2149
|
+
// ReceiptRussianRuble aliases
|
|
2150
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2151
|
+
// ReceiptSwissFranc aliases
|
|
2152
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2153
|
+
// ReceiptPoundSterling aliases
|
|
2154
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2155
|
+
// ReceiptText aliases
|
|
2156
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2157
|
+
// Receipt aliases
|
|
2158
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2159
|
+
// ReceiptTurkishLira aliases
|
|
2160
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2161
|
+
// RectangleCircle aliases
|
|
2162
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2163
|
+
// RectangleHorizontal aliases
|
|
2164
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2165
|
+
// RectangleVertical aliases
|
|
2166
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2167
|
+
// RectangleGoggles aliases
|
|
2168
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2169
|
+
// Recycle aliases
|
|
2170
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2171
|
+
// RedoDot aliases
|
|
2172
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2173
|
+
// Redo2 aliases
|
|
2174
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2175
|
+
// Redo aliases
|
|
2176
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2177
|
+
// RefreshCcw aliases
|
|
2178
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2179
|
+
// RefreshCwOff aliases
|
|
2180
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2181
|
+
// RefreshCcwDot aliases
|
|
2182
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2183
|
+
// RefreshCw aliases
|
|
2184
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2185
|
+
// Regex aliases
|
|
2186
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2187
|
+
// RemoveFormatting aliases
|
|
2188
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2189
|
+
// Repeat1 aliases
|
|
2190
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2191
|
+
// Refrigerator aliases
|
|
2192
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2193
|
+
// Repeat2 aliases
|
|
2194
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2195
|
+
// Repeat aliases
|
|
2196
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2197
|
+
// RepeatOff aliases
|
|
2198
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2199
|
+
// ReplaceAll aliases
|
|
2200
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2201
|
+
// ReplyAll aliases
|
|
2202
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2203
|
+
// Reply aliases
|
|
2204
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2205
|
+
// Replace aliases
|
|
2206
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2207
|
+
// Rewind aliases
|
|
2208
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2209
|
+
// Road aliases
|
|
2210
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2211
|
+
// Ribbon aliases
|
|
2212
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2213
|
+
// Rocket aliases
|
|
2214
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2215
|
+
// RollerCoaster aliases
|
|
2216
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2217
|
+
// RockingChair aliases
|
|
2218
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2219
|
+
// Rose aliases
|
|
2220
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2221
|
+
// RotateCcwSquare aliases
|
|
2222
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2223
|
+
// RotateCcw aliases
|
|
2224
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2225
|
+
// RotateCwSquare aliases
|
|
2226
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2227
|
+
// RotateCw aliases
|
|
2228
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2229
|
+
// RouteOff aliases
|
|
2230
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2231
|
+
// Route aliases
|
|
2232
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2233
|
+
// Router aliases
|
|
2234
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2235
|
+
// Rows4 aliases
|
|
2236
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2237
|
+
// Rss aliases
|
|
2238
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2239
|
+
// RulerDimensionLine aliases
|
|
2240
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2241
|
+
// Ruler aliases
|
|
2242
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2243
|
+
// RussianRuble aliases
|
|
2244
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2245
|
+
// Sailboat aliases
|
|
2246
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2247
|
+
// Salad aliases
|
|
2248
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2249
|
+
// SatelliteDish aliases
|
|
2250
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2251
|
+
// Sandwich aliases
|
|
2252
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2253
|
+
// Satellite aliases
|
|
2254
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2255
|
+
// SaudiRiyal aliases
|
|
2256
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2257
|
+
// SaveAll aliases
|
|
2258
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2259
|
+
// SaveCheck aliases
|
|
2260
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2261
|
+
// SaveOff aliases
|
|
2262
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2263
|
+
// SavePen aliases
|
|
2264
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2265
|
+
// SavePlus aliases
|
|
2266
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2267
|
+
// Scale aliases
|
|
2268
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2269
|
+
// Save aliases
|
|
2270
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2271
|
+
// Scaling aliases
|
|
2272
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2273
|
+
// ScanBarcode aliases
|
|
2274
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2275
|
+
// ScanEye aliases
|
|
2276
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2277
|
+
// ScanFace aliases
|
|
2278
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2279
|
+
// ScanLine aliases
|
|
2280
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2281
|
+
// ScanHeart aliases
|
|
2282
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2283
|
+
// ScanSearch aliases
|
|
2284
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2285
|
+
// ScanQrCode aliases
|
|
2286
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2287
|
+
// ScanText aliases
|
|
2288
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2289
|
+
// Scan aliases
|
|
2290
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2291
|
+
// School aliases
|
|
2292
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2293
|
+
// ScissorsLineDashed aliases
|
|
2294
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2295
|
+
// Scissors aliases
|
|
2296
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2297
|
+
// Scooter aliases
|
|
2298
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2299
|
+
// ScreenShareOff aliases
|
|
2300
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2301
|
+
// ScreenShare aliases
|
|
2302
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2303
|
+
// ScrollText aliases
|
|
2304
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2305
|
+
// Scroll aliases
|
|
2306
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2307
|
+
// SearchAlert aliases
|
|
2308
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2309
|
+
// RotateCcwKey aliases
|
|
2310
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2311
|
+
// SearchCheck aliases
|
|
2312
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2313
|
+
// SearchSlash aliases
|
|
2314
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2315
|
+
// SearchX aliases
|
|
2316
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2317
|
+
// SearchCode aliases
|
|
2318
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2319
|
+
// Search aliases
|
|
2320
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2321
|
+
// Section aliases
|
|
2322
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2323
|
+
// SendToBack aliases
|
|
2324
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2325
|
+
// Send aliases
|
|
2326
|
+
export { default as SendIcon } from '../icons/send';
|
|
2327
|
+
// SeparatorHorizontal aliases
|
|
2328
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2329
|
+
// SeparatorVertical aliases
|
|
2330
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2331
|
+
// ServerCog aliases
|
|
2332
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2333
|
+
// ServerOff aliases
|
|
2334
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2335
|
+
// Server aliases
|
|
2336
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2337
|
+
// ServerCrash aliases
|
|
2338
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2339
|
+
// Settings aliases
|
|
2340
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2341
|
+
// Settings2 aliases
|
|
2342
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2343
|
+
// Shapes aliases
|
|
2344
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2345
|
+
// Share2 aliases
|
|
2346
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2347
|
+
// Share aliases
|
|
2348
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2349
|
+
// Sheet aliases
|
|
2350
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2351
|
+
// Shell aliases
|
|
2352
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2353
|
+
// ShelvingUnit aliases
|
|
2354
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2355
|
+
// ShieldCheck aliases
|
|
2356
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2357
|
+
// ShieldCogCorner aliases
|
|
2358
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2359
|
+
// ShieldBan aliases
|
|
2360
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2361
|
+
// ShieldAlert aliases
|
|
2362
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2363
|
+
// ShieldCog aliases
|
|
2364
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2365
|
+
// ShieldMinus aliases
|
|
2366
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2367
|
+
// ShieldOff aliases
|
|
2368
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2369
|
+
// ShieldEllipsis aliases
|
|
2370
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2371
|
+
// ShieldHalf aliases
|
|
2372
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2373
|
+
// ShieldPlus aliases
|
|
2374
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2375
|
+
// ShipWheel aliases
|
|
2376
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2377
|
+
// Ship aliases
|
|
2378
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2379
|
+
// ShieldUser aliases
|
|
2380
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2381
|
+
// Shield aliases
|
|
2382
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2383
|
+
// ShoppingBag aliases
|
|
2384
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2385
|
+
// Shovel aliases
|
|
2386
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2387
|
+
// ShoppingCart aliases
|
|
2388
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2389
|
+
// ShoppingBasket aliases
|
|
2390
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2391
|
+
// ShowerHead aliases
|
|
2392
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2393
|
+
// Shrink aliases
|
|
2394
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2395
|
+
// Shrub aliases
|
|
2396
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2397
|
+
// Shredder aliases
|
|
2398
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2399
|
+
// Shrimp aliases
|
|
2400
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2401
|
+
// Shuffle aliases
|
|
2402
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2403
|
+
// SignalLow aliases
|
|
2404
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2405
|
+
// SignalMedium aliases
|
|
2406
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2407
|
+
// SignalZero aliases
|
|
2408
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2409
|
+
// Sigma aliases
|
|
2410
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2411
|
+
// SignalHigh aliases
|
|
2412
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2413
|
+
// Signal aliases
|
|
2414
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2415
|
+
// Signpost aliases
|
|
2416
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2417
|
+
// Siren aliases
|
|
2418
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2419
|
+
// Signature aliases
|
|
2420
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2421
|
+
// SignpostBig aliases
|
|
2422
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2423
|
+
// SkipBack aliases
|
|
2424
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2425
|
+
// Skull aliases
|
|
2426
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2427
|
+
// Slash aliases
|
|
2428
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2429
|
+
// Slice aliases
|
|
2430
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2431
|
+
// SkipForward aliases
|
|
2432
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2433
|
+
// Shirt aliases
|
|
2434
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2435
|
+
// SlidersHorizontal aliases
|
|
2436
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2437
|
+
// PencilOff aliases
|
|
2438
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2439
|
+
// Smartphone aliases
|
|
2440
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2441
|
+
// SmartphoneCharging aliases
|
|
2442
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2443
|
+
// SmilePlus aliases
|
|
2444
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2445
|
+
// Snowflake aliases
|
|
2446
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2447
|
+
// SoapDispenserDroplet aliases
|
|
2448
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2449
|
+
// Snail aliases
|
|
2450
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2451
|
+
// Smile aliases
|
|
2452
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2453
|
+
// SolarPanel aliases
|
|
2454
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2455
|
+
// Soup aliases
|
|
2456
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2457
|
+
// Sofa aliases
|
|
2458
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2459
|
+
// Space aliases
|
|
2460
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2461
|
+
// Spade aliases
|
|
2462
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2463
|
+
// SmartphoneNfc aliases
|
|
2464
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2465
|
+
// Sparkle aliases
|
|
2466
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2467
|
+
// Speech aliases
|
|
2468
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2469
|
+
// Speaker aliases
|
|
2470
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
|
+
// SplinePointer aliases
|
|
2472
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2473
|
+
// SpellCheck aliases
|
|
2474
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2475
|
+
// Split aliases
|
|
2476
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2477
|
+
// SpellCheck2 aliases
|
|
2478
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2479
|
+
// Spline aliases
|
|
2480
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2481
|
+
// Spool aliases
|
|
2482
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2483
|
+
// Sprout aliases
|
|
2484
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2485
|
+
// SprayCan aliases
|
|
2486
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2487
|
+
// Spotlight aliases
|
|
2488
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2489
|
+
// SquareArrowRightEnter aliases
|
|
2490
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2491
|
+
// SquareDashedBottom aliases
|
|
2492
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2493
|
+
// SquareArrowRightExit aliases
|
|
2494
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2495
|
+
// SquareDashedTopSolid aliases
|
|
2496
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2497
|
+
// SquareDashedBottomCode aliases
|
|
2498
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2499
|
+
// SquareRoundCorner aliases
|
|
2500
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2501
|
+
// SquarePause aliases
|
|
2502
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2503
|
+
// SquareStack aliases
|
|
2504
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2505
|
+
// SquareRadical aliases
|
|
2506
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2507
|
+
// SquareSquare aliases
|
|
2508
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2509
|
+
// SquareStop aliases
|
|
2510
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2511
|
+
// Square aliases
|
|
2512
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2513
|
+
// SquareStar aliases
|
|
2514
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2515
|
+
// SquaresExclude aliases
|
|
2516
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2517
|
+
// SquaresSubtract aliases
|
|
2518
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2519
|
+
// SquaresUnite aliases
|
|
2520
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2521
|
+
// SquaresIntersect aliases
|
|
2522
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2523
|
+
// SquircleDashed aliases
|
|
2524
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2525
|
+
// Squirrel aliases
|
|
2526
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2527
|
+
// Squircle aliases
|
|
2528
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2529
|
+
// StarCheck aliases
|
|
2530
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2531
|
+
// Stamp aliases
|
|
2532
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2533
|
+
// StarMinus aliases
|
|
2534
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2535
|
+
// StarOff aliases
|
|
2536
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2537
|
+
// StarHalf aliases
|
|
2538
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2539
|
+
// StarPlus aliases
|
|
2540
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2541
|
+
// Star aliases
|
|
2542
|
+
export { default as StarIcon } from '../icons/star';
|
|
2543
|
+
// StepBack aliases
|
|
2544
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2545
|
+
// StarX aliases
|
|
2546
|
+
export { default as StarXIcon } from '../icons/star-x';
|
|
2547
|
+
// StepForward aliases
|
|
2548
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2549
|
+
// Sticker aliases
|
|
2550
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2551
|
+
// StickyNoteCheck aliases
|
|
2552
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2553
|
+
// Stethoscope aliases
|
|
2554
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2555
|
+
// StickyNoteMinus aliases
|
|
2556
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2557
|
+
// StickyNotePlus aliases
|
|
2558
|
+
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2559
|
+
// StickyNoteOff aliases
|
|
2560
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2561
|
+
// StickyNoteX aliases
|
|
2562
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2563
|
+
// StickyNote aliases
|
|
2564
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2565
|
+
// Store aliases
|
|
2566
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2567
|
+
// Stone aliases
|
|
2568
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2569
|
+
// StretchHorizontal aliases
|
|
2570
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2571
|
+
// Strikethrough aliases
|
|
2572
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2573
|
+
// StickyNotes aliases
|
|
2574
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2575
|
+
// StretchVertical aliases
|
|
2576
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2577
|
+
// Subscript aliases
|
|
2578
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2579
|
+
// Summary aliases
|
|
2580
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2581
|
+
// SunMedium aliases
|
|
2582
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2583
|
+
// SunDim aliases
|
|
2584
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2585
|
+
// SunMoon aliases
|
|
2586
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2587
|
+
// Sunset aliases
|
|
2588
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2589
|
+
// SunSnow aliases
|
|
2590
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2591
|
+
// Sunrise aliases
|
|
2592
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2593
|
+
// SwitchCamera aliases
|
|
2594
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2595
|
+
// Sun aliases
|
|
2596
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2597
|
+
// SwatchBook aliases
|
|
2598
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2599
|
+
// Superscript aliases
|
|
2600
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2601
|
+
// SwissFranc aliases
|
|
2602
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2603
|
+
// Sword aliases
|
|
2604
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2605
|
+
// Table2 aliases
|
|
2606
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2607
|
+
// Syringe aliases
|
|
2608
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2609
|
+
// Swords aliases
|
|
2610
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2611
|
+
// TableColumnsSplit aliases
|
|
2612
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2613
|
+
// TableCellsSplit aliases
|
|
2614
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2615
|
+
// TableCellsMerge aliases
|
|
2616
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2617
|
+
// Table aliases
|
|
2618
|
+
export { default as TableIcon } from '../icons/table';
|
|
2619
|
+
// TabletSmartphone aliases
|
|
2620
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2621
|
+
// TableOfContents aliases
|
|
2622
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2623
|
+
// NotepadText aliases
|
|
2624
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
2625
|
+
// TagPlus aliases
|
|
2626
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2627
|
+
// Tablet aliases
|
|
2628
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2629
|
+
// TagX aliases
|
|
2630
|
+
export { default as TagXIcon } from '../icons/tag-x';
|
|
2631
|
+
// TableRowsSplit aliases
|
|
2632
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2633
|
+
// Tablets aliases
|
|
2634
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2635
|
+
// Tally1 aliases
|
|
2636
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2637
|
+
// Tags aliases
|
|
2638
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2639
|
+
// Tally2 aliases
|
|
2640
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2641
|
+
// Tally4 aliases
|
|
2642
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2643
|
+
// Tally5 aliases
|
|
2644
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2645
|
+
// Tangent aliases
|
|
2646
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2647
|
+
// TentTree aliases
|
|
2648
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2649
|
+
// Tally3 aliases
|
|
2650
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2651
|
+
// Target aliases
|
|
2652
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2653
|
+
// Telescope aliases
|
|
2654
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2655
|
+
// TestTube aliases
|
|
2656
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2657
|
+
// Tent aliases
|
|
2658
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2659
|
+
// TestTubes aliases
|
|
2660
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2661
|
+
// TextCursorInput aliases
|
|
2662
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2663
|
+
// TextQuote aliases
|
|
2664
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2665
|
+
// TextCursor aliases
|
|
2666
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2667
|
+
// Theater aliases
|
|
2668
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2669
|
+
// TextSearch aliases
|
|
2670
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2671
|
+
// ThermometerSnowflake aliases
|
|
2672
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2673
|
+
// ThermometerSun aliases
|
|
2674
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2675
|
+
// Tag aliases
|
|
2676
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2677
|
+
// ThumbsDown aliases
|
|
2678
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2679
|
+
// ThumbsUp aliases
|
|
2680
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2681
|
+
// TicketPercent aliases
|
|
2682
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2683
|
+
// TicketCheck aliases
|
|
2684
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2685
|
+
// TicketMinus aliases
|
|
2686
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2687
|
+
// Thermometer aliases
|
|
2688
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2689
|
+
// TicketX aliases
|
|
2690
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2691
|
+
// TicketPlus aliases
|
|
2692
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2693
|
+
// TicketsPlane aliases
|
|
2694
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2695
|
+
// Ticket aliases
|
|
2696
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2697
|
+
// Timeline aliases
|
|
2698
|
+
export { default as TimelineIcon } from '../icons/timeline';
|
|
2699
|
+
// TimerReset aliases
|
|
2700
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2701
|
+
// TimerOff aliases
|
|
2702
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2703
|
+
// TicketSlash aliases
|
|
2704
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2705
|
+
// Timer aliases
|
|
2706
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2707
|
+
// Tickets aliases
|
|
2708
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2709
|
+
// ToggleLeft aliases
|
|
2710
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2711
|
+
// ToggleRight aliases
|
|
2712
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2713
|
+
// Toilet aliases
|
|
2714
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2715
|
+
// Tornado aliases
|
|
2716
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2717
|
+
// ToolCase aliases
|
|
2718
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2719
|
+
// Toolbox aliases
|
|
2720
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2721
|
+
// Torus aliases
|
|
2722
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2723
|
+
// Touchpad aliases
|
|
2724
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2725
|
+
// TowelRack aliases
|
|
2726
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2727
|
+
// TouchpadOff aliases
|
|
2728
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2729
|
+
// TowerControl aliases
|
|
2730
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2731
|
+
// ToyBrick aliases
|
|
2732
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2733
|
+
// TrafficCone aliases
|
|
2734
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2735
|
+
// TrainFrontTunnel aliases
|
|
2736
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2737
|
+
// Tractor aliases
|
|
2738
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2739
|
+
// TrainTrack aliases
|
|
2740
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2741
|
+
// Transgender aliases
|
|
2742
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2743
|
+
// TreeDeciduous aliases
|
|
2744
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2745
|
+
// TrainFront aliases
|
|
2746
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2747
|
+
// Trash2 aliases
|
|
2748
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2749
|
+
// TreePine aliases
|
|
2750
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2751
|
+
// Trees aliases
|
|
2752
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2753
|
+
// TrendingUpDown aliases
|
|
2754
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2755
|
+
// Trash aliases
|
|
2756
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2757
|
+
// TrendingUp aliases
|
|
2758
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2759
|
+
// TriangleDashed aliases
|
|
2760
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2761
|
+
// Trophy aliases
|
|
2762
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2763
|
+
// Triangle aliases
|
|
2764
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2765
|
+
// TurkishLira aliases
|
|
2766
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2767
|
+
// TriangleRight aliases
|
|
2768
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2769
|
+
// TruckElectric aliases
|
|
2770
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2771
|
+
// Turntable aliases
|
|
2772
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2773
|
+
// Truck aliases
|
|
2774
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2775
|
+
// TrendingDown aliases
|
|
2776
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2777
|
+
// Tv aliases
|
|
2778
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2779
|
+
// Turtle aliases
|
|
2780
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2781
|
+
// Type aliases
|
|
2782
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2783
|
+
// TvMinimalPlay aliases
|
|
2784
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2785
|
+
// TypeOutline aliases
|
|
2786
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2787
|
+
// Umbrella aliases
|
|
2788
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2789
|
+
// Underline aliases
|
|
2790
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2791
|
+
// UmbrellaOff aliases
|
|
2792
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2793
|
+
// Undo2 aliases
|
|
2794
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2795
|
+
// UnfoldHorizontal aliases
|
|
2796
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2797
|
+
// Undo aliases
|
|
2798
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2799
|
+
// UnfoldVertical aliases
|
|
2800
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2801
|
+
// Ungroup aliases
|
|
2802
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2803
|
+
// UndoDot aliases
|
|
2804
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2805
|
+
// Unlink aliases
|
|
2806
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2807
|
+
// Unplug aliases
|
|
2808
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2809
|
+
// Unlink2 aliases
|
|
2810
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2811
|
+
// Usb aliases
|
|
2812
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2813
|
+
// UserCheck aliases
|
|
2814
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2815
|
+
// Upload aliases
|
|
2816
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2817
|
+
// UserCog aliases
|
|
2818
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2819
|
+
// UserLock aliases
|
|
2820
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2821
|
+
// UserMinus aliases
|
|
2822
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2823
|
+
// UserKey aliases
|
|
2824
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2825
|
+
// UserRoundArrowLeft aliases
|
|
2826
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2827
|
+
// UserPen aliases
|
|
2828
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2829
|
+
// UserRoundKey aliases
|
|
2830
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2831
|
+
// UserRoundPen aliases
|
|
2832
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2833
|
+
// UserPlus aliases
|
|
2834
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2835
|
+
// UserRoundSearch aliases
|
|
2836
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2837
|
+
// UserSearch aliases
|
|
2838
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2839
|
+
// UserStar aliases
|
|
2840
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2841
|
+
// UtilityPole aliases
|
|
2842
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2843
|
+
// Users aliases
|
|
2844
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2845
|
+
// UserX aliases
|
|
2846
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2847
|
+
// User aliases
|
|
2848
|
+
export { default as UserIcon } from '../icons/user';
|
|
2849
|
+
// Vault aliases
|
|
2850
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2851
|
+
// Van aliases
|
|
2852
|
+
export { default as VanIcon } from '../icons/van';
|
|
2853
|
+
// VectorSquare aliases
|
|
2854
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2855
|
+
// Vegan aliases
|
|
2856
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2857
|
+
// Variable aliases
|
|
2858
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2859
|
+
// Venus aliases
|
|
2860
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2861
|
+
// VenetianMask aliases
|
|
2862
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2863
|
+
// VenusAndMars aliases
|
|
2864
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2865
|
+
// Video aliases
|
|
2866
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2867
|
+
// VibrateOff aliases
|
|
2868
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2869
|
+
// VideoOff aliases
|
|
2870
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2871
|
+
// Vibrate aliases
|
|
2872
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2873
|
+
// Voicemail aliases
|
|
2874
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2875
|
+
// Videotape aliases
|
|
2876
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2877
|
+
// View aliases
|
|
2878
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2879
|
+
// Volume1 aliases
|
|
2880
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2881
|
+
// Volleyball aliases
|
|
2882
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2883
|
+
// VolumeX aliases
|
|
2884
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2885
|
+
// VolumeOff aliases
|
|
2886
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2887
|
+
// Volume2 aliases
|
|
2888
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2889
|
+
// Volume aliases
|
|
2890
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2891
|
+
// Wallet aliases
|
|
2892
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2893
|
+
// WalletCards aliases
|
|
2894
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2895
|
+
// Warehouse aliases
|
|
2896
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2897
|
+
// Vote aliases
|
|
2898
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2899
|
+
// Wallpaper aliases
|
|
2900
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2901
|
+
// WashingMachine aliases
|
|
2902
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2903
|
+
// Watch aliases
|
|
2904
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2905
|
+
// Wand aliases
|
|
2906
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2907
|
+
// WavesArrowUp aliases
|
|
2908
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2909
|
+
// WavesArrowDown aliases
|
|
2910
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2911
|
+
// WavesLadder aliases
|
|
2912
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2913
|
+
// Webcam aliases
|
|
2914
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2915
|
+
// WebcamOff aliases
|
|
2916
|
+
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2917
|
+
// WavesVertical aliases
|
|
2918
|
+
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2919
|
+
// Waypoints aliases
|
|
2920
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2921
|
+
// Webhook aliases
|
|
2922
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2923
|
+
// WebhookOff aliases
|
|
2924
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2925
|
+
// Wheat aliases
|
|
2926
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2927
|
+
// Weight aliases
|
|
2928
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2929
|
+
// WheatOff aliases
|
|
2930
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2931
|
+
// WholeWord aliases
|
|
2932
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2933
|
+
// WifiCog aliases
|
|
2934
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2935
|
+
// WifiHigh aliases
|
|
2936
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2937
|
+
// WifiPen aliases
|
|
2938
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2939
|
+
// WifiLow aliases
|
|
2940
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2941
|
+
// WifiOff aliases
|
|
2942
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2943
|
+
// WifiSync aliases
|
|
2944
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2945
|
+
// WifiZero aliases
|
|
2946
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2947
|
+
// Wifi aliases
|
|
2948
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2949
|
+
// WindArrowDown aliases
|
|
2950
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2951
|
+
// WineOff aliases
|
|
2952
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2953
|
+
// Wind aliases
|
|
2954
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2955
|
+
// Wine aliases
|
|
2956
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2957
|
+
// Worm aliases
|
|
2958
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2959
|
+
// Workflow aliases
|
|
2960
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2961
|
+
// WrenchOff aliases
|
|
2962
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2963
|
+
// Wrench aliases
|
|
2964
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2965
|
+
// XLineTop aliases
|
|
2966
|
+
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2967
|
+
// ZapOff aliases
|
|
2968
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2969
|
+
// ZodiacAquarius aliases
|
|
2970
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2971
|
+
// X aliases
|
|
2972
|
+
export { default as XIcon } from '../icons/x';
|
|
2973
|
+
// ZodiacAries aliases
|
|
2974
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2975
|
+
// ZodiacCancer aliases
|
|
2976
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2977
|
+
// ZodiacCapricorn aliases
|
|
2978
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2979
|
+
// ZodiacGemini aliases
|
|
2980
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2981
|
+
// ZodiacLeo aliases
|
|
2982
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2983
|
+
// ZodiacLibra aliases
|
|
2984
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2985
|
+
// ZodiacOphiuchus aliases
|
|
2986
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2987
|
+
// ZodiacPisces aliases
|
|
2988
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2989
|
+
// ZodiacSagittarius aliases
|
|
2990
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2991
|
+
// ZodiacScorpio aliases
|
|
2992
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2993
|
+
// ZodiacTaurus aliases
|
|
2994
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2995
|
+
// ZodiacVirgo aliases
|
|
2996
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2997
|
+
// ZoomIn aliases
|
|
2998
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2999
|
+
// ZoomOut aliases
|
|
3000
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3001
|
+
// ArrowDown10 aliases
|
|
3002
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3003
|
+
// ArrowDown01 aliases
|
|
3004
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3005
|
+
// ArrowUp10 aliases
|
|
3006
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3007
|
+
// ArrowUp01 aliases
|
|
3008
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3009
|
+
// Zap aliases
|
|
3010
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
3011
|
+
// WeightTilde aliases
|
|
3012
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3013
|
+
// SportShoe aliases
|
|
3014
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
3015
|
+
// Terminal aliases
|
|
3016
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
3017
|
+
// TableProperties aliases
|
|
3018
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
3019
|
+
// AlarmClockCheck aliases
|
|
3020
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3021
|
+
export {
|
|
3022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3023
|
+
default as AlarmCheckIcon
|
|
3024
|
+
} from '../icons/alarm-clock-check';
|
|
3025
|
+
// AlarmClockMinus aliases
|
|
3026
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3027
|
+
export {
|
|
3028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3029
|
+
default as AlarmMinusIcon
|
|
3030
|
+
} from '../icons/alarm-clock-minus';
|
|
3031
|
+
// AlarmClockPlus aliases
|
|
3032
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as AlarmPlusIcon
|
|
3036
|
+
} from '../icons/alarm-clock-plus';
|
|
3037
|
+
// ArrowDownAZ aliases
|
|
3038
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3039
|
+
export {
|
|
3040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
3041
|
+
default as ArrowDownAzIcon
|
|
3042
|
+
} from '../icons/arrow-down-a-z';
|
|
3043
|
+
// ArrowDownWideNarrow aliases
|
|
3044
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3045
|
+
export {
|
|
3046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
3047
|
+
default as SortDescIcon
|
|
3048
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
3049
|
+
// ArrowDownZA aliases
|
|
3050
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3051
|
+
export {
|
|
3052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
3053
|
+
default as ArrowDownZaIcon
|
|
3054
|
+
} from '../icons/arrow-down-z-a';
|
|
3055
|
+
// ArrowUpAZ aliases
|
|
3056
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ArrowUpAzIcon
|
|
3060
|
+
} from '../icons/arrow-up-a-z';
|
|
3061
|
+
// ArrowUpNarrowWide aliases
|
|
3062
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3063
|
+
export {
|
|
3064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3065
|
+
default as SortAscIcon
|
|
3066
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3067
|
+
// ArrowUpZA aliases
|
|
3068
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as ArrowUpZaIcon
|
|
3072
|
+
} from '../icons/arrow-up-z-a';
|
|
3073
|
+
// Axis3d aliases
|
|
3074
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3075
|
+
export {
|
|
3076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
3077
|
+
default as Axis3DIcon
|
|
3078
|
+
} from '../icons/axis-3d';
|
|
3079
|
+
// BadgeCheck aliases
|
|
3080
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3081
|
+
export {
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3083
|
+
default as VerifiedIcon
|
|
3084
|
+
} from '../icons/badge-check';
|
|
3085
|
+
// BadgeQuestionMark aliases
|
|
3086
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3089
|
+
default as BadgeHelpIcon
|
|
3090
|
+
} from '../icons/badge-question-mark';
|
|
3091
|
+
// BetweenHorizontalEnd aliases
|
|
3092
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3093
|
+
export {
|
|
3094
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3095
|
+
default as BetweenHorizonalEndIcon
|
|
3096
|
+
} from '../icons/between-horizontal-end';
|
|
3097
|
+
// BetweenHorizontalStart aliases
|
|
3098
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3099
|
+
export {
|
|
3100
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3101
|
+
default as BetweenHorizonalStartIcon
|
|
3102
|
+
} from '../icons/between-horizontal-start';
|
|
3103
|
+
// BookDashed aliases
|
|
3104
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3107
|
+
default as BookTemplateIcon
|
|
3108
|
+
} from '../icons/book-dashed';
|
|
3109
|
+
// Braces aliases
|
|
3110
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3113
|
+
default as CurlyBracesIcon
|
|
3114
|
+
} from '../icons/braces';
|
|
3115
|
+
// Captions aliases
|
|
3116
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3119
|
+
default as SubtitlesIcon
|
|
3120
|
+
} from '../icons/captions';
|
|
3121
|
+
// ChartArea aliases
|
|
3122
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3123
|
+
export {
|
|
3124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3125
|
+
default as AreaChartIcon
|
|
3126
|
+
} from '../icons/chart-area';
|
|
3127
|
+
// ChartBarBig aliases
|
|
3128
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3131
|
+
default as BarChartHorizontalBigIcon
|
|
3132
|
+
} from '../icons/chart-bar-big';
|
|
3133
|
+
// ChartCandlestick aliases
|
|
3134
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3135
|
+
export {
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as CandlestickChartIcon
|
|
3138
|
+
} from '../icons/chart-candlestick';
|
|
3139
|
+
// ChartBar aliases
|
|
3140
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as BarChartHorizontalIcon
|
|
3144
|
+
} from '../icons/chart-bar';
|
|
3145
|
+
// ChartColumnIncreasing aliases
|
|
3146
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3147
|
+
export {
|
|
3148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3149
|
+
default as BarChart4Icon
|
|
3150
|
+
} from '../icons/chart-column-increasing';
|
|
3151
|
+
// ChartColumnBig aliases
|
|
3152
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3153
|
+
export {
|
|
3154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3155
|
+
default as BarChartBigIcon
|
|
3156
|
+
} from '../icons/chart-column-big';
|
|
3157
|
+
// ChartLine aliases
|
|
3158
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3161
|
+
default as LineChartIcon
|
|
3162
|
+
} from '../icons/chart-line';
|
|
3163
|
+
// ChartColumn aliases
|
|
3164
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3165
|
+
export {
|
|
3166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3167
|
+
default as BarChart3Icon
|
|
3168
|
+
} from '../icons/chart-column';
|
|
3169
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3170
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3171
|
+
export {
|
|
3172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3173
|
+
default as BarChartIcon
|
|
3174
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3175
|
+
// ChartNoAxesColumn aliases
|
|
3176
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3177
|
+
export {
|
|
3178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3179
|
+
default as BarChart2Icon
|
|
3180
|
+
} from '../icons/chart-no-axes-column';
|
|
3181
|
+
// ChartNoAxesGantt aliases
|
|
3182
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3183
|
+
export {
|
|
3184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3185
|
+
default as GanttChartIcon
|
|
3186
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3187
|
+
// ChartPie aliases
|
|
3188
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3189
|
+
export {
|
|
3190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3191
|
+
default as PieChartIcon
|
|
3192
|
+
} from '../icons/chart-pie';
|
|
3193
|
+
// ChartScatter aliases
|
|
3194
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3195
|
+
export {
|
|
3196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3197
|
+
default as ScatterChartIcon
|
|
3198
|
+
} from '../icons/chart-scatter';
|
|
3199
|
+
// CircleAlert aliases
|
|
3200
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3201
|
+
export {
|
|
3202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3203
|
+
default as AlertCircleIcon
|
|
3204
|
+
} from '../icons/circle-alert';
|
|
3205
|
+
// CircleArrowDown aliases
|
|
3206
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3209
|
+
default as ArrowDownCircleIcon
|
|
3210
|
+
} from '../icons/circle-arrow-down';
|
|
3211
|
+
// CircleArrowLeft aliases
|
|
3212
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3215
|
+
default as ArrowLeftCircleIcon
|
|
3216
|
+
} from '../icons/circle-arrow-left';
|
|
3217
|
+
// CircleArrowOutDownRight aliases
|
|
3218
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3219
|
+
export {
|
|
3220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3221
|
+
default as ArrowDownRightFromCircleIcon
|
|
3222
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3223
|
+
// CircleArrowOutDownLeft aliases
|
|
3224
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3225
|
+
export {
|
|
3226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3227
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3228
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3229
|
+
// CircleArrowOutUpLeft aliases
|
|
3230
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3231
|
+
export {
|
|
3232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3233
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3234
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3235
|
+
// CircleArrowOutUpRight aliases
|
|
3236
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3239
|
+
default as ArrowUpRightFromCircleIcon
|
|
3240
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3241
|
+
// CircleArrowRight aliases
|
|
3242
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3245
|
+
default as ArrowRightCircleIcon
|
|
3246
|
+
} from '../icons/circle-arrow-right';
|
|
3247
|
+
// CircleArrowUp aliases
|
|
3248
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3249
|
+
export {
|
|
3250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3251
|
+
default as ArrowUpCircleIcon
|
|
3252
|
+
} from '../icons/circle-arrow-up';
|
|
3253
|
+
// CircleCheckBig aliases
|
|
3254
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as CheckCircleIcon
|
|
3258
|
+
} from '../icons/circle-check-big';
|
|
3259
|
+
// CircleCheck aliases
|
|
3260
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3261
|
+
export {
|
|
3262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3263
|
+
default as CheckCircle2Icon
|
|
3264
|
+
} from '../icons/circle-check';
|
|
3265
|
+
// CircleChevronDown aliases
|
|
3266
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3269
|
+
default as ChevronDownCircleIcon
|
|
3270
|
+
} from '../icons/circle-chevron-down';
|
|
3271
|
+
// CircleChevronLeft aliases
|
|
3272
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3273
|
+
export {
|
|
3274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3275
|
+
default as ChevronLeftCircleIcon
|
|
3276
|
+
} from '../icons/circle-chevron-left';
|
|
3277
|
+
// CircleChevronUp aliases
|
|
3278
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3281
|
+
default as ChevronUpCircleIcon
|
|
3282
|
+
} from '../icons/circle-chevron-up';
|
|
3283
|
+
// CircleChevronRight aliases
|
|
3284
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3285
|
+
export {
|
|
3286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3287
|
+
default as ChevronRightCircleIcon
|
|
3288
|
+
} from '../icons/circle-chevron-right';
|
|
3289
|
+
// CircleDivide aliases
|
|
3290
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as DivideCircleIcon
|
|
3294
|
+
} from '../icons/circle-divide';
|
|
3295
|
+
// CircleGauge aliases
|
|
3296
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3299
|
+
default as GaugeCircleIcon
|
|
3300
|
+
} from '../icons/circle-gauge';
|
|
3301
|
+
// CircleMinus aliases
|
|
3302
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3305
|
+
default as MinusCircleIcon
|
|
3306
|
+
} from '../icons/circle-minus';
|
|
3307
|
+
// CircleParkingOff aliases
|
|
3308
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3311
|
+
default as ParkingCircleOffIcon
|
|
3312
|
+
} from '../icons/circle-parking-off';
|
|
3313
|
+
// CircleParking aliases
|
|
3314
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3315
|
+
export {
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as ParkingCircleIcon
|
|
3318
|
+
} from '../icons/circle-parking';
|
|
3319
|
+
// CirclePause aliases
|
|
3320
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3323
|
+
default as PauseCircleIcon
|
|
3324
|
+
} from '../icons/circle-pause';
|
|
3325
|
+
// CirclePercent aliases
|
|
3326
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as PercentCircleIcon
|
|
3330
|
+
} from '../icons/circle-percent';
|
|
3331
|
+
// CirclePlay aliases
|
|
3332
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as PlayCircleIcon
|
|
3336
|
+
} from '../icons/circle-play';
|
|
3337
|
+
// CirclePower aliases
|
|
3338
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3339
|
+
export {
|
|
3340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3341
|
+
default as PowerCircleIcon
|
|
3342
|
+
} from '../icons/circle-power';
|
|
3343
|
+
// CirclePlus aliases
|
|
3344
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as PlusCircleIcon
|
|
3348
|
+
} from '../icons/circle-plus';
|
|
3349
|
+
// CircleQuestionMark aliases
|
|
3350
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3353
|
+
default as HelpCircleIcon
|
|
3354
|
+
} from '../icons/circle-question-mark';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as CircleHelpIcon
|
|
3358
|
+
} from '../icons/circle-question-mark';
|
|
3359
|
+
// CircleSlash2 aliases
|
|
3360
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3363
|
+
default as CircleSlashedIcon
|
|
3364
|
+
} from '../icons/circle-slash-2';
|
|
3365
|
+
// CircleStop aliases
|
|
3366
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as StopCircleIcon
|
|
3370
|
+
} from '../icons/circle-stop';
|
|
3371
|
+
// CircleUserRound aliases
|
|
3372
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as UserCircle2Icon
|
|
3376
|
+
} from '../icons/circle-user-round';
|
|
3377
|
+
// CircleUser aliases
|
|
3378
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3379
|
+
export {
|
|
3380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3381
|
+
default as UserCircleIcon
|
|
3382
|
+
} from '../icons/circle-user';
|
|
3383
|
+
// CircleX aliases
|
|
3384
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3385
|
+
export {
|
|
3386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3387
|
+
default as XCircleIcon
|
|
3388
|
+
} from '../icons/circle-x';
|
|
3389
|
+
// ClipboardPenLine aliases
|
|
3390
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3391
|
+
export {
|
|
3392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3393
|
+
default as ClipboardSignatureIcon
|
|
3394
|
+
} from '../icons/clipboard-pen-line';
|
|
3395
|
+
// ClipboardPen aliases
|
|
3396
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as ClipboardEditIcon
|
|
3400
|
+
} from '../icons/clipboard-pen';
|
|
3401
|
+
// CloudDownload aliases
|
|
3402
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as DownloadCloudIcon
|
|
3406
|
+
} from '../icons/cloud-download';
|
|
3407
|
+
// CloudUpload aliases
|
|
3408
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3411
|
+
default as UploadCloudIcon
|
|
3412
|
+
} from '../icons/cloud-upload';
|
|
3413
|
+
// CodeXml aliases
|
|
3414
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as Code2Icon
|
|
3418
|
+
} from '../icons/code-xml';
|
|
3419
|
+
// Columns2 aliases
|
|
3420
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as ColumnsIcon
|
|
3424
|
+
} from '../icons/columns-2';
|
|
3425
|
+
// Columns3Cog aliases
|
|
3426
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3429
|
+
default as ColumnsSettingsIcon
|
|
3430
|
+
} from '../icons/columns-3-cog';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3433
|
+
default as TableConfigIcon
|
|
3434
|
+
} from '../icons/columns-3-cog';
|
|
3435
|
+
// Columns3 aliases
|
|
3436
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3439
|
+
default as PanelsLeftRightIcon
|
|
3440
|
+
} from '../icons/columns-3';
|
|
3441
|
+
// ContactRound aliases
|
|
3442
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3443
|
+
export {
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3445
|
+
default as Contact2Icon
|
|
3446
|
+
} from '../icons/contact-round';
|
|
3447
|
+
// DiamondPercent aliases
|
|
3448
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3449
|
+
export {
|
|
3450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3451
|
+
default as PercentDiamondIcon
|
|
3452
|
+
} from '../icons/diamond-percent';
|
|
3453
|
+
// Earth aliases
|
|
3454
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3457
|
+
default as Globe2Icon
|
|
3458
|
+
} from '../icons/earth';
|
|
3459
|
+
// EllipsisVertical aliases
|
|
3460
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3463
|
+
default as MoreVerticalIcon
|
|
3464
|
+
} from '../icons/ellipsis-vertical';
|
|
3465
|
+
// Ellipsis aliases
|
|
3466
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3469
|
+
default as MoreHorizontalIcon
|
|
3470
|
+
} from '../icons/ellipsis';
|
|
3471
|
+
// FileAxis3d aliases
|
|
3472
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3473
|
+
export {
|
|
3474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3475
|
+
default as FileAxis3DIcon
|
|
3476
|
+
} from '../icons/file-axis-3d';
|
|
3477
|
+
// FileBadge aliases
|
|
3478
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3481
|
+
default as FileBadge2Icon
|
|
3482
|
+
} from '../icons/file-badge';
|
|
3483
|
+
// FileBracesCorner aliases
|
|
3484
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3487
|
+
default as FileJson2Icon
|
|
3488
|
+
} from '../icons/file-braces-corner';
|
|
3489
|
+
// FileBraces aliases
|
|
3490
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3493
|
+
default as FileJsonIcon
|
|
3494
|
+
} from '../icons/file-braces';
|
|
3495
|
+
// FileChartColumnIncreasing aliases
|
|
3496
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as FileBarChartIcon
|
|
3500
|
+
} from '../icons/file-chart-column-increasing';
|
|
3501
|
+
// FileChartColumn aliases
|
|
3502
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3505
|
+
default as FileBarChart2Icon
|
|
3506
|
+
} from '../icons/file-chart-column';
|
|
3507
|
+
// FileChartLine aliases
|
|
3508
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FileLineChartIcon
|
|
3512
|
+
} from '../icons/file-chart-line';
|
|
3513
|
+
// FileChartPie aliases
|
|
3514
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3517
|
+
default as FilePieChartIcon
|
|
3518
|
+
} from '../icons/file-chart-pie';
|
|
3519
|
+
// FileCheckCorner aliases
|
|
3520
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3521
|
+
export {
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3523
|
+
default as FileCheck2Icon
|
|
3524
|
+
} from '../icons/file-check-corner';
|
|
3525
|
+
// FileCodeCorner aliases
|
|
3526
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3529
|
+
default as FileCode2Icon
|
|
3530
|
+
} from '../icons/file-code-corner';
|
|
3531
|
+
// FileCog aliases
|
|
3532
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3533
|
+
export {
|
|
3534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3535
|
+
default as FileCog2Icon
|
|
3536
|
+
} from '../icons/file-cog';
|
|
3537
|
+
// FileExclamationPoint aliases
|
|
3538
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as FileWarningIcon
|
|
3542
|
+
} from '../icons/file-exclamation-point';
|
|
3543
|
+
// FileHeadphone aliases
|
|
3544
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3547
|
+
default as FileAudioIcon
|
|
3548
|
+
} from '../icons/file-headphone';
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3551
|
+
default as FileAudio2Icon
|
|
3552
|
+
} from '../icons/file-headphone';
|
|
3553
|
+
// FileKey aliases
|
|
3554
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3555
|
+
export {
|
|
3556
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3557
|
+
default as FileKey2Icon
|
|
3558
|
+
} from '../icons/file-key';
|
|
3559
|
+
// FileLock aliases
|
|
3560
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as FileLock2Icon
|
|
3564
|
+
} from '../icons/file-lock';
|
|
3565
|
+
// FileMinusCorner aliases
|
|
3566
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3567
|
+
export {
|
|
3568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3569
|
+
default as FileMinus2Icon
|
|
3570
|
+
} from '../icons/file-minus-corner';
|
|
3571
|
+
// FilePenLine aliases
|
|
3572
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as FileSignatureIcon
|
|
3576
|
+
} from '../icons/file-pen-line';
|
|
3577
|
+
// FilePen aliases
|
|
3578
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3579
|
+
export {
|
|
3580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3581
|
+
default as FileEditIcon
|
|
3582
|
+
} from '../icons/file-pen';
|
|
3583
|
+
// FilePlay aliases
|
|
3584
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3587
|
+
default as FileVideoIcon
|
|
3588
|
+
} from '../icons/file-play';
|
|
3589
|
+
// FilePlusCorner aliases
|
|
3590
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3591
|
+
export {
|
|
3592
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3593
|
+
default as FilePlus2Icon
|
|
3594
|
+
} from '../icons/file-plus-corner';
|
|
3595
|
+
// FileSearchCorner aliases
|
|
3596
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3597
|
+
export {
|
|
3598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3599
|
+
default as FileSearch2Icon
|
|
3600
|
+
} from '../icons/file-search-corner';
|
|
3601
|
+
// FileQuestionMark aliases
|
|
3602
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3605
|
+
default as FileQuestionIcon
|
|
3606
|
+
} from '../icons/file-question-mark';
|
|
3607
|
+
// FileSignal aliases
|
|
3608
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as FileVolume2Icon
|
|
3612
|
+
} from '../icons/file-signal';
|
|
3613
|
+
// FileTypeCorner aliases
|
|
3614
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3615
|
+
export {
|
|
3616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3617
|
+
default as FileType2Icon
|
|
3618
|
+
} from '../icons/file-type-corner';
|
|
3619
|
+
// FileVideoCamera aliases
|
|
3620
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3623
|
+
default as FileVideo2Icon
|
|
3624
|
+
} from '../icons/file-video-camera';
|
|
3625
|
+
// FolderPen aliases
|
|
3626
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3629
|
+
default as FolderEditIcon
|
|
3630
|
+
} from '../icons/folder-pen';
|
|
3631
|
+
// FileXCorner aliases
|
|
3632
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as FileX2Icon
|
|
3636
|
+
} from '../icons/file-x-corner';
|
|
3637
|
+
// FingerprintPattern aliases
|
|
3638
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3639
|
+
export {
|
|
3640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3641
|
+
default as FingerprintIcon
|
|
3642
|
+
} from '../icons/fingerprint-pattern';
|
|
3643
|
+
// FunnelX aliases
|
|
3644
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as FilterXIcon
|
|
3648
|
+
} from '../icons/funnel-x';
|
|
3649
|
+
// FolderCog aliases
|
|
3650
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as FolderCog2Icon
|
|
3654
|
+
} from '../icons/folder-cog';
|
|
3655
|
+
// Grid2x2Check aliases
|
|
3656
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as Grid2X2CheckIcon
|
|
3660
|
+
} from '../icons/grid-2x2-check';
|
|
3661
|
+
// Funnel aliases
|
|
3662
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3663
|
+
export {
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as FilterIcon
|
|
3666
|
+
} from '../icons/funnel';
|
|
3667
|
+
// Grid2x2Plus aliases
|
|
3668
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3671
|
+
default as Grid2X2PlusIcon
|
|
3672
|
+
} from '../icons/grid-2x2-plus';
|
|
3673
|
+
// GitCommitHorizontal aliases
|
|
3674
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as GitCommitIcon
|
|
3678
|
+
} from '../icons/git-commit-horizontal';
|
|
3679
|
+
// Grid2x2X aliases
|
|
3680
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3681
|
+
export {
|
|
3682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3683
|
+
default as Grid2X2XIcon
|
|
3684
|
+
} from '../icons/grid-2x2-x';
|
|
3685
|
+
// Grid3x3 aliases
|
|
3686
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3687
|
+
export {
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3689
|
+
default as GridIcon
|
|
3690
|
+
} from '../icons/grid-3x3';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3693
|
+
default as Grid3X3Icon
|
|
3694
|
+
} from '../icons/grid-3x3';
|
|
3695
|
+
// Grid2x2 aliases
|
|
3696
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3699
|
+
default as Grid2X2Icon
|
|
3700
|
+
} from '../icons/grid-2x2';
|
|
3701
|
+
// HandHelping aliases
|
|
3702
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3703
|
+
export {
|
|
3704
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3705
|
+
default as HelpingHandIcon
|
|
3706
|
+
} from '../icons/hand-helping';
|
|
3707
|
+
// LaptopMinimal aliases
|
|
3708
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as Laptop2Icon
|
|
3712
|
+
} from '../icons/laptop-minimal';
|
|
3713
|
+
// House aliases
|
|
3714
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3715
|
+
export {
|
|
3716
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3717
|
+
default as HomeIcon
|
|
3718
|
+
} from '../icons/house';
|
|
3719
|
+
// ListIndentDecrease aliases
|
|
3720
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3721
|
+
export {
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3723
|
+
default as OutdentIcon
|
|
3724
|
+
} from '../icons/list-indent-decrease';
|
|
3725
|
+
export {
|
|
3726
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3727
|
+
default as IndentDecreaseIcon
|
|
3728
|
+
} from '../icons/list-indent-decrease';
|
|
3729
|
+
// Layers aliases
|
|
3730
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3731
|
+
export {
|
|
3732
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3733
|
+
default as Layers3Icon
|
|
3734
|
+
} from '../icons/layers';
|
|
3735
|
+
// IceCreamCone aliases
|
|
3736
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3739
|
+
default as IceCreamIcon
|
|
3740
|
+
} from '../icons/ice-cream-cone';
|
|
3741
|
+
// IceCreamBowl aliases
|
|
3742
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3743
|
+
export {
|
|
3744
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3745
|
+
default as IceCream2Icon
|
|
3746
|
+
} from '../icons/ice-cream-bowl';
|
|
3747
|
+
// LoaderCircle aliases
|
|
3748
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3749
|
+
export {
|
|
3750
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3751
|
+
default as Loader2Icon
|
|
3752
|
+
} from '../icons/loader-circle';
|
|
3753
|
+
// ListIndentIncrease aliases
|
|
3754
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3755
|
+
export {
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3757
|
+
default as IndentIcon
|
|
3758
|
+
} from '../icons/list-indent-increase';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3761
|
+
default as IndentIncreaseIcon
|
|
3762
|
+
} from '../icons/list-indent-increase';
|
|
3763
|
+
// LockKeyholeOpen aliases
|
|
3764
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3767
|
+
default as UnlockKeyholeIcon
|
|
3768
|
+
} from '../icons/lock-keyhole-open';
|
|
3769
|
+
// LockOpen aliases
|
|
3770
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3771
|
+
export {
|
|
3772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3773
|
+
default as UnlockIcon
|
|
3774
|
+
} from '../icons/lock-open';
|
|
3775
|
+
// MapPinPen aliases
|
|
3776
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3777
|
+
export {
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3779
|
+
default as LocationEditIcon
|
|
3780
|
+
} from '../icons/map-pin-pen';
|
|
3781
|
+
// MailQuestionMark aliases
|
|
3782
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3783
|
+
export {
|
|
3784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3785
|
+
default as MailQuestionIcon
|
|
3786
|
+
} from '../icons/mail-question-mark';
|
|
3787
|
+
// MicVocal aliases
|
|
3788
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3789
|
+
export {
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3791
|
+
default as Mic2Icon
|
|
3792
|
+
} from '../icons/mic-vocal';
|
|
3793
|
+
// OctagonAlert aliases
|
|
3794
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3795
|
+
export {
|
|
3796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3797
|
+
default as AlertOctagonIcon
|
|
3798
|
+
} from '../icons/octagon-alert';
|
|
3799
|
+
// Move3d aliases
|
|
3800
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3801
|
+
export {
|
|
3802
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3803
|
+
default as Move3DIcon
|
|
3804
|
+
} from '../icons/move-3d';
|
|
3805
|
+
// MessageCircleQuestionMark aliases
|
|
3806
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3809
|
+
default as MessageCircleQuestionIcon
|
|
3810
|
+
} from '../icons/message-circle-question-mark';
|
|
3811
|
+
// OctagonX aliases
|
|
3812
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3813
|
+
export {
|
|
3814
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3815
|
+
default as XOctagonIcon
|
|
3816
|
+
} from '../icons/octagon-x';
|
|
3817
|
+
// OctagonPause aliases
|
|
3818
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3819
|
+
export {
|
|
3820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3821
|
+
default as PauseOctagonIcon
|
|
3822
|
+
} from '../icons/octagon-pause';
|
|
3823
|
+
// PanelBottomDashed aliases
|
|
3824
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3825
|
+
export {
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3827
|
+
default as PanelBottomInactiveIcon
|
|
3828
|
+
} from '../icons/panel-bottom-dashed';
|
|
3829
|
+
// PaintbrushVertical aliases
|
|
3830
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3833
|
+
default as Paintbrush2Icon
|
|
3834
|
+
} from '../icons/paintbrush-vertical';
|
|
3835
|
+
// PanelLeftDashed aliases
|
|
3836
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3837
|
+
export {
|
|
3838
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3839
|
+
default as PanelLeftInactiveIcon
|
|
3840
|
+
} from '../icons/panel-left-dashed';
|
|
3841
|
+
// PanelLeft aliases
|
|
3842
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3845
|
+
default as SidebarIcon
|
|
3846
|
+
} from '../icons/panel-left';
|
|
3847
|
+
// PanelTopDashed aliases
|
|
3848
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3849
|
+
export {
|
|
3850
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3851
|
+
default as PanelTopInactiveIcon
|
|
3852
|
+
} from '../icons/panel-top-dashed';
|
|
3853
|
+
// PanelLeftOpen aliases
|
|
3854
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3857
|
+
default as SidebarOpenIcon
|
|
3858
|
+
} from '../icons/panel-left-open';
|
|
3859
|
+
// PanelRightDashed aliases
|
|
3860
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3861
|
+
export {
|
|
3862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3863
|
+
default as PanelRightInactiveIcon
|
|
3864
|
+
} from '../icons/panel-right-dashed';
|
|
3865
|
+
// PenLine aliases
|
|
3866
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3867
|
+
export {
|
|
3868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3869
|
+
default as Edit3Icon
|
|
3870
|
+
} from '../icons/pen-line';
|
|
3871
|
+
// PlugZap aliases
|
|
3872
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3875
|
+
default as PlugZap2Icon
|
|
3876
|
+
} from '../icons/plug-zap';
|
|
3877
|
+
// RectangleEllipsis aliases
|
|
3878
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3881
|
+
default as FormInputIcon
|
|
3882
|
+
} from '../icons/rectangle-ellipsis';
|
|
3883
|
+
// HandGrab aliases
|
|
3884
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3885
|
+
export {
|
|
3886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3887
|
+
default as GrabIcon
|
|
3888
|
+
} from '../icons/hand-grab';
|
|
3889
|
+
// PanelLeftClose aliases
|
|
3890
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3893
|
+
default as SidebarCloseIcon
|
|
3894
|
+
} from '../icons/panel-left-close';
|
|
3895
|
+
// Pen aliases
|
|
3896
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3897
|
+
export {
|
|
3898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3899
|
+
default as Edit2Icon
|
|
3900
|
+
} from '../icons/pen';
|
|
3901
|
+
// Rotate3d aliases
|
|
3902
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3905
|
+
default as Rotate3DIcon
|
|
3906
|
+
} from '../icons/rotate-3d';
|
|
3907
|
+
// Scale3d aliases
|
|
3908
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3911
|
+
default as Scale3DIcon
|
|
3912
|
+
} from '../icons/scale-3d';
|
|
3913
|
+
// ShieldQuestionMark aliases
|
|
3914
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as ShieldQuestionIcon
|
|
3918
|
+
} from '../icons/shield-question-mark';
|
|
3919
|
+
// SendHorizontal aliases
|
|
3920
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3921
|
+
export {
|
|
3922
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3923
|
+
default as SendHorizonalIcon
|
|
3924
|
+
} from '../icons/send-horizontal';
|
|
3925
|
+
// Sparkles aliases
|
|
3926
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3929
|
+
default as StarsIcon
|
|
3930
|
+
} from '../icons/sparkles';
|
|
3931
|
+
// Rows2 aliases
|
|
3932
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3933
|
+
export {
|
|
3934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3935
|
+
default as RowsIcon
|
|
3936
|
+
} from '../icons/rows-2';
|
|
3937
|
+
// SquareActivity aliases
|
|
3938
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3941
|
+
default as ActivitySquareIcon
|
|
3942
|
+
} from '../icons/square-activity';
|
|
3943
|
+
// SquareArrowDownLeft aliases
|
|
3944
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3945
|
+
export {
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3947
|
+
default as ArrowDownLeftSquareIcon
|
|
3948
|
+
} from '../icons/square-arrow-down-left';
|
|
3949
|
+
// Rows3 aliases
|
|
3950
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as PanelsTopBottomIcon
|
|
3954
|
+
} from '../icons/rows-3';
|
|
3955
|
+
// SquareArrowDown aliases
|
|
3956
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3957
|
+
export {
|
|
3958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3959
|
+
default as ArrowDownSquareIcon
|
|
3960
|
+
} from '../icons/square-arrow-down';
|
|
3961
|
+
// SquareArrowDownRight aliases
|
|
3962
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3963
|
+
export {
|
|
3964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3965
|
+
default as ArrowDownRightSquareIcon
|
|
3966
|
+
} from '../icons/square-arrow-down-right';
|
|
3967
|
+
// SquareArrowLeft aliases
|
|
3968
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3971
|
+
default as ArrowLeftSquareIcon
|
|
3972
|
+
} from '../icons/square-arrow-left';
|
|
3973
|
+
// SquareArrowOutDownLeft aliases
|
|
3974
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3978
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3979
|
+
// SlidersVertical aliases
|
|
3980
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as SlidersIcon
|
|
3984
|
+
} from '../icons/sliders-vertical';
|
|
3985
|
+
// SquareArrowOutUpLeft aliases
|
|
3986
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3987
|
+
export {
|
|
3988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3989
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3990
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3991
|
+
// SquareArrowOutDownRight aliases
|
|
3992
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as ArrowDownRightFromSquareIcon
|
|
3996
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3997
|
+
// SquareArrowRight aliases
|
|
3998
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3999
|
+
export {
|
|
4000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
4001
|
+
default as ArrowRightSquareIcon
|
|
4002
|
+
} from '../icons/square-arrow-right';
|
|
4003
|
+
// SquareArrowUpLeft aliases
|
|
4004
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4005
|
+
export {
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as ArrowUpLeftSquareIcon
|
|
4008
|
+
} from '../icons/square-arrow-up-left';
|
|
4009
|
+
// SquareArrowUpRight aliases
|
|
4010
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as ArrowUpRightSquareIcon
|
|
4014
|
+
} from '../icons/square-arrow-up-right';
|
|
4015
|
+
// SquareArrowOutUpRight aliases
|
|
4016
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as ArrowUpRightFromSquareIcon
|
|
4020
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4021
|
+
// SquareAsterisk aliases
|
|
4022
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as AsteriskSquareIcon
|
|
4026
|
+
} from '../icons/square-asterisk';
|
|
4027
|
+
// SquareArrowUp aliases
|
|
4028
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as ArrowUpSquareIcon
|
|
4032
|
+
} from '../icons/square-arrow-up';
|
|
4033
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4034
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
4037
|
+
default as FlipHorizontalIcon
|
|
4038
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4039
|
+
// SquareBottomDashedScissors aliases
|
|
4040
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4041
|
+
export {
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4044
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4045
|
+
// SquareChartGantt aliases
|
|
4046
|
+
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4047
|
+
export {
|
|
4048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4049
|
+
default as GanttChartSquareIcon
|
|
4050
|
+
} from '../icons/square-chart-gantt';
|
|
4051
|
+
export {
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
4053
|
+
default as SquareGanttChartIcon
|
|
4054
|
+
} from '../icons/square-chart-gantt';
|
|
4055
|
+
// SquareCheckBig aliases
|
|
4056
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4059
|
+
default as CheckSquareIcon
|
|
4060
|
+
} from '../icons/square-check-big';
|
|
4061
|
+
// SquareCheck aliases
|
|
4062
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4065
|
+
default as CheckSquare2Icon
|
|
4066
|
+
} from '../icons/square-check';
|
|
4067
|
+
// SquareCenterlineDashedVertical aliases
|
|
4068
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4069
|
+
export {
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
4071
|
+
default as FlipVerticalIcon
|
|
4072
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4073
|
+
// SquareChevronLeft aliases
|
|
4074
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4075
|
+
export {
|
|
4076
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4077
|
+
default as ChevronLeftSquareIcon
|
|
4078
|
+
} from '../icons/square-chevron-left';
|
|
4079
|
+
// SquareChevronDown aliases
|
|
4080
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as ChevronDownSquareIcon
|
|
4084
|
+
} from '../icons/square-chevron-down';
|
|
4085
|
+
// SquareChevronUp aliases
|
|
4086
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4089
|
+
default as ChevronUpSquareIcon
|
|
4090
|
+
} from '../icons/square-chevron-up';
|
|
4091
|
+
// SquareChevronRight aliases
|
|
4092
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4095
|
+
default as ChevronRightSquareIcon
|
|
4096
|
+
} from '../icons/square-chevron-right';
|
|
4097
|
+
// SquareDashedKanban aliases
|
|
4098
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4099
|
+
export {
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4101
|
+
default as KanbanSquareDashedIcon
|
|
4102
|
+
} from '../icons/square-dashed-kanban';
|
|
4103
|
+
// SquareDashedMousePointer aliases
|
|
4104
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4107
|
+
default as MousePointerSquareDashedIcon
|
|
4108
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4109
|
+
// SquareDashedText aliases
|
|
4110
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as TextSelectionIcon
|
|
4114
|
+
} from '../icons/square-dashed-text';
|
|
4115
|
+
export {
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4117
|
+
default as TextSelectIcon
|
|
4118
|
+
} from '../icons/square-dashed-text';
|
|
4119
|
+
// SquareDashed aliases
|
|
4120
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4123
|
+
default as BoxSelectIcon
|
|
4124
|
+
} from '../icons/square-dashed';
|
|
4125
|
+
// SquareDivide aliases
|
|
4126
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4127
|
+
export {
|
|
4128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4129
|
+
default as DivideSquareIcon
|
|
4130
|
+
} from '../icons/square-divide';
|
|
4131
|
+
// SquareDot aliases
|
|
4132
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4133
|
+
export {
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4135
|
+
default as DotSquareIcon
|
|
4136
|
+
} from '../icons/square-dot';
|
|
4137
|
+
// SquareCode aliases
|
|
4138
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
4141
|
+
default as CodeSquareIcon
|
|
4142
|
+
} from '../icons/square-code';
|
|
4143
|
+
// SquareEqual aliases
|
|
4144
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as EqualSquareIcon
|
|
4148
|
+
} from '../icons/square-equal';
|
|
4149
|
+
// SquareFunction aliases
|
|
4150
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4153
|
+
default as FunctionSquareIcon
|
|
4154
|
+
} from '../icons/square-function';
|
|
4155
|
+
// SquareKanban aliases
|
|
4156
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4159
|
+
default as KanbanSquareIcon
|
|
4160
|
+
} from '../icons/square-kanban';
|
|
4161
|
+
// SquareLibrary aliases
|
|
4162
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4163
|
+
export {
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4165
|
+
default as LibrarySquareIcon
|
|
4166
|
+
} from '../icons/square-library';
|
|
4167
|
+
// SquareM aliases
|
|
4168
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4171
|
+
default as MSquareIcon
|
|
4172
|
+
} from '../icons/square-m';
|
|
4173
|
+
// SquareMenu aliases
|
|
4174
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4175
|
+
export {
|
|
4176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4177
|
+
default as MenuSquareIcon
|
|
4178
|
+
} from '../icons/square-menu';
|
|
4179
|
+
// SquareMinus aliases
|
|
4180
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4181
|
+
export {
|
|
4182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4183
|
+
default as MinusSquareIcon
|
|
4184
|
+
} from '../icons/square-minus';
|
|
4185
|
+
// SquareMousePointer aliases
|
|
4186
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4187
|
+
export {
|
|
4188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4189
|
+
default as InspectIcon
|
|
4190
|
+
} from '../icons/square-mouse-pointer';
|
|
4191
|
+
// SquareParkingOff aliases
|
|
4192
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4195
|
+
default as ParkingSquareOffIcon
|
|
4196
|
+
} from '../icons/square-parking-off';
|
|
4197
|
+
// SquareParking aliases
|
|
4198
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4201
|
+
default as ParkingSquareIcon
|
|
4202
|
+
} from '../icons/square-parking';
|
|
4203
|
+
// SquarePen aliases
|
|
4204
|
+
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4207
|
+
default as PenBoxIcon
|
|
4208
|
+
} from '../icons/square-pen';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4211
|
+
default as EditIcon
|
|
4212
|
+
} from '../icons/square-pen';
|
|
4213
|
+
export {
|
|
4214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4215
|
+
default as PenSquareIcon
|
|
4216
|
+
} from '../icons/square-pen';
|
|
4217
|
+
// SquarePercent aliases
|
|
4218
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4219
|
+
export {
|
|
4220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4221
|
+
default as PercentSquareIcon
|
|
4222
|
+
} from '../icons/square-percent';
|
|
4223
|
+
// SquarePi aliases
|
|
4224
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as PiSquareIcon
|
|
4228
|
+
} from '../icons/square-pi';
|
|
4229
|
+
// SquarePilcrow aliases
|
|
4230
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4231
|
+
export {
|
|
4232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4233
|
+
default as PilcrowSquareIcon
|
|
4234
|
+
} from '../icons/square-pilcrow';
|
|
4235
|
+
// SquarePlay aliases
|
|
4236
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4237
|
+
export {
|
|
4238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4239
|
+
default as PlaySquareIcon
|
|
4240
|
+
} from '../icons/square-play';
|
|
4241
|
+
// SquarePlus aliases
|
|
4242
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4245
|
+
default as PlusSquareIcon
|
|
4246
|
+
} from '../icons/square-plus';
|
|
4247
|
+
// SquarePower aliases
|
|
4248
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4249
|
+
export {
|
|
4250
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4251
|
+
default as PowerSquareIcon
|
|
4252
|
+
} from '../icons/square-power';
|
|
4253
|
+
// SquareScissors aliases
|
|
4254
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4255
|
+
export {
|
|
4256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4257
|
+
default as ScissorsSquareIcon
|
|
4258
|
+
} from '../icons/square-scissors';
|
|
4259
|
+
// SquareSigma aliases
|
|
4260
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4261
|
+
export {
|
|
4262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4263
|
+
default as SigmaSquareIcon
|
|
4264
|
+
} from '../icons/square-sigma';
|
|
4265
|
+
// SquareSlash aliases
|
|
4266
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4269
|
+
default as SlashSquareIcon
|
|
4270
|
+
} from '../icons/square-slash';
|
|
4271
|
+
// SquareSplitHorizontal aliases
|
|
4272
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4273
|
+
export {
|
|
4274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4275
|
+
default as SplitSquareHorizontalIcon
|
|
4276
|
+
} from '../icons/square-split-horizontal';
|
|
4277
|
+
// SquareSplitVertical aliases
|
|
4278
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4279
|
+
export {
|
|
4280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4281
|
+
default as SplitSquareVerticalIcon
|
|
4282
|
+
} from '../icons/square-split-vertical';
|
|
4283
|
+
// SquareTerminal aliases
|
|
4284
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4287
|
+
default as TerminalSquareIcon
|
|
4288
|
+
} from '../icons/square-terminal';
|
|
4289
|
+
// SquareUserRound aliases
|
|
4290
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as UserSquare2Icon
|
|
4294
|
+
} from '../icons/square-user-round';
|
|
4295
|
+
// SquareX aliases
|
|
4296
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4297
|
+
export {
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4299
|
+
default as XSquareIcon
|
|
4300
|
+
} from '../icons/square-x';
|
|
4301
|
+
// TestTubeDiagonal aliases
|
|
4302
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4303
|
+
export {
|
|
4304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4305
|
+
default as TestTube2Icon
|
|
4306
|
+
} from '../icons/test-tube-diagonal';
|
|
4307
|
+
// TextAlignCenter aliases
|
|
4308
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4309
|
+
export {
|
|
4310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4311
|
+
default as AlignCenterIcon
|
|
4312
|
+
} from '../icons/text-align-center';
|
|
4313
|
+
// SquareUser aliases
|
|
4314
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4317
|
+
default as UserSquareIcon
|
|
4318
|
+
} from '../icons/square-user';
|
|
4319
|
+
// TextAlignEnd aliases
|
|
4320
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4321
|
+
export {
|
|
4322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4323
|
+
default as AlignRightIcon
|
|
4324
|
+
} from '../icons/text-align-end';
|
|
4325
|
+
// TextAlignStart aliases
|
|
4326
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4327
|
+
export {
|
|
4328
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4329
|
+
default as TextIcon
|
|
4330
|
+
} from '../icons/text-align-start';
|
|
4331
|
+
export {
|
|
4332
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4333
|
+
default as AlignLeftIcon
|
|
4334
|
+
} from '../icons/text-align-start';
|
|
4335
|
+
// TextInitial aliases
|
|
4336
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4337
|
+
export {
|
|
4338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4339
|
+
default as LetterTextIcon
|
|
4340
|
+
} from '../icons/text-initial';
|
|
4341
|
+
// TextAlignJustify aliases
|
|
4342
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as AlignJustifyIcon
|
|
4346
|
+
} from '../icons/text-align-justify';
|
|
4347
|
+
// TextWrap aliases
|
|
4348
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4351
|
+
default as WrapTextIcon
|
|
4352
|
+
} from '../icons/text-wrap';
|
|
4353
|
+
// TreePalm aliases
|
|
4354
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4355
|
+
export {
|
|
4356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4357
|
+
default as PalmtreeIcon
|
|
4358
|
+
} from '../icons/tree-palm';
|
|
4359
|
+
// TramFront aliases
|
|
4360
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4361
|
+
export {
|
|
4362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4363
|
+
default as TrainIcon
|
|
4364
|
+
} from '../icons/tram-front';
|
|
4365
|
+
// TriangleAlert aliases
|
|
4366
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4367
|
+
export {
|
|
4368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4369
|
+
default as AlertTriangleIcon
|
|
4370
|
+
} from '../icons/triangle-alert';
|
|
4371
|
+
// University aliases
|
|
4372
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4373
|
+
export {
|
|
4374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4375
|
+
default as School2Icon
|
|
4376
|
+
} from '../icons/university';
|
|
4377
|
+
// UserRoundCheck aliases
|
|
4378
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4379
|
+
export {
|
|
4380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4381
|
+
default as UserCheck2Icon
|
|
4382
|
+
} from '../icons/user-round-check';
|
|
4383
|
+
// TvMinimal aliases
|
|
4384
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4385
|
+
export {
|
|
4386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4387
|
+
default as Tv2Icon
|
|
4388
|
+
} from '../icons/tv-minimal';
|
|
4389
|
+
// UserRoundCog aliases
|
|
4390
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4391
|
+
export {
|
|
4392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4393
|
+
default as UserCog2Icon
|
|
4394
|
+
} from '../icons/user-round-cog';
|
|
4395
|
+
// UserRoundPlus aliases
|
|
4396
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4397
|
+
export {
|
|
4398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4399
|
+
default as UserPlus2Icon
|
|
4400
|
+
} from '../icons/user-round-plus';
|
|
4401
|
+
// UserRoundMinus aliases
|
|
4402
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4403
|
+
export {
|
|
4404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4405
|
+
default as UserMinus2Icon
|
|
4406
|
+
} from '../icons/user-round-minus';
|
|
4407
|
+
// UserRoundX aliases
|
|
4408
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4409
|
+
export {
|
|
4410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4411
|
+
default as UserX2Icon
|
|
4412
|
+
} from '../icons/user-round-x';
|
|
4413
|
+
// UsersRound aliases
|
|
4414
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4415
|
+
export {
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4417
|
+
default as Users2Icon
|
|
4418
|
+
} from '../icons/users-round';
|
|
4419
|
+
// UserRound aliases
|
|
4420
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4421
|
+
export {
|
|
4422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4423
|
+
default as User2Icon
|
|
4424
|
+
} from '../icons/user-round';
|
|
4425
|
+
// Utensils aliases
|
|
4426
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4427
|
+
export {
|
|
4428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4429
|
+
default as ForkKnifeIcon
|
|
4430
|
+
} from '../icons/utensils';
|
|
4431
|
+
// WalletMinimal aliases
|
|
4432
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4433
|
+
export {
|
|
4434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4435
|
+
default as Wallet2Icon
|
|
4436
|
+
} from '../icons/wallet-minimal';
|
|
4437
|
+
// ShieldX aliases
|
|
4438
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4439
|
+
export {
|
|
4440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
4441
|
+
default as ShieldCloseIcon
|
|
4442
|
+
} from '../icons/shield-x';
|
|
4443
|
+
// WandSparkles aliases
|
|
4444
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4445
|
+
export {
|
|
4446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4447
|
+
default as Wand2Icon
|
|
4448
|
+
} from '../icons/wand-sparkles';
|
|
4449
|
+
// WavesHorizontal aliases
|
|
4450
|
+
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4451
|
+
export {
|
|
4452
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4453
|
+
default as WavesIcon
|
|
4454
|
+
} from '../icons/waves-horizontal';
|
|
4455
|
+
// PanelsTopLeft aliases
|
|
4456
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4457
|
+
export {
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
4459
|
+
default as LayoutIcon
|
|
4460
|
+
} from '../icons/panels-top-left';
|
|
4461
|
+
// UtensilsCrossed aliases
|
|
4462
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4463
|
+
export {
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4465
|
+
default as ForkKnifeCrossedIcon
|
|
4466
|
+
} from '../icons/utensils-crossed';
|
|
4467
|
+
|