@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,1744 @@
|
|
|
1
|
+
export { default as AArrowDown } from './a-arrow-down';
|
|
2
|
+
export { default as ALargeSmall } from './a-large-small';
|
|
3
|
+
export { default as AArrowUp } from './a-arrow-up';
|
|
4
|
+
export { default as Ad } from './ad';
|
|
5
|
+
export { default as Accessibility } from './accessibility';
|
|
6
|
+
export { default as Activity } from './activity';
|
|
7
|
+
export { default as Airplay } from './airplay';
|
|
8
|
+
export { default as AirVent } from './air-vent';
|
|
9
|
+
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
10
|
+
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
|
+
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
|
+
export { default as AlarmClock } from './alarm-clock';
|
|
13
|
+
export { default as Album } from './album';
|
|
14
|
+
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
15
|
+
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
16
|
+
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
|
+
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
18
|
+
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
19
|
+
export { default as AlignEndVertical } from './align-end-vertical';
|
|
20
|
+
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
21
|
+
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
22
|
+
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
23
|
+
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
|
+
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
25
|
+
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
26
|
+
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
27
|
+
export { default as AlarmSmoke } from './alarm-smoke';
|
|
28
|
+
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
29
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
30
|
+
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
31
|
+
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
32
|
+
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
33
|
+
export { default as AlignStartVertical } from './align-start-vertical';
|
|
34
|
+
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
35
|
+
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
36
|
+
export { default as Ambulance } from './ambulance';
|
|
37
|
+
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
38
|
+
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
39
|
+
export { default as Amphora } from './amphora';
|
|
40
|
+
export { default as Anchor } from './anchor';
|
|
41
|
+
export { default as Ampersand } from './ampersand';
|
|
42
|
+
export { default as Ampersands } from './ampersands';
|
|
43
|
+
export { default as Annoyed } from './annoyed';
|
|
44
|
+
export { default as Angry } from './angry';
|
|
45
|
+
export { default as Anvil } from './anvil';
|
|
46
|
+
export { default as Aperture } from './aperture';
|
|
47
|
+
export { default as AppWindowMac } from './app-window-mac';
|
|
48
|
+
export { default as AppWindow } from './app-window';
|
|
49
|
+
export { default as Apple } from './apple';
|
|
50
|
+
export { default as Antenna } from './antenna';
|
|
51
|
+
export { default as Armchair } from './armchair';
|
|
52
|
+
export { default as Archive } from './archive';
|
|
53
|
+
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
54
|
+
export { default as ArchiveRestore } from './archive-restore';
|
|
55
|
+
export { default as ArchiveX } from './archive-x';
|
|
56
|
+
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
|
+
export { default as ArrowBigDown } from './arrow-big-down';
|
|
58
|
+
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
59
|
+
export { default as ArrowBigRight } from './arrow-big-right';
|
|
60
|
+
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
61
|
+
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
|
+
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
63
|
+
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
64
|
+
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
65
|
+
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
66
|
+
export { default as ArrowDownRight } from './arrow-down-right';
|
|
67
|
+
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
68
|
+
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
69
|
+
export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
70
|
+
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
71
|
+
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
72
|
+
export { default as ArrowDownUp } from './arrow-down-up';
|
|
73
|
+
export { default as ArrowDown } from './arrow-down';
|
|
74
|
+
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
75
|
+
export { default as ArrowDownToDot } from './arrow-down-to-dot';
|
|
76
|
+
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
77
|
+
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
78
|
+
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
79
|
+
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
80
|
+
export { default as ArrowRight } from './arrow-right';
|
|
81
|
+
export { default as ArrowLeft } from './arrow-left';
|
|
82
|
+
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
83
|
+
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
84
|
+
export { default as ArrowUpDown } from './arrow-up-down';
|
|
85
|
+
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
86
|
+
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
87
|
+
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
88
|
+
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
89
|
+
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
90
|
+
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
91
|
+
export { default as ArrowUpRight } from './arrow-up-right';
|
|
92
|
+
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
93
|
+
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
94
|
+
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
95
|
+
export { default as ArrowUp } from './arrow-up';
|
|
96
|
+
export { default as Asterisk } from './asterisk';
|
|
97
|
+
export { default as AtSign } from './at-sign';
|
|
98
|
+
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
99
|
+
export { default as Atom } from './atom';
|
|
100
|
+
export { default as AudioLines } from './audio-lines';
|
|
101
|
+
export { default as AudioWaveform } from './audio-waveform';
|
|
102
|
+
export { default as Award } from './award';
|
|
103
|
+
export { default as Axis3d } from './axis-3d';
|
|
104
|
+
export { default as Astroid } from './astroid';
|
|
105
|
+
export { default as Axe } from './axe';
|
|
106
|
+
export { default as Baby } from './baby';
|
|
107
|
+
export { default as Backpack } from './backpack';
|
|
108
|
+
export { default as BadgeAlert } from './badge-alert';
|
|
109
|
+
export { default as BadgeCheck } from './badge-check';
|
|
110
|
+
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
111
|
+
export { default as BadgeCent } from './badge-cent';
|
|
112
|
+
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
113
|
+
export { default as BadgeInfo } from './badge-info';
|
|
114
|
+
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
115
|
+
export { default as BadgeEuro } from './badge-euro';
|
|
116
|
+
export { default as BadgePercent } from './badge-percent';
|
|
117
|
+
export { default as BadgeMinus } from './badge-minus';
|
|
118
|
+
export { default as BadgePlus } from './badge-plus';
|
|
119
|
+
export { default as BadgePoundSterling } from './badge-pound-sterling';
|
|
120
|
+
export { default as BadgeQuestionMark } from './badge-question-mark';
|
|
121
|
+
export { default as BadgeSwissFranc } from './badge-swiss-franc';
|
|
122
|
+
export { default as BadgeRussianRuble } from './badge-russian-ruble';
|
|
123
|
+
export { default as BadgeTurkishLira } from './badge-turkish-lira';
|
|
124
|
+
export { default as Badge } from './badge';
|
|
125
|
+
export { default as Balloon } from './balloon';
|
|
126
|
+
export { default as BadgeX } from './badge-x';
|
|
127
|
+
export { default as Bandage } from './bandage';
|
|
128
|
+
export { default as Ban } from './ban';
|
|
129
|
+
export { default as Banana } from './banana';
|
|
130
|
+
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
131
|
+
export { default as BanknoteX } from './banknote-x';
|
|
132
|
+
export { default as Banknote } from './banknote';
|
|
133
|
+
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
134
|
+
export { default as Barcode } from './barcode';
|
|
135
|
+
export { default as Baseline } from './baseline';
|
|
136
|
+
export { default as BaggageClaim } from './baggage-claim';
|
|
137
|
+
export { default as Bath } from './bath';
|
|
138
|
+
export { default as BanknoteCheck } from './banknote-check';
|
|
139
|
+
export { default as Barrel } from './barrel';
|
|
140
|
+
export { default as BatteryCharging } from './battery-charging';
|
|
141
|
+
export { default as BatteryFull } from './battery-full';
|
|
142
|
+
export { default as BatteryLow } from './battery-low';
|
|
143
|
+
export { default as BatteryWarning } from './battery-warning';
|
|
144
|
+
export { default as BatteryMedium } from './battery-medium';
|
|
145
|
+
export { default as Battery } from './battery';
|
|
146
|
+
export { default as BatteryPlus } from './battery-plus';
|
|
147
|
+
export { default as Bean } from './bean';
|
|
148
|
+
export { default as BeanOff } from './bean-off';
|
|
149
|
+
export { default as BedDouble } from './bed-double';
|
|
150
|
+
export { default as BedSingle } from './bed-single';
|
|
151
|
+
export { default as Beaker } from './beaker';
|
|
152
|
+
export { default as Beef } from './beef';
|
|
153
|
+
export { default as BeefOff } from './beef-off';
|
|
154
|
+
export { default as BeerOff } from './beer-off';
|
|
155
|
+
export { default as Beer } from './beer';
|
|
156
|
+
export { default as BellCheck } from './bell-check';
|
|
157
|
+
export { default as BellElectric } from './bell-electric';
|
|
158
|
+
export { default as BellDot } from './bell-dot';
|
|
159
|
+
export { default as BellOff } from './bell-off';
|
|
160
|
+
export { default as BellPlus } from './bell-plus';
|
|
161
|
+
export { default as Bed } from './bed';
|
|
162
|
+
export { default as BellMinus } from './bell-minus';
|
|
163
|
+
export { default as Bell } from './bell';
|
|
164
|
+
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
165
|
+
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
166
|
+
export { default as BellRing } from './bell-ring';
|
|
167
|
+
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
168
|
+
export { default as Bike } from './bike';
|
|
169
|
+
export { default as BicepsFlexed } from './biceps-flexed';
|
|
170
|
+
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
171
|
+
export { default as Binary } from './binary';
|
|
172
|
+
export { default as Binoculars } from './binoculars';
|
|
173
|
+
export { default as Biohazard } from './biohazard';
|
|
174
|
+
export { default as Bird } from './bird';
|
|
175
|
+
export { default as Bitcoin } from './bitcoin';
|
|
176
|
+
export { default as Birdhouse } from './birdhouse';
|
|
177
|
+
export { default as Blend } from './blend';
|
|
178
|
+
export { default as Blocks } from './blocks';
|
|
179
|
+
export { default as Blinds } from './blinds';
|
|
180
|
+
export { default as BluetoothOff } from './bluetooth-off';
|
|
181
|
+
export { default as Blender } from './blender';
|
|
182
|
+
export { default as Bluetooth } from './bluetooth';
|
|
183
|
+
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
184
|
+
export { default as Bold } from './bold';
|
|
185
|
+
export { default as BoneFracture } from './bone-fracture';
|
|
186
|
+
export { default as Bolt } from './bolt';
|
|
187
|
+
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
188
|
+
export { default as Bone } from './bone';
|
|
189
|
+
export { default as Bomb } from './bomb';
|
|
190
|
+
export { default as BookCheck } from './book-check';
|
|
191
|
+
export { default as BookA } from './book-a';
|
|
192
|
+
export { default as BookAlert } from './book-alert';
|
|
193
|
+
export { default as BookCopy } from './book-copy';
|
|
194
|
+
export { default as BookHeadphones } from './book-headphones';
|
|
195
|
+
export { default as BookHeart } from './book-heart';
|
|
196
|
+
export { default as BookAudio } from './book-audio';
|
|
197
|
+
export { default as BookDown } from './book-down';
|
|
198
|
+
export { default as BookDashed } from './book-dashed';
|
|
199
|
+
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
200
|
+
export { default as BookLock } from './book-lock';
|
|
201
|
+
export { default as BookMinus } from './book-minus';
|
|
202
|
+
export { default as BookMarked } from './book-marked';
|
|
203
|
+
export { default as BookOpenCheck } from './book-open-check';
|
|
204
|
+
export { default as BookImage } from './book-image';
|
|
205
|
+
export { default as BookKey } from './book-key';
|
|
206
|
+
export { default as BookPlus } from './book-plus';
|
|
207
|
+
export { default as BookSearch } from './book-search';
|
|
208
|
+
export { default as BookOpenText } from './book-open-text';
|
|
209
|
+
export { default as BookOpen } from './book-open';
|
|
210
|
+
export { default as BookUp } from './book-up';
|
|
211
|
+
export { default as BookUser } from './book-user';
|
|
212
|
+
export { default as BookText } from './book-text';
|
|
213
|
+
export { default as BookUp2 } from './book-up-2';
|
|
214
|
+
export { default as BookX } from './book-x';
|
|
215
|
+
export { default as BookmarkCheck } from './bookmark-check';
|
|
216
|
+
export { default as BookmarkMinus } from './bookmark-minus';
|
|
217
|
+
export { default as Book } from './book';
|
|
218
|
+
export { default as BookmarkOff } from './bookmark-off';
|
|
219
|
+
export { default as BookmarkX } from './bookmark-x';
|
|
220
|
+
export { default as Bookmark } from './bookmark';
|
|
221
|
+
export { default as BookmarkPlus } from './bookmark-plus';
|
|
222
|
+
export { default as BoomBox } from './boom-box';
|
|
223
|
+
export { default as BotOff } from './bot-off';
|
|
224
|
+
export { default as Bot } from './bot';
|
|
225
|
+
export { default as BotMessageSquare } from './bot-message-square';
|
|
226
|
+
export { default as BottleWine } from './bottle-wine';
|
|
227
|
+
export { default as Box } from './box';
|
|
228
|
+
export { default as BowArrow } from './bow-arrow';
|
|
229
|
+
export { default as Boxes } from './boxes';
|
|
230
|
+
export { default as Brackets } from './brackets';
|
|
231
|
+
export { default as BrainCircuit } from './brain-circuit';
|
|
232
|
+
export { default as Braces } from './braces';
|
|
233
|
+
export { default as BrainCog } from './brain-cog';
|
|
234
|
+
export { default as BrickWallFire } from './brick-wall-fire';
|
|
235
|
+
export { default as BrickWallShield } from './brick-wall-shield';
|
|
236
|
+
export { default as Brain } from './brain';
|
|
237
|
+
export { default as BrickWall } from './brick-wall';
|
|
238
|
+
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
239
|
+
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
240
|
+
export { default as Briefcase } from './briefcase';
|
|
241
|
+
export { default as Broccoli } from './broccoli';
|
|
242
|
+
export { default as BrushCleaning } from './brush-cleaning';
|
|
243
|
+
export { default as Bubbles } from './bubbles';
|
|
244
|
+
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
245
|
+
export { default as Brush } from './brush';
|
|
246
|
+
export { default as BugOff } from './bug-off';
|
|
247
|
+
export { default as BringToFront } from './bring-to-front';
|
|
248
|
+
export { default as BugPlay } from './bug-play';
|
|
249
|
+
export { default as Building2 } from './building-2';
|
|
250
|
+
export { default as Bug } from './bug';
|
|
251
|
+
export { default as BusFront } from './bus-front';
|
|
252
|
+
export { default as Bus } from './bus';
|
|
253
|
+
export { default as CableCar } from './cable-car';
|
|
254
|
+
export { default as Building } from './building';
|
|
255
|
+
export { default as Cake } from './cake';
|
|
256
|
+
export { default as Cable } from './cable';
|
|
257
|
+
export { default as Calculator } from './calculator';
|
|
258
|
+
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
259
|
+
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
260
|
+
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
261
|
+
export { default as CakeSlice } from './cake-slice';
|
|
262
|
+
export { default as Calendar1 } from './calendar-1';
|
|
263
|
+
export { default as CalendarClock } from './calendar-clock';
|
|
264
|
+
export { default as CalendarCog } from './calendar-cog';
|
|
265
|
+
export { default as CalendarCheck } from './calendar-check';
|
|
266
|
+
export { default as CalendarDays } from './calendar-days';
|
|
267
|
+
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
268
|
+
export { default as CalendarFold } from './calendar-fold';
|
|
269
|
+
export { default as CalendarMinus } from './calendar-minus';
|
|
270
|
+
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
271
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
272
|
+
export { default as CalendarOff } from './calendar-off';
|
|
273
|
+
export { default as CalendarHeart } from './calendar-heart';
|
|
274
|
+
export { default as CalendarRange } from './calendar-range';
|
|
275
|
+
export { default as CalendarSync } from './calendar-sync';
|
|
276
|
+
export { default as CalendarSearch } from './calendar-search';
|
|
277
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
278
|
+
export { default as Calendars } from './calendars';
|
|
279
|
+
export { default as CalendarX } from './calendar-x';
|
|
280
|
+
export { default as CameraOff } from './camera-off';
|
|
281
|
+
export { default as Calendar } from './calendar';
|
|
282
|
+
export { default as Camera } from './camera';
|
|
283
|
+
export { default as Candy } from './candy';
|
|
284
|
+
export { default as CandyCane } from './candy-cane';
|
|
285
|
+
export { default as CandyOff } from './candy-off';
|
|
286
|
+
export { default as Cannabis } from './cannabis';
|
|
287
|
+
export { default as CaptionsOff } from './captions-off';
|
|
288
|
+
export { default as Captions } from './captions';
|
|
289
|
+
export { default as CarFront } from './car-front';
|
|
290
|
+
export { default as Car } from './car';
|
|
291
|
+
export { default as Caravan } from './caravan';
|
|
292
|
+
export { default as CarTaxiFront } from './car-taxi-front';
|
|
293
|
+
export { default as CardSim } from './card-sim';
|
|
294
|
+
export { default as Carrot } from './carrot';
|
|
295
|
+
export { default as CaseLower } from './case-lower';
|
|
296
|
+
export { default as CaseSensitive } from './case-sensitive';
|
|
297
|
+
export { default as CaseUpper } from './case-upper';
|
|
298
|
+
export { default as CassetteTape } from './cassette-tape';
|
|
299
|
+
export { default as CannabisOff } from './cannabis-off';
|
|
300
|
+
export { default as Cast } from './cast';
|
|
301
|
+
export { default as Castle } from './castle';
|
|
302
|
+
export { default as Cat } from './cat';
|
|
303
|
+
export { default as ChartArea } from './chart-area';
|
|
304
|
+
export { default as Cctv } from './cctv';
|
|
305
|
+
export { default as ChartBarBig } from './chart-bar-big';
|
|
306
|
+
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
307
|
+
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
308
|
+
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
309
|
+
export { default as ChartCandlestick } from './chart-candlestick';
|
|
310
|
+
export { default as CctvOff } from './cctv-off';
|
|
311
|
+
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
312
|
+
export { default as ChartBar } from './chart-bar';
|
|
313
|
+
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
314
|
+
export { default as ChartColumnBig } from './chart-column-big';
|
|
315
|
+
export { default as ChartColumn } from './chart-column';
|
|
316
|
+
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
317
|
+
export { default as ChartLine } from './chart-line';
|
|
318
|
+
export { default as ChartNetwork } from './chart-network';
|
|
319
|
+
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
320
|
+
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
321
|
+
export { default as ChartGantt } from './chart-gantt';
|
|
322
|
+
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
323
|
+
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
324
|
+
export { default as ChartScatter } from './chart-scatter';
|
|
325
|
+
export { default as ChartPie } from './chart-pie';
|
|
326
|
+
export { default as CheckCheck } from './check-check';
|
|
327
|
+
export { default as ChartSpline } from './chart-spline';
|
|
328
|
+
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
329
|
+
export { default as CheckLine } from './check-line';
|
|
330
|
+
export { default as BookType } from './book-type';
|
|
331
|
+
export { default as Check } from './check';
|
|
332
|
+
export { default as ChessBishop } from './chess-bishop';
|
|
333
|
+
export { default as Cherry } from './cherry';
|
|
334
|
+
export { default as ChefHat } from './chef-hat';
|
|
335
|
+
export { default as ChessPawn } from './chess-pawn';
|
|
336
|
+
export { default as ChessKnight } from './chess-knight';
|
|
337
|
+
export { default as ChessKing } from './chess-king';
|
|
338
|
+
export { default as ChessQueen } from './chess-queen';
|
|
339
|
+
export { default as ChevronDown } from './chevron-down';
|
|
340
|
+
export { default as ChessRook } from './chess-rook';
|
|
341
|
+
export { default as ChevronLeft } from './chevron-left';
|
|
342
|
+
export { default as ChevronRight } from './chevron-right';
|
|
343
|
+
export { default as ChevronLast } from './chevron-last';
|
|
344
|
+
export { default as ChevronFirst } from './chevron-first';
|
|
345
|
+
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
346
|
+
export { default as ChevronUp } from './chevron-up';
|
|
347
|
+
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
348
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
349
|
+
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
350
|
+
export { default as ChevronsDown } from './chevrons-down';
|
|
351
|
+
export { default as ChevronsRight } from './chevrons-right';
|
|
352
|
+
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
353
|
+
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
354
|
+
export { default as Church } from './church';
|
|
355
|
+
export { default as Cigarette } from './cigarette';
|
|
356
|
+
export { default as CircleAlert } from './circle-alert';
|
|
357
|
+
export { default as ChevronsUp } from './chevrons-up';
|
|
358
|
+
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
359
|
+
export { default as CigaretteOff } from './cigarette-off';
|
|
360
|
+
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
361
|
+
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
362
|
+
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
363
|
+
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
364
|
+
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
365
|
+
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
366
|
+
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
367
|
+
export { default as CircleCheckBig } from './circle-check-big';
|
|
368
|
+
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
369
|
+
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
370
|
+
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
371
|
+
export { default as CircleCheck } from './circle-check';
|
|
372
|
+
export { default as CircleDashed } from './circle-dashed';
|
|
373
|
+
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
374
|
+
export { default as CircleDivide } from './circle-divide';
|
|
375
|
+
export { default as CircleDotDashed } from './circle-dot-dashed';
|
|
376
|
+
export { default as CircleDot } from './circle-dot';
|
|
377
|
+
export { default as CircleEqual } from './circle-equal';
|
|
378
|
+
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
379
|
+
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
380
|
+
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
381
|
+
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
382
|
+
export { default as CircleGauge } from './circle-gauge';
|
|
383
|
+
export { default as CircleParking } from './circle-parking';
|
|
384
|
+
export { default as CircleParkingOff } from './circle-parking-off';
|
|
385
|
+
export { default as CircleMinus } from './circle-minus';
|
|
386
|
+
export { default as CircleOff } from './circle-off';
|
|
387
|
+
export { default as CirclePause } from './circle-pause';
|
|
388
|
+
export { default as CirclePlus } from './circle-plus';
|
|
389
|
+
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
390
|
+
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
391
|
+
export { default as CirclePower } from './circle-power';
|
|
392
|
+
export { default as CirclePlay } from './circle-play';
|
|
393
|
+
export { default as CirclePile } from './circle-pile';
|
|
394
|
+
export { default as CirclePercent } from './circle-percent';
|
|
395
|
+
export { default as CircleSlash2 } from './circle-slash-2';
|
|
396
|
+
export { default as CircleSlash } from './circle-slash';
|
|
397
|
+
export { default as CircleStop } from './circle-stop';
|
|
398
|
+
export { default as CircleUserRound } from './circle-user-round';
|
|
399
|
+
export { default as CircleUser } from './circle-user';
|
|
400
|
+
export { default as CircleSmall } from './circle-small';
|
|
401
|
+
export { default as Circle } from './circle';
|
|
402
|
+
export { default as CircuitBoard } from './circuit-board';
|
|
403
|
+
export { default as ClipboardClock } from './clipboard-clock';
|
|
404
|
+
export { default as ClipboardList } from './clipboard-list';
|
|
405
|
+
export { default as ClipboardCopy } from './clipboard-copy';
|
|
406
|
+
export { default as Clapperboard } from './clapperboard';
|
|
407
|
+
export { default as CircleStar } from './circle-star';
|
|
408
|
+
export { default as ClipboardCheck } from './clipboard-check';
|
|
409
|
+
export { default as CircleX } from './circle-x';
|
|
410
|
+
export { default as ClipboardPaste } from './clipboard-paste';
|
|
411
|
+
export { default as ClipboardMinus } from './clipboard-minus';
|
|
412
|
+
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
413
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
414
|
+
export { default as ClipboardType } from './clipboard-type';
|
|
415
|
+
export { default as ClipboardPlus } from './clipboard-plus';
|
|
416
|
+
export { default as Clipboard } from './clipboard';
|
|
417
|
+
export { default as Clock1 } from './clock-1';
|
|
418
|
+
export { default as Citrus } from './citrus';
|
|
419
|
+
export { default as Clock11 } from './clock-11';
|
|
420
|
+
export { default as Clock10 } from './clock-10';
|
|
421
|
+
export { default as Clock12 } from './clock-12';
|
|
422
|
+
export { default as ClipboardX } from './clipboard-x';
|
|
423
|
+
export { default as Clock3 } from './clock-3';
|
|
424
|
+
export { default as Clock5 } from './clock-5';
|
|
425
|
+
export { default as Clock6 } from './clock-6';
|
|
426
|
+
export { default as Clock7 } from './clock-7';
|
|
427
|
+
export { default as Clock8 } from './clock-8';
|
|
428
|
+
export { default as Clock9 } from './clock-9';
|
|
429
|
+
export { default as Clock4 } from './clock-4';
|
|
430
|
+
export { default as ClockArrowRight } from './clock-arrow-right';
|
|
431
|
+
export { default as ClockArrowLeft } from './clock-arrow-left';
|
|
432
|
+
export { default as ClockCheck } from './clock-check';
|
|
433
|
+
export { default as Clock2 } from './clock-2';
|
|
434
|
+
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
435
|
+
export { default as ClockAlert } from './clock-alert';
|
|
436
|
+
export { default as CloudAlert } from './cloud-alert';
|
|
437
|
+
export { default as CloudBackup } from './cloud-backup';
|
|
438
|
+
export { default as ClockFading } from './clock-fading';
|
|
439
|
+
export { default as ClosedCaption } from './closed-caption';
|
|
440
|
+
export { default as Clock } from './clock';
|
|
441
|
+
export { default as CloudCheck } from './cloud-check';
|
|
442
|
+
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
443
|
+
export { default as CloudFog } from './cloud-fog';
|
|
444
|
+
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
445
|
+
export { default as CloudCog } from './cloud-cog';
|
|
446
|
+
export { default as CloudDownload } from './cloud-download';
|
|
447
|
+
export { default as CloudHail } from './cloud-hail';
|
|
448
|
+
export { default as CloudMoon } from './cloud-moon';
|
|
449
|
+
export { default as CloudOff } from './cloud-off';
|
|
450
|
+
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
451
|
+
export { default as CloudLightning } from './cloud-lightning';
|
|
452
|
+
export { default as CloudRain } from './cloud-rain';
|
|
453
|
+
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
454
|
+
export { default as CloudSun } from './cloud-sun';
|
|
455
|
+
export { default as CloudSync } from './cloud-sync';
|
|
456
|
+
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
457
|
+
export { default as CloudSnow } from './cloud-snow';
|
|
458
|
+
export { default as Cloud } from './cloud';
|
|
459
|
+
export { default as Clover } from './clover';
|
|
460
|
+
export { default as Cloudy } from './cloudy';
|
|
461
|
+
export { default as Club } from './club';
|
|
462
|
+
export { default as Coffee } from './coffee';
|
|
463
|
+
export { default as Cog } from './cog';
|
|
464
|
+
export { default as Code } from './code';
|
|
465
|
+
export { default as CodeXml } from './code-xml';
|
|
466
|
+
export { default as Coins } from './coins';
|
|
467
|
+
export { default as CloudUpload } from './cloud-upload';
|
|
468
|
+
export { default as Columns4 } from './columns-4';
|
|
469
|
+
export { default as Columns3Cog } from './columns-3-cog';
|
|
470
|
+
export { default as Columns2 } from './columns-2';
|
|
471
|
+
export { default as Combine } from './combine';
|
|
472
|
+
export { default as Component } from './component';
|
|
473
|
+
export { default as Computer } from './computer';
|
|
474
|
+
export { default as Compass } from './compass';
|
|
475
|
+
export { default as Command } from './command';
|
|
476
|
+
export { default as ConciergeBell } from './concierge-bell';
|
|
477
|
+
export { default as Construction } from './construction';
|
|
478
|
+
export { default as Columns3 } from './columns-3';
|
|
479
|
+
export { default as Cone } from './cone';
|
|
480
|
+
export { default as ContactRound } from './contact-round';
|
|
481
|
+
export { default as Contrast } from './contrast';
|
|
482
|
+
export { default as CookingPot } from './cooking-pot';
|
|
483
|
+
export { default as ClockPlus } from './clock-plus';
|
|
484
|
+
export { default as Container } from './container';
|
|
485
|
+
export { default as CopyMinus } from './copy-minus';
|
|
486
|
+
export { default as CopyCheck } from './copy-check';
|
|
487
|
+
export { default as Cookie } from './cookie';
|
|
488
|
+
export { default as CopyPlus } from './copy-plus';
|
|
489
|
+
export { default as CopySlash } from './copy-slash';
|
|
490
|
+
export { default as Contact } from './contact';
|
|
491
|
+
export { default as Copy } from './copy';
|
|
492
|
+
export { default as CopyX } from './copy-x';
|
|
493
|
+
export { default as Copyright } from './copyright';
|
|
494
|
+
export { default as Copyleft } from './copyleft';
|
|
495
|
+
export { default as CornerDownRight } from './corner-down-right';
|
|
496
|
+
export { default as CornerLeftUp } from './corner-left-up';
|
|
497
|
+
export { default as CornerRightUp } from './corner-right-up';
|
|
498
|
+
export { default as CornerLeftDown } from './corner-left-down';
|
|
499
|
+
export { default as Cpu } from './cpu';
|
|
500
|
+
export { default as CornerUpLeft } from './corner-up-left';
|
|
501
|
+
export { default as CornerRightDown } from './corner-right-down';
|
|
502
|
+
export { default as CornerUpRight } from './corner-up-right';
|
|
503
|
+
export { default as Cross } from './cross';
|
|
504
|
+
export { default as Croissant } from './croissant';
|
|
505
|
+
export { default as Crosshair } from './crosshair';
|
|
506
|
+
export { default as CreditCard } from './credit-card';
|
|
507
|
+
export { default as CupSoda } from './cup-soda';
|
|
508
|
+
export { default as Crop } from './crop';
|
|
509
|
+
export { default as Cuboid } from './cuboid';
|
|
510
|
+
export { default as Currency } from './currency';
|
|
511
|
+
export { default as DatabaseArrowDown } from './database-arrow-down';
|
|
512
|
+
export { default as DatabaseArrowUp } from './database-arrow-up';
|
|
513
|
+
export { default as Crown } from './crown';
|
|
514
|
+
export { default as Cylinder } from './cylinder';
|
|
515
|
+
export { default as DatabaseBackup } from './database-backup';
|
|
516
|
+
export { default as DatabasePlus } from './database-plus';
|
|
517
|
+
export { default as Dam } from './dam';
|
|
518
|
+
export { default as DatabaseCheck } from './database-check';
|
|
519
|
+
export { default as DatabaseMinus } from './database-minus';
|
|
520
|
+
export { default as CreativeCommons } from './creative-commons';
|
|
521
|
+
export { default as DatabaseSearch } from './database-search';
|
|
522
|
+
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
523
|
+
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
524
|
+
export { default as DatabaseX } from './database-x';
|
|
525
|
+
export { default as Dessert } from './dessert';
|
|
526
|
+
export { default as DatabaseZap } from './database-zap';
|
|
527
|
+
export { default as CornerDownLeft } from './corner-down-left';
|
|
528
|
+
export { default as DiamondMinus } from './diamond-minus';
|
|
529
|
+
export { default as Database } from './database';
|
|
530
|
+
export { default as Diameter } from './diameter';
|
|
531
|
+
export { default as Diamond } from './diamond';
|
|
532
|
+
export { default as DiamondPercent } from './diamond-percent';
|
|
533
|
+
export { default as Dice1 } from './dice-1';
|
|
534
|
+
export { default as DiamondPlus } from './diamond-plus';
|
|
535
|
+
export { default as Dice3 } from './dice-3';
|
|
536
|
+
export { default as Dices } from './dices';
|
|
537
|
+
export { default as Dice6 } from './dice-6';
|
|
538
|
+
export { default as Dice2 } from './dice-2';
|
|
539
|
+
export { default as Disc2 } from './disc-2';
|
|
540
|
+
export { default as Delete } from './delete';
|
|
541
|
+
export { default as Dice5 } from './dice-5';
|
|
542
|
+
export { default as DiscAlbum } from './disc-album';
|
|
543
|
+
export { default as Divide } from './divide';
|
|
544
|
+
export { default as Disc } from './disc';
|
|
545
|
+
export { default as Disc3 } from './disc-3';
|
|
546
|
+
export { default as DnaOff } from './dna-off';
|
|
547
|
+
export { default as Dog } from './dog';
|
|
548
|
+
export { default as Dna } from './dna';
|
|
549
|
+
export { default as Diff } from './diff';
|
|
550
|
+
export { default as Donut } from './donut';
|
|
551
|
+
export { default as Dice4 } from './dice-4';
|
|
552
|
+
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
553
|
+
export { default as DoorOpen } from './door-open';
|
|
554
|
+
export { default as DollarSign } from './dollar-sign';
|
|
555
|
+
export { default as Dot } from './dot';
|
|
556
|
+
export { default as DoorClosed } from './door-closed';
|
|
557
|
+
export { default as DraftingCompass } from './drafting-compass';
|
|
558
|
+
export { default as Dock } from './dock';
|
|
559
|
+
export { default as Drill } from './drill';
|
|
560
|
+
export { default as Drama } from './drama';
|
|
561
|
+
export { default as Drum } from './drum';
|
|
562
|
+
export { default as DropletOff } from './droplet-off';
|
|
563
|
+
export { default as Droplet } from './droplet';
|
|
564
|
+
export { default as Drumstick } from './drumstick';
|
|
565
|
+
export { default as Droplets } from './droplets';
|
|
566
|
+
export { default as Dumbbell } from './dumbbell';
|
|
567
|
+
export { default as Download } from './download';
|
|
568
|
+
export { default as Eclipse } from './eclipse';
|
|
569
|
+
export { default as EarthLock } from './earth-lock';
|
|
570
|
+
export { default as Ear } from './ear';
|
|
571
|
+
export { default as Drone } from './drone';
|
|
572
|
+
export { default as EarOff } from './ear-off';
|
|
573
|
+
export { default as Earth } from './earth';
|
|
574
|
+
export { default as EggOff } from './egg-off';
|
|
575
|
+
export { default as Ellipsis } from './ellipsis';
|
|
576
|
+
export { default as Ellipse } from './ellipse';
|
|
577
|
+
export { default as EqualNot } from './equal-not';
|
|
578
|
+
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
579
|
+
export { default as EqualApproximately } from './equal-approximately';
|
|
580
|
+
export { default as Egg } from './egg';
|
|
581
|
+
export { default as Eraser } from './eraser';
|
|
582
|
+
export { default as Equal } from './equal';
|
|
583
|
+
export { default as EggFried } from './egg-fried';
|
|
584
|
+
export { default as Euro } from './euro';
|
|
585
|
+
export { default as ExternalLink } from './external-link';
|
|
586
|
+
export { default as EthernetPort } from './ethernet-port';
|
|
587
|
+
export { default as EyeClosed } from './eye-closed';
|
|
588
|
+
export { default as EyeOff } from './eye-off';
|
|
589
|
+
export { default as EyeDashed } from './eye-dashed';
|
|
590
|
+
export { default as EvCharger } from './ev-charger';
|
|
591
|
+
export { default as Factory } from './factory';
|
|
592
|
+
export { default as Eye } from './eye';
|
|
593
|
+
export { default as Feather } from './feather';
|
|
594
|
+
export { default as FerrisWheel } from './ferris-wheel';
|
|
595
|
+
export { default as FileArchive } from './file-archive';
|
|
596
|
+
export { default as Fan } from './fan';
|
|
597
|
+
export { default as FileAxis3d } from './file-axis-3d';
|
|
598
|
+
export { default as FastForward } from './fast-forward';
|
|
599
|
+
export { default as Expand } from './expand';
|
|
600
|
+
export { default as FileBracesCorner } from './file-braces-corner';
|
|
601
|
+
export { default as FileBadge } from './file-badge';
|
|
602
|
+
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
603
|
+
export { default as FileBox } from './file-box';
|
|
604
|
+
export { default as Fence } from './fence';
|
|
605
|
+
export { default as FileBraces } from './file-braces';
|
|
606
|
+
export { default as FileChartPie } from './file-chart-pie';
|
|
607
|
+
export { default as FileCheckCorner } from './file-check-corner';
|
|
608
|
+
export { default as FileChartColumn } from './file-chart-column';
|
|
609
|
+
export { default as FileCheck } from './file-check';
|
|
610
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
611
|
+
export { default as FileCodeCorner } from './file-code-corner';
|
|
612
|
+
export { default as FileCog } from './file-cog';
|
|
613
|
+
export { default as FileDigit } from './file-digit';
|
|
614
|
+
export { default as FileDown } from './file-down';
|
|
615
|
+
export { default as FileClock } from './file-clock';
|
|
616
|
+
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
617
|
+
export { default as FileDiff } from './file-diff';
|
|
618
|
+
export { default as FileHeadphone } from './file-headphone';
|
|
619
|
+
export { default as FileCode } from './file-code';
|
|
620
|
+
export { default as FileKey } from './file-key';
|
|
621
|
+
export { default as FileImage } from './file-image';
|
|
622
|
+
export { default as FileMinusCorner } from './file-minus-corner';
|
|
623
|
+
export { default as FileHeart } from './file-heart';
|
|
624
|
+
export { default as FileLock } from './file-lock';
|
|
625
|
+
export { default as FileInput } from './file-input';
|
|
626
|
+
export { default as FileMinus } from './file-minus';
|
|
627
|
+
export { default as FileMusic } from './file-music';
|
|
628
|
+
export { default as FilePen } from './file-pen';
|
|
629
|
+
export { default as FilePlay } from './file-play';
|
|
630
|
+
export { default as FilePenLine } from './file-pen-line';
|
|
631
|
+
export { default as FilePlusCorner } from './file-plus-corner';
|
|
632
|
+
export { default as FilePlus } from './file-plus';
|
|
633
|
+
export { default as FileSearch } from './file-search';
|
|
634
|
+
export { default as FileSearchCorner } from './file-search-corner';
|
|
635
|
+
export { default as FileOutput } from './file-output';
|
|
636
|
+
export { default as FileSignal } from './file-signal';
|
|
637
|
+
export { default as FileSliders } from './file-sliders';
|
|
638
|
+
export { default as FileQuestionMark } from './file-question-mark';
|
|
639
|
+
export { default as FileScan } from './file-scan';
|
|
640
|
+
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
641
|
+
export { default as FileStack } from './file-stack';
|
|
642
|
+
export { default as FileTypeCorner } from './file-type-corner';
|
|
643
|
+
export { default as FileType } from './file-type';
|
|
644
|
+
export { default as FileUp } from './file-up';
|
|
645
|
+
export { default as FileSymlink } from './file-symlink';
|
|
646
|
+
export { default as FileTerminal } from './file-terminal';
|
|
647
|
+
export { default as FileUser } from './file-user';
|
|
648
|
+
export { default as FileText } from './file-text';
|
|
649
|
+
export { default as FileVideoCamera } from './file-video-camera';
|
|
650
|
+
export { default as FileX } from './file-x';
|
|
651
|
+
export { default as File } from './file';
|
|
652
|
+
export { default as FileVolume } from './file-volume';
|
|
653
|
+
export { default as FileXCorner } from './file-x-corner';
|
|
654
|
+
export { default as Files } from './files';
|
|
655
|
+
export { default as FishOff } from './fish-off';
|
|
656
|
+
export { default as Film } from './film';
|
|
657
|
+
export { default as FishSymbol } from './fish-symbol';
|
|
658
|
+
export { default as FishingHook } from './fishing-hook';
|
|
659
|
+
export { default as Fish } from './fish';
|
|
660
|
+
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
661
|
+
export { default as FishingRod } from './fishing-rod';
|
|
662
|
+
export { default as FingerprintPattern } from './fingerprint-pattern';
|
|
663
|
+
export { default as FlagOff } from './flag-off';
|
|
664
|
+
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
665
|
+
export { default as Flag } from './flag';
|
|
666
|
+
export { default as FlashlightOff } from './flashlight-off';
|
|
667
|
+
export { default as FlameKindling } from './flame-kindling';
|
|
668
|
+
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
669
|
+
export { default as Flame } from './flame';
|
|
670
|
+
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
671
|
+
export { default as FlaskRound } from './flask-round';
|
|
672
|
+
export { default as FlaskConical } from './flask-conical';
|
|
673
|
+
export { default as Flower2 } from './flower-2';
|
|
674
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
675
|
+
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
676
|
+
export { default as Flower } from './flower';
|
|
677
|
+
export { default as Focus } from './focus';
|
|
678
|
+
export { default as FolderBookmark } from './folder-bookmark';
|
|
679
|
+
export { default as FoldVertical } from './fold-vertical';
|
|
680
|
+
export { default as FoldHorizontal } from './fold-horizontal';
|
|
681
|
+
export { default as FolderArchive } from './folder-archive';
|
|
682
|
+
export { default as FolderCheck } from './folder-check';
|
|
683
|
+
export { default as FolderCog } from './folder-cog';
|
|
684
|
+
export { default as FolderDot } from './folder-dot';
|
|
685
|
+
export { default as Flashlight } from './flashlight';
|
|
686
|
+
export { default as FolderCode } from './folder-code';
|
|
687
|
+
export { default as FolderClosed } from './folder-closed';
|
|
688
|
+
export { default as FolderClock } from './folder-clock';
|
|
689
|
+
export { default as FolderGit } from './folder-git';
|
|
690
|
+
export { default as FolderDown } from './folder-down';
|
|
691
|
+
export { default as FolderHeart } from './folder-heart';
|
|
692
|
+
export { default as FolderInput } from './folder-input';
|
|
693
|
+
export { default as FolderKey } from './folder-key';
|
|
694
|
+
export { default as FolderKanban } from './folder-kanban';
|
|
695
|
+
export { default as FolderOpenDot } from './folder-open-dot';
|
|
696
|
+
export { default as FolderGit2 } from './folder-git-2';
|
|
697
|
+
export { default as FolderMinus } from './folder-minus';
|
|
698
|
+
export { default as FolderLock } from './folder-lock';
|
|
699
|
+
export { default as FolderOpen } from './folder-open';
|
|
700
|
+
export { default as FolderRoot } from './folder-root';
|
|
701
|
+
export { default as FolderPen } from './folder-pen';
|
|
702
|
+
export { default as FolderPlus } from './folder-plus';
|
|
703
|
+
export { default as FolderSearch } from './folder-search';
|
|
704
|
+
export { default as FolderTree } from './folder-tree';
|
|
705
|
+
export { default as FolderOutput } from './folder-output';
|
|
706
|
+
export { default as FolderX } from './folder-x';
|
|
707
|
+
export { default as FolderSearch2 } from './folder-search-2';
|
|
708
|
+
export { default as FolderUp } from './folder-up';
|
|
709
|
+
export { default as FolderSymlink } from './folder-symlink';
|
|
710
|
+
export { default as FolderSync } from './folder-sync';
|
|
711
|
+
export { default as Folder } from './folder';
|
|
712
|
+
export { default as Form } from './form';
|
|
713
|
+
export { default as Forklift } from './forklift';
|
|
714
|
+
export { default as Folders } from './folders';
|
|
715
|
+
export { default as Footprints } from './footprints';
|
|
716
|
+
export { default as Forward } from './forward';
|
|
717
|
+
export { default as Frame } from './frame';
|
|
718
|
+
export { default as FunnelPlus } from './funnel-plus';
|
|
719
|
+
export { default as Fullscreen } from './fullscreen';
|
|
720
|
+
export { default as Frown } from './frown';
|
|
721
|
+
export { default as Fuel } from './fuel';
|
|
722
|
+
export { default as Funnel } from './funnel';
|
|
723
|
+
export { default as FunnelX } from './funnel-x';
|
|
724
|
+
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
725
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
726
|
+
export { default as GalleryVertical } from './gallery-vertical';
|
|
727
|
+
export { default as Gamepad2 } from './gamepad-2';
|
|
728
|
+
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
729
|
+
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
730
|
+
export { default as GamepadDirectional } from './gamepad-directional';
|
|
731
|
+
export { default as Gem } from './gem';
|
|
732
|
+
export { default as Gamepad } from './gamepad';
|
|
733
|
+
export { default as GeorgianLari } from './georgian-lari';
|
|
734
|
+
export { default as Gavel } from './gavel';
|
|
735
|
+
export { default as Gauge } from './gauge';
|
|
736
|
+
export { default as Ghost } from './ghost';
|
|
737
|
+
export { default as Gift } from './gift';
|
|
738
|
+
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
739
|
+
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
740
|
+
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
741
|
+
export { default as GitBranchPlus } from './git-branch-plus';
|
|
742
|
+
export { default as GitBranchMinus } from './git-branch-minus';
|
|
743
|
+
export { default as GitCompare } from './git-compare';
|
|
744
|
+
export { default as GitBranch } from './git-branch';
|
|
745
|
+
export { default as GitMerge } from './git-merge';
|
|
746
|
+
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
747
|
+
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
748
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
749
|
+
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
750
|
+
export { default as GitGraph } from './git-graph';
|
|
751
|
+
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
752
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
753
|
+
export { default as Glasses } from './glasses';
|
|
754
|
+
export { default as GlobeCheck } from './globe-check';
|
|
755
|
+
export { default as GlobeOff } from './globe-off';
|
|
756
|
+
export { default as GitFork } from './git-fork';
|
|
757
|
+
export { default as GlassWater } from './glass-water';
|
|
758
|
+
export { default as GlobeLock } from './globe-lock';
|
|
759
|
+
export { default as GitPullRequest } from './git-pull-request';
|
|
760
|
+
export { default as GlobeX } from './globe-x';
|
|
761
|
+
export { default as Globe } from './globe';
|
|
762
|
+
export { default as Grape } from './grape';
|
|
763
|
+
export { default as GraduationCap } from './graduation-cap';
|
|
764
|
+
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
765
|
+
export { default as Goal } from './goal';
|
|
766
|
+
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
767
|
+
export { default as Grid2x2X } from './grid-2x2-x';
|
|
768
|
+
export { default as Grid2x2 } from './grid-2x2';
|
|
769
|
+
export { default as GripHorizontal } from './grip-horizontal';
|
|
770
|
+
export { default as GripVertical } from './grip-vertical';
|
|
771
|
+
export { default as Grid3x2 } from './grid-3x2';
|
|
772
|
+
export { default as Grid3x3 } from './grid-3x3';
|
|
773
|
+
export { default as Grip } from './grip';
|
|
774
|
+
export { default as Gpu } from './gpu';
|
|
775
|
+
export { default as Hamburger } from './hamburger';
|
|
776
|
+
export { default as Group } from './group';
|
|
777
|
+
export { default as Guitar } from './guitar';
|
|
778
|
+
export { default as Ham } from './ham';
|
|
779
|
+
export { default as HandFist } from './hand-fist';
|
|
780
|
+
export { default as HandCoins } from './hand-coins';
|
|
781
|
+
export { default as HandHelping } from './hand-helping';
|
|
782
|
+
export { default as HandHeart } from './hand-heart';
|
|
783
|
+
export { default as HandGrab } from './hand-grab';
|
|
784
|
+
export { default as Hammer } from './hammer';
|
|
785
|
+
export { default as HandMetal } from './hand-metal';
|
|
786
|
+
export { default as Hand } from './hand';
|
|
787
|
+
export { default as HandPlatter } from './hand-platter';
|
|
788
|
+
export { default as HardDriveDownload } from './hard-drive-download';
|
|
789
|
+
export { default as Handbag } from './handbag';
|
|
790
|
+
export { default as Handshake } from './handshake';
|
|
791
|
+
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
792
|
+
export { default as HardDrive } from './hard-drive';
|
|
793
|
+
export { default as HardHat } from './hard-hat';
|
|
794
|
+
export { default as Haze } from './haze';
|
|
795
|
+
export { default as Hd } from './hd';
|
|
796
|
+
export { default as Hash } from './hash';
|
|
797
|
+
export { default as HatGlasses } from './hat-glasses';
|
|
798
|
+
export { default as HdmiPort } from './hdmi-port';
|
|
799
|
+
export { default as Heading2 } from './heading-2';
|
|
800
|
+
export { default as Heading1 } from './heading-1';
|
|
801
|
+
export { default as Heading5 } from './heading-5';
|
|
802
|
+
export { default as Heading4 } from './heading-4';
|
|
803
|
+
export { default as Heading } from './heading';
|
|
804
|
+
export { default as HeadphoneOff } from './headphone-off';
|
|
805
|
+
export { default as Heading3 } from './heading-3';
|
|
806
|
+
export { default as Headphones } from './headphones';
|
|
807
|
+
export { default as Heading6 } from './heading-6';
|
|
808
|
+
export { default as HeartCrack } from './heart-crack';
|
|
809
|
+
export { default as Headset } from './headset';
|
|
810
|
+
export { default as HeartPlus } from './heart-plus';
|
|
811
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
812
|
+
export { default as HeartOff } from './heart-off';
|
|
813
|
+
export { default as HeartMinus } from './heart-minus';
|
|
814
|
+
export { default as HeartX } from './heart-x';
|
|
815
|
+
export { default as Heater } from './heater';
|
|
816
|
+
export { default as HeartPulse } from './heart-pulse';
|
|
817
|
+
export { default as Helicopter } from './helicopter';
|
|
818
|
+
export { default as Hexagon } from './hexagon';
|
|
819
|
+
export { default as HopOff } from './hop-off';
|
|
820
|
+
export { default as Heart } from './heart';
|
|
821
|
+
export { default as Hospital } from './hospital';
|
|
822
|
+
export { default as Hotel } from './hotel';
|
|
823
|
+
export { default as Highlighter } from './highlighter';
|
|
824
|
+
export { default as Hop } from './hop';
|
|
825
|
+
export { default as HouseHeart } from './house-heart';
|
|
826
|
+
export { default as Hourglass } from './hourglass';
|
|
827
|
+
export { default as HouseWifi } from './house-wifi';
|
|
828
|
+
export { default as House } from './house';
|
|
829
|
+
export { default as History } from './history';
|
|
830
|
+
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
831
|
+
export { default as HousePlug } from './house-plug';
|
|
832
|
+
export { default as IceCreamCone } from './ice-cream-cone';
|
|
833
|
+
export { default as IdCardLanyard } from './id-card-lanyard';
|
|
834
|
+
export { default as ImageMinus } from './image-minus';
|
|
835
|
+
export { default as ImageOff } from './image-off';
|
|
836
|
+
export { default as ImagePlay } from './image-play';
|
|
837
|
+
export { default as ImagePlus } from './image-plus';
|
|
838
|
+
export { default as ImageDown } from './image-down';
|
|
839
|
+
export { default as ImageUp } from './image-up';
|
|
840
|
+
export { default as IdCard } from './id-card';
|
|
841
|
+
export { default as ImageUpscale } from './image-upscale';
|
|
842
|
+
export { default as Images } from './images';
|
|
843
|
+
export { default as Inbox } from './inbox';
|
|
844
|
+
export { default as Import } from './import';
|
|
845
|
+
export { default as Image } from './image';
|
|
846
|
+
export { default as IndianRupee } from './indian-rupee';
|
|
847
|
+
export { default as Info } from './info';
|
|
848
|
+
export { default as Infinity } from './infinity';
|
|
849
|
+
export { default as IterationCcw } from './iteration-ccw';
|
|
850
|
+
export { default as IterationCw } from './iteration-cw';
|
|
851
|
+
export { default as JapaneseYen } from './japanese-yen';
|
|
852
|
+
export { default as Italic } from './italic';
|
|
853
|
+
export { default as InspectionPanel } from './inspection-panel';
|
|
854
|
+
export { default as Joystick } from './joystick';
|
|
855
|
+
export { default as KeyRound } from './key-round';
|
|
856
|
+
export { default as KeySquare } from './key-square';
|
|
857
|
+
export { default as Kayak } from './kayak';
|
|
858
|
+
export { default as Kanban } from './kanban';
|
|
859
|
+
export { default as KeyboardMusic } from './keyboard-music';
|
|
860
|
+
export { default as Key } from './key';
|
|
861
|
+
export { default as LampDesk } from './lamp-desk';
|
|
862
|
+
export { default as HousePlus } from './house-plus';
|
|
863
|
+
export { default as LampCeiling } from './lamp-ceiling';
|
|
864
|
+
export { default as Keyboard } from './keyboard';
|
|
865
|
+
export { default as KeyboardOff } from './keyboard-off';
|
|
866
|
+
export { default as LampFloor } from './lamp-floor';
|
|
867
|
+
export { default as LampWallDown } from './lamp-wall-down';
|
|
868
|
+
export { default as Landmark } from './landmark';
|
|
869
|
+
export { default as Languages } from './languages';
|
|
870
|
+
export { default as LampWallUp } from './lamp-wall-up';
|
|
871
|
+
export { default as LaptopMinimal } from './laptop-minimal';
|
|
872
|
+
export { default as LandPlot } from './land-plot';
|
|
873
|
+
export { default as Laptop } from './laptop';
|
|
874
|
+
export { default as LassoSelect } from './lasso-select';
|
|
875
|
+
export { default as Lamp } from './lamp';
|
|
876
|
+
export { default as LayersMinus } from './layers-minus';
|
|
877
|
+
export { default as Laugh } from './laugh';
|
|
878
|
+
export { default as LayersPlus } from './layers-plus';
|
|
879
|
+
export { default as Layers } from './layers';
|
|
880
|
+
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
881
|
+
export { default as Lasso } from './lasso';
|
|
882
|
+
export { default as LayoutGrid } from './layout-grid';
|
|
883
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
884
|
+
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
885
|
+
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
886
|
+
export { default as LayoutTemplate } from './layout-template';
|
|
887
|
+
export { default as LayoutList } from './layout-list';
|
|
888
|
+
export { default as Lectern } from './lectern';
|
|
889
|
+
export { default as LeafyGreen } from './leafy-green';
|
|
890
|
+
export { default as Leaf } from './leaf';
|
|
891
|
+
export { default as LensConvex } from './lens-convex';
|
|
892
|
+
export { default as LibraryBig } from './library-big';
|
|
893
|
+
export { default as Layers2 } from './layers-2';
|
|
894
|
+
export { default as Library } from './library';
|
|
895
|
+
export { default as Ligature } from './ligature';
|
|
896
|
+
export { default as LifeBuoy } from './life-buoy';
|
|
897
|
+
export { default as LensConcave } from './lens-concave';
|
|
898
|
+
export { default as LightbulbOff } from './lightbulb-off';
|
|
899
|
+
export { default as Lightbulb } from './lightbulb';
|
|
900
|
+
export { default as LineSquiggle } from './line-squiggle';
|
|
901
|
+
export { default as LineStyle } from './line-style';
|
|
902
|
+
export { default as Link2Off } from './link-2-off';
|
|
903
|
+
export { default as Link2 } from './link-2';
|
|
904
|
+
export { default as Link } from './link';
|
|
905
|
+
export { default as ListCheck } from './list-check';
|
|
906
|
+
export { default as ListChecks } from './list-checks';
|
|
907
|
+
export { default as LineDotRightHorizontal } from './line-dot-right-horizontal';
|
|
908
|
+
export { default as ListChevronsDownUp } from './list-chevrons-down-up';
|
|
909
|
+
export { default as ListChevronsUpDown } from './list-chevrons-up-down';
|
|
910
|
+
export { default as ListCollapse } from './list-collapse';
|
|
911
|
+
export { default as ListIndentDecrease } from './list-indent-decrease';
|
|
912
|
+
export { default as ListFilter } from './list-filter';
|
|
913
|
+
export { default as ListFilterPlus } from './list-filter-plus';
|
|
914
|
+
export { default as ListIndentIncrease } from './list-indent-increase';
|
|
915
|
+
export { default as ListMusic } from './list-music';
|
|
916
|
+
export { default as ListMinus } from './list-minus';
|
|
917
|
+
export { default as ListEnd } from './list-end';
|
|
918
|
+
export { default as ListOrdered } from './list-ordered';
|
|
919
|
+
export { default as ListRestart } from './list-restart';
|
|
920
|
+
export { default as ListPlus } from './list-plus';
|
|
921
|
+
export { default as ListSortAscending } from './list-sort-ascending';
|
|
922
|
+
export { default as ListSortDescending } from './list-sort-descending';
|
|
923
|
+
export { default as ListStart } from './list-start';
|
|
924
|
+
export { default as ListTree } from './list-tree';
|
|
925
|
+
export { default as ListVideo } from './list-video';
|
|
926
|
+
export { default as ListTodo } from './list-todo';
|
|
927
|
+
export { default as ListX } from './list-x';
|
|
928
|
+
export { default as List } from './list';
|
|
929
|
+
export { default as LoaderCircle } from './loader-circle';
|
|
930
|
+
export { default as Loader } from './loader';
|
|
931
|
+
export { default as LocateFixed } from './locate-fixed';
|
|
932
|
+
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
933
|
+
export { default as LocateOff } from './locate-off';
|
|
934
|
+
export { default as Locate } from './locate';
|
|
935
|
+
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
936
|
+
export { default as LockKeyhole } from './lock-keyhole';
|
|
937
|
+
export { default as LockOpen } from './lock-open';
|
|
938
|
+
export { default as Lock } from './lock';
|
|
939
|
+
export { default as LogIn } from './log-in';
|
|
940
|
+
export { default as LogOut } from './log-out';
|
|
941
|
+
export { default as Logs } from './logs';
|
|
942
|
+
export { default as Lollipop } from './lollipop';
|
|
943
|
+
export { default as Luggage } from './luggage';
|
|
944
|
+
export { default as Magnet } from './magnet';
|
|
945
|
+
export { default as MailMinus } from './mail-minus';
|
|
946
|
+
export { default as MailOpen } from './mail-open';
|
|
947
|
+
export { default as MailPlus } from './mail-plus';
|
|
948
|
+
export { default as MailQuestionMark } from './mail-question-mark';
|
|
949
|
+
export { default as MailSearch } from './mail-search';
|
|
950
|
+
export { default as MailWarning } from './mail-warning';
|
|
951
|
+
export { default as MailX } from './mail-x';
|
|
952
|
+
export { default as Mail } from './mail';
|
|
953
|
+
export { default as Mailbox } from './mailbox';
|
|
954
|
+
export { default as Mails } from './mails';
|
|
955
|
+
export { default as MapMinus } from './map-minus';
|
|
956
|
+
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
957
|
+
export { default as MapPinHouse } from './map-pin-house';
|
|
958
|
+
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
959
|
+
export { default as MapPinMinus } from './map-pin-minus';
|
|
960
|
+
export { default as MapPinCheck } from './map-pin-check';
|
|
961
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
962
|
+
export { default as MailCheck } from './mail-check';
|
|
963
|
+
export { default as MapPinPen } from './map-pin-pen';
|
|
964
|
+
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
965
|
+
export { default as MapPinSearch } from './map-pin-search';
|
|
966
|
+
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
967
|
+
export { default as MapPinX } from './map-pin-x';
|
|
968
|
+
export { default as MapPin } from './map-pin';
|
|
969
|
+
export { default as MapPinned } from './map-pinned';
|
|
970
|
+
export { default as MapPinPlus } from './map-pin-plus';
|
|
971
|
+
export { default as MapPlus } from './map-plus';
|
|
972
|
+
export { default as Map } from './map';
|
|
973
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
974
|
+
export { default as Mars } from './mars';
|
|
975
|
+
export { default as Martini } from './martini';
|
|
976
|
+
export { default as Maximize } from './maximize';
|
|
977
|
+
export { default as Medal } from './medal';
|
|
978
|
+
export { default as MegaphoneOff } from './megaphone-off';
|
|
979
|
+
export { default as Megaphone } from './megaphone';
|
|
980
|
+
export { default as Meh } from './meh';
|
|
981
|
+
export { default as MemoryStick } from './memory-stick';
|
|
982
|
+
export { default as Menu } from './menu';
|
|
983
|
+
export { default as MessageCircleCheck } from './message-circle-check';
|
|
984
|
+
export { default as Merge } from './merge';
|
|
985
|
+
export { default as Maximize2 } from './maximize-2';
|
|
986
|
+
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
987
|
+
export { default as MessageCircleCode } from './message-circle-code';
|
|
988
|
+
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
989
|
+
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
990
|
+
export { default as MessageCircleQuestionMark } from './message-circle-question-mark';
|
|
991
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
992
|
+
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
993
|
+
export { default as MessageCircleReply } from './message-circle-reply';
|
|
994
|
+
export { default as MessageCircleX } from './message-circle-x';
|
|
995
|
+
export { default as MessageCircleMore } from './message-circle-more';
|
|
996
|
+
export { default as MessageCircle } from './message-circle';
|
|
997
|
+
export { default as MessageSquareCode } from './message-square-code';
|
|
998
|
+
export { default as MessageSquareCheck } from './message-square-check';
|
|
999
|
+
export { default as MessageSquareDot } from './message-square-dot';
|
|
1000
|
+
export { default as MessageSquareHeart } from './message-square-heart';
|
|
1001
|
+
export { default as MessageSquareDiff } from './message-square-diff';
|
|
1002
|
+
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
1003
|
+
export { default as MessageSquareOff } from './message-square-off';
|
|
1004
|
+
export { default as MessageSquareLock } from './message-square-lock';
|
|
1005
|
+
export { default as MessageSquareMore } from './message-square-more';
|
|
1006
|
+
export { default as MessageSquareQuote } from './message-square-quote';
|
|
1007
|
+
export { default as MessageSquareReply } from './message-square-reply';
|
|
1008
|
+
export { default as MessageSquareShare } from './message-square-share';
|
|
1009
|
+
export { default as MessageSquareText } from './message-square-text';
|
|
1010
|
+
export { default as MessageSquareWarning } from './message-square-warning';
|
|
1011
|
+
export { default as MessageSquareX } from './message-square-x';
|
|
1012
|
+
export { default as MessageSquare } from './message-square';
|
|
1013
|
+
export { default as MessageSquarePlus } from './message-square-plus';
|
|
1014
|
+
export { default as MessagesSquare } from './messages-square';
|
|
1015
|
+
export { default as Metronome } from './metronome';
|
|
1016
|
+
export { default as MicOff } from './mic-off';
|
|
1017
|
+
export { default as Mic } from './mic';
|
|
1018
|
+
export { default as Microchip } from './microchip';
|
|
1019
|
+
export { default as Microscope } from './microscope';
|
|
1020
|
+
export { default as Milestone } from './milestone';
|
|
1021
|
+
export { default as MilkOff } from './milk-off';
|
|
1022
|
+
export { default as Microwave } from './microwave';
|
|
1023
|
+
export { default as MicVocal } from './mic-vocal';
|
|
1024
|
+
export { default as Minimize2 } from './minimize-2';
|
|
1025
|
+
export { default as Minimize } from './minimize';
|
|
1026
|
+
export { default as Milk } from './milk';
|
|
1027
|
+
export { default as MirrorRectangular } from './mirror-rectangular';
|
|
1028
|
+
export { default as MirrorRound } from './mirror-round';
|
|
1029
|
+
export { default as MonitorCheck } from './monitor-check';
|
|
1030
|
+
export { default as Minus } from './minus';
|
|
1031
|
+
export { default as MonitorDot } from './monitor-dot';
|
|
1032
|
+
export { default as MonitorCog } from './monitor-cog';
|
|
1033
|
+
export { default as MonitorCloud } from './monitor-cloud';
|
|
1034
|
+
export { default as MonitorPause } from './monitor-pause';
|
|
1035
|
+
export { default as MonitorPlay } from './monitor-play';
|
|
1036
|
+
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
1037
|
+
export { default as MonitorOff } from './monitor-off';
|
|
1038
|
+
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
1039
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
1040
|
+
export { default as MonitorDown } from './monitor-down';
|
|
1041
|
+
export { default as MonitorX } from './monitor-x';
|
|
1042
|
+
export { default as Monitor } from './monitor';
|
|
1043
|
+
export { default as MoonStar } from './moon-star';
|
|
1044
|
+
export { default as MonitorUp } from './monitor-up';
|
|
1045
|
+
export { default as Motorbike } from './motorbike';
|
|
1046
|
+
export { default as Mountain } from './mountain';
|
|
1047
|
+
export { default as MountainSnow } from './mountain-snow';
|
|
1048
|
+
export { default as MouseLeft } from './mouse-left';
|
|
1049
|
+
export { default as MouseOff } from './mouse-off';
|
|
1050
|
+
export { default as Moon } from './moon';
|
|
1051
|
+
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1052
|
+
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1053
|
+
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1054
|
+
export { default as MouseRight } from './mouse-right';
|
|
1055
|
+
export { default as Mouse } from './mouse';
|
|
1056
|
+
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1057
|
+
export { default as Move3d } from './move-3d';
|
|
1058
|
+
export { default as MousePointer } from './mouse-pointer';
|
|
1059
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1060
|
+
export { default as MoveDiagonal } from './move-diagonal';
|
|
1061
|
+
export { default as MoveDown } from './move-down';
|
|
1062
|
+
export { default as MoveDownLeft } from './move-down-left';
|
|
1063
|
+
export { default as MoveLeft } from './move-left';
|
|
1064
|
+
export { default as MoveRight } from './move-right';
|
|
1065
|
+
export { default as MoveUpLeft } from './move-up-left';
|
|
1066
|
+
export { default as MoveDownRight } from './move-down-right';
|
|
1067
|
+
export { default as MoveHorizontal } from './move-horizontal';
|
|
1068
|
+
export { default as MoveUp } from './move-up';
|
|
1069
|
+
export { default as MoveUpRight } from './move-up-right';
|
|
1070
|
+
export { default as MoveVertical } from './move-vertical';
|
|
1071
|
+
export { default as Music2 } from './music-2';
|
|
1072
|
+
export { default as Music3 } from './music-3';
|
|
1073
|
+
export { default as Music4 } from './music-4';
|
|
1074
|
+
export { default as Music } from './music';
|
|
1075
|
+
export { default as Navigation2Off } from './navigation-2-off';
|
|
1076
|
+
export { default as Navigation2 } from './navigation-2';
|
|
1077
|
+
export { default as NavigationOff } from './navigation-off';
|
|
1078
|
+
export { default as Move } from './move';
|
|
1079
|
+
export { default as Navigation } from './navigation';
|
|
1080
|
+
export { default as Network } from './network';
|
|
1081
|
+
export { default as NonBinary } from './non-binary';
|
|
1082
|
+
export { default as Newspaper } from './newspaper';
|
|
1083
|
+
export { default as NotebookTabs } from './notebook-tabs';
|
|
1084
|
+
export { default as NotebookText } from './notebook-text';
|
|
1085
|
+
export { default as NotebookPen } from './notebook-pen';
|
|
1086
|
+
export { default as Notebook } from './notebook';
|
|
1087
|
+
export { default as Nfc } from './nfc';
|
|
1088
|
+
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1089
|
+
export { default as NotepadText } from './notepad-text';
|
|
1090
|
+
export { default as NutOff } from './nut-off';
|
|
1091
|
+
export { default as OctagonMinus } from './octagon-minus';
|
|
1092
|
+
export { default as OctagonAlert } from './octagon-alert';
|
|
1093
|
+
export { default as OctagonPause } from './octagon-pause';
|
|
1094
|
+
export { default as OctagonX } from './octagon-x';
|
|
1095
|
+
export { default as Octagon } from './octagon';
|
|
1096
|
+
export { default as Omega } from './omega';
|
|
1097
|
+
export { default as Option } from './option';
|
|
1098
|
+
export { default as Nut } from './nut';
|
|
1099
|
+
export { default as Orbit } from './orbit';
|
|
1100
|
+
export { default as Origami } from './origami';
|
|
1101
|
+
export { default as Package2 } from './package-2';
|
|
1102
|
+
export { default as PackageOpen } from './package-open';
|
|
1103
|
+
export { default as PackagePlus } from './package-plus';
|
|
1104
|
+
export { default as PackageX } from './package-x';
|
|
1105
|
+
export { default as PackageSearch } from './package-search';
|
|
1106
|
+
export { default as Package } from './package';
|
|
1107
|
+
export { default as PackageCheck } from './package-check';
|
|
1108
|
+
export { default as PaintRoller } from './paint-roller';
|
|
1109
|
+
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1110
|
+
export { default as PackageMinus } from './package-minus';
|
|
1111
|
+
export { default as Panda } from './panda';
|
|
1112
|
+
export { default as Palette } from './palette';
|
|
1113
|
+
export { default as Paintbrush } from './paintbrush';
|
|
1114
|
+
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1115
|
+
export { default as PaintBucket } from './paint-bucket';
|
|
1116
|
+
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1117
|
+
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1118
|
+
export { default as PanelLeftClose } from './panel-left-close';
|
|
1119
|
+
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1120
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1121
|
+
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1122
|
+
export { default as PanelLeft } from './panel-left';
|
|
1123
|
+
export { default as PanelRightClose } from './panel-right-close';
|
|
1124
|
+
export { default as PanelBottom } from './panel-bottom';
|
|
1125
|
+
export { default as PanelRight } from './panel-right';
|
|
1126
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1127
|
+
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1128
|
+
export { default as PanelRightOpen } from './panel-right-open';
|
|
1129
|
+
export { default as PanelTopOpen } from './panel-top-open';
|
|
1130
|
+
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1131
|
+
export { default as Paperclip } from './paperclip';
|
|
1132
|
+
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1133
|
+
export { default as PanelTop } from './panel-top';
|
|
1134
|
+
export { default as PanelTopClose } from './panel-top-close';
|
|
1135
|
+
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1136
|
+
export { default as Parentheses } from './parentheses';
|
|
1137
|
+
export { default as ParkingMeter } from './parking-meter';
|
|
1138
|
+
export { default as PawPrint } from './paw-print';
|
|
1139
|
+
export { default as Pause } from './pause';
|
|
1140
|
+
export { default as PartyPopper } from './party-popper';
|
|
1141
|
+
export { default as PenOff } from './pen-off';
|
|
1142
|
+
export { default as PcCase } from './pc-case';
|
|
1143
|
+
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1144
|
+
export { default as Parasol } from './parasol';
|
|
1145
|
+
export { default as PenLine } from './pen-line';
|
|
1146
|
+
export { default as PencilLine } from './pencil-line';
|
|
1147
|
+
export { default as PencilOff } from './pencil-off';
|
|
1148
|
+
export { default as Pen } from './pen';
|
|
1149
|
+
export { default as PencilRuler } from './pencil-ruler';
|
|
1150
|
+
export { default as PenTool } from './pen-tool';
|
|
1151
|
+
export { default as PencilSparkles } from './pencil-sparkles';
|
|
1152
|
+
export { default as Percent } from './percent';
|
|
1153
|
+
export { default as PersonStanding } from './person-standing';
|
|
1154
|
+
export { default as PhoneCall } from './phone-call';
|
|
1155
|
+
export { default as Pentagon } from './pentagon';
|
|
1156
|
+
export { default as PhilippinePeso } from './philippine-peso';
|
|
1157
|
+
export { default as PhoneIncoming } from './phone-incoming';
|
|
1158
|
+
export { default as PhoneOff } from './phone-off';
|
|
1159
|
+
export { default as PhoneMissed } from './phone-missed';
|
|
1160
|
+
export { default as Phone } from './phone';
|
|
1161
|
+
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1162
|
+
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1163
|
+
export { default as Pi } from './pi';
|
|
1164
|
+
export { default as Pickaxe } from './pickaxe';
|
|
1165
|
+
export { default as Piano } from './piano';
|
|
1166
|
+
export { default as PiggyBank } from './piggy-bank';
|
|
1167
|
+
export { default as Pencil } from './pencil';
|
|
1168
|
+
export { default as PictureInPicture } from './picture-in-picture';
|
|
1169
|
+
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1170
|
+
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1171
|
+
export { default as Pilcrow } from './pilcrow';
|
|
1172
|
+
export { default as PinOff } from './pin-off';
|
|
1173
|
+
export { default as PillBottle } from './pill-bottle';
|
|
1174
|
+
export { default as PilcrowRight } from './pilcrow-right';
|
|
1175
|
+
export { default as Pill } from './pill';
|
|
1176
|
+
export { default as Pin } from './pin';
|
|
1177
|
+
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1178
|
+
export { default as Pizza } from './pizza';
|
|
1179
|
+
export { default as PlaneLanding } from './plane-landing';
|
|
1180
|
+
export { default as Pipette } from './pipette';
|
|
1181
|
+
export { default as Plane } from './plane';
|
|
1182
|
+
export { default as PlugZap } from './plug-zap';
|
|
1183
|
+
export { default as Play } from './play';
|
|
1184
|
+
export { default as Plug2 } from './plug-2';
|
|
1185
|
+
export { default as PlayOff } from './play-off';
|
|
1186
|
+
export { default as Plug } from './plug';
|
|
1187
|
+
export { default as Podium } from './podium';
|
|
1188
|
+
export { default as PointerOff } from './pointer-off';
|
|
1189
|
+
export { default as Plus } from './plus';
|
|
1190
|
+
export { default as Pointer } from './pointer';
|
|
1191
|
+
export { default as Podcast } from './podcast';
|
|
1192
|
+
export { default as PocketKnife } from './pocket-knife';
|
|
1193
|
+
export { default as Power } from './power';
|
|
1194
|
+
export { default as Popsicle } from './popsicle';
|
|
1195
|
+
export { default as PoundSterling } from './pound-sterling';
|
|
1196
|
+
export { default as Presentation } from './presentation';
|
|
1197
|
+
export { default as Printer } from './printer';
|
|
1198
|
+
export { default as PrinterCheck } from './printer-check';
|
|
1199
|
+
export { default as PowerOff } from './power-off';
|
|
1200
|
+
export { default as PrinterX } from './printer-x';
|
|
1201
|
+
export { default as Puzzle } from './puzzle';
|
|
1202
|
+
export { default as Proportions } from './proportions';
|
|
1203
|
+
export { default as Projector } from './projector';
|
|
1204
|
+
export { default as QrCode } from './qr-code';
|
|
1205
|
+
export { default as Rabbit } from './rabbit';
|
|
1206
|
+
export { default as Radiation } from './radiation';
|
|
1207
|
+
export { default as Quote } from './quote';
|
|
1208
|
+
export { default as Radar } from './radar';
|
|
1209
|
+
export { default as Radical } from './radical';
|
|
1210
|
+
export { default as RadioTower } from './radio-tower';
|
|
1211
|
+
export { default as Radio } from './radio';
|
|
1212
|
+
export { default as Pyramid } from './pyramid';
|
|
1213
|
+
export { default as RadioOff } from './radio-off';
|
|
1214
|
+
export { default as Popcorn } from './popcorn';
|
|
1215
|
+
export { default as Radius } from './radius';
|
|
1216
|
+
export { default as Rainbow } from './rainbow';
|
|
1217
|
+
export { default as Ratio } from './ratio';
|
|
1218
|
+
export { default as RadioReceiver } from './radio-receiver';
|
|
1219
|
+
export { default as Rat } from './rat';
|
|
1220
|
+
export { default as ReceiptCent } from './receipt-cent';
|
|
1221
|
+
export { default as ReceiptEuro } from './receipt-euro';
|
|
1222
|
+
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1223
|
+
export { default as ReceiptText } from './receipt-text';
|
|
1224
|
+
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1225
|
+
export { default as Receipt } from './receipt';
|
|
1226
|
+
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1227
|
+
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1228
|
+
export { default as RectangleCircle } from './rectangle-circle';
|
|
1229
|
+
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1230
|
+
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1231
|
+
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1232
|
+
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1233
|
+
export { default as Recycle } from './recycle';
|
|
1234
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1235
|
+
export { default as Redo } from './redo';
|
|
1236
|
+
export { default as RedoDot } from './redo-dot';
|
|
1237
|
+
export { default as Redo2 } from './redo-2';
|
|
1238
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1239
|
+
export { default as Refrigerator } from './refrigerator';
|
|
1240
|
+
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1241
|
+
export { default as Regex } from './regex';
|
|
1242
|
+
export { default as RemoveFormatting } from './remove-formatting';
|
|
1243
|
+
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1244
|
+
export { default as RefreshCw } from './refresh-cw';
|
|
1245
|
+
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1246
|
+
export { default as Repeat1 } from './repeat-1';
|
|
1247
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1248
|
+
export { default as Replace } from './replace';
|
|
1249
|
+
export { default as Repeat } from './repeat';
|
|
1250
|
+
export { default as RepeatOff } from './repeat-off';
|
|
1251
|
+
export { default as ReplaceAll } from './replace-all';
|
|
1252
|
+
export { default as ReplyAll } from './reply-all';
|
|
1253
|
+
export { default as Rocket } from './rocket';
|
|
1254
|
+
export { default as Reply } from './reply';
|
|
1255
|
+
export { default as Ribbon } from './ribbon';
|
|
1256
|
+
export { default as Road } from './road';
|
|
1257
|
+
export { default as RockingChair } from './rocking-chair';
|
|
1258
|
+
export { default as RollerCoaster } from './roller-coaster';
|
|
1259
|
+
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1260
|
+
export { default as Rotate3d } from './rotate-3d';
|
|
1261
|
+
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1262
|
+
export { default as RotateCcw } from './rotate-ccw';
|
|
1263
|
+
export { default as Rose } from './rose';
|
|
1264
|
+
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1265
|
+
export { default as RotateCw } from './rotate-cw';
|
|
1266
|
+
export { default as Route } from './route';
|
|
1267
|
+
export { default as Rewind } from './rewind';
|
|
1268
|
+
export { default as Router } from './router';
|
|
1269
|
+
export { default as RouteOff } from './route-off';
|
|
1270
|
+
export { default as Rows3 } from './rows-3';
|
|
1271
|
+
export { default as Rows2 } from './rows-2';
|
|
1272
|
+
export { default as Rss } from './rss';
|
|
1273
|
+
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1274
|
+
export { default as Ruler } from './ruler';
|
|
1275
|
+
export { default as Rows4 } from './rows-4';
|
|
1276
|
+
export { default as Sailboat } from './sailboat';
|
|
1277
|
+
export { default as SatelliteDish } from './satellite-dish';
|
|
1278
|
+
export { default as Satellite } from './satellite';
|
|
1279
|
+
export { default as Sandwich } from './sandwich';
|
|
1280
|
+
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1281
|
+
export { default as Salad } from './salad';
|
|
1282
|
+
export { default as SavePen } from './save-pen';
|
|
1283
|
+
export { default as SaveOff } from './save-off';
|
|
1284
|
+
export { default as SavePlus } from './save-plus';
|
|
1285
|
+
export { default as SaveAll } from './save-all';
|
|
1286
|
+
export { default as Save } from './save';
|
|
1287
|
+
export { default as Scale } from './scale';
|
|
1288
|
+
export { default as Scaling } from './scaling';
|
|
1289
|
+
export { default as SaveCheck } from './save-check';
|
|
1290
|
+
export { default as ScanBarcode } from './scan-barcode';
|
|
1291
|
+
export { default as ScanFace } from './scan-face';
|
|
1292
|
+
export { default as ScanHeart } from './scan-heart';
|
|
1293
|
+
export { default as Scale3d } from './scale-3d';
|
|
1294
|
+
export { default as ScanQrCode } from './scan-qr-code';
|
|
1295
|
+
export { default as ScanLine } from './scan-line';
|
|
1296
|
+
export { default as ScanSearch } from './scan-search';
|
|
1297
|
+
export { default as ScanText } from './scan-text';
|
|
1298
|
+
export { default as Scan } from './scan';
|
|
1299
|
+
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1300
|
+
export { default as School } from './school';
|
|
1301
|
+
export { default as Scooter } from './scooter';
|
|
1302
|
+
export { default as ScreenShareOff } from './screen-share-off';
|
|
1303
|
+
export { default as ScreenShare } from './screen-share';
|
|
1304
|
+
export { default as ScrollText } from './scroll-text';
|
|
1305
|
+
export { default as Scroll } from './scroll';
|
|
1306
|
+
export { default as SearchAlert } from './search-alert';
|
|
1307
|
+
export { default as SearchCheck } from './search-check';
|
|
1308
|
+
export { default as Scissors } from './scissors';
|
|
1309
|
+
export { default as SearchCode } from './search-code';
|
|
1310
|
+
export { default as SearchSlash } from './search-slash';
|
|
1311
|
+
export { default as SearchX } from './search-x';
|
|
1312
|
+
export { default as Section } from './section';
|
|
1313
|
+
export { default as SendHorizontal } from './send-horizontal';
|
|
1314
|
+
export { default as SendToBack } from './send-to-back';
|
|
1315
|
+
export { default as Send } from './send';
|
|
1316
|
+
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1317
|
+
export { default as ServerCog } from './server-cog';
|
|
1318
|
+
export { default as Search } from './search';
|
|
1319
|
+
export { default as ServerCrash } from './server-crash';
|
|
1320
|
+
export { default as SeparatorVertical } from './separator-vertical';
|
|
1321
|
+
export { default as Server } from './server';
|
|
1322
|
+
export { default as ServerOff } from './server-off';
|
|
1323
|
+
export { default as Settings } from './settings';
|
|
1324
|
+
export { default as Settings2 } from './settings-2';
|
|
1325
|
+
export { default as Share2 } from './share-2';
|
|
1326
|
+
export { default as Share } from './share';
|
|
1327
|
+
export { default as Sheet } from './sheet';
|
|
1328
|
+
export { default as Shapes } from './shapes';
|
|
1329
|
+
export { default as ShelvingUnit } from './shelving-unit';
|
|
1330
|
+
export { default as ShieldAlert } from './shield-alert';
|
|
1331
|
+
export { default as ShieldBan } from './shield-ban';
|
|
1332
|
+
export { default as Shell } from './shell';
|
|
1333
|
+
export { default as ShieldCogCorner } from './shield-cog-corner';
|
|
1334
|
+
export { default as ShieldCheck } from './shield-check';
|
|
1335
|
+
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1336
|
+
export { default as ShieldHalf } from './shield-half';
|
|
1337
|
+
export { default as ShieldMinus } from './shield-minus';
|
|
1338
|
+
export { default as ShieldCog } from './shield-cog';
|
|
1339
|
+
export { default as ShieldPlus } from './shield-plus';
|
|
1340
|
+
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1341
|
+
export { default as ShieldUser } from './shield-user';
|
|
1342
|
+
export { default as ShieldOff } from './shield-off';
|
|
1343
|
+
export { default as Shield } from './shield';
|
|
1344
|
+
export { default as ShieldX } from './shield-x';
|
|
1345
|
+
export { default as Ship } from './ship';
|
|
1346
|
+
export { default as Shirt } from './shirt';
|
|
1347
|
+
export { default as ShoppingBag } from './shopping-bag';
|
|
1348
|
+
export { default as ShoppingBasket } from './shopping-basket';
|
|
1349
|
+
export { default as ShoppingCart } from './shopping-cart';
|
|
1350
|
+
export { default as ShowerHead } from './shower-head';
|
|
1351
|
+
export { default as ShipWheel } from './ship-wheel';
|
|
1352
|
+
export { default as Shredder } from './shredder';
|
|
1353
|
+
export { default as Shovel } from './shovel';
|
|
1354
|
+
export { default as Shrink } from './shrink';
|
|
1355
|
+
export { default as Shrimp } from './shrimp';
|
|
1356
|
+
export { default as Shuffle } from './shuffle';
|
|
1357
|
+
export { default as Sigma } from './sigma';
|
|
1358
|
+
export { default as SignalHigh } from './signal-high';
|
|
1359
|
+
export { default as Shrub } from './shrub';
|
|
1360
|
+
export { default as SignalZero } from './signal-zero';
|
|
1361
|
+
export { default as ScanEye } from './scan-eye';
|
|
1362
|
+
export { default as Signal } from './signal';
|
|
1363
|
+
export { default as SignpostBig } from './signpost-big';
|
|
1364
|
+
export { default as Signature } from './signature';
|
|
1365
|
+
export { default as Signpost } from './signpost';
|
|
1366
|
+
export { default as Siren } from './siren';
|
|
1367
|
+
export { default as SignalMedium } from './signal-medium';
|
|
1368
|
+
export { default as SkipBack } from './skip-back';
|
|
1369
|
+
export { default as SkipForward } from './skip-forward';
|
|
1370
|
+
export { default as Skull } from './skull';
|
|
1371
|
+
export { default as SignalLow } from './signal-low';
|
|
1372
|
+
export { default as Slash } from './slash';
|
|
1373
|
+
export { default as Slice } from './slice';
|
|
1374
|
+
export { default as SlidersVertical } from './sliders-vertical';
|
|
1375
|
+
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1376
|
+
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1377
|
+
export { default as SmilePlus } from './smile-plus';
|
|
1378
|
+
export { default as Smartphone } from './smartphone';
|
|
1379
|
+
export { default as Smile } from './smile';
|
|
1380
|
+
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1381
|
+
export { default as Snowflake } from './snowflake';
|
|
1382
|
+
export { default as Snail } from './snail';
|
|
1383
|
+
export { default as Sofa } from './sofa';
|
|
1384
|
+
export { default as SolarPanel } from './solar-panel';
|
|
1385
|
+
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1386
|
+
export { default as Soup } from './soup';
|
|
1387
|
+
export { default as Space } from './space';
|
|
1388
|
+
export { default as Spade } from './spade';
|
|
1389
|
+
export { default as Sparkle } from './sparkle';
|
|
1390
|
+
export { default as Sparkles } from './sparkles';
|
|
1391
|
+
export { default as RussianRuble } from './russian-ruble';
|
|
1392
|
+
export { default as Speech } from './speech';
|
|
1393
|
+
export { default as Speaker } from './speaker';
|
|
1394
|
+
export { default as SpellCheck2 } from './spell-check-2';
|
|
1395
|
+
export { default as Spline } from './spline';
|
|
1396
|
+
export { default as SpellCheck } from './spell-check';
|
|
1397
|
+
export { default as SplinePointer } from './spline-pointer';
|
|
1398
|
+
export { default as Spool } from './spool';
|
|
1399
|
+
export { default as Spotlight } from './spotlight';
|
|
1400
|
+
export { default as SprayCan } from './spray-can';
|
|
1401
|
+
export { default as SportShoe } from './sport-shoe';
|
|
1402
|
+
export { default as Sprout } from './sprout';
|
|
1403
|
+
export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
1404
|
+
export { default as Split } from './split';
|
|
1405
|
+
export { default as SquareActivity } from './square-activity';
|
|
1406
|
+
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1407
|
+
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1408
|
+
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1409
|
+
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1410
|
+
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1411
|
+
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1412
|
+
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1413
|
+
export { default as SquareArrowRightEnter } from './square-arrow-right-enter';
|
|
1414
|
+
export { default as SquareArrowRightExit } from './square-arrow-right-exit';
|
|
1415
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1416
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1417
|
+
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1418
|
+
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1419
|
+
export { default as SquareAsterisk } from './square-asterisk';
|
|
1420
|
+
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1421
|
+
export { default as SquareCenterlineDashedHorizontal } from './square-centerline-dashed-horizontal';
|
|
1422
|
+
export { default as SquareCenterlineDashedVertical } from './square-centerline-dashed-vertical';
|
|
1423
|
+
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1424
|
+
export { default as SquareCheckBig } from './square-check-big';
|
|
1425
|
+
export { default as SquareCheck } from './square-check';
|
|
1426
|
+
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1427
|
+
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1428
|
+
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1429
|
+
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1430
|
+
export { default as SquareCode } from './square-code';
|
|
1431
|
+
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1432
|
+
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1433
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1434
|
+
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1435
|
+
export { default as SquareDashedText } from './square-dashed-text';
|
|
1436
|
+
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1437
|
+
export { default as SquareDashed } from './square-dashed';
|
|
1438
|
+
export { default as SquareDivide } from './square-divide';
|
|
1439
|
+
export { default as SquareDot } from './square-dot';
|
|
1440
|
+
export { default as SquareEqual } from './square-equal';
|
|
1441
|
+
export { default as SquareFunction } from './square-function';
|
|
1442
|
+
export { default as SquareKanban } from './square-kanban';
|
|
1443
|
+
export { default as SquareLibrary } from './square-library';
|
|
1444
|
+
export { default as SquareM } from './square-m';
|
|
1445
|
+
export { default as SquareMenu } from './square-menu';
|
|
1446
|
+
export { default as SquareMinus } from './square-minus';
|
|
1447
|
+
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1448
|
+
export { default as SquareParkingOff } from './square-parking-off';
|
|
1449
|
+
export { default as SquareParking } from './square-parking';
|
|
1450
|
+
export { default as SquarePause } from './square-pause';
|
|
1451
|
+
export { default as SquarePen } from './square-pen';
|
|
1452
|
+
export { default as SquarePercent } from './square-percent';
|
|
1453
|
+
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1454
|
+
export { default as SquarePlay } from './square-play';
|
|
1455
|
+
export { default as SquarePlus } from './square-plus';
|
|
1456
|
+
export { default as SquarePower } from './square-power';
|
|
1457
|
+
export { default as SquareRadical } from './square-radical';
|
|
1458
|
+
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1459
|
+
export { default as SquareScissors } from './square-scissors';
|
|
1460
|
+
export { default as SquareSigma } from './square-sigma';
|
|
1461
|
+
export { default as SquareSlash } from './square-slash';
|
|
1462
|
+
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1463
|
+
export { default as SquareSquare } from './square-square';
|
|
1464
|
+
export { default as SquareStack } from './square-stack';
|
|
1465
|
+
export { default as SquareStar } from './square-star';
|
|
1466
|
+
export { default as SquareStop } from './square-stop';
|
|
1467
|
+
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1468
|
+
export { default as SquareTerminal } from './square-terminal';
|
|
1469
|
+
export { default as SquareX } from './square-x';
|
|
1470
|
+
export { default as Square } from './square';
|
|
1471
|
+
export { default as SquareUser } from './square-user';
|
|
1472
|
+
export { default as SquaresExclude } from './squares-exclude';
|
|
1473
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1474
|
+
export { default as SquaresUnite } from './squares-unite';
|
|
1475
|
+
export { default as SquaresIntersect } from './squares-intersect';
|
|
1476
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1477
|
+
export { default as Squirrel } from './squirrel';
|
|
1478
|
+
export { default as SquareUserRound } from './square-user-round';
|
|
1479
|
+
export { default as Stamp } from './stamp';
|
|
1480
|
+
export { default as StarCheck } from './star-check';
|
|
1481
|
+
export { default as StarHalf } from './star-half';
|
|
1482
|
+
export { default as Squircle } from './squircle';
|
|
1483
|
+
export { default as StarMinus } from './star-minus';
|
|
1484
|
+
export { default as StarOff } from './star-off';
|
|
1485
|
+
export { default as StarX } from './star-x';
|
|
1486
|
+
export { default as Star } from './star';
|
|
1487
|
+
export { default as StarPlus } from './star-plus';
|
|
1488
|
+
export { default as StepBack } from './step-back';
|
|
1489
|
+
export { default as StepForward } from './step-forward';
|
|
1490
|
+
export { default as SquarePi } from './square-pi';
|
|
1491
|
+
export { default as Sticker } from './sticker';
|
|
1492
|
+
export { default as StickyNoteCheck } from './sticky-note-check';
|
|
1493
|
+
export { default as Stethoscope } from './stethoscope';
|
|
1494
|
+
export { default as StickyNoteOff } from './sticky-note-off';
|
|
1495
|
+
export { default as StickyNotePlus } from './sticky-note-plus';
|
|
1496
|
+
export { default as StickyNotes } from './sticky-notes';
|
|
1497
|
+
export { default as StickyNote } from './sticky-note';
|
|
1498
|
+
export { default as StickyNoteX } from './sticky-note-x';
|
|
1499
|
+
export { default as StickyNoteMinus } from './sticky-note-minus';
|
|
1500
|
+
export { default as Store } from './store';
|
|
1501
|
+
export { default as Stone } from './stone';
|
|
1502
|
+
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1503
|
+
export { default as Subscript } from './subscript';
|
|
1504
|
+
export { default as Strikethrough } from './strikethrough';
|
|
1505
|
+
export { default as StretchVertical } from './stretch-vertical';
|
|
1506
|
+
export { default as SunDim } from './sun-dim';
|
|
1507
|
+
export { default as SunMedium } from './sun-medium';
|
|
1508
|
+
export { default as Summary } from './summary';
|
|
1509
|
+
export { default as SunMoon } from './sun-moon';
|
|
1510
|
+
export { default as Sun } from './sun';
|
|
1511
|
+
export { default as SunSnow } from './sun-snow';
|
|
1512
|
+
export { default as Superscript } from './superscript';
|
|
1513
|
+
export { default as SwatchBook } from './swatch-book';
|
|
1514
|
+
export { default as Sunrise } from './sunrise';
|
|
1515
|
+
export { default as SwissFranc } from './swiss-franc';
|
|
1516
|
+
export { default as SwitchCamera } from './switch-camera';
|
|
1517
|
+
export { default as Sunset } from './sunset';
|
|
1518
|
+
export { default as Swords } from './swords';
|
|
1519
|
+
export { default as Syringe } from './syringe';
|
|
1520
|
+
export { default as Sword } from './sword';
|
|
1521
|
+
export { default as Table2 } from './table-2';
|
|
1522
|
+
export { default as TableCellsSplit } from './table-cells-split';
|
|
1523
|
+
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1524
|
+
export { default as TableProperties } from './table-properties';
|
|
1525
|
+
export { default as TableRowsSplit } from './table-rows-split';
|
|
1526
|
+
export { default as Table } from './table';
|
|
1527
|
+
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1528
|
+
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1529
|
+
export { default as TableOfContents } from './table-of-contents';
|
|
1530
|
+
export { default as Tablet } from './tablet';
|
|
1531
|
+
export { default as Tablets } from './tablets';
|
|
1532
|
+
export { default as Tags } from './tags';
|
|
1533
|
+
export { default as Tag } from './tag';
|
|
1534
|
+
export { default as TagPlus } from './tag-plus';
|
|
1535
|
+
export { default as TagX } from './tag-x';
|
|
1536
|
+
export { default as Tally1 } from './tally-1';
|
|
1537
|
+
export { default as Tally2 } from './tally-2';
|
|
1538
|
+
export { default as Tally5 } from './tally-5';
|
|
1539
|
+
export { default as Tangent } from './tangent';
|
|
1540
|
+
export { default as Target } from './target';
|
|
1541
|
+
export { default as Telescope } from './telescope';
|
|
1542
|
+
export { default as Tally4 } from './tally-4';
|
|
1543
|
+
export { default as Tally3 } from './tally-3';
|
|
1544
|
+
export { default as TentTree } from './tent-tree';
|
|
1545
|
+
export { default as Tent } from './tent';
|
|
1546
|
+
export { default as TestTubes } from './test-tubes';
|
|
1547
|
+
export { default as TestTube } from './test-tube';
|
|
1548
|
+
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1549
|
+
export { default as Terminal } from './terminal';
|
|
1550
|
+
export { default as TextAlignEnd } from './text-align-end';
|
|
1551
|
+
export { default as TextAlignCenter } from './text-align-center';
|
|
1552
|
+
export { default as TextCursorInput } from './text-cursor-input';
|
|
1553
|
+
export { default as TextCursor } from './text-cursor';
|
|
1554
|
+
export { default as TextAlignJustify } from './text-align-justify';
|
|
1555
|
+
export { default as TextAlignStart } from './text-align-start';
|
|
1556
|
+
export { default as TextInitial } from './text-initial';
|
|
1557
|
+
export { default as TextQuote } from './text-quote';
|
|
1558
|
+
export { default as Theater } from './theater';
|
|
1559
|
+
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1560
|
+
export { default as Thermometer } from './thermometer';
|
|
1561
|
+
export { default as ThermometerSun } from './thermometer-sun';
|
|
1562
|
+
export { default as TextSearch } from './text-search';
|
|
1563
|
+
export { default as TextWrap } from './text-wrap';
|
|
1564
|
+
export { default as ThumbsDown } from './thumbs-down';
|
|
1565
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1566
|
+
export { default as TicketPercent } from './ticket-percent';
|
|
1567
|
+
export { default as TicketPlus } from './ticket-plus';
|
|
1568
|
+
export { default as TicketSlash } from './ticket-slash';
|
|
1569
|
+
export { default as TicketX } from './ticket-x';
|
|
1570
|
+
export { default as Ticket } from './ticket';
|
|
1571
|
+
export { default as TicketsPlane } from './tickets-plane';
|
|
1572
|
+
export { default as TicketCheck } from './ticket-check';
|
|
1573
|
+
export { default as Tickets } from './tickets';
|
|
1574
|
+
export { default as Timeline } from './timeline';
|
|
1575
|
+
export { default as TimerReset } from './timer-reset';
|
|
1576
|
+
export { default as Timer } from './timer';
|
|
1577
|
+
export { default as ToggleLeft } from './toggle-left';
|
|
1578
|
+
export { default as ToggleRight } from './toggle-right';
|
|
1579
|
+
export { default as TimerOff } from './timer-off';
|
|
1580
|
+
export { default as Toilet } from './toilet';
|
|
1581
|
+
export { default as ToolCase } from './tool-case';
|
|
1582
|
+
export { default as Tornado } from './tornado';
|
|
1583
|
+
export { default as Torus } from './torus';
|
|
1584
|
+
export { default as Toolbox } from './toolbox';
|
|
1585
|
+
export { default as TouchpadOff } from './touchpad-off';
|
|
1586
|
+
export { default as Touchpad } from './touchpad';
|
|
1587
|
+
export { default as TowerControl } from './tower-control';
|
|
1588
|
+
export { default as Tractor } from './tractor';
|
|
1589
|
+
export { default as TowelRack } from './towel-rack';
|
|
1590
|
+
export { default as ToyBrick } from './toy-brick';
|
|
1591
|
+
export { default as TrafficCone } from './traffic-cone';
|
|
1592
|
+
export { default as TicketMinus } from './ticket-minus';
|
|
1593
|
+
export { default as TrainTrack } from './train-track';
|
|
1594
|
+
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1595
|
+
export { default as TramFront } from './tram-front';
|
|
1596
|
+
export { default as Transgender } from './transgender';
|
|
1597
|
+
export { default as TrainFront } from './train-front';
|
|
1598
|
+
export { default as Trash } from './trash';
|
|
1599
|
+
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1600
|
+
export { default as Trash2 } from './trash-2';
|
|
1601
|
+
export { default as TreePine } from './tree-pine';
|
|
1602
|
+
export { default as Trees } from './trees';
|
|
1603
|
+
export { default as TreePalm } from './tree-palm';
|
|
1604
|
+
export { default as TrendingUpDown } from './trending-up-down';
|
|
1605
|
+
export { default as TrendingUp } from './trending-up';
|
|
1606
|
+
export { default as TrendingDown } from './trending-down';
|
|
1607
|
+
export { default as TriangleDashed } from './triangle-dashed';
|
|
1608
|
+
export { default as TriangleRight } from './triangle-right';
|
|
1609
|
+
export { default as TriangleAlert } from './triangle-alert';
|
|
1610
|
+
export { default as Trophy } from './trophy';
|
|
1611
|
+
export { default as TruckElectric } from './truck-electric';
|
|
1612
|
+
export { default as Triangle } from './triangle';
|
|
1613
|
+
export { default as Turntable } from './turntable';
|
|
1614
|
+
export { default as TurkishLira } from './turkish-lira';
|
|
1615
|
+
export { default as Truck } from './truck';
|
|
1616
|
+
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1617
|
+
export { default as TvMinimal } from './tv-minimal';
|
|
1618
|
+
export { default as Turtle } from './turtle';
|
|
1619
|
+
export { default as Tv } from './tv';
|
|
1620
|
+
export { default as TypeOutline } from './type-outline';
|
|
1621
|
+
export { default as Type } from './type';
|
|
1622
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1623
|
+
export { default as Underline } from './underline';
|
|
1624
|
+
export { default as Undo2 } from './undo-2';
|
|
1625
|
+
export { default as Umbrella } from './umbrella';
|
|
1626
|
+
export { default as Undo } from './undo';
|
|
1627
|
+
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1628
|
+
export { default as UndoDot } from './undo-dot';
|
|
1629
|
+
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1630
|
+
export { default as University } from './university';
|
|
1631
|
+
export { default as Ungroup } from './ungroup';
|
|
1632
|
+
export { default as Unlink2 } from './unlink-2';
|
|
1633
|
+
export { default as Unplug } from './unplug';
|
|
1634
|
+
export { default as Upload } from './upload';
|
|
1635
|
+
export { default as Unlink } from './unlink';
|
|
1636
|
+
export { default as Usb } from './usb';
|
|
1637
|
+
export { default as UserCog } from './user-cog';
|
|
1638
|
+
export { default as UserCheck } from './user-check';
|
|
1639
|
+
export { default as UserKey } from './user-key';
|
|
1640
|
+
export { default as UserMinus } from './user-minus';
|
|
1641
|
+
export { default as UserPen } from './user-pen';
|
|
1642
|
+
export { default as UserLock } from './user-lock';
|
|
1643
|
+
export { default as UserRoundArrowLeft } from './user-round-arrow-left';
|
|
1644
|
+
export { default as UserRoundCheck } from './user-round-check';
|
|
1645
|
+
export { default as UserPlus } from './user-plus';
|
|
1646
|
+
export { default as UserRoundCog } from './user-round-cog';
|
|
1647
|
+
export { default as UserRoundKey } from './user-round-key';
|
|
1648
|
+
export { default as UserRoundMinus } from './user-round-minus';
|
|
1649
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1650
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1651
|
+
export { default as UserRoundPen } from './user-round-pen';
|
|
1652
|
+
export { default as UserRoundPlus } from './user-round-plus';
|
|
1653
|
+
export { default as UserSearch } from './user-search';
|
|
1654
|
+
export { default as UserRound } from './user-round';
|
|
1655
|
+
export { default as UsersRound } from './users-round';
|
|
1656
|
+
export { default as User } from './user';
|
|
1657
|
+
export { default as Users } from './users';
|
|
1658
|
+
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1659
|
+
export { default as Utensils } from './utensils';
|
|
1660
|
+
export { default as UtilityPole } from './utility-pole';
|
|
1661
|
+
export { default as Van } from './van';
|
|
1662
|
+
export { default as Variable } from './variable';
|
|
1663
|
+
export { default as Vault } from './vault';
|
|
1664
|
+
export { default as VectorSquare } from './vector-square';
|
|
1665
|
+
export { default as Vegan } from './vegan';
|
|
1666
|
+
export { default as VenetianMask } from './venetian-mask';
|
|
1667
|
+
export { default as VenusAndMars } from './venus-and-mars';
|
|
1668
|
+
export { default as Venus } from './venus';
|
|
1669
|
+
export { default as VibrateOff } from './vibrate-off';
|
|
1670
|
+
export { default as Vibrate } from './vibrate';
|
|
1671
|
+
export { default as VideoOff } from './video-off';
|
|
1672
|
+
export { default as Video } from './video';
|
|
1673
|
+
export { default as Videotape } from './videotape';
|
|
1674
|
+
export { default as View } from './view';
|
|
1675
|
+
export { default as Voicemail } from './voicemail';
|
|
1676
|
+
export { default as Volleyball } from './volleyball';
|
|
1677
|
+
export { default as Volume1 } from './volume-1';
|
|
1678
|
+
export { default as Volume2 } from './volume-2';
|
|
1679
|
+
export { default as UserX } from './user-x';
|
|
1680
|
+
export { default as VolumeOff } from './volume-off';
|
|
1681
|
+
export { default as UserStar } from './user-star';
|
|
1682
|
+
export { default as VolumeX } from './volume-x';
|
|
1683
|
+
export { default as Volume } from './volume';
|
|
1684
|
+
export { default as Wallet } from './wallet';
|
|
1685
|
+
export { default as WalletMinimal } from './wallet-minimal';
|
|
1686
|
+
export { default as WalletCards } from './wallet-cards';
|
|
1687
|
+
export { default as Wallpaper } from './wallpaper';
|
|
1688
|
+
export { default as WandSparkles } from './wand-sparkles';
|
|
1689
|
+
export { default as Wand } from './wand';
|
|
1690
|
+
export { default as Vote } from './vote';
|
|
1691
|
+
export { default as Warehouse } from './warehouse';
|
|
1692
|
+
export { default as WashingMachine } from './washing-machine';
|
|
1693
|
+
export { default as WavesHorizontal } from './waves-horizontal';
|
|
1694
|
+
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1695
|
+
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1696
|
+
export { default as WavesVertical } from './waves-vertical';
|
|
1697
|
+
export { default as WavesLadder } from './waves-ladder';
|
|
1698
|
+
export { default as Waypoints } from './waypoints';
|
|
1699
|
+
export { default as Watch } from './watch';
|
|
1700
|
+
export { default as WebcamOff } from './webcam-off';
|
|
1701
|
+
export { default as Webcam } from './webcam';
|
|
1702
|
+
export { default as WebhookOff } from './webhook-off';
|
|
1703
|
+
export { default as WeightTilde } from './weight-tilde';
|
|
1704
|
+
export { default as WheatOff } from './wheat-off';
|
|
1705
|
+
export { default as Weight } from './weight';
|
|
1706
|
+
export { default as Webhook } from './webhook';
|
|
1707
|
+
export { default as Wheat } from './wheat';
|
|
1708
|
+
export { default as WholeWord } from './whole-word';
|
|
1709
|
+
export { default as WifiCog } from './wifi-cog';
|
|
1710
|
+
export { default as WifiLow } from './wifi-low';
|
|
1711
|
+
export { default as WifiPen } from './wifi-pen';
|
|
1712
|
+
export { default as WifiOff } from './wifi-off';
|
|
1713
|
+
export { default as WifiSync } from './wifi-sync';
|
|
1714
|
+
export { default as WifiHigh } from './wifi-high';
|
|
1715
|
+
export { default as WifiZero } from './wifi-zero';
|
|
1716
|
+
export { default as Wifi } from './wifi';
|
|
1717
|
+
export { default as WineOff } from './wine-off';
|
|
1718
|
+
export { default as Wine } from './wine';
|
|
1719
|
+
export { default as WindArrowDown } from './wind-arrow-down';
|
|
1720
|
+
export { default as Worm } from './worm';
|
|
1721
|
+
export { default as Workflow } from './workflow';
|
|
1722
|
+
export { default as Wind } from './wind';
|
|
1723
|
+
export { default as WrenchOff } from './wrench-off';
|
|
1724
|
+
export { default as Wrench } from './wrench';
|
|
1725
|
+
export { default as XLineTop } from './x-line-top';
|
|
1726
|
+
export { default as X } from './x';
|
|
1727
|
+
export { default as ZodiacAquarius } from './zodiac-aquarius';
|
|
1728
|
+
export { default as Zap } from './zap';
|
|
1729
|
+
export { default as ZapOff } from './zap-off';
|
|
1730
|
+
export { default as ZodiacCapricorn } from './zodiac-capricorn';
|
|
1731
|
+
export { default as ZodiacCancer } from './zodiac-cancer';
|
|
1732
|
+
export { default as ZodiacLeo } from './zodiac-leo';
|
|
1733
|
+
export { default as ZodiacLibra } from './zodiac-libra';
|
|
1734
|
+
export { default as ZodiacGemini } from './zodiac-gemini';
|
|
1735
|
+
export { default as ZodiacOphiuchus } from './zodiac-ophiuchus';
|
|
1736
|
+
export { default as ZodiacPisces } from './zodiac-pisces';
|
|
1737
|
+
export { default as ZodiacScorpio } from './zodiac-scorpio';
|
|
1738
|
+
export { default as ZodiacTaurus } from './zodiac-taurus';
|
|
1739
|
+
export { default as ZodiacSagittarius } from './zodiac-sagittarius';
|
|
1740
|
+
export { default as ZodiacVirgo } from './zodiac-virgo';
|
|
1741
|
+
export { default as ZoomIn } from './zoom-in';
|
|
1742
|
+
export { default as ZoomOut } from './zoom-out';
|
|
1743
|
+
export { default as ZodiacAries } from './zodiac-aries';
|
|
1744
|
+
|