@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,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.018 3.81543L15.232 8.00043H10.266L10.982 4.18543L9.018 3.81543L8.232 8.00043H4V10.0004H7.857L7.106 14.0004H3V16.0004H6.731L6.017 19.8054L7.982 20.1744L8.766 16.0004H13.732L13.018 19.8054L14.983 20.1744L15.766 16.0004H20V14.0004H16.141L16.892 10.0004H21V8.00043H17.267L17.983 4.18543L16.018 3.81543ZM14.106 14.0004H9.141L9.892 10.0004H14.858L14.106 14.0004Z" fill="currentColor"></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="M21.983 13.821L20.132 3.641C20.0483 3.18036 19.8056 2.76372 19.4461 2.4638C19.0866 2.16388 18.6332 1.99973 18.165 2H5.835C5.36647 1.99997 4.9128 2.16444 4.55313 2.46471C4.19346 2.76498 3.95063 3.18199 3.867 3.643L2.017 13.821L2.036 13.824C2.024 13.884 2 13.938 2 14V19C2 20.103 2.897 21 4 21H20C21.103 21 22 20.103 22 19V14C22 13.937 21.976 13.884 21.965 13.824L21.983 13.821ZM5.835 4H18.166L19.803 13H4.198L5.835 4ZM4 19V15H20L20.002 19H4Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M17 16H19V18H17V16ZM14 16H16V18H14V16Z" fill="currentColor"></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="M12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 13.5C12.2761 13.5 12.5 13.7239 12.5 14V15C12.5 15.2761 12.2761 15.5 12 15.5C11.7239 15.5 11.5 15.2761 11.5 15V14C11.5 13.7239 11.7239 13.5 12 13.5ZM12 7.5C12.2761 7.5 12.5 7.72386 12.5 8V11C12.5 11.2761 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.2761 11.5 11V8C11.5 7.72386 11.7239 7.5 12 7.5Z" fill="currentColor"></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="M12.0039 8.5C12.28 8.5 12.5039 8.72386 12.5039 9V18.5H16.0049C16.281 18.5 16.5049 18.7239 16.5049 19C16.5048 19.2761 16.281 19.5 16.0049 19.5H8.00781C7.73171 19.5 7.50788 19.2761 7.50781 19C7.50781 18.7239 7.73167 18.5 8.00781 18.5H11.5039V9.5H9C8.72386 9.5 8.5 9.27614 8.5 9C8.5 8.72386 8.72386 8.5 9 8.5H12.0039ZM12 4.5C12.2761 4.5 12.5 4.72386 12.5 5V5.09961C12.5 5.37575 12.2761 5.59961 12 5.59961C11.7239 5.59961 11.5 5.37575 11.5 5.09961V5C11.5 4.72386 11.7239 4.5 12 4.5Z" fill="currentColor"></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="M12.0039 3.5C16.6983 3.5 20.5039 7.30558 20.5039 12C20.5039 16.6944 16.6983 20.5 12.0039 20.5C7.30949 20.5 3.50391 16.6944 3.50391 12C3.50391 7.30558 7.30949 3.5 12.0039 3.5ZM12.0039 4.5C7.86177 4.5 4.50391 7.85786 4.50391 12C4.50391 16.1421 7.86177 19.5 12.0039 19.5C16.146 19.5 19.5039 16.1421 19.5039 12C19.5039 7.85786 16.146 4.5 12.0039 4.5ZM12.0029 9.5C12.2791 9.5 12.5029 9.72386 12.5029 10V15.5H14.0039C14.28 15.5 14.5039 15.7239 14.5039 16C14.5039 16.2761 14.28 16.5 14.0039 16.5H10.0039C9.72776 16.5 9.50391 16.2761 9.50391 16C9.50391 15.7239 9.72776 15.5 10.0039 15.5H11.5029V10.5H10C9.72386 10.5 9.5 10.2761 9.5 10C9.5 9.72386 9.72386 9.5 10 9.5H12.0029ZM12 7.40039C12.2761 7.40039 12.5 7.62425 12.5 7.90039V8C12.5 8.27614 12.2761 8.5 12 8.5C11.7239 8.5 11.5 8.27614 11.5 8V7.90039C11.5 7.62425 11.7239 7.40039 12 7.40039Z" fill="currentColor"></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="M12.0039 2.5C17.2506 2.5 21.5039 6.75329 21.5039 12C21.5039 17.2467 17.2506 21.5 12.0039 21.5C6.7572 21.5 2.50391 17.2467 2.50391 12C2.50391 6.75329 6.7572 2.5 12.0039 2.5ZM12.0039 3.5C7.30949 3.5 3.50391 7.30558 3.50391 12C3.50391 16.6944 7.30949 20.5 12.0039 20.5C16.6983 20.5 20.5039 16.6944 20.5039 12C20.5039 7.30558 16.6983 3.5 12.0039 3.5ZM12 11.5C12.2761 11.5 12.5 11.7239 12.5 12V16C12.5 16.2761 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2761 11.5 16V12C11.5 11.7239 11.7239 11.5 12 11.5ZM12 7.5C12.2761 7.5 12.5 7.72386 12.5 8V9C12.5 9.27614 12.2761 9.5 12 9.5C11.7239 9.5 11.5 9.27614 11.5 9V8C11.5 7.72386 11.7239 7.5 12 7.5Z" fill="currentColor"></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="currentColor"><circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="3 2" /><path d="M11 7 V13 L9 12 L11.5 17 L13.5 16 L11 11 H14 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="M20 17.722C20.595 17.375 21 16.737 21 16V5C21 3.897 20.103 3 19 3H5C3.897 3 3 3.897 3 5V16C3 16.736 3.405 17.375 4 17.722V18H2V20H22V18H20V17.722ZM5 16V5H19L19.002 16H5Z" fill="currentColor"></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="currentColor"><rect x="3" y="3" width="3" height="18" /><rect x="7" y="3" width="3" height="18" /><rect x="13" y="5" width="3" height="16" transform="rotate(-15 14.5 13)" /><rect x="17" y="3" width="3" height="18" /></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="M12 2A7 7 0 0 0 8 14.7C8.6 15.3 9 16 9 16.9V17A1 1 0 0 0 10 18H14A1 1 0 0 0 15 17V16.9C15 16 15.4 15.3 16 14.7A7 7 0 0 0 12 2Z" fill="currentColor"/>
|
|
3
|
+
<path d="M9.5 20H14.5A1 1 0 0 1 14.5 22H9.5A1 1 0 0 1 9.5 20Z" fill="currentColor"/>
|
|
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.66347 17H14.3364M11.9999 3V4M18.3639 5.63604L17.6568 6.34315M21 11.9999H20M4 11.9999H3M6.34309 6.34315L5.63599 5.63604M8.46441 15.5356C6.51179 13.5829 6.51179 10.4171 8.46441 8.46449C10.417 6.51187 13.5829 6.51187 15.5355 8.46449C17.4881 10.4171 17.4881 13.5829 15.5355 15.5356L14.9884 16.0827C14.3555 16.7155 13.9999 17.5739 13.9999 18.469V19C13.9999 20.1046 13.1045 21 11.9999 21C10.8954 21 9.99995 20.1046 9.99995 19V18.469C9.99995 17.5739 9.6444 16.7155 9.01151 16.0827L8.46441 15.5356Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="M11.3 2.7A1 1 0 0 1 12.7 2.7L15.5 5.5A1 1 0 0 1 15.5 6.9L12.7 9.7A1 1 0 0 1 11.3 9.7L8.5 6.9A1 1 0 0 1 8.5 5.5L11.3 2.7Z M17.1 8.5A1 1 0 0 1 18.5 8.5L21.3 11.3A1 1 0 0 1 21.3 12.7L18.5 15.5A1 1 0 0 1 17.1 15.5L14.3 12.7A1 1 0 0 1 14.3 11.3L17.1 8.5Z M5.5 8.5A1 1 0 0 1 6.9 8.5L9.7 11.3A1 1 0 0 1 9.7 12.7L6.9 15.5A1 1 0 0 1 5.5 15.5L2.7 12.7A1 1 0 0 1 2.7 11.3L5.5 8.5Z M11.3 14.3A1 1 0 0 1 12.7 14.3L15.5 17.1A1 1 0 0 1 15.5 18.5L12.7 21.3A1 1 0 0 1 11.3 21.3L8.5 18.5A1 1 0 0 1 8.5 17.1L11.3 14.3Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-system-pills-alt" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M9 12 H15" stroke="black" stroke-width="1.4" fill="none" transform="rotate(-45 12 12)" /></mask><g mask="url(#ko-system-pills-alt)" fill="currentColor"><path d="M5 9 a5 5 0 0 1 5 -5 H14 a5 5 0 0 1 5 5 V15 a5 5 0 0 1 -5 5 H10 a5 5 0 0 1 -5 -5 Z" transform="rotate(-45 12 12)" /></g></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 8H5V13C5 15.206 6.794 17 9 17H11V22H13V17H15C17.206 17 19 15.206 19 13V8H21V6H3V8ZM7 8H17V13C17 14.103 16.103 15 15 15H9C7.897 15 7 14.103 7 13V8ZM7 2H9V5H7V2ZM15 2H17V5H15V2Z" fill="currentColor"></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="currentColor"><path d="M12 2 V12 H10 V2 Z" /><path d="M6 5 a9 9 0 1 0 12 0 L17 7 a7 7 0 1 1 -10 0 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="M13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4H12H13ZM11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5H12H11ZM18 15C17.4477 15 17 15.4477 17 16C17 16.5523 17.4477 17 18 17V16V15ZM20 17C20.5523 17 21 16.5523 21 16C21 15.4477 20.5523 15 20 15V16V17ZM12 16V15C11.4477 15 11 15.4477 11 16H12ZM14 17C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15V16V17ZM11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20H12H11ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9H12H13ZM12 12H11C11 12.5523 11.4477 13 12 13V12ZM16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21V20V19ZM20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19V20V21ZM4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13V12V11ZM8 13C8.55228 13 9 12.5523 9 12C9 11.4477 8.55228 11 8 11V12V13ZM12.01 13C12.5623 13 13.01 12.5523 13.01 12C13.01 11.4477 12.5623 11 12.01 11V12V13ZM16.01 13C16.5623 13 17.01 12.5523 17.01 12C17.01 11.4477 16.5623 11 16.01 11V12V13ZM20 11C19.4477 11 19 11.4477 19 12C19 12.5523 19.4477 13 20 13V12V11ZM20.01 13C20.5623 13 21.01 12.5523 21.01 12C21.01 11.4477 20.5623 11 20.01 11V12V13ZM5 4V5H7V4V3H5V4ZM8 5H7V7H8H9V5H8ZM7 8V7H5V8V9H7V8ZM4 7H5V5H4H3V7H4ZM5 8V7H4H3C3 8.10457 3.89543 9 5 9V8ZM8 7H7V8V9C8.10457 9 9 8.10457 9 7H8ZM7 4V5H8H9C9 3.89543 8.10457 3 7 3V4ZM5 4V3C3.89543 3 3 3.89543 3 5H4H5V4ZM17 4V5H19V4V3H17V4ZM20 5H19V7H20H21V5H20ZM19 8V7H17V8V9H19V8ZM16 7H17V5H16H15V7H16ZM17 8V7H16H15C15 8.10457 15.8954 9 17 9V8ZM20 7H19V8V9C20.1046 9 21 8.10457 21 7H20ZM19 4V5H20H21C21 3.89543 20.1046 3 19 3V4ZM17 4V3C15.8954 3 15 3.89543 15 5H16H17V4ZM5 16V17H7V16V15H5V16ZM8 17H7V19H8H9V17H8ZM7 20V19H5V20V21H7V20ZM4 19H5V17H4H3V19H4ZM5 20V19H4H3C3 20.1046 3.89543 21 5 21V20ZM8 19H7V20V21C8.10457 21 9 20.1046 9 19H8ZM7 16V17H8H9C9 15.8954 8.10457 15 7 15V16ZM5 16V15C3.89543 15 3 15.8954 3 17H4H5V16ZM12 4H11V5H12H13V4H12ZM18 16V17H20V16V15H18V16ZM12 16V17H14V16V15H12V16ZM12 16H11V20H12H13V16H12ZM12 9H11V12H12H13V9H12ZM16 20V21H20V20V19H16V20ZM4 12V13H8V12V11H4V12ZM12 12V13H12.01V12V11H12V12ZM20 12V13H20.01V12V11H20V12ZM12 12V13H16.01V12V11H12V12Z" fill="currentColor"></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="currentColor"><path d="M3 6 H10 V12 H14 V18 H21" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><circle cx="3" cy="6" r="1.8" /><circle cx="10" cy="12" r="1.8" /><circle cx="14" cy="18" r="1.8" /><circle cx="21" cy="18" r="1.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"><path d="M4 4H20A1 1 0 0 1 21 5V10A1 1 0 0 1 20 11H4A1 1 0 0 1 3 10V5A1 1 0 0 1 4 4Z M4 13H20A1 1 0 0 1 21 14V19A1 1 0 0 1 20 20H4A1 1 0 0 1 3 19V14A1 1 0 0 1 4 13Z M5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z M5 16.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></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="M17.2745 6.62251C17.3768 6.21614 17.1962 5.79145 16.8319 5.58211L15.1672 4.62546C14.8033 4.41638 14.3445 4.47278 14.0426 4.7637L12.6543 6.1014C12.2895 6.45298 11.7105 6.45298 11.3457 6.1014L9.95746 4.7637C9.65555 4.47278 9.19669 4.41637 8.83285 4.62545L7.16814 5.58211C6.80386 5.79144 6.62318 6.21613 6.72552 6.6225L7.19458 8.48507C7.31822 8.97605 7.02839 9.47617 6.53976 9.61497L4.68311 10.1424C4.27881 10.2572 4 10.6252 4 11.0441L4 12.9559C4 13.3747 4.27881 13.7427 4.68311 13.8576L6.53976 14.385C7.02839 14.5238 7.31822 15.0239 7.19458 15.5149L6.7255 17.3775C6.62316 17.7839 6.80383 18.2086 7.16811 18.4179L8.83278 19.3745C9.19662 19.5836 9.65548 19.5272 9.95739 19.2363L11.3457 17.8985C11.7105 17.547 12.2895 17.547 12.6543 17.8985L14.0426 19.2363C14.3445 19.5272 14.8034 19.5836 15.1672 19.3745L16.8319 18.4179C17.1962 18.2086 17.3769 17.7839 17.2745 17.3775L16.8054 15.5149C16.6818 15.0239 16.9716 14.5238 17.4602 14.385L19.3169 13.8576C19.7212 13.7427 20 13.3747 20 12.9559V11.0441C20 10.6252 19.7212 10.2572 19.3169 10.1424L17.4602 9.61497C16.9716 9.47617 16.6818 8.97605 16.8054 8.48507L17.2745 6.62251Z M9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.62251 6.72551C6.21614 6.62317 5.79145 6.80385 5.58211 7.16813L4.62546 8.83285C4.41638 9.19668 4.47278 9.65554 4.7637 9.95745L6.1014 11.3457C6.45298 11.7105 6.45298 12.2895 6.1014 12.6543L4.7637 14.0425C4.47278 14.3445 4.41637 14.8033 4.62545 15.1671L5.58211 16.8319C5.79144 17.1961 6.21613 17.3768 6.6225 17.2745L8.48507 16.8054C8.97605 16.6818 9.47617 16.9716 9.61497 17.4602L10.1424 19.3169C10.2572 19.7212 10.6252 20 11.0441 20H12.9559C13.3747 20 13.7427 19.7212 13.8576 19.3169L14.385 17.4602C14.5238 16.9716 15.0239 16.6818 15.5149 16.8054L17.3775 17.2745C17.7839 17.3768 18.2086 17.1962 18.4179 16.8319L19.3745 15.1672C19.5836 14.8034 19.5272 14.3445 19.2363 14.0426L17.8985 12.6543C17.547 12.2895 17.547 11.7105 17.8985 11.3457L19.2363 9.95738C19.5272 9.65547 19.5836 9.19661 19.3745 8.83278L18.4179 7.1681C18.2086 6.80383 17.7839 6.62315 17.3775 6.72549L15.5149 7.19457C15.0239 7.31821 14.5238 7.02838 14.385 6.53975L13.8576 4.68311C13.7427 4.27881 13.3747 4 12.9559 4H11.0441C10.6252 4 10.2572 4.27881 10.1424 4.68311L9.61497 6.53975C9.47617 7.02838 8.97605 7.31821 8.48507 7.19457L6.62251 6.72551Z M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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 12L11 14L15 10M20.6179 5.98434C20.4132 5.99472 20.2072 5.99997 20 5.99997C16.9265 5.99997 14.123 4.84453 11.9999 2.94434C9.87691 4.84446 7.07339 5.99985 4 5.99985C3.79277 5.99985 3.58678 5.9946 3.38213 5.98422C3.1327 6.94783 3 7.95842 3 9.00001C3 14.5915 6.82432 19.2898 12 20.622C17.1757 19.2898 21 14.5915 21 9.00001C21 7.95847 20.8673 6.94791 20.6179 5.98434Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="M7.5 14.5C5.92 14.5 4.597 15.56 4.163 17H2V19H4.163C4.597 20.44 5.92 21.5 7.5 21.5C9.08 21.5 10.403 20.44 10.837 19H22V17H10.837C10.403 15.56 9.08 14.5 7.5 14.5ZM7.5 19.5C6.673 19.5 6 18.827 6 18C6 17.173 6.673 16.5 7.5 16.5C8.327 16.5 9 17.173 9 18C9 18.827 8.327 19.5 7.5 19.5ZM16.5 8.5C14.92 8.5 13.597 9.56 13.163 11H2V13H13.163C13.597 14.44 14.92 15.5 16.5 15.5C18.08 15.5 19.403 14.44 19.837 13H22V11H19.837C19.403 9.56 18.08 8.5 16.5 8.5ZM16.5 13.5C15.673 13.5 15 12.827 15 12C15 11.173 15.673 10.5 16.5 10.5C17.327 10.5 18 11.173 18 12C18 12.827 17.327 13.5 16.5 13.5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M12.837 5C12.403 3.56 11.08 2.5 9.5 2.5C7.92 2.5 6.597 3.56 6.163 5H2V7H6.163C6.597 8.44 7.92 9.5 9.5 9.5C11.08 9.5 12.403 8.44 12.837 7H22.125V5H12.837ZM9.5 7.5C8.673 7.5 8 6.827 8 6C8 5.173 8.673 4.5 9.5 4.5C10.327 4.5 11 5.173 11 6C11 6.827 10.327 7.5 9.5 7.5Z" fill="currentColor"></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="M13 5H22V7H13V5ZM2 7H9V9H11V3H9V5H2V7ZM9 17H22V19H9V17ZM19 11H22V13H19V11ZM17 15V9.012H15V11H2V13H15V15H17ZM7 21V15H5V17H2V19H5V21H7Z" fill="currentColor"></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="M12 4C6.486 4 2 8.486 2 14C1.99871 15.5434 2.35864 17.0656 3.051 18.445C3.221 18.785 3.567 19 3.946 19H20.053C20.432 19 20.779 18.785 20.949 18.445C21.6414 17.0656 22.0013 15.5434 22 14C22 8.486 17.514 4 12 4ZM19.41 17H4.59C4.19924 16.0481 3.99879 15.0289 4 14C4 9.589 7.589 6 12 6C16.411 6 20 9.589 20 14C20.0012 15.0289 19.8008 16.0481 19.41 17Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M10.939 12.9391C10.7263 13.0782 10.5516 13.2681 10.4306 13.4917C10.3097 13.7153 10.2464 13.9654 10.2464 14.2196C10.2464 14.4738 10.3097 14.724 10.4306 14.9475C10.5516 15.1711 10.7263 15.361 10.939 15.5001C11.1071 15.6107 11.2953 15.6871 11.493 15.7248C11.6906 15.7626 11.8938 15.761 12.0908 15.7201C12.2878 15.6792 12.4748 15.5999 12.6411 15.4866C12.8074 15.3734 12.9498 15.2284 13.06 15.0601L17.022 9.02211C17.0252 9.01683 17.0269 9.01078 17.0269 9.00461C17.0269 8.99845 17.0252 8.9924 17.022 8.98711C17.0173 8.9799 17.01 8.97482 17.0015 8.97295C16.9931 8.97109 16.9843 8.97258 16.977 8.97711L10.939 12.9391Z" fill="currentColor"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-system-terminal" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M5 8 L9 12 L5 16" stroke="black" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round" /><path d="M11 16 H17" stroke="black" stroke-width="1.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-system-terminal)" fill="currentColor"><rect x="2" y="4" width="20" height="16" rx="1.5" /></g></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 9C6.372 9 5 10.372 5 12C5 13.628 6.372 15 8 15C9.628 15 11 13.628 11 12C11 10.372 9.628 9 8 9Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M16 6H8C4.7 6 2.011 8.689 2 12V12.016C2.00687 13.6037 2.64172 15.1242 3.76591 16.2454C4.8901 17.3666 6.41228 17.9974 8 18H16C17.5894 17.9974 19.1131 17.3652 20.2376 16.2418C21.3621 15.1185 21.9958 13.5954 22 12.006V12C21.991 8.691 19.301 6 16 6ZM16 16H8C6.94135 15.9984 5.92636 15.5779 5.17685 14.8302C4.42733 14.0826 4.00423 13.0686 4 12.01C4.004 9.799 5.798 8 8 8H16C18.202 8 19.996 9.799 20 12.006C19.9966 13.0653 19.5738 14.0801 18.8243 14.8285C18.0747 15.577 17.0593 15.9982 16 16ZM20 12.016L20.443 12.012L21 12.016H20Z" fill="currentColor"></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="M16 9C14.372 9 13 10.372 13 12C13 13.628 14.372 15 16 15C17.628 15 19 13.628 19 12C19 10.372 17.628 9 16 9Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M16 6H8C4.704 6 2.018 8.682 2 11.986V12.028C2.01002 13.6136 2.64627 15.131 3.77012 16.2496C4.89397 17.3683 6.41434 17.9974 8 18H16C19.309 18 22 15.309 22 12C22 8.691 19.309 6 16 6ZM16 16H8C6.94135 15.9984 5.92636 15.5779 5.17685 14.8302C4.42733 14.0826 4.00423 13.0686 4 12.01C4.004 9.799 5.798 8 8 8H16C18.206 8 20 9.794 20 12C20 14.206 18.206 16 16 16Z" fill="currentColor"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M7 2 H9 V17 H22 V19 H17 V22 H15 V19 H7 a2 2 0 0 1 -2 -2 V7 H2 V5 H5 V2 H7 Z" /><path d="M9 5 H17 a2 2 0 0 1 2 2 V15 H17 V7 H9 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M16 2 L22 8 L9 21 H3 V15 Z M14 4 L18 8" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H21 L14 12 V20 L10 22 V12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H10 V20 H3 Z" /><path d="M14 4 H21 V20 H14 Z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="2 1.5" /><path d="M12 3 V21" stroke="currentColor" stroke-width="1.2" stroke-dasharray="2 1.5" fill="none" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M4 3 H20 V10 H4 Z" /><path d="M4 14 H20 V21 H4 Z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="2 1.5" /><path d="M3 12 H21" stroke="currentColor" stroke-width="1.2" stroke-dasharray="2 1.5" fill="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"><path d="M4 4H20A1 1 0 0 1 21 5V19A1 1 0 0 1 20 20H4A1 1 0 0 1 3 19V5A1 1 0 0 1 4 4Z M6.2 9a1.8 1.8 0 1 0 3.6 0a1.8 1.8 0 1 0 -3.6 0Z M3 17 L9 11 L13 15 L16 12 L21 17 V20 H3 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 12 a9 9 0 1 1 9 9 V19 a7 7 0 1 0 -7 -7 H7 L4 15 L1 12 H3 Z M10 9H17A1 1 0 0 1 18 10V17A1 1 0 0 1 17 18H10A1 1 0 0 1 9 17V10A1 1 0 0 1 10 9Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M21 12 a9 9 0 1 0 -9 9 V19 a7 7 0 1 1 7 -7 H17 L20 15 L23 12 H21 Z M7 9H14A1 1 0 0 1 15 10V17A1 1 0 0 1 14 18H7A1 1 0 0 1 6 17V10A1 1 0 0 1 7 9Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="4" y="4" width="16" height="16" rx="0.5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="3 2" /><rect x="2.5" y="2.5" width="3" height="3" /><rect x="18.5" y="2.5" width="3" height="3" /><rect x="2.5" y="18.5" width="3" height="3" /><rect x="18.5" y="18.5" width="3" height="3" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="12" height="12" /><circle cx="15" cy="15" r="6" fill="none" stroke="currentColor" stroke-width="1.5" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 3 H19 V8 H17 V5 H13 V19 H15 V21 H9 V19 H11 V5 H7 V8 H5 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"><path d="M4 11a7 7 0 1 0 14 0a7 7 0 1 0 -14 0Z M6 11a5 5 0 1 0 10 0a5 5 0 1 0 -10 0Z M16 16 L21 21 M8 11 H14 M11 8 V14" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 6.1709C16.1922 6.1709 19.8309 8.53318 21.6631 11.998C19.831 15.4632 16.1924 17.8262 12 17.8262C7.80745 17.8261 4.16786 15.4635 2.33594 11.998C4.16794 8.5329 7.80764 6.17101 12 6.1709ZM12 7.62793C8.65052 7.62804 5.70693 9.36787 4.02246 11.998C5.70691 14.6287 8.65046 16.369 12 16.3691C15.349 16.3691 18.291 14.6284 19.9756 11.998C18.291 9.36809 15.3489 7.62793 12 7.62793ZM12 9.08496C13.6089 9.0852 14.9131 10.39 14.9131 11.999C14.9128 13.6078 13.6088 14.9119 12 14.9121C10.391 14.9121 9.08617 13.608 9.08594 11.999C9.08594 10.3899 10.3909 9.08496 12 9.08496Z" fill="currentColor"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-system-wifi-off" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M3 3 L21 21" stroke="black" stroke-width="2.5" fill="none" /></mask><g mask="url(#ko-system-wifi-off)" fill="currentColor"><path d="M3 9 a13 13 0 0 1 18 0 L19 11 a10 10 0 0 0 -14 0 Z" /><path d="M6 12 a9 9 0 0 1 12 0 L16 14 a6 6 0 0 0 -8 0 Z" /><circle cx="12" cy="18" r="2" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 9 a13 13 0 0 1 18 0 L19 11 a10 10 0 0 0 -14 0 Z" /><path d="M6 12 a9 9 0 0 1 12 0 L16 14 a6 6 0 0 0 -8 0 Z" /><circle cx="12" cy="18" r="2" /></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.12122 21C5.49922 21.378 6.00122 21.586 6.53522 21.586C7.06922 21.586 7.57122 21.378 7.94922 21L12.2852 16.664C13.0033 16.8855 13.7507 16.9978 14.5022 16.997C15.4872 17 16.4631 16.8076 17.3732 16.4308C18.2833 16.054 19.1096 15.5004 19.8042 14.802C20.8529 13.7563 21.5678 12.4229 21.8583 10.9707C22.1488 9.51846 22.0019 8.0127 21.4362 6.64401L20.8662 5.25601L16.6222 9.49901L14.5012 7.37701L18.7442 3.13401L17.3552 2.56301C16.449 2.18994 15.4782 1.99865 14.4982 2.00001C12.4952 2.00001 10.6122 2.78001 9.19722 4.19601C8.23021 5.15982 7.54547 6.36995 7.21724 7.6952C6.88901 9.02046 6.92981 10.4103 7.33522 11.714L2.99922 16.05C2.62452 16.4252 2.41406 16.9338 2.41406 17.464C2.41406 17.9943 2.62452 18.5028 2.99922 18.878L5.12122 21ZM9.66922 12.209L9.41522 11.593C8.99989 10.5894 8.89183 9.48502 9.10475 8.4199C9.31766 7.35479 9.84197 6.37685 10.6112 5.61001C11.1829 5.03462 11.8756 4.59383 12.6389 4.31966C13.4023 4.04549 14.2171 3.94483 15.0242 4.02501L11.6712 7.37801L16.6202 12.328L19.9752 8.97301C20.0535 9.78062 19.9517 10.5955 19.6773 11.3591C19.4029 12.1227 18.9626 12.8159 18.3882 13.389C16.8382 14.939 14.4242 15.416 12.4042 14.585L11.7892 14.33L6.53522 19.586H6.53622L6.53522 20.586V19.586L4.41322 17.464L9.66922 12.209Z" fill="currentColor"></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"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0Z M12 3 V21 a9 9 0 0 1 0 -18 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3.5 4H20.5A1.5 1.5 0 0 1 22 5.5V16.5A1.5 1.5 0 0 1 20.5 18H3.5A1.5 1.5 0 0 1 2 16.5V5.5A1.5 1.5 0 0 1 3.5 4Z M4 6H20V16H4Z M8 20H16V22H8Z M11 18H13V20H11Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M21 13 a9 9 0 1 1 -10 -10 a7 7 0 0 0 10 10 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="12" cy="12" r="4.5" /><path d="M12 2 V5 M12 19 V22 M2 12 H5 M19 12 H22 M5 5 L7 7 M17 17 L19 19 M19 5 L17 7 M5 19 L7 17" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0Z M12 3 a9 9 0 0 1 0 18 a4.5 4.5 0 0 0 0 -9 a4.5 4.5 0 0 0 0 -9 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-time-calendar-check" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><rect x="3" y="5" width="18" height="5" fill="black" stroke="currentColor" stroke-width="1.5" /><path d="M8 15 L11 18 L16 13" stroke="black" stroke-width="1.7" fill="none" stroke-linecap="round" stroke-linejoin="round" /></mask><g mask="url(#ko-time-calendar-check)" fill="currentColor"><rect x="3" y="5" width="18" height="16" rx="1" /><rect x="7" y="3" width="2" height="4" rx="1" /><rect x="15" y="3" width="2" height="4" rx="1" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M4 5H20A1 1 0 0 1 21 6V20A1 1 0 0 1 20 21H4A1 1 0 0 1 3 20V6A1 1 0 0 1 4 5Z M3 5H21V10H3Z M8 3H8A1 1 0 0 1 9 4V6A1 1 0 0 1 8 7H8A1 1 0 0 1 7 6V4A1 1 0 0 1 8 3Z M16 3H16A1 1 0 0 1 17 4V6A1 1 0 0 1 16 7H16A1 1 0 0 1 15 6V4A1 1 0 0 1 16 3Z M7 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z M11 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z M15 14a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z M7 18a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z M11 18a1 1 0 1 0 2 0a1 1 0 1 0 -2 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M4 5H20A1 1 0 0 1 21 6V20A1 1 0 0 1 20 21H4A1 1 0 0 1 3 20V6A1 1 0 0 1 4 5Z M3 5H21V10H3Z M8 3H8A1 1 0 0 1 9 4V6A1 1 0 0 1 8 7H8A1 1 0 0 1 7 6V4A1 1 0 0 1 8 3Z M16 3H16A1 1 0 0 1 17 4V6A1 1 0 0 1 16 7H16A1 1 0 0 1 15 6V4A1 1 0 0 1 16 3Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-time-clock-alert" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M12 7 V12 L16 14" stroke="black" stroke-width="1.8" fill="none" stroke-linecap="round" /><rect x="19.4" y="3.5" width="1.2" height="3" fill="black" /><circle cx="20" cy="8" r="0.6" fill="black" /></mask><g mask="url(#ko-time-clock-alert)" fill="currentColor"><circle cx="12" cy="12" r="9" /><circle cx="20" cy="6" r="3.5" fill="currentColor" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 12 a9 9 0 1 1 9 9 H10 a7 7 0 1 0 -7 -7 H6 L3 17 L0 14 H3 Z" /><path d="M11 7 H13 V12 L16 14 L15 16 L11 13 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-time-clock" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M12 7 V12 L16 14" stroke="black" stroke-width="1.8" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-time-clock)" fill="currentColor"><circle cx="12" cy="12" r="9" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 12 a9 9 0 1 1 9 9 H10 a7 7 0 1 0 -7 -7 H6 L3 17 L0 14 H3 Z" /><circle cx="12" cy="12" r="1.5" /><circle cx="8" cy="12" r="1.2" /><circle cx="16" cy="12" r="1.2" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-time-stopwatch" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M12 10 V14 L15 16" stroke="black" stroke-width="1.8" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-time-stopwatch)" fill="currentColor"><circle cx="12" cy="14" r="8" /><rect x="9" y="2" width="6" height="2.5" rx="0.5" /><rect x="11" y="4" width="2" height="3" /><rect x="18" y="4" width="3" height="2" rx="0.5" transform="rotate(45 19.5 5)" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 4 a9 9 0 1 0 9 9 H19 a7 7 0 1 1 -7 -7 Z" /><rect x="9" y="2" width="6" height="2.5" rx="0.5" /><path d="M12 13 L18 8 L13 14 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 4 H19 L17 20 a2 2 0 0 1 -2 2 H9 a2 2 0 0 1 -2 -2 Z" /><path d="M7 4 a5 5 0 0 1 10 0 H15 a3 3 0 0 0 -6 0 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"><path d="M12 3 a9 9 0 0 0 0 18 a3 3 0 0 0 0 -6 a2 2 0 0 1 2 -2 H17 a4 4 0 0 0 4 -4 a8 8 0 0 0 -9 -6 Z M6.1 11a1.4 1.4 0 1 0 2.8 0a1.4 1.4 0 1 0 -2.8 0Z M9.1 7a1.4 1.4 0 1 0 2.8 0a1.4 1.4 0 1 0 -2.8 0Z M13.6 7a1.4 1.4 0 1 0 2.8 0a1.4 1.4 0 1 0 -2.8 0Z M16.6 11a1.4 1.4 0 1 0 2.8 0a1.4 1.4 0 1 0 -2.8 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0Z M12 12 L12 3 a9 9 0 0 1 7.8 4.5 Z M12 12 L19.8 16.5 a9 9 0 0 1 -7.8 4.5 Z M12 12 L4.2 16.5 a9 9 0 0 1 0 -9 Z M10 12a2 2 0 1 0 4 0a2 2 0 1 0 -4 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M7 2 H9 V17 H22 V19 H17 V22 H15 V19 H7 a2 2 0 0 1 -2 -2 V7 H2 V5 H5 V2 H7 Z" /><path d="M9 5 H17 a2 2 0 0 1 2 2 V15 H17 V7 H9 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H21 L14 12 V20 L10 22 V12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-tools-mark-tool" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M5 13 L11 19" stroke="black" stroke-width="1.5" fill="none" /></mask><g mask="url(#ko-tools-mark-tool)" fill="currentColor"><path d="M14 2 L22 10 L12 20 L8 21 L4 17 L5 13 Z" /></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2 C16 8 19 11 19 15 a7 7 0 0 1 -14 0 C5 11 8 8 12 2 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M16 2 L22 8 L9 21 H3 V15 Z M14 4 L18 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"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0Z M5 12a7 7 0 1 0 14 0a7 7 0 1 0 -14 0Z M12 5 V19 M5 12 H19 M7 7 L17 17 M17 7 L7 17 M10.5 12a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></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 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M5.5 5A0.5 0.5 0 0 0 5 5.5V18.5A0.5 0.5 0 0 0 5.5 19H18.5A0.5 0.5 0 0 0 19 18.5V5.5A0.5 0.5 0 0 0 18.5 5H5.5Z M16 17H14.7L14 14.8H10L9.3 17H8L10.8 8H13.2L16 17Z M10.4 13H13.6L12 9.2L10.4 13Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
|
|
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 fill-rule="evenodd" clip-rule="evenodd" d="M19.9521 21H17.8125L15.583 15.1689H8.41699L6.18652 21H4.04688L10.9297 3H13.0703L19.9521 21ZM9.18164 13.1689H14.8184L11.999 5.79883L9.18164 13.1689Z" fill="currentColor"></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="M8.37207 4.96875L12.8838 17.002L16.2725 9.01953C16.4105 8.69543 16.7297 8.48438 17.082 8.48438H17.9609C18.1335 8.48442 18.3024 8.53558 18.4463 8.63086C18.5901 8.7262 18.7032 8.8616 18.7705 9.02051L23 19.0322H21.0918L19.9775 16.3955H15.0518L13.9336 19.0322C13.8283 19.0322 13.7271 19.0175 13.6309 18.9941L13.6455 19.0322H11.7666L10.1191 14.6367H4.52637L2.87793 19.0322H1L6.27344 4.96875H8.37207ZM15.7988 14.6367H19.2354L17.5205 10.5801L15.7988 14.6367ZM5.18457 12.8789H9.45996L7.32227 7.17969L5.18457 12.8789Z" fill="currentColor"></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="currentColor"><path d="M5 4 H19 V8 H17 V6 H13 V18 H15 V20 H9 V18 H11 V6 H7 V8 H5 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 18 L7 6 H9 L13 18 H11 L10 15 H6 L5 18 Z M6.5 13 H9.5 L8 8 Z" fill-rule="evenodd" /><path d="M14 12 H18 a2.5 2.5 0 0 1 2.5 2.5 V18 H18.5 V17 a2 2 0 0 1 -2 1 a2.5 2.5 0 0 1 0 -5 H18.5 a1 1 0 0 0 -1 -1 H14 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M4 4 L8 4 L8 6 L7 6 L5 12 L7 12 L8 14 L8 16 L4 16 L4 14 L5 14 L7 8 L5 8 L4 6 Z" /><rect x="11" y="6" width="10" height="1.5" /><rect x="11" y="10" width="10" height="1.5" /><rect x="11" y="14" width="6" height="1.5" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.8887 2C17.35 2.00012 21.7772 6.42736 21.7773 11.8887C21.7772 17.35 17.35 21.7772 11.8887 21.7773C6.42736 21.7772 2.00012 17.35 2 11.8887C2.00012 6.42736 6.42736 2.00012 11.8887 2ZM11.8887 4C7.53193 4.00012 4.00012 7.53193 4 11.8887C4.00012 16.2454 7.53193 19.7772 11.8887 19.7773C16.2454 19.7772 19.7772 16.2454 19.7773 11.8887C19.7772 7.53193 16.2454 4.00012 11.8887 4ZM11.8896 8.66602C12.4419 8.66607 12.8896 9.11377 12.8896 9.66602V15.333H14.1123C14.6646 15.333 15.1123 15.7807 15.1123 16.333C15.1123 16.8853 14.6646 17.333 14.1123 17.333H9.66797C9.11568 17.333 8.66797 16.8853 8.66797 16.333C8.66797 15.7807 9.11568 15.333 9.66797 15.333H10.8896V10.666H9.66406C9.11178 10.666 8.66406 10.2183 8.66406 9.66602C8.66406 9.11373 9.11178 8.66602 9.66406 8.66602H11.8896ZM11.8867 5.33301C12.4389 5.33301 12.8866 5.78082 12.8867 6.33301V6.44434C12.8867 6.99662 12.439 7.44434 11.8867 7.44434C11.3344 7.44434 10.8867 6.99662 10.8867 6.44434V6.33301C10.8868 5.78082 11.3345 5.33301 11.8867 5.33301Z" fill="currentColor"></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="M19.9521 21H17.8125L15.583 15.1689H8.41699L6.18652 21H4.04688L10.9297 3H13.0703L19.9521 21ZM9.18164 13.1689H14.8184L11.999 5.79883L9.18164 13.1689Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 3 H21 V8 H19 V5 H13 V21 H11 V5 H5 V8 H3 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 fill-rule="evenodd" clip-rule="evenodd" d="M19.9521 21H17.8125L15.583 15.1689H8.41699L6.18652 21H4.04688L10.9297 3H13.0703L19.9521 21ZM9.18164 13.1689H14.8184L11.999 5.79883L9.18164 13.1689Z" fill="currentColor"></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="M5 8.999C5 10.901 5.765 12.626 7 13.889V21C6.99937 21.1707 7.04252 21.3387 7.12533 21.4879C7.20814 21.6372 7.32785 21.7627 7.47301 21.8525C7.61818 21.9423 7.78394 21.9933 7.95446 22.0008C8.12498 22.0082 8.29457 21.9718 8.447 21.895L12 20.118L15.553 21.894C15.7051 21.9709 15.8744 22.0074 16.0446 21.9998C16.2149 21.9923 16.3803 21.9411 16.525 21.851C16.82 21.668 17 21.347 17 21V13.89C18.2822 12.585 19.0005 10.8285 19 8.999C19 5.14 15.86 2 12 2C8.14 2 5 5.14 5 8.999ZM12.447 18.105C12.3081 18.0355 12.1549 17.9993 11.9995 17.9993C11.8441 17.9993 11.6909 18.0355 11.552 18.105L9 19.382V15.315C9.911 15.749 10.926 16 12 16C13.074 16 14.089 15.75 15 15.315V19.381L12.447 18.105ZM12 4C14.756 4 17 6.242 17 8.999C16.9987 10.3248 16.4715 11.5959 15.5341 12.5334C14.5968 13.471 13.3258 13.9984 12 14C9.243 14 7 11.757 7 8.999C7.00159 7.6735 7.52891 6.40275 8.46628 5.46557C9.40365 4.5284 10.6745 4.00132 12 4Z" fill="currentColor"></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="M2.05955 14.6797C2.12846 14.9321 2.29361 15.1476 2.51955 15.2796L4.42955 16.3896V18.5896C4.42955 18.8549 4.53491 19.1092 4.72244 19.2968C4.90998 19.4843 5.16433 19.5896 5.42955 19.5896H7.62955L8.73955 21.4996C8.82681 21.6508 8.9521 21.7765 9.10297 21.8642C9.25384 21.9519 9.42504 21.9986 9.59955 21.9996C9.77904 21.9996 9.95519 21.9512 10.1096 21.8596L12.0096 20.7596L13.9196 21.8596C14.0331 21.9262 14.1586 21.9697 14.289 21.9876C14.4194 22.0055 14.552 21.9975 14.6793 21.964C14.8066 21.9306 14.926 21.8724 15.0307 21.7927C15.1354 21.713 15.2234 21.6134 15.2896 21.4996L16.3896 19.5896H18.5896C18.8548 19.5896 19.1091 19.4843 19.2967 19.2968C19.4842 19.1092 19.5896 18.8549 19.5896 18.5896V16.3896L21.4996 15.2796C21.7283 15.1477 21.8956 14.9307 21.9649 14.6759C22.0342 14.4211 21.9999 14.1493 21.8696 13.9197L20.7596 11.9997L21.8696 10.0897C21.9999 9.86003 22.0342 9.58817 21.9649 9.33339C21.8956 9.0786 21.7283 8.86157 21.4996 8.72965L19.5896 7.62965V5.42965C19.5896 5.16443 19.4842 4.91008 19.2967 4.72254C19.1091 4.53501 18.8548 4.42965 18.5896 4.42965H16.3896L15.2896 2.51965C15.1551 2.29162 14.9358 2.1262 14.6796 2.05965C14.5525 2.02551 14.42 2.01678 14.2896 2.03394C14.1592 2.0511 14.0334 2.09382 13.9196 2.15965L11.9996 3.25965L10.0996 2.15965C9.87114 2.02844 9.60019 1.99265 9.34554 2.06005C9.0909 2.12746 8.87313 2.29262 8.73955 2.51965L7.62955 4.42965H5.42955C5.16433 4.42965 4.90998 4.53501 4.72244 4.72254C4.53491 4.91008 4.42955 5.16443 4.42955 5.42965V7.62965L2.52955 8.72965C2.41496 8.79498 2.31443 8.88233 2.23375 8.98668C2.15306 9.09103 2.09382 9.21031 2.05943 9.33765C2.02504 9.46499 2.01618 9.59787 2.03336 9.72865C2.05055 9.85943 2.09343 9.98552 2.15955 10.0997L3.25955 11.9997L2.15955 13.9096C2.09239 14.0248 2.04894 14.1523 2.03177 14.2845C2.01459 14.4168 2.02404 14.5511 2.05955 14.6797ZM5.27955 11.5097L4.38955 9.99965L5.93955 9.09965C6.08883 9.01114 6.2125 8.88531 6.29842 8.73453C6.38433 8.58374 6.42952 8.41319 6.42955 8.23965V6.42965H8.20955C8.38576 6.43035 8.55903 6.38447 8.7118 6.29667C8.86458 6.20887 8.99145 6.08225 9.07955 5.92965L9.99955 4.38965L11.5396 5.27965C11.6916 5.36742 11.864 5.41362 12.0396 5.41362C12.2151 5.41362 12.3875 5.36742 12.5396 5.27965L14.0896 4.38965L14.9996 5.92965C15.0877 6.08225 15.2145 6.20887 15.3673 6.29667C15.5201 6.38447 15.6933 6.43035 15.8696 6.42965H17.6396V8.20965C17.6406 8.38416 17.6873 8.55536 17.775 8.70623C17.8627 8.85711 17.9884 8.98239 18.1396 9.06965L19.6796 9.96965L18.7896 11.5097C18.7018 11.6617 18.6556 11.8341 18.6556 12.0097C18.6556 12.1852 18.7018 12.3576 18.7896 12.5097L19.6796 14.0497L18.1396 14.9496C17.9884 15.0369 17.8627 15.1622 17.775 15.3131C17.6873 15.4639 17.6406 15.6351 17.6396 15.8097V17.5897H15.8096C15.635 17.5907 15.4638 17.6374 15.313 17.7251C15.1621 17.8128 15.0368 17.9385 14.9496 18.0896L14.0596 19.6296L12.5096 18.7396C12.3575 18.6519 12.1851 18.6057 12.0096 18.6057C11.834 18.6057 11.6616 18.6519 11.5096 18.7396L9.99955 19.6296L9.10955 18.0896C9.02145 17.937 8.89458 17.8104 8.74181 17.7226C8.58903 17.6348 8.41576 17.589 8.23955 17.5897H6.42955V15.8097C6.42114 15.6447 6.37198 15.4843 6.28647 15.343C6.20097 15.2016 6.08178 15.0837 5.93955 14.9997L4.38955 14.0997L5.27955 12.5597C5.3769 12.4018 5.42845 12.2201 5.42845 12.0346C5.42845 11.8492 5.3769 11.6675 5.27955 11.5097Z" fill="currentColor"></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="M11.219 3.37474L8 7.39874L4.781 3.37474C4.65099 3.21402 4.47444 3.09745 4.27558 3.041C4.07671 2.98456 3.86525 2.99101 3.6702 3.05946C3.47514 3.12791 3.30602 3.25502 3.18604 3.42335C3.06605 3.59169 3.00107 3.79302 3 3.99974V18.9997C3 20.1027 3.897 20.9997 5 20.9997H19C20.103 20.9997 21 20.1027 21 18.9997V3.99974C20.9989 3.79302 20.9339 3.59169 20.814 3.42335C20.694 3.25502 20.5249 3.12791 20.3298 3.05946C20.1347 2.99101 19.9233 2.98456 19.7244 3.041C19.5256 3.09745 19.349 3.21402 19.219 3.37474L16 7.39874L12.781 3.37474C12.4 2.90074 11.6 2.90074 11.219 3.37474ZM5 18.9997V16.9997H19.001V18.9997H5ZM15.219 9.62474C15.6 10.0997 16.401 10.0997 16.782 9.62474L19 6.85074L19.001 14.9997H5V6.85074L7.219 9.62474C7.6 10.0997 8.401 10.0997 8.782 9.62474L12 5.60074L15.219 9.62474Z" fill="currentColor"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.96013 17.6745C6.99813 19.3315 6.99813 20.5675 6.99813 22.0005H8.99813C8.99813 20.4795 8.99813 18.7565 7.65513 16.6115L5.96013 17.6745ZM16.5021 3.38747C13.9751 1.91047 7.54813 0.926475 4.27913 4.30547C0.911129 7.78647 2.03013 13.3775 4.28013 15.6975C4.39813 15.8195 4.52413 15.9265 4.64913 16.0305C4.72113 16.0915 4.79513 16.1465 4.85413 16.2145L6.34813 14.8845C6.21819 14.7441 6.07815 14.6134 5.92913 14.4935C5.85713 14.4335 5.78313 14.3745 5.71513 14.3055C4.05513 12.5945 3.20913 8.28848 5.71613 5.69747C8.24113 3.08647 13.7841 4.11847 15.4931 5.11647C18.1841 6.68547 19.5901 9.42447 19.6021 9.44947L21.3911 8.55447C21.3261 8.41947 19.7231 5.26547 16.5021 3.38747Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M9.33808 12.8225C8.30808 11.5625 7.55108 10.5055 7.94608 9.31655C8.20908 8.53155 8.75908 7.99155 9.58308 7.71255C10.8071 7.30255 12.5031 7.55255 13.6231 8.31355L14.7461 6.65955C13.0981 5.53955 10.7641 5.20255 8.94208 5.81855C7.53408 6.29455 6.50708 7.31355 6.05008 8.68455C5.27408 11.0125 6.84908 12.9385 7.79008 14.0895C7.93908 14.2725 8.08008 14.4435 8.19908 14.6015C10.9981 18.3235 10.9981 20.1095 10.9981 22.0005H12.9981C12.9981 19.9645 12.9981 17.6555 9.79708 13.3995C9.64769 13.2044 9.49466 13.012 9.33808 12.8225ZM15.1291 9.47855C16.9641 11.2425 18.1631 13.9255 19.0181 18.1795L20.9791 17.7845C20.0401 13.1065 18.6631 10.0995 16.5161 8.03655L15.1291 9.47855Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M11.5541 9.16943L10.4391 10.8294C10.4661 10.8484 13.1501 12.7094 14.2401 16.5534L16.1641 16.0084C14.8651 11.4264 11.6881 9.25943 11.5541 9.16943ZM14.6861 18.4594C14.8961 19.6274 14.9981 20.7854 14.9981 22.0004H16.9981C16.9981 20.6654 16.8861 19.3924 16.6551 18.1054L14.6861 18.4594Z" fill="currentColor"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 3 V21 H7 V14 H19 L16 9 L19 4 H7 V3 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 21 C7 17 2 13 2 8.5 a5.5 5.5 0 0 1 10 -3.2 a5.5 5.5 0 0 1 10 3.2 C22 13 17 17 12 21 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-user-heart-2" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M5 12 H8 L9.5 9 L11 14 L12.5 11 L14 13 H19" stroke="black" stroke-width="1.4" fill="none" stroke-linejoin="round" /></mask><g mask="url(#ko-user-heart-2)" fill="currentColor"><path d="M12 21 C7 17 2 13 2 8.5 a5.5 5.5 0 0 1 10 -3.2 a5.5 5.5 0 0 1 10 3.2 C22 13 17 17 12 21 Z" /></g></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="M10 6H5C3.89543 6 3 6.89543 3 8V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V8C21 6.89543 20.1046 6 19 6H14M10 6V5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5V6M10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6M9 14C10.1046 14 11 13.1046 11 12C11 10.8954 10.1046 10 9 10C7.89543 10 7 10.8954 7 12C7 13.1046 7.89543 14 9 14ZM9 14C10.3062 14 11.4174 14.8348 11.8292 16M9 14C7.69378 14 6.58249 14.8348 6.17065 16M15 11H18M15 15H17" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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"><path d="M2 12a5 5 0 1 0 10 0a5 5 0 1 0 -10 0Z M5.3 12a1.7 1.7 0 1 0 3.4 0a1.7 1.7 0 1 0 -3.4 0Z M11 11 H21 V14 H19 V17 H17 V14 H15 V16 H13 V14 H11 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="4" y="10" width="16" height="11" rx="1.5" /><path d="M7 10 V7 a5 5 0 0 1 10 0 V10 H15 V7 a3 3 0 0 0 -6 0 V10 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M14 4 H21 V20 H14 V18 H19 V6 H14 Z" /><path d="M3 11 H11 L8 8 L9.4 6.6 L15 12 L9.4 17.4 L8 16 L11 13 H3 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H10 V6 H5 V18 H10 V20 H3 Z" /><path d="M11 11 H19 L16 8 L17.4 6.6 L23 12 L17.4 17.4 L16 16 L19 13 H11 Z" /></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="M12 22C15.859 22 19 18.859 19 15C19 11.141 15.859 8 12 8C8.14 8 5 11.141 5 15C5 18.859 8.14 22 12 22ZM12 10C14.757 10 17 12.243 17 15C17 17.757 14.757 20 12 20C9.243 20 7 17.757 7 15C7 12.243 9.243 10 12 10ZM11 2H7V7.518C8.19668 6.71722 9.56878 6.21675 11 6.059V2ZM17 2H13V6.059C14.4312 6.21675 15.8033 6.71722 17 7.518V2Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M10.019 15.811L9.55099 18.537L12 17.25L14.449 18.537L13.981 15.811L15.963 13.879L13.225 13.481L12 11L10.775 13.481L8.03699 13.879L10.019 15.811Z" fill="currentColor"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2 L20 5 V12 C20 17 16.5 21 12 22 C7.5 21 4 17 4 12 V5 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"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M14 8 H16 V5 H14 a3 3 0 0 0 -3 3 V11 H9 V14 H11 V21 H14 V14 H16 L16.5 11 H14 V8.5 a0.5 0.5 0 0 1 0.5 -0.5 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M6 9H9V18H6Z M6 6.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0Z M11 9 H14 V10.5 a3 3 0 0 1 5 2.5 V18 H16 V13.5 a1.5 1.5 0 0 0 -3 0 V18 H11 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 3 H7 L11 9 L17 3 H21 L13.5 11 L21.5 21 H17.5 L11.5 13.5 L4.5 21 H1 L9.5 11.5 L3 3 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2 L14.6 8.5 L21.5 9.2 L16.3 13.8 L17.8 20.6 L12 17 L6.2 20.6 L7.7 13.8 L2.5 9.2 L9.4 8.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="currentColor"><rect x="4" y="10" width="16" height="11" rx="1.5" /><path d="M7 10 V7 a5 5 0 0 1 9.7 -1.7 L14.8 6 a3 3 0 0 0 -5.8 1 V10 Z" /></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.2695 12C16.5389 12.0002 19.9998 15.4611 20 19.7305C20 20.4314 19.4314 21 18.7305 21H5.26953C4.56855 21 4 20.4314 4 19.7305C4.00016 15.4611 7.46112 12.0002 11.7305 12H12.2695ZM11.7305 14C8.81323 14.0001 6.40684 16.1803 6.04785 19H17.9521C17.5932 16.1803 15.1868 14.0001 12.2695 14H11.7305ZM12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3ZM12 5C10.8954 5 10 5.89543 10 7C10 8.10457 10.8954 9 12 9C13.1046 9 14 8.10457 14 7C14 5.89543 13.1046 5 12 5Z" fill="currentColor"></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="M12.2695 11.5C16.2627 11.5002 19.4998 14.7373 19.5 18.7305C19.5 19.1553 19.1553 19.5 18.7305 19.5H5.26953C4.8447 19.5 4.5 19.1553 4.5 18.7305C4.50016 14.7373 7.73726 11.5002 11.7305 11.5H12.2695ZM11.7305 12.5C8.36673 12.5002 5.62728 15.1659 5.50586 18.5H18.4941C18.3727 15.1659 15.6333 12.5002 12.2695 12.5H11.7305ZM12 3.5C13.933 3.5 15.5 5.067 15.5 7C15.5 8.933 13.933 10.5 12 10.5C10.067 10.5 8.5 8.933 8.5 7C8.5 5.067 10.067 3.5 12 3.5ZM12 4.5C10.6193 4.5 9.5 5.61929 9.5 7C9.5 8.38071 10.6193 9.5 12 9.5C13.3807 9.5 14.5 8.38071 14.5 7C14.5 5.61929 13.3807 4.5 12 4.5Z" fill="currentColor"></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="M5.12104 17.8037C7.15267 16.6554 9.4998 16 12 16C14.5002 16 16.8473 16.6554 18.879 17.8037M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="currentColor"><circle cx="10" cy="8" r="4.5" /><path d="M2 21 a8.5 7 0 0 1 17 0 Z" /><rect x="18" y="5" width="2" height="6" rx="0.5" /><rect x="16" y="7" width="6" height="2" rx="0.5" /></svg>
|