@kolkrabbi/kol-loader 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/README.md +24 -0
- package/package.json +35 -0
- package/src/Icon.jsx +122 -0
- package/src/index.js +452 -0
- package/src/solid/actions/check.svg +1 -0
- package/src/solid/actions/clipboard-check.svg +1 -0
- package/src/solid/actions/cloud-upload.svg +1 -0
- package/src/solid/actions/copy.svg +1 -0
- package/src/solid/actions/cross-alt.svg +1 -0
- package/src/solid/actions/cross.svg +1 -0
- package/src/solid/actions/download.svg +1 -0
- package/src/solid/actions/edit.svg +1 -0
- package/src/solid/actions/enter.svg +1 -0
- package/src/solid/actions/exit.svg +1 -0
- package/src/solid/actions/filter-alt.svg +1 -0
- package/src/solid/actions/filter.svg +1 -0
- package/src/solid/actions/maximize.svg +1 -0
- package/src/solid/actions/minimize.svg +1 -0
- package/src/solid/actions/minus.svg +1 -0
- package/src/solid/actions/move.svg +1 -0
- package/src/solid/actions/plus.svg +1 -0
- package/src/solid/actions/redo.svg +1 -0
- package/src/solid/actions/refresh.svg +1 -0
- package/src/solid/actions/rotate-alt.svg +1 -0
- package/src/solid/actions/rotate-left.svg +1 -0
- package/src/solid/actions/rotate-right.svg +1 -0
- package/src/solid/actions/rotate.svg +1 -0
- package/src/solid/actions/save.svg +1 -0
- package/src/solid/actions/search-1.svg +1 -0
- package/src/solid/actions/search-circle.svg +1 -0
- package/src/solid/actions/search-line.svg +1 -0
- package/src/solid/actions/search.svg +1 -0
- package/src/solid/actions/settings-01.svg +1 -0
- package/src/solid/actions/settings-02.svg +1 -0
- package/src/solid/actions/share.svg +1 -0
- package/src/solid/actions/snap.svg +1 -0
- package/src/solid/actions/swap.svg +1 -0
- package/src/solid/actions/trash-1.svg +1 -0
- package/src/solid/actions/trash-alt.svg +1 -0
- package/src/solid/actions/trash.svg +1 -0
- package/src/solid/actions/undo.svg +1 -0
- package/src/solid/actions/upload-1.svg +1 -0
- package/src/solid/actions/upload-2.svg +1 -0
- package/src/solid/actions/upload-3.svg +1 -0
- package/src/solid/actions/upload.svg +1 -0
- package/src/solid/actions/zoom-in.svg +1 -0
- package/src/solid/actions/zoom-magnify.svg +1 -0
- package/src/solid/actions/zoom-out.svg +1 -0
- package/src/solid/brand/facebook.svg +1 -0
- package/src/solid/brand/instagram.svg +1 -0
- package/src/solid/brand/linkedin.svg +1 -0
- package/src/solid/brand/messenger.svg +1 -0
- package/src/solid/brand/signature-thick.svg +1 -0
- package/src/solid/brand/snapchat.svg +1 -0
- package/src/solid/brand/tiktok.svg +1 -0
- package/src/solid/brand/twitter.svg +1 -0
- package/src/solid/brand/youtube.svg +1 -0
- package/src/solid/commerce/card.svg +1 -0
- package/src/solid/commerce/cash.svg +1 -0
- package/src/solid/commerce/credit-card-1.svg +1 -0
- package/src/solid/commerce/credit-card.svg +1 -0
- package/src/solid/commerce/dollar-sign.svg +1 -0
- package/src/solid/commerce/gift.svg +1 -0
- package/src/solid/commerce/package.svg +1 -0
- package/src/solid/commerce/receipt-refund.svg +1 -0
- package/src/solid/commerce/receipt.svg +1 -0
- package/src/solid/commerce/shopping-bag.svg +1 -0
- package/src/solid/commerce/shopping-basket-1.svg +1 -0
- package/src/solid/commerce/shopping-basket-2.svg +1 -0
- package/src/solid/commerce/shopping-basket.svg +1 -0
- package/src/solid/commerce/shopping-cart.svg +1 -0
- package/src/solid/commerce/tag.svg +1 -0
- package/src/solid/communication/alarm-bell.svg +1 -0
- package/src/solid/communication/chat-alt-2.svg +3 -0
- package/src/solid/communication/chat-alt.svg +3 -0
- package/src/solid/communication/chat.svg +3 -0
- package/src/solid/communication/dialpad-alt.svg +9 -0
- package/src/solid/communication/dialpad.svg +3 -0
- package/src/solid/communication/dual-opponent.svg +1 -0
- package/src/solid/communication/in-going.svg +1 -0
- package/src/solid/communication/interactive.svg +1 -0
- package/src/solid/communication/mail-open.svg +3 -0
- package/src/solid/communication/mail.svg +1 -0
- package/src/solid/communication/message-circle.svg +1 -0
- package/src/solid/communication/message-rounded-add.svg +4 -0
- package/src/solid/communication/message-rounded-error.svg +4 -0
- package/src/solid/communication/message-square.svg +1 -0
- package/src/solid/communication/paper-plane.svg +3 -0
- package/src/solid/communication/phone.svg +1 -0
- package/src/solid/communication/send.svg +1 -0
- package/src/solid/communication/share-shape.svg +3 -0
- package/src/solid/communication/share.svg +3 -0
- package/src/solid/communication/speakerphone.svg +3 -0
- package/src/solid/communication/thumb-down.svg +3 -0
- package/src/solid/communication/thumb-up.svg +3 -0
- package/src/solid/communication/voicemail.svg +3 -0
- package/src/solid/cursor/crosshair.svg +1 -0
- package/src/solid/cursor/hand.svg +1 -0
- package/src/solid/cursor/mouse-alt.svg +1 -0
- package/src/solid/cursor/mouse.svg +1 -0
- package/src/solid/cursor/navigation-pointer-01.svg +1 -0
- package/src/solid/cursor/navigation-pointer-02.svg +1 -0
- package/src/solid/cursor/navigation.svg +1 -0
- package/src/solid/cursor/pointer-1.svg +1 -0
- package/src/solid/cursor/pointer-2.svg +1 -0
- package/src/solid/cursor/pointer-custom.svg +1 -0
- package/src/solid/cursor/pointer-mirrored.svg +1 -0
- package/src/solid/cursor/pointer-node.svg +1 -0
- package/src/solid/cursor/pointer-selector.svg +1 -0
- package/src/solid/cursor/pointer.svg +1 -0
- package/src/solid/cursor/target-lock.svg +1 -0
- package/src/solid/editing/adjust.svg +1 -0
- package/src/solid/editing/al-1.svg +4 -0
- package/src/solid/editing/al-2.svg +4 -0
- package/src/solid/editing/align-center.svg +1 -0
- package/src/solid/editing/align-left.svg +1 -0
- package/src/solid/editing/align-right.svg +1 -0
- package/src/solid/editing/anchor.svg +3 -0
- package/src/solid/editing/annotation.svg +3 -0
- package/src/solid/editing/arrow-from-bottom.svg +3 -0
- package/src/solid/editing/arrow-from-left.svg +3 -0
- package/src/solid/editing/arrow-from-right.svg +3 -0
- package/src/solid/editing/arrow-from-top.svg +3 -0
- package/src/solid/editing/bold.svg +1 -0
- package/src/solid/editing/boolean-exclude.svg +1 -0
- package/src/solid/editing/boolean-intersect.svg +1 -0
- package/src/solid/editing/boolean-merge.svg +1 -0
- package/src/solid/editing/boolean-minus-back.svg +1 -0
- package/src/solid/editing/boolean-minus-front.svg +1 -0
- package/src/solid/editing/boolean-outline.svg +1 -0
- package/src/solid/editing/boolean-trim.svg +1 -0
- package/src/solid/editing/boolean-unite.svg +1 -0
- package/src/solid/editing/broom.svg +3 -0
- package/src/solid/editing/brush-alt.svg +3 -0
- package/src/solid/editing/brush.svg +1 -0
- package/src/solid/editing/bucket.svg +3 -0
- package/src/solid/editing/bullseye.svg +5 -0
- package/src/solid/editing/calc-1.svg +3 -0
- package/src/solid/editing/calc-2.svg +3 -0
- package/src/solid/editing/check-set-3.svg +3 -0
- package/src/solid/editing/color-01.svg +3 -0
- package/src/solid/editing/color-02.svg +7 -0
- package/src/solid/editing/color-03.svg +3 -0
- package/src/solid/editing/color-fill.svg +1 -0
- package/src/solid/editing/color-swatch.svg +3 -0
- package/src/solid/editing/color-swatches.svg +3 -0
- package/src/solid/editing/color.svg +1 -0
- package/src/solid/editing/corner-diag.svg +1 -0
- package/src/solid/editing/cut.svg +4 -0
- package/src/solid/editing/edit-1.svg +3 -0
- package/src/solid/editing/edit-2.svg +3 -0
- package/src/solid/editing/edit-3.svg +3 -0
- package/src/solid/editing/edit-alt.svg +3 -0
- package/src/solid/editing/edit.svg +4 -0
- package/src/solid/editing/element-1.svg +3 -0
- package/src/solid/editing/exclude.svg +3 -0
- package/src/solid/editing/eyedrop.svg +3 -0
- package/src/solid/editing/eyedropper.svg +3 -0
- package/src/solid/editing/flip-x.svg +1 -0
- package/src/solid/editing/flip-y.svg +1 -0
- package/src/solid/editing/highlight.svg +3 -0
- package/src/solid/editing/highlightercircle.svg +3 -0
- package/src/solid/editing/intersect-1.svg +3 -0
- package/src/solid/editing/intersect.svg +3 -0
- package/src/solid/editing/italic.svg +1 -0
- package/src/solid/editing/label.svg +3 -0
- package/src/solid/editing/list-ordered.svg +1 -0
- package/src/solid/editing/list-unordered.svg +1 -0
- package/src/solid/editing/magnet.svg +3 -0
- package/src/solid/editing/magnetstraight.svg +3 -0
- package/src/solid/editing/markercircle.svg +3 -0
- package/src/solid/editing/math-3.svg +3 -0
- package/src/solid/editing/math-collection.svg +3 -0
- package/src/solid/editing/math.svg +3 -0
- package/src/solid/editing/measure.svg +3 -0
- package/src/solid/editing/minus-back.svg +3 -0
- package/src/solid/editing/minus-front.svg +3 -0
- package/src/solid/editing/minus-set-3.svg +3 -0
- package/src/solid/editing/mult-set-3.svg +3 -0
- package/src/solid/editing/paint-roll.svg +4 -0
- package/src/solid/editing/paint.svg +3 -0
- package/src/solid/editing/paintbrushbroad.svg +3 -0
- package/src/solid/editing/palette.svg +1 -0
- package/src/solid/editing/pen-copy.svg +3 -0
- package/src/solid/editing/pen.svg +1 -0
- package/src/solid/editing/pencil.svg +1 -0
- package/src/solid/editing/pencilcircle.svg +3 -0
- package/src/solid/editing/pencilline.svg +3 -0
- package/src/solid/editing/pencilsimple.svg +3 -0
- package/src/solid/editing/pennib.svg +3 -0
- package/src/solid/editing/pennibstraight.svg +3 -0
- package/src/solid/editing/perc.svg +3 -0
- package/src/solid/editing/plus-set-3.svg +3 -0
- package/src/solid/editing/pushpin.svg +3 -0
- package/src/solid/editing/registered.svg +4 -0
- package/src/solid/editing/result.svg +3 -0
- package/src/solid/editing/ruler-combined.svg +3 -0
- package/src/solid/editing/ruler-trinangle.svg +3 -0
- package/src/solid/editing/ruler.svg +3 -0
- package/src/solid/editing/scissors-1.svg +3 -0
- package/src/solid/editing/scissors.svg +10 -0
- package/src/solid/editing/size.svg +3 -0
- package/src/solid/editing/slider-shape.svg +3 -0
- package/src/solid/editing/solid-1.svg +13 -0
- package/src/solid/editing/solid.svg +11 -0
- package/src/solid/editing/spray-can.svg +3 -0
- package/src/solid/editing/text-01.svg +1 -0
- package/src/solid/editing/text-02.svg +1 -0
- package/src/solid/editing/trim.svg +3 -0
- package/src/solid/editing/type-01.svg +1 -0
- package/src/solid/editing/type-02.svg +1 -0
- package/src/solid/editing/type-03.svg +1 -0
- package/src/solid/editing/underline.svg +1 -0
- package/src/solid/files/add-file.svg +1 -0
- package/src/solid/files/archive.svg +3 -0
- package/src/solid/files/attachment.svg +1 -0
- package/src/solid/files/book-open.svg +1 -0
- package/src/solid/files/bookmark-alt.svg +3 -0
- package/src/solid/files/bookmark.svg +1 -0
- package/src/solid/files/briefcase.svg +3 -0
- package/src/solid/files/clipboard-1.svg +1 -0
- package/src/solid/files/clipboard-2.svg +1 -0
- package/src/solid/files/document-report.svg +3 -0
- package/src/solid/files/document.svg +3 -0
- package/src/solid/files/file-image.svg +1 -0
- package/src/solid/files/file-text.svg +1 -0
- package/src/solid/files/file-video.svg +1 -0
- package/src/solid/files/file.svg +1 -0
- package/src/solid/files/files-01.svg +3 -0
- package/src/solid/files/files-02.svg +3 -0
- package/src/solid/files/files-03.svg +3 -0
- package/src/solid/files/files-04.svg +3 -0
- package/src/solid/files/folder-01.svg +1 -0
- package/src/solid/files/folder-02.svg +1 -0
- package/src/solid/files/folder-add.svg +3 -0
- package/src/solid/files/folder-open.svg +1 -0
- package/src/solid/files/folder.svg +3 -0
- package/src/solid/files/img-01.svg +3 -0
- package/src/solid/files/img-02.svg +3 -0
- package/src/solid/files/img-03.svg +3 -0
- package/src/solid/files/journal.svg +1 -0
- package/src/solid/files/manual-empty.svg +1 -0
- package/src/solid/files/page.svg +1 -0
- package/src/solid/files/project-1.svg +3 -0
- package/src/solid/files/project-2.svg +3 -0
- package/src/solid/files/project.svg +3 -0
- package/src/solid/layout/align-bottom.svg +1 -0
- package/src/solid/layout/align-center.svg +1 -0
- package/src/solid/layout/align-horizontal-center.svg +1 -0
- package/src/solid/layout/align-horizontal-left.svg +1 -0
- package/src/solid/layout/align-horizontal-right.svg +1 -0
- package/src/solid/layout/align-left.svg +1 -0
- package/src/solid/layout/align-middle.svg +1 -0
- package/src/solid/layout/align-right.svg +1 -0
- package/src/solid/layout/align-top.svg +1 -0
- package/src/solid/layout/align-vertical-bottom.svg +1 -0
- package/src/solid/layout/align-vertical-center.svg +1 -0
- package/src/solid/layout/align-vertical-top.svg +1 -0
- package/src/solid/layout/alignbottom.svg +4 -0
- package/src/solid/layout/aligncenterhorizontal.svg +4 -0
- package/src/solid/layout/aligncentervertical.svg +4 -0
- package/src/solid/layout/alignleft-1.svg +4 -0
- package/src/solid/layout/alignleft.svg +4 -0
- package/src/solid/layout/alignright-1.svg +4 -0
- package/src/solid/layout/alignright.svg +4 -0
- package/src/solid/layout/aligntop.svg +4 -0
- package/src/solid/layout/auto-layout.svg +1 -0
- package/src/solid/layout/border-all.svg +1 -0
- package/src/solid/layout/border-bottom.svg +1 -0
- package/src/solid/layout/border-inner.svg +1 -0
- package/src/solid/layout/border-left.svg +1 -0
- package/src/solid/layout/border-none.svg +1 -0
- package/src/solid/layout/border-outer.svg +1 -0
- package/src/solid/layout/border-radius.svg +1 -0
- package/src/solid/layout/border-right.svg +1 -0
- package/src/solid/layout/border-top.svg +1 -0
- package/src/solid/layout/carousel.svg +3 -0
- package/src/solid/layout/category-alt.svg +3 -0
- package/src/solid/layout/category.svg +3 -0
- package/src/solid/layout/collapse-alt.svg +1 -0
- package/src/solid/layout/collapse-horizontal.svg +1 -0
- package/src/solid/layout/collapse-vertical.svg +1 -0
- package/src/solid/layout/collapse.svg +1 -0
- package/src/solid/layout/collection.svg +3 -0
- package/src/solid/layout/columns.svg +1 -0
- package/src/solid/layout/component.svg +1 -0
- package/src/solid/layout/dock-bottom.svg +3 -0
- package/src/solid/layout/dock-left.svg +3 -0
- package/src/solid/layout/dock-right.svg +3 -0
- package/src/solid/layout/dock-top.svg +3 -0
- package/src/solid/layout/expand-alt.svg +1 -0
- package/src/solid/layout/expand-horizontal.svg +1 -0
- package/src/solid/layout/expand-vertical.svg +1 -0
- package/src/solid/layout/expand.svg +1 -0
- package/src/solid/layout/fatrows.svg +3 -0
- package/src/solid/layout/grid-01.svg +1 -0
- package/src/solid/layout/grid-02.svg +1 -0
- package/src/solid/layout/grid-03.svg +1 -0
- package/src/solid/layout/grid-04.svg +1 -0
- package/src/solid/layout/grid-05.svg +1 -0
- package/src/solid/layout/grid-06.svg +1 -0
- package/src/solid/layout/grid-alt.svg +3 -0
- package/src/solid/layout/grid-horizontal.svg +3 -0
- package/src/solid/layout/grid-small.svg +3 -0
- package/src/solid/layout/grid-vertical.svg +3 -0
- package/src/solid/layout/grid.svg +1 -0
- package/src/solid/layout/horizontal-center.svg +3 -0
- package/src/solid/layout/horizontal-left.svg +3 -0
- package/src/solid/layout/horizontal-right.svg +3 -0
- package/src/solid/layout/layers.svg +1 -0
- package/src/solid/layout/layout-01.svg +1 -0
- package/src/solid/layout/layout-02.svg +1 -0
- package/src/solid/layout/layout-03.svg +1 -0
- package/src/solid/layout/layout.svg +1 -0
- package/src/solid/layout/list-01.svg +1 -0
- package/src/solid/layout/list-02.svg +1 -0
- package/src/solid/layout/menu-1.svg +3 -0
- package/src/solid/layout/menu-2.svg +3 -0
- package/src/solid/layout/menu-3.svg +3 -0
- package/src/solid/layout/more-horizontal.svg +1 -0
- package/src/solid/layout/more-vertical.svg +1 -0
- package/src/solid/layout/move-collection.svg +3 -0
- package/src/solid/layout/move-horizontal.svg +1 -0
- package/src/solid/layout/move-vertical.svg +1 -0
- package/src/solid/layout/move.svg +1 -0
- package/src/solid/layout/objects-horizontal-center.svg +3 -0
- package/src/solid/layout/objects-horizontal-left.svg +3 -0
- package/src/solid/layout/objects-horizontal-right.svg +3 -0
- package/src/solid/layout/objects-vertical-bottom.svg +3 -0
- package/src/solid/layout/objects-vertical-center.svg +3 -0
- package/src/solid/layout/objects-vertical-top.svg +3 -0
- package/src/solid/layout/panel-left.svg +1 -0
- package/src/solid/layout/panel-right.svg +1 -0
- package/src/solid/layout/reflect-horizontal.svg +1 -0
- package/src/solid/layout/reflect-vertical.svg +1 -0
- package/src/solid/layout/row-alt.svg +1 -0
- package/src/solid/layout/row.svg +1 -0
- package/src/solid/layout/rows.svg +3 -0
- package/src/solid/layout/sidebar.svg +1 -0
- package/src/solid/layout/squaresfour.svg +3 -0
- package/src/solid/layout/stacksimple.svg +3 -0
- package/src/solid/layout/trello.svg +3 -0
- package/src/solid/layout/user-interface.svg +3 -0
- package/src/solid/layout/view-grid.svg +3 -0
- package/src/solid/media/camera-1.svg +1 -0
- package/src/solid/media/camera-2.svg +1 -0
- package/src/solid/media/camera-home.svg +1 -0
- package/src/solid/media/camera-off.svg +1 -0
- package/src/solid/media/camera.svg +1 -0
- package/src/solid/media/control-pause.svg +1 -0
- package/src/solid/media/control-play.svg +1 -0
- package/src/solid/media/control-stop.svg +1 -0
- package/src/solid/media/fast-forward.svg +1 -0
- package/src/solid/media/image.svg +1 -0
- package/src/solid/media/mic-off.svg +1 -0
- package/src/solid/media/mic.svg +1 -0
- package/src/solid/media/pause-narrow.svg +1 -0
- package/src/solid/media/pause.svg +1 -0
- package/src/solid/media/photo-02.svg +1 -0
- package/src/solid/media/play.svg +1 -0
- package/src/solid/media/repeat-1.svg +1 -0
- package/src/solid/media/repeat.svg +1 -0
- package/src/solid/media/rewind.svg +1 -0
- package/src/solid/media/shuffle.svg +1 -0
- package/src/solid/media/skip-back.svg +1 -0
- package/src/solid/media/skip-forward.svg +1 -0
- package/src/solid/media/stop.svg +1 -0
- package/src/solid/media/video-off.svg +1 -0
- package/src/solid/media/video.svg +1 -0
- package/src/solid/media/volume-1.svg +1 -0
- package/src/solid/media/volume-2.svg +1 -0
- package/src/solid/media/volume-x.svg +1 -0
- package/src/solid/media/volume.svg +1 -0
- package/src/solid/misc/align-auto.svg +1 -0
- package/src/solid/misc/baseball.svg +4 -0
- package/src/solid/misc/basketball.svg +3 -0
- package/src/solid/misc/bath.svg +3 -0
- package/src/solid/misc/beaker.svg +3 -0
- package/src/solid/misc/bed.svg +3 -0
- package/src/solid/misc/been-here.svg +4 -0
- package/src/solid/misc/bolt.svg +1 -0
- package/src/solid/misc/bomb.svg +4 -0
- package/src/solid/misc/bowl-hot.svg +3 -0
- package/src/solid/misc/bowling-ball.svg +6 -0
- package/src/solid/misc/bucket.svg +1 -0
- package/src/solid/misc/bulb.svg +3 -0
- package/src/solid/misc/bus-school.svg +5 -0
- package/src/solid/misc/bus.svg +5 -0
- package/src/solid/misc/cabinet.svg +4 -0
- package/src/solid/misc/cable-car.svg +3 -0
- package/src/solid/misc/cake.svg +3 -0
- package/src/solid/misc/candles.svg +3 -0
- package/src/solid/misc/car.svg +5 -0
- package/src/solid/misc/chair.svg +3 -0
- package/src/solid/misc/chalkboard.svg +4 -0
- package/src/solid/misc/closet.svg +3 -0
- package/src/solid/misc/coffee.svg +3 -0
- package/src/solid/misc/cookie.svg +8 -0
- package/src/solid/misc/cricket-ball.svg +3 -0
- package/src/solid/misc/cycling.svg +5 -0
- package/src/solid/misc/dice-1.svg +4 -0
- package/src/solid/misc/dice-2.svg +5 -0
- package/src/solid/misc/dice-3.svg +6 -0
- package/src/solid/misc/dice-4.svg +7 -0
- package/src/solid/misc/dice-5.svg +8 -0
- package/src/solid/misc/dice-6.svg +9 -0
- package/src/solid/misc/dish.svg +3 -0
- package/src/solid/misc/door-open.svg +4 -0
- package/src/solid/misc/dumbbell.svg +3 -0
- package/src/solid/misc/fire.svg +3 -0
- package/src/solid/misc/football.svg +4 -0
- package/src/solid/misc/fork.svg +3 -0
- package/src/solid/misc/foundation.svg +1 -0
- package/src/solid/misc/fridge.svg +3 -0
- package/src/solid/misc/ftx-token-ftt.svg +3 -0
- package/src/solid/misc/game.svg +4 -0
- package/src/solid/misc/gas-pump.svg +3 -0
- package/src/solid/misc/ghost.svg +5 -0
- package/src/solid/misc/glasses-alt.svg +3 -0
- package/src/solid/misc/glasses.svg +3 -0
- package/src/solid/misc/health.svg +3 -0
- package/src/solid/misc/heart.svg +3 -0
- package/src/solid/misc/home-1.svg +1 -0
- package/src/solid/misc/home-2.svg +1 -0
- package/src/solid/misc/hotel.svg +4 -0
- package/src/solid/misc/instance.svg +1 -0
- package/src/solid/misc/joystick-alt.svg +6 -0
- package/src/solid/misc/joystick-button.svg +5 -0
- package/src/solid/misc/joystick.svg +8 -0
- package/src/solid/misc/knife.svg +3 -0
- package/src/solid/misc/landscape.svg +3 -0
- package/src/solid/misc/location.svg +1 -0
- package/src/solid/misc/mask.svg +5 -0
- package/src/solid/misc/meteor.svg +4 -0
- package/src/solid/misc/pills.svg +1 -0
- package/src/solid/misc/placeholder-1.svg +3 -0
- package/src/solid/misc/placeholder.svg +3 -0
- package/src/solid/misc/planet.svg +3 -0
- package/src/solid/misc/plus-medical.svg +3 -0
- package/src/solid/misc/puzzle.svg +3 -0
- package/src/solid/misc/rabbit.svg +1 -0
- package/src/solid/misc/restaurant.svg +3 -0
- package/src/solid/misc/rocket.svg +5 -0
- package/src/solid/misc/run.svg +4 -0
- package/src/solid/misc/shower.svg +3 -0
- package/src/solid/misc/star-1.svg +3 -0
- package/src/solid/misc/star.svg +3 -0
- package/src/solid/misc/stitches.svg +3 -0
- package/src/solid/misc/sushi.svg +4 -0
- package/src/solid/misc/swim.svg +4 -0
- package/src/solid/misc/taxi.svg +5 -0
- package/src/solid/misc/tennis-ball.svg +3 -0
- package/src/solid/misc/ticket.svg +3 -0
- package/src/solid/misc/traffic-cone.svg +3 -0
- package/src/solid/misc/train.svg +5 -0
- package/src/solid/misc/trip.svg +4 -0
- package/src/solid/misc/trophy.svg +3 -0
- package/src/solid/misc/walk.svg +4 -0
- package/src/solid/misc/world.svg +3 -0
- package/src/solid/misc/yarn.svg +3 -0
- package/src/solid/navigation/arrow-cross.svg +1 -0
- package/src/solid/navigation/arrow-down-left.svg +3 -0
- package/src/solid/navigation/arrow-down-right.svg +3 -0
- package/src/solid/navigation/arrow-down.svg +1 -0
- package/src/solid/navigation/arrow-downright.svg +1 -0
- package/src/solid/navigation/arrow-expand.svg +1 -0
- package/src/solid/navigation/arrow-left.svg +1 -0
- package/src/solid/navigation/arrow-right.svg +1 -0
- package/src/solid/navigation/arrow-up-left.svg +3 -0
- package/src/solid/navigation/arrow-up-right.svg +3 -0
- package/src/solid/navigation/arrow-up.svg +1 -0
- package/src/solid/navigation/caret-down.svg +1 -0
- package/src/solid/navigation/caret-left.svg +1 -0
- package/src/solid/navigation/caret-right.svg +1 -0
- package/src/solid/navigation/caret-up.svg +1 -0
- package/src/solid/navigation/chevron-down-square.svg +4 -0
- package/src/solid/navigation/chevron-down.svg +1 -0
- package/src/solid/navigation/chevron-left-square.svg +4 -0
- package/src/solid/navigation/chevron-right-square.svg +4 -0
- package/src/solid/navigation/chevron-right.svg +1 -0
- package/src/solid/navigation/chevron-up-square.svg +4 -0
- package/src/solid/navigation/chevron-up.svg +1 -0
- package/src/solid/navigation/chevrons-down.svg +4 -0
- package/src/solid/navigation/chevrons-left.svg +4 -0
- package/src/solid/navigation/chevrons-right.svg +4 -0
- package/src/solid/navigation/chevrons-up.svg +4 -0
- package/src/solid/navigation/compass.svg +4 -0
- package/src/solid/navigation/control-arrow-back.svg +1 -0
- package/src/solid/navigation/control-arrow-end.svg +1 -0
- package/src/solid/navigation/control-arrow-forward.svg +1 -0
- package/src/solid/navigation/control-arrow-start.svg +1 -0
- package/src/solid/navigation/current-location.svg +4 -0
- package/src/solid/navigation/directions.svg +3 -0
- package/src/solid/navigation/dropdown-caret.svg +1 -0
- package/src/solid/navigation/external-link.svg +1 -0
- package/src/solid/navigation/globe-alt.svg +4 -0
- package/src/solid/navigation/globe.svg +3 -0
- package/src/solid/navigation/hamburger.svg +3 -0
- package/src/solid/navigation/home.svg +3 -0
- package/src/solid/navigation/location-marker.svg +3 -0
- package/src/solid/navigation/location-plus.svg +4 -0
- package/src/solid/navigation/map-alt.svg +3 -0
- package/src/solid/navigation/map-pin.svg +4 -0
- package/src/solid/navigation/map.svg +4 -0
- package/src/solid/navigation/menu.svg +1 -0
- package/src/solid/navigation/more.svg +3 -0
- package/src/solid/navigation/street-view.svg +5 -0
- package/src/solid/navigation/subdirectory-left.svg +3 -0
- package/src/solid/navigation/subdirectory-right.svg +3 -0
- package/src/solid/navigation/x.svg +1 -0
- package/src/solid/rack/ascii-back.svg +1 -0
- package/src/solid/rack/ascii-block.svg +1 -0
- package/src/solid/rack/ascii-dash.svg +1 -0
- package/src/solid/rack/ascii-dot.svg +1 -0
- package/src/solid/rack/ascii-equal.svg +1 -0
- package/src/solid/rack/ascii-hash.svg +1 -0
- package/src/solid/rack/ascii-pipe.svg +1 -0
- package/src/solid/rack/ascii-plus.svg +1 -0
- package/src/solid/rack/ascii-slash.svg +1 -0
- package/src/solid/rack/ascii-x.svg +1 -0
- package/src/solid/rack/cable-lock.svg +1 -0
- package/src/solid/rack/cable-off.svg +1 -0
- package/src/solid/rack/cable-on.svg +1 -0
- package/src/solid/rack/cable-trans.svg +1 -0
- package/src/solid/rack/cable-unlock.svg +1 -0
- package/src/solid/rack/cap-butt.svg +1 -0
- package/src/solid/rack/cap-round.svg +1 -0
- package/src/solid/rack/cap-square.svg +1 -0
- package/src/solid/rack/chevron-down.svg +1 -0
- package/src/solid/rack/chevron-left.svg +1 -0
- package/src/solid/rack/chevron-right.svg +1 -0
- package/src/solid/rack/chevron-up.svg +1 -0
- package/src/solid/rack/clr-anl.svg +1 -0
- package/src/solid/rack/clr-comp.svg +1 -0
- package/src/solid/rack/clr-mono.svg +1 -0
- package/src/solid/rack/clr-tri.svg +1 -0
- package/src/solid/rack/curve-exp.svg +1 -0
- package/src/solid/rack/curve-log.svg +1 -0
- package/src/solid/rack/dith-cross.svg +1 -0
- package/src/solid/rack/dith-crt.svg +1 -0
- package/src/solid/rack/dith-diamond.svg +1 -0
- package/src/solid/rack/dith-flow.svg +1 -0
- package/src/solid/rack/dith-flower.svg +1 -0
- package/src/solid/rack/dith-gear.svg +1 -0
- package/src/solid/rack/dith-glitch.svg +1 -0
- package/src/solid/rack/dith-grid.svg +1 -0
- package/src/solid/rack/dith-hex.svg +1 -0
- package/src/solid/rack/dith-htone.svg +1 -0
- package/src/solid/rack/dith-melt.svg +1 -0
- package/src/solid/rack/dith-radial.svg +1 -0
- package/src/solid/rack/dith-xhatch.svg +1 -0
- package/src/solid/rack/filter-bp.svg +1 -0
- package/src/solid/rack/filter-hp.svg +1 -0
- package/src/solid/rack/filter-lp.svg +1 -0
- package/src/solid/rack/filter-notch.svg +1 -0
- package/src/solid/rack/gen-color.svg +1 -0
- package/src/solid/rack/gen-gradient.svg +1 -0
- package/src/solid/rack/gen-pattern.svg +1 -0
- package/src/solid/rack/gen-wave.svg +1 -0
- package/src/solid/rack/grad-con.svg +1 -0
- package/src/solid/rack/grad-lin.svg +1 -0
- package/src/solid/rack/grad-rad.svg +1 -0
- package/src/solid/rack/line-circle.svg +1 -0
- package/src/solid/rack/line-grid.svg +1 -0
- package/src/solid/rack/line-line.svg +1 -0
- package/src/solid/rack/line-lissa.svg +1 -0
- package/src/solid/rack/line-spiral.svg +1 -0
- package/src/solid/rack/logic-and.svg +1 -0
- package/src/solid/rack/logic-nand.svg +1 -0
- package/src/solid/rack/logic-nor.svg +1 -0
- package/src/solid/rack/logic-not.svg +1 -0
- package/src/solid/rack/logic-or.svg +1 -0
- package/src/solid/rack/logic-xor.svg +1 -0
- package/src/solid/rack/nav-create.svg +1 -0
- package/src/solid/rack/nav-home.svg +1 -0
- package/src/solid/rack/nav-library.svg +1 -0
- package/src/solid/rack/nav-rack.svg +1 -0
- package/src/solid/rack/nav-settings.svg +1 -0
- package/src/solid/rack/ptrn-checker.svg +1 -0
- package/src/solid/rack/ptrn-dot.svg +1 -0
- package/src/solid/rack/ptrn-stripe.svg +1 -0
- package/src/solid/rack/radial-circle.svg +1 -0
- package/src/solid/rack/radial-default.svg +1 -0
- package/src/solid/rack/radial-hex.svg +1 -0
- package/src/solid/rack/radial-random.svg +1 -0
- package/src/solid/rack/radial-rect.svg +1 -0
- package/src/solid/rack/radial-star.svg +1 -0
- package/src/solid/rack/radial-triangle.svg +1 -0
- package/src/solid/rack/ramp-down.svg +1 -0
- package/src/solid/rack/ramp-tri.svg +1 -0
- package/src/solid/rack/ramp-up.svg +1 -0
- package/src/solid/rack/seq-a.svg +1 -0
- package/src/solid/rack/seq-b.svg +1 -0
- package/src/solid/rack/seq-c.svg +1 -0
- package/src/solid/rack/seq-d.svg +1 -0
- package/src/solid/rack/shape-cube.svg +1 -0
- package/src/solid/rack/shape-cyl.svg +1 -0
- package/src/solid/rack/shape-ico.svg +1 -0
- package/src/solid/rack/shape-octa.svg +1 -0
- package/src/solid/rack/shape-sphere.svg +1 -0
- package/src/solid/rack/shape-tetra.svg +1 -0
- package/src/solid/rack/shape-torus.svg +1 -0
- package/src/solid/rack/shaper-clip.svg +1 -0
- package/src/solid/rack/shaper-exp.svg +1 -0
- package/src/solid/rack/shaper-fold.svg +1 -0
- package/src/solid/rack/shaper-log.svg +1 -0
- package/src/solid/rack/shaper-scurve.svg +1 -0
- package/src/solid/rack/shaper-sine.svg +1 -0
- package/src/solid/rack/shaper-step.svg +1 -0
- package/src/solid/rack/shaper-wrap.svg +1 -0
- package/src/solid/rack/tr-carets.svg +1 -0
- package/src/solid/rack/tr-fwd.svg +1 -0
- package/src/solid/rack/tr-inf.svg +1 -0
- package/src/solid/rack/tr-left.svg +1 -0
- package/src/solid/rack/tr-pause.svg +1 -0
- package/src/solid/rack/tr-rew.svg +1 -0
- package/src/solid/rack/tr-right.svg +1 -0
- package/src/solid/rack/tr-skip.svg +1 -0
- package/src/solid/rack/wave-rnd.svg +1 -0
- package/src/solid/rack/wave-saw.svg +1 -0
- package/src/solid/rack/wave-sin.svg +1 -0
- package/src/solid/rack/wave-sqr.svg +1 -0
- package/src/solid/rack/wave-tri.svg +1 -0
- package/src/solid/shapes/3square.svg +3 -0
- package/src/solid/shapes/ball.svg +4 -0
- package/src/solid/shapes/box.svg +4 -0
- package/src/solid/shapes/circle-1.svg +6 -0
- package/src/solid/shapes/circle-dashed.svg +10 -0
- package/src/solid/shapes/circle.svg +1 -0
- package/src/solid/shapes/cone-alt.svg +1 -0
- package/src/solid/shapes/cone.svg +1 -0
- package/src/solid/shapes/design-shapes-1.svg +3 -0
- package/src/solid/shapes/diamond-alt.svg +1 -0
- package/src/solid/shapes/diamond.svg +1 -0
- package/src/solid/shapes/dimond.svg +5 -0
- package/src/solid/shapes/polygon.svg +1 -0
- package/src/solid/shapes/rectangle.svg +1 -0
- package/src/solid/shapes/shape-1.svg +3 -0
- package/src/solid/shapes/shape-16.svg +3 -0
- package/src/solid/shapes/shape-17.svg +10 -0
- package/src/solid/shapes/shape-18.svg +3 -0
- package/src/solid/shapes/shape-19.svg +3 -0
- package/src/solid/shapes/shape-2.svg +3 -0
- package/src/solid/shapes/shape-3.svg +3 -0
- package/src/solid/shapes/shape-4.svg +3 -0
- package/src/solid/shapes/shape-circle.svg +1 -0
- package/src/solid/shapes/shape-polygon.svg +3 -0
- package/src/solid/shapes/shape-square.svg +1 -0
- package/src/solid/shapes/shape-triangle.svg +1 -0
- package/src/solid/shapes/shape.svg +3 -0
- package/src/solid/shapes/shapes-01.svg +3 -0
- package/src/solid/shapes/shapes-02.svg +3 -0
- package/src/solid/shapes/shapes-03.svg +3 -0
- package/src/solid/shapes/shapes-04.svg +3 -0
- package/src/solid/shapes/shapes-05.svg +3 -0
- package/src/solid/shapes/shapes-06.svg +3 -0
- package/src/solid/shapes/shapes-07.svg +3 -0
- package/src/solid/shapes/shapes-08.svg +3 -0
- package/src/solid/shapes/shapes-09.svg +3 -0
- package/src/solid/shapes/shapes-10.svg +3 -0
- package/src/solid/shapes/shapes-11.svg +3 -0
- package/src/solid/shapes/shapes-12.svg +3 -0
- package/src/solid/shapes/shapes-13.svg +3 -0
- package/src/solid/shapes/shapes-14.svg +3 -0
- package/src/solid/shapes/shapes-15.svg +13 -0
- package/src/solid/shapes/shapes-16.svg +3 -0
- package/src/solid/shapes/shapes-17.svg +3 -0
- package/src/solid/shapes/shapes-18.svg +3 -0
- package/src/solid/shapes/shapes-19.svg +3 -0
- package/src/solid/shapes/shapes-20.svg +3 -0
- package/src/solid/shapes/shapes-21.svg +4 -0
- package/src/solid/shapes/shapes-22.svg +3 -0
- package/src/solid/shapes/shapes-24.svg +4 -0
- package/src/solid/shapes/shapes-25.svg +4 -0
- package/src/solid/shapes/shapes-26.svg +3 -0
- package/src/solid/shapes/shapes-27.svg +3 -0
- package/src/solid/shapes/shapes-stroke-03.svg +3 -0
- package/src/solid/shapes/star.svg +1 -0
- package/src/solid/shapes/triangle-alt.svg +1 -0
- package/src/solid/shapes/triangle.svg +1 -0
- package/src/solid/shapes/wave.svg +1 -0
- package/src/solid/shapes/wheel.svg +1 -0
- package/src/solid/stats/chart-square-bar.svg +1 -0
- package/src/solid/stats/cycle.svg +1 -0
- package/src/solid/stats/presentation-chart-bar.svg +1 -0
- package/src/solid/stats/presentation-chart-line.svg +1 -0
- package/src/solid/stats/stat-abacus.svg +1 -0
- package/src/solid/stats/stat-chart-a.svg +1 -0
- package/src/solid/stats/stat-chart-b.svg +1 -0
- package/src/solid/stats/stat-chart-c.svg +1 -0
- package/src/solid/stats/stat-crown.svg +1 -0
- package/src/solid/stats/stat-cycle.svg +1 -0
- package/src/solid/stats/stat-donut.svg +1 -0
- package/src/solid/stats/stat-medalion.svg +1 -0
- package/src/solid/stats/stat-pie-c.svg +1 -0
- package/src/solid/stats/stat-pie.svg +1 -0
- package/src/solid/stats/stat-rocket.svg +1 -0
- package/src/solid/stats/stat-stat.svg +1 -0
- package/src/solid/stats/stat-winner.svg +1 -0
- package/src/solid/stats/trending-down.svg +1 -0
- package/src/solid/stats/trending-up.svg +1 -0
- package/src/solid/status/alert-circle.svg +1 -0
- package/src/solid/status/alert-triangle.svg +1 -0
- package/src/solid/status/check-circle.svg +1 -0
- package/src/solid/status/eye-off.svg +1 -0
- package/src/solid/status/eye-on.svg +1 -0
- package/src/solid/status/help-circle.svg +1 -0
- package/src/solid/status/info.svg +1 -0
- package/src/solid/status/lightning-bolt.svg +1 -0
- package/src/solid/status/loader-circle.svg +1 -0
- package/src/solid/status/loader.svg +1 -0
- package/src/solid/status/status.svg +1 -0
- package/src/solid/status/x-circle.svg +1 -0
- package/src/solid/system/atomic-atom.svg +1 -0
- package/src/solid/system/atomic-lifeform.svg +1 -0
- package/src/solid/system/atomic-molecule.svg +1 -0
- package/src/solid/system/atomic-organism.svg +1 -0
- package/src/solid/system/battery.svg +1 -0
- package/src/solid/system/bolt-alt.svg +1 -0
- package/src/solid/system/brackets.svg +3 -0
- package/src/solid/system/bug-1.svg +4 -0
- package/src/solid/system/bug-2.svg +4 -0
- package/src/solid/system/bug-alt.svg +4 -0
- package/src/solid/system/bug.svg +3 -0
- package/src/solid/system/calendar-1.svg +3 -0
- package/src/solid/system/chip.svg +3 -0
- package/src/solid/system/cloud.svg +3 -0
- package/src/solid/system/code-alt-collection.svg +3 -0
- package/src/solid/system/code-collection.svg +3 -0
- package/src/solid/system/code-curly-collection.svg +3 -0
- package/src/solid/system/code.svg +1 -0
- package/src/solid/system/cog.svg +3 -0
- package/src/solid/system/component.svg +6 -0
- package/src/solid/system/curly.svg +3 -0
- package/src/solid/system/customize.svg +3 -0
- package/src/solid/system/database.svg +1 -0
- package/src/solid/system/desktop.svg +3 -0
- package/src/solid/system/extension.svg +3 -0
- package/src/solid/system/frequency.svg +1 -0
- package/src/solid/system/git-compare.svg +3 -0
- package/src/solid/system/git-merge.svg +3 -0
- package/src/solid/system/git-pull-request.svg +3 -0
- package/src/solid/system/git-repo-forked.svg +3 -0
- package/src/solid/system/hash-italic-bold.svg +3 -0
- package/src/solid/system/hdd.svg +4 -0
- package/src/solid/system/information-1.svg +3 -0
- package/src/solid/system/information-2.svg +3 -0
- package/src/solid/system/information-3.svg +3 -0
- package/src/solid/system/information.svg +3 -0
- package/src/solid/system/interactive.svg +1 -0
- package/src/solid/system/laptop.svg +3 -0
- package/src/solid/system/library.svg +1 -0
- package/src/solid/system/light-bulb-1.svg +4 -0
- package/src/solid/system/light-bulb.svg +3 -0
- package/src/solid/system/linked.svg +3 -0
- package/src/solid/system/main-component.svg +3 -0
- package/src/solid/system/pills-alt.svg +1 -0
- package/src/solid/system/plug.svg +3 -0
- package/src/solid/system/power.svg +1 -0
- package/src/solid/system/qrcode.svg +3 -0
- package/src/solid/system/roadmap.svg +1 -0
- package/src/solid/system/server.svg +1 -0
- package/src/solid/system/settings-1.svg +3 -0
- package/src/solid/system/settings.svg +3 -0
- package/src/solid/system/shield-check.svg +3 -0
- package/src/solid/system/slider-alt.svg +4 -0
- package/src/solid/system/slider.svg +3 -0
- package/src/solid/system/tachometer.svg +4 -0
- package/src/solid/system/terminal.svg +1 -0
- package/src/solid/system/toggle-left.svg +4 -0
- package/src/solid/system/toggle-right.svg +4 -0
- package/src/solid/system/tui-crop.svg +1 -0
- package/src/solid/system/tui-draw.svg +1 -0
- package/src/solid/system/tui-filter.svg +1 -0
- package/src/solid/system/tui-flip-x.svg +1 -0
- package/src/solid/system/tui-flip-y.svg +1 -0
- package/src/solid/system/tui-image.svg +1 -0
- package/src/solid/system/tui-rotate-left.svg +1 -0
- package/src/solid/system/tui-rotate-right.svg +1 -0
- package/src/solid/system/tui-select.svg +1 -0
- package/src/solid/system/tui-shape.svg +1 -0
- package/src/solid/system/tui-text.svg +1 -0
- package/src/solid/system/tui-zoom.svg +1 -0
- package/src/solid/system/visible.svg +3 -0
- package/src/solid/system/wifi-off.svg +1 -0
- package/src/solid/system/wifi.svg +1 -0
- package/src/solid/system/wrench.svg +3 -0
- package/src/solid/theme/contrast.svg +1 -0
- package/src/solid/theme/monitor.svg +1 -0
- package/src/solid/theme/moon.svg +1 -0
- package/src/solid/theme/sun.svg +1 -0
- package/src/solid/theme/theme-toggle.svg +1 -0
- package/src/solid/time/calendar-check.svg +1 -0
- package/src/solid/time/calendar-days.svg +1 -0
- package/src/solid/time/calendar.svg +1 -0
- package/src/solid/time/clock-alert.svg +1 -0
- package/src/solid/time/clock-rotate-left.svg +1 -0
- package/src/solid/time/clock.svg +1 -0
- package/src/solid/time/history.svg +1 -0
- package/src/solid/time/stopwatch.svg +1 -0
- package/src/solid/time/timer.svg +1 -0
- package/src/solid/tools/bucket-alt.svg +1 -0
- package/src/solid/tools/color-palette.svg +1 -0
- package/src/solid/tools/color-wheel.svg +1 -0
- package/src/solid/tools/crop.svg +1 -0
- package/src/solid/tools/filter-palette.svg +1 -0
- package/src/solid/tools/mark-tool.svg +1 -0
- package/src/solid/tools/paint-drop.svg +1 -0
- package/src/solid/tools/pencil.svg +1 -0
- package/src/solid/tools/wheel.svg +1 -0
- package/src/solid/typography/a-framed.svg +3 -0
- package/src/solid/typography/a.svg +3 -0
- package/src/solid/typography/aa.svg +3 -0
- package/src/solid/typography/font-01.svg +1 -0
- package/src/solid/typography/font-02.svg +1 -0
- package/src/solid/typography/font-03.svg +1 -0
- package/src/solid/typography/info.svg +3 -0
- package/src/solid/typography/italic-a.svg +3 -0
- package/src/solid/typography/italic-b.svg +3 -0
- package/src/solid/typography/italic.svg +3 -0
- package/src/solid/typography/roman-a.svg +3 -0
- package/src/solid/typography/roman-b.svg +3 -0
- package/src/solid/typography/type.svg +1 -0
- package/src/solid/typography/typography-1.svg +3 -0
- package/src/solid/typography/typography-2.svg +3 -0
- package/src/solid/typography/typography-3.svg +3 -0
- package/src/solid/user/award.svg +3 -0
- package/src/solid/user/certification.svg +3 -0
- package/src/solid/user/crown.svg +3 -0
- package/src/solid/user/fingerprint.svg +5 -0
- package/src/solid/user/flag.svg +1 -0
- package/src/solid/user/heart-1.svg +1 -0
- package/src/solid/user/heart-2.svg +1 -0
- package/src/solid/user/identification.svg +3 -0
- package/src/solid/user/key.svg +1 -0
- package/src/solid/user/lock.svg +1 -0
- package/src/solid/user/log-in.svg +1 -0
- package/src/solid/user/log-out.svg +1 -0
- package/src/solid/user/medal.svg +4 -0
- package/src/solid/user/shield.svg +1 -0
- package/src/solid/user/social-facebook.svg +1 -0
- package/src/solid/user/social-linkedin.svg +1 -0
- package/src/solid/user/social-twitter.svg +1 -0
- package/src/solid/user/star.svg +1 -0
- package/src/solid/user/unlock.svg +1 -0
- package/src/solid/user/user-1.svg +3 -0
- package/src/solid/user/user-2.svg +3 -0
- package/src/solid/user/user-circle.svg +3 -0
- package/src/solid/user/user-group.svg +3 -0
- package/src/solid/user/user-plus.svg +1 -0
- package/src/solid/user/user.svg +1 -0
- package/src/solid/user/users.svg +1 -0
- package/src/stroke/actions/check.svg +1 -0
- package/src/stroke/actions/clipboard-check.svg +1 -0
- package/src/stroke/actions/cloud-upload.svg +1 -0
- package/src/stroke/actions/copy.svg +1 -0
- package/src/stroke/actions/cross-alt.svg +1 -0
- package/src/stroke/actions/cross.svg +1 -0
- package/src/stroke/actions/download.svg +1 -0
- package/src/stroke/actions/edit.svg +1 -0
- package/src/stroke/actions/enter.svg +1 -0
- package/src/stroke/actions/exit.svg +1 -0
- package/src/stroke/actions/filter-alt.svg +1 -0
- package/src/stroke/actions/filter.svg +1 -0
- package/src/stroke/actions/maximize.svg +1 -0
- package/src/stroke/actions/minimize.svg +1 -0
- package/src/stroke/actions/minus.svg +1 -0
- package/src/stroke/actions/move.svg +1 -0
- package/src/stroke/actions/plus.svg +1 -0
- package/src/stroke/actions/redo.svg +1 -0
- package/src/stroke/actions/refresh.svg +1 -0
- package/src/stroke/actions/rotate-alt.svg +1 -0
- package/src/stroke/actions/rotate-left.svg +1 -0
- package/src/stroke/actions/rotate-right.svg +1 -0
- package/src/stroke/actions/rotate.svg +1 -0
- package/src/stroke/actions/save.svg +1 -0
- package/src/stroke/actions/search-1.svg +1 -0
- package/src/stroke/actions/search-circle.svg +1 -0
- package/src/stroke/actions/search-line.svg +1 -0
- package/src/stroke/actions/search.svg +1 -0
- package/src/stroke/actions/settings-01.svg +1 -0
- package/src/stroke/actions/settings-02.svg +1 -0
- package/src/stroke/actions/share.svg +1 -0
- package/src/stroke/actions/snap.svg +1 -0
- package/src/stroke/actions/swap.svg +1 -0
- package/src/stroke/actions/trash-1.svg +1 -0
- package/src/stroke/actions/trash-alt.svg +1 -0
- package/src/stroke/actions/trash.svg +1 -0
- package/src/stroke/actions/undo.svg +1 -0
- package/src/stroke/actions/upload-1.svg +1 -0
- package/src/stroke/actions/upload-2.svg +1 -0
- package/src/stroke/actions/upload-3.svg +1 -0
- package/src/stroke/actions/upload.svg +1 -0
- package/src/stroke/actions/zoom-in.svg +1 -0
- package/src/stroke/actions/zoom-magnify.svg +1 -0
- package/src/stroke/actions/zoom-out.svg +1 -0
- package/src/stroke/brand/facebook.svg +1 -0
- package/src/stroke/brand/instagram.svg +1 -0
- package/src/stroke/brand/linkedin.svg +1 -0
- package/src/stroke/brand/messenger.svg +1 -0
- package/src/stroke/brand/signature-thick.svg +1 -0
- package/src/stroke/brand/snapchat.svg +1 -0
- package/src/stroke/brand/tiktok.svg +1 -0
- package/src/stroke/brand/twitter.svg +1 -0
- package/src/stroke/brand/youtube.svg +1 -0
- package/src/stroke/commerce/card.svg +1 -0
- package/src/stroke/commerce/cash.svg +1 -0
- package/src/stroke/commerce/credit-card-1.svg +1 -0
- package/src/stroke/commerce/credit-card.svg +1 -0
- package/src/stroke/commerce/dollar-sign.svg +1 -0
- package/src/stroke/commerce/gift.svg +1 -0
- package/src/stroke/commerce/package.svg +1 -0
- package/src/stroke/commerce/receipt-refund.svg +1 -0
- package/src/stroke/commerce/receipt.svg +1 -0
- package/src/stroke/commerce/shopping-bag.svg +1 -0
- package/src/stroke/commerce/shopping-basket-1.svg +1 -0
- package/src/stroke/commerce/shopping-basket-2.svg +1 -0
- package/src/stroke/commerce/shopping-basket.svg +1 -0
- package/src/stroke/commerce/shopping-cart.svg +1 -0
- package/src/stroke/commerce/tag.svg +1 -0
- package/src/stroke/communication/alarm-bell.svg +1 -0
- package/src/stroke/communication/chat-alt-2.svg +3 -0
- package/src/stroke/communication/chat-alt.svg +3 -0
- package/src/stroke/communication/chat.svg +3 -0
- package/src/stroke/communication/dialpad-alt.svg +3 -0
- package/src/stroke/communication/dialpad.svg +3 -0
- package/src/stroke/communication/dual-opponent.svg +1 -0
- package/src/stroke/communication/in-going.svg +1 -0
- package/src/stroke/communication/interactive.svg +1 -0
- package/src/stroke/communication/mail-open.svg +3 -0
- package/src/stroke/communication/mail.svg +1 -0
- package/src/stroke/communication/message-circle.svg +1 -0
- package/src/stroke/communication/message-rounded-add.svg +4 -0
- package/src/stroke/communication/message-rounded-error.svg +4 -0
- package/src/stroke/communication/message-square.svg +1 -0
- package/src/stroke/communication/paper-plane.svg +4 -0
- package/src/stroke/communication/phone.svg +1 -0
- package/src/stroke/communication/send.svg +1 -0
- package/src/stroke/communication/share-shape.svg +3 -0
- package/src/stroke/communication/speakerphone.svg +3 -0
- package/src/stroke/communication/thumb-down.svg +3 -0
- package/src/stroke/communication/thumb-up.svg +3 -0
- package/src/stroke/communication/voicemail.svg +3 -0
- package/src/stroke/cursor/crosshair.svg +1 -0
- package/src/stroke/cursor/hand.svg +1 -0
- package/src/stroke/cursor/mouse-alt.svg +1 -0
- package/src/stroke/cursor/mouse.svg +1 -0
- package/src/stroke/cursor/navigation-pointer-01.svg +1 -0
- package/src/stroke/cursor/navigation-pointer-02.svg +1 -0
- package/src/stroke/cursor/navigation.svg +1 -0
- package/src/stroke/cursor/pointer-1.svg +1 -0
- package/src/stroke/cursor/pointer-2.svg +1 -0
- package/src/stroke/cursor/pointer-custom.svg +1 -0
- package/src/stroke/cursor/pointer-mirrored.svg +1 -0
- package/src/stroke/cursor/pointer-node.svg +1 -0
- package/src/stroke/cursor/pointer-selector.svg +1 -0
- package/src/stroke/cursor/pointer.svg +1 -0
- package/src/stroke/cursor/target-lock.svg +1 -0
- package/src/stroke/editing/adjust.svg +1 -0
- package/src/stroke/editing/al-1.svg +3 -0
- package/src/stroke/editing/al-2.svg +3 -0
- package/src/stroke/editing/align-center.svg +1 -0
- package/src/stroke/editing/align-left.svg +1 -0
- package/src/stroke/editing/align-right.svg +1 -0
- package/src/stroke/editing/anchor.svg +3 -0
- package/src/stroke/editing/annotation.svg +3 -0
- package/src/stroke/editing/arrow-from-bottom.svg +3 -0
- package/src/stroke/editing/arrow-from-left.svg +3 -0
- package/src/stroke/editing/arrow-from-right.svg +3 -0
- package/src/stroke/editing/arrow-from-top.svg +3 -0
- package/src/stroke/editing/bold.svg +1 -0
- package/src/stroke/editing/boolean-exclude.svg +1 -0
- package/src/stroke/editing/boolean-intersect.svg +1 -0
- package/src/stroke/editing/boolean-merge.svg +1 -0
- package/src/stroke/editing/boolean-minus-back.svg +1 -0
- package/src/stroke/editing/boolean-minus-front.svg +1 -0
- package/src/stroke/editing/boolean-outline.svg +1 -0
- package/src/stroke/editing/boolean-trim.svg +1 -0
- package/src/stroke/editing/boolean-unite.svg +1 -0
- package/src/stroke/editing/broom.svg +15 -0
- package/src/stroke/editing/brush-alt.svg +3 -0
- package/src/stroke/editing/brush.svg +1 -0
- package/src/stroke/editing/bullseye.svg +3 -0
- package/src/stroke/editing/calc-1.svg +10 -0
- package/src/stroke/editing/calc-2.svg +3 -0
- package/src/stroke/editing/check-set-1.svg +3 -0
- package/src/stroke/editing/check-set-2.svg +4 -0
- package/src/stroke/editing/check-set-3.svg +4 -0
- package/src/stroke/editing/color-01.svg +3 -0
- package/src/stroke/editing/color-02.svg +3 -0
- package/src/stroke/editing/color-03.svg +3 -0
- package/src/stroke/editing/color-fill.svg +1 -0
- package/src/stroke/editing/color-swatch.svg +3 -0
- package/src/stroke/editing/color-swatches.svg +6 -0
- package/src/stroke/editing/color.svg +1 -0
- package/src/stroke/editing/corner-diag.svg +1 -0
- package/src/stroke/editing/crop.svg +13 -0
- package/src/stroke/editing/cut.svg +3 -0
- package/src/stroke/editing/edit-1.svg +4 -0
- package/src/stroke/editing/edit-2.svg +3 -0
- package/src/stroke/editing/edit-3.svg +3 -0
- package/src/stroke/editing/edit-alt.svg +3 -0
- package/src/stroke/editing/element-1.svg +5 -0
- package/src/stroke/editing/exclude.svg +3 -0
- package/src/stroke/editing/eyedrop.svg +11 -0
- package/src/stroke/editing/eyedropper.svg +11 -0
- package/src/stroke/editing/flip-x.svg +1 -0
- package/src/stroke/editing/flip-y.svg +1 -0
- package/src/stroke/editing/highlight.svg +3 -0
- package/src/stroke/editing/highlightercircle.svg +12 -0
- package/src/stroke/editing/intersect-1.svg +12 -0
- package/src/stroke/editing/intersect.svg +13 -0
- package/src/stroke/editing/italic.svg +1 -0
- package/src/stroke/editing/label.svg +3 -0
- package/src/stroke/editing/list-ordered.svg +1 -0
- package/src/stroke/editing/list-unordered.svg +1 -0
- package/src/stroke/editing/magnet.svg +3 -0
- package/src/stroke/editing/magnetstraight.svg +12 -0
- package/src/stroke/editing/markercircle.svg +13 -0
- package/src/stroke/editing/math-2.svg +6 -0
- package/src/stroke/editing/math-3.svg +3 -0
- package/src/stroke/editing/math-collection.svg +3 -0
- package/src/stroke/editing/math.svg +3 -0
- package/src/stroke/editing/measure.svg +14 -0
- package/src/stroke/editing/minus-back.svg +3 -0
- package/src/stroke/editing/minus-front.svg +3 -0
- package/src/stroke/editing/minus-set-1.svg +3 -0
- package/src/stroke/editing/minus-set-2.svg +4 -0
- package/src/stroke/editing/minus-set-3.svg +3 -0
- package/src/stroke/editing/move.svg +3 -0
- package/src/stroke/editing/mult-set-1.svg +4 -0
- package/src/stroke/editing/mult-set-2.svg +5 -0
- package/src/stroke/editing/mult-set-3.svg +3 -0
- package/src/stroke/editing/paint-roll.svg +3 -0
- package/src/stroke/editing/paint.svg +3 -0
- package/src/stroke/editing/paintbrushbroad.svg +13 -0
- package/src/stroke/editing/palette.svg +1 -0
- package/src/stroke/editing/pen-copy.svg +3 -0
- package/src/stroke/editing/pen.svg +1 -0
- package/src/stroke/editing/pencil.svg +1 -0
- package/src/stroke/editing/pencilcircle.svg +14 -0
- package/src/stroke/editing/pencilline.svg +12 -0
- package/src/stroke/editing/pencilsimple.svg +11 -0
- package/src/stroke/editing/pennib.svg +13 -0
- package/src/stroke/editing/pennibstraight.svg +13 -0
- package/src/stroke/editing/perc.svg +3 -0
- package/src/stroke/editing/plus-set-1.svg +4 -0
- package/src/stroke/editing/plus-set-2.svg +5 -0
- package/src/stroke/editing/plus-set-3.svg +3 -0
- package/src/stroke/editing/pushpin.svg +11 -0
- package/src/stroke/editing/registered.svg +3 -0
- package/src/stroke/editing/result.svg +6 -0
- package/src/stroke/editing/ruler-combined.svg +10 -0
- package/src/stroke/editing/ruler-trinangle.svg +9 -0
- package/src/stroke/editing/ruler.svg +3 -0
- package/src/stroke/editing/scissors-1.svg +14 -0
- package/src/stroke/editing/scissors.svg +3 -0
- package/src/stroke/editing/scribble-1.svg +10 -0
- package/src/stroke/editing/scribble-2.svg +10 -0
- package/src/stroke/editing/scribble.svg +10 -0
- package/src/stroke/editing/size.svg +4 -0
- package/src/stroke/editing/slider-shape.svg +3 -0
- package/src/stroke/editing/solid-1.svg +3 -0
- package/src/stroke/editing/solid.svg +3 -0
- package/src/stroke/editing/spray-can.svg +3 -0
- package/src/stroke/editing/stroke-1.svg +11 -0
- package/src/stroke/editing/stroke.svg +10 -0
- package/src/stroke/editing/sum.svg +4 -0
- package/src/stroke/editing/text-01.svg +1 -0
- package/src/stroke/editing/text-02.svg +1 -0
- package/src/stroke/editing/trim.svg +3 -0
- package/src/stroke/editing/type-01.svg +1 -0
- package/src/stroke/editing/type-02.svg +1 -0
- package/src/stroke/editing/type-03.svg +1 -0
- package/src/stroke/editing/underline.svg +1 -0
- package/src/stroke/files/add-file.svg +1 -0
- package/src/stroke/files/archive.svg +3 -0
- package/src/stroke/files/attachment.svg +1 -0
- package/src/stroke/files/book-open.svg +1 -0
- package/src/stroke/files/bookmark-alt.svg +3 -0
- package/src/stroke/files/bookmark.svg +1 -0
- package/src/stroke/files/briefcase.svg +3 -0
- package/src/stroke/files/clipboard-1.svg +1 -0
- package/src/stroke/files/clipboard-2.svg +1 -0
- package/src/stroke/files/document-report.svg +3 -0
- package/src/stroke/files/document.svg +3 -0
- package/src/stroke/files/file-image.svg +1 -0
- package/src/stroke/files/file-text.svg +1 -0
- package/src/stroke/files/file-video.svg +1 -0
- package/src/stroke/files/file.svg +1 -0
- package/src/stroke/files/files-01.svg +6 -0
- package/src/stroke/files/files-02.svg +4 -0
- package/src/stroke/files/files-03.svg +4 -0
- package/src/stroke/files/files-04.svg +4 -0
- package/src/stroke/files/folder-01.svg +1 -0
- package/src/stroke/files/folder-02.svg +1 -0
- package/src/stroke/files/folder-add.svg +3 -0
- package/src/stroke/files/folder-open.svg +1 -0
- package/src/stroke/files/folder.svg +3 -0
- package/src/stroke/files/img-01.svg +5 -0
- package/src/stroke/files/img-02.svg +5 -0
- package/src/stroke/files/img-03.svg +7 -0
- package/src/stroke/files/journal.svg +1 -0
- package/src/stroke/files/manual-empty.svg +1 -0
- package/src/stroke/files/page.svg +1 -0
- package/src/stroke/files/project-1.svg +4 -0
- package/src/stroke/files/project-2.svg +5 -0
- package/src/stroke/files/project.svg +4 -0
- package/src/stroke/layout/align-bottom.svg +1 -0
- package/src/stroke/layout/align-center.svg +1 -0
- package/src/stroke/layout/align-horizontal-center.svg +1 -0
- package/src/stroke/layout/align-horizontal-left.svg +1 -0
- package/src/stroke/layout/align-horizontal-right.svg +1 -0
- package/src/stroke/layout/align-left.svg +1 -0
- package/src/stroke/layout/align-middle.svg +1 -0
- package/src/stroke/layout/align-right.svg +1 -0
- package/src/stroke/layout/align-top.svg +1 -0
- package/src/stroke/layout/align-vertical-bottom.svg +1 -0
- package/src/stroke/layout/align-vertical-center.svg +1 -0
- package/src/stroke/layout/align-vertical-top.svg +1 -0
- package/src/stroke/layout/alignbottom.svg +12 -0
- package/src/stroke/layout/aligncenterhorizontal.svg +14 -0
- package/src/stroke/layout/aligncentervertical.svg +14 -0
- package/src/stroke/layout/alignleft-1.svg +12 -0
- package/src/stroke/layout/alignleft.svg +5 -0
- package/src/stroke/layout/alignright-1.svg +12 -0
- package/src/stroke/layout/alignright.svg +5 -0
- package/src/stroke/layout/aligntop.svg +12 -0
- package/src/stroke/layout/auto-layout.svg +1 -0
- package/src/stroke/layout/border-all.svg +1 -0
- package/src/stroke/layout/border-bottom.svg +1 -0
- package/src/stroke/layout/border-inner.svg +1 -0
- package/src/stroke/layout/border-left.svg +1 -0
- package/src/stroke/layout/border-none.svg +1 -0
- package/src/stroke/layout/border-outer.svg +1 -0
- package/src/stroke/layout/border-radius.svg +1 -0
- package/src/stroke/layout/border-right.svg +1 -0
- package/src/stroke/layout/border-top.svg +1 -0
- package/src/stroke/layout/carousel.svg +4 -0
- package/src/stroke/layout/category-alt.svg +4 -0
- package/src/stroke/layout/category.svg +4 -0
- package/src/stroke/layout/collapse-alt.svg +1 -0
- package/src/stroke/layout/collapse-horizontal.svg +1 -0
- package/src/stroke/layout/collapse-vertical.svg +1 -0
- package/src/stroke/layout/collapse.svg +1 -0
- package/src/stroke/layout/collection.svg +4 -0
- package/src/stroke/layout/columns.svg +1 -0
- package/src/stroke/layout/component.svg +1 -0
- package/src/stroke/layout/dock-bottom.svg +4 -0
- package/src/stroke/layout/dock-left.svg +4 -0
- package/src/stroke/layout/dock-right.svg +4 -0
- package/src/stroke/layout/dock-top.svg +4 -0
- package/src/stroke/layout/expand-alt.svg +1 -0
- package/src/stroke/layout/expand-horizontal.svg +1 -0
- package/src/stroke/layout/expand-vertical.svg +1 -0
- package/src/stroke/layout/expand.svg +1 -0
- package/src/stroke/layout/fatrows.svg +4 -0
- package/src/stroke/layout/grid-01.svg +1 -0
- package/src/stroke/layout/grid-02.svg +1 -0
- package/src/stroke/layout/grid-03.svg +1 -0
- package/src/stroke/layout/grid-04.svg +1 -0
- package/src/stroke/layout/grid-05.svg +1 -0
- package/src/stroke/layout/grid-06.svg +1 -0
- package/src/stroke/layout/grid-alt.svg +3 -0
- package/src/stroke/layout/grid-horizontal.svg +3 -0
- package/src/stroke/layout/grid-small.svg +3 -0
- package/src/stroke/layout/grid-vertical.svg +3 -0
- package/src/stroke/layout/grid.svg +1 -0
- package/src/stroke/layout/horizontal-center.svg +4 -0
- package/src/stroke/layout/horizontal-left.svg +4 -0
- package/src/stroke/layout/horizontal-right.svg +4 -0
- package/src/stroke/layout/layers.svg +1 -0
- package/src/stroke/layout/layout-01.svg +1 -0
- package/src/stroke/layout/layout-02.svg +1 -0
- package/src/stroke/layout/layout-03.svg +1 -0
- package/src/stroke/layout/layout.svg +1 -0
- package/src/stroke/layout/list-01.svg +1 -0
- package/src/stroke/layout/list-02.svg +1 -0
- package/src/stroke/layout/menu-1.svg +6 -0
- package/src/stroke/layout/menu-2.svg +6 -0
- package/src/stroke/layout/menu-3.svg +6 -0
- package/src/stroke/layout/menu.svg +6 -0
- package/src/stroke/layout/more-horizontal.svg +1 -0
- package/src/stroke/layout/more-vertical.svg +1 -0
- package/src/stroke/layout/move-collection.svg +5 -0
- package/src/stroke/layout/move-horizontal.svg +1 -0
- package/src/stroke/layout/move-vertical.svg +1 -0
- package/src/stroke/layout/move.svg +1 -0
- package/src/stroke/layout/objects-horizontal-center.svg +4 -0
- package/src/stroke/layout/objects-horizontal-left.svg +4 -0
- package/src/stroke/layout/objects-horizontal-right.svg +4 -0
- package/src/stroke/layout/objects-vertical-bottom.svg +4 -0
- package/src/stroke/layout/objects-vertical-center.svg +4 -0
- package/src/stroke/layout/objects-vertical-top.svg +4 -0
- package/src/stroke/layout/panel-left.svg +1 -0
- package/src/stroke/layout/panel-right.svg +1 -0
- package/src/stroke/layout/reflect-horizontal.svg +1 -0
- package/src/stroke/layout/reflect-vertical.svg +1 -0
- package/src/stroke/layout/row-alt.svg +1 -0
- package/src/stroke/layout/row.svg +1 -0
- package/src/stroke/layout/rows.svg +8 -0
- package/src/stroke/layout/sidebar.svg +1 -0
- package/src/stroke/layout/squaresfour.svg +6 -0
- package/src/stroke/layout/stacksimple.svg +11 -0
- package/src/stroke/layout/trello.svg +5 -0
- package/src/stroke/layout/user-interface.svg +5 -0
- package/src/stroke/layout/view-boards.svg +3 -0
- package/src/stroke/layout/view-grid.svg +6 -0
- package/src/stroke/layout/view-list.svg +3 -0
- package/src/stroke/media/camera-1.svg +1 -0
- package/src/stroke/media/camera-2.svg +1 -0
- package/src/stroke/media/camera-home.svg +1 -0
- package/src/stroke/media/camera-off.svg +1 -0
- package/src/stroke/media/camera.svg +1 -0
- package/src/stroke/media/control-pause.svg +1 -0
- package/src/stroke/media/control-play.svg +1 -0
- package/src/stroke/media/control-stop.svg +1 -0
- package/src/stroke/media/fast-forward.svg +1 -0
- package/src/stroke/media/image.svg +1 -0
- package/src/stroke/media/mic-off.svg +1 -0
- package/src/stroke/media/mic.svg +1 -0
- package/src/stroke/media/pause-narrow.svg +1 -0
- package/src/stroke/media/pause.svg +1 -0
- package/src/stroke/media/photo-02.svg +1 -0
- package/src/stroke/media/play.svg +1 -0
- package/src/stroke/media/repeat-1.svg +1 -0
- package/src/stroke/media/repeat.svg +1 -0
- package/src/stroke/media/rewind.svg +1 -0
- package/src/stroke/media/shuffle.svg +1 -0
- package/src/stroke/media/skip-back.svg +1 -0
- package/src/stroke/media/skip-forward.svg +1 -0
- package/src/stroke/media/stop.svg +1 -0
- package/src/stroke/media/video-off.svg +1 -0
- package/src/stroke/media/video.svg +1 -0
- package/src/stroke/media/volume-1.svg +1 -0
- package/src/stroke/media/volume-2.svg +1 -0
- package/src/stroke/media/volume-x.svg +1 -0
- package/src/stroke/media/volume.svg +1 -0
- package/src/stroke/misc/align-auto.svg +1 -0
- package/src/stroke/misc/baseball.svg +3 -0
- package/src/stroke/misc/basketball.svg +3 -0
- package/src/stroke/misc/bath.svg +3 -0
- package/src/stroke/misc/beaker.svg +3 -0
- package/src/stroke/misc/bed.svg +3 -0
- package/src/stroke/misc/been-here.svg +3 -0
- package/src/stroke/misc/bolt.svg +1 -0
- package/src/stroke/misc/bomb.svg +3 -0
- package/src/stroke/misc/bowl-hot.svg +3 -0
- package/src/stroke/misc/bowling-ball.svg +3 -0
- package/src/stroke/misc/bucket.svg +1 -0
- package/src/stroke/misc/bulb.svg +3 -0
- package/src/stroke/misc/bus-school.svg +3 -0
- package/src/stroke/misc/bus.svg +3 -0
- package/src/stroke/misc/cabinet.svg +3 -0
- package/src/stroke/misc/cable-car.svg +3 -0
- package/src/stroke/misc/cake.svg +3 -0
- package/src/stroke/misc/candles.svg +3 -0
- package/src/stroke/misc/car.svg +3 -0
- package/src/stroke/misc/chair.svg +3 -0
- package/src/stroke/misc/chalkboard.svg +3 -0
- package/src/stroke/misc/closet.svg +3 -0
- package/src/stroke/misc/coffee.svg +3 -0
- package/src/stroke/misc/cookie.svg +3 -0
- package/src/stroke/misc/cricket-ball.svg +3 -0
- package/src/stroke/misc/cycling.svg +3 -0
- package/src/stroke/misc/dice-1.svg +3 -0
- package/src/stroke/misc/dice-2.svg +3 -0
- package/src/stroke/misc/dice-3.svg +3 -0
- package/src/stroke/misc/dice-4.svg +3 -0
- package/src/stroke/misc/dice-5.svg +3 -0
- package/src/stroke/misc/dice-6.svg +3 -0
- package/src/stroke/misc/dish.svg +3 -0
- package/src/stroke/misc/door-open.svg +3 -0
- package/src/stroke/misc/dumbbell.svg +3 -0
- package/src/stroke/misc/fire.svg +4 -0
- package/src/stroke/misc/football.svg +5 -0
- package/src/stroke/misc/fork.svg +3 -0
- package/src/stroke/misc/foundation.svg +1 -0
- package/src/stroke/misc/fridge.svg +3 -0
- package/src/stroke/misc/ftx-token-ftt.svg +13 -0
- package/src/stroke/misc/game.svg +3 -0
- package/src/stroke/misc/gas-pump.svg +3 -0
- package/src/stroke/misc/ghost.svg +3 -0
- package/src/stroke/misc/glasses-alt.svg +3 -0
- package/src/stroke/misc/glasses.svg +3 -0
- package/src/stroke/misc/health.svg +3 -0
- package/src/stroke/misc/heart.svg +3 -0
- package/src/stroke/misc/home-1.svg +1 -0
- package/src/stroke/misc/home-2.svg +1 -0
- package/src/stroke/misc/hotel.svg +3 -0
- package/src/stroke/misc/instance.svg +1 -0
- package/src/stroke/misc/joystick-alt.svg +3 -0
- package/src/stroke/misc/joystick-button.svg +3 -0
- package/src/stroke/misc/joystick.svg +4 -0
- package/src/stroke/misc/knife.svg +3 -0
- package/src/stroke/misc/landscape.svg +3 -0
- package/src/stroke/misc/location.svg +1 -0
- package/src/stroke/misc/mask.svg +3 -0
- package/src/stroke/misc/meteor.svg +3 -0
- package/src/stroke/misc/pills.svg +1 -0
- package/src/stroke/misc/placeholder-1.svg +5 -0
- package/src/stroke/misc/placeholder.svg +5 -0
- package/src/stroke/misc/planet.svg +3 -0
- package/src/stroke/misc/plus-medical.svg +3 -0
- package/src/stroke/misc/puzzle.svg +3 -0
- package/src/stroke/misc/rabbit.svg +1 -0
- package/src/stroke/misc/restaurant.svg +3 -0
- package/src/stroke/misc/rocket.svg +3 -0
- package/src/stroke/misc/run.svg +3 -0
- package/src/stroke/misc/shower.svg +3 -0
- package/src/stroke/misc/star-1.svg +3 -0
- package/src/stroke/misc/stitches.svg +6 -0
- package/src/stroke/misc/sun.svg +3 -0
- package/src/stroke/misc/sushi.svg +3 -0
- package/src/stroke/misc/swim.svg +3 -0
- package/src/stroke/misc/taxi.svg +3 -0
- package/src/stroke/misc/tennis-ball.svg +3 -0
- package/src/stroke/misc/ticket.svg +3 -0
- package/src/stroke/misc/traffic-cone.svg +3 -0
- package/src/stroke/misc/train.svg +3 -0
- package/src/stroke/misc/trip.svg +3 -0
- package/src/stroke/misc/trophy.svg +3 -0
- package/src/stroke/misc/truck.svg +3 -0
- package/src/stroke/misc/walk.svg +3 -0
- package/src/stroke/misc/world.svg +3 -0
- package/src/stroke/misc/yarn.svg +6 -0
- package/src/stroke/navigation/arrow-cross.svg +1 -0
- package/src/stroke/navigation/arrow-down-left.svg +3 -0
- package/src/stroke/navigation/arrow-down-right.svg +3 -0
- package/src/stroke/navigation/arrow-down.svg +1 -0
- package/src/stroke/navigation/arrow-downright.svg +1 -0
- package/src/stroke/navigation/arrow-expand.svg +1 -0
- package/src/stroke/navigation/arrow-left.svg +1 -0
- package/src/stroke/navigation/arrow-right.svg +1 -0
- package/src/stroke/navigation/arrow-up-left.svg +3 -0
- package/src/stroke/navigation/arrow-up-right.svg +3 -0
- package/src/stroke/navigation/arrow-up.svg +1 -0
- package/src/stroke/navigation/caret-down.svg +1 -0
- package/src/stroke/navigation/caret-left.svg +1 -0
- package/src/stroke/navigation/caret-right.svg +1 -0
- package/src/stroke/navigation/caret-up.svg +1 -0
- package/src/stroke/navigation/chevron-down-square.svg +4 -0
- package/src/stroke/navigation/chevron-down.svg +1 -0
- package/src/stroke/navigation/chevron-left-square.svg +4 -0
- package/src/stroke/navigation/chevron-left.svg +3 -0
- package/src/stroke/navigation/chevron-right-square.svg +4 -0
- package/src/stroke/navigation/chevron-right.svg +1 -0
- package/src/stroke/navigation/chevron-up-square.svg +4 -0
- package/src/stroke/navigation/chevron-up.svg +1 -0
- package/src/stroke/navigation/chevrons-down.svg +3 -0
- package/src/stroke/navigation/chevrons-left.svg +3 -0
- package/src/stroke/navigation/chevrons-right.svg +3 -0
- package/src/stroke/navigation/chevrons-up.svg +3 -0
- package/src/stroke/navigation/compass.svg +4 -0
- package/src/stroke/navigation/control-arrow-back.svg +1 -0
- package/src/stroke/navigation/control-arrow-end.svg +1 -0
- package/src/stroke/navigation/control-arrow-forward.svg +1 -0
- package/src/stroke/navigation/control-arrow-start.svg +1 -0
- package/src/stroke/navigation/current-location.svg +5 -0
- package/src/stroke/navigation/directions.svg +4 -0
- package/src/stroke/navigation/dropdown-caret.svg +1 -0
- package/src/stroke/navigation/external-link.svg +1 -0
- package/src/stroke/navigation/globe-alt.svg +4 -0
- package/src/stroke/navigation/globe.svg +4 -0
- package/src/stroke/navigation/hamburger.svg +3 -0
- package/src/stroke/navigation/home.svg +3 -0
- package/src/stroke/navigation/location-marker.svg +4 -0
- package/src/stroke/navigation/location-plus.svg +4 -0
- package/src/stroke/navigation/map-alt.svg +4 -0
- package/src/stroke/navigation/map-pin.svg +4 -0
- package/src/stroke/navigation/map.svg +4 -0
- package/src/stroke/navigation/menu.svg +1 -0
- package/src/stroke/navigation/more.svg +12 -0
- package/src/stroke/navigation/street-view.svg +4 -0
- package/src/stroke/navigation/subdirectory-left.svg +3 -0
- package/src/stroke/navigation/subdirectory-right.svg +3 -0
- package/src/stroke/navigation/x.svg +1 -0
- package/src/stroke/rack/ascii-back.svg +1 -0
- package/src/stroke/rack/ascii-block.svg +1 -0
- package/src/stroke/rack/ascii-dash.svg +1 -0
- package/src/stroke/rack/ascii-dot.svg +1 -0
- package/src/stroke/rack/ascii-equal.svg +1 -0
- package/src/stroke/rack/ascii-hash.svg +1 -0
- package/src/stroke/rack/ascii-pipe.svg +1 -0
- package/src/stroke/rack/ascii-plus.svg +1 -0
- package/src/stroke/rack/ascii-slash.svg +1 -0
- package/src/stroke/rack/ascii-x.svg +1 -0
- package/src/stroke/rack/cable-lock.svg +1 -0
- package/src/stroke/rack/cable-off.svg +1 -0
- package/src/stroke/rack/cable-on.svg +1 -0
- package/src/stroke/rack/cable-trans.svg +1 -0
- package/src/stroke/rack/cable-unlock.svg +1 -0
- package/src/stroke/rack/cap-butt.svg +1 -0
- package/src/stroke/rack/cap-round.svg +1 -0
- package/src/stroke/rack/cap-square.svg +1 -0
- package/src/stroke/rack/chevron-down.svg +1 -0
- package/src/stroke/rack/chevron-left.svg +1 -0
- package/src/stroke/rack/chevron-right.svg +1 -0
- package/src/stroke/rack/chevron-up.svg +1 -0
- package/src/stroke/rack/clr-anl.svg +1 -0
- package/src/stroke/rack/clr-comp.svg +1 -0
- package/src/stroke/rack/clr-mono.svg +1 -0
- package/src/stroke/rack/clr-tri.svg +1 -0
- package/src/stroke/rack/curve-exp.svg +1 -0
- package/src/stroke/rack/curve-log.svg +1 -0
- package/src/stroke/rack/dith-cross.svg +1 -0
- package/src/stroke/rack/dith-crt.svg +1 -0
- package/src/stroke/rack/dith-diamond.svg +1 -0
- package/src/stroke/rack/dith-flow.svg +1 -0
- package/src/stroke/rack/dith-flower.svg +1 -0
- package/src/stroke/rack/dith-gear.svg +1 -0
- package/src/stroke/rack/dith-glitch.svg +1 -0
- package/src/stroke/rack/dith-grid.svg +1 -0
- package/src/stroke/rack/dith-hex.svg +1 -0
- package/src/stroke/rack/dith-htone.svg +1 -0
- package/src/stroke/rack/dith-melt.svg +1 -0
- package/src/stroke/rack/dith-radial.svg +1 -0
- package/src/stroke/rack/dith-xhatch.svg +1 -0
- package/src/stroke/rack/filter-bp.svg +1 -0
- package/src/stroke/rack/filter-hp.svg +1 -0
- package/src/stroke/rack/filter-lp.svg +1 -0
- package/src/stroke/rack/filter-notch.svg +1 -0
- package/src/stroke/rack/gen-color.svg +1 -0
- package/src/stroke/rack/gen-gradient.svg +1 -0
- package/src/stroke/rack/gen-pattern.svg +1 -0
- package/src/stroke/rack/gen-wave.svg +1 -0
- package/src/stroke/rack/grad-con.svg +1 -0
- package/src/stroke/rack/grad-lin.svg +1 -0
- package/src/stroke/rack/grad-rad.svg +1 -0
- package/src/stroke/rack/line-circle.svg +1 -0
- package/src/stroke/rack/line-grid.svg +1 -0
- package/src/stroke/rack/line-line.svg +1 -0
- package/src/stroke/rack/line-lissa.svg +1 -0
- package/src/stroke/rack/line-spiral.svg +1 -0
- package/src/stroke/rack/logic-and.svg +1 -0
- package/src/stroke/rack/logic-nand.svg +1 -0
- package/src/stroke/rack/logic-nor.svg +1 -0
- package/src/stroke/rack/logic-not.svg +1 -0
- package/src/stroke/rack/logic-or.svg +1 -0
- package/src/stroke/rack/logic-xor.svg +1 -0
- package/src/stroke/rack/nav-create.svg +1 -0
- package/src/stroke/rack/nav-home.svg +1 -0
- package/src/stroke/rack/nav-library.svg +1 -0
- package/src/stroke/rack/nav-rack.svg +1 -0
- package/src/stroke/rack/nav-settings.svg +1 -0
- package/src/stroke/rack/ptrn-checker.svg +1 -0
- package/src/stroke/rack/ptrn-dot.svg +1 -0
- package/src/stroke/rack/ptrn-stripe.svg +1 -0
- package/src/stroke/rack/radial-circle.svg +1 -0
- package/src/stroke/rack/radial-default.svg +1 -0
- package/src/stroke/rack/radial-hex.svg +1 -0
- package/src/stroke/rack/radial-random.svg +1 -0
- package/src/stroke/rack/radial-rect.svg +1 -0
- package/src/stroke/rack/radial-star.svg +1 -0
- package/src/stroke/rack/radial-triangle.svg +1 -0
- package/src/stroke/rack/ramp-down.svg +1 -0
- package/src/stroke/rack/ramp-tri.svg +1 -0
- package/src/stroke/rack/ramp-up.svg +1 -0
- package/src/stroke/rack/seq-a.svg +1 -0
- package/src/stroke/rack/seq-b.svg +1 -0
- package/src/stroke/rack/seq-c.svg +1 -0
- package/src/stroke/rack/seq-d.svg +1 -0
- package/src/stroke/rack/shape-cube.svg +1 -0
- package/src/stroke/rack/shape-cyl.svg +1 -0
- package/src/stroke/rack/shape-ico.svg +1 -0
- package/src/stroke/rack/shape-octa.svg +1 -0
- package/src/stroke/rack/shape-sphere.svg +1 -0
- package/src/stroke/rack/shape-tetra.svg +1 -0
- package/src/stroke/rack/shape-torus.svg +1 -0
- package/src/stroke/rack/shaper-clip.svg +1 -0
- package/src/stroke/rack/shaper-exp.svg +1 -0
- package/src/stroke/rack/shaper-fold.svg +1 -0
- package/src/stroke/rack/shaper-log.svg +1 -0
- package/src/stroke/rack/shaper-scurve.svg +1 -0
- package/src/stroke/rack/shaper-sine.svg +1 -0
- package/src/stroke/rack/shaper-step.svg +1 -0
- package/src/stroke/rack/shaper-wrap.svg +1 -0
- package/src/stroke/rack/tr-carets.svg +1 -0
- package/src/stroke/rack/tr-fwd.svg +1 -0
- package/src/stroke/rack/tr-inf.svg +1 -0
- package/src/stroke/rack/tr-left.svg +1 -0
- package/src/stroke/rack/tr-pause.svg +1 -0
- package/src/stroke/rack/tr-rew.svg +1 -0
- package/src/stroke/rack/tr-right.svg +1 -0
- package/src/stroke/rack/tr-skip.svg +1 -0
- package/src/stroke/rack/wave-rnd.svg +1 -0
- package/src/stroke/rack/wave-saw.svg +1 -0
- package/src/stroke/rack/wave-sin.svg +1 -0
- package/src/stroke/rack/wave-sqr.svg +1 -0
- package/src/stroke/rack/wave-tri.svg +1 -0
- package/src/stroke/shapes/3square.svg +12 -0
- package/src/stroke/shapes/ball.svg +4 -0
- package/src/stroke/shapes/box.svg +5 -0
- package/src/stroke/shapes/circle-1.svg +4 -0
- package/src/stroke/shapes/circle-dashed.svg +3 -0
- package/src/stroke/shapes/circle.svg +1 -0
- package/src/stroke/shapes/cone-alt.svg +1 -0
- package/src/stroke/shapes/cone.svg +1 -0
- package/src/stroke/shapes/cube-transparent.svg +3 -0
- package/src/stroke/shapes/cube.svg +3 -0
- package/src/stroke/shapes/design-shapes-1.svg +3 -0
- package/src/stroke/shapes/design-shapes.svg +3 -0
- package/src/stroke/shapes/diamond-alt.svg +1 -0
- package/src/stroke/shapes/diamond.svg +1 -0
- package/src/stroke/shapes/dimond.svg +4 -0
- package/src/stroke/shapes/polygon.svg +1 -0
- package/src/stroke/shapes/rectangle.svg +1 -0
- package/src/stroke/shapes/shape-1.svg +10 -0
- package/src/stroke/shapes/shape-16.svg +5 -0
- package/src/stroke/shapes/shape-17.svg +3 -0
- package/src/stroke/shapes/shape-18.svg +4 -0
- package/src/stroke/shapes/shape-19.svg +4 -0
- package/src/stroke/shapes/shape-2.svg +10 -0
- package/src/stroke/shapes/shape-3.svg +10 -0
- package/src/stroke/shapes/shape-4.svg +3 -0
- package/src/stroke/shapes/shape-circle.svg +1 -0
- package/src/stroke/shapes/shape-polygon.svg +4 -0
- package/src/stroke/shapes/shape-square.svg +1 -0
- package/src/stroke/shapes/shape-triangle.svg +1 -0
- package/src/stroke/shapes/shape.svg +3 -0
- package/src/stroke/shapes/shapes-01.svg +10 -0
- package/src/stroke/shapes/shapes-02.svg +10 -0
- package/src/stroke/shapes/shapes-03.svg +10 -0
- package/src/stroke/shapes/shapes-04.svg +10 -0
- package/src/stroke/shapes/shapes-05.svg +10 -0
- package/src/stroke/shapes/shapes-06.svg +10 -0
- package/src/stroke/shapes/shapes-07.svg +11 -0
- package/src/stroke/shapes/shapes-08.svg +11 -0
- package/src/stroke/shapes/shapes-09.svg +11 -0
- package/src/stroke/shapes/shapes-10.svg +11 -0
- package/src/stroke/shapes/shapes-11.svg +11 -0
- package/src/stroke/shapes/shapes-12.svg +12 -0
- package/src/stroke/shapes/shapes-13.svg +12 -0
- package/src/stroke/shapes/shapes-14.svg +12 -0
- package/src/stroke/shapes/shapes-15.svg +3 -0
- package/src/stroke/shapes/shapes-16.svg +11 -0
- package/src/stroke/shapes/shapes-17.svg +11 -0
- package/src/stroke/shapes/shapes-18.svg +10 -0
- package/src/stroke/shapes/shapes-19.svg +10 -0
- package/src/stroke/shapes/shapes-20.svg +14 -0
- package/src/stroke/shapes/shapes-21.svg +13 -0
- package/src/stroke/shapes/shapes-22.svg +11 -0
- package/src/stroke/shapes/shapes-23.svg +7 -0
- package/src/stroke/shapes/shapes-24.svg +10 -0
- package/src/stroke/shapes/shapes-25.svg +15 -0
- package/src/stroke/shapes/shapes-26.svg +14 -0
- package/src/stroke/shapes/shapes-27.svg +14 -0
- package/src/stroke/shapes/shapes-stroke-01.svg +6 -0
- package/src/stroke/shapes/shapes-stroke-02.svg +6 -0
- package/src/stroke/shapes/shapes-stroke-03.svg +7 -0
- package/src/stroke/shapes/star.svg +1 -0
- package/src/stroke/shapes/triangle-alt.svg +1 -0
- package/src/stroke/shapes/triangle.svg +1 -0
- package/src/stroke/shapes/wave.svg +1 -0
- package/src/stroke/shapes/wheel.svg +1 -0
- package/src/stroke/stats/chart-square-bar.svg +1 -0
- package/src/stroke/stats/cycle.svg +1 -0
- package/src/stroke/stats/presentation-chart-bar.svg +1 -0
- package/src/stroke/stats/presentation-chart-line.svg +1 -0
- package/src/stroke/stats/stat-abacus.svg +1 -0
- package/src/stroke/stats/stat-chart-a.svg +1 -0
- package/src/stroke/stats/stat-chart-b.svg +1 -0
- package/src/stroke/stats/stat-chart-c.svg +1 -0
- package/src/stroke/stats/stat-crown.svg +1 -0
- package/src/stroke/stats/stat-cycle.svg +1 -0
- package/src/stroke/stats/stat-donut.svg +1 -0
- package/src/stroke/stats/stat-medalion.svg +1 -0
- package/src/stroke/stats/stat-pie-c.svg +1 -0
- package/src/stroke/stats/stat-pie.svg +1 -0
- package/src/stroke/stats/stat-rocket.svg +1 -0
- package/src/stroke/stats/stat-stat.svg +1 -0
- package/src/stroke/stats/stat-winner.svg +1 -0
- package/src/stroke/stats/trending-down.svg +1 -0
- package/src/stroke/stats/trending-up.svg +1 -0
- package/src/stroke/status/alert-circle.svg +1 -0
- package/src/stroke/status/alert-triangle.svg +1 -0
- package/src/stroke/status/check-circle.svg +1 -0
- package/src/stroke/status/eye-off.svg +1 -0
- package/src/stroke/status/eye-on.svg +1 -0
- package/src/stroke/status/help-circle.svg +1 -0
- package/src/stroke/status/info.svg +1 -0
- package/src/stroke/status/lightning-bolt.svg +1 -0
- package/src/stroke/status/loader-circle.svg +1 -0
- package/src/stroke/status/loader.svg +1 -0
- package/src/stroke/status/status.svg +1 -0
- package/src/stroke/status/x-circle.svg +1 -0
- package/src/stroke/system/atomic-atom.svg +1 -0
- package/src/stroke/system/atomic-lifeform.svg +1 -0
- package/src/stroke/system/atomic-molecule.svg +1 -0
- package/src/stroke/system/atomic-organism.svg +1 -0
- package/src/stroke/system/battery.svg +1 -0
- package/src/stroke/system/bell.svg +3 -0
- package/src/stroke/system/bolt-alt.svg +1 -0
- package/src/stroke/system/brackets.svg +3 -0
- package/src/stroke/system/bug-1.svg +11 -0
- package/src/stroke/system/bug-2.svg +11 -0
- package/src/stroke/system/bug-alt.svg +3 -0
- package/src/stroke/system/bug.svg +3 -0
- package/src/stroke/system/calendar-1.svg +3 -0
- package/src/stroke/system/calendar.svg +3 -0
- package/src/stroke/system/chip.svg +3 -0
- package/src/stroke/system/cloud.svg +3 -0
- package/src/stroke/system/code-2.svg +4 -0
- package/src/stroke/system/code-alt-collection.svg +3 -0
- package/src/stroke/system/code-collection.svg +3 -0
- package/src/stroke/system/code-curly-collection.svg +3 -0
- package/src/stroke/system/code.svg +1 -0
- package/src/stroke/system/codesimple.svg +4 -0
- package/src/stroke/system/cog.svg +4 -0
- package/src/stroke/system/curly.svg +3 -0
- package/src/stroke/system/customize.svg +3 -0
- package/src/stroke/system/database.svg +1 -0
- package/src/stroke/system/desktop.svg +3 -0
- package/src/stroke/system/extension.svg +3 -0
- package/src/stroke/system/eye-off.svg +3 -0
- package/src/stroke/system/frequency.svg +1 -0
- package/src/stroke/system/git-compare.svg +3 -0
- package/src/stroke/system/git-merge.svg +3 -0
- package/src/stroke/system/git-pull-request.svg +3 -0
- package/src/stroke/system/git-repo-forked.svg +3 -0
- package/src/stroke/system/hash-italic-bold.svg +3 -0
- package/src/stroke/system/hash-italic.svg +3 -0
- package/src/stroke/system/hash.svg +3 -0
- package/src/stroke/system/hdd.svg +3 -0
- package/src/stroke/system/information-1.svg +3 -0
- package/src/stroke/system/information-2.svg +3 -0
- package/src/stroke/system/information-3.svg +3 -0
- package/src/stroke/system/information.svg +4 -0
- package/src/stroke/system/interactive.svg +1 -0
- package/src/stroke/system/laptop.svg +3 -0
- package/src/stroke/system/library.svg +1 -0
- package/src/stroke/system/light-bulb-1.svg +5 -0
- package/src/stroke/system/light-bulb.svg +3 -0
- package/src/stroke/system/link-1.svg +11 -0
- package/src/stroke/system/link.svg +3 -0
- package/src/stroke/system/linked.svg +3 -0
- package/src/stroke/system/main-component.svg +5 -0
- package/src/stroke/system/pills-alt.svg +1 -0
- package/src/stroke/system/plug.svg +3 -0
- package/src/stroke/system/power.svg +1 -0
- package/src/stroke/system/qrcode.svg +3 -0
- package/src/stroke/system/roadmap.svg +1 -0
- package/src/stroke/system/scale.svg +3 -0
- package/src/stroke/system/server.svg +1 -0
- package/src/stroke/system/settings-1.svg +4 -0
- package/src/stroke/system/settings.svg +4 -0
- package/src/stroke/system/shield-check.svg +3 -0
- package/src/stroke/system/slider-alt.svg +3 -0
- package/src/stroke/system/slider.svg +3 -0
- package/src/stroke/system/tachometer.svg +3 -0
- package/src/stroke/system/terminal.svg +1 -0
- package/src/stroke/system/toggle-left.svg +3 -0
- package/src/stroke/system/toggle-right.svg +3 -0
- package/src/stroke/system/tui-crop.svg +1 -0
- package/src/stroke/system/tui-draw.svg +1 -0
- package/src/stroke/system/tui-filter.svg +1 -0
- package/src/stroke/system/tui-flip-x.svg +1 -0
- package/src/stroke/system/tui-flip-y.svg +1 -0
- package/src/stroke/system/tui-image.svg +1 -0
- package/src/stroke/system/tui-rotate-left.svg +1 -0
- package/src/stroke/system/tui-rotate-right.svg +1 -0
- package/src/stroke/system/tui-select.svg +1 -0
- package/src/stroke/system/tui-shape.svg +1 -0
- package/src/stroke/system/tui-text.svg +1 -0
- package/src/stroke/system/tui-zoom.svg +1 -0
- package/src/stroke/system/visible.svg +3 -0
- package/src/stroke/system/wifi-off.svg +1 -0
- package/src/stroke/system/wifi.svg +1 -0
- package/src/stroke/system/wrench.svg +3 -0
- package/src/stroke/theme/contrast.svg +1 -0
- package/src/stroke/theme/monitor.svg +1 -0
- package/src/stroke/theme/moon.svg +1 -0
- package/src/stroke/theme/sun.svg +1 -0
- package/src/stroke/theme/theme-toggle.svg +1 -0
- package/src/stroke/time/calendar-check.svg +1 -0
- package/src/stroke/time/calendar-days.svg +1 -0
- package/src/stroke/time/calendar.svg +1 -0
- package/src/stroke/time/clock-alert.svg +1 -0
- package/src/stroke/time/clock-rotate-left.svg +1 -0
- package/src/stroke/time/clock.svg +1 -0
- package/src/stroke/time/history.svg +1 -0
- package/src/stroke/time/stopwatch.svg +1 -0
- package/src/stroke/time/timer.svg +1 -0
- package/src/stroke/tools/bucket-alt.svg +1 -0
- package/src/stroke/tools/color-palette.svg +1 -0
- package/src/stroke/tools/color-wheel.svg +1 -0
- package/src/stroke/tools/crop.svg +1 -0
- package/src/stroke/tools/filter-palette.svg +1 -0
- package/src/stroke/tools/mark-tool.svg +1 -0
- package/src/stroke/tools/paint-drop.svg +1 -0
- package/src/stroke/tools/pencil.svg +1 -0
- package/src/stroke/tools/wheel.svg +1 -0
- package/src/stroke/typography/a-framed.svg +4 -0
- package/src/stroke/typography/a.svg +3 -0
- package/src/stroke/typography/aa.svg +4 -0
- package/src/stroke/typography/font-01.svg +1 -0
- package/src/stroke/typography/font-02.svg +1 -0
- package/src/stroke/typography/font-03.svg +1 -0
- package/src/stroke/typography/italic-a.svg +3 -0
- package/src/stroke/typography/italic-b.svg +3 -0
- package/src/stroke/typography/roman-a.svg +3 -0
- package/src/stroke/typography/roman-b.svg +3 -0
- package/src/stroke/typography/type.svg +1 -0
- package/src/stroke/typography/typography-1.svg +3 -0
- package/src/stroke/typography/typography-2.svg +3 -0
- package/src/stroke/typography/typography-3.svg +3 -0
- package/src/stroke/user/award.svg +4 -0
- package/src/stroke/user/certification.svg +5 -0
- package/src/stroke/user/crown.svg +4 -0
- package/src/stroke/user/fingerprint.svg +6 -0
- package/src/stroke/user/flag.svg +1 -0
- package/src/stroke/user/heart-1.svg +1 -0
- package/src/stroke/user/heart-2.svg +1 -0
- package/src/stroke/user/identification.svg +3 -0
- package/src/stroke/user/key.svg +1 -0
- package/src/stroke/user/lock.svg +1 -0
- package/src/stroke/user/log-in.svg +1 -0
- package/src/stroke/user/log-out.svg +1 -0
- package/src/stroke/user/medal.svg +5 -0
- package/src/stroke/user/shield.svg +1 -0
- package/src/stroke/user/social-facebook.svg +1 -0
- package/src/stroke/user/social-linkedin.svg +1 -0
- package/src/stroke/user/social-twitter.svg +1 -0
- package/src/stroke/user/star.svg +1 -0
- package/src/stroke/user/unlock.svg +1 -0
- package/src/stroke/user/user-1.svg +4 -0
- package/src/stroke/user/user-2.svg +4 -0
- package/src/stroke/user/user-circle.svg +3 -0
- package/src/stroke/user/user-group.svg +3 -0
- package/src/stroke/user/user-plus.svg +1 -0
- package/src/stroke/user/user.svg +1 -0
- package/src/stroke/user/users.svg +1 -0
- package/src/svg/00-kol/arrow-right.svg +4 -0
- package/src/svg/00-kol/check.svg +3 -0
- package/src/svg/00-kol/chevron-down.svg +3 -0
- package/src/svg/00-kol/chevron-up.svg +3 -0
- package/src/svg/00-kol/circle.svg +3 -0
- package/src/svg/00-kol/close.svg +3 -0
- package/src/svg/00-kol/color.svg +6 -0
- package/src/svg/00-kol/component.svg +6 -0
- package/src/svg/00-kol/cursor.svg +3 -0
- package/src/svg/00-kol/eye-off.svg +3 -0
- package/src/svg/00-kol/eye-on.svg +4 -0
- package/src/svg/00-kol/eye-open.svg +4 -0
- package/src/svg/00-kol/eyedrop.svg +4 -0
- package/src/svg/00-kol/file-text.svg +6 -0
- package/src/svg/00-kol/grid.svg +6 -0
- package/src/svg/00-kol/image.svg +5 -0
- package/src/svg/00-kol/list.svg +8 -0
- package/src/svg/00-kol/lock.svg +5 -0
- package/src/svg/00-kol/maximize.svg +6 -0
- package/src/svg/00-kol/plus.svg +3 -0
- package/src/svg/00-kol/ptrn-checker.svg +7 -0
- package/src/svg/00-kol/refresh.svg +6 -0
- package/src/svg/00-kol/resize-corner.svg +3 -0
- package/src/svg/00-kol/shape.svg +4 -0
- package/src/svg/00-kol/square.svg +3 -0
- package/src/svg/00-kol/swap.svg +5 -0
- package/src/svg/00-kol/trash.svg +7 -0
- package/src/svg/00-kol/unlock.svg +5 -0
- package/src/svg/00-kol/upload.svg +5 -0
- package/src/svg/01-navigation/arrow-cross.svg +3 -0
- package/src/svg/01-navigation/arrow-down.svg +3 -0
- package/src/svg/01-navigation/arrow-downright.svg +3 -0
- package/src/svg/01-navigation/arrow-expand.svg +3 -0
- package/src/svg/01-navigation/arrow-left.svg +3 -0
- package/src/svg/01-navigation/arrow-right.svg +3 -0
- package/src/svg/01-navigation/arrow-up.svg +3 -0
- package/src/svg/01-navigation/caret-down.svg +3 -0
- package/src/svg/01-navigation/caret-left.svg +3 -0
- package/src/svg/01-navigation/caret-right.svg +3 -0
- package/src/svg/01-navigation/caret-up.svg +3 -0
- package/src/svg/01-navigation/chevron-right.svg +3 -0
- package/src/svg/01-navigation/control-arrow-back.svg +3 -0
- package/src/svg/01-navigation/control-arrow-end.svg +4 -0
- package/src/svg/01-navigation/control-arrow-forward.svg +3 -0
- package/src/svg/01-navigation/control-arrow-start.svg +4 -0
- package/src/svg/01-navigation/external-link.svg +3 -0
- package/src/svg/01-navigation/menu.svg +5 -0
- package/src/svg/01-navigation/x.svg +3 -0
- package/src/svg/02-actions-controls/check.svg +4 -0
- package/src/svg/02-actions-controls/copy.svg +3 -0
- package/src/svg/02-actions-controls/cross.svg +3 -0
- package/src/svg/02-actions-controls/download.svg +3 -0
- package/src/svg/02-actions-controls/edit.svg +3 -0
- package/src/svg/02-actions-controls/filter.svg +3 -0
- package/src/svg/02-actions-controls/maximize.svg +6 -0
- package/src/svg/02-actions-controls/minimize.svg +6 -0
- package/src/svg/02-actions-controls/minus.svg +3 -0
- package/src/svg/02-actions-controls/move.svg +3 -0
- package/src/svg/02-actions-controls/plus.svg +3 -0
- package/src/svg/02-actions-controls/redo.svg +3 -0
- package/src/svg/02-actions-controls/refresh.svg +4 -0
- package/src/svg/02-actions-controls/rotate-left.svg +4 -0
- package/src/svg/02-actions-controls/rotate-right.svg +4 -0
- package/src/svg/02-actions-controls/rotate.svg +4 -0
- package/src/svg/02-actions-controls/save.svg +5 -0
- package/src/svg/02-actions-controls/search-line.svg +4 -0
- package/src/svg/02-actions-controls/search.svg +3 -0
- package/src/svg/02-actions-controls/settings-01.svg +6 -0
- package/src/svg/02-actions-controls/settings-02.svg +3 -0
- package/src/svg/02-actions-controls/share.svg +3 -0
- package/src/svg/02-actions-controls/snap.svg +3 -0
- package/src/svg/02-actions-controls/trash.svg +4 -0
- package/src/svg/02-actions-controls/undo.svg +3 -0
- package/src/svg/02-actions-controls/upload.svg +3 -0
- package/src/svg/02-actions-controls/zoom-in.svg +3 -0
- package/src/svg/02-actions-controls/zoom-out.svg +3 -0
- package/src/svg/03-files-documents/add-file.svg +4 -0
- package/src/svg/03-files-documents/attachment.svg +3 -0
- package/src/svg/03-files-documents/book-open.svg +3 -0
- package/src/svg/03-files-documents/bookmark.svg +3 -0
- package/src/svg/03-files-documents/clipboard-1.svg +3 -0
- package/src/svg/03-files-documents/clipboard-2.svg +3 -0
- package/src/svg/03-files-documents/file-image.svg +3 -0
- package/src/svg/03-files-documents/file-text.svg +3 -0
- package/src/svg/03-files-documents/file-video.svg +3 -0
- package/src/svg/03-files-documents/file.svg +3 -0
- package/src/svg/03-files-documents/folder-01.svg +3 -0
- package/src/svg/03-files-documents/folder-02.svg +3 -0
- package/src/svg/03-files-documents/folder-open.svg +3 -0
- package/src/svg/03-files-documents/journal.svg +3 -0
- package/src/svg/03-files-documents/manual-empty.svg +3 -0
- package/src/svg/03-files-documents/page.svg +3 -0
- package/src/svg/04-communication/alarm-bell.svg +3 -0
- package/src/svg/04-communication/dual-opponent.svg +6 -0
- package/src/svg/04-communication/in-going.svg +3 -0
- package/src/svg/04-communication/interactive.svg +10 -0
- package/src/svg/04-communication/mail.svg +3 -0
- package/src/svg/04-communication/message-circle.svg +3 -0
- package/src/svg/04-communication/message-square.svg +3 -0
- package/src/svg/04-communication/phone.svg +3 -0
- package/src/svg/04-communication/send.svg +3 -0
- package/src/svg/05-user-authentication/flag.svg +3 -0
- package/src/svg/05-user-authentication/heart-1.svg +3 -0
- package/src/svg/05-user-authentication/heart-2.svg +3 -0
- package/src/svg/05-user-authentication/key.svg +3 -0
- package/src/svg/05-user-authentication/lock.svg +3 -0
- package/src/svg/05-user-authentication/log-in.svg +3 -0
- package/src/svg/05-user-authentication/log-out.svg +3 -0
- package/src/svg/05-user-authentication/shield.svg +3 -0
- package/src/svg/05-user-authentication/social-facebook.svg +3 -0
- package/src/svg/05-user-authentication/social-linkedin.svg +3 -0
- package/src/svg/05-user-authentication/social-twitter.svg +3 -0
- package/src/svg/05-user-authentication/star.svg +3 -0
- package/src/svg/05-user-authentication/unlock.svg +3 -0
- package/src/svg/05-user-authentication/user-plus.svg +3 -0
- package/src/svg/05-user-authentication/user.svg +3 -0
- package/src/svg/05-user-authentication/users.svg +3 -0
- package/src/svg/06-status-feedback/alert-circle.svg +3 -0
- package/src/svg/06-status-feedback/alert-triangle.svg +3 -0
- package/src/svg/06-status-feedback/check-circle.svg +3 -0
- package/src/svg/06-status-feedback/eye-off.svg +3 -0
- package/src/svg/06-status-feedback/eye-on.svg +3 -0
- package/src/svg/06-status-feedback/help-circle.svg +3 -0
- package/src/svg/06-status-feedback/info.svg +3 -0
- package/src/svg/06-status-feedback/loader.svg +3 -0
- package/src/svg/06-status-feedback/x-circle.svg +3 -0
- package/src/svg/07-media/camera-off.svg +3 -0
- package/src/svg/07-media/camera.svg +3 -0
- package/src/svg/07-media/control-pause.svg +4 -0
- package/src/svg/07-media/control-play.svg +3 -0
- package/src/svg/07-media/control-stop.svg +3 -0
- package/src/svg/07-media/fast-forward.svg +3 -0
- package/src/svg/07-media/image.svg +3 -0
- package/src/svg/07-media/mic-off.svg +3 -0
- package/src/svg/07-media/mic.svg +3 -0
- package/src/svg/07-media/repeat-1.svg +3 -0
- package/src/svg/07-media/repeat.svg +3 -0
- package/src/svg/07-media/rewind.svg +3 -0
- package/src/svg/07-media/shuffle.svg +3 -0
- package/src/svg/07-media/skip-back.svg +3 -0
- package/src/svg/07-media/skip-forward.svg +3 -0
- package/src/svg/07-media/stop.svg +3 -0
- package/src/svg/07-media/video-off.svg +3 -0
- package/src/svg/07-media/video.svg +3 -0
- package/src/svg/07-media/volume-1.svg +3 -0
- package/src/svg/07-media/volume-2.svg +3 -0
- package/src/svg/07-media/volume-x.svg +3 -0
- package/src/svg/07-media/volume.svg +3 -0
- package/src/svg/08-time-calendar/calendar-check.svg +3 -0
- package/src/svg/08-time-calendar/calendar-days.svg +3 -0
- package/src/svg/08-time-calendar/calendar.svg +3 -0
- package/src/svg/08-time-calendar/clock-alert.svg +3 -0
- package/src/svg/08-time-calendar/clock-rotate-left.svg +3 -0
- package/src/svg/08-time-calendar/clock.svg +4 -0
- package/src/svg/08-time-calendar/history.svg +3 -0
- package/src/svg/08-time-calendar/stopwatch.svg +5 -0
- package/src/svg/08-time-calendar/timer.svg +3 -0
- package/src/svg/09-layout-ui/columns.svg +3 -0
- package/src/svg/09-layout-ui/component.svg +6 -0
- package/src/svg/09-layout-ui/grid-01.svg +3 -0
- package/src/svg/09-layout-ui/grid-02.svg +6 -0
- package/src/svg/09-layout-ui/grid-03.svg +3 -0
- package/src/svg/09-layout-ui/grid-04.svg +11 -0
- package/src/svg/09-layout-ui/grid-05.svg +3 -0
- package/src/svg/09-layout-ui/grid-06.svg +6 -0
- package/src/svg/09-layout-ui/layers.svg +3 -0
- package/src/svg/09-layout-ui/layout-01.svg +3 -0
- package/src/svg/09-layout-ui/layout-02.svg +3 -0
- package/src/svg/09-layout-ui/layout-03.svg +3 -0
- package/src/svg/09-layout-ui/layout.svg +3 -0
- package/src/svg/09-layout-ui/list-01.svg +5 -0
- package/src/svg/09-layout-ui/list-02.svg +3 -0
- package/src/svg/09-layout-ui/more-horizontal.svg +5 -0
- package/src/svg/09-layout-ui/more-vertical.svg +5 -0
- package/src/svg/09-layout-ui/panel-left.svg +3 -0
- package/src/svg/09-layout-ui/panel-right.svg +3 -0
- package/src/svg/09-layout-ui/row.svg +3 -0
- package/src/svg/09-layout-ui/sidebar.svg +3 -0
- package/src/svg/10-editing-content/align-center.svg +3 -0
- package/src/svg/10-editing-content/align-left.svg +3 -0
- package/src/svg/10-editing-content/align-right.svg +3 -0
- package/src/svg/10-editing-content/bold.svg +3 -0
- package/src/svg/10-editing-content/brush.svg +3 -0
- package/src/svg/10-editing-content/color.svg +7 -0
- package/src/svg/10-editing-content/flip-y.svg +3 -0
- package/src/svg/10-editing-content/italic.svg +3 -0
- package/src/svg/10-editing-content/list-ordered.svg +3 -0
- package/src/svg/10-editing-content/list-unordered.svg +3 -0
- package/src/svg/10-editing-content/pen.svg +6 -0
- package/src/svg/10-editing-content/pencil.svg +3 -0
- package/src/svg/10-editing-content/text-01.svg +3 -0
- package/src/svg/10-editing-content/text-02.svg +3 -0
- package/src/svg/10-editing-content/type-01.svg +3 -0
- package/src/svg/10-editing-content/type-02.svg +4 -0
- package/src/svg/10-editing-content/type-03.svg +3 -0
- package/src/svg/10-editing-content/underline.svg +3 -0
- package/src/svg/11-system-tools/atomic-atom.svg +5 -0
- package/src/svg/11-system-tools/atomic-lifeform.svg +3 -0
- package/src/svg/11-system-tools/atomic-molecule.svg +5 -0
- package/src/svg/11-system-tools/atomic-organism.svg +3 -0
- package/src/svg/11-system-tools/battery.svg +3 -0
- package/src/svg/11-system-tools/code.svg +3 -0
- package/src/svg/11-system-tools/database.svg +3 -0
- package/src/svg/11-system-tools/frequency.svg +3 -0
- package/src/svg/11-system-tools/library.svg +3 -0
- package/src/svg/11-system-tools/power.svg +3 -0
- package/src/svg/11-system-tools/roadmap.svg +3 -0
- package/src/svg/11-system-tools/server.svg +3 -0
- package/src/svg/11-system-tools/terminal.svg +3 -0
- package/src/svg/11-system-tools/wifi-off.svg +3 -0
- package/src/svg/11-system-tools/wifi.svg +3 -0
- package/src/svg/12-theme-display/contrast.svg +4 -0
- package/src/svg/12-theme-display/monitor.svg +3 -0
- package/src/svg/12-theme-display/moon.svg +3 -0
- package/src/svg/12-theme-display/sun.svg +3 -0
- package/src/svg/12-theme-display/theme-toggle.svg +3 -0
- package/src/svg/13-ecommerce-shopping/credit-card.svg +3 -0
- package/src/svg/13-ecommerce-shopping/dollar-sign.svg +3 -0
- package/src/svg/13-ecommerce-shopping/gift.svg +3 -0
- package/src/svg/13-ecommerce-shopping/package.svg +3 -0
- package/src/svg/13-ecommerce-shopping/receipt.svg +3 -0
- package/src/svg/13-ecommerce-shopping/shopping-bag.svg +3 -0
- package/src/svg/13-ecommerce-shopping/shopping-cart.svg +3 -0
- package/src/svg/13-ecommerce-shopping/tag.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-abacus.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-chart-a.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-chart-b.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-chart-c.svg +8 -0
- package/src/svg/14-stats-data-visualization/stat-crown.svg +4 -0
- package/src/svg/14-stats-data-visualization/stat-cycle.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-donut.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-medalion.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-pie-c.svg +4 -0
- package/src/svg/14-stats-data-visualization/stat-pie.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-rocket.svg +7 -0
- package/src/svg/14-stats-data-visualization/stat-stat.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-winner.svg +6 -0
- package/src/svg/14-stats-data-visualization/trending-down.svg +3 -0
- package/src/svg/14-stats-data-visualization/trending-up.svg +3 -0
- package/src/svg/15-shapes-geometric/circle.svg +6 -0
- package/src/svg/15-shapes-geometric/cone.svg +3 -0
- package/src/svg/15-shapes-geometric/diamond.svg +3 -0
- package/src/svg/15-shapes-geometric/triangle.svg +5 -0
- package/src/svg/15-shapes-geometric/wave.svg +5 -0
- package/src/svg/15-shapes-geometric/wheel.svg +3 -0
- package/src/svg/16-miscellaneous/align-auto.svg +3 -0
- package/src/svg/16-miscellaneous/bolt.svg +3 -0
- package/src/svg/16-miscellaneous/bucket.svg +3 -0
- package/src/svg/16-miscellaneous/foundation.svg +3 -0
- package/src/svg/16-miscellaneous/home-1.svg +3 -0
- package/src/svg/16-miscellaneous/home-2.svg +3 -0
- package/src/svg/16-miscellaneous/instance.svg +5 -0
- package/src/svg/16-miscellaneous/location.svg +3 -0
- package/src/svg/16-miscellaneous/pills.svg +7 -0
- package/src/svg/16-miscellaneous/rabbit.svg +3 -0
- package/src/svg/17-another-creation/signature-thick.svg +3 -0
- package/src/svg/99-rack/ascii-back.svg +3 -0
- package/src/svg/99-rack/ascii-block.svg +3 -0
- package/src/svg/99-rack/ascii-dash.svg +3 -0
- package/src/svg/99-rack/ascii-dot.svg +3 -0
- package/src/svg/99-rack/ascii-equal.svg +4 -0
- package/src/svg/99-rack/ascii-hash.svg +6 -0
- package/src/svg/99-rack/ascii-pipe.svg +3 -0
- package/src/svg/99-rack/ascii-plus.svg +4 -0
- package/src/svg/99-rack/ascii-slash.svg +3 -0
- package/src/svg/99-rack/ascii-x.svg +4 -0
- package/src/svg/99-rack/cable-lock.svg +5 -0
- package/src/svg/99-rack/cable-off.svg +5 -0
- package/src/svg/99-rack/cable-on.svg +4 -0
- package/src/svg/99-rack/cable-trans.svg +4 -0
- package/src/svg/99-rack/cable-unlock.svg +5 -0
- package/src/svg/99-rack/cap-butt.svg +3 -0
- package/src/svg/99-rack/cap-round.svg +3 -0
- package/src/svg/99-rack/cap-square.svg +3 -0
- package/src/svg/99-rack/chevron-left.svg +3 -0
- package/src/svg/99-rack/chevron-right.svg +3 -0
- package/src/svg/99-rack/clr-anl.svg +7 -0
- package/src/svg/99-rack/clr-comp.svg +6 -0
- package/src/svg/99-rack/clr-mono.svg +4 -0
- package/src/svg/99-rack/clr-tri.svg +7 -0
- package/src/svg/99-rack/curve-exp.svg +3 -0
- package/src/svg/99-rack/curve-log.svg +3 -0
- package/src/svg/99-rack/dith-cross.svg +3 -0
- package/src/svg/99-rack/dith-crt.svg +6 -0
- package/src/svg/99-rack/dith-diamond.svg +3 -0
- package/src/svg/99-rack/dith-flow.svg +8 -0
- package/src/svg/99-rack/dith-flower.svg +7 -0
- package/src/svg/99-rack/dith-gear.svg +4 -0
- package/src/svg/99-rack/dith-glitch.svg +5 -0
- package/src/svg/99-rack/dith-grid.svg +11 -0
- package/src/svg/99-rack/dith-hex.svg +8 -0
- package/src/svg/99-rack/dith-htone.svg +8 -0
- package/src/svg/99-rack/dith-melt.svg +8 -0
- package/src/svg/99-rack/dith-radial.svg +8 -0
- package/src/svg/99-rack/dith-xhatch.svg +8 -0
- package/src/svg/99-rack/filter-bp.svg +3 -0
- package/src/svg/99-rack/filter-hp.svg +3 -0
- package/src/svg/99-rack/filter-lp.svg +3 -0
- package/src/svg/99-rack/filter-notch.svg +3 -0
- package/src/svg/99-rack/gen-color.svg +4 -0
- package/src/svg/99-rack/gen-gradient.svg +4 -0
- package/src/svg/99-rack/gen-pattern.svg +7 -0
- package/src/svg/99-rack/gen-wave.svg +3 -0
- package/src/svg/99-rack/grad-con.svg +4 -0
- package/src/svg/99-rack/grad-lin.svg +3 -0
- package/src/svg/99-rack/grad-rad.svg +4 -0
- package/src/svg/99-rack/line-circle.svg +3 -0
- package/src/svg/99-rack/line-grid.svg +3 -0
- package/src/svg/99-rack/line-line.svg +3 -0
- package/src/svg/99-rack/line-lissa.svg +4 -0
- package/src/svg/99-rack/line-spiral.svg +3 -0
- package/src/svg/99-rack/logic-and.svg +3 -0
- package/src/svg/99-rack/logic-nand.svg +4 -0
- package/src/svg/99-rack/logic-nor.svg +4 -0
- package/src/svg/99-rack/logic-not.svg +4 -0
- package/src/svg/99-rack/logic-or.svg +3 -0
- package/src/svg/99-rack/logic-xor.svg +4 -0
- package/src/svg/99-rack/nav-create.svg +5 -0
- package/src/svg/99-rack/nav-home.svg +3 -0
- package/src/svg/99-rack/nav-library.svg +6 -0
- package/src/svg/99-rack/nav-rack.svg +5 -0
- package/src/svg/99-rack/nav-settings.svg +8 -0
- package/src/svg/99-rack/ptrn-checker.svg +6 -0
- package/src/svg/99-rack/ptrn-dot.svg +6 -0
- package/src/svg/99-rack/ptrn-stripe.svg +3 -0
- package/src/svg/99-rack/radial-circle.svg +3 -0
- package/src/svg/99-rack/radial-default.svg +3 -0
- package/src/svg/99-rack/radial-hex.svg +3 -0
- package/src/svg/99-rack/radial-random.svg +3 -0
- package/src/svg/99-rack/radial-rect.svg +3 -0
- package/src/svg/99-rack/radial-star.svg +3 -0
- package/src/svg/99-rack/radial-triangle.svg +3 -0
- package/src/svg/99-rack/ramp-down.svg +3 -0
- package/src/svg/99-rack/ramp-tri.svg +3 -0
- package/src/svg/99-rack/ramp-up.svg +3 -0
- package/src/svg/99-rack/seq-a.svg +3 -0
- package/src/svg/99-rack/seq-b.svg +3 -0
- package/src/svg/99-rack/seq-c.svg +3 -0
- package/src/svg/99-rack/seq-d.svg +3 -0
- package/src/svg/99-rack/shape-cube.svg +5 -0
- package/src/svg/99-rack/shape-cyl.svg +6 -0
- package/src/svg/99-rack/shape-ico.svg +9 -0
- package/src/svg/99-rack/shape-octa.svg +4 -0
- package/src/svg/99-rack/shape-sphere.svg +5 -0
- package/src/svg/99-rack/shape-tetra.svg +4 -0
- package/src/svg/99-rack/shape-torus.svg +4 -0
- package/src/svg/99-rack/shaper-clip.svg +3 -0
- package/src/svg/99-rack/shaper-exp.svg +3 -0
- package/src/svg/99-rack/shaper-fold.svg +3 -0
- package/src/svg/99-rack/shaper-log.svg +3 -0
- package/src/svg/99-rack/shaper-scurve.svg +3 -0
- package/src/svg/99-rack/shaper-sine.svg +3 -0
- package/src/svg/99-rack/shaper-step.svg +3 -0
- package/src/svg/99-rack/shaper-wrap.svg +6 -0
- package/src/svg/99-rack/tr-carets.svg +4 -0
- package/src/svg/99-rack/tr-fwd.svg +4 -0
- package/src/svg/99-rack/tr-inf.svg +3 -0
- package/src/svg/99-rack/tr-left.svg +3 -0
- package/src/svg/99-rack/tr-pause.svg +4 -0
- package/src/svg/99-rack/tr-rew.svg +4 -0
- package/src/svg/99-rack/tr-right.svg +3 -0
- package/src/svg/99-rack/tr-skip.svg +4 -0
- package/src/svg/99-rack/wave-rnd.svg +3 -0
- package/src/svg/99-rack/wave-saw.svg +3 -0
- package/src/svg/99-rack/wave-sin.svg +3 -0
- package/src/svg/99-rack/wave-sqr.svg +3 -0
- package/src/svg/99-rack/wave-tri.svg +3 -0
- package/src/svg-web/12px-check.svg +3 -0
- package/src/svg-web/12px-cross.svg +3 -0
- package/src/svg-web/12px-minus.svg +3 -0
- package/src/svg-web/12px-plus.svg +3 -0
- package/src/svg-web/arrow-downright.svg +3 -0
- package/src/svg-web/arrow-left.svg +3 -0
- package/src/svg-web/arrow-right.svg +3 -0
- package/src/svg-web/arrow-up.svg +3 -0
- package/src/svg-web/atomic-atom.svg +5 -0
- package/src/svg-web/atomic-molecule.svg +5 -0
- package/src/svg-web/atomic-organism.svg +3 -0
- package/src/svg-web/black-bishop.svg +10 -0
- package/src/svg-web/black-hrook.svg +11 -0
- package/src/svg-web/black-king.svg +10 -0
- package/src/svg-web/black-knight.svg +10 -0
- package/src/svg-web/black-pawn.svg +10 -0
- package/src/svg-web/black-queen.svg +10 -0
- package/src/svg-web/bolt.svg +3 -0
- package/src/svg-web/bucket.svg +3 -0
- package/src/svg-web/check-mark.svg +3 -0
- package/src/svg-web/check.svg +4 -0
- package/src/svg-web/chess-pawn.svg +3 -0
- package/src/svg-web/chess-rook.svg +3 -0
- package/src/svg-web/chevron-down.svg +3 -0
- package/src/svg-web/chevron-expanded.svg +3 -0
- package/src/svg-web/chevron-left.svg +3 -0
- package/src/svg-web/chevron-right.svg +3 -0
- package/src/svg-web/chevron-up.svg +3 -0
- package/src/svg-web/circle.svg +6 -0
- package/src/svg-web/clock.svg +4 -0
- package/src/svg-web/color.svg +7 -0
- package/src/svg-web/component.svg +6 -0
- package/src/svg-web/cone.svg +3 -0
- package/src/svg-web/contrast.svg +4 -0
- package/src/svg-web/copy.svg +3 -0
- package/src/svg-web/cross.svg +3 -0
- package/src/svg-web/dashboard-book-open.svg +3 -0
- package/src/svg-web/dashboard-bookmark.svg +3 -0
- package/src/svg-web/dashboard-dual-opponent.svg +6 -0
- package/src/svg-web/dashboard-journal.svg +3 -0
- package/src/svg-web/dashboard-manual-empty.svg +3 -0
- package/src/svg-web/dashboard-roadmap.svg +3 -0
- package/src/svg-web/diamond.svg +3 -0
- package/src/svg-web/dimond.svg +5 -0
- package/src/svg-web/dock-left.svg +3 -0
- package/src/svg-web/dock-right.svg +3 -0
- package/src/svg-web/docs-File.svg +3 -0
- package/src/svg-web/docs-Files.svg +3 -0
- package/src/svg-web/docs-add-file.svg +4 -0
- package/src/svg-web/docs-alarm.svg +3 -0
- package/src/svg-web/docs-app.svg +3 -0
- package/src/svg-web/docs-arrow-up-down.svg +3 -0
- package/src/svg-web/docs-bookmark.svg +3 -0
- package/src/svg-web/docs-clipboard-1.svg +3 -0
- package/src/svg-web/docs-clipboard-2.svg +3 -0
- package/src/svg-web/docs-download.svg +3 -0
- package/src/svg-web/docs-edit.svg +3 -0
- package/src/svg-web/docs-external-link.svg +3 -0
- package/src/svg-web/docs-flag.svg +3 -0
- package/src/svg-web/docs-heart-1.svg +3 -0
- package/src/svg-web/docs-heart-2.svg +3 -0
- package/src/svg-web/docs-home-1.svg +3 -0
- package/src/svg-web/docs-home-2.svg +3 -0
- package/src/svg-web/docs-in-going.svg +3 -0
- package/src/svg-web/docs-layout-01.svg +3 -0
- package/src/svg-web/docs-layout-02.svg +3 -0
- package/src/svg-web/docs-layout-03.svg +3 -0
- package/src/svg-web/docs-location.svg +3 -0
- package/src/svg-web/docs-more-horizontal.svg +5 -0
- package/src/svg-web/docs-more-vertical.svg +5 -0
- package/src/svg-web/docs-nav-ui-1.svg +3 -0
- package/src/svg-web/docs-nav-ui.svg +3 -0
- package/src/svg-web/docs-out-going.svg +3 -0
- package/src/svg-web/docs-server.svg +3 -0
- package/src/svg-web/docs-settings.svg +3 -0
- package/src/svg-web/docs-stop.svg +3 -0
- package/src/svg-web/docs-text-01.svg +3 -0
- package/src/svg-web/docs-text-02.svg +3 -0
- package/src/svg-web/docs-text-03.svg +3 -0
- package/src/svg-web/docs-upload.svg +3 -0
- package/src/svg-web/docs-user.svg +3 -0
- package/src/svg-web/docs-write-edit.svg +3 -0
- package/src/svg-web/filter.svg +3 -0
- package/src/svg-web/flag-gb.svg +23 -0
- package/src/svg-web/flag-is.svg +24 -0
- package/src/svg-web/font-03.svg +3 -0
- package/src/svg-web/foundation.svg +3 -0
- package/src/svg-web/frequency.svg +3 -0
- package/src/svg-web/grid-01.svg +3 -0
- package/src/svg-web/grid-02.svg +6 -0
- package/src/svg-web/grid-03.svg +3 -0
- package/src/svg-web/grid-04.svg +11 -0
- package/src/svg-web/grid.svg +3 -0
- package/src/svg-web/hall-of-displacement.svg +3 -0
- package/src/svg-web/hall-of-movement.svg +5 -0
- package/src/svg-web/hall-of-symphony.svg +6 -0
- package/src/svg-web/interactive.svg +10 -0
- package/src/svg-web/layout.svg +3 -0
- package/src/svg-web/library.svg +3 -0
- package/src/svg-web/logo.svg +3 -0
- package/src/svg-web/minus.svg +3 -0
- package/src/svg-web/pages.svg +3 -0
- package/src/svg-web/pen.svg +6 -0
- package/src/svg-web/pills.svg +7 -0
- package/src/svg-web/play-Play.svg +3 -0
- package/src/svg-web/play-arrow-back.svg +3 -0
- package/src/svg-web/play-arrow-end.svg +3 -0
- package/src/svg-web/play-arrow-forward.svg +3 -0
- package/src/svg-web/play-arrow-start.svg +3 -0
- package/src/svg-web/play-pause.svg +4 -0
- package/src/svg-web/plus.svg +3 -0
- package/src/svg-web/rotate.svg +4 -0
- package/src/svg-web/row.svg +3 -0
- package/src/svg-web/save.svg +5 -0
- package/src/svg-web/search-16.svg +3 -0
- package/src/svg-web/search-24.svg +3 -0
- package/src/svg-web/snap.svg +3 -0
- package/src/svg-web/social-behance.svg +3 -0
- package/src/svg-web/social-dribbble.svg +3 -0
- package/src/svg-web/social-facebook.svg +3 -0
- package/src/svg-web/social-instagram-2.svg +3 -0
- package/src/svg-web/social-instagram.svg +3 -0
- package/src/svg-web/social-linkedin.svg +3 -0
- package/src/svg-web/social-tiktok.svg +3 -0
- package/src/svg-web/social-twitter.svg +3 -0
- package/src/svg-web/social-youtube.svg +3 -0
- package/src/svg-web/stat-abacus.svg +3 -0
- package/src/svg-web/stat-chart-a.svg +3 -0
- package/src/svg-web/stat-chart-b.svg +5 -0
- package/src/svg-web/stat-chart-c.svg +8 -0
- package/src/svg-web/stat-crown.svg +4 -0
- package/src/svg-web/stat-cycle.svg +5 -0
- package/src/svg-web/stat-donut.svg +3 -0
- package/src/svg-web/stat-medalion.svg +5 -0
- package/src/svg-web/stat-pie-c.svg +4 -0
- package/src/svg-web/stat-pie.svg +3 -0
- package/src/svg-web/stat-rocket.svg +7 -0
- package/src/svg-web/stat-stat.svg +3 -0
- package/src/svg-web/stat-winner.svg +6 -0
- package/src/svg-web/stopwatch.svg +5 -0
- package/src/svg-web/stroke-arrow-down-right.svg +3 -0
- package/src/svg-web/stroke-arrow-down.svg +3 -0
- package/src/svg-web/stroke-chess-pawn.svg +3 -0
- package/src/svg-web/stroke-chess-rook.svg +3 -0
- package/src/svg-web/stroke-chevron-down.svg +3 -0
- package/src/svg-web/stroke-copy.svg +3 -0
- package/src/svg-web/stroke-trending.svg +4 -0
- package/src/svg-web/styleguide.svg +3 -0
- package/src/svg-web/theme-toggle.svg +3 -0
- package/src/svg-web/trending-down.svg +3 -0
- package/src/svg-web/trending-up.svg +3 -0
- package/src/svg-web/trending.svg +4 -0
- package/src/svg-web/triangle.svg +5 -0
- package/src/svg-web/type-foundry.svg +4 -0
- package/src/svg-web/type.svg +3 -0
- package/src/svg-web/view-grid.svg +6 -0
- package/src/svg-web/view-list.svg +3 -0
- package/src/svg-web/wheel.svg +3 -0
- package/src/svg-web/white-bishop.svg +10 -0
- package/src/svg-web/white-hrook.svg +3 -0
- package/src/svg-web/white-king.svg +12 -0
- package/src/svg-web/white-knight.svg +3 -0
- package/src/svg-web/white-pawn.svg +10 -0
- package/src/svg-web/white-queen.svg +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 10 V8 a3 3 0 0 1 3 -3 H17" /><path d="M14 2 L17 5 L14 8" /><path d="M20 14 V16 a3 3 0 0 1 -3 3 H7" /><path d="M10 22 L7 19 L10 16" /><path d="M11 13 L12 12.5 V16" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 10 V8 a3 3 0 0 1 3 -3 H17" /><path d="M14 2 L17 5 L14 8" /><path d="M20 14 V16 a3 3 0 0 1 -3 3 H7" /><path d="M10 22 L7 19 L10 16" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 5 L11 12 L20 19 Z" /><path d="M11 5 L2 12 L11 19 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6 H6 L18 18 H21" /><path d="M3 18 H6 L9 15" /><path d="M14 6 H21" /><path d="M18 3 L21 6 L18 9" /><path d="M18 15 L21 18 L18 21" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 5 V19" /><path d="M20 5 V19 L9 12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 5 V19" /><path d="M4 5 V19 L15 12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="5.5" y="5.5" width="13" height="13" rx="0.5" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M10 6.5 H15 a1 1 0 0 1 1 1 V13.5" /><path d="M16 10.5 L20.5 8 V16" /><path d="M3.5 6.5 V16.5 a1 1 0 0 0 1 1 H14" /><path d="M3 3 L21 21" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="6.5" width="12.5" height="11" rx="1" /><path d="M16 10.5 L20.5 8 V16 L16 13.5 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 9.5 H7 L12.5 4.5 V19.5 L7 14.5 H3.5 Z" /><path d="M16 9 a3 3 0 0 1 0 6" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 9.5 H7 L12.5 4.5 V19.5 L7 14.5 H3.5 Z" /><path d="M16 8 a4 4 0 0 1 0 8" /><path d="M19 5 a8 8 0 0 1 0 14" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 9.5 H7 L12.5 4.5 V19.5 L7 14.5 H3.5 Z" /><path d="M17 9 L22 14" /><path d="M22 9 L17 14" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 9.5 H7 L12.5 4.5 V19.5 L7 14.5 H3.5 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="4.5" width="5" height="15" rx="1" /><rect x="10.5" y="8" width="5" height="8" rx="1" /><path d="M19 5 L20 7 L22 8 L20 9 L19 11 L18 9 L16 8 L18 7 Z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M6 6C8 9 8 15 6 18M18 6C16 9 16 15 18 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M3 12H21M12 3V21M5 6C8 9 8 15 5 18M19 6C16 9 16 15 19 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 11H21V13A5 5 0 0 1 16 18H8A5 5 0 0 1 3 13V11Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M5 11V5A2 2 0 0 1 9 5M5 18V20M19 18V20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.428 15.4282C19.1488 15.149 18.7932 14.9587 18.406 14.8812L16.0185 14.4037C14.7101 14.1421 13.3519 14.324 12.1585 14.9207L11.8411 15.0793C10.6477 15.676 9.28948 15.8579 7.98113 15.5963L6.04938 15.2099C5.39366 15.0788 4.71578 15.284 4.24294 15.7569M7.9998 4H15.9998L14.9998 5V10.1716C14.9998 10.702 15.2105 11.2107 15.5856 11.5858L20.5856 16.5858C21.8455 17.8457 20.9532 20 19.1714 20H4.82823C3.04642 20 2.15409 17.8457 3.41401 16.5858L8.41402 11.5858C8.78909 11.2107 8.9998 10.702 8.9998 10.1716V5L7.9998 4Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 18V8A1 1 0 0 1 4 7H20A1 1 0 0 1 21 8V18M3 14H21M7 11H10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 18V20M21 18V20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22C12 22 19 15 19 9A7 7 0 0 0 5 9C5 15 12 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 9L11 11L15 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2.5 L4.5 13.5 L11 13.5 L9 21.5 L19.5 9 L13 9 Z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11 21A7 7 0 1 0 11 7A7 7 0 1 0 11 21Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M16 8L18 6M18 6V3M18 6H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 12H21A9 9 0 0 1 3 12Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 5C8 6 10 7 9 8M13 5C12 6 14 7 13 8M2 16H22" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 8V8.01M12 7V7.01M11 11V11.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 4.5 H18.5 L16.5 19.5 a2 2 0 0 1 -2 1.7 H9.5 a2 2 0 0 1 -2 -1.7 Z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 17A6 6 0 1 1 15 17V18H9V18Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 20H15M10 22H14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 15V8A2 2 0 0 1 5 6H16L21 10V15M3 15H21M3 15V17H5M21 15V17H19M3 10H16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 13V13.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 16V6A2 2 0 0 1 6 4H18A2 2 0 0 1 20 6V16M4 16H20M4 16V18A1 1 0 0 0 5 19H6A1 1 0 0 0 7 18V16M17 16V18A1 1 0 0 0 18 19H19A1 1 0 0 0 20 18V16M4 9H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 13V13.01M17 13V13.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 3H19A1 1 0 0 1 20 4V20A1 1 0 0 1 19 21H5A1 1 0 0 1 4 20V4A1 1 0 0 1 5 3Z M4 12H20" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M11 8V9M11 15V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 11H18A1 1 0 0 1 19 12V17A2 2 0 0 1 17 19H7A2 2 0 0 1 5 17V12A1 1 0 0 1 6 11Z M5 15H19" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 11V8M3 6L21 4M12 7A1 1 0 0 1 12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 21V13A2 2 0 0 1 6 11H18A2 2 0 0 1 20 13V21M4 21H20M4 16C6 18 6 14 8 16S10 18 12 16 14 14 16 16 18 18 20 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 11V7M12 5V5.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 21V9H11V21M13 21V7H16V21M4 21H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 9V6M9.5 4V4.01M14.5 7V4M14.5 2V2.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 13L5 7A2 2 0 0 1 7 6H17A2 2 0 0 1 19 7L21 13M3 13H21M3 13V18H5V16M21 13V18H19V16M3 16H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 10H17.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 3H19A1 1 0 0 1 20 4V20A1 1 0 0 1 19 21H5A1 1 0 0 1 4 20V4A1 1 0 0 1 5 3Z M12 3V21" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M10 11V13M14 11V13" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 8H16V14A4 4 0 0 1 12 18H8A4 4 0 0 1 4 14V8Z M16 9H18A2 2 0 0 1 18 13H16M5 21H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 9V9.01M14 8V8.01M15 13V13.01M10 15V15.01M8 12V12.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 3V21" stroke="currentColor" stroke-width="2" stroke-dasharray="1.5 2"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 19A3 3 0 1 0 6 13A3 3 0 1 0 6 19Z M18 19A3 3 0 1 0 18 13A3 3 0 1 0 18 19Z M9 8A1 1 0 1 0 9 6A1 1 0 1 0 9 8Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M6 16L10 10L14 13L18 16M10 10L13 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 10.7A1.3 1.3 0 1 0 12 13.3A1.3 1.3 0 1 0 12 10.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6.7A1.3 1.3 0 1 0 8 9.3A1.3 1.3 0 1 0 8 6.7Z M16 14.7A1.3 1.3 0 1 0 16 17.3A1.3 1.3 0 1 0 16 14.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6.7A1.3 1.3 0 1 0 8 9.3A1.3 1.3 0 1 0 8 6.7Z M12 10.7A1.3 1.3 0 1 0 12 13.3A1.3 1.3 0 1 0 12 10.7Z M16 14.7A1.3 1.3 0 1 0 16 17.3A1.3 1.3 0 1 0 16 14.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6.7A1.3 1.3 0 1 0 8 9.3A1.3 1.3 0 1 0 8 6.7Z M16 6.7A1.3 1.3 0 1 0 16 9.3A1.3 1.3 0 1 0 16 6.7Z M8 14.7A1.3 1.3 0 1 0 8 17.3A1.3 1.3 0 1 0 8 14.7Z M16 14.7A1.3 1.3 0 1 0 16 17.3A1.3 1.3 0 1 0 16 14.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6.7A1.3 1.3 0 1 0 8 9.3A1.3 1.3 0 1 0 8 6.7Z M16 6.7A1.3 1.3 0 1 0 16 9.3A1.3 1.3 0 1 0 16 6.7Z M12 10.7A1.3 1.3 0 1 0 12 13.3A1.3 1.3 0 1 0 12 10.7Z M8 14.7A1.3 1.3 0 1 0 8 17.3A1.3 1.3 0 1 0 8 14.7Z M16 14.7A1.3 1.3 0 1 0 16 17.3A1.3 1.3 0 1 0 16 14.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 4H19A1 1 0 0 1 20 5V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V5A1 1 0 0 1 5 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6.7A1.3 1.3 0 1 0 8 9.3A1.3 1.3 0 1 0 8 6.7Z M16 6.7A1.3 1.3 0 1 0 16 9.3A1.3 1.3 0 1 0 16 6.7Z M8 10.7A1.3 1.3 0 1 0 8 13.3A1.3 1.3 0 1 0 8 10.7Z M16 10.7A1.3 1.3 0 1 0 16 13.3A1.3 1.3 0 1 0 16 10.7Z M8 14.7A1.3 1.3 0 1 0 8 17.3A1.3 1.3 0 1 0 8 14.7Z M16 14.7A1.3 1.3 0 1 0 16 17.3A1.3 1.3 0 1 0 16 14.7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.6569 18.6568C14.5327 21.781 9.46734 21.781 6.34315 18.6568C4.78105 17.0947 4 15.0474 4 13C4 10.9526 4.78105 8.90523 6.34315 7.34313C6.34315 7.34313 7.00004 8.99995 9.00004 9.99995C9.00004 7.99995 9.50004 4.99996 11.9859 3C14 5 16.0912 5.77745 17.6569 7.34313C19.219 8.90523 20 10.9526 20 13C20 15.0474 19.2189 17.0947 17.6569 18.6568Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M9.87868 16.1213C11.0503 17.2928 12.9497 17.2928 14.1213 16.1213C14.7071 15.5355 15 14.7677 15 14C15 13.2322 14.7071 12.4644 14.1213 11.8786C13.5392 11.2965 12.7775 11.0037 12.0146 11L10.9999 13.9999L9 14C9.00001 14.7677 9.2929 15.5355 9.87868 16.1213Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 21A9 9 0 1 0 12 3A9 9 0 1 0 12 21Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12 8.5L15 10.7L13.8 14.2H10.2L9 10.7L12 8.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 3V8.5M15 10.7L20.2 9M13.8 14.2L17 18.5M10.2 14.2L7 18.5M9 10.7L3.8 9" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 3V9A2 2 0 0 0 9 11V21M7 3V8M10 3V8M17 3C17 3 15 5 15 9A2 2 0 0 0 17 11V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="3.5" width="17" height="17" rx="1" /><circle cx="6" cy="6" r="1" fill="currentColor" stroke="none" /><circle cx="12" cy="6" r="1" fill="currentColor" stroke="none" /><circle cx="18" cy="6" r="1" fill="currentColor" stroke="none" /><circle cx="6" cy="12" r="1" fill="currentColor" stroke="none" /><circle cx="12" cy="12" r="1" fill="currentColor" stroke="none" /><circle cx="18" cy="12" r="1" fill="currentColor" stroke="none" /><circle cx="6" cy="18" r="1" fill="currentColor" stroke="none" /><circle cx="12" cy="18" r="1" fill="currentColor" stroke="none" /><circle cx="18" cy="18" r="1" fill="currentColor" stroke="none" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 3H18A1 1 0 0 1 19 4V20A1 1 0 0 1 18 21H6A1 1 0 0 1 5 20V4A1 1 0 0 1 6 3Z M5 10H19" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 6V8M8 13V15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1_7485)">
|
|
3
|
+
<path d="M21 2H9C8.4 2 8 2.4 8 3V6C8 6.6 8.4 7 9 7H21C21.6 7 22 6.6 22 6V3C22 2.4 21.6 2 21 2Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M12 17H7V22H12V17Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M7 9.5H2V14.5H7V9.5Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M18 9.59961H9.5V14.2996H18V9.59961Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_1_7485">
|
|
10
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 11H17A4 4 0 0 1 21 15V16A3 3 0 0 1 15.5 17.5L15 17H9L8.5 17.5A3 3 0 0 1 3 16V15A4 4 0 0 1 7 11Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M7 14V16M6 15H8M15 14V14.01M17 16V16.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 21V5A2 2 0 0 1 7 3H12A2 2 0 0 1 14 5V21M4 21H15M5 11H14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8L17 11V17A2 2 0 0 0 19 17V9L16 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 21V11A7 7 0 0 1 19 11V21L16.5 19L14 21L12 19L10 21L7.5 19L5 21Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9.5 10V10.01M14.5 10V10.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 16A3 3 0 1 0 6 10A3 3 0 1 0 6 16Z M18 16A3 3 0 1 0 18 10A3 3 0 1 0 18 16Z M9 13H15M3 11L5 8M21 11L19 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 11 L12 4.5 L20.5 11 V19.5 a1 1 0 0 1 -1 1 H4.5 a1 1 0 0 1 -1 -1 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 11 L12 4.5 L20.5 11 V19.5 a1 1 0 0 1 -1 1 H4.5 a1 1 0 0 1 -1 -1 Z" /><path d="M9.5 20.5 V14 H14.5 V20.5" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 21V5A1 1 0 0 1 4 4H14A1 1 0 0 1 15 5V21M15 21V11H20A1 1 0 0 1 21 12V21M2 21H22M7 8H11M7 12H11M7 16H11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3 L21 12 L12 21 L3 12 Z" /><path d="M12 7 L17 12 L12 17 L7 12 Z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 9H19A2 2 0 0 1 21 11V17A2 2 0 0 1 19 19H5A2 2 0 0 1 3 17V11A2 2 0 0 1 5 9Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8 14H10M9 13V15M15 13V13.01M17 15V15.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 8H17A5 5 0 0 1 22 13.5A2.5 2.5 0 0 1 17.3 15L16 13H8L6.7 15A2.5 2.5 0 0 1 2 13.5A5 5 0 0 1 7 8Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.5 11V13M5.5 12H7.5M15.5 11.5V11.51M17.5 13V13.01" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 18L9 9L13 15M11 18L16 10L21 18M3 18H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 7A1 1 0 1 0 17 5A1 1 0 1 0 17 7Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3 a7 7 0 0 1 7 7 c0 5 -7 11 -7 11 S5 15 5 10 a7 7 0 0 1 7 -7 Z" /><circle cx="12" cy="10" r="2.5" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 5C8 4 16 4 20 5C20 12 17 19 12 20C7 19 4 12 4 5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 10C9.5 11 10.5 11 11 10M13 10C13.5 11 14.5 11 15 10M9 14C10.5 16 13.5 16 15 14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 10A5 5 0 1 1 9 5L14 10Z M14 10A5 5 0 0 1 9 15M3 21L8 16M5 14L8 11M10 19L13 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 9 a5 5 0 0 1 5 -5 H14 a5 5 0 0 1 5 5 V15 a5 5 0 0 1 -5 5 H10 a5 5 0 0 1 -5 -5 Z" transform="rotate(-45 12 12)" /></svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.585 14C3.14192 12.9059 2.94644 11.7274 3.01256 10.5489C3.07869 9.37037 3.40478 8.22109 3.96746 7.18346C4.53014 6.14584 5.31546 5.24558 6.2671 4.54726C7.21874 3.84894 8.31312 3.36986 9.47175 3.14437C10.6304 2.91888 11.8246 2.95258 12.9686 3.24304C14.1127 3.5335 15.1783 4.07354 16.0891 4.82441C16.9998 5.57528 17.7331 6.51839 18.2364 7.58609C18.7397 8.65379 19.0004 9.81963 19 11L19 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M16 11L19 14L22 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M7 17L11 13L15 17L11 21L7 17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.415 14C20.8581 12.9059 21.0536 11.7274 20.9874 10.5489C20.9213 9.37037 20.5952 8.22109 20.0325 7.18346C19.4699 6.14584 18.6845 5.24558 17.7329 4.54726C16.7813 3.84894 15.6869 3.36986 14.5283 3.14437C13.3696 2.91888 12.1754 2.95258 11.0314 3.24304C9.8873 3.5335 8.82168 4.07354 7.91093 4.82441C7.00018 5.57528 6.26688 6.51839 5.76361 7.58609C5.26033 8.65379 4.99956 9.81963 5 11L5 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M8 11L5 14L2 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M17 17L13 13L9 17L13 21L17 17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 5A7 7 0 1 0 12 19A7 7 0 1 0 12 5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M4 17C2 19 2 20 3 21C5 23 12 20 18 14C22 9 23 5 21 3C20 2 19 2 17 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11 4C11 2.89543 11.8954 2 13 2C14.1046 2 15 2.89543 15 4V5C15 5.55228 15.4477 6 16 6H19C19.5523 6 20 6.44772 20 7V10C20 10.5523 19.5523 11 19 11H18C16.8954 11 16 11.8954 16 13C16 14.1046 16.8954 15 18 15H19C19.5523 15 20 15.4477 20 16V19C20 19.5523 19.5523 20 19 20H16C15.4477 20 15 19.5523 15 19V18C15 16.8954 14.1046 16 13 16C11.8954 16 11 16.8954 11 18V19C11 19.5523 10.5523 20 10 20H7C6.44772 20 6 19.5523 6 19V16C6 15.4477 5.55228 15 5 15H4C2.89543 15 2 14.1046 2 13C2 11.8954 2.89543 11 4 11H5C5.55228 11 6 10.5523 6 10V7C6 6.44772 6.44772 6 7 6H10C10.5523 6 11 5.55228 11 5V4Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 14 a3.5 3.5 0 0 1 3.5 -3.5 H15 a3.5 3.5 0 0 1 3.5 3.5 V17.5 H5.5 Z" /><path d="M7 11 L5.5 3.5 L9 7" /><path d="M17 11 L18.5 3.5 L15 7" /><circle cx="12" cy="15.5" r="0.7" fill="currentColor" stroke="none" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 3V11A2 2 0 0 0 8 13V21M6 3V8M9 3V8M18 3C16 3 15 5 15 8S16 12 18 12V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3C16 5 17 10 17 13L14 16H10L7 13C7 10 8 5 12 3Z M10 16L8 21L11 19M14 16L16 21L13 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 10V10.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 5A2 2 0 1 0 14 1A2 2 0 1 0 14 5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M5 21L9 16L8 12L5 10M8 12L13 13L11 8L14 6L17 9L20 10M11 16L13 21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 13A6 6 0 0 1 18 13H6Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 7V4A2 2 0 0 1 16 4M9 17V18M12 17V19M15 17V18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.0006 5.5L13.8669 10.2038L19.0011 10.4599L15.0052 13.6537L16.3178 18.5L12.0006 15.7918L7.68332 18.5L8.99592 13.6537L5 10.4599L10.1342 10.2038L12.0006 5.5Z" stroke="currentColor" stroke-miterlimit="10" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.39982 8.79965C7.72521 8.79965 8.79965 7.72521 8.79965 6.39982C8.79965 5.07444 7.72521 4 6.39982 4C5.07444 4 4 5.07444 4 6.39982C4 7.72521 5.07444 8.79965 6.39982 8.79965Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M17.599 14.3993C18.9244 14.3993 19.9989 13.3248 19.9989 11.9994C19.9989 10.674 18.9244 9.59961 17.599 9.59961C16.2737 9.59961 15.1992 10.674 15.1992 11.9994C15.1992 13.3248 16.2737 14.3993 17.599 14.3993Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M6.39982 19.999C7.72521 19.999 8.79965 18.9246 8.79965 17.5992C8.79965 16.2738 7.72521 15.1993 6.39982 15.1993C5.07444 15.1993 4 16.2738 4 17.5992C4 18.9246 5.07444 19.999 6.39982 19.999Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M15.2017 11.9996H9.60211C7.84224 11.9996 6.40234 11.1996 6.40234 8.7998V15.1993" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3V4M12 20V21M21 12H20M4 12H3M18.364 18.364L17.6569 17.6569M6.34315 6.34315L5.63604 5.63604M18.364 5.63609L17.6569 6.3432M6.3432 17.6569L5.63609 18.364M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 11H20A1 1 0 0 1 21 12V14A1 1 0 0 1 20 15H4A1 1 0 0 1 3 14V12A1 1 0 0 1 4 11Z M8 11V15" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M11 13A1.5 1.5 0 1 0 14 13A1.5 1.5 0 1 0 11 13Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16 8A2 2 0 1 0 16 4A2 2 0 1 0 16 8Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M5 12L9 10L13 13L16 11M3 18C5 16 6 16 8 18S11 20 13 18 16 16 18 18 21 20 21 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 13L5 7A2 2 0 0 1 7 6H17A2 2 0 0 1 19 7L21 13M3 13H21M3 13V18H5V16M21 13V18H19V16M3 16H21M9 6V4H15V6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3A9 9 0 1 0 12 21A9 9 0 1 0 12 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M5 5C9 8 9 16 5 19M19 5C15 8 15 16 19 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 5V7M15 11V13M15 17V19M5 5C3.89543 5 3 5.89543 3 7V10C4.10457 10 5 10.8954 5 12C5 13.1046 4.10457 14 3 14V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V14C19.8954 14 19 13.1046 19 12C19 10.8954 19.8954 10 21 10V7C21 5.89543 20.1046 5 19 5H5Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 4H18A2 2 0 0 1 20 6V15A2 2 0 0 1 18 17H6A2 2 0 0 1 4 15V6A2 2 0 0 1 6 4Z M4 11H20M7 21L5 17M17 21L19 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 14V14.01M16 14V14.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 8H18A1 1 0 0 1 19 9V20A1 1 0 0 1 18 21H6A1 1 0 0 1 5 20V9A1 1 0 0 1 6 8Z M9 8V5A1 1 0 0 1 10 4H14A1 1 0 0 1 15 5V8M12 12V17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 4H17V10A5 5 0 0 1 7 10V4Z M7 6H4V8A3 3 0 0 0 7 10M17 6H20V8A3 3 0 0 1 17 10M12 15V18M8 21H16M9 21A3 3 0 0 1 12 18A3 3 0 0 1 15 21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13 16V6C13 5.44772 12.5523 5 12 5H4C3.44772 5 3 5.44772 3 6V16C3 16.5523 3.44772 17 4 17H5M13 16C13 16.5523 12.5523 17 12 17H9M13 16L13 8C13 7.44772 13.4477 7 14 7H16.5858C16.851 7 17.1054 7.10536 17.2929 7.29289L20.7071 10.7071C20.8946 10.8946 21 11.149 21 11.4142V16C21 16.5523 20.5523 17 20 17H19M13 16C13 16.5523 13.4477 17 14 17H15M5 17C5 18.1046 5.89543 19 7 19C8.10457 19 9 18.1046 9 17M5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17M15 17C15 18.1046 15.8954 19 17 19C18.1046 19 19 18.1046 19 17M15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17" stroke="currentColor" stroke-width="2"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13 5A2 2 0 1 0 13 1A2 2 0 1 0 13 5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 22L11 15L9 11V7L13 9L16 12M11 15L8 12M11 22L13 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|