@nadicodeai/design-system 0.1.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/AGENTS.md +112 -0
- package/DESIGN.md +613 -0
- package/README.md +123 -0
- package/dist/css/chat-autoplay.js +544 -0
- package/dist/css/components/.gitkeep +0 -0
- package/dist/css/components/agent-avatar.css +42 -0
- package/dist/css/components/approval-gate.css +101 -0
- package/dist/css/components/artifact-preview.css +69 -0
- package/dist/css/components/chat-bubble-agent.css +53 -0
- package/dist/css/components/chat-bubble-user.css +28 -0
- package/dist/css/components/chat-thread.css +158 -0
- package/dist/css/components/handoff-banner.css +37 -0
- package/dist/css/components/image.css +87 -0
- package/dist/css/components/memory-item.css +36 -0
- package/dist/css/components/run-timeline.css +135 -0
- package/dist/css/components/state-row.css +54 -0
- package/dist/css/components/state-tag.css +52 -0
- package/dist/css/components/tool-call-trace.css +36 -0
- package/dist/css/components/typing-dots.css +44 -0
- package/dist/css/components/usage-meter.css +63 -0
- package/dist/css/foundation.css +169 -0
- package/dist/css/index.css +52 -0
- package/dist/css/layout.css +658 -0
- package/dist/css/motion.css +187 -0
- package/dist/css/primitives.css +315 -0
- package/dist/css/reset.css +22 -0
- package/dist/css/tokens.generated.css +201 -0
- package/dist/css/tokens.local.css +11 -0
- package/dist/favicon/apple-touch-icon.png +0 -0
- package/dist/favicon/favicon.ico +0 -0
- package/dist/favicon/favicon.svg +17 -0
- package/dist/favicon/icon-192.png +0 -0
- package/dist/favicon/icon-512.png +0 -0
- package/dist/favicon/site.webmanifest +19 -0
- package/dist/icons/--full-page +0 -0
- package/dist/icons/a-arrow-down.svg +18 -0
- package/dist/icons/a-arrow-up.svg +18 -0
- package/dist/icons/a-large-small.svg +18 -0
- package/dist/icons/accessibility.svg +19 -0
- package/dist/icons/activity-square.svg +16 -0
- package/dist/icons/activity.svg +15 -0
- package/dist/icons/air-vent.svg +18 -0
- package/dist/icons/airplay.svg +16 -0
- package/dist/icons/alarm-check.svg +20 -0
- package/dist/icons/alarm-clock-check.svg +20 -0
- package/dist/icons/alarm-clock-minus.svg +20 -0
- package/dist/icons/alarm-clock-off.svg +20 -0
- package/dist/icons/alarm-clock-plus.svg +21 -0
- package/dist/icons/alarm-clock.svg +20 -0
- package/dist/icons/alarm-minus.svg +20 -0
- package/dist/icons/alarm-plus.svg +21 -0
- package/dist/icons/alarm-smoke.svg +19 -0
- package/dist/icons/album.svg +16 -0
- package/dist/icons/alert-circle.svg +17 -0
- package/dist/icons/alert-octagon.svg +17 -0
- package/dist/icons/alert-triangle.svg +17 -0
- package/dist/icons/align-center-horizontal.svg +19 -0
- package/dist/icons/align-center-vertical.svg +19 -0
- package/dist/icons/align-center.svg +17 -0
- package/dist/icons/align-end-horizontal.svg +17 -0
- package/dist/icons/align-end-vertical.svg +17 -0
- package/dist/icons/align-horizontal-distribute-center.svg +20 -0
- package/dist/icons/align-horizontal-distribute-end.svg +18 -0
- package/dist/icons/align-horizontal-distribute-start.svg +18 -0
- package/dist/icons/align-horizontal-justify-center.svg +17 -0
- package/dist/icons/align-horizontal-justify-end.svg +17 -0
- package/dist/icons/align-horizontal-justify-start.svg +17 -0
- package/dist/icons/align-horizontal-space-around.svg +17 -0
- package/dist/icons/align-horizontal-space-between.svg +18 -0
- package/dist/icons/align-justify.svg +17 -0
- package/dist/icons/align-left.svg +17 -0
- package/dist/icons/align-right.svg +17 -0
- package/dist/icons/align-start-horizontal.svg +17 -0
- package/dist/icons/align-start-vertical.svg +17 -0
- package/dist/icons/align-vertical-distribute-center.svg +20 -0
- package/dist/icons/align-vertical-distribute-end.svg +18 -0
- package/dist/icons/align-vertical-distribute-start.svg +18 -0
- package/dist/icons/align-vertical-justify-center.svg +17 -0
- package/dist/icons/align-vertical-justify-end.svg +17 -0
- package/dist/icons/align-vertical-justify-start.svg +17 -0
- package/dist/icons/align-vertical-space-around.svg +17 -0
- package/dist/icons/align-vertical-space-between.svg +18 -0
- package/dist/icons/ambulance.svg +22 -0
- package/dist/icons/ampersand.svg +16 -0
- package/dist/icons/ampersands.svg +16 -0
- package/dist/icons/amphora.svg +20 -0
- package/dist/icons/anchor.svg +18 -0
- package/dist/icons/angry.svg +20 -0
- package/dist/icons/annoyed.svg +18 -0
- package/dist/icons/antenna.svg +20 -0
- package/dist/icons/anvil.svg +19 -0
- package/dist/icons/aperture.svg +21 -0
- package/dist/icons/app-window-mac.svg +18 -0
- package/dist/icons/app-window.svg +18 -0
- package/dist/icons/apple.svg +16 -0
- package/dist/icons/archive-restore.svg +19 -0
- package/dist/icons/archive-x.svg +18 -0
- package/dist/icons/archive.svg +17 -0
- package/dist/icons/area-chart.svg +16 -0
- package/dist/icons/armchair.svg +18 -0
- package/dist/icons/arrow-big-down-dash.svg +16 -0
- package/dist/icons/arrow-big-down.svg +15 -0
- package/dist/icons/arrow-big-left-dash.svg +16 -0
- package/dist/icons/arrow-big-left.svg +15 -0
- package/dist/icons/arrow-big-right-dash.svg +16 -0
- package/dist/icons/arrow-big-right.svg +15 -0
- package/dist/icons/arrow-big-up-dash.svg +16 -0
- package/dist/icons/arrow-big-up.svg +15 -0
- package/dist/icons/arrow-down-0-1.svg +19 -0
- package/dist/icons/arrow-down-01.svg +19 -0
- package/dist/icons/arrow-down-1-0.svg +19 -0
- package/dist/icons/arrow-down-10.svg +19 -0
- package/dist/icons/arrow-down-a-z.svg +19 -0
- package/dist/icons/arrow-down-az.svg +19 -0
- package/dist/icons/arrow-down-circle.svg +17 -0
- package/dist/icons/arrow-down-from-line.svg +17 -0
- package/dist/icons/arrow-down-left-from-circle.svg +17 -0
- package/dist/icons/arrow-down-left-from-square.svg +17 -0
- package/dist/icons/arrow-down-left-square.svg +17 -0
- package/dist/icons/arrow-down-left.svg +16 -0
- package/dist/icons/arrow-down-narrow-wide.svg +19 -0
- package/dist/icons/arrow-down-right-from-circle.svg +17 -0
- package/dist/icons/arrow-down-right-from-square.svg +17 -0
- package/dist/icons/arrow-down-right-square.svg +17 -0
- package/dist/icons/arrow-down-right.svg +16 -0
- package/dist/icons/arrow-down-square.svg +17 -0
- package/dist/icons/arrow-down-to-dot.svg +17 -0
- package/dist/icons/arrow-down-to-line.svg +17 -0
- package/dist/icons/arrow-down-up.svg +18 -0
- package/dist/icons/arrow-down-wide-narrow.svg +19 -0
- package/dist/icons/arrow-down-z-a.svg +19 -0
- package/dist/icons/arrow-down-za.svg +19 -0
- package/dist/icons/arrow-down.svg +16 -0
- package/dist/icons/arrow-left-circle.svg +17 -0
- package/dist/icons/arrow-left-from-line.svg +17 -0
- package/dist/icons/arrow-left-right.svg +18 -0
- package/dist/icons/arrow-left-square.svg +17 -0
- package/dist/icons/arrow-left-to-line.svg +17 -0
- package/dist/icons/arrow-left.svg +16 -0
- package/dist/icons/arrow-right-circle.svg +17 -0
- package/dist/icons/arrow-right-from-line.svg +17 -0
- package/dist/icons/arrow-right-left.svg +18 -0
- package/dist/icons/arrow-right-square.svg +17 -0
- package/dist/icons/arrow-right-to-line.svg +17 -0
- package/dist/icons/arrow-right.svg +16 -0
- package/dist/icons/arrow-up-0-1.svg +19 -0
- package/dist/icons/arrow-up-01.svg +19 -0
- package/dist/icons/arrow-up-1-0.svg +19 -0
- package/dist/icons/arrow-up-10.svg +19 -0
- package/dist/icons/arrow-up-a-z.svg +19 -0
- package/dist/icons/arrow-up-az.svg +19 -0
- package/dist/icons/arrow-up-circle.svg +17 -0
- package/dist/icons/arrow-up-down.svg +18 -0
- package/dist/icons/arrow-up-from-dot.svg +17 -0
- package/dist/icons/arrow-up-from-line.svg +17 -0
- package/dist/icons/arrow-up-left-from-circle.svg +17 -0
- package/dist/icons/arrow-up-left-from-square.svg +17 -0
- package/dist/icons/arrow-up-left-square.svg +17 -0
- package/dist/icons/arrow-up-left.svg +16 -0
- package/dist/icons/arrow-up-narrow-wide.svg +19 -0
- package/dist/icons/arrow-up-right-from-circle.svg +17 -0
- package/dist/icons/arrow-up-right-from-square.svg +17 -0
- package/dist/icons/arrow-up-right-square.svg +17 -0
- package/dist/icons/arrow-up-right.svg +16 -0
- package/dist/icons/arrow-up-square.svg +17 -0
- package/dist/icons/arrow-up-to-line.svg +17 -0
- package/dist/icons/arrow-up-wide-narrow.svg +19 -0
- package/dist/icons/arrow-up-z-a.svg +19 -0
- package/dist/icons/arrow-up-za.svg +19 -0
- package/dist/icons/arrow-up.svg +16 -0
- package/dist/icons/arrows-up-from-line.svg +19 -0
- package/dist/icons/asterisk-square.svg +18 -0
- package/dist/icons/asterisk.svg +17 -0
- package/dist/icons/astroid.svg +15 -0
- package/dist/icons/at-sign.svg +16 -0
- package/dist/icons/atom.svg +17 -0
- package/dist/icons/audio-lines.svg +20 -0
- package/dist/icons/audio-waveform.svg +15 -0
- package/dist/icons/award.svg +16 -0
- package/dist/icons/axe.svg +16 -0
- package/dist/icons/axis-3-d.svg +18 -0
- package/dist/icons/axis-3d.svg +18 -0
- package/dist/icons/baby.svg +18 -0
- package/dist/icons/backpack.svg +19 -0
- package/dist/icons/badge-alert.svg +17 -0
- package/dist/icons/badge-cent.svg +17 -0
- package/dist/icons/badge-check.svg +16 -0
- package/dist/icons/badge-dollar-sign.svg +17 -0
- package/dist/icons/badge-euro.svg +17 -0
- package/dist/icons/badge-help.svg +17 -0
- package/dist/icons/badge-indian-rupee.svg +18 -0
- package/dist/icons/badge-info.svg +17 -0
- package/dist/icons/badge-japanese-yen.svg +19 -0
- package/dist/icons/badge-minus.svg +16 -0
- package/dist/icons/badge-percent.svg +18 -0
- package/dist/icons/badge-plus.svg +17 -0
- package/dist/icons/badge-pound-sterling.svg +18 -0
- package/dist/icons/badge-question-mark.svg +17 -0
- package/dist/icons/badge-russian-ruble.svg +17 -0
- package/dist/icons/badge-swiss-franc.svg +18 -0
- package/dist/icons/badge-turkish-lira.svg +17 -0
- package/dist/icons/badge-x.svg +17 -0
- package/dist/icons/badge.svg +15 -0
- package/dist/icons/baggage-claim.svg +19 -0
- package/dist/icons/balloon.svg +17 -0
- package/dist/icons/ban.svg +16 -0
- package/dist/icons/banana.svg +16 -0
- package/dist/icons/bandage.svg +21 -0
- package/dist/icons/banknote-arrow-down.svg +20 -0
- package/dist/icons/banknote-arrow-up.svg +20 -0
- package/dist/icons/banknote-x.svg +20 -0
- package/dist/icons/banknote.svg +17 -0
- package/dist/icons/bar-chart-2.svg +17 -0
- package/dist/icons/bar-chart-3.svg +18 -0
- package/dist/icons/bar-chart-4.svg +18 -0
- package/dist/icons/bar-chart-big.svg +17 -0
- package/dist/icons/bar-chart-horizontal-big.svg +17 -0
- package/dist/icons/bar-chart-horizontal.svg +18 -0
- package/dist/icons/bar-chart.svg +17 -0
- package/dist/icons/barcode.svg +19 -0
- package/dist/icons/barrel.svg +19 -0
- package/dist/icons/baseline.svg +17 -0
- package/dist/icons/bath.svg +19 -0
- package/dist/icons/battery-charging.svg +18 -0
- package/dist/icons/battery-full.svg +19 -0
- package/dist/icons/battery-low.svg +17 -0
- package/dist/icons/battery-medium.svg +18 -0
- package/dist/icons/battery-plus.svg +19 -0
- package/dist/icons/battery-warning.svg +19 -0
- package/dist/icons/battery.svg +16 -0
- package/dist/icons/beaker.svg +17 -0
- package/dist/icons/bean-off.svg +18 -0
- package/dist/icons/bean.svg +16 -0
- package/dist/icons/bed-double.svg +18 -0
- package/dist/icons/bed-single.svg +17 -0
- package/dist/icons/bed.svg +18 -0
- package/dist/icons/beef-off.svg +20 -0
- package/dist/icons/beef.svg +17 -0
- package/dist/icons/beer-off.svg +22 -0
- package/dist/icons/beer.svg +19 -0
- package/dist/icons/bell-check.svg +18 -0
- package/dist/icons/bell-dot.svg +17 -0
- package/dist/icons/bell-electric.svg +20 -0
- package/dist/icons/bell-minus.svg +17 -0
- package/dist/icons/bell-off.svg +18 -0
- package/dist/icons/bell-plus.svg +18 -0
- package/dist/icons/bell-ring.svg +18 -0
- package/dist/icons/bell.svg +16 -0
- package/dist/icons/between-horizonal-end.svg +17 -0
- package/dist/icons/between-horizonal-start.svg +17 -0
- package/dist/icons/between-horizontal-end.svg +17 -0
- package/dist/icons/between-horizontal-start.svg +17 -0
- package/dist/icons/between-vertical-end.svg +17 -0
- package/dist/icons/between-vertical-start.svg +17 -0
- package/dist/icons/biceps-flexed.svg +17 -0
- package/dist/icons/bike.svg +18 -0
- package/dist/icons/binary.svg +20 -0
- package/dist/icons/binoculars.svg +20 -0
- package/dist/icons/biohazard.svg +24 -0
- package/dist/icons/bird.svg +20 -0
- package/dist/icons/birdhouse.svg +20 -0
- package/dist/icons/bitcoin.svg +15 -0
- package/dist/icons/blend.svg +16 -0
- package/dist/icons/blender.svg +20 -0
- package/dist/icons/blinds.svg +21 -0
- package/dist/icons/blocks.svg +16 -0
- package/dist/icons/bluetooth-connected.svg +17 -0
- package/dist/icons/bluetooth-off.svg +17 -0
- package/dist/icons/bluetooth-searching.svg +17 -0
- package/dist/icons/bluetooth.svg +15 -0
- package/dist/icons/bold.svg +15 -0
- package/dist/icons/bolt.svg +16 -0
- package/dist/icons/bomb.svg +17 -0
- package/dist/icons/bone.svg +15 -0
- package/dist/icons/book-a.svg +17 -0
- package/dist/icons/book-alert.svg +17 -0
- package/dist/icons/book-audio.svg +18 -0
- package/dist/icons/book-check.svg +16 -0
- package/dist/icons/book-copy.svg +17 -0
- package/dist/icons/book-dashed.svg +25 -0
- package/dist/icons/book-down.svg +17 -0
- package/dist/icons/book-headphones.svg +18 -0
- package/dist/icons/book-heart.svg +16 -0
- package/dist/icons/book-image.svg +17 -0
- package/dist/icons/book-key.svg +19 -0
- package/dist/icons/book-lock.svg +18 -0
- package/dist/icons/book-marked.svg +16 -0
- package/dist/icons/book-minus.svg +16 -0
- package/dist/icons/book-open-check.svg +17 -0
- package/dist/icons/book-open-text.svg +20 -0
- package/dist/icons/book-open.svg +16 -0
- package/dist/icons/book-plus.svg +17 -0
- package/dist/icons/book-search.svg +18 -0
- package/dist/icons/book-template.svg +25 -0
- package/dist/icons/book-text.svg +17 -0
- package/dist/icons/book-type.svg +18 -0
- package/dist/icons/book-up-2.svg +19 -0
- package/dist/icons/book-up.svg +17 -0
- package/dist/icons/book-user.svg +17 -0
- package/dist/icons/book-x.svg +17 -0
- package/dist/icons/book.svg +15 -0
- package/dist/icons/bookmark-check.svg +16 -0
- package/dist/icons/bookmark-minus.svg +16 -0
- package/dist/icons/bookmark-off.svg +17 -0
- package/dist/icons/bookmark-plus.svg +17 -0
- package/dist/icons/bookmark-x.svg +17 -0
- package/dist/icons/bookmark.svg +15 -0
- package/dist/icons/boom-box.svg +21 -0
- package/dist/icons/bot-message-square.svg +20 -0
- package/dist/icons/bot-off.svg +21 -0
- package/dist/icons/bot.svg +20 -0
- package/dist/icons/bottle-wine.svg +16 -0
- package/dist/icons/bow-arrow.svg +19 -0
- package/dist/icons/box-select.svg +26 -0
- package/dist/icons/box.svg +17 -0
- package/dist/icons/boxes.svg +26 -0
- package/dist/icons/braces.svg +16 -0
- package/dist/icons/brackets.svg +16 -0
- package/dist/icons/brain-circuit.svg +27 -0
- package/dist/icons/brain-cog.svg +29 -0
- package/dist/icons/brain.svg +22 -0
- package/dist/icons/brick-wall-fire.svg +21 -0
- package/dist/icons/brick-wall-shield.svg +22 -0
- package/dist/icons/brick-wall.svg +22 -0
- package/dist/icons/briefcase-business.svg +18 -0
- package/dist/icons/briefcase-conveyor-belt.svg +21 -0
- package/dist/icons/briefcase-medical.svg +20 -0
- package/dist/icons/briefcase.svg +16 -0
- package/dist/icons/bring-to-front.svg +17 -0
- package/dist/icons/broccoli.svg +18 -0
- package/dist/icons/brush-cleaning.svg +18 -0
- package/dist/icons/brush.svg +17 -0
- package/dist/icons/bubbles.svg +18 -0
- package/dist/icons/bug-off.svg +26 -0
- package/dist/icons/bug-play.svg +23 -0
- package/dist/icons/bug.svg +25 -0
- package/dist/icons/building-2.svg +19 -0
- package/dist/icons/building.svg +25 -0
- package/dist/icons/bus-front.svg +23 -0
- package/dist/icons/bus.svg +21 -0
- package/dist/icons/cable-car.svg +22 -0
- package/dist/icons/cable.svg +21 -0
- package/dist/icons/cake-slice.svg +18 -0
- package/dist/icons/cake.svg +23 -0
- package/dist/icons/calculator.svg +24 -0
- package/dist/icons/calendar-1.svg +19 -0
- package/dist/icons/calendar-arrow-down.svg +20 -0
- package/dist/icons/calendar-arrow-up.svg +20 -0
- package/dist/icons/calendar-check-2.svg +19 -0
- package/dist/icons/calendar-check.svg +19 -0
- package/dist/icons/calendar-clock.svg +20 -0
- package/dist/icons/calendar-cog.svg +27 -0
- package/dist/icons/calendar-days.svg +24 -0
- package/dist/icons/calendar-fold.svg +19 -0
- package/dist/icons/calendar-heart.svg +19 -0
- package/dist/icons/calendar-minus-2.svg +19 -0
- package/dist/icons/calendar-minus.svg +19 -0
- package/dist/icons/calendar-off.svg +20 -0
- package/dist/icons/calendar-plus-2.svg +20 -0
- package/dist/icons/calendar-plus.svg +20 -0
- package/dist/icons/calendar-range.svg +22 -0
- package/dist/icons/calendar-search.svg +20 -0
- package/dist/icons/calendar-sync.svg +22 -0
- package/dist/icons/calendar-x-2.svg +20 -0
- package/dist/icons/calendar-x.svg +20 -0
- package/dist/icons/calendar.svg +18 -0
- package/dist/icons/calendars.svg +20 -0
- package/dist/icons/camera-off.svg +18 -0
- package/dist/icons/camera.svg +16 -0
- package/dist/icons/candlestick-chart.svg +21 -0
- package/dist/icons/candy-cane.svg +19 -0
- package/dist/icons/candy-off.svg +21 -0
- package/dist/icons/candy.svg +19 -0
- package/dist/icons/cannabis-off.svg +20 -0
- package/dist/icons/cannabis.svg +16 -0
- package/dist/icons/captions-off.svg +20 -0
- package/dist/icons/captions.svg +16 -0
- package/dist/icons/car-front.svg +20 -0
- package/dist/icons/car-taxi-front.svg +21 -0
- package/dist/icons/car.svg +18 -0
- package/dist/icons/caravan.svg +18 -0
- package/dist/icons/card-sim.svg +18 -0
- package/dist/icons/carrot.svg +17 -0
- package/dist/icons/case-lower.svg +18 -0
- package/dist/icons/case-sensitive.svg +18 -0
- package/dist/icons/case-upper.svg +17 -0
- package/dist/icons/cassette-tape.svg +19 -0
- package/dist/icons/cast.svg +18 -0
- package/dist/icons/castle.svg +22 -0
- package/dist/icons/cat.svg +18 -0
- package/dist/icons/cctv-off.svg +20 -0
- package/dist/icons/cctv.svg +19 -0
- package/dist/icons/chart-area.svg +16 -0
- package/dist/icons/chart-bar-big.svg +17 -0
- package/dist/icons/chart-bar-decreasing.svg +18 -0
- package/dist/icons/chart-bar-increasing.svg +18 -0
- package/dist/icons/chart-bar-stacked.svg +19 -0
- package/dist/icons/chart-bar.svg +18 -0
- package/dist/icons/chart-candlestick.svg +21 -0
- package/dist/icons/chart-column-big.svg +17 -0
- package/dist/icons/chart-column-decreasing.svg +18 -0
- package/dist/icons/chart-column-increasing.svg +18 -0
- package/dist/icons/chart-column-stacked.svg +19 -0
- package/dist/icons/chart-column.svg +18 -0
- package/dist/icons/chart-gantt.svg +18 -0
- package/dist/icons/chart-line.svg +16 -0
- package/dist/icons/chart-network.svg +21 -0
- package/dist/icons/chart-no-axes-column-decreasing.svg +17 -0
- package/dist/icons/chart-no-axes-column-increasing.svg +17 -0
- package/dist/icons/chart-no-axes-column.svg +17 -0
- package/dist/icons/chart-no-axes-combined.svg +20 -0
- package/dist/icons/chart-no-axes-gantt.svg +17 -0
- package/dist/icons/chart-pie.svg +16 -0
- package/dist/icons/chart-scatter.svg +20 -0
- package/dist/icons/chart-spline.svg +16 -0
- package/dist/icons/check-check.svg +16 -0
- package/dist/icons/check-circle-2.svg +16 -0
- package/dist/icons/check-circle.svg +16 -0
- package/dist/icons/check-line.svg +17 -0
- package/dist/icons/check-square-2.svg +16 -0
- package/dist/icons/check-square.svg +16 -0
- package/dist/icons/check.svg +15 -0
- package/dist/icons/chef-hat.svg +16 -0
- package/dist/icons/cherry.svg +18 -0
- package/dist/icons/chess-bishop.svg +18 -0
- package/dist/icons/chess-king.svg +18 -0
- package/dist/icons/chess-knight.svg +19 -0
- package/dist/icons/chess-pawn.svg +19 -0
- package/dist/icons/chess-queen.svg +22 -0
- package/dist/icons/chess-rook.svg +21 -0
- package/dist/icons/chevron-down-circle.svg +16 -0
- package/dist/icons/chevron-down-square.svg +16 -0
- package/dist/icons/chevron-down.svg +15 -0
- package/dist/icons/chevron-first.svg +16 -0
- package/dist/icons/chevron-last.svg +16 -0
- package/dist/icons/chevron-left-circle.svg +16 -0
- package/dist/icons/chevron-left-square.svg +16 -0
- package/dist/icons/chevron-left.svg +15 -0
- package/dist/icons/chevron-right-circle.svg +16 -0
- package/dist/icons/chevron-right-square.svg +16 -0
- package/dist/icons/chevron-right.svg +15 -0
- package/dist/icons/chevron-up-circle.svg +16 -0
- package/dist/icons/chevron-up-square.svg +16 -0
- package/dist/icons/chevron-up.svg +15 -0
- package/dist/icons/chevrons-down-up.svg +16 -0
- package/dist/icons/chevrons-down.svg +16 -0
- package/dist/icons/chevrons-left-right-ellipsis.svg +19 -0
- package/dist/icons/chevrons-left-right.svg +16 -0
- package/dist/icons/chevrons-left.svg +16 -0
- package/dist/icons/chevrons-right-left.svg +16 -0
- package/dist/icons/chevrons-right.svg +16 -0
- package/dist/icons/chevrons-up-down.svg +16 -0
- package/dist/icons/chevrons-up.svg +16 -0
- package/dist/icons/church.svg +19 -0
- package/dist/icons/cigarette-off.svg +20 -0
- package/dist/icons/cigarette.svg +19 -0
- package/dist/icons/circle-alert.svg +17 -0
- package/dist/icons/circle-arrow-down.svg +17 -0
- package/dist/icons/circle-arrow-left.svg +17 -0
- package/dist/icons/circle-arrow-out-down-left.svg +17 -0
- package/dist/icons/circle-arrow-out-down-right.svg +17 -0
- package/dist/icons/circle-arrow-out-up-left.svg +17 -0
- package/dist/icons/circle-arrow-out-up-right.svg +17 -0
- package/dist/icons/circle-arrow-right.svg +17 -0
- package/dist/icons/circle-arrow-up.svg +17 -0
- package/dist/icons/circle-check-big.svg +16 -0
- package/dist/icons/circle-check.svg +16 -0
- package/dist/icons/circle-chevron-down.svg +16 -0
- package/dist/icons/circle-chevron-left.svg +16 -0
- package/dist/icons/circle-chevron-right.svg +16 -0
- package/dist/icons/circle-chevron-up.svg +16 -0
- package/dist/icons/circle-dashed.svg +22 -0
- package/dist/icons/circle-divide.svg +18 -0
- package/dist/icons/circle-dollar-sign.svg +17 -0
- package/dist/icons/circle-dot-dashed.svg +23 -0
- package/dist/icons/circle-dot.svg +16 -0
- package/dist/icons/circle-ellipsis.svg +18 -0
- package/dist/icons/circle-equal.svg +17 -0
- package/dist/icons/circle-fading-arrow-up.svg +21 -0
- package/dist/icons/circle-fading-plus.svg +21 -0
- package/dist/icons/circle-gauge.svg +17 -0
- package/dist/icons/circle-help.svg +17 -0
- package/dist/icons/circle-minus.svg +16 -0
- package/dist/icons/circle-off.svg +17 -0
- package/dist/icons/circle-parking-off.svg +20 -0
- package/dist/icons/circle-parking.svg +16 -0
- package/dist/icons/circle-pause.svg +17 -0
- package/dist/icons/circle-percent.svg +18 -0
- package/dist/icons/circle-pile.svg +20 -0
- package/dist/icons/circle-play.svg +16 -0
- package/dist/icons/circle-plus.svg +17 -0
- package/dist/icons/circle-pound-sterling.svg +18 -0
- package/dist/icons/circle-power.svg +17 -0
- package/dist/icons/circle-question-mark.svg +17 -0
- package/dist/icons/circle-slash-2.svg +16 -0
- package/dist/icons/circle-slash.svg +16 -0
- package/dist/icons/circle-slashed.svg +16 -0
- package/dist/icons/circle-small.svg +15 -0
- package/dist/icons/circle-star.svg +16 -0
- package/dist/icons/circle-stop.svg +16 -0
- package/dist/icons/circle-user-round.svg +17 -0
- package/dist/icons/circle-user.svg +17 -0
- package/dist/icons/circle-x.svg +17 -0
- package/dist/icons/circle.svg +15 -0
- package/dist/icons/circuit-board.svg +19 -0
- package/dist/icons/citrus.svg +18 -0
- package/dist/icons/clapperboard.svg +18 -0
- package/dist/icons/clipboard-check.svg +17 -0
- package/dist/icons/clipboard-clock.svg +19 -0
- package/dist/icons/clipboard-copy.svg +19 -0
- package/dist/icons/clipboard-edit.svg +18 -0
- package/dist/icons/clipboard-list.svg +20 -0
- package/dist/icons/clipboard-minus.svg +17 -0
- package/dist/icons/clipboard-paste.svg +19 -0
- package/dist/icons/clipboard-pen-line.svg +19 -0
- package/dist/icons/clipboard-pen.svg +18 -0
- package/dist/icons/clipboard-plus.svg +18 -0
- package/dist/icons/clipboard-signature.svg +19 -0
- package/dist/icons/clipboard-type.svg +19 -0
- package/dist/icons/clipboard-x.svg +18 -0
- package/dist/icons/clipboard.svg +16 -0
- package/dist/icons/clock-1.svg +16 -0
- package/dist/icons/clock-10.svg +16 -0
- package/dist/icons/clock-11.svg +16 -0
- package/dist/icons/clock-12.svg +16 -0
- package/dist/icons/clock-2.svg +16 -0
- package/dist/icons/clock-3.svg +16 -0
- package/dist/icons/clock-4.svg +16 -0
- package/dist/icons/clock-5.svg +16 -0
- package/dist/icons/clock-6.svg +16 -0
- package/dist/icons/clock-7.svg +16 -0
- package/dist/icons/clock-8.svg +16 -0
- package/dist/icons/clock-9.svg +16 -0
- package/dist/icons/clock-alert.svg +18 -0
- package/dist/icons/clock-arrow-down.svg +18 -0
- package/dist/icons/clock-arrow-up.svg +18 -0
- package/dist/icons/clock-check.svg +17 -0
- package/dist/icons/clock-fading.svg +20 -0
- package/dist/icons/clock-plus.svg +18 -0
- package/dist/icons/clock.svg +16 -0
- package/dist/icons/closed-caption.svg +17 -0
- package/dist/icons/cloud-alert.svg +17 -0
- package/dist/icons/cloud-backup.svg +17 -0
- package/dist/icons/cloud-check.svg +16 -0
- package/dist/icons/cloud-cog.svg +23 -0
- package/dist/icons/cloud-download.svg +17 -0
- package/dist/icons/cloud-drizzle.svg +21 -0
- package/dist/icons/cloud-fog.svg +17 -0
- package/dist/icons/cloud-hail.svg +21 -0
- package/dist/icons/cloud-lightning.svg +16 -0
- package/dist/icons/cloud-moon-rain.svg +18 -0
- package/dist/icons/cloud-moon.svg +16 -0
- package/dist/icons/cloud-off.svg +17 -0
- package/dist/icons/cloud-rain-wind.svg +18 -0
- package/dist/icons/cloud-rain.svg +18 -0
- package/dist/icons/cloud-snow.svg +21 -0
- package/dist/icons/cloud-sun-rain.svg +22 -0
- package/dist/icons/cloud-sun.svg +20 -0
- package/dist/icons/cloud-sync.svg +19 -0
- package/dist/icons/cloud-upload.svg +17 -0
- package/dist/icons/cloud.svg +15 -0
- package/dist/icons/cloudy.svg +16 -0
- package/dist/icons/clover.svg +17 -0
- package/dist/icons/club.svg +16 -0
- package/dist/icons/code-2.svg +17 -0
- package/dist/icons/code-square.svg +17 -0
- package/dist/icons/code-xml.svg +17 -0
- package/dist/icons/code.svg +16 -0
- package/dist/icons/coffee.svg +18 -0
- package/dist/icons/cog.svg +28 -0
- package/dist/icons/coins.svg +18 -0
- package/dist/icons/columns-2.svg +16 -0
- package/dist/icons/columns-3-cog.svg +26 -0
- package/dist/icons/columns-3.svg +17 -0
- package/dist/icons/columns-4.svg +18 -0
- package/dist/icons/columns-settings.svg +26 -0
- package/dist/icons/columns.svg +16 -0
- package/dist/icons/combine.svg +20 -0
- package/dist/icons/command.svg +15 -0
- package/dist/icons/compass.svg +16 -0
- package/dist/icons/component.svg +18 -0
- package/dist/icons/computer.svg +18 -0
- package/dist/icons/concierge-bell.svg +18 -0
- package/dist/icons/cone.svg +16 -0
- package/dist/icons/construction.svg +22 -0
- package/dist/icons/contact-2.svg +19 -0
- package/dist/icons/contact-round.svg +19 -0
- package/dist/icons/contact.svg +19 -0
- package/dist/icons/container.svg +19 -0
- package/dist/icons/contrast.svg +16 -0
- package/dist/icons/cookie.svg +20 -0
- package/dist/icons/cooking-pot.svg +18 -0
- package/dist/icons/copy-check.svg +17 -0
- package/dist/icons/copy-minus.svg +17 -0
- package/dist/icons/copy-plus.svg +18 -0
- package/dist/icons/copy-slash.svg +17 -0
- package/dist/icons/copy-x.svg +18 -0
- package/dist/icons/copy.svg +16 -0
- package/dist/icons/copyleft.svg +16 -0
- package/dist/icons/copyright.svg +16 -0
- package/dist/icons/corner-down-left.svg +16 -0
- package/dist/icons/corner-down-right.svg +16 -0
- package/dist/icons/corner-left-down.svg +16 -0
- package/dist/icons/corner-left-up.svg +16 -0
- package/dist/icons/corner-right-down.svg +16 -0
- package/dist/icons/corner-right-up.svg +16 -0
- package/dist/icons/corner-up-left.svg +16 -0
- package/dist/icons/corner-up-right.svg +16 -0
- package/dist/icons/cpu.svg +28 -0
- package/dist/icons/creative-commons.svg +17 -0
- package/dist/icons/credit-card.svg +16 -0
- package/dist/icons/croissant.svg +19 -0
- package/dist/icons/crop.svg +16 -0
- package/dist/icons/cross.svg +15 -0
- package/dist/icons/crosshair.svg +19 -0
- package/dist/icons/crown.svg +16 -0
- package/dist/icons/cuboid.svg +17 -0
- package/dist/icons/cup-soda.svg +18 -0
- package/dist/icons/curly-braces.svg +16 -0
- package/dist/icons/currency.svg +19 -0
- package/dist/icons/cylinder.svg +16 -0
- package/dist/icons/dam.svg +21 -0
- package/dist/icons/database-backup.svg +20 -0
- package/dist/icons/database-search.svg +20 -0
- package/dist/icons/database-zap.svg +19 -0
- package/dist/icons/database.svg +17 -0
- package/dist/icons/decimals-arrow-left.svg +18 -0
- package/dist/icons/decimals-arrow-right.svg +19 -0
- package/dist/icons/delete.svg +17 -0
- package/dist/icons/dessert.svg +17 -0
- package/dist/icons/diameter.svg +19 -0
- package/dist/icons/diamond-minus.svg +16 -0
- package/dist/icons/diamond-percent.svg +18 -0
- package/dist/icons/diamond-plus.svg +17 -0
- package/dist/icons/diamond.svg +15 -0
- package/dist/icons/dice-1.svg +16 -0
- package/dist/icons/dice-2.svg +17 -0
- package/dist/icons/dice-3.svg +18 -0
- package/dist/icons/dice-4.svg +19 -0
- package/dist/icons/dice-5.svg +20 -0
- package/dist/icons/dice-6.svg +21 -0
- package/dist/icons/dices.svg +20 -0
- package/dist/icons/diff.svg +17 -0
- package/dist/icons/disc-2.svg +17 -0
- package/dist/icons/disc-3.svg +18 -0
- package/dist/icons/disc-album.svg +17 -0
- package/dist/icons/disc.svg +16 -0
- package/dist/icons/divide-circle.svg +18 -0
- package/dist/icons/divide-square.svg +18 -0
- package/dist/icons/divide.svg +17 -0
- package/dist/icons/dna-off.svg +24 -0
- package/dist/icons/dna.svg +25 -0
- package/dist/icons/dock.svg +17 -0
- package/dist/icons/dog.svg +19 -0
- package/dist/icons/dollar-sign.svg +16 -0
- package/dist/icons/donut.svg +16 -0
- package/dist/icons/door-closed-locked.svg +19 -0
- package/dist/icons/door-closed.svg +17 -0
- package/dist/icons/door-open.svg +19 -0
- package/dist/icons/dot-square.svg +16 -0
- package/dist/icons/dot.svg +15 -0
- package/dist/icons/download-cloud.svg +17 -0
- package/dist/icons/download.svg +17 -0
- package/dist/icons/drafting-compass.svg +19 -0
- package/dist/icons/drama.svg +22 -0
- package/dist/icons/drill.svg +20 -0
- package/dist/icons/drone.svg +23 -0
- package/dist/icons/droplet-off.svg +17 -0
- package/dist/icons/droplet.svg +15 -0
- package/dist/icons/droplets.svg +16 -0
- package/dist/icons/drum.svg +21 -0
- package/dist/icons/drumstick.svg +16 -0
- package/dist/icons/dumbbell.svg +19 -0
- package/dist/icons/ear-off.svg +19 -0
- package/dist/icons/ear.svg +16 -0
- package/dist/icons/earth-lock.svg +20 -0
- package/dist/icons/earth.svg +18 -0
- package/dist/icons/eclipse.svg +16 -0
- package/dist/icons/edit-2.svg +15 -0
- package/dist/icons/edit-3.svg +16 -0
- package/dist/icons/edit.svg +16 -0
- package/dist/icons/egg-fried.svg +16 -0
- package/dist/icons/egg-off.svg +17 -0
- package/dist/icons/egg.svg +15 -0
- package/dist/icons/ellipse.svg +15 -0
- package/dist/icons/ellipsis-vertical.svg +17 -0
- package/dist/icons/ellipsis.svg +17 -0
- package/dist/icons/equal-approximately.svg +16 -0
- package/dist/icons/equal-not.svg +17 -0
- package/dist/icons/equal-square.svg +17 -0
- package/dist/icons/equal.svg +16 -0
- package/dist/icons/eraser.svg +16 -0
- package/dist/icons/ethernet-port.svg +19 -0
- package/dist/icons/euro.svg +17 -0
- package/dist/icons/ev-charger.svg +19 -0
- package/dist/icons/expand.svg +22 -0
- package/dist/icons/external-link.svg +17 -0
- package/dist/icons/eye-closed.svg +19 -0
- package/dist/icons/eye-off.svg +18 -0
- package/dist/icons/eye.svg +16 -0
- package/dist/icons/factory.svg +18 -0
- package/dist/icons/fan.svg +16 -0
- package/dist/icons/fast-forward.svg +16 -0
- package/dist/icons/feather.svg +17 -0
- package/dist/icons/fence.svg +21 -0
- package/dist/icons/ferris-wheel.svg +23 -0
- package/dist/icons/file-archive.svg +20 -0
- package/dist/icons/file-audio-2.svg +17 -0
- package/dist/icons/file-audio.svg +17 -0
- package/dist/icons/file-axis-3-d.svg +18 -0
- package/dist/icons/file-axis-3d.svg +18 -0
- package/dist/icons/file-badge-2.svg +18 -0
- package/dist/icons/file-badge.svg +18 -0
- package/dist/icons/file-bar-chart-2.svg +19 -0
- package/dist/icons/file-bar-chart.svg +19 -0
- package/dist/icons/file-box.svg +19 -0
- package/dist/icons/file-braces-corner.svg +18 -0
- package/dist/icons/file-braces.svg +18 -0
- package/dist/icons/file-chart-column-increasing.svg +19 -0
- package/dist/icons/file-chart-column.svg +19 -0
- package/dist/icons/file-chart-line.svg +17 -0
- package/dist/icons/file-chart-pie.svg +18 -0
- package/dist/icons/file-check-2.svg +17 -0
- package/dist/icons/file-check-corner.svg +17 -0
- package/dist/icons/file-check.svg +17 -0
- package/dist/icons/file-clock.svg +18 -0
- package/dist/icons/file-code-2.svg +18 -0
- package/dist/icons/file-code-corner.svg +18 -0
- package/dist/icons/file-code.svg +18 -0
- package/dist/icons/file-cog-2.svg +26 -0
- package/dist/icons/file-cog.svg +26 -0
- package/dist/icons/file-diff.svg +18 -0
- package/dist/icons/file-digit.svg +19 -0
- package/dist/icons/file-down.svg +18 -0
- package/dist/icons/file-edit.svg +17 -0
- package/dist/icons/file-exclamation-point.svg +17 -0
- package/dist/icons/file-headphone.svg +17 -0
- package/dist/icons/file-heart.svg +17 -0
- package/dist/icons/file-image.svg +18 -0
- package/dist/icons/file-input.svg +18 -0
- package/dist/icons/file-json-2.svg +18 -0
- package/dist/icons/file-json.svg +18 -0
- package/dist/icons/file-key-2.svg +19 -0
- package/dist/icons/file-key.svg +19 -0
- package/dist/icons/file-line-chart.svg +17 -0
- package/dist/icons/file-lock-2.svg +18 -0
- package/dist/icons/file-lock.svg +18 -0
- package/dist/icons/file-minus-2.svg +17 -0
- package/dist/icons/file-minus-corner.svg +17 -0
- package/dist/icons/file-minus.svg +17 -0
- package/dist/icons/file-music.svg +18 -0
- package/dist/icons/file-output.svg +18 -0
- package/dist/icons/file-pen-line.svg +18 -0
- package/dist/icons/file-pen.svg +17 -0
- package/dist/icons/file-pie-chart.svg +18 -0
- package/dist/icons/file-play.svg +17 -0
- package/dist/icons/file-plus-2.svg +18 -0
- package/dist/icons/file-plus-corner.svg +18 -0
- package/dist/icons/file-plus.svg +18 -0
- package/dist/icons/file-question-mark.svg +17 -0
- package/dist/icons/file-question.svg +17 -0
- package/dist/icons/file-scan.svg +20 -0
- package/dist/icons/file-search-2.svg +18 -0
- package/dist/icons/file-search-corner.svg +18 -0
- package/dist/icons/file-search.svg +18 -0
- package/dist/icons/file-signal.svg +19 -0
- package/dist/icons/file-signature.svg +18 -0
- package/dist/icons/file-sliders.svg +20 -0
- package/dist/icons/file-spreadsheet.svg +20 -0
- package/dist/icons/file-stack.svg +17 -0
- package/dist/icons/file-symlink.svg +17 -0
- package/dist/icons/file-terminal.svg +18 -0
- package/dist/icons/file-text.svg +19 -0
- package/dist/icons/file-type-2.svg +19 -0
- package/dist/icons/file-type-corner.svg +19 -0
- package/dist/icons/file-type.svg +19 -0
- package/dist/icons/file-up.svg +18 -0
- package/dist/icons/file-user.svg +18 -0
- package/dist/icons/file-video-2.svg +18 -0
- package/dist/icons/file-video-camera.svg +18 -0
- package/dist/icons/file-video.svg +17 -0
- package/dist/icons/file-volume-2.svg +19 -0
- package/dist/icons/file-volume.svg +18 -0
- package/dist/icons/file-warning.svg +17 -0
- package/dist/icons/file-x-2.svg +18 -0
- package/dist/icons/file-x-corner.svg +18 -0
- package/dist/icons/file-x.svg +18 -0
- package/dist/icons/file.svg +16 -0
- package/dist/icons/files.svg +17 -0
- package/dist/icons/film.svg +22 -0
- package/dist/icons/filter-x.svg +17 -0
- package/dist/icons/filter.svg +15 -0
- package/dist/icons/fingerprint-pattern.svg +23 -0
- package/dist/icons/fingerprint.svg +23 -0
- package/dist/icons/fire-extinguisher.svg +20 -0
- package/dist/icons/fish-off.svg +17 -0
- package/dist/icons/fish-symbol.svg +15 -0
- package/dist/icons/fish.svg +20 -0
- package/dist/icons/fishing-hook.svg +17 -0
- package/dist/icons/fishing-rod.svg +17 -0
- package/dist/icons/flag-off.svg +18 -0
- package/dist/icons/flag-triangle-left.svg +15 -0
- package/dist/icons/flag-triangle-right.svg +15 -0
- package/dist/icons/flag.svg +15 -0
- package/dist/icons/flame-kindling.svg +17 -0
- package/dist/icons/flame.svg +15 -0
- package/dist/icons/flashlight-off.svg +19 -0
- package/dist/icons/flashlight.svg +17 -0
- package/dist/icons/flask-conical-off.svg +20 -0
- package/dist/icons/flask-conical.svg +17 -0
- package/dist/icons/flask-round.svg +17 -0
- package/dist/icons/flip-horizontal-2.svg +20 -0
- package/dist/icons/flip-horizontal.svg +20 -0
- package/dist/icons/flip-vertical-2.svg +20 -0
- package/dist/icons/flip-vertical.svg +20 -0
- package/dist/icons/flower-2.svg +19 -0
- package/dist/icons/flower.svg +24 -0
- package/dist/icons/focus.svg +19 -0
- package/dist/icons/fold-horizontal.svg +22 -0
- package/dist/icons/fold-vertical.svg +22 -0
- package/dist/icons/folder-archive.svg +18 -0
- package/dist/icons/folder-bookmark.svg +16 -0
- package/dist/icons/folder-check.svg +16 -0
- package/dist/icons/folder-clock.svg +17 -0
- package/dist/icons/folder-closed.svg +16 -0
- package/dist/icons/folder-code.svg +17 -0
- package/dist/icons/folder-cog-2.svg +24 -0
- package/dist/icons/folder-cog.svg +24 -0
- package/dist/icons/folder-dot.svg +16 -0
- package/dist/icons/folder-down.svg +17 -0
- package/dist/icons/folder-edit.svg +16 -0
- package/dist/icons/folder-git-2.svg +18 -0
- package/dist/icons/folder-git.svg +18 -0
- package/dist/icons/folder-heart.svg +16 -0
- package/dist/icons/folder-input.svg +17 -0
- package/dist/icons/folder-kanban.svg +18 -0
- package/dist/icons/folder-key.svg +18 -0
- package/dist/icons/folder-lock.svg +17 -0
- package/dist/icons/folder-minus.svg +16 -0
- package/dist/icons/folder-open-dot.svg +16 -0
- package/dist/icons/folder-open.svg +15 -0
- package/dist/icons/folder-output.svg +17 -0
- package/dist/icons/folder-pen.svg +16 -0
- package/dist/icons/folder-plus.svg +17 -0
- package/dist/icons/folder-root.svg +17 -0
- package/dist/icons/folder-search-2.svg +17 -0
- package/dist/icons/folder-search.svg +17 -0
- package/dist/icons/folder-symlink.svg +16 -0
- package/dist/icons/folder-sync.svg +19 -0
- package/dist/icons/folder-tree.svg +18 -0
- package/dist/icons/folder-up.svg +17 -0
- package/dist/icons/folder-x.svg +17 -0
- package/dist/icons/folder.svg +15 -0
- package/dist/icons/folders.svg +16 -0
- package/dist/icons/footprints.svg +18 -0
- package/dist/icons/fork-knife-crossed.svg +18 -0
- package/dist/icons/fork-knife.svg +17 -0
- package/dist/icons/forklift.svg +21 -0
- package/dist/icons/form-input.svg +18 -0
- package/dist/icons/form.svg +18 -0
- package/dist/icons/forward.svg +16 -0
- package/dist/icons/frame.svg +18 -0
- package/dist/icons/frown.svg +18 -0
- package/dist/icons/fuel.svg +18 -0
- package/dist/icons/fullscreen.svg +19 -0
- package/dist/icons/function-square.svg +17 -0
- package/dist/icons/funnel-plus.svg +17 -0
- package/dist/icons/funnel-x.svg +17 -0
- package/dist/icons/funnel.svg +15 -0
- package/dist/icons/gallery-horizontal-end.svg +17 -0
- package/dist/icons/gallery-horizontal.svg +17 -0
- package/dist/icons/gallery-thumbnails.svg +19 -0
- package/dist/icons/gallery-vertical-end.svg +17 -0
- package/dist/icons/gallery-vertical.svg +17 -0
- package/dist/icons/gamepad-2.svg +19 -0
- package/dist/icons/gamepad-directional.svg +22 -0
- package/dist/icons/gamepad.svg +19 -0
- package/dist/icons/gantt-chart-square.svg +18 -0
- package/dist/icons/gantt-chart.svg +17 -0
- package/dist/icons/gauge-circle.svg +17 -0
- package/dist/icons/gauge.svg +16 -0
- package/dist/icons/gavel.svg +19 -0
- package/dist/icons/gem.svg +17 -0
- package/dist/icons/georgian-lari.svg +18 -0
- package/dist/icons/ghost.svg +17 -0
- package/dist/icons/gift.svg +18 -0
- package/dist/icons/git-branch-minus.svg +18 -0
- package/dist/icons/git-branch-plus.svg +20 -0
- package/dist/icons/git-branch.svg +17 -0
- package/dist/icons/git-commit-horizontal.svg +17 -0
- package/dist/icons/git-commit-vertical.svg +17 -0
- package/dist/icons/git-commit.svg +17 -0
- package/dist/icons/git-compare-arrows.svg +20 -0
- package/dist/icons/git-compare.svg +18 -0
- package/dist/icons/git-fork.svg +19 -0
- package/dist/icons/git-graph.svg +20 -0
- package/dist/icons/git-merge-conflict.svg +19 -0
- package/dist/icons/git-merge.svg +17 -0
- package/dist/icons/git-pull-request-arrow.svg +19 -0
- package/dist/icons/git-pull-request-closed.svg +20 -0
- package/dist/icons/git-pull-request-create-arrow.svg +20 -0
- package/dist/icons/git-pull-request-create.svg +19 -0
- package/dist/icons/git-pull-request-draft.svg +19 -0
- package/dist/icons/git-pull-request.svg +18 -0
- package/dist/icons/glass-water.svg +16 -0
- package/dist/icons/glasses.svg +19 -0
- package/dist/icons/globe-2.svg +18 -0
- package/dist/icons/globe-check.svg +16 -0
- package/dist/icons/globe-lock.svg +18 -0
- package/dist/icons/globe-off.svg +21 -0
- package/dist/icons/globe-x.svg +17 -0
- package/dist/icons/globe.svg +17 -0
- package/dist/icons/goal.svg +17 -0
- package/dist/icons/gpu.svg +19 -0
- package/dist/icons/grab.svg +19 -0
- package/dist/icons/graduation-cap.svg +17 -0
- package/dist/icons/grape.svg +23 -0
- package/dist/icons/grid-2-x-2-check.svg +16 -0
- package/dist/icons/grid-2-x-2-plus.svg +17 -0
- package/dist/icons/grid-2-x-2-x.svg +17 -0
- package/dist/icons/grid-2-x-2.svg +17 -0
- package/dist/icons/grid-2x2-check.svg +16 -0
- package/dist/icons/grid-2x2-plus.svg +17 -0
- package/dist/icons/grid-2x2-x.svg +17 -0
- package/dist/icons/grid-2x2.svg +17 -0
- package/dist/icons/grid-3-x-3.svg +19 -0
- package/dist/icons/grid-3x2.svg +18 -0
- package/dist/icons/grid-3x3.svg +19 -0
- package/dist/icons/grid.svg +19 -0
- package/dist/icons/grip-horizontal.svg +20 -0
- package/dist/icons/grip-vertical.svg +20 -0
- package/dist/icons/grip.svg +23 -0
- package/dist/icons/group.svg +20 -0
- package/dist/icons/guitar.svg +18 -0
- package/dist/icons/ham.svg +18 -0
- package/dist/icons/hamburger.svg +18 -0
- package/dist/icons/hammer.svg +17 -0
- package/dist/icons/hand-coins.svg +19 -0
- package/dist/icons/hand-fist.svg +18 -0
- package/dist/icons/hand-grab.svg +19 -0
- package/dist/icons/hand-heart.svg +18 -0
- package/dist/icons/hand-helping.svg +17 -0
- package/dist/icons/hand-metal.svg +18 -0
- package/dist/icons/hand-platter.svg +20 -0
- package/dist/icons/hand.svg +18 -0
- package/dist/icons/handbag.svg +16 -0
- package/dist/icons/handshake.svg +19 -0
- package/dist/icons/hard-drive-download.svg +19 -0
- package/dist/icons/hard-drive-upload.svg +19 -0
- package/dist/icons/hard-drive.svg +18 -0
- package/dist/icons/hard-hat.svg +18 -0
- package/dist/icons/hash.svg +18 -0
- package/dist/icons/hat-glasses.svg +19 -0
- package/dist/icons/haze.svg +22 -0
- package/dist/icons/hd.svg +19 -0
- package/dist/icons/hdmi-port.svg +16 -0
- package/dist/icons/heading-1.svg +18 -0
- package/dist/icons/heading-2.svg +18 -0
- package/dist/icons/heading-3.svg +19 -0
- package/dist/icons/heading-4.svg +19 -0
- package/dist/icons/heading-5.svg +19 -0
- package/dist/icons/heading-6.svg +19 -0
- package/dist/icons/heading.svg +17 -0
- package/dist/icons/headphone-off.svg +19 -0
- package/dist/icons/headphones.svg +15 -0
- package/dist/icons/headset.svg +16 -0
- package/dist/icons/heart-crack.svg +16 -0
- package/dist/icons/heart-handshake.svg +15 -0
- package/dist/icons/heart-minus.svg +16 -0
- package/dist/icons/heart-off.svg +17 -0
- package/dist/icons/heart-plus.svg +17 -0
- package/dist/icons/heart-pulse.svg +16 -0
- package/dist/icons/heart-x.svg +17 -0
- package/dist/icons/heart.svg +15 -0
- package/dist/icons/heater.svg +24 -0
- package/dist/icons/helicopter.svg +22 -0
- package/dist/icons/help-circle.svg +17 -0
- package/dist/icons/helping-hand.svg +17 -0
- package/dist/icons/hexagon.svg +15 -0
- package/dist/icons/highlighter.svg +16 -0
- package/dist/icons/history.svg +17 -0
- package/dist/icons/home.svg +16 -0
- package/dist/icons/hop-off.svg +23 -0
- package/dist/icons/hop.svg +22 -0
- package/dist/icons/hospital.svg +19 -0
- package/dist/icons/hotel.svg +24 -0
- package/dist/icons/hourglass.svg +18 -0
- package/dist/icons/house-heart.svg +16 -0
- package/dist/icons/house-plug.svg +18 -0
- package/dist/icons/house-plus.svg +18 -0
- package/dist/icons/house-wifi.svg +18 -0
- package/dist/icons/house.svg +16 -0
- package/dist/icons/ice-cream-2.svg +17 -0
- package/dist/icons/ice-cream-bowl.svg +17 -0
- package/dist/icons/ice-cream-cone.svg +17 -0
- package/dist/icons/ice-cream.svg +17 -0
- package/dist/icons/id-card-lanyard.svg +19 -0
- package/dist/icons/id-card.svg +19 -0
- package/dist/icons/image-down.svg +18 -0
- package/dist/icons/image-minus.svg +18 -0
- package/dist/icons/image-off.svg +20 -0
- package/dist/icons/image-play.svg +18 -0
- package/dist/icons/image-plus.svg +19 -0
- package/dist/icons/image-up.svg +18 -0
- package/dist/icons/image-upscale.svg +22 -0
- package/dist/icons/image.svg +17 -0
- package/dist/icons/images.svg +18 -0
- package/dist/icons/import.svg +17 -0
- package/dist/icons/inbox.svg +16 -0
- package/dist/icons/indent-decrease.svg +18 -0
- package/dist/icons/indent-increase.svg +18 -0
- package/dist/icons/indent.svg +18 -0
- package/dist/icons/indian-rupee.svg +19 -0
- package/dist/icons/infinity.svg +15 -0
- package/dist/icons/info.svg +17 -0
- package/dist/icons/inspect.svg +16 -0
- package/dist/icons/inspection-panel.svg +19 -0
- package/dist/icons/italic.svg +17 -0
- package/dist/icons/iteration-ccw.svg +16 -0
- package/dist/icons/iteration-cw.svg +16 -0
- package/dist/icons/japanese-yen.svg +17 -0
- package/dist/icons/joystick.svg +18 -0
- package/dist/icons/kanban-square-dashed.svg +29 -0
- package/dist/icons/kanban-square.svg +18 -0
- package/dist/icons/kanban.svg +17 -0
- package/dist/icons/kayak.svg +18 -0
- package/dist/icons/key-round.svg +16 -0
- package/dist/icons/key-square.svg +17 -0
- package/dist/icons/key.svg +17 -0
- package/dist/icons/keyboard-music.svg +23 -0
- package/dist/icons/keyboard-off.svg +24 -0
- package/dist/icons/keyboard.svg +23 -0
- package/dist/icons/lamp-ceiling.svg +17 -0
- package/dist/icons/lamp-desk.svg +18 -0
- package/dist/icons/lamp-floor.svg +17 -0
- package/dist/icons/lamp-wall-down.svg +17 -0
- package/dist/icons/lamp-wall-up.svg +17 -0
- package/dist/icons/lamp.svg +17 -0
- package/dist/icons/land-plot.svg +18 -0
- package/dist/icons/landmark.svg +20 -0
- package/dist/icons/languages.svg +20 -0
- package/dist/icons/laptop-2.svg +16 -0
- package/dist/icons/laptop-minimal-check.svg +17 -0
- package/dist/icons/laptop-minimal.svg +16 -0
- package/dist/icons/laptop.svg +16 -0
- package/dist/icons/lasso-select.svg +19 -0
- package/dist/icons/lasso.svg +17 -0
- package/dist/icons/laugh.svg +18 -0
- package/dist/icons/layers-2.svg +16 -0
- package/dist/icons/layers-3.svg +17 -0
- package/dist/icons/layers-minus.svg +19 -0
- package/dist/icons/layers-plus.svg +19 -0
- package/dist/icons/layers.svg +17 -0
- package/dist/icons/layout-dashboard.svg +18 -0
- package/dist/icons/layout-grid.svg +18 -0
- package/dist/icons/layout-list.svg +20 -0
- package/dist/icons/layout-panel-left.svg +17 -0
- package/dist/icons/layout-panel-top.svg +17 -0
- package/dist/icons/layout-template.svg +17 -0
- package/dist/icons/layout.svg +17 -0
- package/dist/icons/leaf.svg +16 -0
- package/dist/icons/leafy-green.svg +16 -0
- package/dist/icons/lectern.svg +17 -0
- package/dist/icons/lens-concave.svg +15 -0
- package/dist/icons/lens-convex.svg +16 -0
- package/dist/icons/letter-text.svg +19 -0
- package/dist/icons/library-big.svg +17 -0
- package/dist/icons/library-square.svg +18 -0
- package/dist/icons/library.svg +18 -0
- package/dist/icons/life-buoy.svg +20 -0
- package/dist/icons/ligature.svg +19 -0
- package/dist/icons/lightbulb-off.svg +19 -0
- package/dist/icons/lightbulb.svg +17 -0
- package/dist/icons/line-chart.svg +16 -0
- package/dist/icons/line-dot-right-horizontal.svg +16 -0
- package/dist/icons/line-squiggle.svg +15 -0
- package/dist/icons/line-style.svg +20 -0
- package/dist/icons/link-2-off.svg +18 -0
- package/dist/icons/link-2.svg +17 -0
- package/dist/icons/link.svg +16 -0
- package/dist/icons/list-check.svg +18 -0
- package/dist/icons/list-checks.svg +19 -0
- package/dist/icons/list-chevrons-down-up.svg +19 -0
- package/dist/icons/list-chevrons-up-down.svg +19 -0
- package/dist/icons/list-collapse.svg +19 -0
- package/dist/icons/list-end.svg +19 -0
- package/dist/icons/list-filter-plus.svg +19 -0
- package/dist/icons/list-filter.svg +17 -0
- package/dist/icons/list-indent-decrease.svg +18 -0
- package/dist/icons/list-indent-increase.svg +18 -0
- package/dist/icons/list-minus.svg +18 -0
- package/dist/icons/list-music.svg +19 -0
- package/dist/icons/list-ordered.svg +20 -0
- package/dist/icons/list-plus.svg +19 -0
- package/dist/icons/list-restart.svg +19 -0
- package/dist/icons/list-start.svg +19 -0
- package/dist/icons/list-todo.svg +19 -0
- package/dist/icons/list-tree.svg +19 -0
- package/dist/icons/list-video.svg +18 -0
- package/dist/icons/list-x.svg +19 -0
- package/dist/icons/list.svg +20 -0
- package/dist/icons/loader-2.svg +15 -0
- package/dist/icons/loader-circle.svg +15 -0
- package/dist/icons/loader-pinwheel.svg +18 -0
- package/dist/icons/loader.svg +22 -0
- package/dist/icons/locate-fixed.svg +20 -0
- package/dist/icons/locate-off.svg +21 -0
- package/dist/icons/locate.svg +19 -0
- package/dist/icons/location-edit.svg +17 -0
- package/dist/icons/lock-keyhole-open.svg +17 -0
- package/dist/icons/lock-keyhole.svg +17 -0
- package/dist/icons/lock-open.svg +16 -0
- package/dist/icons/lock.svg +16 -0
- package/dist/icons/log-in.svg +17 -0
- package/dist/icons/log-out.svg +17 -0
- package/dist/icons/logs.svg +23 -0
- package/dist/icons/lollipop.svg +17 -0
- package/dist/icons/luggage.svg +19 -0
- package/dist/icons/m-square.svg +16 -0
- package/dist/icons/magnet.svg +17 -0
- package/dist/icons/mail-check.svg +17 -0
- package/dist/icons/mail-minus.svg +17 -0
- package/dist/icons/mail-open.svg +16 -0
- package/dist/icons/mail-plus.svg +18 -0
- package/dist/icons/mail-question-mark.svg +18 -0
- package/dist/icons/mail-question.svg +18 -0
- package/dist/icons/mail-search.svg +19 -0
- package/dist/icons/mail-warning.svg +18 -0
- package/dist/icons/mail-x.svg +18 -0
- package/dist/icons/mail.svg +16 -0
- package/dist/icons/mailbox.svg +18 -0
- package/dist/icons/mails.svg +17 -0
- package/dist/icons/map-minus.svg +18 -0
- package/dist/icons/map-pin-check-inside.svg +16 -0
- package/dist/icons/map-pin-check.svg +17 -0
- package/dist/icons/map-pin-house.svg +18 -0
- package/dist/icons/map-pin-minus-inside.svg +16 -0
- package/dist/icons/map-pin-minus.svg +17 -0
- package/dist/icons/map-pin-off.svg +19 -0
- package/dist/icons/map-pin-pen.svg +17 -0
- package/dist/icons/map-pin-plus-inside.svg +17 -0
- package/dist/icons/map-pin-plus.svg +18 -0
- package/dist/icons/map-pin-search.svg +18 -0
- package/dist/icons/map-pin-x-inside.svg +17 -0
- package/dist/icons/map-pin-x.svg +18 -0
- package/dist/icons/map-pin.svg +16 -0
- package/dist/icons/map-pinned.svg +17 -0
- package/dist/icons/map-plus.svg +19 -0
- package/dist/icons/map.svg +17 -0
- package/dist/icons/mars-stroke.svg +18 -0
- package/dist/icons/mars.svg +17 -0
- package/dist/icons/martini.svg +17 -0
- package/dist/icons/maximize-2.svg +18 -0
- package/dist/icons/maximize.svg +18 -0
- package/dist/icons/medal.svg +20 -0
- package/dist/icons/megaphone-off.svg +19 -0
- package/dist/icons/megaphone.svg +17 -0
- package/dist/icons/meh.svg +18 -0
- package/dist/icons/memory-stick.svg +25 -0
- package/dist/icons/menu-square.svg +18 -0
- package/dist/icons/menu.svg +17 -0
- package/dist/icons/merge.svg +17 -0
- package/dist/icons/message-circle-check.svg +16 -0
- package/dist/icons/message-circle-code.svg +17 -0
- package/dist/icons/message-circle-dashed.svg +22 -0
- package/dist/icons/message-circle-heart.svg +16 -0
- package/dist/icons/message-circle-more.svg +18 -0
- package/dist/icons/message-circle-off.svg +17 -0
- package/dist/icons/message-circle-plus.svg +17 -0
- package/dist/icons/message-circle-question-mark.svg +17 -0
- package/dist/icons/message-circle-question.svg +17 -0
- package/dist/icons/message-circle-reply.svg +17 -0
- package/dist/icons/message-circle-warning.svg +17 -0
- package/dist/icons/message-circle-x.svg +17 -0
- package/dist/icons/message-circle.svg +15 -0
- package/dist/icons/message-square-check.svg +16 -0
- package/dist/icons/message-square-code.svg +17 -0
- package/dist/icons/message-square-dashed.svg +24 -0
- package/dist/icons/message-square-diff.svg +18 -0
- package/dist/icons/message-square-dot.svg +16 -0
- package/dist/icons/message-square-heart.svg +16 -0
- package/dist/icons/message-square-lock.svg +17 -0
- package/dist/icons/message-square-more.svg +18 -0
- package/dist/icons/message-square-off.svg +17 -0
- package/dist/icons/message-square-plus.svg +17 -0
- package/dist/icons/message-square-quote.svg +17 -0
- package/dist/icons/message-square-reply.svg +17 -0
- package/dist/icons/message-square-share.svg +17 -0
- package/dist/icons/message-square-text.svg +18 -0
- package/dist/icons/message-square-warning.svg +17 -0
- package/dist/icons/message-square-x.svg +17 -0
- package/dist/icons/message-square.svg +15 -0
- package/dist/icons/messages-square.svg +16 -0
- package/dist/icons/metronome.svg +18 -0
- package/dist/icons/mic-2.svg +17 -0
- package/dist/icons/mic-off.svg +20 -0
- package/dist/icons/mic-vocal.svg +17 -0
- package/dist/icons/mic.svg +17 -0
- package/dist/icons/microchip.svg +24 -0
- package/dist/icons/microscope.svg +20 -0
- package/dist/icons/microwave.svg +19 -0
- package/dist/icons/milestone.svg +17 -0
- package/dist/icons/milk-off.svg +18 -0
- package/dist/icons/milk.svg +17 -0
- package/dist/icons/minimize-2.svg +18 -0
- package/dist/icons/minimize.svg +18 -0
- package/dist/icons/minus-circle.svg +16 -0
- package/dist/icons/minus-square.svg +16 -0
- package/dist/icons/minus.svg +15 -0
- package/dist/icons/mirror-rectangular.svg +17 -0
- package/dist/icons/mirror-round.svg +19 -0
- package/dist/icons/monitor-check.svg +18 -0
- package/dist/icons/monitor-cloud.svg +18 -0
- package/dist/icons/monitor-cog.svg +26 -0
- package/dist/icons/monitor-dot.svg +18 -0
- package/dist/icons/monitor-down.svg +19 -0
- package/dist/icons/monitor-off.svg +19 -0
- package/dist/icons/monitor-pause.svg +19 -0
- package/dist/icons/monitor-play.svg +18 -0
- package/dist/icons/monitor-smartphone.svg +18 -0
- package/dist/icons/monitor-speaker.svg +19 -0
- package/dist/icons/monitor-stop.svg +18 -0
- package/dist/icons/monitor-up.svg +19 -0
- package/dist/icons/monitor-x.svg +19 -0
- package/dist/icons/monitor.svg +17 -0
- package/dist/icons/moon-star.svg +17 -0
- package/dist/icons/moon.svg +15 -0
- package/dist/icons/more-horizontal.svg +17 -0
- package/dist/icons/more-vertical.svg +17 -0
- package/dist/icons/motorbike.svg +19 -0
- package/dist/icons/mountain-snow.svg +16 -0
- package/dist/icons/mountain.svg +15 -0
- package/dist/icons/mouse-left.svg +17 -0
- package/dist/icons/mouse-off.svg +18 -0
- package/dist/icons/mouse-pointer-2-off.svg +17 -0
- package/dist/icons/mouse-pointer-2.svg +15 -0
- package/dist/icons/mouse-pointer-ban.svg +17 -0
- package/dist/icons/mouse-pointer-click.svg +19 -0
- package/dist/icons/mouse-pointer-square-dashed.svg +24 -0
- package/dist/icons/mouse-pointer.svg +16 -0
- package/dist/icons/mouse-right.svg +17 -0
- package/dist/icons/mouse.svg +16 -0
- package/dist/icons/move-3-d.svg +18 -0
- package/dist/icons/move-3d.svg +18 -0
- package/dist/icons/move-diagonal-2.svg +17 -0
- package/dist/icons/move-diagonal.svg +17 -0
- package/dist/icons/move-down-left.svg +16 -0
- package/dist/icons/move-down-right.svg +16 -0
- package/dist/icons/move-down.svg +16 -0
- package/dist/icons/move-horizontal.svg +17 -0
- package/dist/icons/move-left.svg +16 -0
- package/dist/icons/move-right.svg +16 -0
- package/dist/icons/move-up-left.svg +16 -0
- package/dist/icons/move-up-right.svg +16 -0
- package/dist/icons/move-up.svg +16 -0
- package/dist/icons/move-vertical.svg +17 -0
- package/dist/icons/move.svg +20 -0
- package/dist/icons/music-2.svg +16 -0
- package/dist/icons/music-3.svg +16 -0
- package/dist/icons/music-4.svg +18 -0
- package/dist/icons/music.svg +17 -0
- package/dist/icons/navigation-2-off.svg +17 -0
- package/dist/icons/navigation-2.svg +15 -0
- package/dist/icons/navigation-off.svg +17 -0
- package/dist/icons/navigation.svg +15 -0
- package/dist/icons/network.svg +19 -0
- package/dist/icons/newspaper.svg +18 -0
- package/dist/icons/nfc.svg +18 -0
- package/dist/icons/non-binary.svg +18 -0
- package/dist/icons/notebook-pen.svg +20 -0
- package/dist/icons/notebook-tabs.svg +23 -0
- package/dist/icons/notebook-text.svg +22 -0
- package/dist/icons/notebook.svg +20 -0
- package/dist/icons/notepad-text-dashed.svg +27 -0
- package/dist/icons/notepad-text.svg +21 -0
- package/dist/icons/nut-off.svg +19 -0
- package/dist/icons/nut.svg +17 -0
- package/dist/icons/octagon-alert.svg +17 -0
- package/dist/icons/octagon-minus.svg +16 -0
- package/dist/icons/octagon-pause.svg +17 -0
- package/dist/icons/octagon-x.svg +17 -0
- package/dist/icons/octagon.svg +15 -0
- package/dist/icons/omega.svg +15 -0
- package/dist/icons/option.svg +16 -0
- package/dist/icons/orbit.svg +19 -0
- package/dist/icons/origami.svg +17 -0
- package/dist/icons/outdent.svg +18 -0
- package/dist/icons/package-2.svg +17 -0
- package/dist/icons/package-check.svg +19 -0
- package/dist/icons/package-minus.svg +19 -0
- package/dist/icons/package-open.svg +18 -0
- package/dist/icons/package-plus.svg +20 -0
- package/dist/icons/package-search.svg +20 -0
- package/dist/icons/package-x.svg +20 -0
- package/dist/icons/package.svg +18 -0
- package/dist/icons/paint-bucket.svg +18 -0
- package/dist/icons/paint-roller.svg +17 -0
- package/dist/icons/paintbrush-2.svg +18 -0
- package/dist/icons/paintbrush-vertical.svg +18 -0
- package/dist/icons/paintbrush.svg +17 -0
- package/dist/icons/palette.svg +19 -0
- package/dist/icons/palmtree.svg +18 -0
- package/dist/icons/panda.svg +20 -0
- package/dist/icons/panel-bottom-close.svg +17 -0
- package/dist/icons/panel-bottom-dashed.svg +19 -0
- package/dist/icons/panel-bottom-inactive.svg +19 -0
- package/dist/icons/panel-bottom-open.svg +17 -0
- package/dist/icons/panel-bottom.svg +16 -0
- package/dist/icons/panel-left-close.svg +17 -0
- package/dist/icons/panel-left-dashed.svg +19 -0
- package/dist/icons/panel-left-inactive.svg +19 -0
- package/dist/icons/panel-left-open.svg +17 -0
- package/dist/icons/panel-left-right-dashed.svg +23 -0
- package/dist/icons/panel-left.svg +16 -0
- package/dist/icons/panel-right-close.svg +17 -0
- package/dist/icons/panel-right-dashed.svg +19 -0
- package/dist/icons/panel-right-inactive.svg +19 -0
- package/dist/icons/panel-right-open.svg +17 -0
- package/dist/icons/panel-right.svg +16 -0
- package/dist/icons/panel-top-bottom-dashed.svg +23 -0
- package/dist/icons/panel-top-close.svg +17 -0
- package/dist/icons/panel-top-dashed.svg +19 -0
- package/dist/icons/panel-top-inactive.svg +19 -0
- package/dist/icons/panel-top-open.svg +17 -0
- package/dist/icons/panel-top.svg +16 -0
- package/dist/icons/panels-left-bottom.svg +17 -0
- package/dist/icons/panels-left-right.svg +17 -0
- package/dist/icons/panels-right-bottom.svg +17 -0
- package/dist/icons/panels-top-bottom.svg +17 -0
- package/dist/icons/panels-top-left.svg +17 -0
- package/dist/icons/paperclip.svg +15 -0
- package/dist/icons/parasol.svg +17 -0
- package/dist/icons/parentheses.svg +16 -0
- package/dist/icons/parking-circle-off.svg +20 -0
- package/dist/icons/parking-circle.svg +16 -0
- package/dist/icons/parking-meter.svg +19 -0
- package/dist/icons/parking-square-off.svg +19 -0
- package/dist/icons/parking-square.svg +16 -0
- package/dist/icons/party-popper.svg +23 -0
- package/dist/icons/pause-circle.svg +17 -0
- package/dist/icons/pause-octagon.svg +17 -0
- package/dist/icons/pause.svg +16 -0
- package/dist/icons/paw-print.svg +18 -0
- package/dist/icons/pc-case.svg +18 -0
- package/dist/icons/pen-box.svg +16 -0
- package/dist/icons/pen-line.svg +16 -0
- package/dist/icons/pen-off.svg +17 -0
- package/dist/icons/pen-square.svg +16 -0
- package/dist/icons/pen-tool.svg +18 -0
- package/dist/icons/pen.svg +15 -0
- package/dist/icons/pencil-line.svg +17 -0
- package/dist/icons/pencil-off.svg +18 -0
- package/dist/icons/pencil-ruler.svg +20 -0
- package/dist/icons/pencil.svg +16 -0
- package/dist/icons/pentagon.svg +15 -0
- package/dist/icons/percent-circle.svg +18 -0
- package/dist/icons/percent-diamond.svg +18 -0
- package/dist/icons/percent-square.svg +18 -0
- package/dist/icons/percent.svg +17 -0
- package/dist/icons/person-standing.svg +18 -0
- package/dist/icons/philippine-peso.svg +17 -0
- package/dist/icons/phone-call.svg +17 -0
- package/dist/icons/phone-forwarded.svg +17 -0
- package/dist/icons/phone-incoming.svg +17 -0
- package/dist/icons/phone-missed.svg +17 -0
- package/dist/icons/phone-off.svg +17 -0
- package/dist/icons/phone-outgoing.svg +17 -0
- package/dist/icons/phone.svg +15 -0
- package/dist/icons/pi-square.svg +18 -0
- package/dist/icons/pi.svg +17 -0
- package/dist/icons/piano.svg +20 -0
- package/dist/icons/pickaxe.svg +18 -0
- package/dist/icons/picture-in-picture-2.svg +16 -0
- package/dist/icons/picture-in-picture.svg +19 -0
- package/dist/icons/pie-chart.svg +16 -0
- package/dist/icons/piggy-bank.svg +17 -0
- package/dist/icons/pilcrow-left.svg +19 -0
- package/dist/icons/pilcrow-right.svg +19 -0
- package/dist/icons/pilcrow-square.svg +18 -0
- package/dist/icons/pilcrow.svg +17 -0
- package/dist/icons/pill-bottle.svg +17 -0
- package/dist/icons/pill.svg +16 -0
- package/dist/icons/pin-off.svg +18 -0
- package/dist/icons/pin.svg +16 -0
- package/dist/icons/pipette.svg +17 -0
- package/dist/icons/pizza.svg +19 -0
- package/dist/icons/plane-landing.svg +16 -0
- package/dist/icons/plane-takeoff.svg +16 -0
- package/dist/icons/plane.svg +15 -0
- package/dist/icons/play-circle.svg +16 -0
- package/dist/icons/play-square.svg +16 -0
- package/dist/icons/play.svg +15 -0
- package/dist/icons/plug-2.svg +19 -0
- package/dist/icons/plug-zap-2.svg +19 -0
- package/dist/icons/plug-zap.svg +19 -0
- package/dist/icons/plug.svg +18 -0
- package/dist/icons/plus-circle.svg +17 -0
- package/dist/icons/plus-square.svg +17 -0
- package/dist/icons/plus.svg +16 -0
- package/dist/icons/pocket-knife.svg +19 -0
- package/dist/icons/podcast.svg +18 -0
- package/dist/icons/pointer-off.svg +20 -0
- package/dist/icons/pointer.svg +19 -0
- package/dist/icons/popcorn.svg +18 -0
- package/dist/icons/popsicle.svg +16 -0
- package/dist/icons/pound-sterling.svg +18 -0
- package/dist/icons/power-circle.svg +17 -0
- package/dist/icons/power-off.svg +18 -0
- package/dist/icons/power-square.svg +17 -0
- package/dist/icons/power.svg +16 -0
- package/dist/icons/presentation.svg +17 -0
- package/dist/icons/printer-check.svg +18 -0
- package/dist/icons/printer-x.svg +19 -0
- package/dist/icons/printer.svg +17 -0
- package/dist/icons/projector.svg +20 -0
- package/dist/icons/proportions.svg +17 -0
- package/dist/icons/puzzle.svg +15 -0
- package/dist/icons/pyramid.svg +16 -0
- package/dist/icons/qr-code.svg +26 -0
- package/dist/icons/quote.svg +16 -0
- package/dist/icons/rabbit.svg +19 -0
- package/dist/icons/radar.svg +22 -0
- package/dist/icons/radiation.svg +18 -0
- package/dist/icons/radical.svg +15 -0
- package/dist/icons/radio-off.svg +20 -0
- package/dist/icons/radio-receiver.svg +18 -0
- package/dist/icons/radio-tower.svg +21 -0
- package/dist/icons/radio.svg +19 -0
- package/dist/icons/radius.svg +18 -0
- package/dist/icons/rainbow.svg +17 -0
- package/dist/icons/rat.svg +19 -0
- package/dist/icons/ratio.svg +16 -0
- package/dist/icons/receipt-cent.svg +17 -0
- package/dist/icons/receipt-euro.svg +17 -0
- package/dist/icons/receipt-indian-rupee.svg +18 -0
- package/dist/icons/receipt-japanese-yen.svg +19 -0
- package/dist/icons/receipt-pound-sterling.svg +18 -0
- package/dist/icons/receipt-russian-ruble.svg +17 -0
- package/dist/icons/receipt-swiss-franc.svg +18 -0
- package/dist/icons/receipt-text.svg +18 -0
- package/dist/icons/receipt-turkish-lira.svg +17 -0
- package/dist/icons/receipt.svg +17 -0
- package/dist/icons/rectangle-circle.svg +16 -0
- package/dist/icons/rectangle-ellipsis.svg +18 -0
- package/dist/icons/rectangle-goggles.svg +15 -0
- package/dist/icons/rectangle-horizontal.svg +15 -0
- package/dist/icons/rectangle-vertical.svg +15 -0
- package/dist/icons/recycle.svg +20 -0
- package/dist/icons/redo-2.svg +16 -0
- package/dist/icons/redo-dot.svg +17 -0
- package/dist/icons/redo.svg +16 -0
- package/dist/icons/refresh-ccw-dot.svg +19 -0
- package/dist/icons/refresh-ccw.svg +18 -0
- package/dist/icons/refresh-cw-off.svg +21 -0
- package/dist/icons/refresh-cw.svg +18 -0
- package/dist/icons/refrigerator.svg +17 -0
- package/dist/icons/regex.svg +18 -0
- package/dist/icons/remove-formatting.svg +19 -0
- package/dist/icons/repeat-1.svg +19 -0
- package/dist/icons/repeat-2.svg +18 -0
- package/dist/icons/repeat-off.svg +21 -0
- package/dist/icons/repeat.svg +18 -0
- package/dist/icons/replace-all.svg +23 -0
- package/dist/icons/replace.svg +21 -0
- package/dist/icons/reply-all.svg +17 -0
- package/dist/icons/reply.svg +16 -0
- package/dist/icons/rewind.svg +16 -0
- package/dist/icons/ribbon.svg +19 -0
- package/dist/icons/road.svg +18 -0
- package/dist/icons/rocket.svg +18 -0
- package/dist/icons/rocking-chair.svg +18 -0
- package/dist/icons/roller-coaster.svg +21 -0
- package/dist/icons/rose.svg +19 -0
- package/dist/icons/rotate-3-d.svg +17 -0
- package/dist/icons/rotate-3d.svg +17 -0
- package/dist/icons/rotate-ccw-key.svg +19 -0
- package/dist/icons/rotate-ccw-square.svg +17 -0
- package/dist/icons/rotate-ccw.svg +16 -0
- package/dist/icons/rotate-cw-square.svg +17 -0
- package/dist/icons/rotate-cw.svg +16 -0
- package/dist/icons/route-off.svg +21 -0
- package/dist/icons/route.svg +17 -0
- package/dist/icons/router.svg +20 -0
- package/dist/icons/rows-2.svg +16 -0
- package/dist/icons/rows-3.svg +17 -0
- package/dist/icons/rows-4.svg +18 -0
- package/dist/icons/rows.svg +16 -0
- package/dist/icons/rss.svg +17 -0
- package/dist/icons/ruler-dimension-line.svg +22 -0
- package/dist/icons/ruler.svg +19 -0
- package/dist/icons/russian-ruble.svg +16 -0
- package/dist/icons/sailboat.svg +17 -0
- package/dist/icons/salad.svg +19 -0
- package/dist/icons/sandwich.svg +19 -0
- package/dist/icons/satellite-dish.svg +18 -0
- package/dist/icons/satellite.svg +19 -0
- package/dist/icons/saudi-riyal.svg +18 -0
- package/dist/icons/save-all.svg +18 -0
- package/dist/icons/save-off.svg +21 -0
- package/dist/icons/save.svg +17 -0
- package/dist/icons/scale-3-d.svg +18 -0
- package/dist/icons/scale-3d.svg +18 -0
- package/dist/icons/scale.svg +19 -0
- package/dist/icons/scaling.svg +18 -0
- package/dist/icons/scan-barcode.svg +21 -0
- package/dist/icons/scan-eye.svg +20 -0
- package/dist/icons/scan-face.svg +21 -0
- package/dist/icons/scan-heart.svg +19 -0
- package/dist/icons/scan-line.svg +19 -0
- package/dist/icons/scan-qr-code.svg +22 -0
- package/dist/icons/scan-search.svg +20 -0
- package/dist/icons/scan-text.svg +21 -0
- package/dist/icons/scan.svg +18 -0
- package/dist/icons/scatter-chart.svg +20 -0
- package/dist/icons/school-2.svg +21 -0
- package/dist/icons/school.svg +20 -0
- package/dist/icons/scissors-line-dashed.svg +21 -0
- package/dist/icons/scissors-square-dashed-bottom.svg +28 -0
- package/dist/icons/scissors-square.svg +20 -0
- package/dist/icons/scissors.svg +19 -0
- package/dist/icons/scooter.svg +18 -0
- package/dist/icons/screen-share-off.svg +19 -0
- package/dist/icons/screen-share.svg +19 -0
- package/dist/icons/scroll-text.svg +18 -0
- package/dist/icons/scroll.svg +16 -0
- package/dist/icons/search-alert.svg +18 -0
- package/dist/icons/search-check.svg +17 -0
- package/dist/icons/search-code.svg +18 -0
- package/dist/icons/search-slash.svg +17 -0
- package/dist/icons/search-x.svg +18 -0
- package/dist/icons/search.svg +16 -0
- package/dist/icons/section.svg +16 -0
- package/dist/icons/send-horizonal.svg +16 -0
- package/dist/icons/send-horizontal.svg +16 -0
- package/dist/icons/send-to-back.svg +18 -0
- package/dist/icons/send.svg +16 -0
- package/dist/icons/separator-horizontal.svg +17 -0
- package/dist/icons/separator-vertical.svg +17 -0
- package/dist/icons/server-cog.svg +26 -0
- package/dist/icons/server-crash.svg +19 -0
- package/dist/icons/server-off.svg +20 -0
- package/dist/icons/server.svg +18 -0
- package/dist/icons/settings-2.svg +18 -0
- package/dist/icons/settings.svg +16 -0
- package/dist/icons/shapes.svg +17 -0
- package/dist/icons/share-2.svg +19 -0
- package/dist/icons/share.svg +17 -0
- package/dist/icons/sheet.svg +19 -0
- package/dist/icons/shell.svg +15 -0
- package/dist/icons/shelving-unit.svg +21 -0
- package/dist/icons/shield-alert.svg +17 -0
- package/dist/icons/shield-ban.svg +16 -0
- package/dist/icons/shield-check.svg +16 -0
- package/dist/icons/shield-close.svg +17 -0
- package/dist/icons/shield-cog-corner.svg +24 -0
- package/dist/icons/shield-cog.svg +24 -0
- package/dist/icons/shield-ellipsis.svg +18 -0
- package/dist/icons/shield-half.svg +16 -0
- package/dist/icons/shield-minus.svg +16 -0
- package/dist/icons/shield-off.svg +17 -0
- package/dist/icons/shield-plus.svg +17 -0
- package/dist/icons/shield-question-mark.svg +17 -0
- package/dist/icons/shield-question.svg +17 -0
- package/dist/icons/shield-user.svg +17 -0
- package/dist/icons/shield-x.svg +17 -0
- package/dist/icons/shield.svg +15 -0
- package/dist/icons/ship-wheel.svg +24 -0
- package/dist/icons/ship.svg +19 -0
- package/dist/icons/shirt.svg +15 -0
- package/dist/icons/shopping-bag.svg +17 -0
- package/dist/icons/shopping-basket.svg +21 -0
- package/dist/icons/shopping-cart.svg +17 -0
- package/dist/icons/shovel.svg +17 -0
- package/dist/icons/shower-head.svg +24 -0
- package/dist/icons/shredder.svg +21 -0
- package/dist/icons/shrimp.svg +19 -0
- package/dist/icons/shrink.svg +18 -0
- package/dist/icons/shrub.svg +17 -0
- package/dist/icons/shuffle.svg +19 -0
- package/dist/icons/sidebar-close.svg +17 -0
- package/dist/icons/sidebar-open.svg +17 -0
- package/dist/icons/sidebar.svg +16 -0
- package/dist/icons/sigma-square.svg +16 -0
- package/dist/icons/sigma.svg +15 -0
- package/dist/icons/signal-high.svg +18 -0
- package/dist/icons/signal-low.svg +16 -0
- package/dist/icons/signal-medium.svg +17 -0
- package/dist/icons/signal-zero.svg +15 -0
- package/dist/icons/signal.svg +19 -0
- package/dist/icons/signature.svg +16 -0
- package/dist/icons/signpost-big.svg +18 -0
- package/dist/icons/signpost.svg +17 -0
- package/dist/icons/siren.svg +22 -0
- package/dist/icons/skip-back.svg +16 -0
- package/dist/icons/skip-forward.svg +16 -0
- package/dist/icons/skull.svg +18 -0
- package/dist/icons/slash-square.svg +16 -0
- package/dist/icons/slash.svg +15 -0
- package/dist/icons/slice.svg +15 -0
- package/dist/icons/sliders-horizontal.svg +23 -0
- package/dist/icons/sliders-vertical.svg +23 -0
- package/dist/icons/sliders.svg +23 -0
- package/dist/icons/smartphone-charging.svg +16 -0
- package/dist/icons/smartphone-nfc.svg +18 -0
- package/dist/icons/smartphone.svg +16 -0
- package/dist/icons/smile-plus.svg +20 -0
- package/dist/icons/smile.svg +18 -0
- package/dist/icons/snail.svg +19 -0
- package/dist/icons/snowflake.svg +26 -0
- package/dist/icons/soap-dispenser-droplet.svg +18 -0
- package/dist/icons/sofa.svg +19 -0
- package/dist/icons/solar-panel.svg +21 -0
- package/dist/icons/sort-asc.svg +19 -0
- package/dist/icons/sort-desc.svg +19 -0
- package/dist/icons/soup.svg +20 -0
- package/dist/icons/space.svg +15 -0
- package/dist/icons/spade.svg +16 -0
- package/dist/icons/sparkle.svg +15 -0
- package/dist/icons/sparkles.svg +18 -0
- package/dist/icons/speaker.svg +18 -0
- package/dist/icons/speech.svg +17 -0
- package/dist/icons/spell-check-2.svg +17 -0
- package/dist/icons/spell-check.svg +17 -0
- package/dist/icons/spline-pointer.svg +18 -0
- package/dist/icons/spline.svg +17 -0
- package/dist/icons/split-square-horizontal.svg +17 -0
- package/dist/icons/split-square-vertical.svg +17 -0
- package/dist/icons/split.svg +18 -0
- package/dist/icons/spool.svg +16 -0
- package/dist/icons/sport-shoe.svg +17 -0
- package/dist/icons/spotlight.svg +19 -0
- package/dist/icons/spray-can.svg +24 -0
- package/dist/icons/sprout.svg +17 -0
- package/dist/icons/square-activity.svg +16 -0
- package/dist/icons/square-arrow-down-left.svg +17 -0
- package/dist/icons/square-arrow-down-right.svg +17 -0
- package/dist/icons/square-arrow-down.svg +17 -0
- package/dist/icons/square-arrow-left.svg +17 -0
- package/dist/icons/square-arrow-out-down-left.svg +17 -0
- package/dist/icons/square-arrow-out-down-right.svg +17 -0
- package/dist/icons/square-arrow-out-up-left.svg +17 -0
- package/dist/icons/square-arrow-out-up-right.svg +17 -0
- package/dist/icons/square-arrow-right-enter.svg +17 -0
- package/dist/icons/square-arrow-right-exit.svg +17 -0
- package/dist/icons/square-arrow-right.svg +17 -0
- package/dist/icons/square-arrow-up-left.svg +17 -0
- package/dist/icons/square-arrow-up-right.svg +17 -0
- package/dist/icons/square-arrow-up.svg +17 -0
- package/dist/icons/square-asterisk.svg +18 -0
- package/dist/icons/square-bottom-dashed-scissors.svg +28 -0
- package/dist/icons/square-centerline-dashed-horizontal.svg +20 -0
- package/dist/icons/square-centerline-dashed-vertical.svg +20 -0
- package/dist/icons/square-chart-gantt.svg +18 -0
- package/dist/icons/square-check-big.svg +16 -0
- package/dist/icons/square-check.svg +16 -0
- package/dist/icons/square-chevron-down.svg +16 -0
- package/dist/icons/square-chevron-left.svg +16 -0
- package/dist/icons/square-chevron-right.svg +16 -0
- package/dist/icons/square-chevron-up.svg +16 -0
- package/dist/icons/square-code.svg +17 -0
- package/dist/icons/square-dashed-bottom-code.svg +19 -0
- package/dist/icons/square-dashed-bottom.svg +17 -0
- package/dist/icons/square-dashed-kanban.svg +29 -0
- package/dist/icons/square-dashed-mouse-pointer.svg +24 -0
- package/dist/icons/square-dashed-text.svg +29 -0
- package/dist/icons/square-dashed-top-solid.svg +23 -0
- package/dist/icons/square-dashed.svg +26 -0
- package/dist/icons/square-divide.svg +18 -0
- package/dist/icons/square-dot.svg +16 -0
- package/dist/icons/square-equal.svg +17 -0
- package/dist/icons/square-function.svg +17 -0
- package/dist/icons/square-gantt-chart.svg +18 -0
- package/dist/icons/square-kanban.svg +18 -0
- package/dist/icons/square-library.svg +18 -0
- package/dist/icons/square-m.svg +16 -0
- package/dist/icons/square-menu.svg +18 -0
- package/dist/icons/square-minus.svg +16 -0
- package/dist/icons/square-mouse-pointer.svg +16 -0
- package/dist/icons/square-parking-off.svg +19 -0
- package/dist/icons/square-parking.svg +16 -0
- package/dist/icons/square-pause.svg +17 -0
- package/dist/icons/square-pen.svg +16 -0
- package/dist/icons/square-percent.svg +18 -0
- package/dist/icons/square-pi.svg +18 -0
- package/dist/icons/square-pilcrow.svg +18 -0
- package/dist/icons/square-play.svg +16 -0
- package/dist/icons/square-plus.svg +17 -0
- package/dist/icons/square-power.svg +17 -0
- package/dist/icons/square-radical.svg +16 -0
- package/dist/icons/square-round-corner.svg +16 -0
- package/dist/icons/square-scissors.svg +20 -0
- package/dist/icons/square-sigma.svg +16 -0
- package/dist/icons/square-slash.svg +16 -0
- package/dist/icons/square-split-horizontal.svg +17 -0
- package/dist/icons/square-split-vertical.svg +17 -0
- package/dist/icons/square-square.svg +16 -0
- package/dist/icons/square-stack.svg +17 -0
- package/dist/icons/square-star.svg +16 -0
- package/dist/icons/square-stop.svg +16 -0
- package/dist/icons/square-terminal.svg +17 -0
- package/dist/icons/square-user-round.svg +17 -0
- package/dist/icons/square-user.svg +17 -0
- package/dist/icons/square-x.svg +17 -0
- package/dist/icons/square.svg +15 -0
- package/dist/icons/squares-exclude.svg +16 -0
- package/dist/icons/squares-intersect.svg +25 -0
- package/dist/icons/squares-subtract.svg +20 -0
- package/dist/icons/squares-unite.svg +15 -0
- package/dist/icons/squircle-dashed.svg +22 -0
- package/dist/icons/squircle.svg +15 -0
- package/dist/icons/squirrel.svg +18 -0
- package/dist/icons/stamp.svg +17 -0
- package/dist/icons/star-half.svg +15 -0
- package/dist/icons/star-off.svg +17 -0
- package/dist/icons/star.svg +15 -0
- package/dist/icons/stars.svg +18 -0
- package/dist/icons/step-back.svg +16 -0
- package/dist/icons/step-forward.svg +16 -0
- package/dist/icons/stethoscope.svg +19 -0
- package/dist/icons/sticker.svg +19 -0
- package/dist/icons/sticky-note-check.svg +17 -0
- package/dist/icons/sticky-note-minus.svg +17 -0
- package/dist/icons/sticky-note-off.svg +18 -0
- package/dist/icons/sticky-note-plus.svg +18 -0
- package/dist/icons/sticky-note-x.svg +18 -0
- package/dist/icons/sticky-note.svg +16 -0
- package/dist/icons/sticky-notes.svg +18 -0
- package/dist/icons/stone.svg +17 -0
- package/dist/icons/stop-circle.svg +16 -0
- package/dist/icons/store.svg +17 -0
- package/dist/icons/stretch-horizontal.svg +16 -0
- package/dist/icons/stretch-vertical.svg +16 -0
- package/dist/icons/strikethrough.svg +17 -0
- package/dist/icons/subscript.svg +17 -0
- package/dist/icons/subtitles.svg +16 -0
- package/dist/icons/sun-dim.svg +23 -0
- package/dist/icons/sun-medium.svg +23 -0
- package/dist/icons/sun-moon.svg +19 -0
- package/dist/icons/sun-snow.svg +25 -0
- package/dist/icons/sun.svg +23 -0
- package/dist/icons/sunrise.svg +22 -0
- package/dist/icons/sunset.svg +22 -0
- package/dist/icons/superscript.svg +17 -0
- package/dist/icons/swatch-book.svg +18 -0
- package/dist/icons/swiss-franc.svg +17 -0
- package/dist/icons/switch-camera.svg +19 -0
- package/dist/icons/sword.svg +18 -0
- package/dist/icons/swords.svg +22 -0
- package/dist/icons/syringe.svg +20 -0
- package/dist/icons/table-2.svg +15 -0
- package/dist/icons/table-cells-merge.svg +19 -0
- package/dist/icons/table-cells-split.svg +18 -0
- package/dist/icons/table-columns-split.svg +25 -0
- package/dist/icons/table-config.svg +26 -0
- package/dist/icons/table-of-contents.svg +20 -0
- package/dist/icons/table-properties.svg +18 -0
- package/dist/icons/table-rows-split.svg +25 -0
- package/dist/icons/table.svg +18 -0
- package/dist/icons/tablet-smartphone.svg +17 -0
- package/dist/icons/tablet.svg +16 -0
- package/dist/icons/tablets.svg +18 -0
- package/dist/icons/tag.svg +16 -0
- package/dist/icons/tags.svg +17 -0
- package/dist/icons/tally-1.svg +15 -0
- package/dist/icons/tally-2.svg +16 -0
- package/dist/icons/tally-3.svg +17 -0
- package/dist/icons/tally-4.svg +18 -0
- package/dist/icons/tally-5.svg +19 -0
- package/dist/icons/tangent.svg +18 -0
- package/dist/icons/target.svg +17 -0
- package/dist/icons/telescope.svg +21 -0
- package/dist/icons/tent-tree.svg +21 -0
- package/dist/icons/tent.svg +18 -0
- package/dist/icons/terminal-square.svg +17 -0
- package/dist/icons/terminal.svg +16 -0
- package/dist/icons/test-tube-2.svg +17 -0
- package/dist/icons/test-tube-diagonal.svg +17 -0
- package/dist/icons/test-tube.svg +17 -0
- package/dist/icons/test-tubes.svg +20 -0
- package/dist/icons/text-align-center.svg +17 -0
- package/dist/icons/text-align-end.svg +17 -0
- package/dist/icons/text-align-justify.svg +17 -0
- package/dist/icons/text-align-start.svg +17 -0
- package/dist/icons/text-cursor-input.svg +19 -0
- package/dist/icons/text-cursor.svg +17 -0
- package/dist/icons/text-initial.svg +19 -0
- package/dist/icons/text-quote.svg +18 -0
- package/dist/icons/text-search.svg +19 -0
- package/dist/icons/text-select.svg +29 -0
- package/dist/icons/text-selection.svg +29 -0
- package/dist/icons/text-wrap.svg +18 -0
- package/dist/icons/text.svg +17 -0
- package/dist/icons/theater.svg +23 -0
- package/dist/icons/thermometer-snowflake.svg +22 -0
- package/dist/icons/thermometer-sun.svg +20 -0
- package/dist/icons/thermometer.svg +15 -0
- package/dist/icons/thumbs-down.svg +16 -0
- package/dist/icons/thumbs-up.svg +16 -0
- package/dist/icons/ticket-check.svg +16 -0
- package/dist/icons/ticket-minus.svg +16 -0
- package/dist/icons/ticket-percent.svg +18 -0
- package/dist/icons/ticket-plus.svg +17 -0
- package/dist/icons/ticket-slash.svg +16 -0
- package/dist/icons/ticket-x.svg +17 -0
- package/dist/icons/ticket.svg +18 -0
- package/dist/icons/tickets-plane.svg +21 -0
- package/dist/icons/tickets.svg +19 -0
- package/dist/icons/timeline.svg +22 -0
- package/dist/icons/timer-off.svg +19 -0
- package/dist/icons/timer-reset.svg +18 -0
- package/dist/icons/timer.svg +17 -0
- package/dist/icons/toggle-left.svg +16 -0
- package/dist/icons/toggle-right.svg +16 -0
- package/dist/icons/toilet.svg +16 -0
- package/dist/icons/tool-case.svg +18 -0
- package/dist/icons/toolbox.svg +19 -0
- package/dist/icons/tornado.svg +19 -0
- package/dist/icons/torus.svg +16 -0
- package/dist/icons/touchpad-off.svg +20 -0
- package/dist/icons/touchpad.svg +17 -0
- package/dist/icons/towel-rack.svg +17 -0
- package/dist/icons/tower-control.svg +21 -0
- package/dist/icons/toy-brick.svg +17 -0
- package/dist/icons/tractor.svg +23 -0
- package/dist/icons/traffic-cone.svg +18 -0
- package/dist/icons/train-front-tunnel.svg +21 -0
- package/dist/icons/train-front.svg +20 -0
- package/dist/icons/train-track.svg +21 -0
- package/dist/icons/train.svg +21 -0
- package/dist/icons/tram-front.svg +21 -0
- package/dist/icons/transgender.svg +22 -0
- package/dist/icons/trash-2.svg +19 -0
- package/dist/icons/trash.svg +17 -0
- package/dist/icons/tree-deciduous.svg +16 -0
- package/dist/icons/tree-palm.svg +18 -0
- package/dist/icons/tree-pine.svg +16 -0
- package/dist/icons/trees.svg +18 -0
- package/dist/icons/trending-down.svg +16 -0
- package/dist/icons/trending-up-down.svg +18 -0
- package/dist/icons/trending-up.svg +16 -0
- package/dist/icons/triangle-alert.svg +17 -0
- package/dist/icons/triangle-dashed.svg +23 -0
- package/dist/icons/triangle-right.svg +15 -0
- package/dist/icons/triangle.svg +15 -0
- package/dist/icons/trophy.svg +20 -0
- package/dist/icons/truck-electric.svg +21 -0
- package/dist/icons/truck.svg +19 -0
- package/dist/icons/turkish-lira.svg +17 -0
- package/dist/icons/turntable.svg +18 -0
- package/dist/icons/turtle.svg +18 -0
- package/dist/icons/tv-2.svg +16 -0
- package/dist/icons/tv-minimal-play.svg +17 -0
- package/dist/icons/tv-minimal.svg +16 -0
- package/dist/icons/tv.svg +16 -0
- package/dist/icons/type-outline.svg +15 -0
- package/dist/icons/type.svg +17 -0
- package/dist/icons/umbrella-off.svg +19 -0
- package/dist/icons/umbrella.svg +17 -0
- package/dist/icons/underline.svg +16 -0
- package/dist/icons/undo-2.svg +16 -0
- package/dist/icons/undo-dot.svg +17 -0
- package/dist/icons/undo.svg +16 -0
- package/dist/icons/unfold-horizontal.svg +22 -0
- package/dist/icons/unfold-vertical.svg +22 -0
- package/dist/icons/ungroup.svg +16 -0
- package/dist/icons/university.svg +21 -0
- package/dist/icons/unlink-2.svg +15 -0
- package/dist/icons/unlink.svg +20 -0
- package/dist/icons/unlock-keyhole.svg +17 -0
- package/dist/icons/unlock.svg +16 -0
- package/dist/icons/unplug.svg +20 -0
- package/dist/icons/upload-cloud.svg +17 -0
- package/dist/icons/upload.svg +17 -0
- package/dist/icons/usb.svg +21 -0
- package/dist/icons/user-2.svg +16 -0
- package/dist/icons/user-check-2.svg +17 -0
- package/dist/icons/user-check.svg +17 -0
- package/dist/icons/user-circle-2.svg +17 -0
- package/dist/icons/user-circle.svg +17 -0
- package/dist/icons/user-cog-2.svg +25 -0
- package/dist/icons/user-cog.svg +25 -0
- package/dist/icons/user-key.svg +19 -0
- package/dist/icons/user-lock.svg +18 -0
- package/dist/icons/user-minus-2.svg +17 -0
- package/dist/icons/user-minus.svg +17 -0
- package/dist/icons/user-pen.svg +17 -0
- package/dist/icons/user-plus-2.svg +18 -0
- package/dist/icons/user-plus.svg +18 -0
- package/dist/icons/user-round-check.svg +17 -0
- package/dist/icons/user-round-cog.svg +25 -0
- package/dist/icons/user-round-key.svg +19 -0
- package/dist/icons/user-round-minus.svg +17 -0
- package/dist/icons/user-round-pen.svg +17 -0
- package/dist/icons/user-round-plus.svg +18 -0
- package/dist/icons/user-round-search.svg +18 -0
- package/dist/icons/user-round-x.svg +18 -0
- package/dist/icons/user-round.svg +16 -0
- package/dist/icons/user-search.svg +18 -0
- package/dist/icons/user-square-2.svg +17 -0
- package/dist/icons/user-square.svg +17 -0
- package/dist/icons/user-star.svg +17 -0
- package/dist/icons/user-x-2.svg +18 -0
- package/dist/icons/user-x.svg +18 -0
- package/dist/icons/user.svg +16 -0
- package/dist/icons/users-2.svg +17 -0
- package/dist/icons/users-round.svg +17 -0
- package/dist/icons/users.svg +18 -0
- package/dist/icons/utensils-crossed.svg +18 -0
- package/dist/icons/utensils.svg +17 -0
- package/dist/icons/utility-pole.svg +21 -0
- package/dist/icons/van.svg +19 -0
- package/dist/icons/variable.svg +18 -0
- package/dist/icons/vault.svg +24 -0
- package/dist/icons/vector-square.svg +22 -0
- package/dist/icons/vegan.svg +17 -0
- package/dist/icons/venetian-mask.svg +17 -0
- package/dist/icons/venus-and-mars.svg +19 -0
- package/dist/icons/venus.svg +17 -0
- package/dist/icons/verified.svg +16 -0
- package/dist/icons/vibrate-off.svg +19 -0
- package/dist/icons/vibrate.svg +17 -0
- package/dist/icons/video-off.svg +17 -0
- package/dist/icons/video.svg +16 -0
- package/dist/icons/videotape.svg +19 -0
- package/dist/icons/view.svg +18 -0
- package/dist/icons/voicemail.svg +17 -0
- package/dist/icons/volleyball.svg +20 -0
- package/dist/icons/volume-1.svg +16 -0
- package/dist/icons/volume-2.svg +17 -0
- package/dist/icons/volume-off.svg +19 -0
- package/dist/icons/volume-x.svg +17 -0
- package/dist/icons/volume.svg +15 -0
- package/dist/icons/vote.svg +17 -0
- package/dist/icons/wallet-2.svg +16 -0
- package/dist/icons/wallet-cards.svg +17 -0
- package/dist/icons/wallet-minimal.svg +16 -0
- package/dist/icons/wallet.svg +16 -0
- package/dist/icons/wallpaper.svg +19 -0
- package/dist/icons/wand-2.svg +22 -0
- package/dist/icons/wand-sparkles.svg +22 -0
- package/dist/icons/wand.svg +23 -0
- package/dist/icons/warehouse.svg +18 -0
- package/dist/icons/washing-machine.svg +19 -0
- package/dist/icons/watch.svg +18 -0
- package/dist/icons/waves-arrow-down.svg +18 -0
- package/dist/icons/waves-arrow-up.svg +18 -0
- package/dist/icons/waves-horizontal.svg +17 -0
- package/dist/icons/waves-ladder.svg +19 -0
- package/dist/icons/waves-vertical.svg +17 -0
- package/dist/icons/waves.svg +17 -0
- package/dist/icons/waypoints.svg +21 -0
- package/dist/icons/webcam.svg +18 -0
- package/dist/icons/webhook-off.svg +21 -0
- package/dist/icons/webhook.svg +17 -0
- package/dist/icons/weight-tilde.svg +17 -0
- package/dist/icons/weight.svg +16 -0
- package/dist/icons/wheat-off.svg +24 -0
- package/dist/icons/wheat.svg +22 -0
- package/dist/icons/whole-word.svg +19 -0
- package/dist/icons/wifi-cog.svg +26 -0
- package/dist/icons/wifi-high.svg +17 -0
- package/dist/icons/wifi-low.svg +16 -0
- package/dist/icons/wifi-off.svg +21 -0
- package/dist/icons/wifi-pen.svg +18 -0
- package/dist/icons/wifi-sync.svg +21 -0
- package/dist/icons/wifi-zero.svg +15 -0
- package/dist/icons/wifi.svg +18 -0
- package/dist/icons/wind-arrow-down.svg +18 -0
- package/dist/icons/wind.svg +17 -0
- package/dist/icons/wine-off.svg +19 -0
- package/dist/icons/wine.svg +18 -0
- package/dist/icons/workflow.svg +17 -0
- package/dist/icons/worm.svg +17 -0
- package/dist/icons/wrap-text.svg +18 -0
- package/dist/icons/wrench.svg +15 -0
- package/dist/icons/x-circle.svg +17 -0
- package/dist/icons/x-line-top.svg +17 -0
- package/dist/icons/x-octagon.svg +17 -0
- package/dist/icons/x-square.svg +17 -0
- package/dist/icons/x.svg +16 -0
- package/dist/icons/zap-off.svg +18 -0
- package/dist/icons/zap.svg +15 -0
- package/dist/icons/zodiac-aquarius.svg +16 -0
- package/dist/icons/zodiac-aries.svg +16 -0
- package/dist/icons/zodiac-cancer.svg +18 -0
- package/dist/icons/zodiac-capricorn.svg +17 -0
- package/dist/icons/zodiac-gemini.svg +18 -0
- package/dist/icons/zodiac-leo.svg +16 -0
- package/dist/icons/zodiac-libra.svg +16 -0
- package/dist/icons/zodiac-ophiuchus.svg +16 -0
- package/dist/icons/zodiac-pisces.svg +17 -0
- package/dist/icons/zodiac-sagittarius.svg +17 -0
- package/dist/icons/zodiac-scorpio.svg +18 -0
- package/dist/icons/zodiac-taurus.svg +16 -0
- package/dist/icons/zodiac-virgo.svg +18 -0
- package/dist/icons/zoom-in.svg +18 -0
- package/dist/icons/zoom-out.svg +17 -0
- package/dist/tailwind/nadicode.tailwind.json +305 -0
- package/dist/tailwind/nadicode.theme.css +342 -0
- package/dist/tokens/nadicode.dtcg.json +1081 -0
- package/package.json +63 -0
- package/src/assets/favicon.svg +17 -0
- package/src/assets/fonts/OFL.txt +92 -0
- package/src/assets/fonts/files/Geist-Italic.woff2 +0 -0
- package/src/assets/fonts/files/Geist-Variable.woff2 +0 -0
- package/src/assets/fonts/files/GeistMono-Italic.woff2 +0 -0
- package/src/assets/fonts/files/GeistMono-Variable.woff2 +0 -0
- package/src/assets/fonts/geist.css +37 -0
- package/src/assets/logo-mark.d.ts +2 -0
- package/src/assets/logo-mark.svg +15 -0
- package/src/assets/logo-wordmark.d.ts +2 -0
- package/src/assets/logo-wordmark.svg +26 -0
- package/src/assets/nadia.d.ts +9 -0
- package/src/assets/nadia.png +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-undo-dot"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M21 17a9 9 0 0 0-15-6.7L3 13" />
|
|
15
|
+
<path d="M3 7v6h6" />
|
|
16
|
+
<circle cx="12" cy="17" r="1" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-undo"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M3 7v6h6" />
|
|
15
|
+
<path d="M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unfold-horizontal"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M16 12h6" />
|
|
15
|
+
<path d="M8 12H2" />
|
|
16
|
+
<path d="M12 2v2" />
|
|
17
|
+
<path d="M12 8v2" />
|
|
18
|
+
<path d="M12 14v2" />
|
|
19
|
+
<path d="M12 20v2" />
|
|
20
|
+
<path d="m19 15 3-3-3-3" />
|
|
21
|
+
<path d="m5 9-3 3 3 3" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unfold-vertical"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M12 22v-6" />
|
|
15
|
+
<path d="M12 8V2" />
|
|
16
|
+
<path d="M4 12H2" />
|
|
17
|
+
<path d="M10 12H8" />
|
|
18
|
+
<path d="M16 12h-2" />
|
|
19
|
+
<path d="M22 12h-2" />
|
|
20
|
+
<path d="m15 19-3 3-3-3" />
|
|
21
|
+
<path d="m15 5-3-3-3 3" />
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-ungroup"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<rect width="8" height="6" x="5" y="4" rx="1" />
|
|
15
|
+
<rect width="8" height="6" x="11" y="14" rx="1" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-university"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
|
15
|
+
<path d="M18 12h.01" />
|
|
16
|
+
<path d="M18 16h.01" />
|
|
17
|
+
<path d="M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" />
|
|
18
|
+
<path d="M6 12h.01" />
|
|
19
|
+
<path d="M6 16h.01" />
|
|
20
|
+
<circle cx="12" cy="10" r="2" />
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unlink-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2" />
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unlink"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71" />
|
|
15
|
+
<path d="m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" />
|
|
16
|
+
<line x1="8" x2="8" y1="2" y2="5" />
|
|
17
|
+
<line x1="2" x2="5" y1="8" y2="8" />
|
|
18
|
+
<line x1="16" x2="16" y1="19" y2="22" />
|
|
19
|
+
<line x1="19" x2="22" y1="16" y2="16" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unlock-keyhole"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<circle cx="12" cy="16" r="1" />
|
|
15
|
+
<rect width="18" height="12" x="3" y="10" rx="2" />
|
|
16
|
+
<path d="M7 10V7a5 5 0 0 1 9.33-2.5" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unlock"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<rect width="18" height="11" x="3" y="11" rx="2" ry="2" />
|
|
15
|
+
<path d="M7 11V7a5 5 0 0 1 9.9-1" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-unplug"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="m19 5 3-3" />
|
|
15
|
+
<path d="m2 22 3-3" />
|
|
16
|
+
<path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" />
|
|
17
|
+
<path d="M7.5 13.5 10 11" />
|
|
18
|
+
<path d="M10.5 16.5 13 14" />
|
|
19
|
+
<path d="m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-upload-cloud"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M12 13v8" />
|
|
15
|
+
<path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" />
|
|
16
|
+
<path d="m8 17 4-4 4 4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-upload"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M12 3v12" />
|
|
15
|
+
<path d="m17 8-5-5-5 5" />
|
|
16
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-usb"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<circle cx="10" cy="7" r="1" />
|
|
15
|
+
<circle cx="4" cy="20" r="1" />
|
|
16
|
+
<path d="M4.7 19.3 19 5" />
|
|
17
|
+
<path d="m21 3-3 1 2 2Z" />
|
|
18
|
+
<path d="M9.26 7.68 5 12l2 5" />
|
|
19
|
+
<path d="m10 14 5 2 3.5-3.5" />
|
|
20
|
+
<path d="m18 12 1-1 1 1-1 1Z" />
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<circle cx="12" cy="8" r="5" />
|
|
15
|
+
<path d="M20 21a8 8 0 0 0-16 0" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-check-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 13.292-6" />
|
|
15
|
+
<circle cx="10" cy="8" r="5" />
|
|
16
|
+
<path d="m16 19 2 2 4-4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-check"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="m16 11 2 2 4-4" />
|
|
15
|
+
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
|
|
16
|
+
<circle cx="9" cy="7" r="4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-circle-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M17.925 20.056a6 6 0 0 0-11.851.001" />
|
|
15
|
+
<circle cx="12" cy="11" r="4" />
|
|
16
|
+
<circle cx="12" cy="12" r="10" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-circle"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<circle cx="12" cy="12" r="10" />
|
|
15
|
+
<circle cx="12" cy="10" r="3" />
|
|
16
|
+
<path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-cog-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="m14.305 19.53.923-.382" />
|
|
15
|
+
<path d="m15.228 16.852-.923-.383" />
|
|
16
|
+
<path d="m16.852 15.228-.383-.923" />
|
|
17
|
+
<path d="m16.852 20.772-.383.924" />
|
|
18
|
+
<path d="m19.148 15.228.383-.923" />
|
|
19
|
+
<path d="m19.53 21.696-.382-.924" />
|
|
20
|
+
<path d="M2 21a8 8 0 0 1 10.434-7.62" />
|
|
21
|
+
<path d="m20.772 16.852.924-.383" />
|
|
22
|
+
<path d="m20.772 19.148.924.383" />
|
|
23
|
+
<circle cx="10" cy="8" r="5" />
|
|
24
|
+
<circle cx="18" cy="18" r="3" />
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-cog"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M10 15H6a4 4 0 0 0-4 4v2" />
|
|
15
|
+
<path d="m14.305 16.53.923-.382" />
|
|
16
|
+
<path d="m15.228 13.852-.923-.383" />
|
|
17
|
+
<path d="m16.852 12.228-.383-.923" />
|
|
18
|
+
<path d="m16.852 17.772-.383.924" />
|
|
19
|
+
<path d="m19.148 12.228.383-.923" />
|
|
20
|
+
<path d="m19.53 18.696-.382-.924" />
|
|
21
|
+
<path d="m20.772 13.852.924-.383" />
|
|
22
|
+
<path d="m20.772 16.148.924.383" />
|
|
23
|
+
<circle cx="18" cy="15" r="3" />
|
|
24
|
+
<circle cx="9" cy="7" r="4" />
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-key"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M20 11v6" />
|
|
15
|
+
<path d="M20 13h2" />
|
|
16
|
+
<path d="M3 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 2.072.578" />
|
|
17
|
+
<circle cx="10" cy="7" r="4" />
|
|
18
|
+
<circle cx="20" cy="19" r="2" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-lock"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M19 16v-2a2 2 0 0 0-4 0v2" />
|
|
15
|
+
<path d="M9.5 15H7a4 4 0 0 0-4 4v2" />
|
|
16
|
+
<circle cx="10" cy="7" r="4" />
|
|
17
|
+
<rect x="13" y="16" width="8" height="5" rx=".899" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-minus-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 13.292-6" />
|
|
15
|
+
<circle cx="10" cy="8" r="5" />
|
|
16
|
+
<path d="M22 19h-6" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-minus"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
|
|
15
|
+
<circle cx="9" cy="7" r="4" />
|
|
16
|
+
<line x1="22" x2="16" y1="11" y2="11" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-pen"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M11.5 15H7a4 4 0 0 0-4 4v2" />
|
|
15
|
+
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
|
16
|
+
<circle cx="10" cy="7" r="4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-plus-2"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 13.292-6" />
|
|
15
|
+
<circle cx="10" cy="8" r="5" />
|
|
16
|
+
<path d="M19 16v6" />
|
|
17
|
+
<path d="M22 19h-6" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-plus"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
|
|
15
|
+
<circle cx="9" cy="7" r="4" />
|
|
16
|
+
<line x1="19" x2="19" y1="8" y2="14" />
|
|
17
|
+
<line x1="22" x2="16" y1="11" y2="11" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-round-check"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 13.292-6" />
|
|
15
|
+
<circle cx="10" cy="8" r="5" />
|
|
16
|
+
<path d="m16 19 2 2 4-4" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-round-cog"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="m14.305 19.53.923-.382" />
|
|
15
|
+
<path d="m15.228 16.852-.923-.383" />
|
|
16
|
+
<path d="m16.852 15.228-.383-.923" />
|
|
17
|
+
<path d="m16.852 20.772-.383.924" />
|
|
18
|
+
<path d="m19.148 15.228.383-.923" />
|
|
19
|
+
<path d="m19.53 21.696-.382-.924" />
|
|
20
|
+
<path d="M2 21a8 8 0 0 1 10.434-7.62" />
|
|
21
|
+
<path d="m20.772 16.852.924-.383" />
|
|
22
|
+
<path d="m20.772 19.148.924.383" />
|
|
23
|
+
<circle cx="10" cy="8" r="5" />
|
|
24
|
+
<circle cx="18" cy="18" r="3" />
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-round-key"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M19 11v6" />
|
|
15
|
+
<path d="M19 13h2" />
|
|
16
|
+
<path d="M2 21a8 8 0 0 1 12.868-6.349" />
|
|
17
|
+
<circle cx="10" cy="8" r="5" />
|
|
18
|
+
<circle cx="19" cy="19" r="2" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-round-minus"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 13.292-6" />
|
|
15
|
+
<circle cx="10" cy="8" r="5" />
|
|
16
|
+
<path d="M22 19h-6" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!-- @license lucide-static v1.17.0 - ISC -->
|
|
2
|
+
<svg
|
|
3
|
+
class="lucide lucide-user-round-pen"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="24"
|
|
6
|
+
height="24"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
fill="none"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
stroke-width="1.5"
|
|
11
|
+
stroke-linecap="butt"
|
|
12
|
+
stroke-linejoin="miter"
|
|
13
|
+
>
|
|
14
|
+
<path d="M2 21a8 8 0 0 1 10.821-7.487" />
|
|
15
|
+
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
|
16
|
+
<circle cx="10" cy="8" r="5" />
|
|
17
|
+
</svg>
|