@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,12 @@
|
|
|
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_8342)">
|
|
3
|
+
<path d="M12 10.125C14.0711 10.125 15.75 8.44607 15.75 6.375C15.75 4.30393 14.0711 2.625 12 2.625C9.92893 2.625 8.25 4.30393 8.25 6.375C8.25 8.44607 9.92893 10.125 12 10.125Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M17.625 19.875C19.6961 19.875 21.375 18.1961 21.375 16.125C21.375 14.0539 19.6961 12.375 17.625 12.375C15.5539 12.375 13.875 14.0539 13.875 16.125C13.875 18.1961 15.5539 19.875 17.625 19.875Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M6.375 19.875C8.44607 19.875 10.125 18.1961 10.125 16.125C10.125 14.0539 8.44607 12.375 6.375 12.375C4.30393 12.375 2.625 14.0539 2.625 16.125C2.625 18.1961 4.30393 19.875 6.375 19.875Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1_8342">
|
|
9
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
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_8334)">
|
|
3
|
+
<path d="M15.5909 12.26C18.4242 12.26 20.7209 9.96323 20.7209 7.13C20.7209 4.29678 18.4242 2 15.5909 2C12.7577 2 10.4609 4.29678 10.4609 7.13C10.4609 9.96323 12.7577 12.26 15.5909 12.26Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
4
|
+
<path d="M6.36124 19.4403C8.06227 19.4403 9.44125 18.0613 9.44125 16.3603C9.44125 14.6592 8.06227 13.2803 6.36124 13.2803C4.6602 13.2803 3.28125 14.6592 3.28125 16.3603C3.28125 18.0613 4.6602 19.4403 6.36124 19.4403Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
5
|
+
<path d="M16.6186 21.9999C18.0324 21.9999 19.1786 20.8537 19.1786 19.4399C19.1786 18.026 18.0324 16.8799 16.6186 16.8799C15.2047 16.8799 14.0586 18.026 14.0586 19.4399C14.0586 20.8537 15.2047 21.9999 16.6186 21.9999Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1_8334">
|
|
9
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
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_8327)">
|
|
3
|
+
<path d="M11.9998 9.32C13.1898 9.32 14.1598 8.35 14.1598 7.16C14.1598 5.97 13.1898 5 11.9998 5C10.8098 5 9.83984 5.97 9.83984 7.16C9.83984 8.35 10.8098 9.32 11.9998 9.32Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M6.78891 18.9997C7.97891 18.9997 8.94891 18.0297 8.94891 16.8397C8.94891 15.6497 7.97891 14.6797 6.78891 14.6797C5.59891 14.6797 4.62891 15.6497 4.62891 16.8397C4.62891 18.0297 5.58891 18.9997 6.78891 18.9997Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M17.2108 18.9997C18.4008 18.9997 19.3708 18.0297 19.3708 16.8397C19.3708 15.6497 18.4008 14.6797 17.2108 14.6797C16.0208 14.6797 15.0508 15.6497 15.0508 16.8397C15.0508 18.0297 16.0208 18.9997 17.2108 18.9997Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1_8327">
|
|
9
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</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.7 8.1A5.5 5.5 0 0 0 8.1 14.3M8.1 9.7A5.5 5.5 0 0 1 14.3 8.1M15.9 9.7A5.5 5.5 0 0 1 15.9 14.3M14.3 15.9A5.5 5.5 0 0 1 9.7 15.9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
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_8312)">
|
|
3
|
+
<path d="M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M6 22H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1_8312">
|
|
8
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
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_8304)">
|
|
3
|
+
<path d="M2 3H22" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M3.99841 6.40039H19.9984C20.8984 6.40039 21.3984 7.40039 20.8984 8.10039L12.8984 20.5004C12.4984 21.2004 11.4984 21.2004 10.9984 20.5004L2.99841 8.10039C2.59841 7.30039 3.19841 6.40039 3.99841 6.40039Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1_8304">
|
|
8
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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_8298)">
|
|
3
|
+
<path d="M12.6995 11.6997L16.7995 15.7997C17.2995 16.3997 17.0995 17.2997 16.3995 17.5997L6.09953 21.8997C4.99953 22.3997 4.09953 20.9997 4.89953 20.1997L12.6995 11.6997ZM12.6995 11.6997L8.59953 7.59971C8.09953 7.09971 8.29953 6.09971 8.99953 5.79971L17.8995 2.09971C18.9995 1.69971 19.8995 2.89971 19.1995 3.79971L12.6995 11.6997Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1_8298">
|
|
7
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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_8293)">
|
|
3
|
+
<path d="M4.22111 3.09961H15.6611C16.3411 3.09961 17.1911 3.56961 17.5511 4.14961L21.7311 10.8296C22.1311 11.4796 22.0911 12.4996 21.6311 13.1096L16.4511 20.0096C16.0811 20.4996 15.2811 20.8996 14.6711 20.8996H4.22111C2.47111 20.8996 1.41115 18.9796 2.33115 17.4896L5.10111 13.0596C5.47111 12.4696 5.47111 11.5096 5.10111 10.9196L2.33115 6.48961C1.41115 5.01961 2.48111 3.09961 4.22111 3.09961Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1_8293">
|
|
7
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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_8283)">
|
|
3
|
+
<path d="M22 5.7C22 7.4 21.2 9 19.7 9.9C18.4 10.7 16.5 11.5 14 11.8V5.7C14 3.7 15.7 2 17.7 2H18.2C20.3 2 22 3.7 22 5.7Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
4
|
+
<path d="M22.0016 8V18.3C22.0016 20.4 20.3016 22 18.3016 22H17.8016C15.7016 22 14.1016 20.3 14.1016 18.3V11.9C19.6016 11.2 22.0016 8 22.0016 8Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
5
|
+
<path d="M2 18.3C2 16.6 2.8 15 4.3 14.1C5.6 13.3 7.5 12.5 10 12.2V18.3C10 20.4 8.3 22 6.3 22H5.7C3.7 22 2 20.3 2 18.3Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
6
|
+
<path d="M2 16V5.7C2 3.7 3.7 2 5.7 2H6.2C8.3 2 10 3.7 10 5.7V12.1C4.4 12.8 2 16 2 16Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
7
|
+
<path d="M10 12.1004C10.6 12.0004 11.3 12.0004 12 12.0004C12.7 12.0004 13.4 12.0004 14 11.9004" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_1_8283">
|
|
11
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</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_8273)">
|
|
3
|
+
<path d="M16.42 7.94914C18.86 10.3891 18.86 14.3491 16.42 16.7891C13.98 19.2291 10.02 19.2291 7.58 16.7891C5.14 14.3491 5.14 10.3891 7.58 7.94914C10.02 5.50914 13.98 5.50914 16.42 7.94914Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M8.25097 21.6389C6.25097 20.8389 4.50097 19.3889 3.34097 17.3789C2.20097 15.4089 1.82097 13.2189 2.09097 11.1289" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M5.85156 4.47937C7.55156 3.14937 9.68156 2.35938 12.0016 2.35938C14.2716 2.35938 16.3616 3.12936 18.0416 4.40936" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M15.75 21.6389C17.75 20.8389 19.5 19.3889 20.66 17.3789C21.8 15.4089 22.18 13.2189 21.91 11.1289" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_1_8273">
|
|
10
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
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_8266)">
|
|
3
|
+
<path d="M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M14.02 2.2C13.36 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1_8266">
|
|
8
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.2984 7.40453V17.095M17.096 5.20215H7.40551M17.096 19.2974H7.40551M5.20312 7.40453V17.095" stroke="currentColor" stroke-width="1.5"></path>
|
|
3
|
+
<circle cx="19.2961" cy="5.20238" r="2.20238" stroke="currentColor" stroke-width="1.5"></circle>
|
|
4
|
+
<circle cx="5.20238" cy="5.20238" r="2.20238" stroke="currentColor" stroke-width="1.5"></circle>
|
|
5
|
+
<circle cx="19.2961" cy="19.2981" r="2.20238" stroke="currentColor" stroke-width="1.5"></circle>
|
|
6
|
+
<circle cx="5.20238" cy="19.2981" r="2.20238" stroke="currentColor" stroke-width="1.5"></circle>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.5 3.75H16.5C16.0858 3.75 15.75 4.08579 15.75 4.5V7.5C15.75 7.91421 16.0858 8.25 16.5 8.25H19.5C19.9142 8.25 20.25 7.91421 20.25 7.5V4.5C20.25 4.08579 19.9142 3.75 19.5 3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M7.5 3.75H4.5C4.08579 3.75 3.75 4.08579 3.75 4.5V7.5C3.75 7.91421 4.08579 8.25 4.5 8.25H7.5C7.91421 8.25 8.25 7.91421 8.25 7.5V4.5C8.25 4.08579 7.91421 3.75 7.5 3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M19.5 15.75H16.5C16.0858 15.75 15.75 16.0858 15.75 16.5V19.5C15.75 19.9142 16.0858 20.25 16.5 20.25H19.5C19.9142 20.25 20.25 19.9142 20.25 19.5V16.5C20.25 16.0858 19.9142 15.75 19.5 15.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M7.5 15.75H4.5C4.08579 15.75 3.75 16.0858 3.75 16.5V19.5C3.75 19.9142 4.08579 20.25 4.5 20.25H7.5C7.91421 20.25 8.25 19.9142 8.25 19.5V16.5C8.25 16.0858 7.91421 15.75 7.5 15.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M6 15.75V8.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M15.75 18H8.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
<path d="M18 8.25V15.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
9
|
+
<path d="M8.25 6H15.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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_8240)">
|
|
3
|
+
<path d="M16.9609 6.16992C18.9609 7.55992 20.3409 9.76992 20.6209 12.3199" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M3.48828 12.3697C3.74828 9.82973 5.10828 7.61973 7.08828 6.21973" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M8.1875 20.9395C9.3475 21.5295 10.6675 21.8595 12.0575 21.8595C13.3975 21.8595 14.6575 21.5595 15.7875 21.0095" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M12.0613 7.69965C13.5966 7.69965 14.8413 6.455 14.8413 4.91965C14.8413 3.3843 13.5966 2.13965 12.0613 2.13965C10.5259 2.13965 9.28125 3.3843 9.28125 4.91965C9.28125 6.455 10.5259 7.69965 12.0613 7.69965Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M4.83078 19.9204C6.36613 19.9204 7.61078 18.6757 7.61078 17.1404C7.61078 15.605 6.36613 14.3604 4.83078 14.3604C3.29543 14.3604 2.05078 15.605 2.05078 17.1404C2.05078 18.6757 3.29543 19.9204 4.83078 19.9204Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
<path d="M19.1706 19.9204C20.706 19.9204 21.9506 18.6757 21.9506 17.1404C21.9506 15.605 20.706 14.3604 19.1706 14.3604C17.6353 14.3604 16.3906 15.605 16.3906 17.1404C16.3906 18.6757 17.6353 19.9204 19.1706 19.9204Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_1_8240">
|
|
12
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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_8231)">
|
|
3
|
+
<path d="M20 6.95V17.05C19.84 17.02 19.67 17 19.5 17C18.12 17 17 18.12 17 19.5C17 19.67 17.02 19.84 17.05 20H6.95C6.98 19.84 7 19.67 7 19.5C7 18.12 5.88 17 4.5 17C4.33 17 4.16 17.02 4 17.05V6.95C4.16 6.98 4.33 7 4.5 7C5.88 7 7 5.88 7 4.5C7 4.33 6.98 4.16 6.95 4H17.05C17.02 4.16 17 4.33 17 4.5C17 5.88 18.12 7 19.5 7C19.67 7 19.84 6.98 20 6.95Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M7 4.5C7 5.88 5.88 7 4.5 7C4.33 7 4.16 6.98 4 6.95C2.86 6.72 2 5.71 2 4.5C2 3.12 3.12 2 4.5 2C5.71 2 6.72 2.86 6.95 4C6.98 4.16 7 4.33 7 4.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M22 4.5C22 5.71 21.14 6.72 20 6.95C19.84 6.98 19.67 7 19.5 7C18.12 7 17 5.88 17 4.5C17 4.33 17.02 4.16 17.05 4C17.28 2.86 18.29 2 19.5 2C20.88 2 22 3.12 22 4.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M7 19.5C7 19.67 6.98 19.84 6.95 20C6.72 21.14 5.71 22 4.5 22C3.12 22 2 20.88 2 19.5C2 18.29 2.86 17.28 4 17.05C4.16 17.02 4.33 17 4.5 17C5.88 17 7 18.12 7 19.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M22 19.5C22 20.88 20.88 22 19.5 22C18.29 22 17.28 21.14 17.05 20C17.02 19.84 17 19.67 17 19.5C17 18.12 18.12 17 19.5 17C19.67 17 19.84 17.02 20 17.05C21.14 17.28 22 18.29 22 19.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_1_8231">
|
|
11
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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_8222)">
|
|
3
|
+
<path d="M21.5008 5.35C21.5008 6.26 21.0708 7.07 20.4108 7.59C19.9308 7.97 19.3208 8.2 18.6508 8.2C17.0708 8.2 15.8008 6.93 15.8008 5.35C15.8008 4.68 16.0308 4.08 16.4108 3.59H16.4208C16.9308 2.93 17.7408 2.5 18.6508 2.5C20.2308 2.5 21.5008 3.77 21.5008 5.35Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M8.2 5.35C8.2 6.93 6.93 8.2 5.35 8.2C4.68 8.2 4.08 7.97 3.59 7.59C2.93 7.07 2.5 6.26 2.5 5.35C2.5 3.77 3.77 2.5 5.35 2.5C6.26 2.5 7.07 2.93 7.59 3.59C7.97 4.08 8.2 4.68 8.2 5.35Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M21.5008 18.6498C21.5008 20.2298 20.2308 21.4998 18.6508 21.4998C17.7408 21.4998 16.9308 21.0698 16.4208 20.4098H16.4108C16.0308 19.9298 15.8008 19.3198 15.8008 18.6498C15.8008 17.0698 17.0708 15.7998 18.6508 15.7998C19.3208 15.7998 19.9208 16.0298 20.4108 16.4098V16.4198C21.0708 16.9298 21.5008 17.7398 21.5008 18.6498Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M8.2 18.65C8.2 19.32 7.97 19.92 7.59 20.41C7.07 21.08 6.26 21.5 5.35 21.5C3.77 21.5 2.5 20.23 2.5 18.65C2.5 17.74 2.93 16.93 3.59 16.42V16.41C4.07 16.03 4.68 15.8 5.35 15.8C6.93 15.8 8.2 17.07 8.2 18.65Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M21.5 12C21.5 13.6 21.11 15.09 20.41 16.41C19.93 16.03 19.32 15.8 18.65 15.8C17.07 15.8 15.8 17.07 15.8 18.65C15.8 19.32 16.03 19.92 16.41 20.41C15.09 21.11 13.6 21.5 12 21.5C10.41 21.5 8.91 21.11 7.59 20.41C7.97 19.93 8.2 19.32 8.2 18.65C8.2 17.07 6.93 15.8 5.35 15.8C4.68 15.8 4.08 16.03 3.59 16.41C2.89 15.09 2.5 13.6 2.5 12C2.5 10.41 2.89 8.91 3.59 7.59C4.08 7.97 4.68 8.2 5.35 8.2C6.93 8.2 8.2 6.93 8.2 5.35C8.2 4.68 7.97 4.08 7.59 3.59C8.91 2.89 10.41 2.5 12 2.5C13.6 2.5 15.09 2.89 16.41 3.59C16.03 4.07 15.8 4.68 15.8 5.35C15.8 6.93 17.07 8.2 18.65 8.2C19.32 8.2 19.92 7.97 20.41 7.59C21.11 8.91 21.5 10.41 21.5 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_1_8222">
|
|
11
|
+
<rect width="24" height="24" fill="currentColor"></rect>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</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="M20 4H20.0001" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M4 20H4.0001" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M15.6022 5.99923C14.502 5.39911 13.3017 4.99902 12.0015 4.99902C8.10065 4.99902 5 8.09967 5 12.0005C5 13.3008 5.40008 14.601 6.00021 15.7013" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M8.30078 18.0018C9.40101 18.702 10.6013 19.002 12.0016 19.002C15.9024 19.002 19.003 15.9014 19.003 12.0006C19.003 10.7003 18.6029 9.40003 18.0028 8.2998" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
</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="M19 5H19.0001" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M4.99609 19H4.99619" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M15.0841 6.85541C14.141 6.34099 13.1122 5.99805 11.9976 5.99805C8.65392 5.99805 5.99609 8.65587 5.99609 11.9996C5.99609 13.1142 6.33904 14.2287 6.85346 15.1718" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M8.82422 17.1436C9.76732 17.7437 10.7962 18.0009 11.9965 18.0009C15.3402 18.0009 17.998 15.3431 17.998 11.9994C17.998 10.8848 17.655 9.77025 17.1406 8.82715" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9983 20.0024C16.4178 20.0024 20.0004 16.4197 20.0004 12.0002C20.0004 7.58074 16.4178 3.99805 11.9983 3.99805C7.57879 3.99805 3.99609 7.58074 3.99609 12.0002C3.99609 16.4197 7.57879 20.0024 11.9983 20.0024Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M16.0011 12.0001C16.0011 14.2087 14.2086 16.0012 12 16.0012V7.99902C14.2086 7.99902 16.0011 9.79151 16.0011 12.0001Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M11.9972 7.99902V16.0012C9.78858 16.0012 7.99609 14.2087 7.99609 12.0001C7.99609 9.79151 9.78858 7.99902 11.9972 7.99902Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M12 20.0021V16.001" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M12 7.99914V3.99805" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
</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 L14.4 8.7 L20.5 9.3 L15.8 13.4 L17.2 19.5 L12 16.3 L6.8 19.5 L8.2 13.4 L3.5 9.3 L9.6 8.7 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="M12 4 L20.5 19 a1.5 1.5 0 0 1 -1.3 0.5 H4.8 a1.5 1.5 0 0 1 -1.3 -0.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="M12 4 L20.2 19.5 H3.8 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="M2.5 12 C5.5 7 8 17 12 12 S19 7 21.5 12" /></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"><circle cx="12" cy="12" r="8.5" /><path d="M12 3.5 V20.5" /><path d="M3.5 12 H20.5" /><path d="M6 6 L18 18" /><path d="M18 6 L6 18" /><circle cx="12" cy="12" r="1.2" /></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" y="3" width="18" height="18" rx="2" /><path d="M8 17 V12" /><path d="M12 17 V8" /><path d="M16 17 V14" /></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 12 a8.5 8.5 0 0 1 16 -4" /><path d="M16 5 L19.5 8 L20 4" /><path d="M20.5 12 a8.5 8.5 0 0 1 -16 4" /><path d="M8 19 L4.5 16 L4 20" /></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 4 H21" /><rect x="5" y="4" width="14" height="12" rx="1" /><path d="M9 13 V10" /><path d="M12 13 V8" /><path d="M15 13 V11" /><path d="M12 16 V20" /><path d="M8 21 L12 19 L16 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="M3 4 H21" /><rect x="5" y="4" width="14" height="12" rx="1" /><path d="M7 13 L10 10 L13 12 L17 8" /><path d="M12 16 V20" /><path d="M8 21 L12 19 L16 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="3.5" width="17" height="17" rx="1" /><path d="M3.5 9 H20.5" /><path d="M3.5 15 H20.5" /><circle cx="8" cy="6" r="1.2" /><circle cx="14" cy="6" r="1.2" /><circle cx="18" cy="6" r="1.2" /><circle cx="6" cy="12" r="1.2" /><circle cx="10" cy="12" r="1.2" /><circle cx="16" cy="12" r="1.2" /><circle cx="8" cy="18" r="1.2" /><circle cx="12" cy="18" r="1.2" /><circle cx="18" cy="18" r="1.2" /></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 4 V19.5 H20.5" /><path d="M7 14 L11 9 L14 12 L20 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="M4 4 V19.5 H20.5" /><rect x="6" y="13" width="2.5" height="6" /><rect x="11" y="9" width="2.5" height="10" /><rect x="16" y="6" width="2.5" height="13" /></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 4 V19.5 H20.5" /><path d="M5 18 L8 13 L12 16 L16 9 L20 11" /></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 8.5 L7 13 L12 6 L17 13 L20.5 8.5 L19 18.5 H5 Z" /><circle cx="3.5" cy="8.5" r="1" /><circle cx="12" cy="6" r="1" /><circle cx="20.5" cy="8.5" r="1" /><path d="M5 16 H19" /></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.5 a8.5 8.5 0 1 1 -8.5 8.5" /><path d="M12 1 L12 6 L9 4" /><circle cx="12" cy="12" r="1.2" /></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"><circle cx="12" cy="12" r="8.5" /><circle cx="12" cy="12" r="4" /><path d="M12 3.5 V8" /><path d="M19.4 7.6 L15.7 9.8" /></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="M7 2.5 L9.5 9 L7 12 L4.5 9 Z" /><path d="M17 2.5 L19.5 9 L17 12 L14.5 9 Z" /><circle cx="12" cy="15" r="5.5" /><circle cx="12" cy="15" r="2.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"><circle cx="12" cy="12" r="8.5" /><path d="M12 3.5 V12 L19.4 7.6" /><path d="M12 12 L19.4 16.4 L12 20.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"><circle cx="12" cy="12" r="8.5" /><path d="M12 3.5 V12 H20.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="M12 2.5 C8.5 6.5 7.5 10 7.5 14 V18.5 H16.5 V14 C16.5 10 15.5 6.5 12 2.5 Z" /><circle cx="12" cy="10" r="1.6" /><path d="M7.5 15 L4.5 18.5 H7.5" /><path d="M16.5 15 L19.5 18.5 H16.5" /><path d="M9.5 18.5 L9.5 21.5 L12 20.5 L14.5 21.5 V18.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"><rect x="4" y="13" width="3" height="7" /><rect x="10.5" y="9" width="3" height="11" /><rect x="17" y="5" width="3" height="15" /></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="M7 4.5 H17 V10.5 a5 5 0 0 1 -10 0 Z" /><path d="M7 6 H4 a3 3 0 0 0 3 3" /><path d="M17 6 H20 a3 3 0 0 1 -3 3" /><path d="M11 15.5 V19" /><path d="M13 15.5 V19" /><path d="M7 19.5 H17" /></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 7 L9 13 L13 9 L20 16" /><path d="M14 17 H21 V10" /></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 17 L9 11 L13 15 L20 8" /><path d="M14 7 H21 V14" /></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"><circle cx="12" cy="12" r="8.5" /><path d="M12 7.5 V13" /><circle cx="12" cy="16" r="0.8" fill="currentColor" stroke="none" /></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 4 L21 19.5 H3 Z" /><path d="M12 9.5 V14.5" /><circle cx="12" cy="17" r="0.8" fill="currentColor" stroke="none" /></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"><circle cx="12" cy="12" r="8.5" /><path d="M7.5 12.5 L11 16 L16.5 9.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="M3 3 L21 21" /><path d="M9.5 5.4 a13 13 0 0 1 2.5 -0.4 C16 5 19 7 21.5 12 a18 18 0 0 1 -3 4" /><path d="M5.5 7 C4 8.4 3 10 2.5 12 C5 17 8 19 12 19 a13 13 0 0 0 4 -0.6" /><path d="M9.5 9.5 a3 3 0 0 0 4.5 4" /></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="M2.5 12 C5 7 8 5 12 5 S19 7 21.5 12 C19 17 16 19 12 19 S5 17 2.5 12 Z" /><circle cx="12" cy="12" r="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"><circle cx="12" cy="12" r="8.5" /><path d="M9 10 a3 3 0 0 1 6 0 c0 2 -3 2 -3 4" /><circle cx="12" cy="17" r="0.8" fill="currentColor" stroke="none" /></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"><circle cx="12" cy="12" r="8.5" /><path d="M12 11.5 V16.5" /><circle cx="12" cy="8" r="0.8" fill="currentColor" stroke="none" /></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="M13 3 L5 13 H11 L11 21 L19 11 H13 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="M12 3 V6" /><path d="M12 18 V21" /><path d="M3 12 H6" /><path d="M18 12 H21" /><path d="M5.6 5.6 L7.7 7.7" /><path d="M16.3 16.3 L18.4 18.4" /><path d="M5.6 18.4 L7.7 16.3" /><path d="M16.3 7.7 L18.4 5.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="M12 3 a9 9 0 0 1 9 9" /><path d="M21 12 a9 9 0 0 1 -9 9" opacity="0.4" /><path d="M12 21 a9 9 0 0 1 -9 -9" opacity="0.4" /><path d="M3 12 a9 9 0 0 1 9 -9" opacity="0.4" /></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"><circle cx="12" cy="12" r="9" /><circle cx="12" cy="12" r="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"><circle cx="12" cy="12" r="8.5" /><path d="M9 9 L15 15" /><path d="M15 9 L9 15" /></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"><circle cx="12" cy="12" r="1.6" /><ellipse cx="12" cy="12" rx="8.5" ry="3.2" /><ellipse cx="12" cy="12" rx="8.5" ry="3.2" transform="rotate(60 12 12)" /><ellipse cx="12" cy="12" rx="8.5" ry="3.2" transform="rotate(-60 12 12)" /></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"><ellipse cx="12" cy="12" rx="8.5" ry="6.5" /><circle cx="11" cy="11" r="2.2" /><circle cx="11" cy="11" r="0.7" fill="currentColor" stroke="none" /></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"><circle cx="6" cy="6" r="2" /><circle cx="18" cy="6" r="2" /><circle cx="12" cy="14" r="2" /><circle cx="6" cy="20" r="2" /><path d="M8 6 H16" /><path d="M7 8 L11 12.5" /><path d="M17 8 L13 12.5" /><path d="M11 15.5 L7 18.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"><circle cx="12" cy="12" r="8.5" /><circle cx="8" cy="9" r="1.6" /><circle cx="16" cy="10" r="2" /><circle cx="11" cy="16" r="2" /><circle cx="16.5" cy="15.5" r="1.2" /></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="2.5" y="7.5" width="17" height="9" rx="1.5" /><rect x="20" y="10" width="1.5" height="4" rx="0.5" /><rect x="4" y="9" width="5" height="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="M15 17H20L18.5951 15.5951C18.2141 15.2141 18 14.6973 18 14.1585V11C18 8.38757 16.3304 6.16509 14 5.34142V5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5V5.34142C7.66962 6.16509 6 8.38757 6 11V14.1585C6 14.6973 5.78595 15.2141 5.40493 15.5951L4 17H9M15 17V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V17M15 17H9" 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"><circle cx="12" cy="12" r="8.5" /><path d="M14 5.5 L7.5 13 L11 13 L10 18.5 L16.5 11 L13 11 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="M8 4H6A1 1 0 0 0 5 5V19A1 1 0 0 0 6 20H8M16 4H18A1 1 0 0 0 19 5V19A1 1 0 0 0 18 20H16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9998 2.99994H11.9998C15.7276 2.99994 18.7496 6.02192 18.7496 9.74973V14.2496C18.7496 17.9774 15.7276 20.9994 11.9998 20.9994H11.9998C8.27198 20.9994 5.25 17.9774 5.25 14.2496V9.74973C5.25 6.02192 8.27198 2.99994 11.9998 2.99994Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M18.75 12.75H20.9999" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
<path d="M3 12.75H5.24993" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M3 15.75H5.41722" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M3 9.75H20.9995" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M12 12.75V20.9998" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
<path d="M18.582 15.75H20.9993" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
9
|
+
<path d="M5.24219 2.625L7.47012 4.74448" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
10
|
+
<path d="M18.741 2.625L16.5195 4.73838" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.625 9.56244C15.1427 9.56244 15.5624 9.14272 15.5624 8.62497C15.5624 8.10722 15.1427 7.6875 14.625 7.6875C14.1072 7.6875 13.6875 8.10722 13.6875 8.62497C13.6875 9.14272 14.1072 9.56244 14.625 9.56244Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M9.37497 9.56244C9.89272 9.56244 10.3124 9.14272 10.3124 8.62497C10.3124 8.10722 9.89272 7.6875 9.37497 7.6875C8.85722 7.6875 8.4375 8.10722 8.4375 8.62497C8.4375 9.14272 8.85722 9.56244 9.37497 9.56244Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M12 12V20.2498" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
5
|
+
<path d="M22.8743 12L1.125 12" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
6
|
+
<path d="M19.4996 13.4996C19.4996 15.4887 18.7094 17.3963 17.3029 18.8028C15.8964 20.2092 13.9888 20.9994 11.9998 20.9994C10.0107 20.9994 8.10311 20.2092 6.69663 18.8028C5.29015 17.3963 4.5 15.4887 4.5 13.4996V10.4997C4.5 8.51065 5.29015 6.60305 6.69663 5.19657C8.10311 3.79009 10.0107 2.99994 11.9998 2.99994C13.9888 2.99994 15.8964 3.79009 17.3029 5.19657C18.7094 6.60305 19.4996 8.51065 19.4996 10.4997V13.4996Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
7
|
+
<path d="M21.7413 17.6249L19.0469 16.0693" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
8
|
+
<path d="M21.7413 6.375L19.0469 7.93061" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
9
|
+
<path d="M2.25391 6.375L4.94831 7.93062" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
10
|
+
<path d="M2.25391 17.6249L4.94829 16.0693" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
11
|
+
</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 7A3 3 0 0 1 15 7M8 7H16V12A4 4 0 0 1 8 12V7Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M3 9H5M19 9H21M3 16L6 14M21 16L18 14M3 5L6 7M21 5L18 7M12 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="M9 7A3 3 0 0 1 15 7M8 7H16V12A4 4 0 0 1 8 12V7Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M3 9H5M19 9H21M3 16L6 14M21 16L18 14M3 5L6 7M21 5L18 7M12 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="M5 5H19A1 1 0 0 1 20 6V19A1 1 0 0 1 19 20H5A1 1 0 0 1 4 19V6A1 1 0 0 1 5 5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M4 9.5H20M8 3V6M16 3V6" 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 7V3M16 7V3M7 11H17M5 21H19C20.1046 21 21 20.1046 21 19V7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21Z" 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="M9 3V5M15 3V5M9 19V21M15 19V21M5 9H3M5 15H3M21 9H19M21 15H19M7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19ZM9 9H15V15H9V9Z" 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 15C3 17.2091 4.79086 19 7 19H16C18.7614 19 21 16.7614 21 14C21 11.2386 18.7614 9 16 9C15.9666 9 15.9334 9.00033 15.9002 9.00098C15.4373 6.71825 13.4193 5 11 5C8.23858 5 6 7.23858 6 10C6 10.3768 6.04169 10.7439 6.12071 11.097C4.33457 11.4976 3 13.0929 3 15Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
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="M18.0039 8.25L22.5038 11.9999L18.0039 15.7498" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M14.0037 3.75L8.00391 20.2495" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
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="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="M10 9L7.5 12L10 15M14 9L16.5 12L14 15" 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="M9 6C7.5 6 8.5 11 5.5 12C8.5 13 7.5 18 9 18M15 6C16.5 6 15.5 11 18.5 12C15.5 13 16.5 18 15 18" 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="M9 5 L2 12 L9 19" /><path d="M15 5 L22 12 L15 19" /></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="M8.2498 5.99982L1.5 11.9996L8.2498 17.9995" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M15.75 6L22.4998 11.9998L15.75 17.9996" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
4
|
+
</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="M10.3246 4.31731C10.751 2.5609 13.249 2.5609 13.6754 4.31731C13.9508 5.45193 15.2507 5.99038 16.2478 5.38285C17.7913 4.44239 19.5576 6.2087 18.6172 7.75218C18.0096 8.74925 18.5481 10.0492 19.6827 10.3246C21.4391 10.751 21.4391 13.249 19.6827 13.6754C18.5481 13.9508 18.0096 15.2507 18.6172 16.2478C19.5576 17.7913 17.7913 19.5576 16.2478 18.6172C15.2507 18.0096 13.9508 18.5481 13.6754 19.6827C13.249 21.4391 10.751 21.4391 10.3246 19.6827C10.0492 18.5481 8.74926 18.0096 7.75219 18.6172C6.2087 19.5576 4.44239 17.7913 5.38285 16.2478C5.99038 15.2507 5.45193 13.9508 4.31731 13.6754C2.5609 13.249 2.5609 10.751 4.31731 10.3246C5.45193 10.0492 5.99037 8.74926 5.38285 7.75218C4.44239 6.2087 6.2087 4.44239 7.75219 5.38285C8.74926 5.99037 10.0492 5.45193 10.3246 4.31731Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
3
|
+
<path d="M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
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="M9 4C7.5 4 7.5 8 6 10C5 11.3 5 12.7 6 14C7.5 16 7.5 20 9 20M15 4C16.5 4 16.5 8 18 10C19 11.3 19 12.7 18 14C16.5 16 16.5 20 15 20" 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 8H20M4 16H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 6A2 2 0 1 0 9 10A2 2 0 1 0 9 6Z M15 14A2 2 0 1 0 15 18A2 2 0 1 0 15 14Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|