@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
|
@@ -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 12v.0001" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M18.0229 15.4419c2.264-.2516 3.9767-2.1655 3.9761-4.4435-.0005-2.2774-1.7134-4.1903-3.9769-4.4414l-5.0221-.557-6.002-3.002v16.004l6.002-3.002 5.0229-.5581Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width=".5" d="M3.75 9.25v3.5h-.6465l-.8535-.8536v-1.7928l.8535-.8536h.6465Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M13 6v11" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M13 21h-1c0 .5523.4477 1 1 1v-1Zm4 0v1l1-1h-1Zm-5-6v6h2v-6h-2Zm1 7h4v-2h-4v2Zm5-1v-6h-2v6h2Z" 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 9v2c0 3.866 3.134 7 7 7m7-9v2c0 3.866-3.134 7-7 7m0 0v3m3-15v5c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3v-5c0-1.6569 1.3431-3 3-3s3 1.3431 3 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 stroke="currentColor" stroke-width="2" d="m4 18 11-11 4-4M5 9v2c0 .3395.0242.6734.0709 1m13.9291-3v2c0 3.866-3.134 7-7 7m0 0v3m0-3c-1.9073 0-3.6364-.7628-4.899-2a7.0328 7.0328 0 0 1-.4972-.5409m2.3962-7.4591v-2c0-1.6569 1.3431-3 3-3 .3506 0 .6872.0602 1 .1707a2.998 2.998 0 0 1 1 .5932m1 3.2361v4c0 1.6569-1.3431 3-3 3-.8885 0-1.6868-.3863-2.2361-1a3.008 3.008 0 0 1-.3291-.4437" 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 12h-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="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M6 5c0-1.1046.8954-2 2-2h8c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2h-8c-1.1046 0-2-.8954-2-2v-14Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M10 17h4" 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="M10 4h-5c-1.1046 0-2 .8954-2 2v10c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-3M8 21h8M21 3l-8 8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m20 10 1-7-7 1" 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="m12.0019 15 .0001-7M15.5354 11l-3.5335-3-3.5375 3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10ZM8 21h8" 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-linejoin="round" stroke-width="2" d="M9 21h6m-11-3h16c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1ZM12.
|
|
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="M9 21h6m-11-3h16c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1ZM12.0019 14.4634l-.002-6.999m0 0 3.5355 3.5356m-3.5355-3.5355-3.5355 3.5355" 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="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10ZM8 21h8" 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="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10ZM14 8v6m-4-6v6M8 21h8" 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="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 8 4 3v1l-4 2-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M8 21h8" 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="M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z" style="vector-effect:non-scaling-stroke"/><rect width="6" height="6" x="9" y="8" fill="currentColor" rx="1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M8 21h8" 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 13.3756.9853.171-1.2197-1.1431.2344.9721Zm-11.066-10.3757.9854.171-1.2197-1.1431.2344.9721Zm10.8316 9.4036a8.0926 8.0926 0 0 1-1.8984.2244v2c.8141 0 1.607-.0968 2.3672-.2801l-.4688-1.9443Zm-1.8984.2244c-4.4553 0-8.067-3.6117-8.067-8.067h-2c0 5.5599 4.5071 10.067 10.067 10.067v-2Zm-8.067-8.067c0-.4747.0409-.939.1192-1.39l-1.9706-.342a10.125 10.125 0 0 0-.1486 1.732h2Zm-6.8002 7.2537c0-3.8003 2.6288-6.9891 6.1685-7.8425l-.4688-1.9443c-4.4172 1.065-7.6997 5.0413-7.6997 9.7868h2Zm8.0669 8.0669c-4.4552 0-8.0669-3.6117-8.0669-8.0669h-2c0 5.5598 4.5071 10.0669 10.0669 10.0669v-2Zm7.9478-6.6768c-.6581 3.7927-3.9671 6.6768-7.9478 6.6768v2c4.9699 0 9.0968-3.6003 9.9184-8.3349l-1.9706-.3419Z" 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-width="2" d="M12 8v3m-2-7.5h4c2.2091 0 4.5 1.2909 4.5 3.5l.5 6.5c0 3.866-3.134 7-7 7s-7-3.134-7-7l.5-6.5c0-2.2091 2.2909-3.5 4.5-3.5Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M12 11h.001v.001h-.001v-.001Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 10v.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 fill="currentColor" fill-rule="evenodd" d="m7.0003 6 .8109-.982 10.4861-2.0194 1.1891.982-.0001 10.0195-.0001.008c.4212 1.7307-.6153 3.4899-2.345 3.9534-1.7546.4701-3.5582-.5712-4.0284-2.3259-.4702-1.7546.5711-3.5582 2.3258-4.0284a3.2741 3.2741 0 0 1 2.0477.113l.0001-6.5287-8.4861 1.6343-.0001 9.0901c.4207 1.7305-.6157 3.4893-2.3452 3.9528-1.7547.4701-3.5583-.5712-4.0284-2.3259-.4702-1.7547.5711-3.5582 2.3258-4.0284a3.2744 3.2744 0 0 1 2.0478.113v-7.6274Zm-1.5303 9.4462c-.6877.1843-1.0959.8912-.9116 1.579.1843.6877.8912 1.0959 1.579.9116.6877-.1843 1.0959-.8912.9116-1.579-.1843-.6877-.8912-1.0958-1.579-.9116Zm9.5746-.3282c-.1842-.6877.2239-1.3947.9117-1.579.6877-.1842 1.3946.2239 1.5789.9117.1843.6877-.2238 1.3946-.9116 1.5789-.6877.1843-1.3947-.2238-1.579-.9116Z" 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="m6 5.0678-3-1.0678 6.3 18c1.2-5.0847 5.1-10.0678 11.7-11.5932l-2.5-.8899" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m19 5.2368.8448.535v-1.07l-.8448.535Zm-10.25 0-.8448-.535v1.07l.8448-.535Zm5.125-2.2368c1.1819 0 2.2323.627 3.0457 1.3609.3975.3586.7121.7196.9269.9909.1068.1349.1873.2456.2395.32.0261.0373.045.0652.0564.0824l.0116.0175a.0153.0153 0 0 0 .0015.0024l-.0004-.0005-.0004-.0007-.0003-.0005c-.0001-.0002-.0003-.0005.8445-.5356.8448-.535.8446-.5353.8444-.5356l-.0004-.0007-.001-.0015-.0026-.004a6.1516 6.1516 0 0 0-.1157-.1713 8.9619 8.9619 0 0 0-.309-.4133 10.2375 10.2375 0 0 0-1.1552-1.2344c-.9803-.8845-2.4924-1.876-4.3855-1.876v2Zm0 6.4737c1.8931 0 3.4052-.9915 4.3855-1.876a10.2375 10.2375 0 0 0 1.1552-1.2344 8.9564 8.9564 0 0 0 .309-.4133 6.0936 6.0936 0 0 0 .1157-.1712l.0026-.004.001-.0016.0004-.0007c.0002-.0003.0004-.0006-.8444-.5357-.8448-.535-.8446-.5353-.8445-.5355l.0003-.0005.0004-.0007.0004-.0005a.0168.0168 0 0 0-.0015.0023c-.002.003-.0058.009-.0116.0175a3.743 3.743 0 0 1-.0564.0824 6.9436 6.9436 0 0 1-.2395.3201c-.2148.2713-.5294.6323-.9269.9909-.8134.734-1.8638 1.3609-3.0457 1.3609v2Zm0-8.4737c-1.8931 0-3.4052.9914-4.3855 1.876a10.2428 10.2428 0 0 0-1.1552 1.2344 8.9456 8.9456 0 0 0-.309.4132 6.0985 6.0985 0 0 0-.1157.1713.8732.8732 0 0 0-.0026.004l-.001.0016-.0004.0007c-.0002.0003-.0004.0006.8444.5356.8448.535.8446.5354.8445.5356l-.0003.0005-.0004.0007a.008.008 0 0 0-.0004.0005l.0015-.0023c.002-.003.0058-.009.0116-.0176a4.0736 4.0736 0 0 1 .0564-.0823 6.9394 6.9394 0 0 1 .2395-.3201c.2148-.2713.5294-.6323.9269-.991.8134-.7338 1.8638-1.3608 3.0457-1.3608v-2Zm0 6.4737c-1.1819 0-2.2323-.627-3.0457-1.3609-.3975-.3586-.7121-.7196-.9269-.9909a6.9504 6.9504 0 0 1-.2395-.32 4.067 4.067 0 0 1-.0691-.1018l.0004.0007.0003.0005c.0001.0002.0003.0005-.8445.5355s-.8446.5354-.8444.5357l.0004.0007.001.0015a.8732.8732 0 0 0 .01.0156l.024.0366c.0202.0302.0483.0718.0843.1231.072.1026.1756.2447.309.4133.2657.3356.6557.7838 1.1552 1.2344.9803.8845 2.4924 1.876 4.3855 1.876v-2Z" style="vector-effect:non-scaling-stroke"/><ellipse cx="13.875" cy="5.237" fill="currentColor" rx="1.165" ry="1.156" 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="m2 3.1782.0617.1675 2.9477 8 1.8766-.6914-2.1928-5.9513 5.9557 2.2333.7022-1.8726-8-3-.1697-.0637h-.1814l-1 1v.1782Zm20.0014 5.7573-5.6557-2.0839-.6914 1.8767 2.4109.8883c-3.9883 1.2841-7.1645 4.4602-8.4486 8.4486l-.5199-1.4109-1.8766.6914 1.7149 4.6544h2.0533l.0116-.0021c0-6.0212 4.9769-10.998 10.9982-10.998l.0033-.0186v-2.0459Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m3 19 15-17" 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="m22.0014 3.1782-.0617.1675-6.8732 18.6544h-2.0534l-.0116-.0021c0-6.0212-4.9768-10.998-10.9982-10.998l-.0033-.0186v-2.0459l18.6556-6.8738.1674-.0617h.1784l1 1v.1782Zm-7.6165 14.887 4.929-13.3777-13.3777 4.9291c3.9884 1.2841 7.1645 4.4602 8.4487 8.4486Z" 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="M19 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m5 7.4142 1.155-1.155 8.845 5.307v.8676l-8.845 5.307-1.155-1.155v-9.1716Z" 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="M9 8.9998h4c4 0 4-6 0-6h-8c-4 .0002-4 6 0 6h4Zm0 0v5.0002c0 4 1.5 6 5.5 6h2.5" style="vector-effect:non-scaling-stroke"/><circle cx="19" cy="20" r="2" 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 stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3 12h9m0 0h9m-9 0c-2-4-5-7-9-7m9 7c2 4 5 7 9 7m-9-7c-2 4-5 7-9 7m9-7c2-4 5-7 9-7" 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="M3 12.0002h9m9 0h-9m0 0v-4.0003c0-2.9999 2-4 5-4h4m-9 8.0003v3.9998c0 3 2 4 5 4h4" 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="M11.9996 3v8.9999m0 9v-9m0 0h4.0004c2.9999 0 4 2 4 5v4m-8.0004-9h-3.9997c-3 0-4 2-4 5v4" 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-linejoin="round" stroke-width="2" d="M11.
|
|
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="M11.9996 4v7.9999m0 8v-8m0 0h4.0004c2.9999 0 4 2 4 5v3m-8.0004-8h-3.9997c-3 0-4 2-4 5v3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 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="M12 8v8m-4-4h8m-7-7h6c9 0 9 14 0 14h-6c-9 0-9-14 0-14Z" 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"><circle cx="5" cy="5" r="2" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><circle cx="19" cy="5" r="2" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><circle cx="19" cy="19" r="2" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><circle cx="5" cy="19" r="2" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m6.5 17.5 2.5-2.5M15 9l2.5-2.5M6.5 6.5l2.5 2.5M15 15l2.5 2.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M7 12c0-1.6569 1.3431-3 3-3h4c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3h-4c-1.6569 0-3-1.3431-3-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 stroke="currentColor" stroke-width="2" d="M18 4h4m-4 8h4m-4 8h4m-15.5-6c0 4 3 6 8 6h1.5m-9.5-10c0-4 3-6 8-6h1.5m-5.25 8c0-1-.75-2-2.25-2h-4c-3 0-3 4 0 4h4c1.5 0 2.25-1 2.25-2Zm0 0h5.25" 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="M19 18.6458a3.9846 3.9846 0 0 0 1-2.6458c0-2.2091-1.7909-4-4-4-2.2091 0-4 1.7909-4 4 0 2.2091 1.7909 4 4 4 1.1947 0 2.2671-.5238 3-1.3542Zm0 0 3 2.3542" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11v.0001" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M5 5c0-.5523.4477-1 1-1h9.5858l3.4142 3.4142v3.0858h2v-3.9142l-.2929-.293-4-4-.2929-.2928h-10.4142c-1.6569 0-3 1.3432-3 3v14c0 1.6569 1.3431 3 3 3h4v-2h-4c-.5523 0-1-.4477-1-1v-14Zm2 4h7v-2h-7v2Zm0 4h3v-2h-3v2Zm0 4h2v-2h-2v2Z" 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="M5 4h14v17h-14v-17Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8 11h8M8 15h8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M8 2v4M12 2v4M16 2v4" 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 9h17m-18 6h17m-9.5-12-3 18m9.5-18-3 18" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/number.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 fill="currentColor" fill-rule="evenodd" d="M11.4864 3.1645c.0908-.5448-.2772-1.06-.822-1.1508-.5448-.0908-1.06.2772-1.1508.822l-.8608 5.1646h-4.6528c-.5523 0-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="M11.4864 3.1645c.0908-.5448-.2772-1.06-.822-1.1508-.5448-.0908-1.06.2772-1.1508.822l-.8608 5.1646h-4.6528c-.5523 0-1 .4477-1 1s.4477 1 1 1h4.3195l-.6667 4h-4.6528c-.5523 0-1 .4477-1 1s.4477 1 1 1h4.3195l-.8059 4.8354c-.0908.5448.2772 1.06.822 1.1508.5448.0908 1.06-.2773 1.1508-.822l.8607-5.1642h4.4724l-.8059 4.8354c-.0908.5448.2772 1.06.822 1.1508.5448.0908 1.06-.2773 1.1508-.822l.8607-5.1642h4.1529c.5523 0 1-.4477 1-1s-.4477-1-1-1h-3.8196l.6667-4h4.1529c.5523 0 1-.4477 1-1s-.4477-1-1-1h-3.8196l.806-4.8358c.0908-.5448-.2772-1.06-.822-1.1508-.5448-.0908-1.06.2772-1.1508.822l-.8608 5.1646h-4.4724l.806-4.8358Zm2.6664 10.8358.6667-4h-4.4724l-.6667 4h4.4724Z" 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="M9 7h2v2h-2zM13 7h2v2h-2zM9 11h2v2h-2zM13 11h2v2h-2zM5 3v-1l-1 1h1Zm14 0h1l-1-1v1Zm-9 18v1l1-1h-1Zm0-5v-1l-1 1h1Zm4 0h1l-1-1v1Zm0 5h-1l1 1v-1Zm-9-17h14v-2h-14v2Zm1 15v-16h-2v16h2Zm1 1c-.5523 0-1-.4477-1-1h-2c0 1.6569 1.3431 3 3 3v-2Zm3 0h-3v2h3v-2Zm1 1v-5h-2v5h2Zm-1-4h4v-2h-4v2Zm3-1v5h2v-5h-2Zm4 4h-3v2h3v-2Zm1-1c0 .5523-.4477 1-1 1v2c1.6569 0 3-1.3431 3-3h-2Zm0-16v16h2v-16h-2Z" 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="M4 17c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v3c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-3ZM14 17c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v3c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-3ZM9 5c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v3c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-3Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M7 13v-1l-1 1h1Zm10 0h1l-1-1v1Zm-11 0v3h2v-3h-2Zm10 0v3h2v-3h-2Zm-9 1h5v-2h-5v2Zm5 0h5v-2h-5v2Zm1-1v-4h-2v4h2Z" 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"><rect width="18" height="8" x="3" y="3" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m19 15 3 3-3 3M2 18h19" 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"><rect width="8" height="18" x="3" y="3" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18 2v18" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m21 18-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="m3.4142 11.5858 7.5858-7.5858 7 7-7.5858 7.5858c-.781.781-2.0474.781-2.8284 0l-4.1716-4.1716c-.781-.781-.781-2.0474 0-2.8284ZM12 10l-6-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M21 19c0 1.1046-.8954 2-2 2s-2-.8954-2-2c0-1.5 2-4 2-4s2 2.5 2 4Z" 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="m4.5 17-.831.5563 1.8237-.4361-.9927-.1202Zm6.5 0-.9111-.4122.9111.4122Zm3 3.9.2213.9752-.2213-.9752Zm-10-8.9c0-4.4183 3.5817-8 8-8v-2c-5.5229 0-10 4.4771-10 10h2Zm8-8c4.4183 0 8 3.5817 8 8h2c0-5.5229-4.4772-10-10-10v2Zm-6.669 12.4437c-.8472-1.2657-1.331-2.7919-1.331-4.4437h-2c0 2.0485.6017 3.9618 1.669 5.5563l1.662-1.1126Zm.1617.6765c.0633-.5225.3776-1.6209 1.0085-2.5642.6242-.9331 1.4404-1.556 2.4988-1.556v-2c-1.983 0-3.336 1.2104-4.1612 2.444-.8183 1.2234-1.2334 2.625-1.3316 3.4358l1.9855.2404Zm3.5073-4.1202c.4558 0 1.0071.238 1.3095.7194.2764.4401.4823 1.3147-.2206 2.8684l1.8222.8244c.8805-1.9463.8363-3.5717.0919-4.7566-.7184-1.1436-1.9588-1.6556-3.003-1.6556v2Zm11-1c0 3.8224-2.6748 7.1201-6.2213 7.9248l.4426 1.9504c4.4695-1.0142 7.7787-5.1312 7.7787-9.8752h-2Zm-9.9111 4.5878c-.4226.9341-.6064 1.8-.5296 2.5823.079.8037.429 1.4613.9601 1.9379 1.0138.9101 2.5161 1.0363 3.7019.7672l-.4426-1.9504c-.8142.1847-1.5621.0192-1.9233-.3051-.1566-.1405-.2752-.3358-.3056-.6451-.0325-.3308.0337-.8383.3613-1.5624l-1.8222-.8244Z" style="vector-effect:non-scaling-stroke"/><circle cx="10.25" cy="7.25" r="1.25" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="14.25" cy="7.75" r="1.25" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="16.75" cy="10.75" r="1.25" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="16.25" cy="14.75" r="1.25" 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 fill="currentColor" d="m4.4788 2.1221 16.5 9v1.7558l-16.5 9-1.4275-1.1941 2.5612-7.6838h8.3874v-2h-8.3874l-2.5612-7.6838 1.4275-1.1941Z" 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="m20.5 3.5.954.2998-1.2538-1.2538.2998.954Zm-17.5 5.5-.2998-.954-.1474 1.8484.4472-.8944Zm12 12-.8944.4472 1.8484-.1474-.954-.2998Zm-4-8 .8944-.4472-.149-.2982-.2982-.149-.4472.8944Zm9.2002-10.454-17.5 5.5.5996 1.908 17.5-5.5-.5996-1.908Zm-4.2462 18.7538 5.5-17.5-1.908-.5996-5.5 17.5 1.908.5996Zm-13.4012-11.4054 8 4 .8944-1.7888-8-4-.8944 1.7888Zm7.5528 3.5528 4 8 1.7888-.8944-4-8-1.7888.8944Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m10.5 13.5 9.5-9.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-linecap="square" stroke-width="2" d="M20.9966 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"/><path stroke="currentColor" stroke-width="2" d="M14 9v6m-4-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="bevel" stroke-width="2" d="M8 5v14m8-14v14" 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="m5 15-.7634-.6459-.1778.21-.0452.2715.9864.1644Zm-1 6-.9864-.1644 1.3026 1.1131-.3162-.9487Zm6-2 .3162.9487.2661-.0887.1811-.2141-.7634-.6459Zm9.6721-11.4306-.7634-.646.7634.646Zm-4.9289-4.084-.7634-.646.7634.646Zm-.7634-.646-9.7432 11.5147 1.5268 1.2918 9.7432-11.5146-1.5268-1.292Zm-9.9662 11.9962-1 6 1.9728.3288 1-6-1.9728-.3288Zm.3026 7.1131 6-2-.6324-1.8974-6 2 .6324 1.8974Zm6.4472-2.3028 9.6721-11.4306-1.5268-1.2919-9.672 11.4307 1.5267 1.2918Zm9.256-15.711-1.8754-1.5003-1.2493 1.5617 1.8753 1.5003 1.2494-1.5617Zm.4161 4.2804c1.0911-1.2895.9029-3.2252-.4161-4.2804l-1.2494 1.5617c.4397.3518.5024.997.1387 1.4268l1.5268 1.292Zm-4.9289-4.084a1 1 0 0 1 1.3881-.135l1.2493-1.5617c-1.2686-1.015-3.1147-.8355-4.1642.4048l1.5268 1.2919Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m12 6 5.5 4.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 fill="currentColor" fill-rule="evenodd" d="m9.1662 17.6796-4.4862 1.641 1.643-4.4857a6.3037 6.3037 0 0 0 1.1914 1.6547 6.3034 6.3034 0 0 0 1.6518 1.19Zm5.8605-2.6042c-1.684 1.684-4.4142 1.684-6.0981 0-1.6813-1.6813-1.684-4.4055-.008-6.09.0026-.0028.0053-.0054.008-.008l5.5631-5.5632-1.4142-1.4142-5.5631 5.5631a8.7888 8.7888 0 0 0-.0097.0097l-.0924.0924a6 6 0 0 0-1.3914 2.1791l-3.96 10.8118 1.2826 1.283 10.8146-3.9559a6.0005 6.0005 0 0 0 2.1815-1.3922l.1013-.1014 5.5631-5.5631-1.4142-1.4142-5.5631 5.5631Z" 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="m5 13-.7071-.7071-.2141.2141-.0594.2969.9806.1961Zm-1 5-.9806-.1961 1.1767 1.1767-.1961-.9806Zm5-1 .1961.9806.297-.0594.214-.2141-.7071-.7071Zm9.5858-12.4142-.7071.707.7071-.707Zm-1.1716-1.1716-.7071.7071.7071-.707Zm-3.5355-.707-9.5858 9.5857 1.4142 1.4142 9.5858-9.5858-1.4142-1.4142Zm-9.8593 10.0967-1 5 1.9612.3922 1-5-1.9612-.3922Zm.1767 6.1767 5-1-.3922-1.9612-5 1 .3922 1.9612Zm5.511-1.2735 9.5858-9.5858-1.4142-1.4142-9.5858 9.5858 1.4142 1.4142Zm9.5858-13.8284-1.1716-1.1716-1.4142 1.4142 1.1716 1.1716 1.4142-1.4142Zm0 4.2426c1.1716-1.1715 1.1716-3.071 0-4.2426l-1.4142 1.4142c.3905.3905.3905 1.0237 0 1.4142l1.4142 1.4142Zm-4-4c.3905-.3905 1.0237-.3905 1.4142 0l1.4142-1.4142c-1.1716-1.1716-3.071-1.1716-4.2426 0l1.4142 1.4142Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m12.5 5.5 4 4M3 21h18" 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"><circle cx="12.003" cy="10" r="3" stroke="currentColor" stroke-width="1.867" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M16.5034 20c0-2.2091-1.7908-4-4-4h-1c-2.2097 0-4.0015 1.7903-4.0034 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/people-list.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-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.
|
|
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="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.7998 18.6c.2212-1.3587 1.3695-2.3545 2.715-2.3545h4.9701c1.3454 0 2.4937.9958 2.7149 2.3545m-2.4476-8.7823c0 1.5562-1.2323 2.8177-2.7524 2.8177-1.5201 0-2.7524-1.2615-2.7524-2.8177 0-1.5562 1.2323-2.8177 2.7524-2.8177 1.5201 0 2.7524 1.2615 2.7524 2.8177Z" 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="round" stroke-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m7.7993 10 .4729-.8811-.4729.8811Zm8.4688-.0366-.4821-.8762.4821.8762Zm-5.2681 4.0366.9191.3939.0296-.0777-.9487-.3162Zm2 0-.9487.3162.0296.0777.9191-.3939Zm-1-4c-1.4227 0-2.713-.3365-3.7278-.8811l-.9458 1.7622c1.3253.7112 2.9439 1.1189 4.6736 1.1189v-2Zm3.786-.9128c-1.0232.563-2.3357.9128-3.786.9128v2c1.7628 0 3.4107-.4235 4.7502-1.1605l-.9642-1.7523Zm.2291-.1325a6.0487 6.0487 0 0 1-.2291.1325l.9642 1.7523a8.0718 8.0718 0 0 0 .3039-.1759l-1.039-1.709Zm-7.743.1642a6.1662 6.1662 0 0 1-.2873-.1642l-1.039 1.7089a8.06 8.06 0 0 0 .3806.2175l.9458-1.7622Zm2.147 8.775 1.5-3.5-1.8382-.7878-1.5 3.5 1.8382.7878Zm1.5296-3.5777 1-3-1.8974-.6324-1 3 1.8974.6324Zm-.8974-3 1 3 1.8974-.6324-1-3-1.8974.6324Zm1.0296 3.0777 1.5 3.5 1.8382-.7878-1.5-3.5-1.8382.7878Z" style="vector-effect:non-scaling-stroke"/><circle cx="12" cy="7.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"><rect width="16" height="16" x="4" y="4" stroke="currentColor" stroke-width="2" rx="8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m3 3 18 18m0-18-18 18" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/planet.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-width="2" d="M17.
|
|
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="M17.1369 5.8669c2.5677-.6563 4.2363-.9527 4.8632.1331 1.0797 1.8701-2.8831 6.3495-8.0836 9.352-5.2006 3.0026-10.8367 4.5181-11.9164 2.648-.6283-1.0882.201-3.0997 2.0619-5m15.9381-1c0 4.4183-3.5818 8-8 8-4.4183 0-8-3.5817-8-8s3.5817-8 8-8c4.4182 0 8 3.5817 8 8ZM12 16v.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-width="2" d="M20.9966 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"/><path fill="currentColor" d="m11 8 5 3.5v1l-5 3.5-1-1v-6l1-1Z" 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="m8 7.4142 1.155-1.155 8.845 5.307v.8676l-8.845 5.307-1.155-1.155v-9.1716Z" 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="m11 8 5 3.5v1l-5 3.5-1-1v-6l1-1Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9.2845 3.4169a8.9957 8.9957 0 0 1 2.7154-.4169c4.9706 0 9 4.0294 9 9s-4.0294 9-9 9c-1.1239 0-2.1998-.206-3.1918-.5824" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="m8.3867 4.7906-.831.5563a8.0492 8.0492 0 0 0-2.2088 2.2089l-.5563.831-1.662-1.1127.5563-.831a10.0494 10.0494 0 0 1 2.7582-2.7582l.831-.5563 1.1126 1.662Zm-4.0403 4.666-.1941.981a8.0443 8.0443 0 0 0-.1523 1.5624c0 .5318.0446 1.0499.1303 1.5499l.1687.9857-1.9713.3375-.1688-.9857a11.182 11.182 0 0 1-.1589-1.8874c0-.6666.0654-1.3189.1903-1.9505l.194-.981 1.962.3881Zm.323 6.1145.5135.8582c.5305.8869 1.2217 1.6446 2.0387 2.2301l.7784.5578v.0728l-1.1306 1.5775-.8128-.5825c-1.048-.751-1.924-1.7155-2.59-2.829l-.5135-.8581 1.7164-1.0268Zm6.8027 6.4289h1.0279-1.0279Z" 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-linecap="square" stroke-linejoin="bevel" stroke-width="2" d="m12.5459 5.8284 2.8285-2.8284m2.8284 8.4853 2.8284-2.8285m-18.0312 11.9896 4.9497-4.5649m2.1214-12.728 10.0606 10.0607-3.5355 3.5355c-1.9526 1.9526-5.2796 1.7915-7.2322-.1611l-2.8285-2.8285c-1.9526-1.9526-1.9526-5.1184 0-7.071l3.5356-3.5356Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/plug.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-width="2" d="m12.3848 5.8995 3.5355-3.5355m2.
|
|
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="m12.3848 5.8995 3.5355-3.5355m2.1213 9.1923 3.5356-3.5355m-18.3848 12.7279 4.9497-4.9497m2.1214-12.0208 9.8994 9.8995-3.5355 3.5355c-1.9526 1.9526-5.1184 1.9526-7.071 0l-2.8285-2.8284c-1.9526-1.9527-1.9526-5.1185 0-7.0711l3.5356-3.5355Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M8 15.9999v.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="round" stroke-width="2" d="M18 3v6m3-3h-6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 4h-6c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h12c1.1046 0 2-.8954 2-2v-6" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/plus-box.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-width="2" d="M17.9988 15v3c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h5.0012m3.9988 2h6m-2.9988-3v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12
|
|
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="M17.9988 15v3c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h5.0012m3.9988 2h6m-2.9988-3v6" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11.9999v.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 3v18m9-9h-18" 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"><rect width="18" height="18" x="3" y="3" stroke="currentColor" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 8v8m4-4h-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="M17 8v-3h-7m-7 3v-3h7m0 0 .0007 15m0 0h2.9993m-2.9993 0h-3.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M18 10v4m0 4v-4m-4 0h4m4 0h-4" 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 19v-5h20v5h-20ZM5 14v5m3-5v5m3-5v5M2 10v-5h20v5h-20ZM5 5v5m3-5v5" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/polling.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 fill="currentColor" fill-rule="evenodd" d="M2.9993 13c-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="M2.9993 13c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18.0013c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18.0013Zm9.0006 5.0046h9.0007v-3.0046h-9.0007v3.0046Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M2.9993 13c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18.0013c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18.0013Zm9.0006 5.0046h9.0007v-3.0046h-9.0007v3.0046ZM3 4c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18Zm5 5.0046v-3.0046h13v3.0046h-13Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M3 4c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18Zm5 5.0046v-3.0046h13v3.0046h-13Z" 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="M5 3c-1.7254 0-3 1.4831-3 3.1539v9.6923c0 1.6707 1.2746 3.1538 3 3.1538h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.7254 0 3-1.4831 3-3.1538v-2.8462h-2v2.8462c0 .7083-.5162 1.1538-1 1.1538h-14c-.4838 0-1-.4455-1-1.1538v-9.6923c0-.7084.5162-1.1539 1-1.1539h6v-2h-6Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m21 3-8 8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m20 10 1-7-7 1" 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 3c-1.6568 0-3 1.3431-3 3v9c0 1.6569 1.3432 3 3 3h2.9997l-1.6667 4h2.1667l1.6666-4h3.6667l1.6667 4h2.1667l-1.6667-4h3.0003c1.6569 0 3-1.3431 3-3v-5h-2v5c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-9c0-.5523.4477-1 1-1h2v-2h-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m21 5.5.8466.5322v-1.0644l-.8466.5322Zm-11 0-.8466-.5322v1.0644l.8466-.5322Zm5.5-2.5c1.2918 0 2.435.6901 3.3148 1.49.4304.3912.7711.785 1.0036 1.081.1156.1472.203.2682.2598.3498.0284.0408.049.0716.0617.0907l.0129.0198.0018.0029-.0002-.0004-.0004-.0007-.0003-.0004c-.0002-.0003-.0003-.0005.8463-.5327s.8465-.5325.8463-.5328l-.0005-.0007-.001-.0016-.0026-.0041a1.0903 1.0903 0 0 1-.0078-.0122l-.0253-.0388a6.2297 6.2297 0 0 0-.0893-.1314 9.6277 9.6277 0 0 0-.3288-.4431c-.2831-.3603-.6987-.8415-1.2308-1.3252-1.0452-.9502-2.652-2.0101-4.6602-2.0101v2Zm0 7c2.0082 0 3.615-1.0599 4.6602-2.01.5321-.4838.9477-.965 1.2308-1.3253a9.6277 9.6277 0 0 0 .3288-.4431 6.2297 6.2297 0 0 0 .0893-.1314c.0106-.0161.019-.0291.0253-.0389a1.0903 1.0903 0 0 1 .0078-.012l.0026-.0042.001-.0016.0005-.0007c.0002-.0003.0003-.0006-.8463-.5328s-.8465-.5324-.8463-.5327l.0003-.0004.0004-.0007.0002-.0004-.0018.003-.0129.0197a4.6782 4.6782 0 0 1-.0617.0907 7.6225 7.6225 0 0 1-.2598.3498c-.2325.296-.5732.6898-1.0036 1.081-.8798.7999-2.023 1.49-3.3148 1.49v2Zm0-9c-2.0082 0-3.615 1.0599-4.6602 2.01-.5321.4838-.9477.965-1.2308 1.3253a9.5935 9.5935 0 0 0-.3288.4431 6.5326 6.5326 0 0 0-.1146.1702l-.0078.0122-.0026.0041-.001.0016-.0005.0007c-.0002.0003-.0003.0006.8463.5328s.8465.5324.8463.5327l-.0003.0004-.0004.0007-.0002.0004.0018-.003.0129-.0197c.0127-.0191.0333-.05.0617-.0907a7.6225 7.6225 0 0 1 .2598-.3498c.2325-.296.5732-.6898 1.0036-1.081.8798-.7999 2.023-1.49 3.3148-1.49v-2Zm0 7c-1.2918 0-2.435-.6901-3.3148-1.49-.4304-.3912-.7711-.785-1.0036-1.081a7.6225 7.6225 0 0 1-.2598-.3498 4.6782 4.6782 0 0 1-.0617-.0907l-.0129-.0198-.0018-.0029.0002.0004.0004.0007.0003.0004c.0002.0003.0003.0005-.8463.5327s-.8465.5325-.8463.5328l.0005.0007.001.0016.0026.0041.0078.0122a6.5326 6.5326 0 0 0 .1146.1702c.0764.1098.1867.2622.3288.4431.2831.3603.6987.8415 1.2308 1.3252 1.0452.9502 2.652 2.0101 4.6602 2.0101v-2Z" style="vector-effect:non-scaling-stroke"/><circle cx="15.5" cy="5.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 fill="currentColor" fill-rule="evenodd" d="M11 1v2h-6c-1.7254 0-3 1.4831-3 3.1539v9.6923c0 1.6707 1.2746 3.1538 3 3.1538h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.7254 0 3-1.4831 3-3.1538v-3.8462h-2v3.8462c0 .7083-.5162 1.1538-1 1.1538h-14c-.4838 0-1-.4455-1-1.1538v-9.6923c0-.7084.5162-1.1539 1-1.1539h10v-2h-2v-2h-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M15 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 fill="currentColor" fill-rule="evenodd" d="M11 3v-2h2v2h6c1.6569 0 3 1.3431 3 3v10c0 1.6569-1.3431 3-3 3h-2.5836l1.25 3h-2.1667l-1.25-3h-4.5l-1.25 3h-2.1667l1.25-3h-2.583c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3h6Zm-6 2c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-14Zm2 5h10v-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" fill-rule="evenodd" d="M5 3c-1.7254 0-3 1.4831-3 3.1539v9.6923c0 1.6707 1.2746 3.1538 3 3.1538h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.7254 0 3-1.4831 3-3.1538v-4.8462h-2v4.8462c0 .7083-.5162 1.1538-1 1.1538h-14c-.4838 0-1-.4455-1-1.1538v-9.6923c0-.7084.5162-1.1539 1-1.1539h3v-2h-3Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m16 10-1 1c-1.1046 1.1046-2.8954 1.1046-4 0s-1.1046-2.8954 0-4l1-1m6.5 1.5.5-.5c1.1046-1.1046 1.1046-2.8954 0-4s-2.8954-1.1046-4 0l-1 1M13 9l4-4" 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 3h6v-2h2v2h6c1.6569 0 3 1.3431 3 3v10c0 1.6569-1.3431 3-3 3h-2.5836l1.25 3h-2.1667l-1.25-3h-4.5l-1.25 3h-2.1667l1.25-3h-2.583c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3Zm-1 3c0-.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="M12 14v-6.5l-3 2.2778M9 14h6" 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 fill="currentColor" d="m11 8 4 3v1l-4 2-1-.5v-5l1-.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 fill="currentColor" fill-rule="evenodd" d="M11 1v2h-6c-1.7254 0-3 1.4831-3 3.1539v9.6923c0 1.6707 1.2746 3.1538 3 3.1538h2.583l-1.25 3h2.1667l1.25-3h4.5l1.25 3h2.1667l-1.25-3h2.5836c1.7254 0 3-1.4831 3-3.1538v-1.8462h-2v1.8462c0 .7083-.5162 1.1538-1 1.1538h-14c-.4838 0-1-.4455-1-1.1538v-9.6923c0-.7084.5162-1.1539 1-1.1539h10v-2h-2v-2h-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M15 8h8m-4-4v8" 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="M5 4v16" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m19 7.4142-1.155-1.155-8.845 5.307v.8676l8.845 5.307 1.155-1.155v-9.1716Z" 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="M20.9966 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"/><path stroke="currentColor" stroke-width="2" d="m5.5 18.5 13-13" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/proto-slider.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 fill="currentColor" d="M15 12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M15 12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M3 11c-.5523 0-1 .4477-1 1s.4477 1 1 1v-2Zm0 2h7v-2h-7v2ZM21 13c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-4 0h4v-2h-4v2Z" 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="M10 7h4m-8-2v14c0 1.1046.8954 2 2 2h8c1.1046 0 2-.8954 2-2v-14c0-1.1046-.8954-2-2-2h-8c-1.1046 0-2 .8954-2 2Z" 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="
|
|
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="M10 7h4m-8-2v14c0 1.1046.8954 2 2 2h8c1.1046 0 2-.8954 2-2v-14c0-1.1046-.8954-2-2-2h-8c-1.1046 0-2 .8954-2 2Z" 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="3" d="m6.75 17.25-3.75 3.75" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m21 7.5-4.5-4.5-5.166 4.7941c-2.4905-.9047-5.3367-.2914-7.334 1.7059l10.5 10.5c1.9973-1.9973 2.6106-4.8435 1.7059-7.334l4.7941-5.166Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m16.5 3 .7071-.7071-1.3873-.0259.6802.733Zm4.5 4.5.733.6802-.0259-1.3873-.7071.7071Zm-9.666.2941-.3415.94.5741.2085.4476-.4155-.6802-.733Zm-7.334 1.7059-.7071-.7071v1.4142l.7071-.7071Zm10.5 10.5-.7071.7071h1.4142l-.7071-.7071Zm1.7059-7.334-.733-.6802-.4155.4476.2086.5741.9399-.3415Zm-.413-8.9589 4.5 4.5 1.4142-1.4142-4.5-4.5-1.4142 1.4142Zm-3.7787 4.82 5.166-4.7941-1.3604-1.466-5.166 4.7941 1.3604 1.466Zm-7.307 1.68c1.7287-1.7288 4.1681-2.2422 6.2853-1.473l.6829-1.8799c-2.8636-1.0403-6.1168-.327-8.3825 1.9387l1.4142 1.4142Zm10.5588 2.8004c.7691 2.1172.2557 4.5566-1.4731 6.2854l1.4142 1.4142c2.2658-2.2657 2.979-5.5188 1.9387-8.3825l-1.8798.6829Zm5.001-6.1877-4.7941 5.166 1.466 1.3604 4.7941-5.166-1.466-1.3604Zm-5.0599 12.4731-10.5-10.5-1.4142 1.4142 10.5 10.5 1.4142-1.4142Z" 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 15-5.5 5.5" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m16.5 3 .7071-.7071-1.3873-.0259.6802.733Zm4.5 4.5.733.6802-.0259-1.3873-.7071.7071Zm-9.666.2941-.3415.94.5741.2085.4476-.4155-.6802-.733Zm-7.6659 2.0378-.707-.7071v1.4142l.707-.7071Zm10.5 10.5-.7071.7071h1.4142l-.7071-.7071Zm2.0378-7.6659-.733-.6802-.4155.4476.2086.5741.9399-.3415Zm-.413-8.9589 4.5 4.5 1.4142-1.4142-4.5-4.5-1.4142 1.4142Zm-3.7787 4.82 5.166-4.7941-1.3604-1.466-5.166 4.7941 1.3604 1.466Zm-7.307 1.68c1.7287-1.7288 4.1681-2.2422 6.2853-1.473l.6829-1.8799c-2.8636-1.0403-6.1168-.327-8.3825 1.9387l1.4142 1.4142Zm-.332.3319.332-.3319-1.4143-1.4142-.3319.3319 1.4142 1.4142Zm10.5 9.0858-10.5-10.5-1.4142 1.4142 10.5 10.5 1.4142-1.4142Zm-1.0823-.3319-.3319.3319 1.4142 1.4142.3319-.3319-1.4142-1.4142Zm1.4731-6.2854c.7691 2.1172.2557 4.5566-1.4731 6.2854l1.4142 1.4142c2.2658-2.2657 2.979-5.5188 1.9387-8.3825l-1.8798.6829Zm5.001-6.1877-4.7941 5.166 1.466 1.3604 4.7941-5.166-1.466-1.3604Z" 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="M4 12c0-4.4183 3.5817-8 8-8s8 3.5817 8 8-3.5817 8-8 8-8-3.5817-8-8Zm8-10c-5.5229 0-10 4.4771-10 10 0 5.5228 4.4771 10 10 10 5.5228 0 10-4.4772 10-10 0-5.5229-4.4772-10-10-10Zm0 6c-1.1046 0-2 .8954-2 2h-2c0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4 0 1.8638-1.2748 3.4299-3 3.874v1.1221h-2v-1.9961l1-1c1.1046 0 2-.8954 2-2s-.8954-2-2-2Zm1 8v2h-2v-2h2Z" 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="M11 19h2v2h-2v-2ZM12 14v-1l-1 1h1Zm4-5c0 1.0314-.4843 2.034-1.2651 2.7932-.7848.7629-1.7941 1.2068-2.7349 1.2068v2c1.5445 0 3.0351-.7093 4.1291-1.7729 1.0978-1.0674 1.8709-2.5648 1.8709-4.2271h-2Zm-8 0c0-1.0314.4843-2.034 1.2651-2.7932.7848-.763 1.7941-1.2068 2.7349-1.2068v-2c-1.5445 0-3.0351.7093-4.129 1.7729-1.0979 1.0674-1.871 2.5648-1.871 4.2271h2Zm4-4c.9408 0 1.9501.4439 2.7349 1.2068.7808.7592 1.2651 1.7618 1.2651 2.7932h2c0-1.6623-.7731-3.1597-1.8709-4.2271-1.094-1.0636-2.5846-1.7729-4.1291-1.7729v2Zm-1 9v3h2v-3h-2Z" 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="M10 13h-6c-.5523 0-1-.3557-1-1v-6c0-.5523.4478-1 1-1h5c.5523 0 1 .3557 1 1v7Zm0 0c0 4.6667-3 6-3 6m14-6h-6c-.5523 0-1-.3557-1-1v-6c0-.6443.4477-1 1-1h5c.5523 0 1 .3557 1 1v7Zm0 0c0 4.6667-3 6-3 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-linecap="square" stroke-width="2" d="M21 10v-4c0-1.1046-.8954-2-2-2h-14c-1.1046 0-2 .8954-2 2v4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12.0002 21v-10" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 14 4-4 4 4" 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="M3 5h18v14h-18v-14ZM10 10h8m-10 0h-2m0 4h12" 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 5h-8v14h18v-7" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M6 15h12" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M6 9h2v2h-2zM12.5 9l-.7071-.7071-.2266.2266-.0527.3161.9864.1644Zm-.5 3-.9864-.1644 1.1508 1.1508-.1644-.9864Zm3-.5.1644.9864.3161-.0527.2266-.2266-.7071-.7071Zm5.75-5.75-.7071-.7071.7071.7071Zm-3.2071-3.2071-5.75 5.75 1.4142 1.4142 5.75-5.75-1.4142-1.4142Zm-6.0293 6.2927-.5 3 1.9728.3288.5-3-1.9728-.3288Zm.6508 4.1508 3-.5-.3288-1.9728-3 .5.3288 1.9728Zm3.5427-.7793 5.75-5.75-1.4142-1.4142-5.75 5.75 1.4142 1.4142Zm5.75-5.75c1.0809-1.0809 1.0809-2.8333 0-3.9142l-1.4142 1.4142a.7678.7678 0 0 1 0 1.0858l1.4142 1.4142Zm-2.5-2.5a.7678.7678 0 0 1 1.0858 0l1.4142-1.4142c-1.0809-1.0809-2.8333-1.0809-3.9142 0l1.4142 1.4142Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m17 4 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-linejoin="bevel" stroke-width="2" d="M3 6h18v12h-18v-12Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M6 14h12M8 10h8" 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="M3 10c0-1.1046.8954-2 2-2h10c1.1046 0 2 .8954 2 2v9c0 1.1046-.8954 2-2 2h-10c-1.1046 0-2-.8954-2-2v-9Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M3 11h14" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M8.9999 5h-2.8293c.4119-1.1652 1.5231-2 2.8293-2h10c1.6569 0 3 1.3431 3 3v9c0 1.3062-.8348 2.4175-2 2.8293v-11.8293c0-.5523-.4477-1-1-1h-10Z" 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-width="2" d="M3 18v-13c0-1.1046.8954-2 2-2h13" style="vector-effect:non-scaling-stroke"/><rect width="14" height="14" x="7" y="7" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m13 11 4 3v1l-4 2-1-.5v-5l1-.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 fill="currentColor" fill-rule="evenodd" d="M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z" 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="M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 3h8v7h-8v-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 fill="currentColor" fill-rule="evenodd" d="M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M4 7c0-1.6569 1.3431-3 3-3h4v6h-7v-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"><rect width="16" height="16" x="4" y="4" stroke="currentColor" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M4 7c0-1.6569 1.3431-3 3-3h4v6h-7v-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 stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 10 4 5 8-11" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M14 4h-8c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h12c1.1046 0 2-.8954 2-2v-7" 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="M8 18h-3c-1.1046 0-2-.8954-2-2v-10c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="2" d="m12 17-3 4h6l-3-4Z" 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"><rect width="4" height="4" x="16" y="4" stroke="currentColor" stroke-width="2" rx=".5" style="vector-effect:non-scaling-stroke"/><rect width="8" height="8" x="4" y="4" stroke="currentColor" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="16" height="5" x="4" y="16" stroke="currentColor" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/></svg>
|