@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,7 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3484 7.24741C14.4223 6.17395 16.1633 6.17386 17.2371 7.24741C18.311 8.32136 18.311 10.0631 17.2371 11.1371C16.1632 12.2108 14.4223 12.2107 13.3484 11.1371C12.2745 10.0631 12.2745 8.32136 13.3484 7.24741ZM16.1765 8.30894C15.6884 7.82078 14.8971 7.82078 14.409 8.30894C13.9209 8.7971 13.9209 9.5884 14.409 10.0765C14.8971 10.5644 15.6885 10.5645 16.1765 10.0765C16.6646 9.58844 16.6645 8.79711 16.1765 8.30894Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9519 3.15855C19.6479 3.04208 20.3122 3.25227 20.7723 3.71226C21.2323 4.17228 21.4424 4.83657 21.326 5.53257C20.9953 7.5071 20.1648 10.8767 18.0848 13.1078C17.683 13.5386 17.2314 13.9504 16.7586 14.3412C16.789 14.9706 16.8186 15.899 16.8328 16.43C16.8454 16.9103 16.6596 17.3717 16.3221 17.7093L13.6121 20.4203C13.1811 20.8511 12.5856 21.0146 12.0457 20.8714C11.487 20.7232 11.0389 20.2506 10.993 19.5853L10.8601 17.6722C10.2957 17.6578 9.74845 17.4362 9.3328 17.0209L7.46366 15.1517C7.04831 14.736 6.82573 14.1889 6.81132 13.6244L4.90018 13.4935C4.23494 13.4476 3.76229 12.9985 3.61405 12.4398C3.47095 11.9 3.63467 11.3053 4.06522 10.8744L6.77616 8.16343C7.11391 7.82582 7.57596 7.63991 8.05643 7.65269C8.58668 7.66686 9.51222 7.69558 10.1414 7.72593C10.5324 7.25281 10.9456 6.80179 11.3767 6.39976C13.6078 4.3197 16.9774 3.48924 18.9519 3.15855ZM15.3025 15.4378C14.2152 16.1879 13.1363 16.8028 12.3328 17.2308L12.4832 19.4066C12.5018 19.3975 12.5255 19.3846 12.5506 19.3597L15.2615 16.6488C15.3102 16.6 15.3355 16.5349 15.3338 16.4691C15.3264 16.1931 15.315 15.8186 15.3025 15.4378ZM8.87186 12.3168C8.69627 12.6317 8.53867 12.9222 8.40604 13.1781C8.23245 13.5137 8.30322 13.8697 8.52421 14.0912L10.3933 15.9603C10.6148 16.1814 10.9708 16.2521 11.3064 16.0785C11.5621 15.946 11.8521 15.7881 12.1668 15.6126L8.87186 12.3168ZM19.2 4.63706C17.2702 4.96023 14.2858 5.73812 12.3992 7.49741C11.3622 8.46447 10.4146 9.77335 9.658 10.9818L13.5008 14.8255C14.7095 14.0688 16.0198 13.1226 16.9871 12.0853C18.7463 10.1988 19.5242 7.21527 19.8474 5.2855C19.888 5.04315 19.8118 4.8729 19.7117 4.77281C19.6117 4.67279 19.4421 4.59665 19.2 4.63706ZM8.01639 9.15171C7.95061 9.15003 7.88548 9.17534 7.83671 9.22398L5.12577 11.9349C5.10085 11.96 5.08795 11.9837 5.07889 12.0023L7.25272 12.1517C7.68059 11.3484 8.29486 10.2692 9.04471 9.18198C8.66497 9.16954 8.29165 9.15907 8.01639 9.15171Z" fill="currentColor"/>
|
|
4
|
+
<path d="M6.98417 16.4398C7.27699 16.1472 7.75188 16.1472 8.04471 16.4398C8.33761 16.7327 8.33761 17.2084 8.04471 17.5013L5.21659 20.3294C4.92377 20.6223 4.44895 20.6221 4.15604 20.3294C3.86315 20.0366 3.86315 19.5618 4.15604 19.2689L6.98417 16.4398Z" fill="currentColor"/>
|
|
5
|
+
<path d="M8.39823 17.8548C8.69112 17.5619 9.16588 17.5619 9.45878 17.8548C9.7516 18.1477 9.75164 18.6225 9.45878 18.9154L8.04471 20.3294C7.75184 20.6222 7.27703 20.6222 6.98417 20.3294C6.69131 20.0366 6.69138 19.5618 6.98417 19.2689L8.39823 17.8548Z" fill="currentColor"/>
|
|
6
|
+
<path d="M5.57011 15.0257C5.86298 14.7331 6.33783 14.733 6.63065 15.0257C6.92347 15.3186 6.92331 15.7934 6.63065 16.0863L5.21659 17.5013C4.92381 17.794 4.44893 17.7938 4.15604 17.5013C3.86315 17.2084 3.86315 16.7327 4.15604 16.4398L5.57011 15.0257Z" fill="currentColor"/>
|
|
7
|
+
</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.25 4.75H4.75V16C4.75 16.1381 4.86193 16.25 5 16.25H19C19.1381 16.25 19.25 16.1381 19.25 16V4.75ZM16.4697 7.46973C16.7626 7.17683 17.2374 7.17683 17.5303 7.46973C17.8232 7.76262 17.8232 8.23738 17.5303 8.53027L13.5303 12.5303C13.2374 12.8232 12.7626 12.8232 12.4697 12.5303L10 10.0605L7.53027 12.5303C7.23738 12.8232 6.76262 12.8232 6.46973 12.5303C6.17683 12.2374 6.17683 11.7626 6.46973 11.4697L9.46973 8.46973L9.52637 8.41797C9.82095 8.17766 10.2557 8.19512 10.5303 8.46973L13 10.9395L16.4697 7.46973ZM20.75 16C20.75 16.9665 19.9665 17.75 19 17.75H13.8105L16.5303 20.4697C16.8232 20.7626 16.8232 21.2374 16.5303 21.5303C16.2374 21.8232 15.7626 21.8232 15.4697 21.5303L12 18.0605L8.53027 21.5303C8.23738 21.8232 7.76262 21.8232 7.46973 21.5303C7.17683 21.2374 7.17683 20.7626 7.46973 20.4697L10.1895 17.75H5C4.0335 17.75 3.25 16.9665 3.25 16V4.75H3C2.58579 4.75 2.25 4.41421 2.25 4C2.25 3.58579 2.58579 3.25 3 3.25H21C21.4142 3.25 21.75 3.58579 21.75 4C21.75 4.41421 21.4142 4.75 21 4.75H20.75V16Z" fill="currentColor"/>
|
|
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 fill-rule="evenodd" clip-rule="evenodd" d="M7.39453 13.8819C7.80874 13.8819 8.14453 14.2177 8.14453 14.6319V22C8.14435 22.4141 7.80863 22.75 7.39453 22.75H2C1.58591 22.75 1.25018 22.4141 1.25 22V14.6319C1.25 14.2177 1.5858 13.8819 2 13.8819H7.39453ZM2.75 21.25H6.64453V15.3819H2.75V21.25Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6963 10.7237C15.1104 10.7237 15.4461 11.0596 15.4463 11.4737V22C15.4462 22.4142 15.1105 22.75 14.6963 22.75H9.30176C8.88772 22.7499 8.55183 22.4141 8.55176 22V11.4737C8.55194 11.0597 8.88779 10.7238 9.30176 10.7237H14.6963ZM10.0518 21.25H13.9463V12.2237H10.0518V21.25Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 14.9346C22.4141 14.9347 22.7498 15.2706 22.75 15.6846V22C22.75 22.4142 22.4142 22.75 22 22.75H16.6055C16.1913 22.75 15.8555 22.4143 15.8555 22V15.6846C15.8556 15.2705 16.1914 14.9346 16.6055 14.9346H22ZM17.3555 21.25H21.25V16.4346H17.3555V21.25Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2109 1.59379C11.6331 1.13537 12.3668 1.13544 12.7891 1.59379L12.875 1.69926L13.7988 2.99321L15.3271 3.46489C16.0307 3.68209 16.3172 4.53353 15.8682 5.1309L14.9131 6.39946L14.9336 7.98149C14.9428 8.72882 14.2095 9.24196 13.5176 9.00981L12 8.50004L10.4824 9.00981C9.79063 9.24164 9.05722 8.72868 9.06641 7.98149L9.08594 6.39848L8.13184 5.1309C7.6826 4.53349 7.97011 3.68207 8.67383 3.46489L10.2012 2.99321L11.126 1.69926L11.2109 1.59379ZM11.3389 3.98247C11.2018 4.17433 11.0051 4.31566 10.7812 4.38481L9.69824 4.71782L10.373 5.61528C10.5148 5.80376 10.5908 6.03479 10.5879 6.27153L10.5732 7.39653L11.6582 7.03325L11.8271 6.99125C11.9416 6.97264 12.0584 6.97267 12.1729 6.99125L12.3428 7.03325L13.4258 7.39653L13.4121 6.27153C13.4092 6.03486 13.4853 5.80372 13.627 5.61528L14.3018 4.71782L13.2197 4.38481C12.9957 4.31569 12.7992 4.1744 12.6621 3.98247L12 3.05571L11.3389 3.98247Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.46967 6.46967C2.76256 6.17678 3.23732 6.17678 3.53022 6.46967L8.99994 11.9394L12.4697 8.46967L12.5263 8.41791C12.8209 8.17761 13.2556 8.19507 13.5302 8.46967L20.2499 15.1894V9.99994C20.2499 9.58573 20.5857 9.24994 20.9999 9.24994C21.4142 9.24994 21.7499 9.58573 21.7499 9.99994V16.9999C21.7499 17.045 21.7449 17.0889 21.7372 17.1318C21.7279 17.1844 21.713 17.236 21.6923 17.2861C21.6715 17.3364 21.645 17.3835 21.6142 17.4277C21.5893 17.4634 21.5621 17.4983 21.5302 17.5302C21.4983 17.5621 21.4634 17.5893 21.4277 17.6142C21.3835 17.645 21.3364 17.6715 21.2861 17.6923C21.254 17.7056 21.2207 17.714 21.1874 17.7226C21.1743 17.726 21.1618 17.7316 21.1484 17.7343C21.1429 17.7354 21.1373 17.7363 21.1318 17.7372C21.0889 17.7449 21.045 17.7499 20.9999 17.7499H13.9999C13.5857 17.7499 13.2499 17.4142 13.2499 16.9999C13.2499 16.5857 13.5857 16.2499 13.9999 16.2499H19.1894L12.9999 10.0605L9.53022 13.5302C9.23734 13.8231 8.76257 13.8231 8.46967 13.5302L2.46967 7.53022C2.17678 7.23732 2.17678 6.76256 2.46967 6.46967Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.46967 17.5303C2.76256 17.8232 3.23732 17.8232 3.53022 17.5303L8.99994 12.0606L12.4697 15.5303L12.5263 15.5821C12.8209 15.8224 13.2556 15.8049 13.5302 15.5303L20.2499 8.8106V14.0001C20.2499 14.4143 20.5857 14.7501 20.9999 14.7501C21.4142 14.7501 21.7499 14.4143 21.7499 14.0001V7.00006C21.7499 6.95501 21.7449 6.91108 21.7372 6.86822C21.7279 6.8156 21.713 6.76396 21.6923 6.71392C21.6715 6.66356 21.645 6.61646 21.6142 6.57232C21.5893 6.5366 21.5621 6.50167 21.5302 6.46978C21.4983 6.4379 21.4634 6.41074 21.4277 6.3858C21.3835 6.35501 21.3364 6.32851 21.2861 6.30767C21.254 6.29444 21.2207 6.286 21.1874 6.2774C21.1743 6.274 21.1618 6.26837 21.1484 6.26568C21.1429 6.26457 21.1373 6.26374 21.1318 6.26275C21.0889 6.25514 21.045 6.25006 20.9999 6.25006H13.9999C13.5857 6.25006 13.2499 6.58584 13.2499 7.00006C13.2499 7.41427 13.5857 7.75006 13.9999 7.75006H19.1894L12.9999 13.9395L9.53022 10.4698C9.23734 10.1769 8.76257 10.1769 8.46967 10.4698L2.46967 16.4698C2.17678 16.7627 2.17678 17.2374 2.46967 17.5303Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.87263 7.24219C9.70315 4.41167 14.296 4.41168 17.1265 7.24219C19.9571 10.0727 19.9571 14.6656 17.1265 17.4961C14.296 20.3266 9.70315 20.3266 6.87263 17.4961C4.04211 14.6656 4.04211 10.0727 6.87263 7.24219ZM15.7125 8.65625C13.663 6.60679 10.3362 6.60678 8.2867 8.65625C6.23722 10.7057 6.23722 14.0326 8.2867 16.082C10.3362 18.1315 13.663 18.1315 15.7125 16.082C17.762 14.0326 17.762 10.7057 15.7125 8.65625Z" fill="currentColor"/>
|
|
3
|
+
<path d="M2.21834 10.1367C2.76599 10.2075 3.15322 10.7092 3.08259 11.2568C2.83942 13.1392 3.18085 15.1069 4.20564 16.8779L4.20662 16.8789C5.25075 18.6881 6.8233 19.9905 8.62166 20.71C9.13444 20.9151 9.38439 21.498 9.17927 22.0107C8.97409 22.5232 8.39209 22.7723 7.87947 22.5674C5.678 21.6868 3.74998 20.0895 2.47419 17.8789C1.21991 15.7105 0.802495 13.2979 1.09919 11.001C1.16994 10.4534 1.67075 10.0662 2.21834 10.1367Z" fill="currentColor"/>
|
|
4
|
+
<path d="M12.0015 1.35938C14.5019 1.35946 16.8024 2.20883 18.647 3.61426C19.0863 3.94898 19.1712 4.57634 18.8365 5.01562C18.5018 5.45472 17.8744 5.53961 17.4351 5.20508C15.92 4.05066 14.0408 3.35946 12.0015 3.35938C9.9134 3.35938 7.99816 4.06904 6.46736 5.2666C6.03238 5.60691 5.40337 5.53068 5.06306 5.0957C4.72288 4.66073 4.8 4.03168 5.23494 3.69141C7.10408 2.22913 9.44984 1.35938 12.0015 1.35938Z" fill="currentColor"/>
|
|
5
|
+
<path d="M21.7818 10.1367C22.3294 10.0662 22.8302 10.4534 22.901 11.001C23.1977 13.298 22.7794 15.7094 21.525 17.8779C20.2492 20.0886 18.3222 21.6868 16.1207 22.5674C15.6081 22.7723 15.0261 22.5232 14.8209 22.0107C14.6158 21.498 14.8657 20.9151 15.3785 20.71C17.1768 19.9905 18.7494 18.6881 19.7935 16.8789L19.7945 16.8779C20.8193 15.1069 21.1607 13.1392 20.9176 11.2568C20.8469 10.7092 21.2342 10.2075 21.7818 10.1367Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.943 2.667C13.8741 2.47194 13.7464 2.30304 13.5775 2.18358C13.4086 2.06413 13.2069 1.99998 13 2H11C10.7931 1.99998 10.5914 2.06413 10.4225 2.18358C10.2536 2.30304 10.1259 2.47194 10.057 2.667L4.292 19H2V21H22V19H19.708L13.943 2.667ZM15.47 13H8.53L9.59 10H14.41L15.47 13ZM11.707 4H12.293L13.705 8H10.295L11.707 4ZM7.825 15H16.175L17.587 19H6.413L7.825 15Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.8127 3.838C17.6278 3.57906 17.3839 3.36796 17.1011 3.22221C16.8183 3.07647 16.5048 3.00029 16.1867 3H7.81267C7.16867 3 6.56067 3.313 6.14567 3.899L2.14567 10.48C2.0339 10.6636 1.98434 10.8784 2.00433 11.0924C2.02433 11.3064 2.11282 11.5083 2.25667 11.668L11.2567 21.668C11.3499 21.7729 11.4643 21.8568 11.5924 21.9143C11.7204 21.9718 11.8591 22.0016 11.9994 22.0017C12.1398 22.0018 12.2786 21.9722 12.4067 21.9149C12.5347 21.8575 12.6493 21.7737 12.7427 21.669L21.7427 11.669C21.8868 11.5094 21.9755 11.3075 21.9955 11.0934C22.0155 10.8793 21.9658 10.6645 21.8537 10.481L17.8127 3.838ZM11.9997 19.505L5.24467 12H18.7537L11.9997 19.505ZM4.77667 10L7.81267 5L16.1447 4.938L19.2217 10H4.77667Z" fill="currentColor"/>
|
|
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.9996 1.59277C13.6746 1.59277 15.1258 2.73321 16.1139 4.51465L22.1744 15.4248C23.1211 17.1323 23.2951 18.9048 22.4694 20.3086C21.6434 21.7126 20.0108 22.4199 18.0602 22.4199H11.9996C11.9539 22.4199 11.909 22.4161 11.8649 22.4102H5.94008C3.98539 22.4102 2.35102 21.7033 1.52601 20.2979C0.701634 18.8933 0.87983 17.1212 1.82582 15.415L4.94594 9.79492L7.88636 4.51367C8.87436 2.73284 10.3251 1.59296 11.9996 1.59277ZM11.9996 3.59277C11.3249 3.59297 10.4261 4.05756 9.63441 5.48535L9.63344 5.48633L6.69398 10.7666L6.69301 10.7656L3.57484 16.3857C2.84105 17.7094 2.90357 18.6922 3.2516 19.2852C3.59912 19.8771 4.4248 20.4102 5.94008 20.4102H11.9996C12.0449 20.4102 12.0898 20.4141 12.1334 20.4199H18.0602C19.5692 20.4199 20.3966 19.8882 20.7457 19.2949C21.0732 18.7383 21.1495 17.8388 20.5534 16.6387L20.4254 16.3955L14.3659 5.48633C13.574 4.05824 12.6744 3.59277 11.9996 3.59277Z" fill="currentColor"/>
|
|
3
|
+
<path d="M11.5631 12.4912C11.8863 12.3328 12.2754 12.3593 12.5768 12.5703L22.0162 19.1807C22.4686 19.4974 22.5791 20.1208 22.2623 20.5732C21.9456 21.0256 21.3222 21.1351 20.8698 20.8184L12.0026 14.6104L3.13636 20.8184C2.68396 21.1351 2.06056 21.0256 1.74379 20.5732C1.42707 20.1208 1.5375 19.4974 1.98988 19.1807L11.4293 12.5703L11.5631 12.4912Z" fill="currentColor"/>
|
|
4
|
+
<path d="M11.0006 13.3896V3C11.0006 2.44772 11.4483 2 12.0006 2C12.5529 2 13.0006 2.44772 13.0006 3V13.3896C13.0006 13.9419 12.5529 14.3896 12.0006 14.3896C11.4483 14.3896 11.0006 13.9419 11.0006 13.3896Z" fill="currentColor"/>
|
|
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="M4.11546 17.9562C5.89224 16.8948 8.10816 16.8949 9.88499 17.9562C11.188 18.7347 12.8124 18.7346 14.1155 17.9562C15.7813 16.9611 17.8331 16.899 19.5471 17.7697L19.885 17.9562L19.886 17.9572L22.386 19.4572C22.7412 19.6703 22.8569 20.1313 22.6438 20.4865C22.4306 20.8416 21.9696 20.9564 21.6145 20.7433L19.1155 19.2433C17.8125 18.4653 16.1878 18.466 14.885 19.2443C13.1081 20.3057 10.8923 20.3058 9.11546 19.2443C7.81243 18.4661 6.18796 18.4659 4.88499 19.2443L4.88401 19.2433L2.38597 20.7433C2.03083 20.9562 1.56973 20.8416 1.35667 20.4865C1.14381 20.1314 1.25956 19.6703 1.61448 19.4572L4.11448 17.9572L4.11546 17.9562Z" fill="currentColor"/>
|
|
3
|
+
<path d="M4.11546 10.9562C5.89224 9.89478 8.10816 9.89491 9.88499 10.9562C11.188 11.7347 12.8124 11.7346 14.1155 10.9562C15.7813 9.96109 17.8331 9.89901 19.5471 10.7697L19.885 10.9562L19.886 10.9572L22.386 12.4572C22.7412 12.6703 22.8569 13.1313 22.6438 13.4865C22.4306 13.8416 21.9696 13.9564 21.6145 13.7433L19.1155 12.2433C17.8125 11.4653 16.1878 11.466 14.885 12.2443C13.1081 13.3057 10.8923 13.3058 9.11546 12.2443C7.81243 11.4661 6.18796 11.4659 4.88499 12.2443L4.88401 12.2433L2.38597 13.7433C2.03083 13.9562 1.56974 13.8416 1.35667 13.4865C1.14381 13.1314 1.25956 12.6703 1.61448 12.4572L4.11448 10.9572L4.11546 10.9562Z" fill="currentColor"/>
|
|
4
|
+
<path d="M21.6145 3.25701C21.9695 3.04421 22.4306 3.16002 22.6438 3.51482C22.8567 3.86997 22.7411 4.33106 22.386 4.54412L19.886 6.04412C18.1091 7.10555 15.8923 7.10561 14.1155 6.04412C12.8125 5.26606 11.1878 5.2659 9.88499 6.04412C8.10812 7.10555 5.89231 7.10561 4.11546 6.04412L1.61448 4.54412C1.25971 4.33096 1.14387 3.86984 1.35667 3.51482C1.56965 3.15989 2.03089 3.04446 2.38597 3.25701L4.88597 4.75701C6.1889 5.53527 7.8125 5.53521 9.11546 4.75701C10.8922 3.69556 13.1082 3.69572 14.885 4.75701C16.1877 5.53513 17.8116 5.53478 19.1145 4.75701L21.6145 3.25701Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2C10.0222 2 8.08879 2.58649 6.4443 3.6853C4.79981 4.78412 3.51809 6.3459 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7363 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 15C11.4067 15 10.8266 14.8241 10.3333 14.4944C9.83995 14.1648 9.45543 13.6962 9.22837 13.1481C9.0013 12.5999 8.94189 11.9967 9.05765 11.4147C9.1734 10.8328 9.45913 10.2982 9.87868 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.1481 9.22836C13.6962 9.45542 14.1648 9.83994 14.4944 10.3333C14.8241 10.8266 15 11.4067 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7957 15 12 15ZM14.75 7.83C14.2186 7.47727 13.6246 7.22948 13 7.1V4.1C14.4224 4.27804 15.7701 4.83784 16.9 5.72L14.75 7.83ZM11 7.1C10.3754 7.22948 9.78144 7.47727 9.25 7.83L7.1 5.69C8.22993 4.80784 9.5776 4.24804 11 4.07V7.1ZM7.83 9.25C7.47728 9.78143 7.22949 10.3754 7.1 11H4.1C4.26927 9.58057 4.8186 8.23317 5.69 7.1L7.83 9.25ZM7.1 13C7.22949 13.6246 7.47728 14.2186 7.83 14.75L5.69 16.9C4.80785 15.7701 4.24805 14.4224 4.07 13H7.1ZM9.25 16.17C9.78144 16.5227 10.3754 16.7705 11 16.9V19.9C9.5776 19.722 8.22993 19.1622 7.1 18.28L9.25 16.17ZM13 16.9C13.6246 16.7705 14.2186 16.5227 14.75 16.17L16.9 18.31C15.7701 19.1922 14.4224 19.752 13 19.93V16.9ZM16.17 14.75C16.5227 14.2186 16.7705 13.6246 16.9 13H19.9C19.722 14.4224 19.1622 15.7701 18.28 16.9L16.17 14.75ZM16.9 11C16.7705 10.3754 16.5227 9.78143 16.17 9.25L18.31 7.1C19.1922 8.22993 19.752 9.5776 19.93 11H16.9Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="currentColor" d="M4 19h2c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2h2c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2h-2c0-1.103-.897-2-2-2H8c-1.103 0-2 .897-2 2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2ZM20 7v10h-2V7h2ZM8 5h8l.001 14H8V5ZM4 7h2v10H4V7Z"/>
|
|
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.5567 1.16042C19.5101 0.450073 21.3625 2.64745 19.9883 4.41433L19.9707 4.43581L14.0469 11.6341L17.5381 15.1253L17.5664 15.1594C18.4705 16.2444 18.1416 17.9404 16.792 18.5188L16.7842 18.5227L6.51174 22.8098C5.45749 23.2888 4.45476 22.8312 3.95803 22.0979C3.48141 21.394 3.39787 20.3177 4.16311 19.5237L11.3135 11.7298L7.89163 8.30691C7.34972 7.76499 7.24199 7.01792 7.37112 6.4153C7.50172 5.80611 7.90592 5.18062 8.60452 4.88112L8.61428 4.87624L17.5147 1.17702L17.5352 1.16823L17.5567 1.16042ZM5.63577 20.8762L5.62112 20.8919L5.60549 20.9075C5.59857 20.9144 5.5947 20.9193 5.5928 20.9221C5.59326 20.9301 5.59722 20.9516 5.61428 20.9768C5.62461 20.992 5.6343 20.9994 5.63967 21.0032C5.64613 21.0021 5.66102 21.0002 5.68459 20.9895L5.69924 20.9827L5.71292 20.9768L16.0049 16.68C16.0387 16.6653 16.0622 16.6407 16.0723 16.596C16.0817 16.5538 16.0748 16.5046 16.041 16.4563L12.7295 13.1448L5.63577 20.8762ZM18.249 3.03737L9.39163 6.71804L9.3926 6.71901C9.38979 6.72022 9.38016 6.72512 9.36624 6.74343C9.35083 6.76378 9.33458 6.79528 9.3262 6.83425C9.31875 6.86901 9.32078 6.89591 9.32327 6.91042L12.626 10.2132L18.4092 3.18483C18.4305 3.15733 18.4394 3.13901 18.4424 3.13015C18.4455 3.12117 18.4454 3.11506 18.4453 3.11159C18.4452 3.10403 18.4423 3.08707 18.4268 3.06667C18.4113 3.04638 18.391 3.03217 18.3701 3.02566C18.356 3.02131 18.3191 3.01358 18.249 3.03737Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.0001 13.998C19.9081 14.063 18.0001 16.081 18.0001 17.498C18.0001 18.992 18.9491 19.946 20.0001 19.998C20.9061 20.042 22.0001 19.107 22.0001 17.498C22.0001 15.998 20.0921 14.063 20.0001 13.998ZM3.41406 12.998C3.41406 13.532 3.62206 14.034 4.00006 14.412L9.58606 19.998C9.96406 20.376 10.4661 20.584 11.0001 20.584C11.5341 20.584 12.0361 20.376 12.4141 19.998L19.4141 12.998L8.70706 2.29102L7.29306 3.70502L9.58606 5.99802L4.00006 11.584C3.62206 11.962 3.41406 12.464 3.41406 12.998ZM11.0001 7.41202L16.5861 12.998L11.0001 18.584H11.0011L11.0001 19.584V18.584L5.41406 12.998L11.0001 7.41202Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.895 7.553L18.895 3.553C18.8118 3.38684 18.6841 3.24711 18.526 3.14944C18.3679 3.05177 18.1858 3.00003 18 3H13C12.621 3 12.275 3.214 12.105 3.553L10.382 7H5.99998C5.62098 7 5.27498 7.214 5.10498 7.553L3.10498 11.553C3.03546 11.6919 2.99927 11.8451 2.99927 12.0005C2.99927 12.1559 3.03546 12.3091 3.10498 12.448L5.10498 16.448C5.27498 16.786 5.62098 17 5.99998 17H10.382L12.106 20.447C12.1888 20.6132 12.3163 20.7531 12.4743 20.8507C12.6322 20.9484 12.8143 21.0001 13 21H18C18.379 21 18.725 20.786 18.895 20.447L20.895 16.447C20.9645 16.3081 21.0007 16.1549 21.0007 15.9995C21.0007 15.8441 20.9645 15.6909 20.895 15.552L19.118 12L20.894 8.447C20.9635 8.30828 20.9998 8.15528 20.9999 8.00012C21.0001 7.84495 20.9642 7.69188 20.895 7.553ZM13.618 5H17.382L18.882 8L17.382 11H13.618L12.118 8L13.618 5ZM5.11798 12L6.61798 9H10.382L11.882 12L10.382 15H6.61798L5.11798 12ZM17.382 19H13.618L12.118 16L13.618 13H17.382L18.882 16L17.382 19Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.2499 16.0001C13.2499 15.862 13.138 15.7501 12.9999 15.7501H10.9999C10.8619 15.7501 10.7499 15.862 10.7499 16.0001V20.0001C10.7499 20.0851 10.7421 20.1684 10.7304 20.2501H13.2695C13.2578 20.1684 13.2499 20.0851 13.2499 20.0001V16.0001ZM19.7499 20.0001C19.7499 20.9666 18.9664 21.7501 17.9999 21.7501H5.99994C5.03344 21.7501 4.24994 20.9666 4.24994 20.0001V11.8107L3.53022 12.5304C3.23732 12.8233 2.76256 12.8233 2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L11.4697 2.46984L11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304C21.2373 12.8233 20.7626 12.8233 20.4697 12.5304L19.7499 11.8107V20.0001ZM14.7499 20.0001C14.7499 20.1382 14.8619 20.2501 14.9999 20.2501H17.9999C18.138 20.2501 18.2499 20.1382 18.2499 20.0001V10.3107L11.9999 4.06066L5.74994 10.3107V20.0001C5.74994 20.1382 5.86187 20.2501 5.99994 20.2501H8.99994C9.13801 20.2501 9.24994 20.1382 9.24994 20.0001V16.0001C9.24994 15.0336 10.0334 14.2501 10.9999 14.2501H12.9999C13.9664 14.2501 14.7499 15.0336 14.7499 16.0001V20.0001Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.25 11.0002C19.25 10.6067 19.0648 10.2363 18.75 10.0002L12.75 5.5002C12.3056 5.16687 11.6944 5.16686 11.25 5.5002L5.25 10.0002C4.93525 10.2363 4.75 10.6068 4.75 11.0002V17.0002C4.75 18.2428 5.75736 19.2502 7 19.2502H17C18.2426 19.2502 19.25 18.2428 19.25 17.0002V11.0002ZM20.75 17.0002C20.75 19.0713 19.0711 20.7502 17 20.7502H7C4.92893 20.7502 3.25 19.0713 3.25 17.0002V11.0002C3.25 10.1347 3.65724 9.31936 4.34961 8.8L10.3496 4.3C11.3274 3.56667 12.6726 3.56667 13.6504 4.3L19.6504 8.8C20.3428 9.31935 20.75 10.1347 20.75 11.0002V17.0002Z" fill="currentColor"/>
|
|
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="M8.73998 2.34304C10.4759 0.607146 13.2818 0.55599 15.0906 2.178L15.2624 2.34108L21.655 8.73268L21.657 8.73561C23.4427 10.5341 23.4466 13.4652 21.655 15.2571L15.2644 21.6477C13.4725 23.4393 10.5414 23.4354 8.74291 21.6497L8.73998 21.6477L2.35033 15.2571C0.558616 13.4652 0.562649 10.5341 2.34838 8.73561L2.35033 8.73268L8.73998 2.34304ZM13.654 3.58132C12.6255 2.75002 11.1001 2.81238 10.155 3.7571L3.76439 10.1477C2.75306 11.1694 2.75743 12.8359 3.76439 13.843L10.155 20.2327C11.1766 21.2449 12.8429 21.2401 13.8503 20.2327L20.24 13.843C21.2474 12.8356 21.2522 11.1684 20.24 10.1467L13.8533 3.76003L13.654 3.58132Z" fill="currentColor"/>
|
|
3
|
+
<path d="M5.54271 5.54323C5.93324 5.15271 6.56625 5.15271 6.95677 5.54323L18.4568 17.0432C18.8473 17.4338 18.8473 18.0668 18.4568 18.4573C18.0662 18.8478 17.4332 18.8478 17.0427 18.4573L5.54271 6.95729C5.15219 6.56677 5.15219 5.93375 5.54271 5.54323Z" fill="currentColor"/>
|
|
4
|
+
<path d="M17.0427 5.54323C17.4332 5.15271 18.0662 5.15271 18.4568 5.54323C18.8473 5.93375 18.8473 6.56677 18.4568 6.95729L6.95677 18.4573C6.56625 18.8478 5.93324 18.8478 5.54271 18.4573C5.15219 18.0668 5.15219 17.4338 5.54271 17.0432L17.0427 5.54323Z" fill="currentColor"/>
|
|
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="M17.9814 10.8145C17.9814 9.20616 17.3423 7.66364 16.2051 6.52637C15.0677 5.38899 13.5245 4.75 11.916 4.75C10.3077 4.7501 8.76522 5.38908 7.62793 6.52637C6.49064 7.66366 5.85166 9.20609 5.85156 10.8145L5.85938 11.1123C5.93966 12.5965 6.61063 14.0537 7.54297 15.3789C8.53312 16.7863 9.77396 17.9822 10.7559 18.8164C11.4367 19.3948 12.3953 19.3946 13.0762 18.8164C14.0581 17.9822 15.2999 16.7863 16.29 15.3789C17.2846 13.9653 17.9814 12.401 17.9814 10.8145ZM13.4375 10.8145C13.4373 9.97426 12.7563 9.29297 11.916 9.29297C11.0759 9.29316 10.3947 9.97438 10.3945 10.8145C10.3945 11.6547 11.0758 12.3357 11.916 12.3359C12.7564 12.3359 13.4375 11.6548 13.4375 10.8145ZM14.9375 10.8145C14.9375 12.4832 13.5848 13.8359 11.916 13.8359C10.2474 13.8357 8.89453 12.4831 8.89453 10.8145C8.89473 9.14595 10.2475 7.79316 11.916 7.79297C13.5847 7.79297 14.9373 9.14583 14.9375 10.8145ZM19.4814 10.8145C19.4814 12.8326 18.6023 14.6991 17.5166 16.2422C16.4265 17.7916 15.0826 19.0798 14.0479 19.959C12.8069 21.0133 11.0261 21.0133 9.78516 19.959C8.75037 19.0799 7.40654 17.7917 6.31641 16.2422C5.29858 14.7955 4.46188 13.065 4.36133 11.1914L4.35156 10.8145C4.35166 8.80827 5.14879 6.88441 6.56738 5.46582C7.98598 4.04723 9.90983 3.2501 11.916 3.25C13.9223 3.25 15.8469 4.04714 17.2656 5.46582C18.6841 6.8844 19.4814 8.80833 19.4814 10.8145Z" fill="currentColor"/>
|
|
3
|
+
</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="M21 5.7002C21 4.26976 19.7652 3.00011 18.2002 3H17.7002C16.2525 3 15 4.25248 15 5.7002V10.6289C16.7973 10.2759 18.1883 9.65645 19.1758 9.04883L19.1855 9.04199C20.3528 8.34149 20.9999 7.08684 21 5.7002ZM23 5.7002C22.9999 7.71326 22.0472 9.65834 20.2148 10.7578L20.2139 10.7568C18.7979 11.6263 16.7645 12.4755 14.1191 12.793L13 12.9268V5.7002C13 3.14791 15.1479 1 17.7002 1H18.2002C20.835 1.0001 23 3.13075 23 5.7002Z" fill="currentColor"/>
|
|
3
|
+
<path d="M21.002 10.2773C20.899 10.3533 20.7939 10.4334 20.6816 10.5107C19.4232 11.3782 17.5826 12.3044 15.1016 12.7549V18.2998C15.1016 19.7652 16.2716 21 17.8018 21H18.3018C19.7671 20.9999 21.002 19.8299 21.002 18.2998V10.2773ZM23.002 18.2998C23.002 20.9696 20.8363 22.9999 18.3018 23H17.8018C15.1319 23 13.1016 20.8344 13.1016 18.2998V11.0195L13.9756 10.9082C16.5477 10.5808 18.3739 9.67282 19.5469 8.86426C20.1348 8.45894 20.5608 8.07694 20.834 7.80371C20.9702 7.66748 21.0679 7.55827 21.1289 7.4873C21.1594 7.45185 21.1813 7.42613 21.1934 7.41113L23.002 5V18.2998Z" fill="currentColor"/>
|
|
4
|
+
<path d="M9 13.3699C7.20238 13.7229 5.81175 14.3442 4.82422 14.952L4.81445 14.9578C3.64716 15.6583 3.00012 16.913 3 18.2996C3 19.7473 4.25248 20.9998 5.7002 20.9998H6.2998C7.76522 20.9998 9 19.8298 9 18.2996V13.3699ZM11 18.2996C11 20.9694 8.83439 22.9998 6.2998 22.9998H5.7002C3.14791 22.9998 1 20.8519 1 18.2996C1.00012 16.4125 1.8378 14.5857 3.45215 13.4588L3.78516 13.243C5.20111 12.3733 7.23516 11.5243 9.88086 11.2068L11 11.073V18.2996Z" fill="currentColor"/>
|
|
5
|
+
<path d="M9 5.7002C9 4.26976 7.7652 3.00011 6.2002 3H5.7002C4.25248 3 3 4.25248 3 5.7002V13.7246C3.10705 13.6462 3.2188 13.5663 3.33594 13.4863C4.60883 12.6173 6.47452 11.6911 9 11.2422V5.7002ZM2.7998 16.6006L2.79688 16.6035L2.79883 16.5996L2.7998 16.6006ZM11 12.9824L10.124 13.0918C7.49927 13.4199 5.64797 14.3303 4.46387 15.1387C3.8702 15.544 3.44208 15.9255 3.16797 16.1982C3.0312 16.3343 2.933 16.443 2.87207 16.5137C2.84171 16.5489 2.82051 16.575 2.80859 16.5898C2.80489 16.5945 2.80075 16.5972 2.79883 16.5996L1 19V5.7002C1 3.14791 3.14791 1 5.7002 1H6.2002C8.83501 1.00011 11 3.13075 11 5.7002V12.9824Z" fill="currentColor"/>
|
|
6
|
+
<path d="M14.1641 12.8867C13.4663 13.003 12.6773 13 12 13C11.2774 13 10.6662 13.0032 10.1641 13.0869L9.83594 11.1143C10.5338 10.998 11.3227 11 12 11C12.7226 11 13.3338 10.9977 13.8359 10.9141L14.1641 12.8867Z" fill="currentColor"/>
|
|
7
|
+
</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.25 4C19.25 3.66848 19.1182 3.35063 18.8837 3.11621C18.6493 2.88179 18.3315 2.75 18 2.75C17.6684 2.75 17.3506 2.88179 17.1162 3.11621C16.8817 3.35063 16.75 3.66848 16.75 4V6.29297C17.6473 6.39322 18.4925 6.67063 19.25 7.08984V4ZM4.82222 11.7568C4.39504 11.7907 3.98651 11.9459 3.64449 12.2041C3.30248 12.4624 3.04109 12.8132 2.89156 13.2148C2.74206 13.6166 2.70975 14.0535 2.79976 14.4727C2.88982 14.8917 3.09817 15.2762 3.39937 15.5811C3.70066 15.886 4.08293 16.0983 4.50094 16.1934C4.76034 16.2524 5.02669 16.2642 5.28804 16.2305C5.42206 14.8868 5.90539 13.6044 6.68453 12.5088C6.50715 12.3084 6.29513 12.1395 6.0566 12.0127C5.67808 11.8114 5.24959 11.723 4.82222 11.7568ZM18.0097 11.25C18.4239 11.25 18.7597 11.5858 18.7597 12C18.7597 12.4142 18.4239 12.75 18.0097 12.75H18C17.5857 12.75 17.25 12.4142 17.25 12C17.25 11.5858 17.5857 11.25 18 11.25H18.0097ZM9.77047 5C9.77048 5.16147 9.80145 5.32152 9.86324 5.4707C9.92497 5.61973 10.0158 5.75503 10.1298 5.86914L13.7304 9.46973C13.9448 9.68423 14.0086 10.0069 13.8925 10.2871C13.7764 10.5672 13.5033 10.7499 13.2002 10.75H13C11.3426 10.75 9.75307 11.4083 8.58101 12.5801C7.46796 13.6931 6.81847 15.1832 6.75582 16.75C6.76161 16.8078 6.75933 16.8646 6.75191 16.9209C6.75158 16.9472 6.74996 16.9736 6.74996 17C6.74998 17.8619 7.09263 18.6884 7.70211 19.2979C8.3116 19.9073 9.13802 20.25 9.99996 20.25H14.874C15.0553 19.9788 15.177 19.6706 15.2275 19.3457C15.2428 19.2474 15.2497 19.1485 15.2519 19.0498C15.2508 19.0333 15.25 19.0167 15.25 19C15.25 18.9775 15.2505 18.955 15.2509 18.9326C15.2422 18.6398 15.1784 18.3499 15.0576 18.0801C14.8799 17.6835 14.5905 17.3464 14.2255 17.1104C13.8607 16.8745 13.4354 16.7494 13.0009 16.75C12.5867 16.7505 12.2505 16.4152 12.25 16.001C12.2494 15.5868 12.5848 15.2505 12.999 15.25C13.7233 15.2491 14.4328 15.4582 15.041 15.8516C15.4133 16.0925 15.7371 16.397 16.0009 16.748C16.1064 16.6075 16.2229 16.4743 16.3486 16.3486C17.0519 15.6454 18.0054 15.25 19 15.25H20C20.3315 15.25 20.6493 15.1182 20.8837 14.8838C21.1181 14.6494 21.2499 14.3315 21.25 14V13C21.25 10.1142 18.8857 7.75 16 7.75H15.7998C15.6009 7.74995 15.4101 7.67088 15.2695 7.53027L11.8701 4.12988C11.7559 4.01568 11.6199 3.92509 11.4707 3.86328C11.3215 3.8015 11.1614 3.77051 11 3.77051C10.6738 3.77051 10.3605 3.89923 10.1298 4.12988C9.89922 4.36053 9.77047 4.67383 9.77047 5ZM20.75 8.21484C21.9835 9.43945 22.75 11.134 22.75 13V14C22.7499 14.7293 22.46 15.4286 21.9443 15.9443C21.4286 16.46 20.7293 16.75 20 16.75H19C18.4032 16.75 17.8311 16.9872 17.4091 17.4092C16.9966 17.8217 16.7613 18.3777 16.7509 18.96C16.7531 19.1654 16.7408 19.3714 16.7089 19.5762C16.6731 19.8068 16.6142 20.0319 16.5371 20.25H18C18.4142 20.25 18.75 20.5858 18.75 21C18.7499 21.4142 18.4141 21.75 18 21.75H9.99996C8.7402 21.75 7.53235 21.2492 6.64156 20.3584C5.92578 19.6426 5.46217 18.7221 5.30758 17.7344C4.92763 17.7657 4.54339 17.7417 4.16793 17.6562C3.47125 17.4977 2.83412 17.1431 2.33199 16.6348C1.83003 16.1265 1.48394 15.4855 1.33394 14.7871C1.18394 14.0886 1.23625 13.3619 1.48531 12.6924C1.73448 12.0227 2.17001 11.4374 2.74019 11.0068C3.31032 10.5764 3.9919 10.3181 4.70406 10.2617C5.41627 10.2053 6.12989 10.3531 6.7607 10.6885C7.10011 10.869 7.40605 11.1016 7.67281 11.373C8.75023 10.353 10.0903 9.66977 11.5302 9.3916L9.06929 6.93066C8.81584 6.67721 8.61469 6.37607 8.4775 6.04492C8.34032 5.71374 8.27048 5.35847 8.27047 5C8.27047 4.276 8.55737 3.58129 9.06929 3.06934C9.58125 2.55738 10.2759 2.27051 11 2.27051C11.3585 2.27051 11.7137 2.34035 12.0449 2.47754C12.376 2.61473 12.6772 2.81587 12.9306 3.06934L15.25 5.38867V4C15.25 3.27065 15.5399 2.57139 16.0556 2.05566C16.5713 1.53994 17.2706 1.25 18 1.25C18.7293 1.25 19.4286 1.53994 19.9443 2.05566C20.46 2.57139 20.75 3.27065 20.75 4V8.21484Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8844 0.925284C11.893 2.48551 11.961 1.99184 12.0688 6.85122L12.1648 11.1834L12.9011 12.0037C13.3573 12.5119 13.6126 12.887 13.5722 12.9895C13.4756 13.2338 13.1782 13.0418 12.5391 12.3225C12.2401 11.9859 11.9359 11.7106 11.8631 11.7106C11.7116 11.7106 11.2793 11.278 11.3226 11.1697C11.3383 11.1301 11.3037 11.0978 11.2458 11.0978C11.1879 11.0978 10.9483 10.8472 10.7135 10.5408C10.4787 10.2344 9.95353 9.65159 9.54637 9.24571L8.80625 8.50771L8.57212 4.56637C8.39898 1.65014 8.29751 0.582578 8.18182 0.461695C8.06303 0.337358 7.79943 0.30672 7.07995 0.333681C6.55986 0.353067 4.96702 0.402646 3.54043 0.443758C1.62345 0.498907 0.897892 0.557733 0.759958 0.668923C0.604022 0.794597 0.573294 1.07235 0.573294 2.35438V3.88931L1.97786 3.95928C2.75032 3.99783 3.9242 4.0405 4.58635 4.05409L5.79027 4.07882L5.82352 3.29894L5.85665 2.51905L3.96031 2.55648L2.06386 2.59391V2.25221C2.06386 1.98816 2.12245 1.89825 2.32184 1.85647C2.84835 1.74629 6.48155 1.5932 6.57178 1.67754C6.62315 1.72556 6.79032 3.33837 6.94316 5.26158C7.096 7.18468 7.24597 8.86156 7.27647 8.98801C7.30686 9.11446 7.85802 9.72322 8.50126 10.3408L9.67066 11.4637L9.81834 12.5063C9.89952 13.0798 10.0017 14.4388 10.0454 15.5265L10.1249 17.5041L6.52431 17.5053C4.54404 17.506 2.74321 17.5328 2.52249 17.565C2.30177 17.5972 2.05984 17.5831 1.98497 17.5336C1.88579 17.4682 1.81757 16.0199 1.73456 12.2115C1.67172 9.33395 1.63951 6.96074 1.66301 6.93801C1.6864 6.91517 2.23951 6.87005 2.89215 6.83774C3.99609 6.78293 4.07944 6.79351 4.09057 6.9886C4.0971 7.10402 4.13838 8.8278 4.18218 10.8193L4.26187 14.4402L4.52822 14.5297C4.83355 14.6322 5.57196 14.4704 5.53882 14.3083C5.52667 14.2487 5.47989 12.2341 5.43494 9.83152C5.38988 7.4289 5.31891 5.44252 5.27717 5.41745C5.23543 5.39238 4.09905 5.36353 2.75192 5.35339L0.302584 5.33489L0.312101 6.54517C0.35613 12.1222 0.507021 18.841 0.588314 18.841C0.643121 18.841 0.687953 18.917 0.687953 19.0099C0.687953 19.1595 1.25116 19.1701 5.58663 19.1029L10.4852 19.027L10.2651 19.3517C10.144 19.5305 9.42977 20.6041 8.67795 21.7378C7.92613 22.8714 7.29929 23.8121 7.28496 23.8281C7.27074 23.8441 6.11418 23.7972 4.715 23.7239L2.17095 23.5907L2.2034 22.4692L2.23585 21.3478L2.62947 21.3114C2.84594 21.2913 3.19416 21.3062 3.40342 21.3443C3.76448 21.4101 3.78374 21.4381 3.78374 21.8953C3.78374 22.3655 3.79406 22.3787 4.21371 22.4461C4.98101 22.5694 5.47392 22.5307 5.54868 22.3414C5.63869 22.1136 5.63628 21.0636 5.54398 20.3173C5.47324 19.7449 5.26135 19.537 5.11814 19.8995C5.06253 20.0403 4.69275 20.0666 2.76878 20.0666C0.127615 20.0666 0.332396 19.9524 0.471821 21.3478C0.52078 21.838 0.59634 22.8717 0.639681 23.6449L0.718681 25.0507L1.47726 25.1204C1.89451 25.1587 3.59157 25.1903 5.2485 25.1908L8.26116 25.1916L8.36562 24.9244C8.50309 24.573 11.7506 19.9478 12.2035 19.4583C12.5855 19.0454 13.2792 18.7779 13.1555 19.0912C13.1181 19.1857 12.5636 19.9237 11.9234 20.731L10.7591 22.1989L10.7728 24.1966L10.7863 26.1943H5.46785H0.149285L0.075216 27.2806C0.0345121 27.8781 0.000917494 29.1063 0.000573517 30.0102L0 31.6535H3.44332C6.33834 31.6535 6.89684 31.6279 6.95027 31.4927C6.98513 31.4043 6.97022 31.0658 6.91713 30.7407L6.82036 30.1494L4.24146 30.0863C2.82313 30.0515 1.64203 30.0138 1.61692 30.0027C1.55752 29.9762 1.6911 27.9677 1.75646 27.9041C1.78398 27.8775 4.29202 27.8247 7.33002 27.7868L12.8536 27.7181L12.7936 27.1511C12.7606 26.8394 12.7064 25.7821 12.6731 24.8016C12.6203 23.2414 12.6377 22.9752 12.8132 22.6682C12.9235 22.4752 13.6306 21.6229 14.3845 20.7742C15.1384 19.9254 15.7756 19.2059 15.8003 19.1753C15.825 19.1446 15.9822 19.2745 16.1495 19.4639C16.3166 19.6535 17.0985 20.5296 17.8868 21.4112L19.32 23.014V24.9105C19.32 25.9536 19.2776 27.0953 19.2258 27.4477L19.1315 28.0883L23.4108 28.103C25.7644 28.111 28.2835 28.1486 29.0087 28.1866L30.3272 28.2554L30.3603 29.286C30.3784 29.8529 30.3784 30.3257 30.3603 30.3369C30.342 30.3481 29.1663 30.3857 27.7474 30.4205L25.1676 30.4837L25.0928 31.1522C25.0518 31.5198 25.0431 31.8457 25.0736 31.8763C25.1041 31.907 26.675 31.9473 28.5645 31.966L32 32L31.9662 29.2921L31.9325 26.5842L26.5656 26.5553L21.1988 26.5263L21.2198 24.5183L21.2407 22.5102L20.0224 20.9608C19.3523 20.1086 18.804 19.3833 18.804 19.3491C18.804 19.1796 19.3791 19.3184 19.6361 19.5498C20.0105 19.887 23.6197 25.0439 23.6197 25.2417C23.6197 25.3236 23.7055 25.4225 23.8104 25.4616C23.9153 25.5007 25.6438 25.4982 27.6515 25.4559L31.3018 25.3791V25.1269C31.3018 24.9883 31.3799 23.9401 31.4752 22.7975C31.5706 21.655 31.6074 20.6485 31.557 20.5609C31.4833 20.4331 31.0177 20.3952 29.1944 20.3689C27.1929 20.34 26.9105 20.3135 26.8138 20.1457C26.7534 20.0408 26.6629 19.9552 26.6124 19.9552C26.4913 19.9552 26.3519 22.0602 26.4434 22.5051C26.508 22.8184 26.5551 22.8512 26.9305 22.8454C27.1591 22.842 27.5523 22.8035 27.8042 22.7601C28.2547 22.6824 28.2617 22.674 28.2241 22.2499C28.1766 21.7149 28.3005 21.6303 29.135 21.628L29.7775 21.6264L29.8551 22.7C29.8978 23.2905 29.9045 23.8012 29.8699 23.8349C29.7945 23.908 24.8569 24.1875 24.752 24.1246C24.6507 24.0637 21.6705 19.5649 21.6705 19.4729C21.6705 19.4317 21.9027 19.3981 22.1865 19.3981C22.5686 19.3981 22.7024 19.4414 22.7024 19.5652C22.7024 19.6571 22.7798 19.7323 22.8744 19.7323C22.969 19.7323 23.0464 19.649 23.0464 19.5472C23.0464 19.3766 23.373 19.3677 27.1741 19.4339C30.6708 19.4948 31.3018 19.4819 31.3018 19.3499C31.3018 19.2641 31.3529 19.1772 31.4152 19.1567C31.485 19.1338 31.5513 17.79 31.5878 15.6658C31.6205 13.7662 31.673 10.733 31.7046 8.92529L31.7622 5.63861L29.2735 5.66624C27.9047 5.68139 26.7498 5.73152 26.7069 5.77765C26.6641 5.82377 26.6009 7.88179 26.5665 10.3511L26.5042 14.8408L27.1182 14.8077L27.7323 14.7745L27.8 11.265C27.8374 9.33473 27.8965 7.61763 27.9314 7.44907L27.995 7.14268H29.0084C29.5658 7.14268 30.1074 7.17454 30.2119 7.21354C30.3853 7.27816 30.396 7.58053 30.3337 10.6395C30.2961 12.4848 30.2349 14.8594 30.1979 15.9164L30.1306 17.8383H26.5335H22.9363L23.0025 14.4681L23.0687 11.0978L23.808 10.3848C24.2147 9.99251 24.5965 9.58262 24.6563 9.47366C24.7163 9.36481 24.8977 7.65529 25.0594 5.67459C25.2209 3.69389 25.3921 2.03518 25.4396 1.9885C25.5205 1.90873 29.4725 2.09055 29.7826 2.18837C29.8615 2.21322 29.9259 2.3907 29.9259 2.58266V2.93194L28.0328 2.89261C26.4911 2.86064 26.1505 2.8808 26.1983 3.00169C26.2305 3.08324 26.2569 3.45179 26.2569 3.82068V4.49139L27.0308 4.42755C27.4564 4.39245 28.6147 4.33207 29.6045 4.29341L31.4043 4.22299L31.4391 2.72215C31.4703 1.37651 31.4518 1.20192 31.2612 1.03458C31.0824 0.877488 30.6631 0.836711 28.6241 0.777662C27.2906 0.739002 25.7043 0.688977 25.0989 0.666472C23.732 0.615556 23.6197 0.682626 23.6197 1.55109C23.6197 2.29176 23.3041 7.65562 23.2189 8.3631C23.165 8.81031 23.0431 8.97743 21.9848 10.0543C21.339 10.7117 20.4296 11.654 19.964 12.1485C19.213 12.946 18.6894 13.2712 18.6894 12.9399C18.6894 12.8808 19.0528 12.4322 19.497 11.9432L20.3047 11.0541L20.2404 9.4604C20.2049 8.58392 20.1504 6.23745 20.1189 4.24594C20.0876 2.25444 20.0342 0.539907 20.0004 0.435736C19.9666 0.331676 19.8512 0.222715 19.7441 0.193747C19.6369 0.16478 18.182 0.109296 16.5109 0.0705242L13.4724 0L12.8844 0.925284ZM22.7019 13.6325C22.7015 14.7507 22.6679 16.1545 22.6272 16.752L22.5532 17.8383H22.0946H21.636L21.7093 16.6406C21.7495 15.982 21.8154 14.716 21.8557 13.8275C21.9252 12.2962 21.9442 12.196 22.2225 11.9056C22.3839 11.7371 22.558 11.5992 22.6092 11.5992C22.6605 11.5992 22.7022 12.5142 22.7019 13.6325ZM10.5891 12.362C10.8747 12.6516 10.9113 12.7899 11.01 13.9497C11.0695 14.6485 11.119 15.7341 11.1201 16.3621L11.1219 17.5041H10.7801C10.3463 17.5041 10.3496 17.5203 10.2652 14.9416C10.228 13.808 10.1678 12.6925 10.1312 12.4626C10.0518 11.9625 10.1697 11.9367 10.5891 12.362ZM21.511 14.6909C21.4674 15.7785 21.4006 16.9342 21.3626 17.2591C21.3019 17.7789 21.2647 17.8456 21.052 17.8161C20.8242 17.7845 20.8085 17.7072 20.7743 16.4457C20.7218 14.5046 20.8372 13.3385 21.1156 12.9944C21.5575 12.4486 21.5945 12.6073 21.511 14.6909ZM11.5278 13.3539C11.5753 13.4612 11.6368 14.326 11.6645 15.2758C11.7065 16.7197 11.6856 17.0393 11.5366 17.2255C11.3725 17.4308 11.3582 17.3463 11.3549 16.1561C11.3528 15.4453 11.3179 14.4802 11.277 14.0114C11.2282 13.4494 11.2436 13.159 11.3221 13.159C11.3877 13.159 11.4802 13.2467 11.5278 13.3539ZM12.1538 15.2267C12.1538 16.0022 12.1089 16.5014 12.0392 16.5014C11.9691 16.5014 11.9245 15.9793 11.9245 15.1578C11.9245 14.2905 11.9651 13.8387 12.0392 13.8832C12.1048 13.9226 12.1538 14.497 12.1538 15.2267ZM20.4809 14.1756C20.4415 14.3671 20.4081 15.1818 20.4067 15.9861L20.4042 17.4484L20.1844 17.1705C19.9865 16.92 19.9713 16.7604 20.0307 15.555C20.096 14.2269 20.1879 13.8275 20.4276 13.8275C20.5064 13.8275 20.5261 13.956 20.4809 14.1756ZM13.0711 14.9973C13.0711 15.082 13.0195 15.1822 12.9564 15.2201C12.8912 15.2593 12.8418 15.1634 12.8418 14.9973C12.8418 14.8312 12.8912 14.7352 12.9564 14.7745C13.0195 14.8123 13.0711 14.9126 13.0711 14.9973ZM19.2911 15.7384C19.2317 15.7961 19.125 15.7207 19.0352 15.5577C18.8995 15.3115 18.9075 15.2496 19.1005 15.041L19.32 14.804L19.3565 15.2217C19.3765 15.4514 19.3472 15.6839 19.2911 15.7384Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line x1="4" y1="9" x2="20" y2="9" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
|
|
3
|
+
<line x1="4" y1="15" x2="20" y2="15" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
|
|
4
|
+
</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
|
+
<line x1="9" y1="3" x2="9" y2="21" stroke="currentColor" stroke-width="2"/>
|
|
3
|
+
<line x1="15" y1="3" x2="15" y2="21" stroke="currentColor" stroke-width="2"/>
|
|
4
|
+
<line x1="3" y1="9" x2="21" y2="9" stroke="currentColor" stroke-width="2"/>
|
|
5
|
+
<line x1="3" y1="15" x2="21" y2="15" stroke="currentColor" stroke-width="2"/>
|
|
6
|
+
</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
|
+
<line x1="12" y1="4" x2="12" y2="20" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
|
|
3
|
+
<line x1="4" y1="12" x2="20" y2="12" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line x1="5" y1="5" x2="19" y2="19" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
|
|
3
|
+
<line x1="19" y1="5" x2="5" y2="19" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
|
|
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
|
+
<rect x="5" y="10" width="14" height="12" rx="2" stroke="currentColor" stroke-width="2"/>
|
|
3
|
+
<path d="M8 10V6a4 4 0 018 0v4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<line x1="12" y1="14" x2="12" y2="17" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
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="M2 12c2.667-4 5.333-6 10-6s7.333 2 10 6c-2.667 4-5.333 6-10 6s-7.333-2-10-6z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="2"/>
|
|
4
|
+
<line x1="4" y1="20" x2="20" y2="4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
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="M2 12c2.667-4 5.333-6 10-6s7.333 2 10 6c-2.667 4-5.333 6-10 6s-7.333-2-10-6z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="2"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 12c2.667-4 5.333-6 10-6s7.333 2 10 6c-2.667 4-5.333 6-10 6s-7.333-2-10-6z" stroke="currentColor" stroke-width="2" stroke-linejoin="round" stroke-dasharray="4 3"/>
|
|
3
|
+
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="2" stroke-dasharray="4 3"/>
|
|
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
|
+
<rect x="5" y="10" width="14" height="12" rx="2" stroke="currentColor" stroke-width="2"/>
|
|
3
|
+
<path d="M8 10V6a4 4 0 018 0" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<line x1="12" y1="14" x2="12" y2="17" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
</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
|
+
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
+
<circle cx="12" cy="2" r="2.5" fill="currentColor"/>
|
|
4
|
+
<circle cx="7" cy="3.5" r="2.5" fill="currentColor"/>
|
|
5
|
+
<circle cx="17" cy="3.5" r="2.5" fill="currentColor"/>
|
|
6
|
+
<path d="M7 3.5L12 2L17 3.5" stroke="currentColor" stroke-width="1"/>
|
|
7
|
+
</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
|
+
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
+
<circle cx="12" cy="2" r="2.5" fill="currentColor"/>
|
|
4
|
+
<circle cx="12" cy="22" r="2.5" fill="currentColor"/>
|
|
5
|
+
<path d="M12 2V22" stroke="currentColor" stroke-width="1"/>
|
|
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
|
+
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
+
<circle cx="12" cy="2" r="2.5" fill="currentColor"/>
|
|
4
|
+
<circle cx="3.4" cy="17" r="2.5" fill="currentColor"/>
|
|
5
|
+
<circle cx="20.6" cy="17" r="2.5" fill="currentColor"/>
|
|
6
|
+
<path d="M12 2L3.4 17L20.6 17Z" stroke="currentColor" stroke-width="1"/>
|
|
7
|
+
</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
|
+
<line x1="3" y1="5" x2="21" y2="5" stroke="currentColor" stroke-width="2.5"/>
|
|
3
|
+
<line x1="3" y1="10" x2="21" y2="10" stroke="currentColor" stroke-width="2.5"/>
|
|
4
|
+
<line x1="3" y1="15" x2="21" y2="15" stroke="currentColor" stroke-width="2.5"/>
|
|
5
|
+
<line x1="3" y1="20" x2="21" y2="20" stroke="currentColor" stroke-width="2.5"/>
|
|
6
|
+
</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
|
+
<line x1="3" y1="7" x2="10" y2="4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<line x1="14" y1="5" x2="21" y2="7" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
<line x1="3" y1="14" x2="10" y2="12" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
5
|
+
<line x1="14" y1="13" x2="21" y2="16" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
6
|
+
<line x1="3" y1="21" x2="10" y2="19" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
7
|
+
<line x1="14" y1="20" x2="21" y2="21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
8
|
+
</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
|
+
<circle cx="12" cy="5.5" r="4" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
+
<circle cx="18" cy="10" r="4" stroke="currentColor" stroke-width="1.5"/>
|
|
4
|
+
<circle cx="15.5" cy="17" r="4" stroke="currentColor" stroke-width="1.5"/>
|
|
5
|
+
<circle cx="8.5" cy="17" r="4" stroke="currentColor" stroke-width="1.5"/>
|
|
6
|
+
<circle cx="6" cy="10" r="4" stroke="currentColor" stroke-width="1.5"/>
|
|
7
|
+
</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.5 3h3v2.1a7.1 7.1 0 012.6 1.1l1.5-1.5 2.1 2.1-1.5 1.5a7.1 7.1 0 011.1 2.6H21v3h-2.1a7.1 7.1 0 01-1.1 2.6l1.5 1.5-2.1 2.1-1.5-1.5a7.1 7.1 0 01-2.6 1.1V21h-3v-2.1a7.1 7.1 0 01-2.6-1.1L6.7 19.3l-2.1-2.1 1.5-1.5a7.1 7.1 0 01-1.1-2.6H3v-3h2.1a7.1 7.1 0 011.1-2.6L4.6 6l2.1-2.1 1.5 1.5A7.1 7.1 0 0110.5 3z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>
|
|
3
|
+
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
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
|
+
<rect x="3" y="4" width="18" height="3" rx="1" fill="currentColor"/>
|
|
3
|
+
<rect x="8" y="10" width="14" height="3" rx="1" fill="currentColor"/>
|
|
4
|
+
<rect x="1" y="16" width="16" height="3" rx="1" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="6" cy="6" r="2" fill="currentColor"/>
|
|
3
|
+
<circle cx="12" cy="6" r="2" fill="currentColor"/>
|
|
4
|
+
<circle cx="18" cy="6" r="2" fill="currentColor"/>
|
|
5
|
+
<circle cx="6" cy="12" r="2" fill="currentColor"/>
|
|
6
|
+
<circle cx="12" cy="12" r="2" fill="currentColor"/>
|
|
7
|
+
<circle cx="18" cy="12" r="2" fill="currentColor"/>
|
|
8
|
+
<circle cx="6" cy="18" r="2" fill="currentColor"/>
|
|
9
|
+
<circle cx="12" cy="18" r="2" fill="currentColor"/>
|
|
10
|
+
<circle cx="18" cy="18" r="2" fill="currentColor"/>
|
|
11
|
+
</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
|
+
<circle cx="5" cy="5" r="2" fill="currentColor"/>
|
|
3
|
+
<circle cx="14" cy="5" r="2" fill="currentColor"/>
|
|
4
|
+
<circle cx="9.5" cy="12" r="2" fill="currentColor"/>
|
|
5
|
+
<circle cx="18.5" cy="12" r="2" fill="currentColor"/>
|
|
6
|
+
<circle cx="5" cy="19" r="2" fill="currentColor"/>
|
|
7
|
+
<circle cx="14" cy="19" r="2" fill="currentColor"/>
|
|
8
|
+
</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
|
+
<circle cx="5" cy="7" r="1" fill="currentColor"/>
|
|
3
|
+
<circle cx="12" cy="7" r="1.8" fill="currentColor"/>
|
|
4
|
+
<circle cx="19" cy="7" r="2.8" fill="currentColor"/>
|
|
5
|
+
<circle cx="5" cy="17" r="1.5" fill="currentColor"/>
|
|
6
|
+
<circle cx="12" cy="17" r="2.2" fill="currentColor"/>
|
|
7
|
+
<circle cx="19" cy="17" r="3" fill="currentColor"/>
|
|
8
|
+
</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
|
+
<circle cx="6" cy="5" r="2" fill="currentColor"/>
|
|
3
|
+
<circle cx="12" cy="5" r="2" fill="currentColor"/>
|
|
4
|
+
<circle cx="18" cy="5" r="2" fill="currentColor"/>
|
|
5
|
+
<line x1="6" y1="7" x2="6" y2="14" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
6
|
+
<line x1="12" y1="7" x2="12" y2="20" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
7
|
+
<line x1="18" y1="7" x2="18" y2="11" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
8
|
+
</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
|
+
<circle cx="12" cy="12" r="2" fill="currentColor"/>
|
|
3
|
+
<circle cx="12" cy="4" r="1.5" fill="currentColor"/>
|
|
4
|
+
<circle cx="19" cy="9" r="1.5" fill="currentColor"/>
|
|
5
|
+
<circle cx="17" cy="18" r="1.5" fill="currentColor"/>
|
|
6
|
+
<circle cx="7" cy="18" r="1.5" fill="currentColor"/>
|
|
7
|
+
<circle cx="5" cy="9" r="1.5" fill="currentColor"/>
|
|
8
|
+
</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
|
+
<line x1="4" y1="4" x2="20" y2="20" stroke="currentColor" stroke-width="2"/>
|
|
3
|
+
<line x1="20" y1="4" x2="4" y2="20" stroke="currentColor" stroke-width="2"/>
|
|
4
|
+
<line x1="12" y1="4" x2="20" y2="12" stroke="currentColor" stroke-width="1.5" opacity="0.4"/>
|
|
5
|
+
<line x1="4" y1="12" x2="12" y2="20" stroke="currentColor" stroke-width="1.5" opacity="0.4"/>
|
|
6
|
+
<line x1="12" y1="20" x2="20" y2="12" stroke="currentColor" stroke-width="1.5" opacity="0.4"/>
|
|
7
|
+
<line x1="4" y1="12" x2="12" y2="4" stroke="currentColor" stroke-width="1.5" opacity="0.4"/>
|
|
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="M2 18C4 18 6 16 8 12C10 8 12 6 14 8C16 10 18 12 20 18C21 18 22 18 22 18" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="2" y="2" width="20" height="20" rx="2" stroke="currentColor" stroke-width="2"/>
|
|
3
|
+
<rect x="7" y="7" width="10" height="10" rx="1" stroke="currentColor" stroke-width="1.5"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="2" y="2" width="20" height="20" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2 10H22M2 14H22M2 18H22M2 6H22" stroke="currentColor" stroke-width="1" opacity="0.4"/>
|
|
4
|
+
</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
|
+
<circle cx="6" cy="6" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
+
<circle cx="18" cy="6" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
4
|
+
<circle cx="6" cy="18" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
5
|
+
<circle cx="18" cy="18" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
6
|
+
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="1.5"/>
|
|
7
|
+
</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 2V22M2 12H22M4 4L20 20M20 4L4 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" opacity="0.5"/>
|
|
3
|
+
<circle cx="12" cy="12" r="3" fill="currentColor"/>
|
|
4
|
+
</svg>
|