@mirohq/design-system-icons 0.59.1 → 0.60.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/dist/main.js +26727 -6428
- package/dist/main.js.map +1 -1
- package/dist/module.js +26727 -6428
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/activity.tsx +51 -4
- package/react/add-line-bottom.tsx +46 -4
- package/react/add-line-right.tsx +46 -4
- package/react/align-bottom.tsx +78 -4
- package/react/align-center-horizontal.tsx +53 -4
- package/react/align-center-vertical.tsx +78 -4
- package/react/align-left.tsx +53 -4
- package/react/align-right.tsx +53 -4
- package/react/align-top.tsx +78 -4
- package/react/alignment-scale.tsx +57 -4
- package/react/arrow-arc-left.tsx +53 -4
- package/react/arrow-arc-right.tsx +51 -4
- package/react/arrow-bend-up-left.tsx +53 -4
- package/react/arrow-bend-up-right.tsx +53 -4
- package/react/arrow-box-out.tsx +52 -4
- package/react/arrow-clockwise-down-right.tsx +52 -4
- package/react/arrow-clockwise-up-left.tsx +52 -4
- package/react/arrow-counter-clockwise-down-left.tsx +50 -4
- package/react/arrow-counter-clockwise-up-right.tsx +51 -5
- package/react/arrow-curves-bottom-right.tsx +53 -4
- package/react/arrow-down-left.tsx +52 -4
- package/react/arrow-down-right.tsx +52 -4
- package/react/arrow-down.tsx +3 -3
- package/react/arrow-elbow-down-right.tsx +53 -4
- package/react/arrow-fat-left.tsx +2 -2
- package/react/arrow-fat-right.tsx +4 -46
- package/react/arrow-left.tsx +5 -3
- package/react/arrow-right.tsx +4 -4
- package/react/arrow-up-circle.tsx +59 -4
- package/react/arrow-up-left.tsx +52 -4
- package/react/arrow-up-right.tsx +52 -4
- package/react/arrow-up.tsx +42 -4
- package/react/arrows-clockwise-rectangle-tilt.tsx +43 -4
- package/react/arrows-clockwise-x.tsx +63 -4
- package/react/arrows-clockwise-y.tsx +63 -4
- package/react/arrows-down-up.tsx +67 -4
- package/react/arrows-horizontal-lines-top-bottom.tsx +51 -4
- package/react/arrows-in-simple.tsx +18 -4
- package/react/arrows-out-cardinal.tsx +48 -4
- package/react/arrows-out-lines-horizontal.tsx +47 -4
- package/react/arrows-out-simple.tsx +58 -4
- package/react/arrows-square-counter-clockwise-y.tsx +58 -5
- package/react/arrows-time-backward.tsx +60 -6
- package/react/arrows-time-forward.tsx +58 -4
- package/react/article.tsx +37 -4
- package/react/at.tsx +52 -25
- package/react/attachment.tsx +47 -4
- package/react/badge.tsx +0 -5
- package/react/bell-slash.tsx +58 -4
- package/react/bell-tilt.tsx +47 -4
- package/react/bell.tsx +37 -4
- package/react/board.tsx +43 -4
- package/react/book-open-info.tsx +51 -4
- package/react/bookmark.tsx +48 -4
- package/react/bracket-curly-left.tsx +47 -5
- package/react/bracket-curly-right.tsx +47 -5
- package/react/brackets-angle-slash.tsx +52 -4
- package/react/brackets-curly-circles-three.tsx +51 -6
- package/react/brush.tsx +45 -4
- package/react/calendar-blank.tsx +48 -4
- package/react/calendar-end.tsx +65 -4
- package/react/calendar-start.tsx +65 -4
- package/react/camera.tsx +42 -4
- package/react/card-circles.tsx +46 -4
- package/react/card-number-three.tsx +53 -5
- package/react/card.tsx +43 -4
- package/react/cards-poker.tsx +58 -4
- package/react/chart-bar-y-simple.tsx +69 -5
- package/react/chart-bar-y.tsx +74 -5
- package/react/chat-check.tsx +53 -4
- package/react/chat-dashes-lines-two.tsx +47 -4
- package/react/chat-lines-cross.tsx +53 -4
- package/react/chat-lines-dot.tsx +48 -4
- package/react/chat-lines-eye-open.tsx +52 -4
- package/react/chat-lines-two-stack.tsx +58 -4
- package/react/chat-lines-two.tsx +48 -4
- package/react/chat-plus.tsx +47 -4
- package/react/chat-text-arrow.tsx +58 -4
- package/react/chat-two.tsx +37 -4
- package/react/chat.tsx +36 -4
- package/react/check-mark.tsx +47 -4
- package/react/checkboard-square-centered.tsx +55 -4
- package/react/chevron-down-double.tsx +47 -4
- package/react/chevron-down.tsx +47 -4
- package/react/chevron-left-double.tsx +47 -4
- package/react/chevron-left.tsx +47 -4
- package/react/chevron-right-double.tsx +47 -4
- package/react/chevron-right.tsx +47 -4
- package/react/chevron-up-double.tsx +47 -4
- package/react/chevron-up-down-line.tsx +52 -4
- package/react/chevron-up-down.tsx +47 -4
- package/react/chevron-up.tsx +47 -4
- package/react/circle-corners.tsx +48 -4
- package/react/circle-motion-x.tsx +52 -4
- package/react/circle-notch.tsx +46 -4
- package/react/circle-slash.tsx +53 -4
- package/react/circles-connected.tsx +54 -4
- package/react/clock-counter-clockwise-simple.tsx +54 -5
- package/react/clock-counter-clockwise.tsx +16 -4
- package/react/clock.tsx +35 -4
- package/react/cluster.tsx +37 -4
- package/react/clustered.tsx +50 -4
- package/react/cog.tsx +60 -26
- package/react/coins-checked.tsx +53 -4
- package/react/coins-slash.tsx +61 -9
- package/react/columns-three.tsx +57 -4
- package/react/comment-group.tsx +52 -5
- package/react/cone-serpentine.tsx +47 -4
- package/react/connection-line-elbows.tsx +47 -4
- package/react/connection-line-straight.tsx +48 -5
- package/react/corners-three-eye-open.tsx +52 -4
- package/react/counter.tsx +55 -4
- package/react/credit-card.tsx +46 -4
- package/react/crop.tsx +37 -4
- package/react/cross-circle.tsx +53 -5
- package/react/cross-square.tsx +55 -4
- package/react/cross.tsx +36 -4
- package/react/cube.tsx +38 -4
- package/react/cursor-filled.tsx +51 -4
- package/react/cursor-lines.tsx +46 -4
- package/react/cursor-text-lines.tsx +53 -4
- package/react/cursor-text.tsx +47 -4
- package/react/cursor.tsx +37 -4
- package/react/dash-left-down-square-dash-right-up.tsx +45 -4
- package/react/dash-left-up-square-dash-down-right.tsx +45 -4
- package/react/dash-square-dash-horizontal.tsx +47 -4
- package/react/dash-square-dash-vertical.tsx +47 -4
- package/react/diagram-card-large-1.tsx +52 -4
- package/react/diagram-card-large-2.tsx +54 -4
- package/react/diagram-card-large-3.tsx +53 -4
- package/react/diagram-card-large-4.tsx +62 -4
- package/react/diagram-card-magnifying-glass.tsx +57 -4
- package/react/diagram-card-small-1.tsx +52 -4
- package/react/diagram-card-small-2.tsx +53 -4
- package/react/diagram-card-small-3.tsx +52 -4
- package/react/diagram-card-team.tsx +73 -5
- package/react/diagram-card-user.tsx +66 -5
- package/react/diagramming-format.tsx +47 -4
- package/react/diagramming.tsx +1 -1
- package/react/distribute-horizontal.tsx +51 -4
- package/react/distribute-vertical.tsx +47 -4
- package/react/doc-format.tsx +57 -5
- package/react/dollar-sign-currency.tsx +46 -4
- package/react/dot-voting.tsx +47 -4
- package/react/dots-nine.tsx +50 -4
- package/react/dots-six-horizontal.tsx +47 -4
- package/react/dots-six-vertical.tsx +47 -4
- package/react/dots-three-vertical.tsx +0 -5
- package/react/dots-three.tsx +0 -5
- package/react/dots-two.tsx +0 -5
- package/react/download.tsx +59 -4
- package/react/envelope.tsx +52 -4
- package/react/eraser.tsx +42 -4
- package/react/exclamation-mark-octagon.tsx +59 -4
- package/react/exclamation-point-circle.tsx +51 -4
- package/react/export.tsx +49 -4
- package/react/external-format.tsx +54 -6
- package/react/eye-closed-dots-four-frame-broken.tsx +64 -4
- package/react/eye-closed.tsx +54 -4
- package/react/eye-open-line-frame-broken.tsx +57 -4
- package/react/eye-open-slash.tsx +56 -4
- package/react/eye-open.tsx +42 -4
- package/react/eyedropper.tsx +51 -4
- package/react/factory-house.tsx +54 -4
- package/react/factory.tsx +36 -4
- package/react/file-spreadsheet.tsx +47 -4
- package/react/flag.tsx +35 -4
- package/react/flip-card.tsx +58 -4
- package/react/folder.tsx +42 -4
- package/react/frame-lines-two.tsx +47 -4
- package/react/frame-play.tsx +48 -4
- package/react/frame-plus.tsx +47 -4
- package/react/frame.tsx +37 -4
- package/react/funnel.tsx +35 -4
- package/react/gauge.tsx +51 -4
- package/react/gavel.tsx +35 -4
- package/react/gift.tsx +37 -4
- package/react/globe.tsx +35 -4
- package/react/graduation-cap.tsx +55 -4
- package/react/grid-four.tsx +58 -4
- package/react/grid-six.tsx +1 -1
- package/react/grid.tsx +38 -4
- package/react/hand-filled.tsx +47 -4
- package/react/hand-pointing.tsx +47 -4
- package/react/hand.tsx +37 -4
- package/react/headset-person.tsx +66 -4
- package/react/heart-filled.tsx +51 -6
- package/react/heart.tsx +36 -5
- package/react/highlighter-underline.tsx +62 -4
- package/react/highlighter.tsx +56 -4
- package/react/house.tsx +38 -4
- package/react/image.tsx +54 -4
- package/react/indent-left.tsx +54 -5
- package/react/indent-right.tsx +54 -5
- package/react/information-mark-circle.tsx +54 -4
- package/react/key.tsx +70 -25
- package/react/keycap.tsx +36 -4
- package/react/laptop.tsx +47 -4
- package/react/lasso.tsx +55 -5
- package/react/layout.tsx +36 -4
- package/react/lightbox.tsx +52 -4
- package/react/lightbulb.tsx +45 -4
- package/react/lightning.tsx +47 -4
- package/react/line-two-diagonal-top-right-double.tsx +45 -4
- package/react/lines-three-horizontal-line-vertical-center.tsx +45 -4
- package/react/lines-three-horizontal.tsx +47 -4
- package/react/lines-three-vertical.tsx +47 -4
- package/react/lines-top-left-columns-two.tsx +56 -4
- package/react/link-plus.tsx +46 -4
- package/react/link.tsx +37 -5
- package/react/list-bullets.tsx +47 -4
- package/react/list-numbers.tsx +47 -4
- package/react/lock-closed.tsx +58 -4
- package/react/lock-open.tsx +53 -4
- package/react/login.tsx +49 -4
- package/react/logout.tsx +49 -4
- package/react/magnet.tsx +36 -5
- package/react/magnifying-glass-lightning.tsx +53 -4
- package/react/magnifying-glass-plus.tsx +46 -4
- package/react/magnifying-glass.tsx +46 -4
- package/react/map.tsx +57 -26
- package/react/megaphone.tsx +67 -4
- package/react/microphone-slash.tsx +46 -4
- package/react/microphone.tsx +46 -4
- package/react/minus.tsx +36 -4
- package/react/mobile.tsx +42 -4
- package/react/monitor-arrow-up.tsx +53 -5
- package/react/monitor-arrow.tsx +52 -4
- package/react/monitor-pause.tsx +46 -4
- package/react/monitor-play.tsx +52 -4
- package/react/monitor-stop.tsx +52 -4
- package/react/monitor.tsx +36 -4
- package/react/moon.tsx +35 -4
- package/react/mouse.tsx +43 -4
- package/react/music-note.tsx +47 -4
- package/react/navigation-arrow-lines.tsx +58 -4
- package/react/navigation-up-left-slash.tsx +53 -4
- package/react/navigation-up-right.tsx +47 -4
- package/react/next.tsx +42 -4
- package/react/node-connected-dot.tsx +54 -4
- package/react/node-lines-curved.tsx +47 -4
- package/react/node-lines-horizontal.tsx +47 -4
- package/react/node-lines-vertical.tsx +48 -5
- package/react/node-plus.tsx +46 -4
- package/react/nodes-connected.tsx +80 -4
- package/react/nodes-connections-three.tsx +46 -4
- package/react/note-magnifying-glass.tsx +58 -4
- package/react/notepad.tsx +49 -4
- package/react/number.tsx +37 -5
- package/react/office.tsx +35 -4
- package/react/org-chart.tsx +51 -4
- package/react/orientation-horizontal.tsx +57 -4
- package/react/orientation-vertical.tsx +63 -4
- package/react/paint-bucket.tsx +52 -4
- package/react/palette.tsx +39 -4
- package/react/paper-plane-filled-right.tsx +45 -4
- package/react/paper-plane-tilt.tsx +50 -4
- package/react/pause-circle.tsx +52 -4
- package/react/pause.tsx +37 -4
- package/react/pen-tip.tsx +37 -4
- package/react/pen-underline.tsx +50 -4
- package/react/pen.tsx +57 -25
- package/react/people-list.tsx +61 -5
- package/react/person-in-circle.tsx +53 -4
- package/react/placeholder.tsx +55 -4
- package/react/planet.tsx +1 -1
- package/react/play-circle.tsx +48 -4
- package/react/play.tsx +36 -4
- package/react/playback-speed-circle.tsx +53 -4
- package/react/plug.tsx +39 -5
- package/react/plus-box.tsx +44 -5
- package/react/plus-square.tsx +55 -4
- package/react/plus-text.tsx +52 -4
- package/react/plus.tsx +36 -4
- package/react/polling.tsx +39 -6
- package/react/presentation-arrow.tsx +58 -4
- package/react/presentation-eye-open.tsx +52 -4
- package/react/presentation-line.tsx +53 -4
- package/react/presentation-lines-two.tsx +47 -4
- package/react/presentation-link.tsx +52 -4
- package/react/presentation-number-one.tsx +53 -4
- package/react/presentation-play.tsx +48 -4
- package/react/presentation-plus.tsx +53 -4
- package/react/previous.tsx +52 -4
- package/react/prohibit.tsx +52 -4
- package/react/proto-slider.tsx +1 -1
- package/react/prototype-format.tsx +47 -5
- package/react/push-pin-filled.tsx +54 -4
- package/react/push-pin.tsx +40 -4
- package/react/question-mark-circle.tsx +47 -4
- package/react/question-mark.tsx +45 -4
- package/react/quotes.tsx +36 -4
- package/react/rectangle-arrow-up-center.tsx +59 -4
- package/react/rectangle-dash-lines.tsx +47 -4
- package/react/rectangle-dot-line-pen.tsx +61 -4
- package/react/rectangle-frame-2-lines.tsx +52 -4
- package/react/rectangle-line.tsx +58 -4
- package/react/rectangle-play-stack.tsx +57 -4
- package/react/rectangle-portrait-dash-square-top-center.tsx +46 -4
- package/react/rectangle-portrait-dash-square-top-left.tsx +51 -4
- package/react/rectangle-portrait-dash.tsx +47 -4
- package/react/rectangle-portrait-square-top-left.tsx +54 -4
- package/react/rectangle-tick.tsx +52 -4
- package/react/rectangle-triangle-bottom-center.tsx +51 -4
- package/react/rectangles-three-aligned.tsx +68 -4
- package/react/rectangles-three-overlap.tsx +48 -4
- package/react/rectangles-two-line.tsx +68 -4
- package/react/rectangles-two-lines-four.tsx +66 -4
- package/react/rectangles-two-minus.tsx +56 -4
- package/react/rectangles-two-plus.tsx +56 -4
- package/react/rectangles-two-user.tsx +69 -4
- package/react/rocket.tsx +37 -4
- package/react/rss-rectangle.tsx +53 -4
- package/react/rss.tsx +54 -25
- package/react/scissors.tsx +61 -4
- package/react/scrollbar-xy.tsx +55 -4
- package/react/select.tsx +44 -4
- package/react/shadow.tsx +47 -4
- package/react/shapes-lines.tsx +52 -4
- package/react/shapes.tsx +37 -4
- package/react/shield-check.tsx +55 -4
- package/react/shield-lock-filled.tsx +48 -5
- package/react/shield-lock.tsx +55 -4
- package/react/shuffle.tsx +43 -4
- package/react/sidebar-closed.tsx +55 -4
- package/react/sidebar-global-closed.tsx +59 -4
- package/react/sidebar-global-open.tsx +61 -4
- package/react/sidebar-open.tsx +61 -4
- package/react/single-sparks-filled.tsx +51 -4
- package/react/slide-format.tsx +52 -7
- package/react/sliders-x.tsx +64 -4
- package/react/sliders-y.tsx +73 -4
- package/react/smiley-chat.tsx +58 -4
- package/react/smiley-plus.tsx +59 -4
- package/react/smiley-sticker.tsx +47 -4
- package/react/smiley.tsx +49 -4
- package/react/social-facebook.tsx +1 -1
- package/react/social-instagram.tsx +1 -1
- package/react/social-linkedin.tsx +1 -1
- package/react/social-looker.tsx +2 -2
- package/react/social-twitter.tsx +1 -1
- package/react/social-youtube.tsx +1 -1
- package/react/sort-ascending.tsx +47 -4
- package/react/sort-descending.tsx +47 -4
- package/react/sparks-filled.tsx +51 -4
- package/react/sparks.tsx +38 -5
- package/react/speaker-cross.tsx +50 -4
- package/react/speaker-high.tsx +50 -4
- package/react/spinner.tsx +44 -7
- package/react/split-vertical.tsx +52 -4
- package/react/square-arrow-in.tsx +58 -4
- package/react/square-brackets-angle-slash.tsx +52 -4
- package/react/square-circles-two.tsx +48 -4
- package/react/square-frame-2-lines-circle.tsx +53 -4
- package/react/square-line-square-dashed.tsx +52 -4
- package/react/square-star-scribble.tsx +53 -4
- package/react/square-triangle-circle-plus.tsx +58 -4
- package/react/squares-column.tsx +74 -4
- package/react/squares-four.tsx +47 -4
- package/react/squares-group.tsx +58 -4
- package/react/squares-merge.tsx +45 -4
- package/react/squares-row.tsx +77 -4
- package/react/squares-three.tsx +47 -4
- package/react/squares-two-overlap.tsx +51 -4
- package/react/squares-ungroup.tsx +0 -5
- package/react/squares-unmerge.tsx +48 -4
- package/react/stack.tsx +37 -4
- package/react/star-filled.tsx +49 -4
- package/react/star-half.tsx +53 -4
- package/react/star.tsx +35 -4
- package/react/sticky-corners.tsx +53 -4
- package/react/sticky-eye-closed.tsx +54 -4
- package/react/sticky-eye-open.tsx +52 -4
- package/react/sticky-note-stack.tsx +52 -4
- package/react/sticky-note-wide.tsx +47 -4
- package/react/sticky-note.tsx +47 -4
- package/react/sticky-notes-two.tsx +52 -4
- package/react/stop-circle.tsx +48 -4
- package/react/story-points.tsx +52 -4
- package/react/tag.tsx +65 -27
- package/react/tasks.tsx +41 -4
- package/react/text-a-underline.tsx +50 -4
- package/react/text-aa.tsx +35 -4
- package/react/text-align-center.tsx +47 -4
- package/react/text-align-left.tsx +47 -4
- package/react/text-align-right.tsx +47 -4
- package/react/text-b-bold-italic-underlined.tsx +50 -4
- package/react/text-b-bold.tsx +45 -4
- package/react/text-cursor-eye-open.tsx +52 -4
- package/react/text-h-one.tsx +47 -4
- package/react/text-h-three.tsx +45 -4
- package/react/text-h-two.tsx +47 -4
- package/react/text-i-italic.tsx +46 -4
- package/react/text-indent.tsx +53 -4
- package/react/text-line-height.tsx +49 -6
- package/react/text-lines-three.tsx +47 -4
- package/react/text-s-strikethrough.tsx +58 -5
- package/react/text-styles.tsx +50 -4
- package/react/text-t.tsx +37 -4
- package/react/text-u-underlined.tsx +47 -4
- package/react/thumbs-up.tsx +47 -4
- package/react/tick-circle.tsx +54 -4
- package/react/ticket.tsx +42 -4
- package/react/timeline-format.tsx +57 -5
- package/react/timer.tsx +50 -4
- package/react/tooltip.tsx +38 -4
- package/react/trackpad.tsx +56 -4
- package/react/trash-simple.tsx +47 -4
- package/react/trash.tsx +47 -4
- package/react/trophy.tsx +48 -4
- package/react/tshirt.tsx +40 -4
- package/react/user-add.tsx +40 -4
- package/react/user-arrow-right-up.tsx +57 -4
- package/react/user-background-blur.tsx +74 -4
- package/react/user-cog-plus.tsx +67 -4
- package/react/user-cog.tsx +55 -4
- package/react/user-eye-open.tsx +46 -4
- package/react/user-filter.tsx +51 -4
- package/react/user-load.tsx +52 -4
- package/react/user-number-three.tsx +52 -4
- package/react/user-pen-dashes-bottom.tsx +54 -4
- package/react/user-pen-line-bottom.tsx +45 -4
- package/react/user-tick-down.tsx +51 -4
- package/react/user.tsx +44 -4
- package/react/users-three.tsx +46 -4
- package/react/users.tsx +57 -6
- package/react/video-camera-simple-error.tsx +53 -4
- package/react/video-camera-simple-slash.tsx +53 -4
- package/react/video-camera-simple.tsx +47 -4
- package/react/video-camera.tsx +53 -4
- package/react/view-center.tsx +54 -4
- package/react/view-side-left.tsx +54 -4
- package/react/wallet.tsx +49 -4
- package/react/wifi-exclamation.tsx +58 -4
- package/react/wifi.tsx +37 -4
- package/svg/24/activity-new.svg +2 -0
- package/svg/24/add-line-bottom-new.svg +2 -0
- package/svg/24/add-line-right-new.svg +2 -0
- package/svg/24/align-bottom-new.svg +2 -0
- package/svg/24/align-center-horizontal-new.svg +2 -0
- package/svg/24/align-center-vertical-new.svg +2 -0
- package/svg/24/align-left-new.svg +2 -0
- package/svg/24/align-right-new.svg +2 -0
- package/svg/24/align-top-new.svg +2 -0
- package/svg/24/alignment-scale-new.svg +2 -0
- package/svg/24/arrow-arc-left-new.svg +2 -0
- package/svg/24/arrow-arc-right-new.svg +2 -0
- package/svg/24/arrow-bend-up-left-new.svg +2 -0
- package/svg/24/arrow-bend-up-right-new.svg +2 -0
- package/svg/24/arrow-box-out-new.svg +2 -0
- package/svg/24/arrow-clockwise-down-right-new.svg +2 -0
- package/svg/24/arrow-clockwise-up-left-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-down-left-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-up-right-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-curves-bottom-right-new.svg +2 -0
- package/svg/24/arrow-down-left-new.svg +2 -0
- package/svg/24/arrow-down-new.svg +1 -1
- package/svg/24/arrow-down-right-new.svg +2 -0
- package/svg/24/arrow-elbow-down-right-new.svg +2 -0
- package/svg/24/arrow-fat-left.svg +1 -1
- package/svg/24/arrow-left-new.svg +1 -1
- package/svg/24/arrow-right-new.svg +1 -1
- package/svg/24/arrow-up-circle-new.svg +2 -0
- package/svg/24/arrow-up-left-new.svg +2 -0
- package/svg/24/arrow-up-new.svg +2 -0
- package/svg/24/arrow-up-right-new.svg +2 -0
- package/svg/24/arrows-clockwise-rectangle-tilt-new.svg +2 -0
- package/svg/24/arrows-clockwise-x-new.svg +2 -0
- package/svg/24/arrows-clockwise-y-new.svg +2 -0
- package/svg/24/arrows-down-up-new.svg +2 -0
- package/svg/24/arrows-horizontal-lines-top-bottom-new.svg +2 -0
- package/svg/24/arrows-in-simple-new.svg +1 -1
- package/svg/24/arrows-out-cardinal-new.svg +2 -0
- package/svg/24/arrows-out-lines-horizontal-new.svg +2 -0
- package/svg/24/arrows-out-simple-new.svg +2 -0
- package/svg/24/arrows-square-counter-clockwise-y-new.svg +2 -0
- package/svg/24/arrows-square-counter-clockwise-y.svg +1 -1
- package/svg/24/arrows-time-backward-new.svg +2 -0
- package/svg/24/arrows-time-backward.svg +1 -1
- package/svg/24/arrows-time-forward-new.svg +2 -0
- package/svg/24/article-new.svg +2 -0
- package/svg/24/at-new.svg +2 -0
- package/svg/24/attachment-new.svg +2 -0
- package/svg/24/badge.svg +1 -1
- package/svg/24/bell-new.svg +2 -0
- package/svg/24/bell-slash-new.svg +2 -0
- package/svg/24/bell-tilt-new.svg +2 -0
- package/svg/24/board-new.svg +2 -0
- package/svg/24/book-open-info-new.svg +2 -0
- package/svg/24/bookmark-new.svg +2 -0
- package/svg/24/bracket-curly-left-new.svg +2 -0
- package/svg/24/bracket-curly-left.svg +1 -1
- package/svg/24/bracket-curly-right-new.svg +2 -0
- package/svg/24/bracket-curly-right.svg +1 -1
- package/svg/24/brackets-angle-slash-new.svg +2 -0
- package/svg/24/brackets-curly-circles-three-new.svg +2 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -1
- package/svg/24/brush-new.svg +2 -0
- package/svg/24/calendar-blank-new.svg +2 -0
- package/svg/24/calendar-end-new.svg +2 -0
- package/svg/24/calendar-start-new.svg +2 -0
- package/svg/24/camera-new.svg +2 -0
- package/svg/24/card-circles-new.svg +2 -0
- package/svg/24/card-new.svg +2 -0
- package/svg/24/card-number-three-new.svg +2 -0
- package/svg/24/card-number-three.svg +1 -1
- package/svg/24/cards-poker-new.svg +2 -0
- package/svg/24/chart-bar-y-new.svg +2 -0
- package/svg/24/chart-bar-y-simple-new.svg +2 -0
- package/svg/24/chart-bar-y-simple.svg +1 -1
- package/svg/24/chart-bar-y.svg +1 -1
- package/svg/24/chat-check-new.svg +2 -0
- package/svg/24/chat-dashes-lines-two-new.svg +2 -0
- package/svg/24/chat-lines-cross-new.svg +2 -0
- package/svg/24/chat-lines-dot-new.svg +2 -0
- package/svg/24/chat-lines-eye-open-new.svg +2 -0
- package/svg/24/chat-lines-two-new.svg +2 -0
- package/svg/24/chat-lines-two-stack-new.svg +2 -0
- package/svg/24/chat-new.svg +2 -0
- package/svg/24/chat-plus-new.svg +2 -0
- package/svg/24/chat-text-arrow-new.svg +2 -0
- package/svg/24/chat-two-new.svg +2 -0
- package/svg/24/check-mark-new.svg +2 -0
- package/svg/24/checkboard-square-centered-new.svg +2 -0
- package/svg/24/chevron-down-double-new.svg +2 -0
- package/svg/24/chevron-down-new.svg +2 -0
- package/svg/24/chevron-left-double-new.svg +2 -0
- package/svg/24/chevron-left-new.svg +2 -0
- package/svg/24/chevron-right-double-new.svg +2 -0
- package/svg/24/chevron-right-new.svg +2 -0
- package/svg/24/chevron-up-double-new.svg +2 -0
- package/svg/24/chevron-up-down-line-new.svg +2 -0
- package/svg/24/chevron-up-down-new.svg +2 -0
- package/svg/24/chevron-up-new.svg +2 -0
- package/svg/24/circle-corners-new.svg +2 -0
- package/svg/24/circle-motion-x-new.svg +2 -0
- package/svg/24/circle-notch-new.svg +2 -0
- package/svg/24/circle-slash-new.svg +2 -0
- package/svg/24/circles-connected-new.svg +2 -0
- package/svg/24/clock-counter-clockwise-new.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple-new.svg +2 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/clock-new.svg +2 -0
- package/svg/24/cluster-new.svg +2 -0
- package/svg/24/clustered-new.svg +2 -0
- package/svg/24/cog-new.svg +2 -0
- package/svg/24/coins-checked-new.svg +2 -0
- package/svg/24/coins-slash-new.svg +2 -0
- package/svg/24/coins-slash.svg +1 -1
- package/svg/24/columns-three-new.svg +2 -0
- package/svg/24/comment-group-new.svg +2 -0
- package/svg/24/comment-group.svg +1 -1
- package/svg/24/cone-serpentine-new.svg +2 -0
- package/svg/24/connection-line-elbows-new.svg +2 -0
- package/svg/24/connection-line-straight-new.svg +2 -0
- package/svg/24/connection-line-straight.svg +1 -1
- package/svg/24/corners-three-eye-open-new.svg +2 -0
- package/svg/24/counter-new.svg +2 -0
- package/svg/24/credit-card-new.svg +2 -0
- package/svg/24/crop-new.svg +2 -0
- package/svg/24/cross-circle-new.svg +2 -0
- package/svg/24/cross-circle.svg +1 -1
- package/svg/24/cross-new.svg +2 -0
- package/svg/24/cross-square-new.svg +2 -0
- package/svg/24/cube-new.svg +2 -0
- package/svg/24/cursor-filled-new.svg +2 -0
- package/svg/24/cursor-lines-new.svg +2 -0
- package/svg/24/cursor-new.svg +2 -0
- package/svg/24/cursor-text-lines-new.svg +2 -0
- package/svg/24/cursor-text-new.svg +2 -0
- package/svg/24/dash-left-down-square-dash-right-up-new.svg +2 -0
- package/svg/24/dash-left-up-square-dash-down-right-new.svg +2 -0
- package/svg/24/dash-square-dash-horizontal-new.svg +2 -0
- package/svg/24/dash-square-dash-vertical-new.svg +2 -0
- package/svg/24/diagram-card-large-1-new.svg +2 -0
- package/svg/24/diagram-card-large-2-new.svg +2 -0
- package/svg/24/diagram-card-large-3-new.svg +2 -0
- package/svg/24/diagram-card-large-4-new.svg +2 -0
- package/svg/24/diagram-card-magnifying-glass-new.svg +2 -0
- package/svg/24/diagram-card-small-1-new.svg +2 -0
- package/svg/24/diagram-card-small-2-new.svg +2 -0
- package/svg/24/diagram-card-small-3-new.svg +2 -0
- package/svg/24/diagram-card-team-new.svg +2 -0
- package/svg/24/diagram-card-team.svg +1 -1
- package/svg/24/diagram-card-user-new.svg +2 -0
- package/svg/24/diagram-card-user.svg +1 -1
- package/svg/24/diagramming-format-new.svg +2 -0
- package/svg/24/diagramming.svg +1 -1
- package/svg/24/distribute-horizontal-new.svg +2 -0
- package/svg/24/distribute-vertical-new.svg +2 -0
- package/svg/24/doc-format-new.svg +2 -0
- package/svg/24/doc-format.svg +1 -1
- package/svg/24/dollar-sign-currency-new.svg +2 -0
- package/svg/24/dot-voting-new.svg +2 -0
- package/svg/24/dots-nine-new.svg +2 -0
- package/svg/24/dots-six-horizontal-new.svg +2 -0
- package/svg/24/dots-six-vertical-new.svg +2 -0
- package/svg/24/dots-three-vertical.svg +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/24/dots-two.svg +1 -1
- package/svg/24/download-new.svg +2 -0
- package/svg/24/envelope-new.svg +2 -0
- package/svg/24/eraser-new.svg +2 -0
- package/svg/24/exclamation-mark-octagon-new.svg +2 -0
- package/svg/24/exclamation-point-circle-new.svg +2 -0
- package/svg/24/export-new.svg +2 -0
- package/svg/24/external-format-new.svg +2 -0
- package/svg/24/external-format.svg +1 -1
- package/svg/24/eye-closed-dots-four-frame-broken-new.svg +2 -0
- package/svg/24/eye-closed-new.svg +2 -0
- package/svg/24/eye-open-line-frame-broken-new.svg +2 -0
- package/svg/24/eye-open-new.svg +2 -0
- package/svg/24/eye-open-slash-new.svg +2 -0
- package/svg/24/eyedropper-new.svg +2 -0
- package/svg/24/factory-house-new.svg +2 -0
- package/svg/24/factory-new.svg +2 -0
- package/svg/24/file-spreadsheet-new.svg +2 -0
- package/svg/24/flag-new.svg +2 -0
- package/svg/24/flip-card-new.svg +2 -0
- package/svg/24/folder-new.svg +2 -0
- package/svg/24/frame-lines-two-new.svg +2 -0
- package/svg/24/frame-new.svg +2 -0
- package/svg/24/frame-play-new.svg +2 -0
- package/svg/24/frame-plus-new.svg +2 -0
- package/svg/24/funnel-new.svg +2 -0
- package/svg/24/gauge-new.svg +2 -0
- package/svg/24/gavel-new.svg +2 -0
- package/svg/24/gift-new.svg +2 -0
- package/svg/24/globe-new.svg +2 -0
- package/svg/24/graduation-cap-new.svg +2 -0
- package/svg/24/grid-four-new.svg +2 -0
- package/svg/24/grid-new.svg +2 -0
- package/svg/24/grid-six.svg +1 -1
- package/svg/24/hand-filled-new.svg +2 -0
- package/svg/24/hand-new.svg +2 -0
- package/svg/24/hand-pointing-new.svg +2 -0
- package/svg/24/headset-person-new.svg +2 -0
- package/svg/24/heart-filled-new.svg +2 -0
- package/svg/24/heart-filled.svg +1 -1
- package/svg/24/heart-new.svg +2 -0
- package/svg/24/heart.svg +1 -1
- package/svg/24/highlighter-new.svg +2 -0
- package/svg/24/highlighter-underline-new.svg +2 -0
- package/svg/24/house-new.svg +2 -0
- package/svg/24/image-new.svg +2 -0
- package/svg/24/indent-left-new.svg +2 -0
- package/svg/24/indent-left.svg +1 -1
- package/svg/24/indent-right-new.svg +2 -0
- package/svg/24/indent-right.svg +1 -1
- package/svg/24/information-mark-circle-new.svg +2 -0
- package/svg/24/key-new.svg +2 -0
- package/svg/24/keycap-new.svg +2 -0
- package/svg/24/laptop-new.svg +2 -0
- package/svg/24/lasso-new.svg +2 -0
- package/svg/24/lasso.svg +1 -1
- package/svg/24/layout-new.svg +2 -0
- package/svg/24/lightbox-new.svg +2 -0
- package/svg/24/lightbulb-new.svg +2 -0
- package/svg/24/lightning-new.svg +2 -0
- package/svg/24/line-two-diagonal-top-right-double-new.svg +2 -0
- package/svg/24/lines-three-horizontal-line-vertical-center-new.svg +2 -0
- package/svg/24/lines-three-horizontal-new.svg +2 -0
- package/svg/24/lines-three-vertical-new.svg +2 -0
- package/svg/24/lines-top-left-columns-two-new.svg +2 -0
- package/svg/24/link-new.svg +2 -0
- package/svg/24/link-plus-new.svg +2 -0
- package/svg/24/link.svg +1 -1
- package/svg/24/list-bullets-new.svg +2 -0
- package/svg/24/list-numbers-new.svg +2 -0
- package/svg/24/lock-closed-new.svg +2 -0
- package/svg/24/lock-open-new.svg +2 -0
- package/svg/24/login-new.svg +2 -0
- package/svg/24/logout-new.svg +2 -0
- package/svg/24/magnet-new.svg +2 -0
- package/svg/24/magnet.svg +1 -1
- package/svg/24/magnifying-glass-lightning-new.svg +2 -0
- package/svg/24/magnifying-glass-new.svg +2 -0
- package/svg/24/magnifying-glass-plus-new.svg +2 -0
- package/svg/24/map-new.svg +2 -0
- package/svg/24/megaphone-new.svg +2 -0
- package/svg/24/microphone-new.svg +2 -0
- package/svg/24/microphone-slash-new.svg +2 -0
- package/svg/24/minus-new.svg +2 -0
- package/svg/24/mobile-new.svg +2 -0
- package/svg/24/monitor-arrow-new.svg +2 -0
- package/svg/24/monitor-arrow-up-new.svg +2 -0
- package/svg/24/monitor-arrow-up.svg +1 -1
- package/svg/24/monitor-new.svg +2 -0
- package/svg/24/monitor-pause-new.svg +2 -0
- package/svg/24/monitor-play-new.svg +2 -0
- package/svg/24/monitor-stop-new.svg +2 -0
- package/svg/24/moon-new.svg +2 -0
- package/svg/24/mouse-new.svg +2 -0
- package/svg/24/music-note-new.svg +2 -0
- package/svg/24/navigation-arrow-lines-new.svg +2 -0
- package/svg/24/navigation-up-left-slash-new.svg +2 -0
- package/svg/24/navigation-up-right-new.svg +2 -0
- package/svg/24/next-new.svg +2 -0
- package/svg/24/node-connected-dot-new.svg +2 -0
- package/svg/24/node-lines-curved-new.svg +2 -0
- package/svg/24/node-lines-horizontal-new.svg +2 -0
- package/svg/24/node-lines-vertical-new.svg +2 -0
- package/svg/24/node-lines-vertical.svg +1 -1
- package/svg/24/node-plus-new.svg +2 -0
- package/svg/24/nodes-connected-new.svg +2 -0
- package/svg/24/nodes-connections-three-new.svg +2 -0
- package/svg/24/note-magnifying-glass-new.svg +2 -0
- package/svg/24/notepad-new.svg +2 -0
- package/svg/24/number-new.svg +2 -0
- package/svg/24/number.svg +1 -1
- package/svg/24/office-new.svg +2 -0
- package/svg/24/org-chart-new.svg +2 -0
- package/svg/24/orientation-horizontal-new.svg +2 -0
- package/svg/24/orientation-vertical-new.svg +2 -0
- package/svg/24/paint-bucket-new.svg +2 -0
- package/svg/24/palette-new.svg +2 -0
- package/svg/24/paper-plane-filled-right-new.svg +2 -0
- package/svg/24/paper-plane-tilt-new.svg +2 -0
- package/svg/24/pause-circle-new.svg +2 -0
- package/svg/24/pause-new.svg +2 -0
- package/svg/24/pen-new.svg +2 -0
- package/svg/24/pen-tip-new.svg +2 -0
- package/svg/24/pen-underline-new.svg +2 -0
- package/svg/24/people-list-new.svg +2 -0
- package/svg/24/people-list.svg +1 -1
- package/svg/24/person-in-circle-new.svg +2 -0
- package/svg/24/placeholder-new.svg +2 -0
- package/svg/24/planet.svg +1 -1
- package/svg/24/play-circle-new.svg +2 -0
- package/svg/24/play-new.svg +2 -0
- package/svg/24/playback-speed-circle-new.svg +2 -0
- package/svg/24/plug-new.svg +2 -0
- package/svg/24/plug.svg +1 -1
- package/svg/24/plus-box-new.svg +2 -0
- package/svg/24/plus-box.svg +1 -1
- package/svg/24/plus-new.svg +2 -0
- package/svg/24/plus-square-new.svg +2 -0
- package/svg/24/plus-text-new.svg +2 -0
- package/svg/24/polling-new.svg +2 -0
- package/svg/24/polling.svg +1 -1
- package/svg/24/presentation-arrow-new.svg +2 -0
- package/svg/24/presentation-eye-open-new.svg +2 -0
- package/svg/24/presentation-line-new.svg +2 -0
- package/svg/24/presentation-lines-two-new.svg +2 -0
- package/svg/24/presentation-link-new.svg +2 -0
- package/svg/24/presentation-number-one-new.svg +2 -0
- package/svg/24/presentation-play-new.svg +2 -0
- package/svg/24/presentation-plus-new.svg +2 -0
- package/svg/24/previous-new.svg +2 -0
- package/svg/24/prohibit-new.svg +2 -0
- package/svg/24/proto-slider.svg +1 -1
- package/svg/24/prototype-format-new.svg +2 -0
- package/svg/24/prototype-format.svg +1 -1
- package/svg/24/push-pin-filled-new.svg +2 -0
- package/svg/24/push-pin-new.svg +2 -0
- package/svg/24/question-mark-circle-new.svg +2 -0
- package/svg/24/question-mark-new.svg +2 -0
- package/svg/24/quotes-new.svg +2 -0
- package/svg/24/rectangle-arrow-up-center-new.svg +2 -0
- package/svg/24/rectangle-dash-lines-new.svg +2 -0
- package/svg/24/rectangle-dot-line-pen-new.svg +2 -0
- package/svg/24/rectangle-frame-2-lines-new.svg +2 -0
- package/svg/24/rectangle-line-new.svg +2 -0
- package/svg/24/rectangle-play-stack-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-square-top-center-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-square-top-left-new.svg +2 -0
- package/svg/24/rectangle-portrait-square-top-left-new.svg +2 -0
- package/svg/24/rectangle-tick-new.svg +2 -0
- package/svg/24/rectangle-triangle-bottom-center-new.svg +2 -0
- package/svg/24/rectangles-three-aligned-new.svg +2 -0
- package/svg/24/rectangles-three-overlap-new.svg +2 -0
- package/svg/24/rectangles-two-line-new.svg +2 -0
- package/svg/24/rectangles-two-lines-four-new.svg +2 -0
- package/svg/24/rectangles-two-minus-new.svg +2 -0
- package/svg/24/rectangles-two-plus-new.svg +2 -0
- package/svg/24/rectangles-two-user-new.svg +2 -0
- package/svg/24/rocket-new.svg +2 -0
- package/svg/24/rss-new.svg +2 -0
- package/svg/24/rss-rectangle-new.svg +2 -0
- package/svg/24/scissors-new.svg +2 -0
- package/svg/24/scrollbar-xy-new.svg +2 -0
- package/svg/24/select-new.svg +2 -0
- package/svg/24/shadow-new.svg +2 -0
- package/svg/24/shapes-lines-new.svg +2 -0
- package/svg/24/shapes-new.svg +2 -0
- package/svg/24/shield-check-new.svg +2 -0
- package/svg/24/shield-lock-filled-new.svg +2 -0
- package/svg/24/shield-lock-filled.svg +1 -1
- package/svg/24/shield-lock-new.svg +2 -0
- package/svg/24/shuffle-new.svg +2 -0
- package/svg/24/sidebar-closed-new.svg +2 -0
- package/svg/24/sidebar-global-closed-new.svg +2 -0
- package/svg/24/sidebar-global-open-new.svg +2 -0
- package/svg/24/sidebar-open-new.svg +2 -0
- package/svg/24/single-sparks-filled-new.svg +2 -0
- package/svg/24/slide-format-new.svg +2 -0
- package/svg/24/slide-format.svg +1 -1
- package/svg/24/sliders-x-new.svg +2 -0
- package/svg/24/sliders-y-new.svg +2 -0
- package/svg/24/smiley-chat-new.svg +2 -0
- package/svg/24/smiley-new.svg +2 -0
- package/svg/24/smiley-plus-new.svg +2 -0
- package/svg/24/smiley-sticker-new.svg +2 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-looker.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/sort-ascending-new.svg +2 -0
- package/svg/24/sort-descending-new.svg +2 -0
- package/svg/24/sparks-filled-new.svg +2 -0
- package/svg/24/sparks-new.svg +2 -0
- package/svg/24/sparks.svg +1 -1
- package/svg/24/speaker-cross-new.svg +2 -0
- package/svg/24/speaker-high-new.svg +2 -0
- package/svg/24/spinner-new.svg +2 -0
- package/svg/24/spinner.svg +1 -1
- package/svg/24/split-vertical-new.svg +2 -0
- package/svg/24/square-arrow-in-new.svg +2 -0
- package/svg/24/square-brackets-angle-slash-new.svg +2 -0
- package/svg/24/square-circles-two-new.svg +2 -0
- package/svg/24/square-frame-2-lines-circle-new.svg +2 -0
- package/svg/24/square-line-square-dashed-new.svg +2 -0
- package/svg/24/square-star-scribble-new.svg +2 -0
- package/svg/24/square-triangle-circle-plus-new.svg +2 -0
- package/svg/24/squares-column-new.svg +2 -0
- package/svg/24/squares-four-new.svg +2 -0
- package/svg/24/squares-group-new.svg +2 -0
- package/svg/24/squares-merge-new.svg +2 -0
- package/svg/24/squares-row-new.svg +2 -0
- package/svg/24/squares-three-new.svg +2 -0
- package/svg/24/squares-two-overlap-new.svg +2 -0
- package/svg/24/squares-ungroup.svg +1 -1
- package/svg/24/squares-unmerge-new.svg +2 -0
- package/svg/24/stack-new.svg +2 -0
- package/svg/24/star-filled-new.svg +2 -0
- package/svg/24/star-half-new.svg +2 -0
- package/svg/24/star-new.svg +2 -0
- package/svg/24/sticky-corners-new.svg +2 -0
- package/svg/24/sticky-eye-closed-new.svg +2 -0
- package/svg/24/sticky-eye-open-new.svg +2 -0
- package/svg/24/sticky-note-new.svg +2 -0
- package/svg/24/sticky-note-stack-new.svg +2 -0
- package/svg/24/sticky-note-wide-new.svg +2 -0
- package/svg/24/sticky-notes-two-new.svg +2 -0
- package/svg/24/stop-circle-new.svg +2 -0
- package/svg/24/story-points-new.svg +2 -0
- package/svg/24/tag-new.svg +2 -0
- package/svg/24/tasks-new.svg +2 -0
- package/svg/24/text-a-underline-new.svg +2 -0
- package/svg/24/text-aa-new.svg +2 -0
- package/svg/24/text-align-center-new.svg +2 -0
- package/svg/24/text-align-left-new.svg +2 -0
- package/svg/24/text-align-right-new.svg +2 -0
- package/svg/24/text-b-bold-italic-underlined-new.svg +2 -0
- package/svg/24/text-b-bold-new.svg +2 -0
- package/svg/24/text-cursor-eye-open-new.svg +2 -0
- package/svg/24/text-h-one-new.svg +2 -0
- package/svg/24/text-h-three-new.svg +2 -0
- package/svg/24/text-h-two-new.svg +2 -0
- package/svg/24/text-i-italic-new.svg +2 -0
- package/svg/24/text-indent-new.svg +2 -0
- package/svg/24/text-line-height-new.svg +2 -0
- package/svg/24/text-line-height.svg +1 -1
- package/svg/24/text-lines-three-new.svg +2 -0
- package/svg/24/text-s-strikethrough-new.svg +2 -0
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles-new.svg +2 -0
- package/svg/24/text-t-new.svg +2 -0
- package/svg/24/text-u-underlined-new.svg +2 -0
- package/svg/24/thumbs-up-new.svg +2 -0
- package/svg/24/tick-circle-new.svg +2 -0
- package/svg/24/ticket-new.svg +2 -0
- package/svg/24/timeline-format-new.svg +2 -0
- package/svg/24/timeline-format.svg +1 -1
- package/svg/24/timer-new.svg +2 -0
- package/svg/24/tooltip-new.svg +2 -0
- package/svg/24/trackpad-new.svg +2 -0
- package/svg/24/trash-new.svg +2 -0
- package/svg/24/trash-simple-new.svg +2 -0
- package/svg/24/trophy-new.svg +2 -0
- package/svg/24/tshirt-new.svg +2 -0
- package/svg/24/user-add-new.svg +2 -0
- package/svg/24/user-arrow-right-up-new.svg +2 -0
- package/svg/24/user-background-blur-new.svg +2 -0
- package/svg/24/user-cog-new.svg +2 -0
- package/svg/24/user-cog-plus-new.svg +2 -0
- package/svg/24/user-eye-open-new.svg +2 -0
- package/svg/24/user-filter-new.svg +2 -0
- package/svg/24/user-load-new.svg +2 -0
- package/svg/24/user-new.svg +2 -0
- package/svg/24/user-number-three-new.svg +2 -0
- package/svg/24/user-pen-dashes-bottom-new.svg +2 -0
- package/svg/24/user-pen-line-bottom-new.svg +2 -0
- package/svg/24/user-tick-down-new.svg +2 -0
- package/svg/24/users-new.svg +2 -0
- package/svg/24/users-three-new.svg +2 -0
- package/svg/24/users.svg +1 -1
- package/svg/24/video-camera-new.svg +2 -0
- package/svg/24/video-camera-simple-error-new.svg +2 -0
- package/svg/24/video-camera-simple-new.svg +2 -0
- package/svg/24/video-camera-simple-slash-new.svg +2 -0
- package/svg/24/view-center-new.svg +2 -0
- package/svg/24/view-side-left-new.svg +2 -0
- package/svg/24/wallet-new.svg +2 -0
- package/svg/24/wifi-exclamation-new.svg +2 -0
- package/svg/24/wifi-new.svg +2 -0
- package/svg/meta.json +19 -22
- package/svg/24/arrow-fat-right-new.svg +0 -2
|
@@ -5,21 +5,54 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconWifiExclamationNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
29
|
+
d='M7.2353 13.9013c.5476-.5476 1.1405-1.0046 1.7647-1.3569m7.7647 1.3569c-.5676-.5676-1.1521-1.0169-1.7444-1.3569m-12.0203-2.8784c1.3043-1.3043 2.7372-2.2873 4.2353-2.949m13.7647 2.949c-1.3043-1.3043-2.7372-2.2873-4.2353-2.949'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
34
|
+
d='M7.2353 13.9013c.692-.692 1.4563-1.2393 2.2647-1.6134m7.2647 1.6134c-.7241-.7241-1.4758-1.2557-2.2361-1.6134m-11.5286-2.6219c1.5247-1.5247 3.2251-2.6103 5-3.2568m13 3.2568c-1.5247-1.5247-3.2251-2.6103-5-3.2568M12 15v-11'
|
|
35
|
+
/>,
|
|
36
|
+
<circle
|
|
37
|
+
cx={12}
|
|
38
|
+
cy={17.5}
|
|
39
|
+
r={1.5}
|
|
40
|
+
fill='currentColor'
|
|
41
|
+
transform='rotate(-180 12 17.5)'
|
|
42
|
+
/>
|
|
43
|
+
)
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
export const IconWifiExclamationOld: IconComponentType = forwardRef(
|
|
48
|
+
(props, forwardRef) => {
|
|
14
49
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
50
|
return createElement(
|
|
16
51
|
StyledIcon,
|
|
17
52
|
{
|
|
18
53
|
...props,
|
|
19
|
-
weight,
|
|
20
54
|
debug,
|
|
21
55
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
56
|
viewBox: '0 0 24 24',
|
|
24
57
|
fill: 'none',
|
|
25
58
|
ref: forwardRef,
|
|
@@ -33,4 +66,25 @@ export const IconWifiExclamation: IconComponentType = forwardRef(
|
|
|
33
66
|
}
|
|
34
67
|
)
|
|
35
68
|
|
|
69
|
+
export const IconWifiExclamation: IconComponentType = forwardRef(
|
|
70
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
71
|
+
const [v1] = useNewDesignLanguage()
|
|
72
|
+
return v1 ? (
|
|
73
|
+
<IconWifiExclamationNew
|
|
74
|
+
{...props}
|
|
75
|
+
size={size}
|
|
76
|
+
weight={weight}
|
|
77
|
+
ref={forwardRef}
|
|
78
|
+
/>
|
|
79
|
+
) : (
|
|
80
|
+
<IconWifiExclamationOld
|
|
81
|
+
{...props}
|
|
82
|
+
size={size}
|
|
83
|
+
weight={weight}
|
|
84
|
+
ref={forwardRef}
|
|
85
|
+
/>
|
|
86
|
+
)
|
|
87
|
+
}
|
|
88
|
+
)
|
|
89
|
+
|
|
36
90
|
IconWifiExclamation[iconSymbol] = true
|
package/react/wifi.tsx
CHANGED
|
@@ -5,21 +5,43 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconWifiNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<circle cx={12} cy={17.759} r={1.5} fill='currentColor' />,
|
|
27
|
+
<path
|
|
28
|
+
stroke='currentColor'
|
|
29
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
30
|
+
d='M7.2353 13.9013c2.647-2.647 6.3529-3.1765 9.5294 0m-13.7647-4.2353c5.2941-5.2941 12.7059-5.2941 18 0'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
export const IconWifiOld: IconComponentType = forwardRef(
|
|
37
|
+
(props, forwardRef) => {
|
|
14
38
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
39
|
return createElement(
|
|
16
40
|
StyledIcon,
|
|
17
41
|
{
|
|
18
42
|
...props,
|
|
19
|
-
weight,
|
|
20
43
|
debug,
|
|
21
44
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
45
|
viewBox: '0 0 24 24',
|
|
24
46
|
fill: 'none',
|
|
25
47
|
ref: forwardRef,
|
|
@@ -35,4 +57,15 @@ export const IconWifi: IconComponentType = forwardRef(
|
|
|
35
57
|
}
|
|
36
58
|
)
|
|
37
59
|
|
|
60
|
+
export const IconWifi: IconComponentType = forwardRef(
|
|
61
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
62
|
+
const [v1] = useNewDesignLanguage()
|
|
63
|
+
return v1 ? (
|
|
64
|
+
<IconWifiNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
65
|
+
) : (
|
|
66
|
+
<IconWifiOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
67
|
+
)
|
|
68
|
+
}
|
|
69
|
+
)
|
|
70
|
+
|
|
38
71
|
IconWifi[iconSymbol] = true
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m9 10 .8575-.5145h-1.715l.8575.5145Zm3 5-.8575.5145 1.7519-.0673-.8944-.4472Zm1.4309-2.8618.8944.4472-.8944-.4472Zm-5.0734.8763 1.5-2.5-1.715-1.029-1.5 2.5 1.715 1.029Zm-.215-2.5 3 5 1.715-1.029-3-5-1.715 1.029Zm4.7519 4.9327 1.4309-2.8618-1.7888-.8944-1.4309 2.8618 1.7888.8944Zm.7601-2.4472h1.3455v-2h-1.3455v2Zm1.3455 0h2v-2h-2v2Zm-.6747-.4146a.7499.7499 0 0 1-.6708.4146v-2c-.4735 0-.9063.2675-1.118.691l1.7888.8944Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M12 21c4.9706 0 9-4.0294 9-9s-4.0294-9-9-9-9 4.0294-9 9c0 1.7285.4873 3.3433 1.332 4.7143l-1.332 4.2857 4.2566-1.35c.4168.259.8563.4848 1.3148.6739 1.0567.4357 2.2146.6761 3.4286.6761Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M22 5h-20m15 10h-5m0 0h-5m5 0v-5m0 5v5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M5 3v18m10-14v5m0 0v5m0-5h-5m5 0h5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M3 20h18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M7 16h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 16)"/><path fill="currentColor" d="M7 16h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 16)"/><path fill="currentColor" d="M7 16h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 16)"/><path fill="currentColor" d="M14 16h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 16)"/><path fill="currentColor" d="M14 16h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 16)"/><path fill="currentColor" d="M14 16h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 16)"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M4 7h16v3h-16z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M4 7h16v3h-16z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M4 7h16v3h-16zM6 14h12v3h-12z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M6 14h12v3h-12z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M6 14h12v3h-12z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M12 3v18" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M3 12h18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M7 20h16v3h-16z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 20)"/><path fill="currentColor" d="M7 20h16v3h-16z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 20)"/><path fill="currentColor" d="M7 20h16v3h-16z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 20)"/><path fill="currentColor" d="M14 18h12v3h-12z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 18)"/><path fill="currentColor" d="M14 18h12v3h-12z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 18)"/><path fill="currentColor" d="M14 18h12v3h-12z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 18)"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M4 3v18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 7h13v3h-13z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 7h13v3h-13z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 7h13v3h-13zM8 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M20 3v18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M3 7h13v3h-13z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M3 7h13v3h-13z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M3 7h13v3h-13zM9 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M9 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M9 14h7v3h-7z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M3 4h18" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M7 21h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 21)"/><path fill="currentColor" d="M7 21h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 21)"/><path fill="currentColor" d="M7 21h13v3h-13z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 7 21)"/><path fill="currentColor" d="M14 15h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 15)"/><path fill="currentColor" d="M14 15h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 15)"/><path fill="currentColor" d="M14 15h7v3h-7z" style="vector-effect:non-scaling-stroke" transform="rotate(-90 14 15)"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="m6.108 20.5695 4.3662-9.391h.0557l4.4415 9.4212-.0004.0004c-2.7802-1.3851-6.0756-1.395-8.863-.0306Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M6 12h-3v-8h18v8h-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 4v4M7 4v4M7 4v4M7 4v4M12 4v4M12 4v4M12 4v4M12 4v4M17 4v4M17 4v4M17 4v4M17 4v4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M21 15s-3.6-6-9-6c-4.0006 0-6.7072 3.2932-8 5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M11 15h-8v-8" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M13 15h8v-8" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m20 14 .8944-.4472a1.0024 1.0024 0 0 0-.0972-.1566l-.7972.6038Zm-8-6c-3.075 0-5.562 1.7019-7.2146 3.2759-.8374.7974-1.4925 1.5919-1.9385 2.1866a15.6907 15.6907 0 0 0-.5146.7264 10.4537 10.4537 0 0 0-.1738.2703l-.0107.0175-.0033.0055-.0012.0019-.0004.0008c-.0002.0003-.0004.0006.8571.5151.8575.5145.8573.5148.8572.515l-.0002.0003a.0018.0018 0 0 1-.0002.0003l.0006-.001.005-.0083.0254-.0406a8.5173 8.5173 0 0 1 .1104-.1702c.0997-.15.2504-.3687.4487-.633.3977-.5303.98-1.2358 1.7178-1.9384 1.4973-1.426 3.5103-2.7241 5.8353-2.7241v-2Zm8.7972 5.3962c-1.27-1.6766-4.2494-5.3962-8.7972-5.3962v2c3.4533 0 5.8872 2.8668 7.2028 4.6038l1.5944-1.2076Zm-1.6916 1.051.5 1 1.7888-.8944-.5-1-1.7888.8944Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m7.9999 15-5-5 5-5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.9999 10h9c3.3571 0 6.0339 1.4088 6.7999 6 .1016.6092.1678 1.2745.2002 2v2" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 15 5-5-5-5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M20 10h-9c-3.3571 0-6.034 1.4088-6.8 6-.1016.6092-.1677 1.2745-.2001 2v2" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m21 3-10 10M20 11l1-8-8 1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10 6h-5c-1.1046 0-2 .8954-2 2v11c0 1.1046.8954 2 2 2h11c1.1046 0 2-.8954 2-2v-5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M11 20c-4.4183 0-8-3.5817-8-8s3.5817-8 8-8 8 3.5817 8 8v2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 12 3 3 3-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M13 4c4.4183 0 8 3.5817 8 8s-3.5817 8-8 8-8-3.5817-8-8v-2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 12-3-3-3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M13 20c4.4183 0 8-3.5817 8-8s-3.5817-8-8-8-8 3.5817-8 8v2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 12-3 3-3-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M11 4c-4.4183 0-8 3.5817-8 8s3.5817 8 8 8 8-3.5817 8-8v-2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 12 3-3 3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.7535 10.0296c1.0882 4.2822-1.501 8.6358-5.7832 9.724-4.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.7535 10.0296c1.0882 4.2822-1.501 8.6358-5.7832 9.724-4.2821 1.0881-8.6357-1.5011-9.7239-5.7833-1.0882-4.2821 1.501-8.6357 5.7832-9.7239a8.015 8.015 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M20 10" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 15 3 3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M5 4h12c5 0 5 7 0 7h-10c-5 0-5 7 0 7h14" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="m20 4-7.5 7.5-7.5 7.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M13 19h-8v-8" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M12 3v17" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 16-6 5-6-5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="m4 4 8 8 7 7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M11 19h8v-8" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 20 5-5-5-5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M20 15h-16v-11" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.5 19.2467v-3.2467h8v-8h-8v-3.2467l-8.0095 7.2467 8.0095 7.2467Zm2 1.69c0 1.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.5 19.2467v-3.2467h8v-8h-8v-3.2467l-8.0095 7.2467 8.0095 7.2467Zm2 1.69c0 1.0837-1.285 1.654-2.0886.9269l-10.902-9.8636 10.902-9.8636c.8036-.7271 2.0886-.1569 2.0886.927v2.9366h6.75c.6904 0 1.25.5596 1.25 1.25v9.5c0 .6904-.5596 1.25-1.25 1.25h-6.75v2.9367Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20 12h-16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m9 6-6 6 6 6" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16 18 5-6-5-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 12h17" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.0002 18v-10" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 11 4-4 4 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M20.9965 12c0 4.9706-4.0295 9-9 9-4.9706 0-9-4.0294-9-9s4.0294-9 9-9c4.9705 0 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="m20 19.9999-8-8-7-7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M5 12.9999v-8h8" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M12 21v-17" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m6 8 6-5 6 5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M19 12v-8h-8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m4 19 7-7 8-8" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m9 3.5122.3332.9428.0382-1.8713-.3714.9285Zm6 16.9758-.3332-.9429-.0401 1.8706.3733-.9277Zm-6.5355-7.7808-.7071-.7071c-.3906.3905-.3906 1.0237 0 1.4142l.707-.7071Zm4.2426-4.2426.7071-.7071c-.3905-.3906-1.0237-.3906-1.4142 0l.7071.707Zm2.8284 2.8284.7071.7071c.3906-.3905.3906-1.0237 0-1.4142l-.7071.7071Zm-4.2426 4.2427-.7071.7071c.3905.3905 1.0237.3905 1.4142 0l-.7071-.7071Zm-7.2929-3.5356c0-3.4817 2.2247-6.4463 5.3332-7.545l-.6664-1.8857c-3.8827 1.3723-6.6668 5.075-6.6668 9.4307h2Zm10.6668-7.545c3.1085 1.0987 5.3332 4.0633 5.3332 7.545h2c0-4.3556-2.7841-8.0584-6.6668-9.4307l-.6664 1.8857Zm-5.3336 15.09c-3.1085-1.0987-5.3332-4.0633-5.3332-7.545h-2c0 4.3556 2.7841 8.0584 6.6668 9.4307l.6664-1.8857Zm10.6668-7.545c0 3.4817-2.2247 6.4463-5.3332 7.545l.6664 1.8857c3.8827-1.3723 6.6668-5.0751 6.6668-9.4307h-2Zm-10.6286-9.4164-5-2-.7428 1.857 5 2 .7428-1.857Zm5.2553 18.832 5 2.012.7466-1.8554-5-2.012-.7466 1.8554Zm-5.4551-8.0014 4.2426-4.2426-1.4142-1.4142-4.2426 4.2426 1.4142 1.4142Zm2.8284-4.2426 2.8284 2.8284 1.4142-1.4142-2.8284-2.8284-1.4142 1.4142Zm2.8284 1.4142-4.2426 4.2426 1.4142 1.4143 4.2426-4.2427-1.4142-1.4142Zm-2.8284 4.2426-2.8284-2.8284-1.4142 1.4142 2.8284 2.8285 1.4142-1.4143Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M9 20h3c4.4183 0 8-3.5817 8-8 0-1.4571-.3193-2.8233-1-4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m12 17-3 3 3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 4h-2c-4.4183 0-8 3.5817-8 8 0 1.4571.3193 2.8233 1 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m12 1 3 3-3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M4 9v3c0 4.4183 3.5817 8 8 8 1.4571 0 2.8233-.3193 4-1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m7 12-3-3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M20 14v-2c0-4.4183-3.5817-8-8-8-1.4571 0-2.8233.3193-4 1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m23 12-3 3-3-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M7 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m10.5 17.5-3.5 3.5-3.5-3.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 21v-17" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m21 7-4-3.5-4 3.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 3h8m8 0h-8m0 0v5m-8 13h8m8 0h-8m0 0v-5m-2-4h-8m12 0h8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m6 8-4 4 4 4m12-8 4 4-4 4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m3 21 6-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="M5 14h5v5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m20.9999 3-5.9999 6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="M18.9999 10.0001h-5.0001v-5.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m15 19-3 3-3-3m6-14-3-3-3 3m10 4 3 3-3 3m-14-6-3 3 3 3M12 3v18m-9-9h18" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2 6v12m20-12v12m-14-9-3 3 3 3m8-6 3 3-3 3M2 6v12m20-12v12m-3-6h-14" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M15 3h6v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m14 10 7-7M10 14l-7 7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M9 21h-6v-6" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m11 16-4 4-4-4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M7 19.5v-15.5h6M14 8l4-4 4 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M18 4.5v15.5h-5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="29" fill="none" viewBox="0 0 26 29"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13.7633 22.9583h4.7642c.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="29" fill="none" viewBox="0 0 26 29"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13.7633 22.9583h4.7642c.2924 0 .5294-.2705.5294-.6041v-16.3125m0 0-3.7055 4.2291m3.7055-4.2291 3.7055 4.2291m-11.1165-4.2291h-4.7643c-.2923 0-.5293.2705-.5293.6041v16.3125m0 0 3.7055-4.2291m-3.7055 4.2291-3.7055-4.2291" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M6.3523 14.5v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m7.6316 12-3.3158 3.375-3.3158-3.375" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M13.1579 21c4.8834 0 8.8421-4.0294 8.8421-9s-3.9587-9-8.8421-9-8.8421 4.0294-8.8421 9v3.375" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="1.5" d="m9 11 2-1.5v6.5M14 15.2v-5.4h3v5.4h-3Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12.472 8.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12.472 8.9002v5.6h-1.208v-3.992c-.104.152-.488.224-.728.224h-.4v-1.032h.376c.472 0 .744-.184.824-.8h1.136ZM15.424 14.5642c-1.4 0-2.08-.976-2.08-2.688v-.36c0-1.712.68-2.68 2.08-2.68h.328c1.416 0 2.088.976 2.088 2.68v.36c0 1.712-.672 2.688-2.088 2.688h-.328Zm-.872-2.328c0 .864.4 1.288.936 1.288h.216c.536 0 .928-.424.928-1.288v-1.08c0-.864-.392-1.288-.928-1.288h-.216c-.536 0-.936.424-.936 1.288v1.08Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M19.7744 10.2394c-.9736-3.7414-4.7958-5.9852-8.5372-5.0116-3.3416.8695-5.4885 4.0114-5.2156 7.3386l1.2713-1.2713c.3905-.3905 1.0237-.3905 1.4142 0 .3905.3905.3905 1.0237 0 1.4142l-2.7172 2.7172c-.5467.5467-1.4331.5467-1.9798 0l-2.7172-2.7172c-.3905-.3905-.3905-1.0237 0-1.4142.3905-.3905 1.0237-.3905 1.4142 0l1.3116 1.3116c-.2896-4.2328 2.459-8.207 6.7148-9.3144 4.8104-1.2518 9.7247 1.633 10.9764 6.4434 1.2518 4.8104-1.633 9.7247-6.4434 10.9764a9.0139 9.0139 0 0 1-2.2482.292c-.5523.0015-1.0012-.445-1.0026-.9973-.0015-.5523.445-1.0012.9973-1.0027a7.015 7.015 0 0 0 1.7498-.2275c3.7414-.9736 5.9852-4.7958 5.0116-8.5372Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m16.3684 12 3.3158 3.375 3.3158-3.375" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10.8421 21c-4.8834 0-8.8421-4.0294-8.8421-9s3.9587-9 8.8421-9 8.8421 4.0294 8.8421 9v3.375" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="1.5" d="m5.5 11 2.5-1.5v6.5M11 15.2v-5.4h3v5.4h-3Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 5c0-.5523.4477-1 1-1h9.5858l3.4142 3.4142v11.5858c0 .5523-.4477 1-1 1h-12c-.5523 0-1-.4477-1-1v-14Zm1-3c-1.6569 0-3 1.3432-3 3v14c0 1.6569 1.3431 3 3 3h12c1.6569 0 3-1.3431 3-3v-12.4142l-.2929-.293-4-4-.2929-.2928h-10.4142Zm1 7h7v-2h-7v2Zm0 4h10v-2h-10v2Zm0 4h10v-2h-10v2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3v1h.002l-.002-1Zm0 18 .0654-.9979a1.0202 1.0202 0 0 0-.0654-.0021v1Zm0-19c-5.5229 0-10 4.4771-10 10h2c0-4.4183 3.5817-8 8-8v-2Zm-10 10c0 5.5228 4.4771 10 10 10v-2c-4.4183 0-8-3.5817-8-8h-2Zm20 0c0-4.4-3.3073-10.0134-10.002-10l.004 2c5.3053-.0106 7.998 4.3997 7.998 8h2Zm-2 0v1.5h2v-1.5h-2Zm-5 0c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Zm8 4.5c0 .8285-.6716 1.5-1.5 1.5v2c1.933 0 3.5-1.567 3.5-3.5h-2Zm-1.5 1.5c-.8284 0-1.5-.6715-1.5-1.5h-2c0 1.933 1.567 3.5 3.5 3.5v-2Zm-1.5-1.5v-1.5h-2v1.5h2Zm-5 7.5c-.0654.9979-.0652.9979-.0649.9979h.0006a.0053.0053 0 0 0 .0013.0001l.0034.0002a.4084.4084 0 0 0 .0096.0006l.03.0016c.0248.0012.059.0027.1018.004.0856.0026.206.0048.355.0033a11.1565 11.1565 0 0 0 1.1946-.0773c.9498-.1125 2.2296-.3876 3.3794-1.0707l-1.0216-1.7194c-.8134.4832-1.7837.7081-2.5931.804a9.1635 9.1635 0 0 1-.9789.0635 6.6775 6.6775 0 0 1-.3393-.005l-.0132-.0007-.0014-.0001h.0006l.0007.0001h.0004c.0002 0 .0004 0-.065.9979Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.7955 3.0302a3.625 3.625 0 0 1 5.1255 5.1268 1.0487 1.0487 0 0 1-.0222.022l-8.8026 8.4718-1.4145-1.4144 8.8176-8.4863a1.6251 1.6251 0 0 0-2.3038-2.2916l-9.1936 9.1664a3.5002 3.5002 0 0 0 2.4838 5.9514 3.5001 3.5001 0 0 0 2.4664-1.0026l6.9018-6.8916 1.4142 1.4142-6.9108 6.9007a5.5004 5.5004 0 0 1-7.7464-.0316 5.5 5.5 0 0 1-.0315-7.7464l.0067-.0068 9.2094-9.182Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/badge.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 17c-6 0-6-9 0-9h8c6 0 6 9 0 9h-8Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 17c-6 0-6-9 0-9h8c6 0 6 9 0 9h-8Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.0039 2c-3.636 0-6.6805 2.7552-7.0423 6.3732l-.8627 8.6268h-2.0989v2h20.0039v-2h-2.095l-.8627-8.6268c-.3618-3.618-3.4063-6.3732-7.0423-6.3732Zm5.0522 6.5722.8428 8.4278h-11.79l.8428-8.4278c.2595-2.5956 2.4437-4.5722 5.0522-4.5722s4.7927 1.9766 5.0522 4.5722Zm-7.0561 11.4278h4v1l-1 1h-2l-1-1v-1Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m2 21 17-19" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 18h13" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M4.943 8.3574c.3746-3.6125 3.419-6.3574 7.0508-6.3574 2.0868 0 3.9791.9061 5.2828 2.3617l-1.2766.6383v.9505c-.9358-1.1931-2.3897-1.9505-4.0062-1.9505-2.6072 0-4.7926 1.9705-5.0616 4.5637l-.9375 9.0395-1.9893-.2064.9375-9.0394Zm12.022-.3574c.0414.1901.0724.3844.0922.5823l.2017 2.0167v.0005l.746 7.4995 1.9902-.198-.7461-7.5v-.0005l-.2017-2.0172a7.1802 7.1802 0 0 0-.0488-.3833h-2.0335Zm-2.965 12h-4v1l1 1h2l1-1v-1Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.0717 3.9275c2.571 2.5711 2.7756 6.6721.4731 9.4862l-5.4901 6.7101 1.4842 1.4842-1.4142 1.4142-2.1241-2.1241-9.8995-9.8995-2.1213-2.1213 1.4142-1.4142 1.4814 1.4814 6.7101-5.49c2.8141-2.3026 6.9151-2.098 9.4862.473Zm-8.2197 1.0748-6.5553 5.3634 8.3368 8.3368 5.3634-6.5552c1.6518-2.0189 1.5051-4.961-.3394-6.8055-1.8446-1.8446-4.7866-1.9913-6.8055-.3395Zm-3.0913 13.0701-2.8284-2.8284-.7071.7071v1.4142l1.4142 1.4142h1.4142l.7071-.7071Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 1v2h-6c-1.6568 0-3 1.3431-3 3v10c0 1.6569 1.3432 3 3 3h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.6569 0 3-1.3431 3-3v-10c0-1.6569-1.3431-3-3-3h-6v-2h-2Zm-7 5c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-10Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M11 13h7" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m21 20-.3613.9324 1.3613-.9324h-1Zm-8 0v1h.2898l.2448-.1549-.5346-.8451Zm3-16 .0881.996-.0881-.996Zm4 .5.3389-.9408-.3389.9408Zm-8 1-.6466.7628.6466.5481.6466-.5481-.6466-.7628Zm-9 14.5h-1l1.3613.9324-.3613-.9324Zm8 0-.5346.845.2448.155h.2898v-1Zm-3-16-.0881.996.0881-.996Zm-4 .5-.339-.9408.339.9408Zm16 1.5v14h2v-14h-2Zm-3.5 14c.8184 0 1.8361.2189 2.6979.4623.4205.1188.7847.2378 1.0429.3268a15.3034 15.3034 0 0 1 .3761.135l.0181.0069.0037.0014a.001.001 0 0 1 .0004.0002l-.0001-.0001h-.0001c-.0001-.0001-.0002-.0001.3611-.9325.3613-.9325.3612-.9325.3611-.9326l-.0004-.0001-.0008-.0003a.0185.0185 0 0 0-.0023-.0009l-.0075-.0029a17.151 17.151 0 0 0-.4574-.1649 21.5831 21.5831 0 0 0-1.1511-.3607c-.9084-.2566-2.1407-.5376-3.2416-.5376v2Zm-3.5 0c.5346.8451.5344.8452.5342.8453l-.0004.0003-.0007.0004a.0037.0037 0 0 1-.001.0006l-.0003.0002a4.5272 4.5272 0 0 1 .2108-.1181 6.648 6.648 0 0 1 .6539-.2982c.5639-.222 1.3102-.4305 2.1035-.4305v-2c-1.126 0-2.1297.2914-2.836.5695a8.6305 8.6305 0 0 0-.8527.3892 6.575 6.575 0 0 0-.2427.1341 4.4625 4.4625 0 0 0-.0984.0591l-.0027.0017-.0012.0007-.0005.0003c-.0002.0001-.0004.0003.5342.8454Zm3.0881-15.004c1.4574-.1288 2.7789.1588 3.573.4448l.6778-1.8816c-1.0143-.3654-2.6289-.7144-4.427-.5554l.1762 1.9923Zm-4.0881.504c.6466.7628.6464.763.6461.7632l-.0005.0004a.0149.0149 0 0 1-.0009.0008l-.0014.0011-.0011.001a3.6105 3.6105 0 0 1 .1971-.1446c.1487-.1016.3772-.2451.6773-.3965.6012-.3034 1.4784-.6326 2.5715-.7293l-.1762-1.9923c-1.3971.1236-2.52.5443-3.2962.936-.3886.196-.6932.3862-.9054.5314a5.598 5.598 0 0 0-.2495.1801 3.7716 3.7716 0 0 0-.0942.0747l-.0077.0065-.0031.0026-.0013.001-.0006.0006c-.0002.0002-.0005.0004.6461.7633Zm10 .5c0-.509-.1169-1.0227-.409-1.4723-.2967-.4566-.7319-.7811-1.2521-.9685l-.6778 1.8816c.1531.0552.2179.1228.2529.1766.0395.061.086.1759.086.3826h2Zm-20 0v14h2v-14h-2Zm5.5 12c-1.101 0-2.3332.281-3.2416.5376a21.5628 21.5628 0 0 0-1.1511.3607 17.2774 17.2774 0 0 0-.4315.1551 2.2197 2.2197 0 0 0-.026.0098l-.0074.0029a.0181.0181 0 0 0-.0023.0009.009.009 0 0 0-.0008.0003l-.0004.0001c0 .0001-.0002.0001.3611.9326.3613.9324.3612.9324.3611.9325h-.0001l-.0001.0001.0004-.0002.0038-.0014.018-.0069a15.3999 15.3999 0 0 1 .376-.135c.2583-.089.6225-.208 1.043-.3268.8618-.2434 1.8795-.4623 2.6979-.4623v-2Zm3.5 2c.5346-.8451.5344-.8453.5342-.8454l-.0005-.0003-.0012-.0008-.0027-.0016a4.4625 4.4625 0 0 0-.0984-.0591 6.575 6.575 0 0 0-.2427-.1341 8.6305 8.6305 0 0 0-.8527-.3892c-.7063-.2781-1.71-.5695-2.836-.5695v2c.7933 0 1.5396.2085 2.1035.4305.2782.1095.5024.2185.6539.2982.0755.0397.1322.0718.1678.0925a2.0082 2.0082 0 0 1 .043.0256l-.0003-.0002a.0037.0037 0 0 1-.001-.0006l-.0007-.0004-.0004-.0003c-.0002-.0001-.0004-.0003.5342-.8453Zm-2.9119-16.9962c-1.7981-.159-3.4128.19-4.427.5554l.6778 1.8816c.794-.286 2.1156-.5736 3.573-.4447l.1762-1.9923Zm3.9119 2.4962c.6466-.7629.6463-.763.6461-.7633l-.0006-.0005-.0013-.0011-.0031-.0026-.0077-.0065a3.7716 3.7716 0 0 0-.0942-.0747 5.598 5.598 0 0 0-.2495-.1801c-.2122-.1452-.5168-.3354-.9054-.5314-.7762-.3917-1.899-.8124-3.2962-.936l-.1762 1.9923c1.0931.0966 1.9703.426 2.5715.7293.3001.1514.5286.2949.6773.3966.0742.0507.1281.0908.1606.1158a1.6535 1.6535 0 0 1 .0365.0287l-.0011-.001-.0014-.0011a.0149.0149 0 0 1-.0009-.0008l-.0005-.0004c-.0003-.0002-.0005-.0004.6461-.7632Zm-8 .5c0-.2067.0465-.3217.086-.3826.035-.0537.0998-.1214.253-.1766l-.678-1.8816c-.5201.1874-.9553.5119-1.252.9685-.2921.4496-.409.9633-.409 1.4723h2Zm7 15h2v-2h-2v2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 17v-4h-2" style="vector-effect:non-scaling-stroke"/><circle cx="12" cy="9.5" r="1.5" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="2" d="M18.5 4h-13a.5.5 0 0 0-.5.5v16.5l7-3.7778 7 3.7778v-16.5a.5.5 0 0 0-.5-.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M15 4h-2.0001c-1.0125 0-2 .8954-2 2v4c0 1.1046-1.8492 2-2 2-.1506 0 2 .8954 2 2v4c0 1.1046.9875 2 2 2h2.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.0037 21c-1.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.0037 21c-1.0038 0-3-1-3-3v-4c.0011-1-2.8955-2-3-2-.1046 0 3-.8954 3-2v-4c-.0038-2 1.9962-3 3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M9 4h1.9925c1.0125 0 2 .8954 2 2v4c0 1.1046 1.8493 2 1.9999 2 .1507 0-1.9999.8954-1.9999 2v4c0 1.1046-.9875 2-2 2h-1.9925" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9.0012 3c1.0037 0 3 1 3 3v4c-.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9.0012 3c1.0037 0 3 1 3 3v4c-.0011 1 2.8954 2 3 2 .1046 0-3 .8954-3 2v4c.0037 2-1.9963 3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 12v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 7-5 5 4.5 4.5M16 7l5 5-4.5 4.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m13.5 4-3 16" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" fill="none" viewBox="0 0 23 24"><path stroke="currentColor" stroke-width="2" d="M14.5079 4h2.4999c1.0126 0 2 .8954 2 2v4c0 1.1046 1.9042 2 2 2 .0959 0-2 .8954-2 2v4c0 1.1046-.9874 2-2 2h-2.4999M7.5079 4h-2.5c-1.0126 0-2 .8954-2 2v4c0 1.1046-1.8494 2-2 2-.1507 0 2 .8954 2 2v4c0 1.1046.9874 2 2 2h2.5" style="vector-effect:non-scaling-stroke"/><circle cx="8.008" cy="15" r="1" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="11.008" cy="15" r="1" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="14.008" cy="15" r="1" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" fill="none" viewBox="0 0 23 24"><path fill="currentColor" d="M8.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" fill="none" viewBox="0 0 23 24"><path fill="currentColor" d="M8.3334 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5ZM12.4584 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5ZM16.5834 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4.6701 20c-1.0125 0-1.8333-.8954-1.8333-2v-4c0-1.1046-1.7375-2-1.8333-2-.0959 0 1.8333-.8954 1.8333-2v-4c0-1.1046.8208-2 1.8333-2m12.8299 0c1.0125 0 1.8333.8954 1.8333 2v4c0 1.1046 1.7375 2 1.8334 2 .0958 0-1.8334.8954-1.8334 2v4c0 1.1046-.8208 2-1.8333 2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11.0834 15.9998v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M12 9v.0001" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M4 3v-1l-1 1h1Zm16 0h1l-1-1v1Zm-10.5 13h1v-1h-1v1Zm5 0v-1h-1v1h1Zm-10.5-12h16v-2h-16v2Zm1 10v-11h-2v11h2Zm4.5 1h-3.5v2h3.5v-2Zm1 4v-3h-2v3h2Zm2 1h-1v2h1v-2Zm1-4v3h2v-3h-2Zm4.5-1h-3.5v2h3.5v-2Zm1-12v11h2v-11h-2Zm-6.5 19c1.6569 0 3-1.3431 3-3h-2c0 .5523-.4477 1-1 1v2Zm-4-3c0 1.6569 1.3431 3 3 3v-2c-.5523 0-1-.4477-1-1h-2Zm9.5-2c1.6569 0 3-1.3431 3-3h-2c0 .5523-.4477 1-1 1v2Zm-15-3c0 1.6569 1.3431 3 3 3v-2c-.5523 0-1-.4477-1-1h-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M4 12h16M9 3v6M15 3v6" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-miterlimit="1.414" stroke-width="2" d="M3 11v10h18v-10m-18 0v-6h18v6m-18 0h18m-5-9v6m-8-6v6" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M2 17.0002h7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m7 14 3 3-3 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-miterlimit="1.414" stroke-width="2" d="M21 11v10h-8m8-10v-6h-18v6h18Zm-13-9v6m8-6v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 15v6" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-miterlimit="1.414" stroke-width="2" d="M3 11v10h8m-8-10v-6h18v6h-18Zm13-9v6m-8-6v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10 15v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M13 17.0002h7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 14 3 3-3 3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20h-1l1 1v-1Zm18 0v1l1-1h-1Zm-12-16v-1l-.8944.5528.8944.4472Zm6 0 .8944-.4472-.8944-.5528v1Zm1.5 3-.8944.4472a1 1 0 0 0 .8944.5528v-1Zm-9 0v1a1 1 0 0 0 .8944-.5528l-.8944-.4472Zm-4.5 0v-1l-1 1h1Zm18 0h1l-1-1v1Zm-19 2v11h2v-11h-2Zm1 12h18v-2h-18v2Zm19-1v-10h-2v10h2Zm0-2v-9h-2v9h2Zm-3-12h-2v2h2v-2Zm-17 3v9h2v-9h-2Zm7-4h6v-2h-6v2Zm5.1056-.5528 1.5 3 1.7888-.8944-1.5-3-1.7888.8944Zm2.3944 3.5528h2.5v-2h-2.5v2Zm-8.1056-.5528 1.5-3-1.7888-.8944-1.5 3 1.7888.8944Zm-2.3944.5528h1.5v-2h-1.5v2Zm0-2h-3v2h3v-2Zm-4 1v2h2v-2h-2Zm17 1h2v-2h-2v2Zm1-1v2h2v-2h-2Z" style="vector-effect:non-scaling-stroke"/><circle cx="12" cy="13" r="3.5" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M13 15h3v3h-3v-3ZM11 6h-3v3h3v-3Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M4 5c0-1.6568 1.3431-3 3-3h10c1.6569 0 3 1.3432 3 3v14c0 1.6569-1.3431 3-3 3h-10c-1.6569 0-3-1.3431-3-3v-14Zm3-1c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h10c.5523 0 1-.4477 1-1v-14c0-.5523-.4477-1-1-1h-10Z" style="vector-effect:non-scaling-stroke"/></svg>
|