@kolkrabbi/kol-loader 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/package.json +35 -0
- package/src/Icon.jsx +122 -0
- package/src/index.js +452 -0
- package/src/solid/actions/check.svg +1 -0
- package/src/solid/actions/clipboard-check.svg +1 -0
- package/src/solid/actions/cloud-upload.svg +1 -0
- package/src/solid/actions/copy.svg +1 -0
- package/src/solid/actions/cross-alt.svg +1 -0
- package/src/solid/actions/cross.svg +1 -0
- package/src/solid/actions/download.svg +1 -0
- package/src/solid/actions/edit.svg +1 -0
- package/src/solid/actions/enter.svg +1 -0
- package/src/solid/actions/exit.svg +1 -0
- package/src/solid/actions/filter-alt.svg +1 -0
- package/src/solid/actions/filter.svg +1 -0
- package/src/solid/actions/maximize.svg +1 -0
- package/src/solid/actions/minimize.svg +1 -0
- package/src/solid/actions/minus.svg +1 -0
- package/src/solid/actions/move.svg +1 -0
- package/src/solid/actions/plus.svg +1 -0
- package/src/solid/actions/redo.svg +1 -0
- package/src/solid/actions/refresh.svg +1 -0
- package/src/solid/actions/rotate-alt.svg +1 -0
- package/src/solid/actions/rotate-left.svg +1 -0
- package/src/solid/actions/rotate-right.svg +1 -0
- package/src/solid/actions/rotate.svg +1 -0
- package/src/solid/actions/save.svg +1 -0
- package/src/solid/actions/search-1.svg +1 -0
- package/src/solid/actions/search-circle.svg +1 -0
- package/src/solid/actions/search-line.svg +1 -0
- package/src/solid/actions/search.svg +1 -0
- package/src/solid/actions/settings-01.svg +1 -0
- package/src/solid/actions/settings-02.svg +1 -0
- package/src/solid/actions/share.svg +1 -0
- package/src/solid/actions/snap.svg +1 -0
- package/src/solid/actions/swap.svg +1 -0
- package/src/solid/actions/trash-1.svg +1 -0
- package/src/solid/actions/trash-alt.svg +1 -0
- package/src/solid/actions/trash.svg +1 -0
- package/src/solid/actions/undo.svg +1 -0
- package/src/solid/actions/upload-1.svg +1 -0
- package/src/solid/actions/upload-2.svg +1 -0
- package/src/solid/actions/upload-3.svg +1 -0
- package/src/solid/actions/upload.svg +1 -0
- package/src/solid/actions/zoom-in.svg +1 -0
- package/src/solid/actions/zoom-magnify.svg +1 -0
- package/src/solid/actions/zoom-out.svg +1 -0
- package/src/solid/brand/facebook.svg +1 -0
- package/src/solid/brand/instagram.svg +1 -0
- package/src/solid/brand/linkedin.svg +1 -0
- package/src/solid/brand/messenger.svg +1 -0
- package/src/solid/brand/signature-thick.svg +1 -0
- package/src/solid/brand/snapchat.svg +1 -0
- package/src/solid/brand/tiktok.svg +1 -0
- package/src/solid/brand/twitter.svg +1 -0
- package/src/solid/brand/youtube.svg +1 -0
- package/src/solid/commerce/card.svg +1 -0
- package/src/solid/commerce/cash.svg +1 -0
- package/src/solid/commerce/credit-card-1.svg +1 -0
- package/src/solid/commerce/credit-card.svg +1 -0
- package/src/solid/commerce/dollar-sign.svg +1 -0
- package/src/solid/commerce/gift.svg +1 -0
- package/src/solid/commerce/package.svg +1 -0
- package/src/solid/commerce/receipt-refund.svg +1 -0
- package/src/solid/commerce/receipt.svg +1 -0
- package/src/solid/commerce/shopping-bag.svg +1 -0
- package/src/solid/commerce/shopping-basket-1.svg +1 -0
- package/src/solid/commerce/shopping-basket-2.svg +1 -0
- package/src/solid/commerce/shopping-basket.svg +1 -0
- package/src/solid/commerce/shopping-cart.svg +1 -0
- package/src/solid/commerce/tag.svg +1 -0
- package/src/solid/communication/alarm-bell.svg +1 -0
- package/src/solid/communication/chat-alt-2.svg +3 -0
- package/src/solid/communication/chat-alt.svg +3 -0
- package/src/solid/communication/chat.svg +3 -0
- package/src/solid/communication/dialpad-alt.svg +9 -0
- package/src/solid/communication/dialpad.svg +3 -0
- package/src/solid/communication/dual-opponent.svg +1 -0
- package/src/solid/communication/in-going.svg +1 -0
- package/src/solid/communication/interactive.svg +1 -0
- package/src/solid/communication/mail-open.svg +3 -0
- package/src/solid/communication/mail.svg +1 -0
- package/src/solid/communication/message-circle.svg +1 -0
- package/src/solid/communication/message-rounded-add.svg +4 -0
- package/src/solid/communication/message-rounded-error.svg +4 -0
- package/src/solid/communication/message-square.svg +1 -0
- package/src/solid/communication/paper-plane.svg +3 -0
- package/src/solid/communication/phone.svg +1 -0
- package/src/solid/communication/send.svg +1 -0
- package/src/solid/communication/share-shape.svg +3 -0
- package/src/solid/communication/share.svg +3 -0
- package/src/solid/communication/speakerphone.svg +3 -0
- package/src/solid/communication/thumb-down.svg +3 -0
- package/src/solid/communication/thumb-up.svg +3 -0
- package/src/solid/communication/voicemail.svg +3 -0
- package/src/solid/cursor/crosshair.svg +1 -0
- package/src/solid/cursor/hand.svg +1 -0
- package/src/solid/cursor/mouse-alt.svg +1 -0
- package/src/solid/cursor/mouse.svg +1 -0
- package/src/solid/cursor/navigation-pointer-01.svg +1 -0
- package/src/solid/cursor/navigation-pointer-02.svg +1 -0
- package/src/solid/cursor/navigation.svg +1 -0
- package/src/solid/cursor/pointer-1.svg +1 -0
- package/src/solid/cursor/pointer-2.svg +1 -0
- package/src/solid/cursor/pointer-custom.svg +1 -0
- package/src/solid/cursor/pointer-mirrored.svg +1 -0
- package/src/solid/cursor/pointer-node.svg +1 -0
- package/src/solid/cursor/pointer-selector.svg +1 -0
- package/src/solid/cursor/pointer.svg +1 -0
- package/src/solid/cursor/target-lock.svg +1 -0
- package/src/solid/editing/adjust.svg +1 -0
- package/src/solid/editing/al-1.svg +4 -0
- package/src/solid/editing/al-2.svg +4 -0
- package/src/solid/editing/align-center.svg +1 -0
- package/src/solid/editing/align-left.svg +1 -0
- package/src/solid/editing/align-right.svg +1 -0
- package/src/solid/editing/anchor.svg +3 -0
- package/src/solid/editing/annotation.svg +3 -0
- package/src/solid/editing/arrow-from-bottom.svg +3 -0
- package/src/solid/editing/arrow-from-left.svg +3 -0
- package/src/solid/editing/arrow-from-right.svg +3 -0
- package/src/solid/editing/arrow-from-top.svg +3 -0
- package/src/solid/editing/bold.svg +1 -0
- package/src/solid/editing/boolean-exclude.svg +1 -0
- package/src/solid/editing/boolean-intersect.svg +1 -0
- package/src/solid/editing/boolean-merge.svg +1 -0
- package/src/solid/editing/boolean-minus-back.svg +1 -0
- package/src/solid/editing/boolean-minus-front.svg +1 -0
- package/src/solid/editing/boolean-outline.svg +1 -0
- package/src/solid/editing/boolean-trim.svg +1 -0
- package/src/solid/editing/boolean-unite.svg +1 -0
- package/src/solid/editing/broom.svg +3 -0
- package/src/solid/editing/brush-alt.svg +3 -0
- package/src/solid/editing/brush.svg +1 -0
- package/src/solid/editing/bucket.svg +3 -0
- package/src/solid/editing/bullseye.svg +5 -0
- package/src/solid/editing/calc-1.svg +3 -0
- package/src/solid/editing/calc-2.svg +3 -0
- package/src/solid/editing/check-set-3.svg +3 -0
- package/src/solid/editing/color-01.svg +3 -0
- package/src/solid/editing/color-02.svg +7 -0
- package/src/solid/editing/color-03.svg +3 -0
- package/src/solid/editing/color-fill.svg +1 -0
- package/src/solid/editing/color-swatch.svg +3 -0
- package/src/solid/editing/color-swatches.svg +3 -0
- package/src/solid/editing/color.svg +1 -0
- package/src/solid/editing/corner-diag.svg +1 -0
- package/src/solid/editing/cut.svg +4 -0
- package/src/solid/editing/edit-1.svg +3 -0
- package/src/solid/editing/edit-2.svg +3 -0
- package/src/solid/editing/edit-3.svg +3 -0
- package/src/solid/editing/edit-alt.svg +3 -0
- package/src/solid/editing/edit.svg +4 -0
- package/src/solid/editing/element-1.svg +3 -0
- package/src/solid/editing/exclude.svg +3 -0
- package/src/solid/editing/eyedrop.svg +3 -0
- package/src/solid/editing/eyedropper.svg +3 -0
- package/src/solid/editing/flip-x.svg +1 -0
- package/src/solid/editing/flip-y.svg +1 -0
- package/src/solid/editing/highlight.svg +3 -0
- package/src/solid/editing/highlightercircle.svg +3 -0
- package/src/solid/editing/intersect-1.svg +3 -0
- package/src/solid/editing/intersect.svg +3 -0
- package/src/solid/editing/italic.svg +1 -0
- package/src/solid/editing/label.svg +3 -0
- package/src/solid/editing/list-ordered.svg +1 -0
- package/src/solid/editing/list-unordered.svg +1 -0
- package/src/solid/editing/magnet.svg +3 -0
- package/src/solid/editing/magnetstraight.svg +3 -0
- package/src/solid/editing/markercircle.svg +3 -0
- package/src/solid/editing/math-3.svg +3 -0
- package/src/solid/editing/math-collection.svg +3 -0
- package/src/solid/editing/math.svg +3 -0
- package/src/solid/editing/measure.svg +3 -0
- package/src/solid/editing/minus-back.svg +3 -0
- package/src/solid/editing/minus-front.svg +3 -0
- package/src/solid/editing/minus-set-3.svg +3 -0
- package/src/solid/editing/mult-set-3.svg +3 -0
- package/src/solid/editing/paint-roll.svg +4 -0
- package/src/solid/editing/paint.svg +3 -0
- package/src/solid/editing/paintbrushbroad.svg +3 -0
- package/src/solid/editing/palette.svg +1 -0
- package/src/solid/editing/pen-copy.svg +3 -0
- package/src/solid/editing/pen.svg +1 -0
- package/src/solid/editing/pencil.svg +1 -0
- package/src/solid/editing/pencilcircle.svg +3 -0
- package/src/solid/editing/pencilline.svg +3 -0
- package/src/solid/editing/pencilsimple.svg +3 -0
- package/src/solid/editing/pennib.svg +3 -0
- package/src/solid/editing/pennibstraight.svg +3 -0
- package/src/solid/editing/perc.svg +3 -0
- package/src/solid/editing/plus-set-3.svg +3 -0
- package/src/solid/editing/pushpin.svg +3 -0
- package/src/solid/editing/registered.svg +4 -0
- package/src/solid/editing/result.svg +3 -0
- package/src/solid/editing/ruler-combined.svg +3 -0
- package/src/solid/editing/ruler-trinangle.svg +3 -0
- package/src/solid/editing/ruler.svg +3 -0
- package/src/solid/editing/scissors-1.svg +3 -0
- package/src/solid/editing/scissors.svg +10 -0
- package/src/solid/editing/size.svg +3 -0
- package/src/solid/editing/slider-shape.svg +3 -0
- package/src/solid/editing/solid-1.svg +13 -0
- package/src/solid/editing/solid.svg +11 -0
- package/src/solid/editing/spray-can.svg +3 -0
- package/src/solid/editing/text-01.svg +1 -0
- package/src/solid/editing/text-02.svg +1 -0
- package/src/solid/editing/trim.svg +3 -0
- package/src/solid/editing/type-01.svg +1 -0
- package/src/solid/editing/type-02.svg +1 -0
- package/src/solid/editing/type-03.svg +1 -0
- package/src/solid/editing/underline.svg +1 -0
- package/src/solid/files/add-file.svg +1 -0
- package/src/solid/files/archive.svg +3 -0
- package/src/solid/files/attachment.svg +1 -0
- package/src/solid/files/book-open.svg +1 -0
- package/src/solid/files/bookmark-alt.svg +3 -0
- package/src/solid/files/bookmark.svg +1 -0
- package/src/solid/files/briefcase.svg +3 -0
- package/src/solid/files/clipboard-1.svg +1 -0
- package/src/solid/files/clipboard-2.svg +1 -0
- package/src/solid/files/document-report.svg +3 -0
- package/src/solid/files/document.svg +3 -0
- package/src/solid/files/file-image.svg +1 -0
- package/src/solid/files/file-text.svg +1 -0
- package/src/solid/files/file-video.svg +1 -0
- package/src/solid/files/file.svg +1 -0
- package/src/solid/files/files-01.svg +3 -0
- package/src/solid/files/files-02.svg +3 -0
- package/src/solid/files/files-03.svg +3 -0
- package/src/solid/files/files-04.svg +3 -0
- package/src/solid/files/folder-01.svg +1 -0
- package/src/solid/files/folder-02.svg +1 -0
- package/src/solid/files/folder-add.svg +3 -0
- package/src/solid/files/folder-open.svg +1 -0
- package/src/solid/files/folder.svg +3 -0
- package/src/solid/files/img-01.svg +3 -0
- package/src/solid/files/img-02.svg +3 -0
- package/src/solid/files/img-03.svg +3 -0
- package/src/solid/files/journal.svg +1 -0
- package/src/solid/files/manual-empty.svg +1 -0
- package/src/solid/files/page.svg +1 -0
- package/src/solid/files/project-1.svg +3 -0
- package/src/solid/files/project-2.svg +3 -0
- package/src/solid/files/project.svg +3 -0
- package/src/solid/layout/align-bottom.svg +1 -0
- package/src/solid/layout/align-center.svg +1 -0
- package/src/solid/layout/align-horizontal-center.svg +1 -0
- package/src/solid/layout/align-horizontal-left.svg +1 -0
- package/src/solid/layout/align-horizontal-right.svg +1 -0
- package/src/solid/layout/align-left.svg +1 -0
- package/src/solid/layout/align-middle.svg +1 -0
- package/src/solid/layout/align-right.svg +1 -0
- package/src/solid/layout/align-top.svg +1 -0
- package/src/solid/layout/align-vertical-bottom.svg +1 -0
- package/src/solid/layout/align-vertical-center.svg +1 -0
- package/src/solid/layout/align-vertical-top.svg +1 -0
- package/src/solid/layout/alignbottom.svg +4 -0
- package/src/solid/layout/aligncenterhorizontal.svg +4 -0
- package/src/solid/layout/aligncentervertical.svg +4 -0
- package/src/solid/layout/alignleft-1.svg +4 -0
- package/src/solid/layout/alignleft.svg +4 -0
- package/src/solid/layout/alignright-1.svg +4 -0
- package/src/solid/layout/alignright.svg +4 -0
- package/src/solid/layout/aligntop.svg +4 -0
- package/src/solid/layout/auto-layout.svg +1 -0
- package/src/solid/layout/border-all.svg +1 -0
- package/src/solid/layout/border-bottom.svg +1 -0
- package/src/solid/layout/border-inner.svg +1 -0
- package/src/solid/layout/border-left.svg +1 -0
- package/src/solid/layout/border-none.svg +1 -0
- package/src/solid/layout/border-outer.svg +1 -0
- package/src/solid/layout/border-radius.svg +1 -0
- package/src/solid/layout/border-right.svg +1 -0
- package/src/solid/layout/border-top.svg +1 -0
- package/src/solid/layout/carousel.svg +3 -0
- package/src/solid/layout/category-alt.svg +3 -0
- package/src/solid/layout/category.svg +3 -0
- package/src/solid/layout/collapse-alt.svg +1 -0
- package/src/solid/layout/collapse-horizontal.svg +1 -0
- package/src/solid/layout/collapse-vertical.svg +1 -0
- package/src/solid/layout/collapse.svg +1 -0
- package/src/solid/layout/collection.svg +3 -0
- package/src/solid/layout/columns.svg +1 -0
- package/src/solid/layout/component.svg +1 -0
- package/src/solid/layout/dock-bottom.svg +3 -0
- package/src/solid/layout/dock-left.svg +3 -0
- package/src/solid/layout/dock-right.svg +3 -0
- package/src/solid/layout/dock-top.svg +3 -0
- package/src/solid/layout/expand-alt.svg +1 -0
- package/src/solid/layout/expand-horizontal.svg +1 -0
- package/src/solid/layout/expand-vertical.svg +1 -0
- package/src/solid/layout/expand.svg +1 -0
- package/src/solid/layout/fatrows.svg +3 -0
- package/src/solid/layout/grid-01.svg +1 -0
- package/src/solid/layout/grid-02.svg +1 -0
- package/src/solid/layout/grid-03.svg +1 -0
- package/src/solid/layout/grid-04.svg +1 -0
- package/src/solid/layout/grid-05.svg +1 -0
- package/src/solid/layout/grid-06.svg +1 -0
- package/src/solid/layout/grid-alt.svg +3 -0
- package/src/solid/layout/grid-horizontal.svg +3 -0
- package/src/solid/layout/grid-small.svg +3 -0
- package/src/solid/layout/grid-vertical.svg +3 -0
- package/src/solid/layout/grid.svg +1 -0
- package/src/solid/layout/horizontal-center.svg +3 -0
- package/src/solid/layout/horizontal-left.svg +3 -0
- package/src/solid/layout/horizontal-right.svg +3 -0
- package/src/solid/layout/layers.svg +1 -0
- package/src/solid/layout/layout-01.svg +1 -0
- package/src/solid/layout/layout-02.svg +1 -0
- package/src/solid/layout/layout-03.svg +1 -0
- package/src/solid/layout/layout.svg +1 -0
- package/src/solid/layout/list-01.svg +1 -0
- package/src/solid/layout/list-02.svg +1 -0
- package/src/solid/layout/menu-1.svg +3 -0
- package/src/solid/layout/menu-2.svg +3 -0
- package/src/solid/layout/menu-3.svg +3 -0
- package/src/solid/layout/more-horizontal.svg +1 -0
- package/src/solid/layout/more-vertical.svg +1 -0
- package/src/solid/layout/move-collection.svg +3 -0
- package/src/solid/layout/move-horizontal.svg +1 -0
- package/src/solid/layout/move-vertical.svg +1 -0
- package/src/solid/layout/move.svg +1 -0
- package/src/solid/layout/objects-horizontal-center.svg +3 -0
- package/src/solid/layout/objects-horizontal-left.svg +3 -0
- package/src/solid/layout/objects-horizontal-right.svg +3 -0
- package/src/solid/layout/objects-vertical-bottom.svg +3 -0
- package/src/solid/layout/objects-vertical-center.svg +3 -0
- package/src/solid/layout/objects-vertical-top.svg +3 -0
- package/src/solid/layout/panel-left.svg +1 -0
- package/src/solid/layout/panel-right.svg +1 -0
- package/src/solid/layout/reflect-horizontal.svg +1 -0
- package/src/solid/layout/reflect-vertical.svg +1 -0
- package/src/solid/layout/row-alt.svg +1 -0
- package/src/solid/layout/row.svg +1 -0
- package/src/solid/layout/rows.svg +3 -0
- package/src/solid/layout/sidebar.svg +1 -0
- package/src/solid/layout/squaresfour.svg +3 -0
- package/src/solid/layout/stacksimple.svg +3 -0
- package/src/solid/layout/trello.svg +3 -0
- package/src/solid/layout/user-interface.svg +3 -0
- package/src/solid/layout/view-grid.svg +3 -0
- package/src/solid/media/camera-1.svg +1 -0
- package/src/solid/media/camera-2.svg +1 -0
- package/src/solid/media/camera-home.svg +1 -0
- package/src/solid/media/camera-off.svg +1 -0
- package/src/solid/media/camera.svg +1 -0
- package/src/solid/media/control-pause.svg +1 -0
- package/src/solid/media/control-play.svg +1 -0
- package/src/solid/media/control-stop.svg +1 -0
- package/src/solid/media/fast-forward.svg +1 -0
- package/src/solid/media/image.svg +1 -0
- package/src/solid/media/mic-off.svg +1 -0
- package/src/solid/media/mic.svg +1 -0
- package/src/solid/media/pause-narrow.svg +1 -0
- package/src/solid/media/pause.svg +1 -0
- package/src/solid/media/photo-02.svg +1 -0
- package/src/solid/media/play.svg +1 -0
- package/src/solid/media/repeat-1.svg +1 -0
- package/src/solid/media/repeat.svg +1 -0
- package/src/solid/media/rewind.svg +1 -0
- package/src/solid/media/shuffle.svg +1 -0
- package/src/solid/media/skip-back.svg +1 -0
- package/src/solid/media/skip-forward.svg +1 -0
- package/src/solid/media/stop.svg +1 -0
- package/src/solid/media/video-off.svg +1 -0
- package/src/solid/media/video.svg +1 -0
- package/src/solid/media/volume-1.svg +1 -0
- package/src/solid/media/volume-2.svg +1 -0
- package/src/solid/media/volume-x.svg +1 -0
- package/src/solid/media/volume.svg +1 -0
- package/src/solid/misc/align-auto.svg +1 -0
- package/src/solid/misc/baseball.svg +4 -0
- package/src/solid/misc/basketball.svg +3 -0
- package/src/solid/misc/bath.svg +3 -0
- package/src/solid/misc/beaker.svg +3 -0
- package/src/solid/misc/bed.svg +3 -0
- package/src/solid/misc/been-here.svg +4 -0
- package/src/solid/misc/bolt.svg +1 -0
- package/src/solid/misc/bomb.svg +4 -0
- package/src/solid/misc/bowl-hot.svg +3 -0
- package/src/solid/misc/bowling-ball.svg +6 -0
- package/src/solid/misc/bucket.svg +1 -0
- package/src/solid/misc/bulb.svg +3 -0
- package/src/solid/misc/bus-school.svg +5 -0
- package/src/solid/misc/bus.svg +5 -0
- package/src/solid/misc/cabinet.svg +4 -0
- package/src/solid/misc/cable-car.svg +3 -0
- package/src/solid/misc/cake.svg +3 -0
- package/src/solid/misc/candles.svg +3 -0
- package/src/solid/misc/car.svg +5 -0
- package/src/solid/misc/chair.svg +3 -0
- package/src/solid/misc/chalkboard.svg +4 -0
- package/src/solid/misc/closet.svg +3 -0
- package/src/solid/misc/coffee.svg +3 -0
- package/src/solid/misc/cookie.svg +8 -0
- package/src/solid/misc/cricket-ball.svg +3 -0
- package/src/solid/misc/cycling.svg +5 -0
- package/src/solid/misc/dice-1.svg +4 -0
- package/src/solid/misc/dice-2.svg +5 -0
- package/src/solid/misc/dice-3.svg +6 -0
- package/src/solid/misc/dice-4.svg +7 -0
- package/src/solid/misc/dice-5.svg +8 -0
- package/src/solid/misc/dice-6.svg +9 -0
- package/src/solid/misc/dish.svg +3 -0
- package/src/solid/misc/door-open.svg +4 -0
- package/src/solid/misc/dumbbell.svg +3 -0
- package/src/solid/misc/fire.svg +3 -0
- package/src/solid/misc/football.svg +4 -0
- package/src/solid/misc/fork.svg +3 -0
- package/src/solid/misc/foundation.svg +1 -0
- package/src/solid/misc/fridge.svg +3 -0
- package/src/solid/misc/ftx-token-ftt.svg +3 -0
- package/src/solid/misc/game.svg +4 -0
- package/src/solid/misc/gas-pump.svg +3 -0
- package/src/solid/misc/ghost.svg +5 -0
- package/src/solid/misc/glasses-alt.svg +3 -0
- package/src/solid/misc/glasses.svg +3 -0
- package/src/solid/misc/health.svg +3 -0
- package/src/solid/misc/heart.svg +3 -0
- package/src/solid/misc/home-1.svg +1 -0
- package/src/solid/misc/home-2.svg +1 -0
- package/src/solid/misc/hotel.svg +4 -0
- package/src/solid/misc/instance.svg +1 -0
- package/src/solid/misc/joystick-alt.svg +6 -0
- package/src/solid/misc/joystick-button.svg +5 -0
- package/src/solid/misc/joystick.svg +8 -0
- package/src/solid/misc/knife.svg +3 -0
- package/src/solid/misc/landscape.svg +3 -0
- package/src/solid/misc/location.svg +1 -0
- package/src/solid/misc/mask.svg +5 -0
- package/src/solid/misc/meteor.svg +4 -0
- package/src/solid/misc/pills.svg +1 -0
- package/src/solid/misc/placeholder-1.svg +3 -0
- package/src/solid/misc/placeholder.svg +3 -0
- package/src/solid/misc/planet.svg +3 -0
- package/src/solid/misc/plus-medical.svg +3 -0
- package/src/solid/misc/puzzle.svg +3 -0
- package/src/solid/misc/rabbit.svg +1 -0
- package/src/solid/misc/restaurant.svg +3 -0
- package/src/solid/misc/rocket.svg +5 -0
- package/src/solid/misc/run.svg +4 -0
- package/src/solid/misc/shower.svg +3 -0
- package/src/solid/misc/star-1.svg +3 -0
- package/src/solid/misc/star.svg +3 -0
- package/src/solid/misc/stitches.svg +3 -0
- package/src/solid/misc/sushi.svg +4 -0
- package/src/solid/misc/swim.svg +4 -0
- package/src/solid/misc/taxi.svg +5 -0
- package/src/solid/misc/tennis-ball.svg +3 -0
- package/src/solid/misc/ticket.svg +3 -0
- package/src/solid/misc/traffic-cone.svg +3 -0
- package/src/solid/misc/train.svg +5 -0
- package/src/solid/misc/trip.svg +4 -0
- package/src/solid/misc/trophy.svg +3 -0
- package/src/solid/misc/walk.svg +4 -0
- package/src/solid/misc/world.svg +3 -0
- package/src/solid/misc/yarn.svg +3 -0
- package/src/solid/navigation/arrow-cross.svg +1 -0
- package/src/solid/navigation/arrow-down-left.svg +3 -0
- package/src/solid/navigation/arrow-down-right.svg +3 -0
- package/src/solid/navigation/arrow-down.svg +1 -0
- package/src/solid/navigation/arrow-downright.svg +1 -0
- package/src/solid/navigation/arrow-expand.svg +1 -0
- package/src/solid/navigation/arrow-left.svg +1 -0
- package/src/solid/navigation/arrow-right.svg +1 -0
- package/src/solid/navigation/arrow-up-left.svg +3 -0
- package/src/solid/navigation/arrow-up-right.svg +3 -0
- package/src/solid/navigation/arrow-up.svg +1 -0
- package/src/solid/navigation/caret-down.svg +1 -0
- package/src/solid/navigation/caret-left.svg +1 -0
- package/src/solid/navigation/caret-right.svg +1 -0
- package/src/solid/navigation/caret-up.svg +1 -0
- package/src/solid/navigation/chevron-down-square.svg +4 -0
- package/src/solid/navigation/chevron-down.svg +1 -0
- package/src/solid/navigation/chevron-left-square.svg +4 -0
- package/src/solid/navigation/chevron-right-square.svg +4 -0
- package/src/solid/navigation/chevron-right.svg +1 -0
- package/src/solid/navigation/chevron-up-square.svg +4 -0
- package/src/solid/navigation/chevron-up.svg +1 -0
- package/src/solid/navigation/chevrons-down.svg +4 -0
- package/src/solid/navigation/chevrons-left.svg +4 -0
- package/src/solid/navigation/chevrons-right.svg +4 -0
- package/src/solid/navigation/chevrons-up.svg +4 -0
- package/src/solid/navigation/compass.svg +4 -0
- package/src/solid/navigation/control-arrow-back.svg +1 -0
- package/src/solid/navigation/control-arrow-end.svg +1 -0
- package/src/solid/navigation/control-arrow-forward.svg +1 -0
- package/src/solid/navigation/control-arrow-start.svg +1 -0
- package/src/solid/navigation/current-location.svg +4 -0
- package/src/solid/navigation/directions.svg +3 -0
- package/src/solid/navigation/dropdown-caret.svg +1 -0
- package/src/solid/navigation/external-link.svg +1 -0
- package/src/solid/navigation/globe-alt.svg +4 -0
- package/src/solid/navigation/globe.svg +3 -0
- package/src/solid/navigation/hamburger.svg +3 -0
- package/src/solid/navigation/home.svg +3 -0
- package/src/solid/navigation/location-marker.svg +3 -0
- package/src/solid/navigation/location-plus.svg +4 -0
- package/src/solid/navigation/map-alt.svg +3 -0
- package/src/solid/navigation/map-pin.svg +4 -0
- package/src/solid/navigation/map.svg +4 -0
- package/src/solid/navigation/menu.svg +1 -0
- package/src/solid/navigation/more.svg +3 -0
- package/src/solid/navigation/street-view.svg +5 -0
- package/src/solid/navigation/subdirectory-left.svg +3 -0
- package/src/solid/navigation/subdirectory-right.svg +3 -0
- package/src/solid/navigation/x.svg +1 -0
- package/src/solid/rack/ascii-back.svg +1 -0
- package/src/solid/rack/ascii-block.svg +1 -0
- package/src/solid/rack/ascii-dash.svg +1 -0
- package/src/solid/rack/ascii-dot.svg +1 -0
- package/src/solid/rack/ascii-equal.svg +1 -0
- package/src/solid/rack/ascii-hash.svg +1 -0
- package/src/solid/rack/ascii-pipe.svg +1 -0
- package/src/solid/rack/ascii-plus.svg +1 -0
- package/src/solid/rack/ascii-slash.svg +1 -0
- package/src/solid/rack/ascii-x.svg +1 -0
- package/src/solid/rack/cable-lock.svg +1 -0
- package/src/solid/rack/cable-off.svg +1 -0
- package/src/solid/rack/cable-on.svg +1 -0
- package/src/solid/rack/cable-trans.svg +1 -0
- package/src/solid/rack/cable-unlock.svg +1 -0
- package/src/solid/rack/cap-butt.svg +1 -0
- package/src/solid/rack/cap-round.svg +1 -0
- package/src/solid/rack/cap-square.svg +1 -0
- package/src/solid/rack/chevron-down.svg +1 -0
- package/src/solid/rack/chevron-left.svg +1 -0
- package/src/solid/rack/chevron-right.svg +1 -0
- package/src/solid/rack/chevron-up.svg +1 -0
- package/src/solid/rack/clr-anl.svg +1 -0
- package/src/solid/rack/clr-comp.svg +1 -0
- package/src/solid/rack/clr-mono.svg +1 -0
- package/src/solid/rack/clr-tri.svg +1 -0
- package/src/solid/rack/curve-exp.svg +1 -0
- package/src/solid/rack/curve-log.svg +1 -0
- package/src/solid/rack/dith-cross.svg +1 -0
- package/src/solid/rack/dith-crt.svg +1 -0
- package/src/solid/rack/dith-diamond.svg +1 -0
- package/src/solid/rack/dith-flow.svg +1 -0
- package/src/solid/rack/dith-flower.svg +1 -0
- package/src/solid/rack/dith-gear.svg +1 -0
- package/src/solid/rack/dith-glitch.svg +1 -0
- package/src/solid/rack/dith-grid.svg +1 -0
- package/src/solid/rack/dith-hex.svg +1 -0
- package/src/solid/rack/dith-htone.svg +1 -0
- package/src/solid/rack/dith-melt.svg +1 -0
- package/src/solid/rack/dith-radial.svg +1 -0
- package/src/solid/rack/dith-xhatch.svg +1 -0
- package/src/solid/rack/filter-bp.svg +1 -0
- package/src/solid/rack/filter-hp.svg +1 -0
- package/src/solid/rack/filter-lp.svg +1 -0
- package/src/solid/rack/filter-notch.svg +1 -0
- package/src/solid/rack/gen-color.svg +1 -0
- package/src/solid/rack/gen-gradient.svg +1 -0
- package/src/solid/rack/gen-pattern.svg +1 -0
- package/src/solid/rack/gen-wave.svg +1 -0
- package/src/solid/rack/grad-con.svg +1 -0
- package/src/solid/rack/grad-lin.svg +1 -0
- package/src/solid/rack/grad-rad.svg +1 -0
- package/src/solid/rack/line-circle.svg +1 -0
- package/src/solid/rack/line-grid.svg +1 -0
- package/src/solid/rack/line-line.svg +1 -0
- package/src/solid/rack/line-lissa.svg +1 -0
- package/src/solid/rack/line-spiral.svg +1 -0
- package/src/solid/rack/logic-and.svg +1 -0
- package/src/solid/rack/logic-nand.svg +1 -0
- package/src/solid/rack/logic-nor.svg +1 -0
- package/src/solid/rack/logic-not.svg +1 -0
- package/src/solid/rack/logic-or.svg +1 -0
- package/src/solid/rack/logic-xor.svg +1 -0
- package/src/solid/rack/nav-create.svg +1 -0
- package/src/solid/rack/nav-home.svg +1 -0
- package/src/solid/rack/nav-library.svg +1 -0
- package/src/solid/rack/nav-rack.svg +1 -0
- package/src/solid/rack/nav-settings.svg +1 -0
- package/src/solid/rack/ptrn-checker.svg +1 -0
- package/src/solid/rack/ptrn-dot.svg +1 -0
- package/src/solid/rack/ptrn-stripe.svg +1 -0
- package/src/solid/rack/radial-circle.svg +1 -0
- package/src/solid/rack/radial-default.svg +1 -0
- package/src/solid/rack/radial-hex.svg +1 -0
- package/src/solid/rack/radial-random.svg +1 -0
- package/src/solid/rack/radial-rect.svg +1 -0
- package/src/solid/rack/radial-star.svg +1 -0
- package/src/solid/rack/radial-triangle.svg +1 -0
- package/src/solid/rack/ramp-down.svg +1 -0
- package/src/solid/rack/ramp-tri.svg +1 -0
- package/src/solid/rack/ramp-up.svg +1 -0
- package/src/solid/rack/seq-a.svg +1 -0
- package/src/solid/rack/seq-b.svg +1 -0
- package/src/solid/rack/seq-c.svg +1 -0
- package/src/solid/rack/seq-d.svg +1 -0
- package/src/solid/rack/shape-cube.svg +1 -0
- package/src/solid/rack/shape-cyl.svg +1 -0
- package/src/solid/rack/shape-ico.svg +1 -0
- package/src/solid/rack/shape-octa.svg +1 -0
- package/src/solid/rack/shape-sphere.svg +1 -0
- package/src/solid/rack/shape-tetra.svg +1 -0
- package/src/solid/rack/shape-torus.svg +1 -0
- package/src/solid/rack/shaper-clip.svg +1 -0
- package/src/solid/rack/shaper-exp.svg +1 -0
- package/src/solid/rack/shaper-fold.svg +1 -0
- package/src/solid/rack/shaper-log.svg +1 -0
- package/src/solid/rack/shaper-scurve.svg +1 -0
- package/src/solid/rack/shaper-sine.svg +1 -0
- package/src/solid/rack/shaper-step.svg +1 -0
- package/src/solid/rack/shaper-wrap.svg +1 -0
- package/src/solid/rack/tr-carets.svg +1 -0
- package/src/solid/rack/tr-fwd.svg +1 -0
- package/src/solid/rack/tr-inf.svg +1 -0
- package/src/solid/rack/tr-left.svg +1 -0
- package/src/solid/rack/tr-pause.svg +1 -0
- package/src/solid/rack/tr-rew.svg +1 -0
- package/src/solid/rack/tr-right.svg +1 -0
- package/src/solid/rack/tr-skip.svg +1 -0
- package/src/solid/rack/wave-rnd.svg +1 -0
- package/src/solid/rack/wave-saw.svg +1 -0
- package/src/solid/rack/wave-sin.svg +1 -0
- package/src/solid/rack/wave-sqr.svg +1 -0
- package/src/solid/rack/wave-tri.svg +1 -0
- package/src/solid/shapes/3square.svg +3 -0
- package/src/solid/shapes/ball.svg +4 -0
- package/src/solid/shapes/box.svg +4 -0
- package/src/solid/shapes/circle-1.svg +6 -0
- package/src/solid/shapes/circle-dashed.svg +10 -0
- package/src/solid/shapes/circle.svg +1 -0
- package/src/solid/shapes/cone-alt.svg +1 -0
- package/src/solid/shapes/cone.svg +1 -0
- package/src/solid/shapes/design-shapes-1.svg +3 -0
- package/src/solid/shapes/diamond-alt.svg +1 -0
- package/src/solid/shapes/diamond.svg +1 -0
- package/src/solid/shapes/dimond.svg +5 -0
- package/src/solid/shapes/polygon.svg +1 -0
- package/src/solid/shapes/rectangle.svg +1 -0
- package/src/solid/shapes/shape-1.svg +3 -0
- package/src/solid/shapes/shape-16.svg +3 -0
- package/src/solid/shapes/shape-17.svg +10 -0
- package/src/solid/shapes/shape-18.svg +3 -0
- package/src/solid/shapes/shape-19.svg +3 -0
- package/src/solid/shapes/shape-2.svg +3 -0
- package/src/solid/shapes/shape-3.svg +3 -0
- package/src/solid/shapes/shape-4.svg +3 -0
- package/src/solid/shapes/shape-circle.svg +1 -0
- package/src/solid/shapes/shape-polygon.svg +3 -0
- package/src/solid/shapes/shape-square.svg +1 -0
- package/src/solid/shapes/shape-triangle.svg +1 -0
- package/src/solid/shapes/shape.svg +3 -0
- package/src/solid/shapes/shapes-01.svg +3 -0
- package/src/solid/shapes/shapes-02.svg +3 -0
- package/src/solid/shapes/shapes-03.svg +3 -0
- package/src/solid/shapes/shapes-04.svg +3 -0
- package/src/solid/shapes/shapes-05.svg +3 -0
- package/src/solid/shapes/shapes-06.svg +3 -0
- package/src/solid/shapes/shapes-07.svg +3 -0
- package/src/solid/shapes/shapes-08.svg +3 -0
- package/src/solid/shapes/shapes-09.svg +3 -0
- package/src/solid/shapes/shapes-10.svg +3 -0
- package/src/solid/shapes/shapes-11.svg +3 -0
- package/src/solid/shapes/shapes-12.svg +3 -0
- package/src/solid/shapes/shapes-13.svg +3 -0
- package/src/solid/shapes/shapes-14.svg +3 -0
- package/src/solid/shapes/shapes-15.svg +13 -0
- package/src/solid/shapes/shapes-16.svg +3 -0
- package/src/solid/shapes/shapes-17.svg +3 -0
- package/src/solid/shapes/shapes-18.svg +3 -0
- package/src/solid/shapes/shapes-19.svg +3 -0
- package/src/solid/shapes/shapes-20.svg +3 -0
- package/src/solid/shapes/shapes-21.svg +4 -0
- package/src/solid/shapes/shapes-22.svg +3 -0
- package/src/solid/shapes/shapes-24.svg +4 -0
- package/src/solid/shapes/shapes-25.svg +4 -0
- package/src/solid/shapes/shapes-26.svg +3 -0
- package/src/solid/shapes/shapes-27.svg +3 -0
- package/src/solid/shapes/shapes-stroke-03.svg +3 -0
- package/src/solid/shapes/star.svg +1 -0
- package/src/solid/shapes/triangle-alt.svg +1 -0
- package/src/solid/shapes/triangle.svg +1 -0
- package/src/solid/shapes/wave.svg +1 -0
- package/src/solid/shapes/wheel.svg +1 -0
- package/src/solid/stats/chart-square-bar.svg +1 -0
- package/src/solid/stats/cycle.svg +1 -0
- package/src/solid/stats/presentation-chart-bar.svg +1 -0
- package/src/solid/stats/presentation-chart-line.svg +1 -0
- package/src/solid/stats/stat-abacus.svg +1 -0
- package/src/solid/stats/stat-chart-a.svg +1 -0
- package/src/solid/stats/stat-chart-b.svg +1 -0
- package/src/solid/stats/stat-chart-c.svg +1 -0
- package/src/solid/stats/stat-crown.svg +1 -0
- package/src/solid/stats/stat-cycle.svg +1 -0
- package/src/solid/stats/stat-donut.svg +1 -0
- package/src/solid/stats/stat-medalion.svg +1 -0
- package/src/solid/stats/stat-pie-c.svg +1 -0
- package/src/solid/stats/stat-pie.svg +1 -0
- package/src/solid/stats/stat-rocket.svg +1 -0
- package/src/solid/stats/stat-stat.svg +1 -0
- package/src/solid/stats/stat-winner.svg +1 -0
- package/src/solid/stats/trending-down.svg +1 -0
- package/src/solid/stats/trending-up.svg +1 -0
- package/src/solid/status/alert-circle.svg +1 -0
- package/src/solid/status/alert-triangle.svg +1 -0
- package/src/solid/status/check-circle.svg +1 -0
- package/src/solid/status/eye-off.svg +1 -0
- package/src/solid/status/eye-on.svg +1 -0
- package/src/solid/status/help-circle.svg +1 -0
- package/src/solid/status/info.svg +1 -0
- package/src/solid/status/lightning-bolt.svg +1 -0
- package/src/solid/status/loader-circle.svg +1 -0
- package/src/solid/status/loader.svg +1 -0
- package/src/solid/status/status.svg +1 -0
- package/src/solid/status/x-circle.svg +1 -0
- package/src/solid/system/atomic-atom.svg +1 -0
- package/src/solid/system/atomic-lifeform.svg +1 -0
- package/src/solid/system/atomic-molecule.svg +1 -0
- package/src/solid/system/atomic-organism.svg +1 -0
- package/src/solid/system/battery.svg +1 -0
- package/src/solid/system/bolt-alt.svg +1 -0
- package/src/solid/system/brackets.svg +3 -0
- package/src/solid/system/bug-1.svg +4 -0
- package/src/solid/system/bug-2.svg +4 -0
- package/src/solid/system/bug-alt.svg +4 -0
- package/src/solid/system/bug.svg +3 -0
- package/src/solid/system/calendar-1.svg +3 -0
- package/src/solid/system/chip.svg +3 -0
- package/src/solid/system/cloud.svg +3 -0
- package/src/solid/system/code-alt-collection.svg +3 -0
- package/src/solid/system/code-collection.svg +3 -0
- package/src/solid/system/code-curly-collection.svg +3 -0
- package/src/solid/system/code.svg +1 -0
- package/src/solid/system/cog.svg +3 -0
- package/src/solid/system/component.svg +6 -0
- package/src/solid/system/curly.svg +3 -0
- package/src/solid/system/customize.svg +3 -0
- package/src/solid/system/database.svg +1 -0
- package/src/solid/system/desktop.svg +3 -0
- package/src/solid/system/extension.svg +3 -0
- package/src/solid/system/frequency.svg +1 -0
- package/src/solid/system/git-compare.svg +3 -0
- package/src/solid/system/git-merge.svg +3 -0
- package/src/solid/system/git-pull-request.svg +3 -0
- package/src/solid/system/git-repo-forked.svg +3 -0
- package/src/solid/system/hash-italic-bold.svg +3 -0
- package/src/solid/system/hdd.svg +4 -0
- package/src/solid/system/information-1.svg +3 -0
- package/src/solid/system/information-2.svg +3 -0
- package/src/solid/system/information-3.svg +3 -0
- package/src/solid/system/information.svg +3 -0
- package/src/solid/system/interactive.svg +1 -0
- package/src/solid/system/laptop.svg +3 -0
- package/src/solid/system/library.svg +1 -0
- package/src/solid/system/light-bulb-1.svg +4 -0
- package/src/solid/system/light-bulb.svg +3 -0
- package/src/solid/system/linked.svg +3 -0
- package/src/solid/system/main-component.svg +3 -0
- package/src/solid/system/pills-alt.svg +1 -0
- package/src/solid/system/plug.svg +3 -0
- package/src/solid/system/power.svg +1 -0
- package/src/solid/system/qrcode.svg +3 -0
- package/src/solid/system/roadmap.svg +1 -0
- package/src/solid/system/server.svg +1 -0
- package/src/solid/system/settings-1.svg +3 -0
- package/src/solid/system/settings.svg +3 -0
- package/src/solid/system/shield-check.svg +3 -0
- package/src/solid/system/slider-alt.svg +4 -0
- package/src/solid/system/slider.svg +3 -0
- package/src/solid/system/tachometer.svg +4 -0
- package/src/solid/system/terminal.svg +1 -0
- package/src/solid/system/toggle-left.svg +4 -0
- package/src/solid/system/toggle-right.svg +4 -0
- package/src/solid/system/tui-crop.svg +1 -0
- package/src/solid/system/tui-draw.svg +1 -0
- package/src/solid/system/tui-filter.svg +1 -0
- package/src/solid/system/tui-flip-x.svg +1 -0
- package/src/solid/system/tui-flip-y.svg +1 -0
- package/src/solid/system/tui-image.svg +1 -0
- package/src/solid/system/tui-rotate-left.svg +1 -0
- package/src/solid/system/tui-rotate-right.svg +1 -0
- package/src/solid/system/tui-select.svg +1 -0
- package/src/solid/system/tui-shape.svg +1 -0
- package/src/solid/system/tui-text.svg +1 -0
- package/src/solid/system/tui-zoom.svg +1 -0
- package/src/solid/system/visible.svg +3 -0
- package/src/solid/system/wifi-off.svg +1 -0
- package/src/solid/system/wifi.svg +1 -0
- package/src/solid/system/wrench.svg +3 -0
- package/src/solid/theme/contrast.svg +1 -0
- package/src/solid/theme/monitor.svg +1 -0
- package/src/solid/theme/moon.svg +1 -0
- package/src/solid/theme/sun.svg +1 -0
- package/src/solid/theme/theme-toggle.svg +1 -0
- package/src/solid/time/calendar-check.svg +1 -0
- package/src/solid/time/calendar-days.svg +1 -0
- package/src/solid/time/calendar.svg +1 -0
- package/src/solid/time/clock-alert.svg +1 -0
- package/src/solid/time/clock-rotate-left.svg +1 -0
- package/src/solid/time/clock.svg +1 -0
- package/src/solid/time/history.svg +1 -0
- package/src/solid/time/stopwatch.svg +1 -0
- package/src/solid/time/timer.svg +1 -0
- package/src/solid/tools/bucket-alt.svg +1 -0
- package/src/solid/tools/color-palette.svg +1 -0
- package/src/solid/tools/color-wheel.svg +1 -0
- package/src/solid/tools/crop.svg +1 -0
- package/src/solid/tools/filter-palette.svg +1 -0
- package/src/solid/tools/mark-tool.svg +1 -0
- package/src/solid/tools/paint-drop.svg +1 -0
- package/src/solid/tools/pencil.svg +1 -0
- package/src/solid/tools/wheel.svg +1 -0
- package/src/solid/typography/a-framed.svg +3 -0
- package/src/solid/typography/a.svg +3 -0
- package/src/solid/typography/aa.svg +3 -0
- package/src/solid/typography/font-01.svg +1 -0
- package/src/solid/typography/font-02.svg +1 -0
- package/src/solid/typography/font-03.svg +1 -0
- package/src/solid/typography/info.svg +3 -0
- package/src/solid/typography/italic-a.svg +3 -0
- package/src/solid/typography/italic-b.svg +3 -0
- package/src/solid/typography/italic.svg +3 -0
- package/src/solid/typography/roman-a.svg +3 -0
- package/src/solid/typography/roman-b.svg +3 -0
- package/src/solid/typography/type.svg +1 -0
- package/src/solid/typography/typography-1.svg +3 -0
- package/src/solid/typography/typography-2.svg +3 -0
- package/src/solid/typography/typography-3.svg +3 -0
- package/src/solid/user/award.svg +3 -0
- package/src/solid/user/certification.svg +3 -0
- package/src/solid/user/crown.svg +3 -0
- package/src/solid/user/fingerprint.svg +5 -0
- package/src/solid/user/flag.svg +1 -0
- package/src/solid/user/heart-1.svg +1 -0
- package/src/solid/user/heart-2.svg +1 -0
- package/src/solid/user/identification.svg +3 -0
- package/src/solid/user/key.svg +1 -0
- package/src/solid/user/lock.svg +1 -0
- package/src/solid/user/log-in.svg +1 -0
- package/src/solid/user/log-out.svg +1 -0
- package/src/solid/user/medal.svg +4 -0
- package/src/solid/user/shield.svg +1 -0
- package/src/solid/user/social-facebook.svg +1 -0
- package/src/solid/user/social-linkedin.svg +1 -0
- package/src/solid/user/social-twitter.svg +1 -0
- package/src/solid/user/star.svg +1 -0
- package/src/solid/user/unlock.svg +1 -0
- package/src/solid/user/user-1.svg +3 -0
- package/src/solid/user/user-2.svg +3 -0
- package/src/solid/user/user-circle.svg +3 -0
- package/src/solid/user/user-group.svg +3 -0
- package/src/solid/user/user-plus.svg +1 -0
- package/src/solid/user/user.svg +1 -0
- package/src/solid/user/users.svg +1 -0
- package/src/stroke/actions/check.svg +1 -0
- package/src/stroke/actions/clipboard-check.svg +1 -0
- package/src/stroke/actions/cloud-upload.svg +1 -0
- package/src/stroke/actions/copy.svg +1 -0
- package/src/stroke/actions/cross-alt.svg +1 -0
- package/src/stroke/actions/cross.svg +1 -0
- package/src/stroke/actions/download.svg +1 -0
- package/src/stroke/actions/edit.svg +1 -0
- package/src/stroke/actions/enter.svg +1 -0
- package/src/stroke/actions/exit.svg +1 -0
- package/src/stroke/actions/filter-alt.svg +1 -0
- package/src/stroke/actions/filter.svg +1 -0
- package/src/stroke/actions/maximize.svg +1 -0
- package/src/stroke/actions/minimize.svg +1 -0
- package/src/stroke/actions/minus.svg +1 -0
- package/src/stroke/actions/move.svg +1 -0
- package/src/stroke/actions/plus.svg +1 -0
- package/src/stroke/actions/redo.svg +1 -0
- package/src/stroke/actions/refresh.svg +1 -0
- package/src/stroke/actions/rotate-alt.svg +1 -0
- package/src/stroke/actions/rotate-left.svg +1 -0
- package/src/stroke/actions/rotate-right.svg +1 -0
- package/src/stroke/actions/rotate.svg +1 -0
- package/src/stroke/actions/save.svg +1 -0
- package/src/stroke/actions/search-1.svg +1 -0
- package/src/stroke/actions/search-circle.svg +1 -0
- package/src/stroke/actions/search-line.svg +1 -0
- package/src/stroke/actions/search.svg +1 -0
- package/src/stroke/actions/settings-01.svg +1 -0
- package/src/stroke/actions/settings-02.svg +1 -0
- package/src/stroke/actions/share.svg +1 -0
- package/src/stroke/actions/snap.svg +1 -0
- package/src/stroke/actions/swap.svg +1 -0
- package/src/stroke/actions/trash-1.svg +1 -0
- package/src/stroke/actions/trash-alt.svg +1 -0
- package/src/stroke/actions/trash.svg +1 -0
- package/src/stroke/actions/undo.svg +1 -0
- package/src/stroke/actions/upload-1.svg +1 -0
- package/src/stroke/actions/upload-2.svg +1 -0
- package/src/stroke/actions/upload-3.svg +1 -0
- package/src/stroke/actions/upload.svg +1 -0
- package/src/stroke/actions/zoom-in.svg +1 -0
- package/src/stroke/actions/zoom-magnify.svg +1 -0
- package/src/stroke/actions/zoom-out.svg +1 -0
- package/src/stroke/brand/facebook.svg +1 -0
- package/src/stroke/brand/instagram.svg +1 -0
- package/src/stroke/brand/linkedin.svg +1 -0
- package/src/stroke/brand/messenger.svg +1 -0
- package/src/stroke/brand/signature-thick.svg +1 -0
- package/src/stroke/brand/snapchat.svg +1 -0
- package/src/stroke/brand/tiktok.svg +1 -0
- package/src/stroke/brand/twitter.svg +1 -0
- package/src/stroke/brand/youtube.svg +1 -0
- package/src/stroke/commerce/card.svg +1 -0
- package/src/stroke/commerce/cash.svg +1 -0
- package/src/stroke/commerce/credit-card-1.svg +1 -0
- package/src/stroke/commerce/credit-card.svg +1 -0
- package/src/stroke/commerce/dollar-sign.svg +1 -0
- package/src/stroke/commerce/gift.svg +1 -0
- package/src/stroke/commerce/package.svg +1 -0
- package/src/stroke/commerce/receipt-refund.svg +1 -0
- package/src/stroke/commerce/receipt.svg +1 -0
- package/src/stroke/commerce/shopping-bag.svg +1 -0
- package/src/stroke/commerce/shopping-basket-1.svg +1 -0
- package/src/stroke/commerce/shopping-basket-2.svg +1 -0
- package/src/stroke/commerce/shopping-basket.svg +1 -0
- package/src/stroke/commerce/shopping-cart.svg +1 -0
- package/src/stroke/commerce/tag.svg +1 -0
- package/src/stroke/communication/alarm-bell.svg +1 -0
- package/src/stroke/communication/chat-alt-2.svg +3 -0
- package/src/stroke/communication/chat-alt.svg +3 -0
- package/src/stroke/communication/chat.svg +3 -0
- package/src/stroke/communication/dialpad-alt.svg +3 -0
- package/src/stroke/communication/dialpad.svg +3 -0
- package/src/stroke/communication/dual-opponent.svg +1 -0
- package/src/stroke/communication/in-going.svg +1 -0
- package/src/stroke/communication/interactive.svg +1 -0
- package/src/stroke/communication/mail-open.svg +3 -0
- package/src/stroke/communication/mail.svg +1 -0
- package/src/stroke/communication/message-circle.svg +1 -0
- package/src/stroke/communication/message-rounded-add.svg +4 -0
- package/src/stroke/communication/message-rounded-error.svg +4 -0
- package/src/stroke/communication/message-square.svg +1 -0
- package/src/stroke/communication/paper-plane.svg +4 -0
- package/src/stroke/communication/phone.svg +1 -0
- package/src/stroke/communication/send.svg +1 -0
- package/src/stroke/communication/share-shape.svg +3 -0
- package/src/stroke/communication/speakerphone.svg +3 -0
- package/src/stroke/communication/thumb-down.svg +3 -0
- package/src/stroke/communication/thumb-up.svg +3 -0
- package/src/stroke/communication/voicemail.svg +3 -0
- package/src/stroke/cursor/crosshair.svg +1 -0
- package/src/stroke/cursor/hand.svg +1 -0
- package/src/stroke/cursor/mouse-alt.svg +1 -0
- package/src/stroke/cursor/mouse.svg +1 -0
- package/src/stroke/cursor/navigation-pointer-01.svg +1 -0
- package/src/stroke/cursor/navigation-pointer-02.svg +1 -0
- package/src/stroke/cursor/navigation.svg +1 -0
- package/src/stroke/cursor/pointer-1.svg +1 -0
- package/src/stroke/cursor/pointer-2.svg +1 -0
- package/src/stroke/cursor/pointer-custom.svg +1 -0
- package/src/stroke/cursor/pointer-mirrored.svg +1 -0
- package/src/stroke/cursor/pointer-node.svg +1 -0
- package/src/stroke/cursor/pointer-selector.svg +1 -0
- package/src/stroke/cursor/pointer.svg +1 -0
- package/src/stroke/cursor/target-lock.svg +1 -0
- package/src/stroke/editing/adjust.svg +1 -0
- package/src/stroke/editing/al-1.svg +3 -0
- package/src/stroke/editing/al-2.svg +3 -0
- package/src/stroke/editing/align-center.svg +1 -0
- package/src/stroke/editing/align-left.svg +1 -0
- package/src/stroke/editing/align-right.svg +1 -0
- package/src/stroke/editing/anchor.svg +3 -0
- package/src/stroke/editing/annotation.svg +3 -0
- package/src/stroke/editing/arrow-from-bottom.svg +3 -0
- package/src/stroke/editing/arrow-from-left.svg +3 -0
- package/src/stroke/editing/arrow-from-right.svg +3 -0
- package/src/stroke/editing/arrow-from-top.svg +3 -0
- package/src/stroke/editing/bold.svg +1 -0
- package/src/stroke/editing/boolean-exclude.svg +1 -0
- package/src/stroke/editing/boolean-intersect.svg +1 -0
- package/src/stroke/editing/boolean-merge.svg +1 -0
- package/src/stroke/editing/boolean-minus-back.svg +1 -0
- package/src/stroke/editing/boolean-minus-front.svg +1 -0
- package/src/stroke/editing/boolean-outline.svg +1 -0
- package/src/stroke/editing/boolean-trim.svg +1 -0
- package/src/stroke/editing/boolean-unite.svg +1 -0
- package/src/stroke/editing/broom.svg +15 -0
- package/src/stroke/editing/brush-alt.svg +3 -0
- package/src/stroke/editing/brush.svg +1 -0
- package/src/stroke/editing/bullseye.svg +3 -0
- package/src/stroke/editing/calc-1.svg +10 -0
- package/src/stroke/editing/calc-2.svg +3 -0
- package/src/stroke/editing/check-set-1.svg +3 -0
- package/src/stroke/editing/check-set-2.svg +4 -0
- package/src/stroke/editing/check-set-3.svg +4 -0
- package/src/stroke/editing/color-01.svg +3 -0
- package/src/stroke/editing/color-02.svg +3 -0
- package/src/stroke/editing/color-03.svg +3 -0
- package/src/stroke/editing/color-fill.svg +1 -0
- package/src/stroke/editing/color-swatch.svg +3 -0
- package/src/stroke/editing/color-swatches.svg +6 -0
- package/src/stroke/editing/color.svg +1 -0
- package/src/stroke/editing/corner-diag.svg +1 -0
- package/src/stroke/editing/crop.svg +13 -0
- package/src/stroke/editing/cut.svg +3 -0
- package/src/stroke/editing/edit-1.svg +4 -0
- package/src/stroke/editing/edit-2.svg +3 -0
- package/src/stroke/editing/edit-3.svg +3 -0
- package/src/stroke/editing/edit-alt.svg +3 -0
- package/src/stroke/editing/element-1.svg +5 -0
- package/src/stroke/editing/exclude.svg +3 -0
- package/src/stroke/editing/eyedrop.svg +11 -0
- package/src/stroke/editing/eyedropper.svg +11 -0
- package/src/stroke/editing/flip-x.svg +1 -0
- package/src/stroke/editing/flip-y.svg +1 -0
- package/src/stroke/editing/highlight.svg +3 -0
- package/src/stroke/editing/highlightercircle.svg +12 -0
- package/src/stroke/editing/intersect-1.svg +12 -0
- package/src/stroke/editing/intersect.svg +13 -0
- package/src/stroke/editing/italic.svg +1 -0
- package/src/stroke/editing/label.svg +3 -0
- package/src/stroke/editing/list-ordered.svg +1 -0
- package/src/stroke/editing/list-unordered.svg +1 -0
- package/src/stroke/editing/magnet.svg +3 -0
- package/src/stroke/editing/magnetstraight.svg +12 -0
- package/src/stroke/editing/markercircle.svg +13 -0
- package/src/stroke/editing/math-2.svg +6 -0
- package/src/stroke/editing/math-3.svg +3 -0
- package/src/stroke/editing/math-collection.svg +3 -0
- package/src/stroke/editing/math.svg +3 -0
- package/src/stroke/editing/measure.svg +14 -0
- package/src/stroke/editing/minus-back.svg +3 -0
- package/src/stroke/editing/minus-front.svg +3 -0
- package/src/stroke/editing/minus-set-1.svg +3 -0
- package/src/stroke/editing/minus-set-2.svg +4 -0
- package/src/stroke/editing/minus-set-3.svg +3 -0
- package/src/stroke/editing/move.svg +3 -0
- package/src/stroke/editing/mult-set-1.svg +4 -0
- package/src/stroke/editing/mult-set-2.svg +5 -0
- package/src/stroke/editing/mult-set-3.svg +3 -0
- package/src/stroke/editing/paint-roll.svg +3 -0
- package/src/stroke/editing/paint.svg +3 -0
- package/src/stroke/editing/paintbrushbroad.svg +13 -0
- package/src/stroke/editing/palette.svg +1 -0
- package/src/stroke/editing/pen-copy.svg +3 -0
- package/src/stroke/editing/pen.svg +1 -0
- package/src/stroke/editing/pencil.svg +1 -0
- package/src/stroke/editing/pencilcircle.svg +14 -0
- package/src/stroke/editing/pencilline.svg +12 -0
- package/src/stroke/editing/pencilsimple.svg +11 -0
- package/src/stroke/editing/pennib.svg +13 -0
- package/src/stroke/editing/pennibstraight.svg +13 -0
- package/src/stroke/editing/perc.svg +3 -0
- package/src/stroke/editing/plus-set-1.svg +4 -0
- package/src/stroke/editing/plus-set-2.svg +5 -0
- package/src/stroke/editing/plus-set-3.svg +3 -0
- package/src/stroke/editing/pushpin.svg +11 -0
- package/src/stroke/editing/registered.svg +3 -0
- package/src/stroke/editing/result.svg +6 -0
- package/src/stroke/editing/ruler-combined.svg +10 -0
- package/src/stroke/editing/ruler-trinangle.svg +9 -0
- package/src/stroke/editing/ruler.svg +3 -0
- package/src/stroke/editing/scissors-1.svg +14 -0
- package/src/stroke/editing/scissors.svg +3 -0
- package/src/stroke/editing/scribble-1.svg +10 -0
- package/src/stroke/editing/scribble-2.svg +10 -0
- package/src/stroke/editing/scribble.svg +10 -0
- package/src/stroke/editing/size.svg +4 -0
- package/src/stroke/editing/slider-shape.svg +3 -0
- package/src/stroke/editing/solid-1.svg +3 -0
- package/src/stroke/editing/solid.svg +3 -0
- package/src/stroke/editing/spray-can.svg +3 -0
- package/src/stroke/editing/stroke-1.svg +11 -0
- package/src/stroke/editing/stroke.svg +10 -0
- package/src/stroke/editing/sum.svg +4 -0
- package/src/stroke/editing/text-01.svg +1 -0
- package/src/stroke/editing/text-02.svg +1 -0
- package/src/stroke/editing/trim.svg +3 -0
- package/src/stroke/editing/type-01.svg +1 -0
- package/src/stroke/editing/type-02.svg +1 -0
- package/src/stroke/editing/type-03.svg +1 -0
- package/src/stroke/editing/underline.svg +1 -0
- package/src/stroke/files/add-file.svg +1 -0
- package/src/stroke/files/archive.svg +3 -0
- package/src/stroke/files/attachment.svg +1 -0
- package/src/stroke/files/book-open.svg +1 -0
- package/src/stroke/files/bookmark-alt.svg +3 -0
- package/src/stroke/files/bookmark.svg +1 -0
- package/src/stroke/files/briefcase.svg +3 -0
- package/src/stroke/files/clipboard-1.svg +1 -0
- package/src/stroke/files/clipboard-2.svg +1 -0
- package/src/stroke/files/document-report.svg +3 -0
- package/src/stroke/files/document.svg +3 -0
- package/src/stroke/files/file-image.svg +1 -0
- package/src/stroke/files/file-text.svg +1 -0
- package/src/stroke/files/file-video.svg +1 -0
- package/src/stroke/files/file.svg +1 -0
- package/src/stroke/files/files-01.svg +6 -0
- package/src/stroke/files/files-02.svg +4 -0
- package/src/stroke/files/files-03.svg +4 -0
- package/src/stroke/files/files-04.svg +4 -0
- package/src/stroke/files/folder-01.svg +1 -0
- package/src/stroke/files/folder-02.svg +1 -0
- package/src/stroke/files/folder-add.svg +3 -0
- package/src/stroke/files/folder-open.svg +1 -0
- package/src/stroke/files/folder.svg +3 -0
- package/src/stroke/files/img-01.svg +5 -0
- package/src/stroke/files/img-02.svg +5 -0
- package/src/stroke/files/img-03.svg +7 -0
- package/src/stroke/files/journal.svg +1 -0
- package/src/stroke/files/manual-empty.svg +1 -0
- package/src/stroke/files/page.svg +1 -0
- package/src/stroke/files/project-1.svg +4 -0
- package/src/stroke/files/project-2.svg +5 -0
- package/src/stroke/files/project.svg +4 -0
- package/src/stroke/layout/align-bottom.svg +1 -0
- package/src/stroke/layout/align-center.svg +1 -0
- package/src/stroke/layout/align-horizontal-center.svg +1 -0
- package/src/stroke/layout/align-horizontal-left.svg +1 -0
- package/src/stroke/layout/align-horizontal-right.svg +1 -0
- package/src/stroke/layout/align-left.svg +1 -0
- package/src/stroke/layout/align-middle.svg +1 -0
- package/src/stroke/layout/align-right.svg +1 -0
- package/src/stroke/layout/align-top.svg +1 -0
- package/src/stroke/layout/align-vertical-bottom.svg +1 -0
- package/src/stroke/layout/align-vertical-center.svg +1 -0
- package/src/stroke/layout/align-vertical-top.svg +1 -0
- package/src/stroke/layout/alignbottom.svg +12 -0
- package/src/stroke/layout/aligncenterhorizontal.svg +14 -0
- package/src/stroke/layout/aligncentervertical.svg +14 -0
- package/src/stroke/layout/alignleft-1.svg +12 -0
- package/src/stroke/layout/alignleft.svg +5 -0
- package/src/stroke/layout/alignright-1.svg +12 -0
- package/src/stroke/layout/alignright.svg +5 -0
- package/src/stroke/layout/aligntop.svg +12 -0
- package/src/stroke/layout/auto-layout.svg +1 -0
- package/src/stroke/layout/border-all.svg +1 -0
- package/src/stroke/layout/border-bottom.svg +1 -0
- package/src/stroke/layout/border-inner.svg +1 -0
- package/src/stroke/layout/border-left.svg +1 -0
- package/src/stroke/layout/border-none.svg +1 -0
- package/src/stroke/layout/border-outer.svg +1 -0
- package/src/stroke/layout/border-radius.svg +1 -0
- package/src/stroke/layout/border-right.svg +1 -0
- package/src/stroke/layout/border-top.svg +1 -0
- package/src/stroke/layout/carousel.svg +4 -0
- package/src/stroke/layout/category-alt.svg +4 -0
- package/src/stroke/layout/category.svg +4 -0
- package/src/stroke/layout/collapse-alt.svg +1 -0
- package/src/stroke/layout/collapse-horizontal.svg +1 -0
- package/src/stroke/layout/collapse-vertical.svg +1 -0
- package/src/stroke/layout/collapse.svg +1 -0
- package/src/stroke/layout/collection.svg +4 -0
- package/src/stroke/layout/columns.svg +1 -0
- package/src/stroke/layout/component.svg +1 -0
- package/src/stroke/layout/dock-bottom.svg +4 -0
- package/src/stroke/layout/dock-left.svg +4 -0
- package/src/stroke/layout/dock-right.svg +4 -0
- package/src/stroke/layout/dock-top.svg +4 -0
- package/src/stroke/layout/expand-alt.svg +1 -0
- package/src/stroke/layout/expand-horizontal.svg +1 -0
- package/src/stroke/layout/expand-vertical.svg +1 -0
- package/src/stroke/layout/expand.svg +1 -0
- package/src/stroke/layout/fatrows.svg +4 -0
- package/src/stroke/layout/grid-01.svg +1 -0
- package/src/stroke/layout/grid-02.svg +1 -0
- package/src/stroke/layout/grid-03.svg +1 -0
- package/src/stroke/layout/grid-04.svg +1 -0
- package/src/stroke/layout/grid-05.svg +1 -0
- package/src/stroke/layout/grid-06.svg +1 -0
- package/src/stroke/layout/grid-alt.svg +3 -0
- package/src/stroke/layout/grid-horizontal.svg +3 -0
- package/src/stroke/layout/grid-small.svg +3 -0
- package/src/stroke/layout/grid-vertical.svg +3 -0
- package/src/stroke/layout/grid.svg +1 -0
- package/src/stroke/layout/horizontal-center.svg +4 -0
- package/src/stroke/layout/horizontal-left.svg +4 -0
- package/src/stroke/layout/horizontal-right.svg +4 -0
- package/src/stroke/layout/layers.svg +1 -0
- package/src/stroke/layout/layout-01.svg +1 -0
- package/src/stroke/layout/layout-02.svg +1 -0
- package/src/stroke/layout/layout-03.svg +1 -0
- package/src/stroke/layout/layout.svg +1 -0
- package/src/stroke/layout/list-01.svg +1 -0
- package/src/stroke/layout/list-02.svg +1 -0
- package/src/stroke/layout/menu-1.svg +6 -0
- package/src/stroke/layout/menu-2.svg +6 -0
- package/src/stroke/layout/menu-3.svg +6 -0
- package/src/stroke/layout/menu.svg +6 -0
- package/src/stroke/layout/more-horizontal.svg +1 -0
- package/src/stroke/layout/more-vertical.svg +1 -0
- package/src/stroke/layout/move-collection.svg +5 -0
- package/src/stroke/layout/move-horizontal.svg +1 -0
- package/src/stroke/layout/move-vertical.svg +1 -0
- package/src/stroke/layout/move.svg +1 -0
- package/src/stroke/layout/objects-horizontal-center.svg +4 -0
- package/src/stroke/layout/objects-horizontal-left.svg +4 -0
- package/src/stroke/layout/objects-horizontal-right.svg +4 -0
- package/src/stroke/layout/objects-vertical-bottom.svg +4 -0
- package/src/stroke/layout/objects-vertical-center.svg +4 -0
- package/src/stroke/layout/objects-vertical-top.svg +4 -0
- package/src/stroke/layout/panel-left.svg +1 -0
- package/src/stroke/layout/panel-right.svg +1 -0
- package/src/stroke/layout/reflect-horizontal.svg +1 -0
- package/src/stroke/layout/reflect-vertical.svg +1 -0
- package/src/stroke/layout/row-alt.svg +1 -0
- package/src/stroke/layout/row.svg +1 -0
- package/src/stroke/layout/rows.svg +8 -0
- package/src/stroke/layout/sidebar.svg +1 -0
- package/src/stroke/layout/squaresfour.svg +6 -0
- package/src/stroke/layout/stacksimple.svg +11 -0
- package/src/stroke/layout/trello.svg +5 -0
- package/src/stroke/layout/user-interface.svg +5 -0
- package/src/stroke/layout/view-boards.svg +3 -0
- package/src/stroke/layout/view-grid.svg +6 -0
- package/src/stroke/layout/view-list.svg +3 -0
- package/src/stroke/media/camera-1.svg +1 -0
- package/src/stroke/media/camera-2.svg +1 -0
- package/src/stroke/media/camera-home.svg +1 -0
- package/src/stroke/media/camera-off.svg +1 -0
- package/src/stroke/media/camera.svg +1 -0
- package/src/stroke/media/control-pause.svg +1 -0
- package/src/stroke/media/control-play.svg +1 -0
- package/src/stroke/media/control-stop.svg +1 -0
- package/src/stroke/media/fast-forward.svg +1 -0
- package/src/stroke/media/image.svg +1 -0
- package/src/stroke/media/mic-off.svg +1 -0
- package/src/stroke/media/mic.svg +1 -0
- package/src/stroke/media/pause-narrow.svg +1 -0
- package/src/stroke/media/pause.svg +1 -0
- package/src/stroke/media/photo-02.svg +1 -0
- package/src/stroke/media/play.svg +1 -0
- package/src/stroke/media/repeat-1.svg +1 -0
- package/src/stroke/media/repeat.svg +1 -0
- package/src/stroke/media/rewind.svg +1 -0
- package/src/stroke/media/shuffle.svg +1 -0
- package/src/stroke/media/skip-back.svg +1 -0
- package/src/stroke/media/skip-forward.svg +1 -0
- package/src/stroke/media/stop.svg +1 -0
- package/src/stroke/media/video-off.svg +1 -0
- package/src/stroke/media/video.svg +1 -0
- package/src/stroke/media/volume-1.svg +1 -0
- package/src/stroke/media/volume-2.svg +1 -0
- package/src/stroke/media/volume-x.svg +1 -0
- package/src/stroke/media/volume.svg +1 -0
- package/src/stroke/misc/align-auto.svg +1 -0
- package/src/stroke/misc/baseball.svg +3 -0
- package/src/stroke/misc/basketball.svg +3 -0
- package/src/stroke/misc/bath.svg +3 -0
- package/src/stroke/misc/beaker.svg +3 -0
- package/src/stroke/misc/bed.svg +3 -0
- package/src/stroke/misc/been-here.svg +3 -0
- package/src/stroke/misc/bolt.svg +1 -0
- package/src/stroke/misc/bomb.svg +3 -0
- package/src/stroke/misc/bowl-hot.svg +3 -0
- package/src/stroke/misc/bowling-ball.svg +3 -0
- package/src/stroke/misc/bucket.svg +1 -0
- package/src/stroke/misc/bulb.svg +3 -0
- package/src/stroke/misc/bus-school.svg +3 -0
- package/src/stroke/misc/bus.svg +3 -0
- package/src/stroke/misc/cabinet.svg +3 -0
- package/src/stroke/misc/cable-car.svg +3 -0
- package/src/stroke/misc/cake.svg +3 -0
- package/src/stroke/misc/candles.svg +3 -0
- package/src/stroke/misc/car.svg +3 -0
- package/src/stroke/misc/chair.svg +3 -0
- package/src/stroke/misc/chalkboard.svg +3 -0
- package/src/stroke/misc/closet.svg +3 -0
- package/src/stroke/misc/coffee.svg +3 -0
- package/src/stroke/misc/cookie.svg +3 -0
- package/src/stroke/misc/cricket-ball.svg +3 -0
- package/src/stroke/misc/cycling.svg +3 -0
- package/src/stroke/misc/dice-1.svg +3 -0
- package/src/stroke/misc/dice-2.svg +3 -0
- package/src/stroke/misc/dice-3.svg +3 -0
- package/src/stroke/misc/dice-4.svg +3 -0
- package/src/stroke/misc/dice-5.svg +3 -0
- package/src/stroke/misc/dice-6.svg +3 -0
- package/src/stroke/misc/dish.svg +3 -0
- package/src/stroke/misc/door-open.svg +3 -0
- package/src/stroke/misc/dumbbell.svg +3 -0
- package/src/stroke/misc/fire.svg +4 -0
- package/src/stroke/misc/football.svg +5 -0
- package/src/stroke/misc/fork.svg +3 -0
- package/src/stroke/misc/foundation.svg +1 -0
- package/src/stroke/misc/fridge.svg +3 -0
- package/src/stroke/misc/ftx-token-ftt.svg +13 -0
- package/src/stroke/misc/game.svg +3 -0
- package/src/stroke/misc/gas-pump.svg +3 -0
- package/src/stroke/misc/ghost.svg +3 -0
- package/src/stroke/misc/glasses-alt.svg +3 -0
- package/src/stroke/misc/glasses.svg +3 -0
- package/src/stroke/misc/health.svg +3 -0
- package/src/stroke/misc/heart.svg +3 -0
- package/src/stroke/misc/home-1.svg +1 -0
- package/src/stroke/misc/home-2.svg +1 -0
- package/src/stroke/misc/hotel.svg +3 -0
- package/src/stroke/misc/instance.svg +1 -0
- package/src/stroke/misc/joystick-alt.svg +3 -0
- package/src/stroke/misc/joystick-button.svg +3 -0
- package/src/stroke/misc/joystick.svg +4 -0
- package/src/stroke/misc/knife.svg +3 -0
- package/src/stroke/misc/landscape.svg +3 -0
- package/src/stroke/misc/location.svg +1 -0
- package/src/stroke/misc/mask.svg +3 -0
- package/src/stroke/misc/meteor.svg +3 -0
- package/src/stroke/misc/pills.svg +1 -0
- package/src/stroke/misc/placeholder-1.svg +5 -0
- package/src/stroke/misc/placeholder.svg +5 -0
- package/src/stroke/misc/planet.svg +3 -0
- package/src/stroke/misc/plus-medical.svg +3 -0
- package/src/stroke/misc/puzzle.svg +3 -0
- package/src/stroke/misc/rabbit.svg +1 -0
- package/src/stroke/misc/restaurant.svg +3 -0
- package/src/stroke/misc/rocket.svg +3 -0
- package/src/stroke/misc/run.svg +3 -0
- package/src/stroke/misc/shower.svg +3 -0
- package/src/stroke/misc/star-1.svg +3 -0
- package/src/stroke/misc/stitches.svg +6 -0
- package/src/stroke/misc/sun.svg +3 -0
- package/src/stroke/misc/sushi.svg +3 -0
- package/src/stroke/misc/swim.svg +3 -0
- package/src/stroke/misc/taxi.svg +3 -0
- package/src/stroke/misc/tennis-ball.svg +3 -0
- package/src/stroke/misc/ticket.svg +3 -0
- package/src/stroke/misc/traffic-cone.svg +3 -0
- package/src/stroke/misc/train.svg +3 -0
- package/src/stroke/misc/trip.svg +3 -0
- package/src/stroke/misc/trophy.svg +3 -0
- package/src/stroke/misc/truck.svg +3 -0
- package/src/stroke/misc/walk.svg +3 -0
- package/src/stroke/misc/world.svg +3 -0
- package/src/stroke/misc/yarn.svg +6 -0
- package/src/stroke/navigation/arrow-cross.svg +1 -0
- package/src/stroke/navigation/arrow-down-left.svg +3 -0
- package/src/stroke/navigation/arrow-down-right.svg +3 -0
- package/src/stroke/navigation/arrow-down.svg +1 -0
- package/src/stroke/navigation/arrow-downright.svg +1 -0
- package/src/stroke/navigation/arrow-expand.svg +1 -0
- package/src/stroke/navigation/arrow-left.svg +1 -0
- package/src/stroke/navigation/arrow-right.svg +1 -0
- package/src/stroke/navigation/arrow-up-left.svg +3 -0
- package/src/stroke/navigation/arrow-up-right.svg +3 -0
- package/src/stroke/navigation/arrow-up.svg +1 -0
- package/src/stroke/navigation/caret-down.svg +1 -0
- package/src/stroke/navigation/caret-left.svg +1 -0
- package/src/stroke/navigation/caret-right.svg +1 -0
- package/src/stroke/navigation/caret-up.svg +1 -0
- package/src/stroke/navigation/chevron-down-square.svg +4 -0
- package/src/stroke/navigation/chevron-down.svg +1 -0
- package/src/stroke/navigation/chevron-left-square.svg +4 -0
- package/src/stroke/navigation/chevron-left.svg +3 -0
- package/src/stroke/navigation/chevron-right-square.svg +4 -0
- package/src/stroke/navigation/chevron-right.svg +1 -0
- package/src/stroke/navigation/chevron-up-square.svg +4 -0
- package/src/stroke/navigation/chevron-up.svg +1 -0
- package/src/stroke/navigation/chevrons-down.svg +3 -0
- package/src/stroke/navigation/chevrons-left.svg +3 -0
- package/src/stroke/navigation/chevrons-right.svg +3 -0
- package/src/stroke/navigation/chevrons-up.svg +3 -0
- package/src/stroke/navigation/compass.svg +4 -0
- package/src/stroke/navigation/control-arrow-back.svg +1 -0
- package/src/stroke/navigation/control-arrow-end.svg +1 -0
- package/src/stroke/navigation/control-arrow-forward.svg +1 -0
- package/src/stroke/navigation/control-arrow-start.svg +1 -0
- package/src/stroke/navigation/current-location.svg +5 -0
- package/src/stroke/navigation/directions.svg +4 -0
- package/src/stroke/navigation/dropdown-caret.svg +1 -0
- package/src/stroke/navigation/external-link.svg +1 -0
- package/src/stroke/navigation/globe-alt.svg +4 -0
- package/src/stroke/navigation/globe.svg +4 -0
- package/src/stroke/navigation/hamburger.svg +3 -0
- package/src/stroke/navigation/home.svg +3 -0
- package/src/stroke/navigation/location-marker.svg +4 -0
- package/src/stroke/navigation/location-plus.svg +4 -0
- package/src/stroke/navigation/map-alt.svg +4 -0
- package/src/stroke/navigation/map-pin.svg +4 -0
- package/src/stroke/navigation/map.svg +4 -0
- package/src/stroke/navigation/menu.svg +1 -0
- package/src/stroke/navigation/more.svg +12 -0
- package/src/stroke/navigation/street-view.svg +4 -0
- package/src/stroke/navigation/subdirectory-left.svg +3 -0
- package/src/stroke/navigation/subdirectory-right.svg +3 -0
- package/src/stroke/navigation/x.svg +1 -0
- package/src/stroke/rack/ascii-back.svg +1 -0
- package/src/stroke/rack/ascii-block.svg +1 -0
- package/src/stroke/rack/ascii-dash.svg +1 -0
- package/src/stroke/rack/ascii-dot.svg +1 -0
- package/src/stroke/rack/ascii-equal.svg +1 -0
- package/src/stroke/rack/ascii-hash.svg +1 -0
- package/src/stroke/rack/ascii-pipe.svg +1 -0
- package/src/stroke/rack/ascii-plus.svg +1 -0
- package/src/stroke/rack/ascii-slash.svg +1 -0
- package/src/stroke/rack/ascii-x.svg +1 -0
- package/src/stroke/rack/cable-lock.svg +1 -0
- package/src/stroke/rack/cable-off.svg +1 -0
- package/src/stroke/rack/cable-on.svg +1 -0
- package/src/stroke/rack/cable-trans.svg +1 -0
- package/src/stroke/rack/cable-unlock.svg +1 -0
- package/src/stroke/rack/cap-butt.svg +1 -0
- package/src/stroke/rack/cap-round.svg +1 -0
- package/src/stroke/rack/cap-square.svg +1 -0
- package/src/stroke/rack/chevron-down.svg +1 -0
- package/src/stroke/rack/chevron-left.svg +1 -0
- package/src/stroke/rack/chevron-right.svg +1 -0
- package/src/stroke/rack/chevron-up.svg +1 -0
- package/src/stroke/rack/clr-anl.svg +1 -0
- package/src/stroke/rack/clr-comp.svg +1 -0
- package/src/stroke/rack/clr-mono.svg +1 -0
- package/src/stroke/rack/clr-tri.svg +1 -0
- package/src/stroke/rack/curve-exp.svg +1 -0
- package/src/stroke/rack/curve-log.svg +1 -0
- package/src/stroke/rack/dith-cross.svg +1 -0
- package/src/stroke/rack/dith-crt.svg +1 -0
- package/src/stroke/rack/dith-diamond.svg +1 -0
- package/src/stroke/rack/dith-flow.svg +1 -0
- package/src/stroke/rack/dith-flower.svg +1 -0
- package/src/stroke/rack/dith-gear.svg +1 -0
- package/src/stroke/rack/dith-glitch.svg +1 -0
- package/src/stroke/rack/dith-grid.svg +1 -0
- package/src/stroke/rack/dith-hex.svg +1 -0
- package/src/stroke/rack/dith-htone.svg +1 -0
- package/src/stroke/rack/dith-melt.svg +1 -0
- package/src/stroke/rack/dith-radial.svg +1 -0
- package/src/stroke/rack/dith-xhatch.svg +1 -0
- package/src/stroke/rack/filter-bp.svg +1 -0
- package/src/stroke/rack/filter-hp.svg +1 -0
- package/src/stroke/rack/filter-lp.svg +1 -0
- package/src/stroke/rack/filter-notch.svg +1 -0
- package/src/stroke/rack/gen-color.svg +1 -0
- package/src/stroke/rack/gen-gradient.svg +1 -0
- package/src/stroke/rack/gen-pattern.svg +1 -0
- package/src/stroke/rack/gen-wave.svg +1 -0
- package/src/stroke/rack/grad-con.svg +1 -0
- package/src/stroke/rack/grad-lin.svg +1 -0
- package/src/stroke/rack/grad-rad.svg +1 -0
- package/src/stroke/rack/line-circle.svg +1 -0
- package/src/stroke/rack/line-grid.svg +1 -0
- package/src/stroke/rack/line-line.svg +1 -0
- package/src/stroke/rack/line-lissa.svg +1 -0
- package/src/stroke/rack/line-spiral.svg +1 -0
- package/src/stroke/rack/logic-and.svg +1 -0
- package/src/stroke/rack/logic-nand.svg +1 -0
- package/src/stroke/rack/logic-nor.svg +1 -0
- package/src/stroke/rack/logic-not.svg +1 -0
- package/src/stroke/rack/logic-or.svg +1 -0
- package/src/stroke/rack/logic-xor.svg +1 -0
- package/src/stroke/rack/nav-create.svg +1 -0
- package/src/stroke/rack/nav-home.svg +1 -0
- package/src/stroke/rack/nav-library.svg +1 -0
- package/src/stroke/rack/nav-rack.svg +1 -0
- package/src/stroke/rack/nav-settings.svg +1 -0
- package/src/stroke/rack/ptrn-checker.svg +1 -0
- package/src/stroke/rack/ptrn-dot.svg +1 -0
- package/src/stroke/rack/ptrn-stripe.svg +1 -0
- package/src/stroke/rack/radial-circle.svg +1 -0
- package/src/stroke/rack/radial-default.svg +1 -0
- package/src/stroke/rack/radial-hex.svg +1 -0
- package/src/stroke/rack/radial-random.svg +1 -0
- package/src/stroke/rack/radial-rect.svg +1 -0
- package/src/stroke/rack/radial-star.svg +1 -0
- package/src/stroke/rack/radial-triangle.svg +1 -0
- package/src/stroke/rack/ramp-down.svg +1 -0
- package/src/stroke/rack/ramp-tri.svg +1 -0
- package/src/stroke/rack/ramp-up.svg +1 -0
- package/src/stroke/rack/seq-a.svg +1 -0
- package/src/stroke/rack/seq-b.svg +1 -0
- package/src/stroke/rack/seq-c.svg +1 -0
- package/src/stroke/rack/seq-d.svg +1 -0
- package/src/stroke/rack/shape-cube.svg +1 -0
- package/src/stroke/rack/shape-cyl.svg +1 -0
- package/src/stroke/rack/shape-ico.svg +1 -0
- package/src/stroke/rack/shape-octa.svg +1 -0
- package/src/stroke/rack/shape-sphere.svg +1 -0
- package/src/stroke/rack/shape-tetra.svg +1 -0
- package/src/stroke/rack/shape-torus.svg +1 -0
- package/src/stroke/rack/shaper-clip.svg +1 -0
- package/src/stroke/rack/shaper-exp.svg +1 -0
- package/src/stroke/rack/shaper-fold.svg +1 -0
- package/src/stroke/rack/shaper-log.svg +1 -0
- package/src/stroke/rack/shaper-scurve.svg +1 -0
- package/src/stroke/rack/shaper-sine.svg +1 -0
- package/src/stroke/rack/shaper-step.svg +1 -0
- package/src/stroke/rack/shaper-wrap.svg +1 -0
- package/src/stroke/rack/tr-carets.svg +1 -0
- package/src/stroke/rack/tr-fwd.svg +1 -0
- package/src/stroke/rack/tr-inf.svg +1 -0
- package/src/stroke/rack/tr-left.svg +1 -0
- package/src/stroke/rack/tr-pause.svg +1 -0
- package/src/stroke/rack/tr-rew.svg +1 -0
- package/src/stroke/rack/tr-right.svg +1 -0
- package/src/stroke/rack/tr-skip.svg +1 -0
- package/src/stroke/rack/wave-rnd.svg +1 -0
- package/src/stroke/rack/wave-saw.svg +1 -0
- package/src/stroke/rack/wave-sin.svg +1 -0
- package/src/stroke/rack/wave-sqr.svg +1 -0
- package/src/stroke/rack/wave-tri.svg +1 -0
- package/src/stroke/shapes/3square.svg +12 -0
- package/src/stroke/shapes/ball.svg +4 -0
- package/src/stroke/shapes/box.svg +5 -0
- package/src/stroke/shapes/circle-1.svg +4 -0
- package/src/stroke/shapes/circle-dashed.svg +3 -0
- package/src/stroke/shapes/circle.svg +1 -0
- package/src/stroke/shapes/cone-alt.svg +1 -0
- package/src/stroke/shapes/cone.svg +1 -0
- package/src/stroke/shapes/cube-transparent.svg +3 -0
- package/src/stroke/shapes/cube.svg +3 -0
- package/src/stroke/shapes/design-shapes-1.svg +3 -0
- package/src/stroke/shapes/design-shapes.svg +3 -0
- package/src/stroke/shapes/diamond-alt.svg +1 -0
- package/src/stroke/shapes/diamond.svg +1 -0
- package/src/stroke/shapes/dimond.svg +4 -0
- package/src/stroke/shapes/polygon.svg +1 -0
- package/src/stroke/shapes/rectangle.svg +1 -0
- package/src/stroke/shapes/shape-1.svg +10 -0
- package/src/stroke/shapes/shape-16.svg +5 -0
- package/src/stroke/shapes/shape-17.svg +3 -0
- package/src/stroke/shapes/shape-18.svg +4 -0
- package/src/stroke/shapes/shape-19.svg +4 -0
- package/src/stroke/shapes/shape-2.svg +10 -0
- package/src/stroke/shapes/shape-3.svg +10 -0
- package/src/stroke/shapes/shape-4.svg +3 -0
- package/src/stroke/shapes/shape-circle.svg +1 -0
- package/src/stroke/shapes/shape-polygon.svg +4 -0
- package/src/stroke/shapes/shape-square.svg +1 -0
- package/src/stroke/shapes/shape-triangle.svg +1 -0
- package/src/stroke/shapes/shape.svg +3 -0
- package/src/stroke/shapes/shapes-01.svg +10 -0
- package/src/stroke/shapes/shapes-02.svg +10 -0
- package/src/stroke/shapes/shapes-03.svg +10 -0
- package/src/stroke/shapes/shapes-04.svg +10 -0
- package/src/stroke/shapes/shapes-05.svg +10 -0
- package/src/stroke/shapes/shapes-06.svg +10 -0
- package/src/stroke/shapes/shapes-07.svg +11 -0
- package/src/stroke/shapes/shapes-08.svg +11 -0
- package/src/stroke/shapes/shapes-09.svg +11 -0
- package/src/stroke/shapes/shapes-10.svg +11 -0
- package/src/stroke/shapes/shapes-11.svg +11 -0
- package/src/stroke/shapes/shapes-12.svg +12 -0
- package/src/stroke/shapes/shapes-13.svg +12 -0
- package/src/stroke/shapes/shapes-14.svg +12 -0
- package/src/stroke/shapes/shapes-15.svg +3 -0
- package/src/stroke/shapes/shapes-16.svg +11 -0
- package/src/stroke/shapes/shapes-17.svg +11 -0
- package/src/stroke/shapes/shapes-18.svg +10 -0
- package/src/stroke/shapes/shapes-19.svg +10 -0
- package/src/stroke/shapes/shapes-20.svg +14 -0
- package/src/stroke/shapes/shapes-21.svg +13 -0
- package/src/stroke/shapes/shapes-22.svg +11 -0
- package/src/stroke/shapes/shapes-23.svg +7 -0
- package/src/stroke/shapes/shapes-24.svg +10 -0
- package/src/stroke/shapes/shapes-25.svg +15 -0
- package/src/stroke/shapes/shapes-26.svg +14 -0
- package/src/stroke/shapes/shapes-27.svg +14 -0
- package/src/stroke/shapes/shapes-stroke-01.svg +6 -0
- package/src/stroke/shapes/shapes-stroke-02.svg +6 -0
- package/src/stroke/shapes/shapes-stroke-03.svg +7 -0
- package/src/stroke/shapes/star.svg +1 -0
- package/src/stroke/shapes/triangle-alt.svg +1 -0
- package/src/stroke/shapes/triangle.svg +1 -0
- package/src/stroke/shapes/wave.svg +1 -0
- package/src/stroke/shapes/wheel.svg +1 -0
- package/src/stroke/stats/chart-square-bar.svg +1 -0
- package/src/stroke/stats/cycle.svg +1 -0
- package/src/stroke/stats/presentation-chart-bar.svg +1 -0
- package/src/stroke/stats/presentation-chart-line.svg +1 -0
- package/src/stroke/stats/stat-abacus.svg +1 -0
- package/src/stroke/stats/stat-chart-a.svg +1 -0
- package/src/stroke/stats/stat-chart-b.svg +1 -0
- package/src/stroke/stats/stat-chart-c.svg +1 -0
- package/src/stroke/stats/stat-crown.svg +1 -0
- package/src/stroke/stats/stat-cycle.svg +1 -0
- package/src/stroke/stats/stat-donut.svg +1 -0
- package/src/stroke/stats/stat-medalion.svg +1 -0
- package/src/stroke/stats/stat-pie-c.svg +1 -0
- package/src/stroke/stats/stat-pie.svg +1 -0
- package/src/stroke/stats/stat-rocket.svg +1 -0
- package/src/stroke/stats/stat-stat.svg +1 -0
- package/src/stroke/stats/stat-winner.svg +1 -0
- package/src/stroke/stats/trending-down.svg +1 -0
- package/src/stroke/stats/trending-up.svg +1 -0
- package/src/stroke/status/alert-circle.svg +1 -0
- package/src/stroke/status/alert-triangle.svg +1 -0
- package/src/stroke/status/check-circle.svg +1 -0
- package/src/stroke/status/eye-off.svg +1 -0
- package/src/stroke/status/eye-on.svg +1 -0
- package/src/stroke/status/help-circle.svg +1 -0
- package/src/stroke/status/info.svg +1 -0
- package/src/stroke/status/lightning-bolt.svg +1 -0
- package/src/stroke/status/loader-circle.svg +1 -0
- package/src/stroke/status/loader.svg +1 -0
- package/src/stroke/status/status.svg +1 -0
- package/src/stroke/status/x-circle.svg +1 -0
- package/src/stroke/system/atomic-atom.svg +1 -0
- package/src/stroke/system/atomic-lifeform.svg +1 -0
- package/src/stroke/system/atomic-molecule.svg +1 -0
- package/src/stroke/system/atomic-organism.svg +1 -0
- package/src/stroke/system/battery.svg +1 -0
- package/src/stroke/system/bell.svg +3 -0
- package/src/stroke/system/bolt-alt.svg +1 -0
- package/src/stroke/system/brackets.svg +3 -0
- package/src/stroke/system/bug-1.svg +11 -0
- package/src/stroke/system/bug-2.svg +11 -0
- package/src/stroke/system/bug-alt.svg +3 -0
- package/src/stroke/system/bug.svg +3 -0
- package/src/stroke/system/calendar-1.svg +3 -0
- package/src/stroke/system/calendar.svg +3 -0
- package/src/stroke/system/chip.svg +3 -0
- package/src/stroke/system/cloud.svg +3 -0
- package/src/stroke/system/code-2.svg +4 -0
- package/src/stroke/system/code-alt-collection.svg +3 -0
- package/src/stroke/system/code-collection.svg +3 -0
- package/src/stroke/system/code-curly-collection.svg +3 -0
- package/src/stroke/system/code.svg +1 -0
- package/src/stroke/system/codesimple.svg +4 -0
- package/src/stroke/system/cog.svg +4 -0
- package/src/stroke/system/curly.svg +3 -0
- package/src/stroke/system/customize.svg +3 -0
- package/src/stroke/system/database.svg +1 -0
- package/src/stroke/system/desktop.svg +3 -0
- package/src/stroke/system/extension.svg +3 -0
- package/src/stroke/system/eye-off.svg +3 -0
- package/src/stroke/system/frequency.svg +1 -0
- package/src/stroke/system/git-compare.svg +3 -0
- package/src/stroke/system/git-merge.svg +3 -0
- package/src/stroke/system/git-pull-request.svg +3 -0
- package/src/stroke/system/git-repo-forked.svg +3 -0
- package/src/stroke/system/hash-italic-bold.svg +3 -0
- package/src/stroke/system/hash-italic.svg +3 -0
- package/src/stroke/system/hash.svg +3 -0
- package/src/stroke/system/hdd.svg +3 -0
- package/src/stroke/system/information-1.svg +3 -0
- package/src/stroke/system/information-2.svg +3 -0
- package/src/stroke/system/information-3.svg +3 -0
- package/src/stroke/system/information.svg +4 -0
- package/src/stroke/system/interactive.svg +1 -0
- package/src/stroke/system/laptop.svg +3 -0
- package/src/stroke/system/library.svg +1 -0
- package/src/stroke/system/light-bulb-1.svg +5 -0
- package/src/stroke/system/light-bulb.svg +3 -0
- package/src/stroke/system/link-1.svg +11 -0
- package/src/stroke/system/link.svg +3 -0
- package/src/stroke/system/linked.svg +3 -0
- package/src/stroke/system/main-component.svg +5 -0
- package/src/stroke/system/pills-alt.svg +1 -0
- package/src/stroke/system/plug.svg +3 -0
- package/src/stroke/system/power.svg +1 -0
- package/src/stroke/system/qrcode.svg +3 -0
- package/src/stroke/system/roadmap.svg +1 -0
- package/src/stroke/system/scale.svg +3 -0
- package/src/stroke/system/server.svg +1 -0
- package/src/stroke/system/settings-1.svg +4 -0
- package/src/stroke/system/settings.svg +4 -0
- package/src/stroke/system/shield-check.svg +3 -0
- package/src/stroke/system/slider-alt.svg +3 -0
- package/src/stroke/system/slider.svg +3 -0
- package/src/stroke/system/tachometer.svg +3 -0
- package/src/stroke/system/terminal.svg +1 -0
- package/src/stroke/system/toggle-left.svg +3 -0
- package/src/stroke/system/toggle-right.svg +3 -0
- package/src/stroke/system/tui-crop.svg +1 -0
- package/src/stroke/system/tui-draw.svg +1 -0
- package/src/stroke/system/tui-filter.svg +1 -0
- package/src/stroke/system/tui-flip-x.svg +1 -0
- package/src/stroke/system/tui-flip-y.svg +1 -0
- package/src/stroke/system/tui-image.svg +1 -0
- package/src/stroke/system/tui-rotate-left.svg +1 -0
- package/src/stroke/system/tui-rotate-right.svg +1 -0
- package/src/stroke/system/tui-select.svg +1 -0
- package/src/stroke/system/tui-shape.svg +1 -0
- package/src/stroke/system/tui-text.svg +1 -0
- package/src/stroke/system/tui-zoom.svg +1 -0
- package/src/stroke/system/visible.svg +3 -0
- package/src/stroke/system/wifi-off.svg +1 -0
- package/src/stroke/system/wifi.svg +1 -0
- package/src/stroke/system/wrench.svg +3 -0
- package/src/stroke/theme/contrast.svg +1 -0
- package/src/stroke/theme/monitor.svg +1 -0
- package/src/stroke/theme/moon.svg +1 -0
- package/src/stroke/theme/sun.svg +1 -0
- package/src/stroke/theme/theme-toggle.svg +1 -0
- package/src/stroke/time/calendar-check.svg +1 -0
- package/src/stroke/time/calendar-days.svg +1 -0
- package/src/stroke/time/calendar.svg +1 -0
- package/src/stroke/time/clock-alert.svg +1 -0
- package/src/stroke/time/clock-rotate-left.svg +1 -0
- package/src/stroke/time/clock.svg +1 -0
- package/src/stroke/time/history.svg +1 -0
- package/src/stroke/time/stopwatch.svg +1 -0
- package/src/stroke/time/timer.svg +1 -0
- package/src/stroke/tools/bucket-alt.svg +1 -0
- package/src/stroke/tools/color-palette.svg +1 -0
- package/src/stroke/tools/color-wheel.svg +1 -0
- package/src/stroke/tools/crop.svg +1 -0
- package/src/stroke/tools/filter-palette.svg +1 -0
- package/src/stroke/tools/mark-tool.svg +1 -0
- package/src/stroke/tools/paint-drop.svg +1 -0
- package/src/stroke/tools/pencil.svg +1 -0
- package/src/stroke/tools/wheel.svg +1 -0
- package/src/stroke/typography/a-framed.svg +4 -0
- package/src/stroke/typography/a.svg +3 -0
- package/src/stroke/typography/aa.svg +4 -0
- package/src/stroke/typography/font-01.svg +1 -0
- package/src/stroke/typography/font-02.svg +1 -0
- package/src/stroke/typography/font-03.svg +1 -0
- package/src/stroke/typography/italic-a.svg +3 -0
- package/src/stroke/typography/italic-b.svg +3 -0
- package/src/stroke/typography/roman-a.svg +3 -0
- package/src/stroke/typography/roman-b.svg +3 -0
- package/src/stroke/typography/type.svg +1 -0
- package/src/stroke/typography/typography-1.svg +3 -0
- package/src/stroke/typography/typography-2.svg +3 -0
- package/src/stroke/typography/typography-3.svg +3 -0
- package/src/stroke/user/award.svg +4 -0
- package/src/stroke/user/certification.svg +5 -0
- package/src/stroke/user/crown.svg +4 -0
- package/src/stroke/user/fingerprint.svg +6 -0
- package/src/stroke/user/flag.svg +1 -0
- package/src/stroke/user/heart-1.svg +1 -0
- package/src/stroke/user/heart-2.svg +1 -0
- package/src/stroke/user/identification.svg +3 -0
- package/src/stroke/user/key.svg +1 -0
- package/src/stroke/user/lock.svg +1 -0
- package/src/stroke/user/log-in.svg +1 -0
- package/src/stroke/user/log-out.svg +1 -0
- package/src/stroke/user/medal.svg +5 -0
- package/src/stroke/user/shield.svg +1 -0
- package/src/stroke/user/social-facebook.svg +1 -0
- package/src/stroke/user/social-linkedin.svg +1 -0
- package/src/stroke/user/social-twitter.svg +1 -0
- package/src/stroke/user/star.svg +1 -0
- package/src/stroke/user/unlock.svg +1 -0
- package/src/stroke/user/user-1.svg +4 -0
- package/src/stroke/user/user-2.svg +4 -0
- package/src/stroke/user/user-circle.svg +3 -0
- package/src/stroke/user/user-group.svg +3 -0
- package/src/stroke/user/user-plus.svg +1 -0
- package/src/stroke/user/user.svg +1 -0
- package/src/stroke/user/users.svg +1 -0
- package/src/svg/00-kol/arrow-right.svg +4 -0
- package/src/svg/00-kol/check.svg +3 -0
- package/src/svg/00-kol/chevron-down.svg +3 -0
- package/src/svg/00-kol/chevron-up.svg +3 -0
- package/src/svg/00-kol/circle.svg +3 -0
- package/src/svg/00-kol/close.svg +3 -0
- package/src/svg/00-kol/color.svg +6 -0
- package/src/svg/00-kol/component.svg +6 -0
- package/src/svg/00-kol/cursor.svg +3 -0
- package/src/svg/00-kol/eye-off.svg +3 -0
- package/src/svg/00-kol/eye-on.svg +4 -0
- package/src/svg/00-kol/eye-open.svg +4 -0
- package/src/svg/00-kol/eyedrop.svg +4 -0
- package/src/svg/00-kol/file-text.svg +6 -0
- package/src/svg/00-kol/grid.svg +6 -0
- package/src/svg/00-kol/image.svg +5 -0
- package/src/svg/00-kol/list.svg +8 -0
- package/src/svg/00-kol/lock.svg +5 -0
- package/src/svg/00-kol/maximize.svg +6 -0
- package/src/svg/00-kol/plus.svg +3 -0
- package/src/svg/00-kol/ptrn-checker.svg +7 -0
- package/src/svg/00-kol/refresh.svg +6 -0
- package/src/svg/00-kol/resize-corner.svg +3 -0
- package/src/svg/00-kol/shape.svg +4 -0
- package/src/svg/00-kol/square.svg +3 -0
- package/src/svg/00-kol/swap.svg +5 -0
- package/src/svg/00-kol/trash.svg +7 -0
- package/src/svg/00-kol/unlock.svg +5 -0
- package/src/svg/00-kol/upload.svg +5 -0
- package/src/svg/01-navigation/arrow-cross.svg +3 -0
- package/src/svg/01-navigation/arrow-down.svg +3 -0
- package/src/svg/01-navigation/arrow-downright.svg +3 -0
- package/src/svg/01-navigation/arrow-expand.svg +3 -0
- package/src/svg/01-navigation/arrow-left.svg +3 -0
- package/src/svg/01-navigation/arrow-right.svg +3 -0
- package/src/svg/01-navigation/arrow-up.svg +3 -0
- package/src/svg/01-navigation/caret-down.svg +3 -0
- package/src/svg/01-navigation/caret-left.svg +3 -0
- package/src/svg/01-navigation/caret-right.svg +3 -0
- package/src/svg/01-navigation/caret-up.svg +3 -0
- package/src/svg/01-navigation/chevron-right.svg +3 -0
- package/src/svg/01-navigation/control-arrow-back.svg +3 -0
- package/src/svg/01-navigation/control-arrow-end.svg +4 -0
- package/src/svg/01-navigation/control-arrow-forward.svg +3 -0
- package/src/svg/01-navigation/control-arrow-start.svg +4 -0
- package/src/svg/01-navigation/external-link.svg +3 -0
- package/src/svg/01-navigation/menu.svg +5 -0
- package/src/svg/01-navigation/x.svg +3 -0
- package/src/svg/02-actions-controls/check.svg +4 -0
- package/src/svg/02-actions-controls/copy.svg +3 -0
- package/src/svg/02-actions-controls/cross.svg +3 -0
- package/src/svg/02-actions-controls/download.svg +3 -0
- package/src/svg/02-actions-controls/edit.svg +3 -0
- package/src/svg/02-actions-controls/filter.svg +3 -0
- package/src/svg/02-actions-controls/maximize.svg +6 -0
- package/src/svg/02-actions-controls/minimize.svg +6 -0
- package/src/svg/02-actions-controls/minus.svg +3 -0
- package/src/svg/02-actions-controls/move.svg +3 -0
- package/src/svg/02-actions-controls/plus.svg +3 -0
- package/src/svg/02-actions-controls/redo.svg +3 -0
- package/src/svg/02-actions-controls/refresh.svg +4 -0
- package/src/svg/02-actions-controls/rotate-left.svg +4 -0
- package/src/svg/02-actions-controls/rotate-right.svg +4 -0
- package/src/svg/02-actions-controls/rotate.svg +4 -0
- package/src/svg/02-actions-controls/save.svg +5 -0
- package/src/svg/02-actions-controls/search-line.svg +4 -0
- package/src/svg/02-actions-controls/search.svg +3 -0
- package/src/svg/02-actions-controls/settings-01.svg +6 -0
- package/src/svg/02-actions-controls/settings-02.svg +3 -0
- package/src/svg/02-actions-controls/share.svg +3 -0
- package/src/svg/02-actions-controls/snap.svg +3 -0
- package/src/svg/02-actions-controls/trash.svg +4 -0
- package/src/svg/02-actions-controls/undo.svg +3 -0
- package/src/svg/02-actions-controls/upload.svg +3 -0
- package/src/svg/02-actions-controls/zoom-in.svg +3 -0
- package/src/svg/02-actions-controls/zoom-out.svg +3 -0
- package/src/svg/03-files-documents/add-file.svg +4 -0
- package/src/svg/03-files-documents/attachment.svg +3 -0
- package/src/svg/03-files-documents/book-open.svg +3 -0
- package/src/svg/03-files-documents/bookmark.svg +3 -0
- package/src/svg/03-files-documents/clipboard-1.svg +3 -0
- package/src/svg/03-files-documents/clipboard-2.svg +3 -0
- package/src/svg/03-files-documents/file-image.svg +3 -0
- package/src/svg/03-files-documents/file-text.svg +3 -0
- package/src/svg/03-files-documents/file-video.svg +3 -0
- package/src/svg/03-files-documents/file.svg +3 -0
- package/src/svg/03-files-documents/folder-01.svg +3 -0
- package/src/svg/03-files-documents/folder-02.svg +3 -0
- package/src/svg/03-files-documents/folder-open.svg +3 -0
- package/src/svg/03-files-documents/journal.svg +3 -0
- package/src/svg/03-files-documents/manual-empty.svg +3 -0
- package/src/svg/03-files-documents/page.svg +3 -0
- package/src/svg/04-communication/alarm-bell.svg +3 -0
- package/src/svg/04-communication/dual-opponent.svg +6 -0
- package/src/svg/04-communication/in-going.svg +3 -0
- package/src/svg/04-communication/interactive.svg +10 -0
- package/src/svg/04-communication/mail.svg +3 -0
- package/src/svg/04-communication/message-circle.svg +3 -0
- package/src/svg/04-communication/message-square.svg +3 -0
- package/src/svg/04-communication/phone.svg +3 -0
- package/src/svg/04-communication/send.svg +3 -0
- package/src/svg/05-user-authentication/flag.svg +3 -0
- package/src/svg/05-user-authentication/heart-1.svg +3 -0
- package/src/svg/05-user-authentication/heart-2.svg +3 -0
- package/src/svg/05-user-authentication/key.svg +3 -0
- package/src/svg/05-user-authentication/lock.svg +3 -0
- package/src/svg/05-user-authentication/log-in.svg +3 -0
- package/src/svg/05-user-authentication/log-out.svg +3 -0
- package/src/svg/05-user-authentication/shield.svg +3 -0
- package/src/svg/05-user-authentication/social-facebook.svg +3 -0
- package/src/svg/05-user-authentication/social-linkedin.svg +3 -0
- package/src/svg/05-user-authentication/social-twitter.svg +3 -0
- package/src/svg/05-user-authentication/star.svg +3 -0
- package/src/svg/05-user-authentication/unlock.svg +3 -0
- package/src/svg/05-user-authentication/user-plus.svg +3 -0
- package/src/svg/05-user-authentication/user.svg +3 -0
- package/src/svg/05-user-authentication/users.svg +3 -0
- package/src/svg/06-status-feedback/alert-circle.svg +3 -0
- package/src/svg/06-status-feedback/alert-triangle.svg +3 -0
- package/src/svg/06-status-feedback/check-circle.svg +3 -0
- package/src/svg/06-status-feedback/eye-off.svg +3 -0
- package/src/svg/06-status-feedback/eye-on.svg +3 -0
- package/src/svg/06-status-feedback/help-circle.svg +3 -0
- package/src/svg/06-status-feedback/info.svg +3 -0
- package/src/svg/06-status-feedback/loader.svg +3 -0
- package/src/svg/06-status-feedback/x-circle.svg +3 -0
- package/src/svg/07-media/camera-off.svg +3 -0
- package/src/svg/07-media/camera.svg +3 -0
- package/src/svg/07-media/control-pause.svg +4 -0
- package/src/svg/07-media/control-play.svg +3 -0
- package/src/svg/07-media/control-stop.svg +3 -0
- package/src/svg/07-media/fast-forward.svg +3 -0
- package/src/svg/07-media/image.svg +3 -0
- package/src/svg/07-media/mic-off.svg +3 -0
- package/src/svg/07-media/mic.svg +3 -0
- package/src/svg/07-media/repeat-1.svg +3 -0
- package/src/svg/07-media/repeat.svg +3 -0
- package/src/svg/07-media/rewind.svg +3 -0
- package/src/svg/07-media/shuffle.svg +3 -0
- package/src/svg/07-media/skip-back.svg +3 -0
- package/src/svg/07-media/skip-forward.svg +3 -0
- package/src/svg/07-media/stop.svg +3 -0
- package/src/svg/07-media/video-off.svg +3 -0
- package/src/svg/07-media/video.svg +3 -0
- package/src/svg/07-media/volume-1.svg +3 -0
- package/src/svg/07-media/volume-2.svg +3 -0
- package/src/svg/07-media/volume-x.svg +3 -0
- package/src/svg/07-media/volume.svg +3 -0
- package/src/svg/08-time-calendar/calendar-check.svg +3 -0
- package/src/svg/08-time-calendar/calendar-days.svg +3 -0
- package/src/svg/08-time-calendar/calendar.svg +3 -0
- package/src/svg/08-time-calendar/clock-alert.svg +3 -0
- package/src/svg/08-time-calendar/clock-rotate-left.svg +3 -0
- package/src/svg/08-time-calendar/clock.svg +4 -0
- package/src/svg/08-time-calendar/history.svg +3 -0
- package/src/svg/08-time-calendar/stopwatch.svg +5 -0
- package/src/svg/08-time-calendar/timer.svg +3 -0
- package/src/svg/09-layout-ui/columns.svg +3 -0
- package/src/svg/09-layout-ui/component.svg +6 -0
- package/src/svg/09-layout-ui/grid-01.svg +3 -0
- package/src/svg/09-layout-ui/grid-02.svg +6 -0
- package/src/svg/09-layout-ui/grid-03.svg +3 -0
- package/src/svg/09-layout-ui/grid-04.svg +11 -0
- package/src/svg/09-layout-ui/grid-05.svg +3 -0
- package/src/svg/09-layout-ui/grid-06.svg +6 -0
- package/src/svg/09-layout-ui/layers.svg +3 -0
- package/src/svg/09-layout-ui/layout-01.svg +3 -0
- package/src/svg/09-layout-ui/layout-02.svg +3 -0
- package/src/svg/09-layout-ui/layout-03.svg +3 -0
- package/src/svg/09-layout-ui/layout.svg +3 -0
- package/src/svg/09-layout-ui/list-01.svg +5 -0
- package/src/svg/09-layout-ui/list-02.svg +3 -0
- package/src/svg/09-layout-ui/more-horizontal.svg +5 -0
- package/src/svg/09-layout-ui/more-vertical.svg +5 -0
- package/src/svg/09-layout-ui/panel-left.svg +3 -0
- package/src/svg/09-layout-ui/panel-right.svg +3 -0
- package/src/svg/09-layout-ui/row.svg +3 -0
- package/src/svg/09-layout-ui/sidebar.svg +3 -0
- package/src/svg/10-editing-content/align-center.svg +3 -0
- package/src/svg/10-editing-content/align-left.svg +3 -0
- package/src/svg/10-editing-content/align-right.svg +3 -0
- package/src/svg/10-editing-content/bold.svg +3 -0
- package/src/svg/10-editing-content/brush.svg +3 -0
- package/src/svg/10-editing-content/color.svg +7 -0
- package/src/svg/10-editing-content/flip-y.svg +3 -0
- package/src/svg/10-editing-content/italic.svg +3 -0
- package/src/svg/10-editing-content/list-ordered.svg +3 -0
- package/src/svg/10-editing-content/list-unordered.svg +3 -0
- package/src/svg/10-editing-content/pen.svg +6 -0
- package/src/svg/10-editing-content/pencil.svg +3 -0
- package/src/svg/10-editing-content/text-01.svg +3 -0
- package/src/svg/10-editing-content/text-02.svg +3 -0
- package/src/svg/10-editing-content/type-01.svg +3 -0
- package/src/svg/10-editing-content/type-02.svg +4 -0
- package/src/svg/10-editing-content/type-03.svg +3 -0
- package/src/svg/10-editing-content/underline.svg +3 -0
- package/src/svg/11-system-tools/atomic-atom.svg +5 -0
- package/src/svg/11-system-tools/atomic-lifeform.svg +3 -0
- package/src/svg/11-system-tools/atomic-molecule.svg +5 -0
- package/src/svg/11-system-tools/atomic-organism.svg +3 -0
- package/src/svg/11-system-tools/battery.svg +3 -0
- package/src/svg/11-system-tools/code.svg +3 -0
- package/src/svg/11-system-tools/database.svg +3 -0
- package/src/svg/11-system-tools/frequency.svg +3 -0
- package/src/svg/11-system-tools/library.svg +3 -0
- package/src/svg/11-system-tools/power.svg +3 -0
- package/src/svg/11-system-tools/roadmap.svg +3 -0
- package/src/svg/11-system-tools/server.svg +3 -0
- package/src/svg/11-system-tools/terminal.svg +3 -0
- package/src/svg/11-system-tools/wifi-off.svg +3 -0
- package/src/svg/11-system-tools/wifi.svg +3 -0
- package/src/svg/12-theme-display/contrast.svg +4 -0
- package/src/svg/12-theme-display/monitor.svg +3 -0
- package/src/svg/12-theme-display/moon.svg +3 -0
- package/src/svg/12-theme-display/sun.svg +3 -0
- package/src/svg/12-theme-display/theme-toggle.svg +3 -0
- package/src/svg/13-ecommerce-shopping/credit-card.svg +3 -0
- package/src/svg/13-ecommerce-shopping/dollar-sign.svg +3 -0
- package/src/svg/13-ecommerce-shopping/gift.svg +3 -0
- package/src/svg/13-ecommerce-shopping/package.svg +3 -0
- package/src/svg/13-ecommerce-shopping/receipt.svg +3 -0
- package/src/svg/13-ecommerce-shopping/shopping-bag.svg +3 -0
- package/src/svg/13-ecommerce-shopping/shopping-cart.svg +3 -0
- package/src/svg/13-ecommerce-shopping/tag.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-abacus.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-chart-a.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-chart-b.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-chart-c.svg +8 -0
- package/src/svg/14-stats-data-visualization/stat-crown.svg +4 -0
- package/src/svg/14-stats-data-visualization/stat-cycle.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-donut.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-medalion.svg +5 -0
- package/src/svg/14-stats-data-visualization/stat-pie-c.svg +4 -0
- package/src/svg/14-stats-data-visualization/stat-pie.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-rocket.svg +7 -0
- package/src/svg/14-stats-data-visualization/stat-stat.svg +3 -0
- package/src/svg/14-stats-data-visualization/stat-winner.svg +6 -0
- package/src/svg/14-stats-data-visualization/trending-down.svg +3 -0
- package/src/svg/14-stats-data-visualization/trending-up.svg +3 -0
- package/src/svg/15-shapes-geometric/circle.svg +6 -0
- package/src/svg/15-shapes-geometric/cone.svg +3 -0
- package/src/svg/15-shapes-geometric/diamond.svg +3 -0
- package/src/svg/15-shapes-geometric/triangle.svg +5 -0
- package/src/svg/15-shapes-geometric/wave.svg +5 -0
- package/src/svg/15-shapes-geometric/wheel.svg +3 -0
- package/src/svg/16-miscellaneous/align-auto.svg +3 -0
- package/src/svg/16-miscellaneous/bolt.svg +3 -0
- package/src/svg/16-miscellaneous/bucket.svg +3 -0
- package/src/svg/16-miscellaneous/foundation.svg +3 -0
- package/src/svg/16-miscellaneous/home-1.svg +3 -0
- package/src/svg/16-miscellaneous/home-2.svg +3 -0
- package/src/svg/16-miscellaneous/instance.svg +5 -0
- package/src/svg/16-miscellaneous/location.svg +3 -0
- package/src/svg/16-miscellaneous/pills.svg +7 -0
- package/src/svg/16-miscellaneous/rabbit.svg +3 -0
- package/src/svg/17-another-creation/signature-thick.svg +3 -0
- package/src/svg/99-rack/ascii-back.svg +3 -0
- package/src/svg/99-rack/ascii-block.svg +3 -0
- package/src/svg/99-rack/ascii-dash.svg +3 -0
- package/src/svg/99-rack/ascii-dot.svg +3 -0
- package/src/svg/99-rack/ascii-equal.svg +4 -0
- package/src/svg/99-rack/ascii-hash.svg +6 -0
- package/src/svg/99-rack/ascii-pipe.svg +3 -0
- package/src/svg/99-rack/ascii-plus.svg +4 -0
- package/src/svg/99-rack/ascii-slash.svg +3 -0
- package/src/svg/99-rack/ascii-x.svg +4 -0
- package/src/svg/99-rack/cable-lock.svg +5 -0
- package/src/svg/99-rack/cable-off.svg +5 -0
- package/src/svg/99-rack/cable-on.svg +4 -0
- package/src/svg/99-rack/cable-trans.svg +4 -0
- package/src/svg/99-rack/cable-unlock.svg +5 -0
- package/src/svg/99-rack/cap-butt.svg +3 -0
- package/src/svg/99-rack/cap-round.svg +3 -0
- package/src/svg/99-rack/cap-square.svg +3 -0
- package/src/svg/99-rack/chevron-left.svg +3 -0
- package/src/svg/99-rack/chevron-right.svg +3 -0
- package/src/svg/99-rack/clr-anl.svg +7 -0
- package/src/svg/99-rack/clr-comp.svg +6 -0
- package/src/svg/99-rack/clr-mono.svg +4 -0
- package/src/svg/99-rack/clr-tri.svg +7 -0
- package/src/svg/99-rack/curve-exp.svg +3 -0
- package/src/svg/99-rack/curve-log.svg +3 -0
- package/src/svg/99-rack/dith-cross.svg +3 -0
- package/src/svg/99-rack/dith-crt.svg +6 -0
- package/src/svg/99-rack/dith-diamond.svg +3 -0
- package/src/svg/99-rack/dith-flow.svg +8 -0
- package/src/svg/99-rack/dith-flower.svg +7 -0
- package/src/svg/99-rack/dith-gear.svg +4 -0
- package/src/svg/99-rack/dith-glitch.svg +5 -0
- package/src/svg/99-rack/dith-grid.svg +11 -0
- package/src/svg/99-rack/dith-hex.svg +8 -0
- package/src/svg/99-rack/dith-htone.svg +8 -0
- package/src/svg/99-rack/dith-melt.svg +8 -0
- package/src/svg/99-rack/dith-radial.svg +8 -0
- package/src/svg/99-rack/dith-xhatch.svg +8 -0
- package/src/svg/99-rack/filter-bp.svg +3 -0
- package/src/svg/99-rack/filter-hp.svg +3 -0
- package/src/svg/99-rack/filter-lp.svg +3 -0
- package/src/svg/99-rack/filter-notch.svg +3 -0
- package/src/svg/99-rack/gen-color.svg +4 -0
- package/src/svg/99-rack/gen-gradient.svg +4 -0
- package/src/svg/99-rack/gen-pattern.svg +7 -0
- package/src/svg/99-rack/gen-wave.svg +3 -0
- package/src/svg/99-rack/grad-con.svg +4 -0
- package/src/svg/99-rack/grad-lin.svg +3 -0
- package/src/svg/99-rack/grad-rad.svg +4 -0
- package/src/svg/99-rack/line-circle.svg +3 -0
- package/src/svg/99-rack/line-grid.svg +3 -0
- package/src/svg/99-rack/line-line.svg +3 -0
- package/src/svg/99-rack/line-lissa.svg +4 -0
- package/src/svg/99-rack/line-spiral.svg +3 -0
- package/src/svg/99-rack/logic-and.svg +3 -0
- package/src/svg/99-rack/logic-nand.svg +4 -0
- package/src/svg/99-rack/logic-nor.svg +4 -0
- package/src/svg/99-rack/logic-not.svg +4 -0
- package/src/svg/99-rack/logic-or.svg +3 -0
- package/src/svg/99-rack/logic-xor.svg +4 -0
- package/src/svg/99-rack/nav-create.svg +5 -0
- package/src/svg/99-rack/nav-home.svg +3 -0
- package/src/svg/99-rack/nav-library.svg +6 -0
- package/src/svg/99-rack/nav-rack.svg +5 -0
- package/src/svg/99-rack/nav-settings.svg +8 -0
- package/src/svg/99-rack/ptrn-checker.svg +6 -0
- package/src/svg/99-rack/ptrn-dot.svg +6 -0
- package/src/svg/99-rack/ptrn-stripe.svg +3 -0
- package/src/svg/99-rack/radial-circle.svg +3 -0
- package/src/svg/99-rack/radial-default.svg +3 -0
- package/src/svg/99-rack/radial-hex.svg +3 -0
- package/src/svg/99-rack/radial-random.svg +3 -0
- package/src/svg/99-rack/radial-rect.svg +3 -0
- package/src/svg/99-rack/radial-star.svg +3 -0
- package/src/svg/99-rack/radial-triangle.svg +3 -0
- package/src/svg/99-rack/ramp-down.svg +3 -0
- package/src/svg/99-rack/ramp-tri.svg +3 -0
- package/src/svg/99-rack/ramp-up.svg +3 -0
- package/src/svg/99-rack/seq-a.svg +3 -0
- package/src/svg/99-rack/seq-b.svg +3 -0
- package/src/svg/99-rack/seq-c.svg +3 -0
- package/src/svg/99-rack/seq-d.svg +3 -0
- package/src/svg/99-rack/shape-cube.svg +5 -0
- package/src/svg/99-rack/shape-cyl.svg +6 -0
- package/src/svg/99-rack/shape-ico.svg +9 -0
- package/src/svg/99-rack/shape-octa.svg +4 -0
- package/src/svg/99-rack/shape-sphere.svg +5 -0
- package/src/svg/99-rack/shape-tetra.svg +4 -0
- package/src/svg/99-rack/shape-torus.svg +4 -0
- package/src/svg/99-rack/shaper-clip.svg +3 -0
- package/src/svg/99-rack/shaper-exp.svg +3 -0
- package/src/svg/99-rack/shaper-fold.svg +3 -0
- package/src/svg/99-rack/shaper-log.svg +3 -0
- package/src/svg/99-rack/shaper-scurve.svg +3 -0
- package/src/svg/99-rack/shaper-sine.svg +3 -0
- package/src/svg/99-rack/shaper-step.svg +3 -0
- package/src/svg/99-rack/shaper-wrap.svg +6 -0
- package/src/svg/99-rack/tr-carets.svg +4 -0
- package/src/svg/99-rack/tr-fwd.svg +4 -0
- package/src/svg/99-rack/tr-inf.svg +3 -0
- package/src/svg/99-rack/tr-left.svg +3 -0
- package/src/svg/99-rack/tr-pause.svg +4 -0
- package/src/svg/99-rack/tr-rew.svg +4 -0
- package/src/svg/99-rack/tr-right.svg +3 -0
- package/src/svg/99-rack/tr-skip.svg +4 -0
- package/src/svg/99-rack/wave-rnd.svg +3 -0
- package/src/svg/99-rack/wave-saw.svg +3 -0
- package/src/svg/99-rack/wave-sin.svg +3 -0
- package/src/svg/99-rack/wave-sqr.svg +3 -0
- package/src/svg/99-rack/wave-tri.svg +3 -0
- package/src/svg-web/12px-check.svg +3 -0
- package/src/svg-web/12px-cross.svg +3 -0
- package/src/svg-web/12px-minus.svg +3 -0
- package/src/svg-web/12px-plus.svg +3 -0
- package/src/svg-web/arrow-downright.svg +3 -0
- package/src/svg-web/arrow-left.svg +3 -0
- package/src/svg-web/arrow-right.svg +3 -0
- package/src/svg-web/arrow-up.svg +3 -0
- package/src/svg-web/atomic-atom.svg +5 -0
- package/src/svg-web/atomic-molecule.svg +5 -0
- package/src/svg-web/atomic-organism.svg +3 -0
- package/src/svg-web/black-bishop.svg +10 -0
- package/src/svg-web/black-hrook.svg +11 -0
- package/src/svg-web/black-king.svg +10 -0
- package/src/svg-web/black-knight.svg +10 -0
- package/src/svg-web/black-pawn.svg +10 -0
- package/src/svg-web/black-queen.svg +10 -0
- package/src/svg-web/bolt.svg +3 -0
- package/src/svg-web/bucket.svg +3 -0
- package/src/svg-web/check-mark.svg +3 -0
- package/src/svg-web/check.svg +4 -0
- package/src/svg-web/chess-pawn.svg +3 -0
- package/src/svg-web/chess-rook.svg +3 -0
- package/src/svg-web/chevron-down.svg +3 -0
- package/src/svg-web/chevron-expanded.svg +3 -0
- package/src/svg-web/chevron-left.svg +3 -0
- package/src/svg-web/chevron-right.svg +3 -0
- package/src/svg-web/chevron-up.svg +3 -0
- package/src/svg-web/circle.svg +6 -0
- package/src/svg-web/clock.svg +4 -0
- package/src/svg-web/color.svg +7 -0
- package/src/svg-web/component.svg +6 -0
- package/src/svg-web/cone.svg +3 -0
- package/src/svg-web/contrast.svg +4 -0
- package/src/svg-web/copy.svg +3 -0
- package/src/svg-web/cross.svg +3 -0
- package/src/svg-web/dashboard-book-open.svg +3 -0
- package/src/svg-web/dashboard-bookmark.svg +3 -0
- package/src/svg-web/dashboard-dual-opponent.svg +6 -0
- package/src/svg-web/dashboard-journal.svg +3 -0
- package/src/svg-web/dashboard-manual-empty.svg +3 -0
- package/src/svg-web/dashboard-roadmap.svg +3 -0
- package/src/svg-web/diamond.svg +3 -0
- package/src/svg-web/dimond.svg +5 -0
- package/src/svg-web/dock-left.svg +3 -0
- package/src/svg-web/dock-right.svg +3 -0
- package/src/svg-web/docs-File.svg +3 -0
- package/src/svg-web/docs-Files.svg +3 -0
- package/src/svg-web/docs-add-file.svg +4 -0
- package/src/svg-web/docs-alarm.svg +3 -0
- package/src/svg-web/docs-app.svg +3 -0
- package/src/svg-web/docs-arrow-up-down.svg +3 -0
- package/src/svg-web/docs-bookmark.svg +3 -0
- package/src/svg-web/docs-clipboard-1.svg +3 -0
- package/src/svg-web/docs-clipboard-2.svg +3 -0
- package/src/svg-web/docs-download.svg +3 -0
- package/src/svg-web/docs-edit.svg +3 -0
- package/src/svg-web/docs-external-link.svg +3 -0
- package/src/svg-web/docs-flag.svg +3 -0
- package/src/svg-web/docs-heart-1.svg +3 -0
- package/src/svg-web/docs-heart-2.svg +3 -0
- package/src/svg-web/docs-home-1.svg +3 -0
- package/src/svg-web/docs-home-2.svg +3 -0
- package/src/svg-web/docs-in-going.svg +3 -0
- package/src/svg-web/docs-layout-01.svg +3 -0
- package/src/svg-web/docs-layout-02.svg +3 -0
- package/src/svg-web/docs-layout-03.svg +3 -0
- package/src/svg-web/docs-location.svg +3 -0
- package/src/svg-web/docs-more-horizontal.svg +5 -0
- package/src/svg-web/docs-more-vertical.svg +5 -0
- package/src/svg-web/docs-nav-ui-1.svg +3 -0
- package/src/svg-web/docs-nav-ui.svg +3 -0
- package/src/svg-web/docs-out-going.svg +3 -0
- package/src/svg-web/docs-server.svg +3 -0
- package/src/svg-web/docs-settings.svg +3 -0
- package/src/svg-web/docs-stop.svg +3 -0
- package/src/svg-web/docs-text-01.svg +3 -0
- package/src/svg-web/docs-text-02.svg +3 -0
- package/src/svg-web/docs-text-03.svg +3 -0
- package/src/svg-web/docs-upload.svg +3 -0
- package/src/svg-web/docs-user.svg +3 -0
- package/src/svg-web/docs-write-edit.svg +3 -0
- package/src/svg-web/filter.svg +3 -0
- package/src/svg-web/flag-gb.svg +23 -0
- package/src/svg-web/flag-is.svg +24 -0
- package/src/svg-web/font-03.svg +3 -0
- package/src/svg-web/foundation.svg +3 -0
- package/src/svg-web/frequency.svg +3 -0
- package/src/svg-web/grid-01.svg +3 -0
- package/src/svg-web/grid-02.svg +6 -0
- package/src/svg-web/grid-03.svg +3 -0
- package/src/svg-web/grid-04.svg +11 -0
- package/src/svg-web/grid.svg +3 -0
- package/src/svg-web/hall-of-displacement.svg +3 -0
- package/src/svg-web/hall-of-movement.svg +5 -0
- package/src/svg-web/hall-of-symphony.svg +6 -0
- package/src/svg-web/interactive.svg +10 -0
- package/src/svg-web/layout.svg +3 -0
- package/src/svg-web/library.svg +3 -0
- package/src/svg-web/logo.svg +3 -0
- package/src/svg-web/minus.svg +3 -0
- package/src/svg-web/pages.svg +3 -0
- package/src/svg-web/pen.svg +6 -0
- package/src/svg-web/pills.svg +7 -0
- package/src/svg-web/play-Play.svg +3 -0
- package/src/svg-web/play-arrow-back.svg +3 -0
- package/src/svg-web/play-arrow-end.svg +3 -0
- package/src/svg-web/play-arrow-forward.svg +3 -0
- package/src/svg-web/play-arrow-start.svg +3 -0
- package/src/svg-web/play-pause.svg +4 -0
- package/src/svg-web/plus.svg +3 -0
- package/src/svg-web/rotate.svg +4 -0
- package/src/svg-web/row.svg +3 -0
- package/src/svg-web/save.svg +5 -0
- package/src/svg-web/search-16.svg +3 -0
- package/src/svg-web/search-24.svg +3 -0
- package/src/svg-web/snap.svg +3 -0
- package/src/svg-web/social-behance.svg +3 -0
- package/src/svg-web/social-dribbble.svg +3 -0
- package/src/svg-web/social-facebook.svg +3 -0
- package/src/svg-web/social-instagram-2.svg +3 -0
- package/src/svg-web/social-instagram.svg +3 -0
- package/src/svg-web/social-linkedin.svg +3 -0
- package/src/svg-web/social-tiktok.svg +3 -0
- package/src/svg-web/social-twitter.svg +3 -0
- package/src/svg-web/social-youtube.svg +3 -0
- package/src/svg-web/stat-abacus.svg +3 -0
- package/src/svg-web/stat-chart-a.svg +3 -0
- package/src/svg-web/stat-chart-b.svg +5 -0
- package/src/svg-web/stat-chart-c.svg +8 -0
- package/src/svg-web/stat-crown.svg +4 -0
- package/src/svg-web/stat-cycle.svg +5 -0
- package/src/svg-web/stat-donut.svg +3 -0
- package/src/svg-web/stat-medalion.svg +5 -0
- package/src/svg-web/stat-pie-c.svg +4 -0
- package/src/svg-web/stat-pie.svg +3 -0
- package/src/svg-web/stat-rocket.svg +7 -0
- package/src/svg-web/stat-stat.svg +3 -0
- package/src/svg-web/stat-winner.svg +6 -0
- package/src/svg-web/stopwatch.svg +5 -0
- package/src/svg-web/stroke-arrow-down-right.svg +3 -0
- package/src/svg-web/stroke-arrow-down.svg +3 -0
- package/src/svg-web/stroke-chess-pawn.svg +3 -0
- package/src/svg-web/stroke-chess-rook.svg +3 -0
- package/src/svg-web/stroke-chevron-down.svg +3 -0
- package/src/svg-web/stroke-copy.svg +3 -0
- package/src/svg-web/stroke-trending.svg +4 -0
- package/src/svg-web/styleguide.svg +3 -0
- package/src/svg-web/theme-toggle.svg +3 -0
- package/src/svg-web/trending-down.svg +3 -0
- package/src/svg-web/trending-up.svg +3 -0
- package/src/svg-web/trending.svg +4 -0
- package/src/svg-web/triangle.svg +5 -0
- package/src/svg-web/type-foundry.svg +4 -0
- package/src/svg-web/type.svg +3 -0
- package/src/svg-web/view-grid.svg +6 -0
- package/src/svg-web/view-list.svg +3 -0
- package/src/svg-web/wheel.svg +3 -0
- package/src/svg-web/white-bishop.svg +10 -0
- package/src/svg-web/white-hrook.svg +3 -0
- package/src/svg-web/white-king.svg +12 -0
- package/src/svg-web/white-knight.svg +3 -0
- package/src/svg-web/white-pawn.svg +10 -0
- package/src/svg-web/white-queen.svg +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-layout-sidebar" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><rect x="9" y="4" width="12" height="16" fill="black" /><path d="M5 8 H7 M5 12 H7 M5 16 H7" stroke="black" stroke-width="1.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-layout-sidebar)" fill="currentColor"><rect x="3" y="4" width="18" height="16" rx="1" /></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.2222 8.55556C10.2222 8.00327 9.77451 7.55556 9.22222 7.55556H8.55556C8.00327 7.55556 7.55556 8.00327 7.55556 8.55556V14.5556C7.55556 15.1078 8.00327 15.5556 8.55556 15.5556H9.22222C9.77451 15.5556 10.2222 15.1078 10.2222 14.5556V8.55556Z M16.4444 8.55556C16.4444 8.00327 15.9967 7.55556 15.4444 7.55556H14.7778C14.2255 7.55556 13.7778 8.00327 13.7778 8.55556V12C13.7778 12.5523 14.2255 13 14.7778 13H15.4444C15.9967 13 16.4444 12.5523 16.4444 12V8.55556Z M7 20C5.34314 20 4 18.6569 4 17L4.00001 7C4.00001 5.34315 5.34315 4 7.00001 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7Z" 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="M5 4H19A2 2 0 0 1 21 6V18A2 2 0 0 1 19 20H5A2 2 0 0 1 3 18V6A2 2 0 0 1 5 4Z M5 5.5A0.5 0.5 0 0 0 4.5 6V18A0.5 0.5 0 0 0 5 18.5H19A0.5 0.5 0 0 0 19.5 18V6A0.5 0.5 0 0 0 19 5.5H5Z M4.5 9H19.5V10.5H4.5V9Z M4.5 10.5H9V18H4.5V10.5Z" 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 d="M4 6C4 4.89543 4.89543 4 6 4H8C9.10457 4 10 4.89543 10 6V8C10 9.10457 9.10457 10 8 10H6C4.89543 10 4 9.10457 4 8V6Z M14 6C14 4.89543 14.8954 4 16 4H18C19.1046 4 20 4.89543 20 6V8C20 9.10457 19.1046 10 18 10H16C14.8954 10 14 9.10457 14 8V6Z M4 16C4 14.8954 4.89543 14 6 14H8C9.10457 14 10 14.8954 10 16V18C10 19.1046 9.10457 20 8 20H6C4.89543 20 4 19.1046 4 18V16Z M14 16C14 14.8954 14.8954 14 16 14H18C19.1046 14 20 14.8954 20 16V18C20 19.1046 19.1046 20 18 20H16C14.8954 20 14 19.1046 14 18V16Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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-media-camera-1" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><circle cx="12" cy="13" r="3.5" fill="black" stroke="black" /></mask><g mask="url(#ko-media-camera-1)" fill="currentColor"><path d="M9 4 L8 6 H4 C3.4 6 3 6.4 3 7 V19 C3 19.6 3.4 20 4 20 H20 C20.6 20 21 19.6 21 19 V7 C21 6.4 20.6 6 20 6 H16 L15 4 Z" /></g></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-media-camera-2" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><circle cx="12" cy="12.5" r="3" fill="black" stroke="black" /><rect x="16" y="8" width="2" height="1.5" fill="black" stroke="black" /></mask><g mask="url(#ko-media-camera-2)" fill="currentColor"><rect x="3" y="6" width="18" height="13" rx="1" /></g></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-media-camera-home" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><rect x="9" y="13" width="6" height="6" fill="black" stroke="black" /><circle cx="12" cy="9" r="0.7" fill="black" stroke="black" /></mask><g mask="url(#ko-media-camera-home)" fill="currentColor"><path d="M3 11 L12 4 L21 11 V21 H3 Z" /></g></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-media-camera-off" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><circle cx="12" cy="13" r="4.5" fill="black" /><path d="M3 3 L21 21" stroke="black" stroke-width="2.5" fill="none" /></mask><g mask="url(#ko-media-camera-off)" fill="currentColor"><path d="M3 7 H7 L9 5 H15 L17 7 H21 V20 H3 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="none"><path d="M3 7 H7 L9 5 H15 L17 7 H21 V20 H3 Z M7.5 13a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 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"><rect x="6" y="4" width="4" height="16" rx="0.5" /><rect x="14" y="4" width="4" height="16" rx="0.5" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M7 4 L20 12 L7 20 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="5" y="5" width="14" height="14" rx="0.5" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 5 L13 12 L3 19 Z M13 5 L23 12 L13 19 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H21 V20 H3 Z M3 17 L9 11 L13 15 L16 12 L21 17 V20 H3 Z" /><circle cx="8" cy="9" r="1.8" /></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-media-mic-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-media-mic-off)" fill="currentColor"><rect x="9" y="2" width="6" height="12" rx="3" /><path d="M5 11 a7 7 0 0 0 14 0 H17 a5 5 0 0 1 -10 0 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"><rect x="9" y="2" width="6" height="12" rx="3" /><path d="M5 11 a7 7 0 0 0 14 0 H17 a5 5 0 0 1 -10 0 Z" /><rect x="11" y="18" width="2" height="4" /><rect x="8" y="21" width="8" height="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="M9 4 H10.5 V20 H9 Z M13.5 4 H15 V20 H13.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"><path d="M7 4 H10 V20 H7 Z M14 4 H17 V20 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="none"><path d="M4 6H20A1 1 0 0 1 21 7V19A1 1 0 0 1 20 20H4A1 1 0 0 1 3 19V7A1 1 0 0 1 4 6Z M9 6 L10.5 4 H13.5 L15 6 Z M8 13a4 4 0 1 0 8 0a4 4 0 1 0 -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="currentColor"><path d="M6 4 V20 L20 12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M4 10 V8 a3 3 0 0 1 3 -3 H17 L14 2" /><path d="M20 14 V16 a3 3 0 0 1 -3 3 H7 L10 22" /><text x="9" y="15" font-family="monospace" font-size="6" font-weight="700">1</text></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 a4 4 0 0 1 4 -4 H17 V8 L21 5 L17 2 V4 H7 a6 6 0 0 0 -6 6 H3 Z" /><path d="M21 14 a4 4 0 0 1 -4 4 H7 V16 L3 19 L7 22 V20 H17 a6 6 0 0 0 6 -6 H21 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="M21 5 L11 12 L21 19 Z M11 5 L1 12 L11 19 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 6 H6 L18 18 H21 L17 22 V20 H17.4 L6 8.4 H3 Z" /><path d="M3 18 H6 L9 15 L10.4 16.4 L7 20 H3 Z" /><path d="M14 6 L17 6 L21 6 L17 2 V4 L14 4 L11.4 6.6 L13 8 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 4 H7 V20 H5 Z M21 5 V19 L9 12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M19 4 H17 V20 H19 Z M3 5 V19 L15 12 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="5" width="14" height="14" rx="0.5" /></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-media-video-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-media-video-off)" fill="currentColor"><rect x="3" y="6" width="13" height="12" rx="1" /><path d="M16 10 L21 7 V17 L16 14 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"><rect x="3" y="6" width="13" height="12" rx="1" /><path d="M16 10 L21 7 V17 L16 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="M3 9 H7 L13 4 V20 L7 15 H3 Z" /><path d="M16 9 a3 3 0 0 1 0 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="M3 9 H7 L13 4 V20 L7 15 H3 Z" /><path d="M16 8 a4 4 0 0 1 0 8 M19 5 a8 8 0 0 1 0 14" 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="M3 9 H7 L13 4 V20 L7 15 H3 Z" /><path d="M17 9 L22 14 M22 9 L17 14" stroke="currentColor" stroke-width="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="M3 9 H7 L13 4 V20 L7 15 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"><rect x="3" y="4" width="6" height="16" rx="1" /><rect x="11" y="8" width="6" height="8" rx="1" /><path d="M19 5 L20 7 L22 8 L20 9 L19 11 L18 9 L16 8 L18 7 Z" /></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9906 2.00001C10.6762 1.99776 9.3745 2.25627 8.16074 2.76059C6.94699 3.2649 5.84534 4.005 4.91959 4.93801C1.02159 8.83601 1.02159 15.181 4.91959 19.081C6.81459 20.976 9.32459 22.019 11.9906 22.019C14.6566 22.019 17.1676 20.976 19.0616 19.081C22.9606 15.182 22.9606 8.83701 19.0616 4.93801C18.1358 4.005 17.0342 3.2649 15.8204 2.76059C14.6067 2.25627 13.3049 1.99776 11.9906 2.00001ZM17.6476 17.667C16.5992 18.7189 15.2773 19.4564 13.8316 19.796L13.8306 19.759C13.8289 18.9864 13.9717 18.2202 14.2516 17.5L12.3886 16.771C11.9876 17.8023 11.7999 18.9041 11.8366 20.01C9.76713 19.9745 7.79303 19.1337 6.33359 17.666C4.87142 16.2039 4.03515 14.2305 4.00159 12.163C4.08159 12.165 4.16159 12.168 4.24159 12.168C5.26375 12.1708 6.27733 11.9815 7.22959 11.61L6.49959 9.74801C5.77221 10.0285 4.99816 10.1684 4.21859 10.16C4.55445 8.7179 5.28706 7.39851 6.33359 6.35101C7.42008 5.25944 8.7998 4.50636 10.3056 4.18301C10.296 4.84836 10.1754 5.50743 9.94859 6.13301L11.8296 6.81401C12.1462 5.94858 12.3093 5.03453 12.3116 4.11301C12.3116 4.08001 12.3076 4.04801 12.3066 4.01501C14.3196 4.09401 16.2066 4.91101 17.6486 6.35101C19.0719 7.7755 19.9024 9.68654 19.9726 11.699C19.0227 11.688 18.0786 11.8482 17.1856 12.172L17.8696 14.052C18.4899 13.8244 19.1439 13.7023 19.8046 13.691C19.4856 15.1972 18.7363 16.5784 17.6476 17.667Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M14.1126 14.13C13.7689 14.4732 13.4588 14.8486 13.1866 15.251L14.8426 16.371C15.0426 16.075 15.2726 15.797 15.5256 15.545C15.8807 15.1904 16.2761 14.8786 16.7036 14.616L15.6546 12.913C15.0949 13.257 14.5773 13.6655 14.1126 14.13ZM8.45664 8.474C8.20291 8.7264 7.92603 8.9544 7.62964 9.155L8.74864 10.813C9.15095 10.5403 9.52662 10.2303 9.87064 9.887C10.3345 9.42175 10.7429 8.9043 11.0876 8.345L9.38464 7.297C9.12159 7.7237 8.8102 8.11865 8.45664 8.474Z" 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="M4.92816 19.0712C6.82316 20.9662 9.33316 22.0092 11.9992 22.0092C14.6652 22.0092 17.1762 20.9662 19.0702 19.0712C22.9692 15.1722 22.9692 8.82823 19.0702 4.92823C17.1762 3.03423 14.6642 1.99023 11.9992 1.99023C9.33416 1.99023 6.82216 3.03423 4.92816 4.92923C1.02916 8.82723 1.02916 15.1722 4.92816 19.0712ZM12.3082 4.00623C13.9783 4.06635 15.5865 4.65376 16.9022 5.68423L11.9992 10.5862L10.5392 9.12624C11.7002 7.64723 12.3312 5.81823 12.3082 4.00623ZM9.10916 7.69623L7.09716 5.68423C8.04172 4.94384 9.14203 4.42754 10.3152 4.17423C10.3002 5.41023 9.87016 6.65123 9.10916 7.69623ZM7.68516 9.10023C6.66649 9.79617 5.45982 10.1649 4.22616 10.1572C4.486 9.0447 4.98336 8.00153 5.68416 7.09923L7.68516 9.10023ZM4.01016 12.1462C4.08716 12.1482 4.16416 12.1602 4.24116 12.1602C6.00085 12.1658 7.7139 11.5947 9.11816 10.5342L10.5852 12.0002L5.68416 16.9012C4.62652 15.539 4.03914 13.8706 4.01016 12.1462ZM16.3042 14.8912C17.3462 14.1332 18.5842 13.7032 19.8122 13.6852C19.562 14.8567 19.0502 15.9564 18.3152 16.9022L16.3042 14.8912ZM16.9012 18.3162C15.9994 19.0211 14.9559 19.5226 13.8422 19.7862C13.8309 18.548 14.1998 17.3361 14.8992 16.3142L16.9012 18.3162ZM11.8572 20.0022C10.1287 19.9747 8.4567 19.3826 7.09616 18.3162L11.9992 13.4142L13.4622 14.8772C12.3592 16.3212 11.8032 18.1432 11.8572 20.0022ZM19.9812 11.6922C18.1742 11.6742 16.3482 12.3022 14.8732 13.4602L13.4132 12.0002L18.3142 7.09923C19.3371 8.41788 19.9202 10.0244 19.9812 11.6922Z" 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="M21 10H7V7C7 5.897 7.897 5 9 5C10.103 5 11 5.897 11 7H13C13 4.794 11.206 3 9 3C6.794 3 5 4.794 5 7V10H3C2.73478 10 2.48043 10.1054 2.29289 10.2929C2.10536 10.4804 2 10.7348 2 11V13C2 15.606 3.674 17.823 6 18.65V22H8V19H16V22H18V18.65C20.326 17.823 22 15.606 22 13V11C22 10.7348 21.8946 10.4804 21.7071 10.2929C21.5196 10.1054 21.2652 10 21 10ZM20 13C20 15.206 18.206 17 16 17H8C5.794 17 4 15.206 4 13V12H20V13Z" 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.428 15.4282C19.1488 15.149 18.7932 14.9587 18.406 14.8812L16.0185 14.4037C14.7101 14.1421 13.3519 14.324 12.1585 14.9207L11.8411 15.0793C10.6477 15.676 9.28948 15.8579 7.98113 15.5963L6.04938 15.2099C5.39366 15.0788 4.71578 15.284 4.24294 15.7569M7.9998 4H15.9998L14.9998 5V10.1716C14.9998 10.702 15.2105 11.2107 15.5856 11.5858L20.5856 16.5858C21.8455 17.8457 20.9532 20 19.1714 20H4.82823C3.04642 20 2.15409 17.8457 3.41401 16.5858L8.41402 11.5858C8.78909 11.2107 8.9998 10.702 8.9998 10.1716V5L7.9998 4Z" 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="M20 9.557V3H18V5H6V3H4V9.557C2.81 10.25 2 11.525 2 13V17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H4V22H6V18H18V22H20V18H21C21.2652 18 21.5196 17.8946 21.7071 17.7071C21.8946 17.5196 22 17.2652 22 17V13C22 11.525 21.189 10.25 20 9.557ZM18 7V9H13V7H18ZM6 7H11V9H6V7ZM20 16H4V13C4 11.897 4.897 11 6 11H18C19.103 11 20 11.897 20 13V16Z" 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.0001 2C7.58909 2 4.00009 5.589 4.00009 9.995C3.97109 16.44 11.1161 21.599 11.4201 21.814C11.5893 21.9349 11.7921 21.9998 12.0001 21.9998C12.2081 21.9998 12.4108 21.9349 12.5801 21.814C12.8841 21.599 20.0291 16.44 20.0001 10C20.0001 5.589 16.4111 2 12.0001 2ZM12.0001 19.735C10.3891 18.427 5.97909 14.441 6.00009 10C6.00009 6.691 8.69109 4 12.0001 4C15.3091 4 18.0001 6.691 18.0001 10.005C18.0211 14.442 13.6121 18.428 12.0001 19.735Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M11.0001 11.586L8.70709 9.29303L7.29309 10.707L11.0001 14.414L16.7071 8.70703L15.2931 7.29303L11.0001 11.586Z" 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="M14 2 L4 14 H11 L9 22 L20 9 H13 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="M21 3.00098C19.6 3.00098 18.416 4.16798 18.293 4.29398L17.207 5.37998L16.116 4.29198C16.0232 4.19925 15.913 4.12571 15.7917 4.07558C15.6705 4.02544 15.5405 3.99968 15.4093 3.99978C15.2781 3.99987 15.1482 4.02581 15.027 4.07612C14.9058 4.12643 14.7957 4.20012 14.703 4.29298L13.46 5.53698C12.514 5.18031 11.511 4.99836 10.5 4.99998C5.813 4.99998 2 8.81298 2 13.5C2 18.187 5.813 22 10.5 22C15.187 22 19 18.187 19 13.5C19 12.591 18.856 11.7 18.572 10.842L19.917 9.49698C20.1042 9.30902 20.2091 9.05452 20.209 8.78927C20.2088 8.52402 20.1034 8.26967 19.916 8.08198L18.623 6.79198L19.711 5.70398C19.94 5.47498 20.556 5.00098 21 5.00098H22V3.00098H21ZM16.489 10.979C16.828 11.783 17 12.631 17 13.5C17 17.084 14.084 20 10.5 20C6.916 20 4 17.084 4 13.5C4 9.91598 6.916 6.99998 10.5 6.99998C11.46 6.99998 12.39 7.20998 13.262 7.62398C13.643 7.80498 14.099 7.72698 14.398 7.42798L15.412 6.41398L17.796 8.79098L16.704 9.88298C16.563 10.0234 16.4671 10.2028 16.4288 10.3981C16.3905 10.5934 16.4115 10.7957 16.489 10.979Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M6.00002 13.5C5.99837 14.0912 6.11401 14.6769 6.34025 15.2231C6.56648 15.7692 6.89882 16.2651 7.31802 16.682L8.73202 15.268C8.26002 14.795 8.00002 14.168 8.00002 13.5C8.00002 12.832 8.26002 12.205 8.73202 11.732C8.96368 11.4992 9.23923 11.3146 9.5427 11.1889C9.84618 11.0633 10.1716 10.9991 10.5 11V9.00002C9.90882 8.99831 9.32315 9.11393 8.77695 9.34017C8.23074 9.56641 7.73486 9.89878 7.31802 10.318C6.89882 10.7349 6.56648 11.2308 6.34025 11.777C6.11401 12.3232 5.99837 12.9088 6.00002 13.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="M21 10H3C2.73478 10 2.48043 10.1054 2.29289 10.2929C2.10536 10.4804 2 10.7348 2 11C2.00004 12.7553 2.46213 14.4797 3.33981 15.9999C4.21749 17.52 5.47985 18.7823 7 19.66V21C7 21.2652 7.10536 21.5196 7.29289 21.7071C7.48043 21.8946 7.73478 22 8 22H16C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V19.66C18.5202 18.7823 19.7825 17.52 20.6602 15.9999C21.5379 14.4797 22 12.7553 22 11C22 10.7348 21.8946 10.4804 21.7071 10.2929C21.5196 10.1054 21.2652 10 21 10ZM15.55 18.16C15.3836 18.2439 15.2439 18.3726 15.1467 18.5316C15.0495 18.6906 14.9987 18.8736 15 19.06V20H9V19.06C9.0013 18.8736 8.95049 18.6906 8.85331 18.5316C8.75612 18.3726 8.61644 18.2439 8.45 18.16C7.26691 17.575 6.24693 16.7064 5.48096 15.6316C4.71499 14.5568 4.22684 13.3092 4.06 12H19.94C19.7732 13.3092 19.285 14.5568 18.519 15.6316C17.7531 16.7064 16.7331 17.575 15.55 18.16ZM9 9V7.93C8.99852 6.75363 8.53948 5.62397 7.72 4.78C7.48815 4.54572 7.30512 4.26775 7.18152 3.96219C7.05793 3.65664 6.99623 3.32958 7 3V2H5V3C4.99627 4.18329 5.45569 5.32106 6.28 6.17C6.74339 6.63831 7.00229 7.27118 7 7.93V9H9ZM13 9V7.93C12.9985 6.75363 12.5395 5.62397 11.72 4.78C11.4882 4.54572 11.3051 4.26775 11.1815 3.96219C11.0579 3.65664 10.9962 3.32958 11 3V2H9V3C9.00148 4.17637 9.46052 5.30603 10.28 6.15C10.5118 6.38428 10.6949 6.66225 10.8185 6.96781C10.9421 7.27336 11.0038 7.60042 11 7.93V9H13ZM17 9V7.93C16.9985 6.75363 16.5395 5.62397 15.72 4.78C15.4882 4.54572 15.3051 4.26775 15.1815 3.96219C15.0579 3.65664 14.9962 3.32958 15 3V2H13V3C13.0015 4.17637 13.4605 5.30603 14.28 6.15C14.5118 6.38428 14.6949 6.66225 14.8185 6.96781C14.9421 7.27336 15.0038 7.60042 15 7.93V9H17Z" fill="currentColor"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M7.5 12C8.32843 12 9 11.3284 9 10.5C9 9.67157 8.32843 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M11.5 13C12.3284 13 13 12.3284 13 11.5C13 10.6716 12.3284 10 11.5 10C10.6716 10 10 10.6716 10 11.5C10 12.3284 10.6716 13 11.5 13Z" fill="currentColor"></path>
|
|
6
|
+
</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" /></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 20H15V22H9V20ZM16.906 13.712C17.936 12.506 19 11.259 19 9C19 5.141 15.859 2 12 2C8.141 2 5 5.141 5 9C5 11.285 6.067 12.528 7.101 13.73C7.459 14.148 7.83 14.581 8.185 15.079C8.329 15.285 8.565 16.075 8.776 17H8V19H16V17H15.226C15.439 16.073 15.676 15.281 15.819 15.075C16.171 14.572 16.545 14.135 16.906 13.712ZM14.182 13.925C13.748 14.542 13.386 16 13.176 17H10.825C10.616 15.998 10.253 14.537 9.814 13.92C9.43876 13.4043 9.03966 12.9065 8.618 12.428C7.644 11.294 7 10.544 7 9C7 6.243 9.243 4 12 4C14.757 4 17 6.243 17 9C17 10.521 16.357 11.274 15.385 12.413C15.012 12.851 14.589 13.346 14.182 13.925Z" 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="M21.259 11.948C21.4698 11.8939 21.6568 11.7716 21.7909 11.6001C21.9249 11.4287 21.9984 11.2176 22 11V8C22 7.73557 21.8952 7.48192 21.7085 7.29466C21.5218 7.1074 21.2684 7.00179 21.004 7.001V6H21C21 3.794 19.206 2 17 2H7C4.794 2 3 3.794 3 6V7C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V11C2 11.461 2.317 11.832 2.742 11.948C2.26138 12.618 2.00229 13.4215 2.001 14.246L2.005 18.003C2.006 18.736 2.409 19.372 3 19.719V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H5C5.26522 22 5.51957 21.8946 5.70711 21.7071C5.89464 21.5196 6 21.2652 6 21V20H18V21C18 21.2652 18.1054 21.5196 18.2929 21.7071C18.4804 21.8946 18.7348 22 19 22H20C20.2652 22 20.5196 21.8946 20.7071 21.7071C20.8946 21.5196 21 21.2652 21 21V19.726C21.1533 19.6404 21.2949 19.5352 21.421 19.413C21.798 19.035 22.006 18.532 22.005 17.998L22.001 14.239C21.9971 13.4169 21.7378 12.6163 21.259 11.948ZM4.005 18L4.001 14.243C4 13.784 4.162 13.353 4.444 13H19.555C19.838 13.353 20 13.783 20.001 14.242L20.006 18H4.005ZM11.004 8V11H5V8H11.004ZM19 11H13.004V8H19V11ZM7 4H17C18.103 4 19 4.897 19 6H15V5H9V6H5C5 4.897 5.897 4 7 4Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M6.5 17C7.32843 17 8 16.3284 8 15.5C8 14.6716 7.32843 14 6.5 14C5.67157 14 5 14.6716 5 15.5C5 16.3284 5.67157 17 6.5 17Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M17.5 17C18.3284 17 19 16.3284 19 15.5C19 14.6716 18.3284 14 17.5 14C16.6716 14 16 14.6716 16 15.5C16 16.3284 16.6716 17 17.5 17Z" fill="currentColor"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.004 7.975V6C21.004 3.794 19.21 2 17.004 2H7.004C4.798 2 3.004 3.794 3.004 6V7.998L2.928 8.002C2.6758 8.02021 2.43986 8.13328 2.26768 8.31845C2.09549 8.50362 1.99985 8.74714 2 9V11C2 11.2652 2.10536 11.5196 2.29289 11.7071C2.48043 11.8946 2.73478 12 3 12H3.004V18C3.004 18.735 3.407 19.372 4 19.72V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H6C6.26522 22 6.51957 21.8946 6.70711 21.7071C6.89464 21.5196 7 21.2652 7 21V20H17V21C17 21.2652 17.1054 21.5196 17.2929 21.7071C17.4804 21.8946 17.7348 22 18 22H19C19.2652 22 19.5196 21.8946 19.7071 21.7071C19.8946 21.5196 20 21.2652 20 21V19.724C20.304 19.5501 20.5569 19.2992 20.7331 18.9966C20.9094 18.6939 21.0028 18.3502 21.004 18V12C21.2692 12 21.5236 11.8946 21.7111 11.7071C21.8986 11.5196 22.004 11.2652 22.004 11V9.062C22.0155 8.90681 21.9909 8.75106 21.932 8.607C21.729 8.12 21.297 8.003 21.004 7.975ZM19.006 18H5.004V13H19.005L19.006 18ZM11.004 7V11H5.004V7H11.004ZM19.004 7V11H13.004V7H19.004ZM7.004 4H17.004C17.74 4 18.379 4.405 18.726 5H5.282C5.629 4.405 6.268 4 7.004 4Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M7.5 17C8.32843 17 9 16.3284 9 15.5C9 14.6716 8.32843 14 7.5 14C6.67157 14 6 14.6716 6 15.5C6 16.3284 6.67157 17 7.5 17Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M16.5 17C17.3284 17 18 16.3284 18 15.5C18 14.6716 17.3284 14 16.5 14C15.6716 14 15 14.6716 15 15.5C15 16.3284 15.6716 17 16.5 17Z" fill="currentColor"></path>
|
|
5
|
+
</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 4C21 2.897 20.103 2 19 2H5C3.897 2 3 2.897 3 4V20C3 21.103 3.897 22 5 22H19C20.103 22 21 21.103 21 20V4ZM5 4H19V11H5V4ZM5 20V13H19.001V20H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M14 7H10V6H8V9H16V6H14V7ZM14 15V16H10V15H8V18H16V15H14Z" 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="M2 9.76023L11 7.31023V10.0002H7C6.46957 10.0002 5.96086 10.2109 5.58579 10.586C5.21071 10.9611 5 11.4698 5 12.0002V20.0002C5 20.5307 5.21071 21.0394 5.58579 21.4144C5.96086 21.7895 6.46957 22.0002 7 22.0002H17C17.5304 22.0002 18.0391 21.7895 18.4142 21.4144C18.7893 21.0394 19 20.5307 19 20.0002V12.0002C19 11.4698 18.7893 10.9611 18.4142 10.586C18.0391 10.2109 17.5304 10.0002 17 10.0002H13V6.76023L22 4.31023V2.24023L2 7.69023V9.76023ZM11 12.0002V15.0002H7V12.0002H11ZM17 12.0002V20.0002H7V17.0002H17V15.0002H13V12.0002H17Z" 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 5H13V2H11V5H5C3.346 5 2 6.346 2 8V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V8C22 6.346 20.654 5 19 5ZM5 7H19C19.2652 7 19.5196 7.10536 19.7071 7.29289C19.8946 7.48043 20 7.73478 20 8L20.001 11.12C19.105 11.348 18.532 11.854 18.085 12.252C17.578 12.702 17.243 13 16.497 13C15.752 13 15.417 12.702 14.91 12.253C14.315 11.724 13.501 11 11.995 11C10.49 11 9.676 11.724 9.081 12.253C8.574 12.703 8.24 13 7.495 13C6.752 13 6.418 12.703 5.913 12.253C5.466 11.855 4.895 11.348 4 11.12V8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7ZM4 18V13.286C4.191 13.409 4.374 13.56 4.583 13.747C5.178 14.276 5.991 15 7.495 15C9 15 9.814 14.276 10.409 13.747C10.916 13.297 11.25 13 11.995 13C12.74 13 13.075 13.298 13.582 13.747C14.177 14.276 14.991 15 16.497 15C18.003 15 18.818 14.276 19.413 13.747C19.624 13.559 19.808 13.407 20.001 13.283L20.002 18H4Z" 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="M6 19H7V22H9V19H10C10.2652 19 10.5196 18.8946 10.7071 18.7071C10.8946 18.5196 11 18.2652 11 18V6C11 5.73478 10.8946 5.48043 10.7071 5.29289C10.5196 5.10536 10.2652 5 10 5H9V2H7V5H6C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V18C5 18.2652 5.10536 18.5196 5.29289 18.7071C5.48043 18.8946 5.73478 19 6 19ZM7 7H9V17H7V7ZM14 17H15V20H17V17H18C18.2652 17 18.5196 16.8946 18.7071 16.7071C18.8946 16.5196 19 16.2652 19 16V8C19 7.73478 18.8946 7.48043 18.7071 7.29289C18.5196 7.10536 18.2652 7 18 7H17V4H15V7H14C13.7348 7 13.4804 7.10536 13.2929 7.29289C13.1054 7.48043 13 7.73478 13 8V16C13 16.2652 13.1054 16.5196 13.2929 16.7071C13.4804 16.8946 13.7348 17 14 17ZM15 9H17V15H15V9Z" 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="M20.772 10.156L19.404 6.051C19.2056 5.45348 18.8238 4.9337 18.3131 4.56551C17.8024 4.19732 17.1886 3.99944 16.559 4H7.441C6.81139 3.99944 6.19761 4.19732 5.68688 4.56551C5.17615 4.9337 4.79445 5.45348 4.596 6.051L3.228 10.156C2.86461 10.3085 2.55428 10.5648 2.33584 10.8928C2.11741 11.2208 2.00059 11.6059 2 12V17C2 17.753 2.423 18.402 3.039 18.743C3.026 18.809 3 18.869 3 18.938V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H5C5.26522 22 5.51957 21.8946 5.70711 21.7071C5.89464 21.5196 6 21.2652 6 21V19H18V21C18 21.2652 18.1054 21.5196 18.2929 21.7071C18.4804 21.8946 18.7348 22 19 22H20C20.2652 22 20.5196 21.8946 20.7071 21.7071C20.8946 21.5196 21 21.2652 21 21V18.938C21 18.869 20.974 18.808 20.961 18.743C21.2744 18.5721 21.5362 18.3202 21.7189 18.0136C21.9017 17.707 21.9988 17.357 22 17V12C22 11.171 21.492 10.459 20.772 10.156ZM4 17V12H20L20.002 17H4ZM7.441 6H16.558C16.989 6 17.371 6.274 17.507 6.684L18.613 10H5.387L6.492 6.684C6.55835 6.4848 6.68572 6.31153 6.85605 6.18876C7.02638 6.06599 7.23104 5.99995 7.441 6Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M6.5 16C7.32843 16 8 15.3284 8 14.5C8 13.6716 7.32843 13 6.5 13C5.67157 13 5 13.6716 5 14.5C5 15.3284 5.67157 16 6.5 16Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M17.5 16C18.3284 16 19 15.3284 19 14.5C19 13.6716 18.3284 13 17.5 13C16.6716 13 16 13.6716 16 14.5C16 15.3284 16.6716 16 17.5 16Z" fill="currentColor"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 13V4C19 2.897 18.103 2 17 2H7C5.897 2 5 2.897 5 4V13C4.73478 13 4.48043 13.1054 4.29289 13.2929C4.10536 13.4804 4 13.7348 4 14V22H6V17H18V22H20V14C20 13.7348 19.8946 13.4804 19.7071 13.2929C19.5196 13.1054 19.2652 13 19 13ZM17 4V13H15V4H17ZM13 4V13H11V4H13ZM7 4H9V13H7V4Z" 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="M20 3H4C2.897 3 2 3.897 2 5V16C2 17.103 2.897 18 4 18H8L6.2 20.4L7.8 21.6L10.5 18H13.5L16.2 21.6L17.8 20.4L16 18H20C21.103 18 22 17.103 22 16V5C22 3.897 21.103 3 20 3ZM4 16V5H20L20.001 16H4Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M6 12H10V14H6V12Z" 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.9986 10.551V9.873C13.8568 9.65053 14.6169 9.14959 15.1598 8.44869C15.7027 7.7478 15.9977 6.88657 15.9986 6C15.9986 3.794 14.2046 2 11.9986 2C9.79256 2 7.99856 3.794 7.99856 6H9.99856C9.99856 4.897 10.8956 4 11.9986 4C13.1016 4 13.9986 4.897 13.9986 6C13.9986 7.103 13.1016 8 11.9986 8C11.7333 8 11.479 8.10536 11.2915 8.29289C11.1039 8.48043 10.9986 8.73478 10.9986 9V10.551L2.33356 18.253C2.18264 18.388 2.07622 18.5657 2.02836 18.7624C1.9805 18.9592 1.99344 19.1659 2.06548 19.3551C2.13753 19.5444 2.26528 19.7073 2.43187 19.8225C2.59846 19.9376 2.79605 19.9995 2.99856 20H20.9986C21.2012 19.9995 21.3989 19.9376 21.5656 19.8223C21.7323 19.707 21.86 19.5439 21.932 19.3545C22.004 19.165 22.0167 18.9582 21.9686 18.7614C21.9205 18.5645 21.8138 18.3869 21.6626 18.252L12.9986 10.551ZM5.62856 18L11.9986 12.338L18.3686 18H5.62856Z" 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 2H7V5H5V2ZM9 2H11V5H9V2ZM13 2H15V5H13V2ZM19 9H17V7H3V18C3 19.654 4.346 21 6 21H14C15.654 21 17 19.654 17 18H19C20.103 18 21 17.103 21 16V11C21 9.897 20.103 9 19 9ZM15 18C15 18.2652 14.8946 18.5196 14.7071 18.7071C14.5196 18.8946 14.2652 19 14 19H6C5.73478 19 5.48043 18.8946 5.29289 18.7071C5.10536 18.5196 5 18.2652 5 18V9H15V18ZM17 16V11H19L19.002 16H17Z" fill="currentColor"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.5981 11.0636C21.4777 10.9728 21.3385 10.9102 21.1907 10.8804C21.0428 10.8506 20.8902 10.8545 20.7441 10.8916C20.5017 10.9593 20.2517 10.9956 20.0001 10.9996C18.3461 10.9996 17.0001 9.65363 16.9971 8.06262C17.0021 8.02863 17.0131 7.92663 17.0141 7.89263C17.0206 7.73629 16.9903 7.58061 16.9255 7.43815C16.8608 7.2957 16.7635 7.17046 16.6414 7.07254C16.5194 6.97463 16.376 6.90679 16.2229 6.87449C16.0698 6.8422 15.9113 6.84635 15.7601 6.88663C15.5127 6.95712 15.2572 6.9951 15.0001 6.99963C13.3461 6.99963 12.0001 5.65363 12.0001 3.99963C12.0001 3.78263 12.0311 3.55563 12.0991 3.28363C12.1376 3.12837 12.1383 2.96614 12.1011 2.81056C12.0639 2.65498 11.99 2.51059 11.8854 2.38951C11.7809 2.26843 11.6489 2.17418 11.5004 2.1147C11.3519 2.05521 11.1913 2.03221 11.0321 2.04763C8.55554 2.27845 6.2551 3.42789 4.58353 5.26973C2.91196 7.11156 1.99034 9.51238 2.00008 11.9996C2.00008 17.5136 6.48608 21.9996 12.0001 21.9996C17.5141 21.9996 22.0001 17.5136 22.0001 11.9996C22.0001 11.9506 21.9971 11.9026 21.9931 11.8396C21.9897 11.6889 21.9525 11.5409 21.8841 11.4066C21.8157 11.2722 21.7179 11.155 21.5981 11.0636ZM12.0001 19.9996C7.58908 19.9996 4.00008 16.4106 4.00008 11.9996C3.99294 10.2229 4.58028 8.49485 5.66863 7.09047C6.75698 5.68609 8.28379 4.6861 10.0061 4.24963C10.0717 5.53036 10.6263 6.73709 11.5555 7.62091C12.4847 8.50473 13.7177 8.99823 15.0001 8.99963L15.1011 8.99862C15.3306 10.1169 15.9353 11.1231 16.815 11.8506C17.6947 12.5781 18.7966 12.9832 19.9381 12.9986C19.4441 16.9406 16.0731 19.9996 12.0001 19.9996Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M12.5001 12.9996C13.3285 12.9996 14.0001 12.3281 14.0001 11.4996C14.0001 10.6712 13.3285 9.99963 12.5001 9.99963C11.6716 9.99963 11.0001 10.6712 11.0001 11.4996C11.0001 12.3281 11.6716 12.9996 12.5001 12.9996Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M8.50006 9.99963C9.32849 9.99963 10.0001 9.32806 10.0001 8.49963C10.0001 7.67121 9.32849 6.99963 8.50006 6.99963C7.67163 6.99963 7.00006 7.67121 7.00006 8.49963C7.00006 9.32806 7.67163 9.99963 8.50006 9.99963Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M7.50006 13.9996C8.32849 13.9996 9.00006 13.3281 9.00006 12.4996C9.00006 11.6712 8.32849 10.9996 7.50006 10.9996C6.67163 10.9996 6.00006 11.6712 6.00006 12.4996C6.00006 13.3281 6.67163 13.9996 7.50006 13.9996Z" fill="currentColor"></path>
|
|
6
|
+
<path d="M15.5001 16.9996C16.3285 16.9996 17.0001 16.3281 17.0001 15.4996C17.0001 14.6712 16.3285 13.9996 15.5001 13.9996C14.6716 13.9996 14.0001 14.6712 14.0001 15.4996C14.0001 16.3281 14.6716 16.9996 15.5001 16.9996Z" fill="currentColor"></path>
|
|
7
|
+
<path d="M10.5001 17.9996C11.3285 17.9996 12.0001 17.3281 12.0001 16.4996C12.0001 15.6712 11.3285 14.9996 10.5001 14.9996C9.67163 14.9996 9.00006 15.6712 9.00006 16.4996C9.00006 17.3281 9.67163 17.9996 10.5001 17.9996Z" fill="currentColor"></path>
|
|
8
|
+
</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.0682 4.93017C17.1822 3.10858 14.6562 2.10064 12.0342 2.12342C9.41223 2.14621 6.90411 3.1979 5.05003 5.05198C3.19595 6.90606 2.14426 9.41419 2.12147 12.0362C2.09869 14.6581 3.10663 17.1841 4.92821 19.0702C6.81423 20.8917 9.34026 21.8997 11.9622 21.8769C14.5842 21.8541 17.0923 20.8024 18.9464 18.9484C20.8005 17.0943 21.8522 14.5861 21.875 11.9642C21.8977 9.34221 20.8898 6.81619 19.0682 4.93017ZM6.33821 6.34017C7.4649 5.21301 8.90257 4.44806 10.4669 4.14339C12.0312 3.83872 13.6509 4.00823 15.1182 4.63017L14.8282 4.93017L15.5382 5.64017L16.0582 5.11017C16.3481 5.28511 16.6285 5.47538 16.8982 5.68017L5.67821 16.9002C5.47342 16.6305 5.28315 16.3501 5.10821 16.0602L5.63821 15.5402L4.92821 14.8302L4.63821 15.1202C4.01503 13.6538 3.84391 12.0347 4.14678 10.4704C4.44966 8.90617 5.21273 7.46798 6.33821 6.34017ZM17.6582 17.6602C16.5315 18.7873 15.0939 19.5523 13.5295 19.8569C11.9652 20.1616 10.3456 19.9921 8.87821 19.3702L9.16821 19.0702L8.45821 18.3602L7.93821 18.8902C7.64828 18.7152 7.36789 18.525 7.09821 18.3202L18.3182 7.10017C18.523 7.36984 18.7133 7.65024 18.8882 7.94017L18.3582 8.46017L19.0682 9.17017L19.3582 8.88017C19.9814 10.3466 20.1525 11.9656 19.8496 13.5299C19.5468 15.0942 18.7837 16.5324 17.6582 17.6602ZM11.2882 15.5402L11.9982 16.2402L10.5882 17.6602L9.87821 17.0002L11.2882 15.5402ZM14.1182 12.7102L14.8282 13.4102L13.4082 14.8302L12.7082 14.1202L14.1182 12.7102ZM16.9982 9.88017L17.7082 10.5902L16.2382 12.0002L15.5382 11.2902L16.9982 9.88017ZM12.7082 8.46017L11.9982 7.76017L13.4082 6.34017L14.1182 7.05017L12.7082 8.46017ZM9.87821 11.2902L9.16821 10.5902L10.5882 9.17017L11.2882 9.88017L9.87821 11.2902ZM7.04821 14.1202L6.33821 13.4102L7.75821 12.0002L8.45821 12.7102L7.04821 14.1202Z" 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="M11 15.414V20H13V15.414C13 14.888 12.786 14.372 12.414 14L10.414 12L13 9.41396L15 11.414C15.372 11.786 15.888 12 16.414 12H20V9.99996H16.414L12.707 6.29296C12.6142 6.20001 12.504 6.12627 12.3827 6.07596C12.2614 6.02565 12.1313 5.99976 12 5.99976C11.8687 5.99976 11.7386 6.02565 11.6173 6.07596C11.496 6.12627 11.3858 6.20001 11.293 6.29296L8 9.58596C7.622 9.96396 7.414 10.466 7.414 11C7.414 11.534 7.622 12.036 8 12.414L11 15.414Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M16 7C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3C14.8954 3 14 3.89543 14 5C14 6.10457 14.8954 7 16 7Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M18 14C15.794 14 14 15.794 14 18C14 20.206 15.794 22 18 22C20.206 22 22 20.206 22 18C22 15.794 20.206 14 18 14ZM18 20C16.897 20 16 19.103 16 18C16 16.897 16.897 16 18 16C19.103 16 20 16.897 20 18C20 19.103 19.103 20 18 20ZM6 22C8.206 22 10 20.206 10 18C10 15.794 8.206 14 6 14C3.794 14 2 15.794 2 18C2 20.206 3.794 22 6 22ZM6 16C7.103 16 8 16.897 8 18C8 19.103 7.103 20 6 20C4.897 20 4 19.103 4 18C4 16.897 4.897 16 6 16Z" fill="currentColor"></path>
|
|
5
|
+
</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="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z" fill="currentColor"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M9.5 13.5C10.3284 13.5 11 12.8284 11 12C11 11.1716 10.3284 10.5 9.5 10.5C8.67157 10.5 8 11.1716 8 12C8 12.8284 8.67157 13.5 9.5 13.5Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M14.5 13.5C15.3284 13.5 16 12.8284 16 12C16 11.1716 15.3284 10.5 14.5 10.5C13.6716 10.5 13 11.1716 13 12C13 12.8284 13.6716 13.5 14.5 13.5Z" fill="currentColor"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M8 9.5C8.82843 9.5 9.5 8.82843 9.5 8C9.5 7.17157 8.82843 6.5 8 6.5C7.17157 6.5 6.5 7.17157 6.5 8C6.5 8.82843 7.17157 9.5 8 9.5Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M16 17.5C16.8284 17.5 17.5 16.8284 17.5 16C17.5 15.1716 16.8284 14.5 16 14.5C15.1716 14.5 14.5 15.1716 14.5 16C14.5 16.8284 15.1716 17.5 16 17.5Z" fill="currentColor"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M8 9.5C8.82843 9.5 9.5 8.82843 9.5 8C9.5 7.17157 8.82843 6.5 8 6.5C7.17157 6.5 6.5 7.17157 6.5 8C6.5 8.82843 7.17157 9.5 8 9.5Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M16 17.5C16.8284 17.5 17.5 16.8284 17.5 16C17.5 15.1716 16.8284 14.5 16 14.5C15.1716 14.5 14.5 15.1716 14.5 16C14.5 16.8284 15.1716 17.5 16 17.5Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M8 17.5C8.82843 17.5 9.5 16.8284 9.5 16C9.5 15.1716 8.82843 14.5 8 14.5C7.17157 14.5 6.5 15.1716 6.5 16C6.5 16.8284 7.17157 17.5 8 17.5Z" fill="currentColor"></path>
|
|
6
|
+
<path d="M16 9.5C16.8284 9.5 17.5 8.82843 17.5 8C17.5 7.17157 16.8284 6.5 16 6.5C15.1716 6.5 14.5 7.17157 14.5 8C14.5 8.82843 15.1716 9.5 16 9.5Z" fill="currentColor"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M8 9.5C8.82843 9.5 9.5 8.82843 9.5 8C9.5 7.17157 8.82843 6.5 8 6.5C7.17157 6.5 6.5 7.17157 6.5 8C6.5 8.82843 7.17157 9.5 8 9.5Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M16 17.5C16.8284 17.5 17.5 16.8284 17.5 16C17.5 15.1716 16.8284 14.5 16 14.5C15.1716 14.5 14.5 15.1716 14.5 16C14.5 16.8284 15.1716 17.5 16 17.5Z" fill="currentColor"></path>
|
|
6
|
+
<path d="M8 17.5C8.82843 17.5 9.5 16.8284 9.5 16C9.5 15.1716 8.82843 14.5 8 14.5C7.17157 14.5 6.5 15.1716 6.5 16C6.5 16.8284 7.17157 17.5 8 17.5Z" fill="currentColor"></path>
|
|
7
|
+
<path d="M16 9.5C16.8284 9.5 17.5 8.82843 17.5 8C17.5 7.17157 16.8284 6.5 16 6.5C15.1716 6.5 14.5 7.17157 14.5 8C14.5 8.82843 15.1716 9.5 16 9.5Z" fill="currentColor"></path>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3ZM5 19V5H19L19.002 19H5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M8 9.5C8.82843 9.5 9.5 8.82843 9.5 8C9.5 7.17157 8.82843 6.5 8 6.5C7.17157 6.5 6.5 7.17157 6.5 8C6.5 8.82843 7.17157 9.5 8 9.5Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M8 13.5C8.82843 13.5 9.5 12.8284 9.5 12C9.5 11.1716 8.82843 10.5 8 10.5C7.17157 10.5 6.5 11.1716 6.5 12C6.5 12.8284 7.17157 13.5 8 13.5Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M16 13.5C16.8284 13.5 17.5 12.8284 17.5 12C17.5 11.1716 16.8284 10.5 16 10.5C15.1716 10.5 14.5 11.1716 14.5 12C14.5 12.8284 15.1716 13.5 16 13.5Z" fill="currentColor"></path>
|
|
6
|
+
<path d="M16 17.5C16.8284 17.5 17.5 16.8284 17.5 16C17.5 15.1716 16.8284 14.5 16 14.5C15.1716 14.5 14.5 15.1716 14.5 16C14.5 16.8284 15.1716 17.5 16 17.5Z" fill="currentColor"></path>
|
|
7
|
+
<path d="M8 17.5C8.82843 17.5 9.5 16.8284 9.5 16C9.5 15.1716 8.82843 14.5 8 14.5C7.17157 14.5 6.5 15.1716 6.5 16C6.5 16.8284 7.17157 17.5 8 17.5Z" fill="currentColor"></path>
|
|
8
|
+
<path d="M16 9.5C16.8284 9.5 17.5 8.82843 17.5 8C17.5 7.17157 16.8284 6.5 16 6.5C15.1716 6.5 14.5 7.17157 14.5 8C14.5 8.82843 15.1716 9.5 16 9.5Z" fill="currentColor"></path>
|
|
9
|
+
</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="M21 15C21 10.375 17.493 6.559 13 6.059V4H11V6.059C6.507 6.559 3 10.375 3 15V17H21V15ZM5 15C5 11.141 8.141 8 12 8C15.859 8 19 11.141 19 15H5ZM2 18H22V20H2V18Z" 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="M10.385 21.7879C10.5046 21.8815 10.6439 21.9465 10.7924 21.9781C10.941 22.0096 11.0947 22.0068 11.242 21.9699L19.242 19.9699C19.4585 19.916 19.6508 19.7913 19.7882 19.6155C19.9255 19.4397 20.0001 19.223 20 18.9999V4.99987C19.9999 4.77681 19.9253 4.56017 19.788 4.38441C19.6506 4.20865 19.4584 4.08385 19.242 4.02987L11.242 2.02987C11.0947 1.99372 10.941 1.99146 10.7927 2.02327C10.6444 2.05507 10.5052 2.12011 10.3856 2.21349C10.2661 2.30687 10.1692 2.42615 10.1024 2.56237C10.0356 2.69858 10.0006 2.84816 10 2.99987V3.99987H6C5.73478 3.99987 5.48043 4.10523 5.29289 4.29276C5.10536 4.4803 5 4.73465 5 4.99987V18.9999C5 19.2651 5.10536 19.5194 5.29289 19.707C5.48043 19.8945 5.73478 19.9999 6 19.9999H10V20.9999C10 21.3079 10.142 21.5989 10.385 21.7879ZM12 4.28087L18 5.78087V18.2189L12 19.7189V4.28087ZM7 17.9999V5.99987H10V17.9999H7Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M14.242 13.1589C14.688 13.0469 15 12.6469 15 12.1879V11.8109C14.9999 11.5457 14.8944 11.2914 14.7068 11.1039C14.5191 10.9165 14.2647 10.8113 13.9995 10.8114C13.7343 10.8115 13.48 10.917 13.2925 11.1046C13.1051 11.2923 12.9999 11.5467 13 11.8119V12.1889C13 12.3408 13.0347 12.4907 13.1013 12.6272C13.1679 12.7637 13.2648 12.8833 13.3845 12.9767C13.5042 13.0702 13.6436 13.1352 13.7922 13.1668C13.9408 13.1984 14.0946 13.1957 14.242 13.1589Z" 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="M6 5V19H9V13H15V19H18V5H15V11H9V5H6ZM3 15C3 15.2652 3.10536 15.5196 3.29289 15.7071C3.48043 15.8946 3.73478 16 4 16H5V8H4C3.73478 8 3.48043 8.10536 3.29289 8.29289C3.10536 8.48043 3 8.73478 3 9V11H2V13H3V15ZM21 9C21 8.73478 20.8946 8.48043 20.7071 8.29289C20.5196 8.10536 20.2652 8 20 8H19V16H20C20.2652 16 20.5196 15.8946 20.7071 15.7071C20.8946 15.5196 21 15.2652 21 15V13H22V11H21V9Z" 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="M17.6569 18.6568C14.5327 21.781 9.46734 21.781 6.34315 18.6568C4.78105 17.0947 4 15.0474 4 13C4 10.9526 4.78105 8.90523 6.34315 7.34313C6.34315 7.34313 7.00004 8.99995 9.00004 9.99995C9.00004 7.99995 9.50004 4.99996 11.9859 3C14 5 16.0912 5.77745 17.6569 7.34313C19.219 8.90523 20 10.9526 20 13C20 15.0474 19.2189 17.0947 17.6569 18.6568Z M9.87868 16.1213C11.0503 17.2928 12.9497 17.2928 14.1213 16.1213C14.7071 15.5355 15 14.7677 15 14C15 13.2322 14.7071 12.4644 14.1213 11.8786C13.5392 11.2965 12.7775 11.0037 12.0146 11L10.9999 13.9999L9 14C9.00001 14.7677 9.2929 15.5355 9.87868 16.1213Z" 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="M19.0702 4.92922C18.1446 3.99628 17.0431 3.25623 15.8295 2.75191C14.6159 2.2476 13.3144 1.98905 12.0002 1.99122C10.6857 1.98917 9.38385 2.24777 8.16996 2.75207C6.95607 3.25637 5.85422 3.99636 4.92816 4.92922C1.02916 8.82722 1.02916 15.1722 4.92816 19.0712C5.85424 20.0043 6.95623 20.7445 8.17032 21.2488C9.38442 21.7531 10.6865 22.0116 12.0012 22.0092C13.3153 22.0115 14.6168 21.7531 15.8304 21.249C17.044 20.7449 18.1455 20.005 19.0712 19.0722C22.9702 15.1742 22.9702 8.82922 19.0702 4.92922ZM12.1802 4.00022H11.8212C11.8822 3.99922 11.9402 3.99122 12.0012 3.99122C12.0622 3.99122 12.1192 3.99922 12.1802 4.00022ZM18.2422 17.0002H15.9992L14.7412 19.5162C13.8636 19.8404 12.9357 20.0073 12.0002 20.0092C11.0629 20.0075 10.1333 19.8403 9.25416 19.5152L7.99916 17.0102H5.76416C4.93959 15.9851 4.38197 14.7716 4.14116 13.4782L5.99916 11.0002L4.78316 8.56722C5.17116 7.74181 5.69855 6.98946 6.34216 6.34322C7.24294 5.43928 8.34705 4.76413 9.56216 4.37422L11.9992 6.00022L14.4372 4.37522C15.6519 4.76541 16.7559 5.44014 17.6572 6.34322C18.3001 6.98869 18.8271 7.73999 19.2152 8.56422L17.9992 11.0002L19.8572 13.4782C19.6174 14.7674 19.0626 15.9773 18.2422 17.0002Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M8.49915 11.0002L9.99915 15.0002H13.9991L15.4991 11.0002L11.9991 8.50024L8.49915 11.0002Z" 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="M14.4692 13.7702L13.0592 12.3502L18.7192 6.7002L17.2992 5.2802L11.6492 10.9402L10.2292 9.5302L15.8892 3.8702L14.4692 2.4502L8.10922 8.8202C7.54742 9.3827 7.23186 10.1452 7.23186 10.9402C7.23186 11.7352 7.54742 12.4977 8.10922 13.0602L8.81922 13.7702L2.44922 20.1302L3.86922 21.5502L10.2292 15.1802L10.9392 15.8902C11.5017 16.452 12.2642 16.7676 13.0592 16.7676C13.8542 16.7676 14.6167 16.452 15.1792 15.8902L21.5492 9.5302L20.1292 8.1102L14.4692 13.7702Z" 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="18" height="18" rx="1" fill="none" stroke="currentColor" stroke-width="1.5" /><circle cx="6" cy="6" r="1.4" /><circle cx="12" cy="6" r="1.4" /><circle cx="18" cy="6" r="1.4" /><circle cx="6" cy="12" r="1.4" /><circle cx="12" cy="12" r="1.4" /><circle cx="18" cy="12" r="1.4" /><circle cx="6" cy="18" r="1.4" /><circle cx="12" cy="18" r="1.4" /><circle cx="18" cy="18" r="1.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="M18 2H6C4.897 2 4 2.897 4 4V20C4 21.103 4.897 22 6 22H18C19.103 22 20 21.103 20 20V4C20 2.897 19.103 2 18 2ZM18 4L18.001 9H10V7H8V9H6V4H18ZM6 20V11H8V14H10V11H18.001L18.002 20H6Z" 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="M21 2H9C8.4 2 8 2.4 8 3V6C8 6.6 8.4 7 9 7H21C21.6 7 22 6.6 22 6V3C22 2.4 21.6 2 21 2Z M12 17H7V22H12V17Z M7 9.5H2V14.5H7V9.5Z M18 9.59961H9.5V14.2996H18V9.59961Z" 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="M20.937 7.53C19.227 4.119 15.803 2 12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C15.803 22 19.227 19.881 20.937 16.47C21.0516 16.2415 21.0743 15.9777 21.0005 15.733C20.9266 15.4882 20.7619 15.281 20.54 15.154L15.017 12L20.539 8.847C21 8.583 21.175 8.005 20.937 7.53ZM12.504 11.132C12.3508 11.2193 12.2234 11.3456 12.1348 11.498C12.0462 11.6505 11.9995 11.8237 11.9995 12C11.9995 12.1763 12.0462 12.3495 12.1348 12.502C12.2234 12.6544 12.3508 12.7807 12.504 12.868L18.677 16.393C17.953 17.5032 16.9629 18.4148 15.7967 19.0448C14.6306 19.6747 13.3254 20.0031 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C13.3253 3.99688 14.6304 4.32513 15.7965 4.95491C16.9626 5.5847 17.9528 6.49602 18.677 7.606L12.504 11.132Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M11.5 9C12.3284 9 13 8.32843 13 7.5C13 6.67157 12.3284 6 11.5 6C10.6716 6 10 6.67157 10 7.5C10 8.32843 10.6716 9 11.5 9Z" 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="M19.616 6.48L19.63 6.463L15.63 3.223L14.37 4.777L16.437 6.451C15.9248 6.76219 15.5179 7.22014 15.2691 7.76543C15.0204 8.31072 14.9412 8.91818 15.042 9.509C15.191 10.408 15.808 11.185 16.607 11.621C17.504 12.111 18.292 12.067 18.991 11.818L18.976 18C18.9772 18.1656 18.9371 18.3289 18.8593 18.475C18.7816 18.6212 18.6686 18.7457 18.5306 18.8373C18.3926 18.9288 18.2339 18.9845 18.069 18.9993C17.9041 19.0141 17.7381 18.9875 17.586 18.922C17.4669 18.8711 17.3589 18.7973 17.268 18.705C17.1756 18.6124 17.1023 18.5024 17.0523 18.3815C17.0024 18.2605 16.9768 18.1309 16.977 18L17 16C17.001 15.6064 16.924 15.2165 16.7735 14.8528C16.623 14.4891 16.4019 14.1588 16.123 13.881C15.8444 13.6018 15.5135 13.3803 15.1492 13.2291C14.7849 13.0779 14.3944 13.0001 14 13H13V5C13 3.897 12.103 3 11 3H4C2.897 3 2 3.897 2 5V19C2 20.103 2.897 21 4 21H11C12.103 21 13 20.103 13 19V15H14C14.136 15 14.267 15.027 14.391 15.078C14.629 15.1822 14.8187 15.3726 14.922 15.611C14.9739 15.7341 15.0004 15.8664 15 16L14.976 18C14.976 18.406 15.055 18.799 15.212 19.168C15.363 19.527 15.58 19.848 15.853 20.119C16.1306 20.3995 16.4613 20.6219 16.8258 20.7732C17.1903 20.9245 17.5813 21.0016 17.976 21C18.382 21 18.774 20.922 19.144 20.764C19.502 20.614 19.824 20.397 20.095 20.123C20.375 19.845 20.597 19.5142 20.7482 19.1498C20.8994 18.7853 20.9768 18.3945 20.976 18L21 9C20.999 8.49762 20.8717 8.00355 20.6299 7.56321C20.3881 7.12287 20.0394 6.75038 19.616 6.48ZM4 5H11L11.001 9H4V5ZM4 19V11H11.001L11.002 19H4ZM18 10C17.7348 10 17.4804 9.89464 17.2929 9.70711C17.1054 9.51957 17 9.26522 17 9C17 8.73478 17.1054 8.48043 17.2929 8.29289C17.4804 8.10536 17.7348 8 18 8C18.2652 8 18.5196 8.10536 18.7071 8.29289C18.8946 8.48043 19 8.73478 19 9C19 9.26522 18.8946 9.51957 18.7071 9.70711C18.5196 9.89464 18.2652 10 18 10Z" 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="M12 2C7.037 2 3 6.038 3 11V19H3.051C3.296 20.691 4.741 22 6.5 22C7.674 22 8.574 21.583 9.172 20.826C9.54388 21.1994 9.98605 21.4954 10.473 21.697C10.9599 21.8985 11.4819 22.0016 12.0089 22.0003C12.5359 21.999 13.0574 21.8934 13.5433 21.6894C14.0293 21.4854 14.47 21.1872 14.84 20.812C15.441 21.574 16.344 22 17.5 22C19.43 22 21 20.43 21 18.5V11C21 6.038 16.963 2 12 2ZM19 18.5C19 19.327 18.327 20 17.5 20C17.051 20 16 20 16 18V17H14V18C14 19.103 13.103 20 12 20C10.897 20 10 19.103 10 18V17H8V18C8 19.845 7.226 20 6.5 20C5.673 20 5 19.327 5 18.5V11C5 7.14 8.141 4 12 4C15.859 4 19 7.14 19 11V18.5Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M9 12C10.1046 12 11 11.1046 11 10C11 8.89543 10.1046 8 9 8C7.89543 8 7 8.89543 7 10C7 11.1046 7.89543 12 9 12Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M15 12C16.1046 12 17 11.1046 17 10C17 8.89543 16.1046 8 15 8C13.8954 8 13 8.89543 13 10C13 11.1046 13.8954 12 15 12Z" fill="currentColor"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.948 11.684L19.948 5.684C19.8821 5.48471 19.755 5.3113 19.5848 5.18848C19.4145 5.06567 19.2099 4.99971 19 5H16V7H18.279L19.613 11H15C13.897 11 13 11.897 13 13H11C11 11.897 10.103 11 9 11H4.387L5.721 7H8V5H5C4.79013 4.99986 4.58556 5.06588 4.41537 5.18867C4.24518 5.31147 4.11803 5.48479 4.052 5.684L2.052 11.684L2.064 11.688C2.02485 11.7875 2.00319 11.8931 2 12V16C2 17.654 3.346 19 5 19H8C9.654 19 11 17.654 11 16V15H13V16C13 17.654 14.346 19 16 19H19C20.654 19 22 17.654 22 16V12C21.9965 11.8929 21.9753 11.7871 21.937 11.687L21.948 11.684ZM9 16C9 16.551 8.552 17 8 17H5C4.448 17 4 16.551 4 16V13H9V16ZM20 16C20 16.551 19.552 17 19 17H16C15.448 17 15 16.551 15 16V13H20V16Z" 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="M21.977 13.783L19.977 4.783C19.9273 4.56094 19.8034 4.36243 19.6259 4.22012C19.4483 4.07781 19.2276 4.00018 19 4H16V6H18.198L19.159 10.326C18.6318 10.1127 18.0687 10.0021 17.5 10C15.547 10 13.897 11.258 13.276 13H10.723C10.102 11.258 8.452 10 6.499 10C5.912 10 5.354 10.121 4.84 10.326L5.802 6H8V4H5C4.77252 4.00004 4.55184 4.07764 4.3744 4.21999C4.19697 4.36234 4.07336 4.56094 4.024 4.783L2.024 13.783L2.071 13.794C2.029 14.0271 2.00526 14.2632 2 14.5C2 16.981 4.019 19 6.5 19C8.81 19 10.697 17.244 10.949 15H13.051C13.303 17.244 15.19 19 17.5 19C19.981 19 22 16.981 22 14.5C22 14.258 21.966 14.025 21.929 13.794L21.977 13.783ZM6.5 17C5.122 17 4 15.878 4 14.5C4 13.122 5.122 12 6.5 12C7.878 12 9 13.122 9 14.5C9 15.878 7.878 17 6.5 17ZM17.5 17C16.121 17 15 15.878 15 14.5C15 13.122 16.121 12 17.5 12C18.879 12 20 13.122 20 14.5C20 15.878 18.879 17 17.5 17Z" 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.6496 5.28639L14.0006 8.54839V2.02539H10.0006V8.54839L4.35156 5.28639L2.35156 8.75139L7.99956 12.0124L2.35156 15.2734L4.35156 18.7384L10.0006 15.4774V22.0004H14.0006V15.4774L19.6496 18.7384L21.6496 15.2734L16.0016 12.0124L21.6496 8.75139L19.6496 5.28639Z" 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="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z" 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"><path d="M3 11 L12 4 L21 11 V20 a1 1 0 0 1 -1 1 H4 a1 1 0 0 1 -1 -1 Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 11 L12 4 L21 11 V20 a1 1 0 0 1 -1 1 H15 V14 H9 V21 H4 a1 1 0 0 1 -1 -1 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="M7.5 14C8.88071 14 10 12.8807 10 11.5C10 10.1193 8.88071 9 7.5 9C6.11929 9 5 10.1193 5 11.5C5 12.8807 6.11929 14 7.5 14Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M17.205 7H12C11.7348 7 11.4804 7.10536 11.2929 7.29289C11.1054 7.48043 11 7.73478 11 8V15H4V6H2V20H4V17H20V20H22V11.795C21.9987 10.5237 21.4931 9.30483 20.5941 8.40588C19.6952 7.50693 18.4763 7.00132 17.205 7ZM13 15V9H17.205C17.946 9.00079 18.6565 9.29552 19.1805 9.81951C19.7045 10.3435 19.9992 11.054 20 11.795V15H13Z" 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 L22 12 L12 22 L2 12 Z M12 6 L18 12 L12 18 L6 12 Z" fill-rule="evenodd" /></svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 14C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12C14.4477 12 14 12.4477 14 13C14 13.5523 14.4477 14 15 14Z" fill="currentColor"></path>
|
|
3
|
+
<path d="M17 12C17.5523 12 18 11.5523 18 11C18 10.4477 17.5523 10 17 10C16.4477 10 16 10.4477 16 11C16 11.5523 16.4477 12 17 12Z" fill="currentColor"></path>
|
|
4
|
+
<path d="M10 9H8V11H6V13H8V15H10V13H12V11H10V9Z" fill="currentColor"></path>
|
|
5
|
+
<path d="M15 5H9C7.14348 5 5.36301 5.7375 4.05025 7.05025C2.7375 8.36301 2 10.1435 2 12C2 13.8565 2.7375 15.637 4.05025 16.9497C5.36301 18.2625 7.14348 19 9 19H15C16.8565 19 18.637 18.2625 19.9497 16.9497C21.2625 15.637 22 13.8565 22 12C22 10.1435 21.2625 8.36301 19.9497 7.05025C18.637 5.7375 16.8565 5 15 5ZM15 17H9C7.67392 17 6.40215 16.4732 5.46447 15.5355C4.52678 14.5979 4 13.3261 4 12C4 10.6739 4.52678 9.40215 5.46447 8.46447C6.40215 7.52678 7.67392 7 9 7H15C16.3261 7 17.5979 7.52678 18.5355 8.46447C19.4732 9.40215 20 10.6739 20 12C20 13.3261 19.4732 14.5979 18.5355 15.5355C17.5979 16.4732 16.3261 17 15 17Z" fill="currentColor"></path>
|
|
6
|
+
</svg>
|