@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-linecap="round" stroke-linejoin="bevel" stroke-width="2" d="M8 11h-4v10h9v-4m-5-6h5v6m-5-6v-4h4m1 10h4v-4m-5-6h5v6m-5-6v-4h9v10h-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="round" stroke-miterlimit="1.414" stroke-width="2" d="M20 3v18" style="vector-effect:non-scaling-stroke"/><rect width="12" height="6" x="4" y="4" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="12" height="6" x="4" y="14" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="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"><rect width="6" height="6" x="4" y="14" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="6" height="6" x="4" y="4" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M13 5h8M13 9h6M13 15h8M13 19h6" 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="14" height="14" x="7" y="7" stroke="currentColor" stroke-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M5 16c-1.1046 0-2-.8954-2-2v-9c0-1.1046.8954-2 2-2h10c1.1046 0 2 .8954 2 2M18 14h-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"><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 stroke="currentColor" stroke-width="2" d="M5 16c-1.1046 0-2-.8954-2-2v-9c0-1.1046.8954-2 2-2h10c1.1046 0 2 .8954 2 2M18 14h-4m0 0h-4m4 0v-4m0 4v4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><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 stroke="currentColor" stroke-width="2" d="M5 16c-1.1046 0-2-.8954-2-2v-9c0-1.1046.8954-2 2-2h9c1.1046 0 2 .8954 2 2" style="vector-effect:non-scaling-stroke"/><circle cx="14" cy="12" r="2" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m9.1411 21.5.008-.084c.2354-2.5031 2.3368-4.416 4.8509-4.416s4.6154 1.9129 4.851 4.416l.0079.084" 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 11 5 5m-5-5-5-1 4-4 5 1m-4 4 4-4m1 9 1 5 4-4-1-5m-4 4 4-4m0 0 1-1c2.5-3 2-7 2-7s-4.5-.5-7 2l-1 1m-6 8c-1.5 1.5-2 2-2 5 3 0 3.5-.5 5-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"><circle cx="5" cy="20" r="2" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 12h1c5 0 9 3 9 9v1m-10-18h1c10 0 17 7 17 17v1M9 14v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2 15c2.7614 0 5 2.2386 5 5m-5-9c4.9706 0 9 4.0294 9 9" style="vector-effect:non-scaling-stroke"/><circle cx="3" cy="19" r="1" fill="currentColor" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 8v-2c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-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"><circle cx="7" cy="17" r="3" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/><circle cx="3" cy="3" r="3" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke" transform="matrix(1 0 0 -1 4 10)"/><path stroke="currentColor" stroke-width="2" d="m9 9 3.8282 2.8712m8.1718 6.1288-6-4.5M9 15l12-9" 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 stroke="currentColor" stroke-width="2" d="M17 7v10" 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 11 4 4 4-4" style="vector-effect:non-scaling-stroke"/><circle cx="12" cy="12" r="9" 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"><rect width="14" height="13" x="5" y="4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M5 20h14" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m21 14-7 7M20.5 20.5l.5-6.5-6.5.5M3 3h7v7h-7zM6.5 14l3.9 7h-7.9l4-7Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M21.5 6.5c0 2.071-1.6789 3.75-3.75 3.75s-3.75-1.679-3.75-3.75c0-2.071 1.6789-3.75 3.75-3.75s3.75 1.679 3.75 3.75Z" 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="m8.5 4.6088 4.9585 9.3915h-9.9169l4.9585-9.3915Zm-.8843-2.6087-6.6172 12.5334.8843 1.4668h13.2345l.8843-1.4668-6.6172-12.5334h-1.7687Zm8.3843 8.0999c2.2823.4633 4 2.4811 4 4.9 0 2.7614-2.2386 5-5 5-1.6358 0-3.0881-.7855-4.0004-2h-2.326c1.1235 2.365 3.534 4 6.3264 4 3.866 0 7-3.134 7-7 0-3.5264-2.6077-6.4438-6-6.929v2.029Z" 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-miterlimit="1.414" stroke-width="2" d="m12 3-8 3v7.0445a6.6377 6.6377 0 0 0 1.598 4.3198 13.2744 13.2744 0 0 0 3.2493 2.7441l3.1527 1.8916 3.1527-1.8916a13.275 13.275 0 0 0 3.2493-2.7441 6.6376 6.6376 0 0 0 1.598-4.3198v-7.0445l-8-3Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 12 3 3.5 5-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 fill="currentColor" fill-rule="evenodd" d="m4 6 8-3 8 3v7.0445a6.6376 6.6376 0 0 1-1.598 4.3198 13.275 13.275 0 0 1-3.2493 2.7441l-3.1527 1.8916-3.1527-1.8916a13.2744 13.2744 0 0 1-3.2493-2.7441 6.6377 6.6377 0 0 1-1.598-4.3198v-7.0445Zm7 3.5c0-.5523.4477-1 1-1s1 .4477 1 1v1.5h-2v-1.5Zm4 0v1.5l1 1v4l-1 1h-6l-1-1v-4l1-1v-1.5c0-1.6569 1.3431-3 3-3s3 1.3431 3 3Zm-2 3.5h1v2h-4v-2h3Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
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 6 8-3 8 3v7.0445a6.6376 6.6376 0 0 1-1.598 4.3198 13.275 13.275 0 0 1-3.2493 2.7441l-3.1527 1.8916-3.1527-1.8916a13.2744 13.2744 0 0 1-3.2493-2.7441 6.6377 6.6377 0 0 1-1.598-4.3198v-7.0445Zm7 3.5c0-.5523.4477-1 1-1s1 .4477 1 1v1.5h-2v-1.5Zm4 0v1.5l1 1v4l-1 1h-6l-1-1v-4l1-1v-1.5c0-1.6569 1.3431-3 3-3s3 1.3431 3 3Zm-2 3.5h1v2h-4v-2h3Z" 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="M9 16v-4h6v4h-6Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="bevel" stroke-miterlimit="1.414" stroke-width="2" d="M10 12v-2.5c0-1.1046.8954-2 2-2s2 .8954 2 2v2.5m-10-6 8-3 8 3v7.0445a6.6376 6.6376 0 0 1-1.598 4.3198 13.275 13.275 0 0 1-3.2493 2.7441l-3.1527 1.8916-3.1527-1.8916a13.2744 13.2744 0 0 1-3.2493-2.7441 6.6377 6.6377 0 0 1-1.598-4.3198v-7.0445Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 15.0002 3 3-3 3m0-12.0002 3-3-3-3" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M3 6.0002s2.5-.0002 4 0c5.8579.0007 3.2816 10.7293 9 12 1.9061.4236 5 0 5 0m-18-.0002h4c1.5.0002 2.4513-1.5113 3-2m11-10s-3.0939-.4234-5 .0002c-.8186.182-2.4692 1.5236-3 1.9998" 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 stroke="currentColor" stroke-width="2" d="M11 4v16M6 8h3M6 12h3M6 16h3" 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 stroke="currentColor" stroke-width="2" d="M8 4v16" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m17 12 .7593.6508v-1.3016l-.7593.6508Zm-.7593-.6508-3 3.5 1.5186 1.3016 3-3.5-1.5186-1.3016Zm1.5186 0-3-3.5-1.5186 1.3016 3 3.5 1.5186-1.3016Zm-6.7593 1.6508h3v-2h-3v2Zm3 0h3v-2h-3v2Z" 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 stroke="currentColor" stroke-width="2" d="M8 4v16M17 12h-5.5" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m14 15.5-3-3.5 3-3.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="16" height="16" x="4" y="4" stroke="currentColor" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M11 4v16" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M11 4h-7v16h7v-16Zm-2 11h-3v2h3v-2Zm-3-4h3v2h-3v-2Zm3-4h-3v2h3v-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="M10.5381 3.268c.2437-1.6892 2.6841-1.6921 2.9279 0 .5429 3.767 3.5028 6.7267 7.2699 7.27 1.6865.2433 1.6951 2.6838.0002 2.928-3.7675.5429-6.7272 3.5026-7.2701 7.2701-.2442 1.6948-2.6847 1.6864-2.928-.0002-.5433-3.7671-3.503-6.727-7.27-7.2699-1.6921-.2438-1.6892-2.6842 0-2.9279 3.767-.5434 6.7267-3.503 7.2701-7.2701Zm1.4638 2.3572c-1.0662 2.9664-3.4103 5.3105-6.3767 6.3767 2.9664 1.0661 5.3105 3.4104 6.3767 6.3767 1.0661-2.9665 3.4102-5.3106 6.3767-6.3767-2.9663-1.0662-5.3106-3.4102-6.3767-6.3767Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M20.5932 11.5278c-4.206-.6066-7.5108-3.911-8.1169-8.117-.0789-.5477-.8694-.5476-.9484 0-.6067 4.206-3.9112 7.5104-8.1171 8.1171-.5476.079-.5477.8695 0 .9484 4.206.6061 7.5104 3.9109 8.117 8.1169.079.5476.8696.5479.9485.0003.6061-4.2065 3.9107-7.5111 8.1172-8.1172.5476-.0789.5473-.8695-.0003-.9485Z" 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-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 9 4 3v1l-4 2-1-.5v-5l1-.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/slide-format.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"><
|
|
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-linecap="round" stroke-width="2" rx="2" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m11 9 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 stroke="currentColor" stroke-width="2" d="M21 8h-7m-4 0h-7m12.5 8h-12.5" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="10" y="6" stroke="currentColor" stroke-width="2" rx="1.5" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="16" y="14" stroke="currentColor" stroke-width="2" rx="1.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M5 4v6m0 4v6m7-16v11m7-5.5v10.5" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="3" y="10" stroke="currentColor" stroke-width="2" rx="1.5" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="10" y="15" stroke="currentColor" stroke-width="2" rx="1.5" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="17" y="5" stroke="currentColor" stroke-width="2" rx="1.5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M12 21c4.9706 0 9-4.0294 9-9s-4.0294-9-9-9-9 4.0294-9 9c0 1.7285.4873 3.3433 1.332 4.7143l-1.332 4.2857 4.2566-1.35c.4168.259.8563.4848 1.3148.6739 1.0567.4357 2.2146.6761 3.4286.6761Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" d="M8.4507 8.5h1v1h-1v-1ZM14.4507 8.5h1v1h-1v-1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" 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="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" stroke="currentColor" d="M8.4507 8.5h1v1h-1v-1ZM14.4507 8.5h1v1h-1v-1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" 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="round" stroke-width="2" d="M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9m7-1v6m3-3h-6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" stroke="currentColor" d="M8.4507 8.5h1v1h-1v-1ZM14.4507 8.5h1v1h-1v-1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M7.1001 13c.017.0838.0362.1669.0574.2493.555 2.1563 2.5112 3.7507 4.8424 3.7507 2.4189 0 4.4367-1.7178 4.9-4h-2.0707c-.4119 1.1652-1.5231 2-2.8293 2-1.3052 0-2.4178-.8343-2.8296-2h-2.0702Z" 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="M12.0493 4c-4.4183 0-8 3.5817-8 8 0 3.8179 2.6745 7.0111 6.2521 7.8085.1804.0355.3396-.0154.4774-.1441.1536-.1433.2705-.382.2705-.6644v-1c0-.3656.028-.7247.0821-1.0752-2.3474-.4112-4.1314-2.4596-4.1314-4.9248h2c0 1.5654 1.199 2.8508 2.7287 2.9879 1.1259-2.3584 3.533-3.9879 6.3206-3.9879h1c.2825 0 .5211-.1169.6644-.2705.1287-.1378.1796-.297.1441-.4774-.4337-1.9462-1.5765-3.6252-3.1432-4.7517-1.3102-.942-2.9168-1.4977-4.6525-1.5004h-.0128Zm6.5858 9h-.5858c-2.7614 0-5 2.2386-5 5v.5858l5.5858-5.5858Zm-16.5858-1c0-5.5229 4.4772-10 10-10h.014c2.1708.003 4.1791.6974 5.8167 1.8749 2.525 1.8151 4.1693 4.778 4.1693 8.1251v.4142l-.2929.2929-9 9-.2929.2929h-.4142c-5.5228 0-10-4.4772-10-10Zm5.9507-4h2v2h-2v-2Zm6 0h2v2h-2v-2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.0611c0-5.5566-4.4771-10.0611-10-10.0611s-10 4.5045-10 10.0611c0 5.0218 3.6569 9.1841 8.4375 9.9389v-7.0306h-2.539v-2.9083h2.539v-2.2166c0-2.5215 1.4929-3.9144 3.7771-3.9144 1.0942 0 2.2385.1965 2.2385.1965v2.476h-1.261c-1.2422 0-1.6296.7755-1.6296 1.5712v1.8873h2.7734l-.4433 2.9083h-2.3301v7.0306c4.7807-.7548 8.4375-4.9171 8.4375-9.9389Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="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 fill="currentColor" d="M22 12.0611c0-5.5566-4.4771-10.0611-10-10.0611s-10 4.5045-10 10.0611c0 5.0218 3.6569 9.1841 8.4375 9.9389v-7.0306h-2.539v-2.9083h2.539v-2.2166c0-2.5215 1.4929-3.9144 3.7771-3.9144 1.0942 0 2.2385.1965 2.2385.1965v2.476h-1.261c-1.2422 0-1.6296.7755-1.6296 1.5712v1.8873h2.7734l-.4433 2.9083h-2.3301v7.0306c4.7807-.7548 8.4375-4.9171 8.4375-9.9389Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6.9995 10h.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 10" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M8.6667 12.0001c0 1.8409 1.4923 3.3333 3.3333 3.3333s3.3333-1.4924 3.3333-3.3333c0-1.841-1.4923-3.3334-3.3333-3.3334s-3.3333 1.4924-3.3333 3.3334Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M12 2c-2.7158 0-3.0564.0115-4.123.0602-1.0644.0486-1.7913.2176-2.4274.4648-.6576.2556-1.2153.5975-1.7712 1.1534-.556.556-.8979 1.1136-1.1534 1.7712-.2472.636-.4163 1.363-.4649 2.4274-.0486 1.0666-.0601 1.4072-.0601 4.123s.0115 3.0564.0601 4.123c.0486 1.0644.2177 1.7913.4649 2.4274.2555.6576.5975 1.2152 1.1534 1.7712.556.5559 1.1136.8979 1.7712 1.1534.636.2472 1.363.4163 2.4274.4648 1.0666.0487 1.4072.0602 4.123.0602s3.0564-.0115 4.123-.0602c1.0644-.0485 1.7913-.2176 2.4274-.4648.6576-.2555 1.2152-.5975 1.7712-1.1534.5559-.556.8979-1.1136 1.1534-1.7712.2472-.6361.4163-1.363.4648-2.4274.0487-1.0666.0602-1.4072.0602-4.123s-.0115-3.0564-.0602-4.123c-.0485-1.0644-.2176-1.7913-.4648-2.4274-.2555-.6576-.5975-1.2152-1.1534-1.7712-.556-.5559-1.1136-.8978-1.7712-1.1534-.6361-.2472-1.363-.4162-2.4274-.4648-1.0666-.0487-1.4072-.0602-4.123-.0602Zm6.538 4.662c0 .6627-.5372 1.2-1.2 1.2-.6627 0-1.2-.5373-1.2-1.2s.5373-1.2 1.2-1.2c.6628 0 1.2.5373 1.2 1.2Zm-11.6731 5.3381c0-2.8361 2.299-5.1352 5.1351-5.1352 2.8361 0 5.1351 2.299 5.1351 5.1352 0 2.836-2.299 5.1351-5.1351 5.1351-2.836 0-5.1351-2.2991-5.1351-5.1351Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" 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 fill="currentColor" d="M8.6667 12.0001c0 1.8409 1.4923 3.3333 3.3333 3.3333s3.3333-1.4924 3.3333-3.3333c0-1.841-1.4923-3.3334-3.3333-3.3334s-3.3333 1.4924-3.3333 3.3334Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M12 2c-2.7158 0-3.0564.0115-4.123.0602-1.0644.0486-1.7913.2176-2.4274.4648-.6576.2556-1.2153.5975-1.7712 1.1534-.556.556-.8979 1.1136-1.1534 1.7712-.2472.636-.4163 1.363-.4649 2.4274-.0486 1.0666-.0601 1.4072-.0601 4.123s.0115 3.0564.0601 4.123c.0486 1.0644.2177 1.7913.4649 2.4274.2555.6576.5975 1.2152 1.1534 1.7712.556.5559 1.1136.8979 1.7712 1.1534.636.2472 1.363.4163 2.4274.4648 1.0666.0487 1.4072.0602 4.123.0602s3.0564-.0115 4.123-.0602c1.0644-.0485 1.7913-.2176 2.4274-.4648.6576-.2555 1.2152-.5975 1.7712-1.1534.5559-.556.8979-1.1136 1.1534-1.7712.2472-.6361.4163-1.363.4648-2.4274.0487-1.0666.0602-1.4072.0602-4.123s-.0115-3.0564-.0602-4.123c-.0485-1.0644-.2176-1.7913-.4648-2.4274-.2555-.6576-.5975-1.2152-1.1534-1.7712-.556-.5559-1.1136-.8978-1.7712-1.1534-.6361-.2472-1.363-.4162-2.4274-.4648-1.0666-.0487-1.4072-.0602-4.123-.0602Zm6.538 4.662c0 .6627-.5372 1.2-1.2 1.2-.6627 0-1.2-.5373-1.2-1.2s.5373-1.2 1.2-1.2c.6628 0 1.2.5373 1.2 1.2Zm-11.6731 5.3381c0-2.8361 2.299-5.1352 5.1351-5.1352 2.8361 0 5.1351 2.299 5.1351 5.1352 0 2.836-2.299 5.1351-5.1351 5.1351-2.836 0-5.1351-2.2991-5.1351-5.1351Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.9995 12h.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5205 2c.8154 0 1.4795.6457 1.4795 1.442v17.1149c0 .7964-.6641 1.4431-1.4795 1.4431h-17.0453c-.8139 0-1.4752-.6467-1.4752-1.4431v-17.1148c0-.7964.6613-1.4421 1.4752-1.4421h17.0453Zm-1.4774 17.0421v-5.2344c0-2.5705-.555-4.5468-3.5586-4.5468-1.4432 0-2.4111.7914-2.8066 1.5417h-.0406v-1.3048h-2.8436v9.5443h2.9629v-4.7206c0-1.2451.2355-2.4514 1.779-2.4514 1.5224 0 1.5414 1.4238 1.5414 2.5306v4.6414h2.9661Zm-11.1103-9.5443h-2.9694v9.5443h2.9694v-9.5443Zm-1.484-4.7444c-.9527 0-1.7209.7707-1.7209 1.7201 0 .9497.7683 1.7203 1.721 1.7203.949 0 1.7193-.7706 1.7193-1.7203 0-.9494-.7704-1.7201-1.7193-1.7201Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" 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 fill="currentColor" d="M20.5205 2c.8154 0 1.4795.6457 1.4795 1.442v17.1149c0 .7964-.6641 1.4431-1.4795 1.4431h-17.0453c-.8139 0-1.4752-.6467-1.4752-1.4431v-17.1148c0-.7964.6613-1.4421 1.4752-1.4421h17.0453Zm-1.4774 17.0421v-5.2344c0-2.5705-.555-4.5468-3.5586-4.5468-1.4432 0-2.4111.7914-2.8066 1.5417h-.0406v-1.3048h-2.8436v9.5443h2.9629v-4.7206c0-1.2451.2355-2.4514 1.779-2.4514 1.5224 0 1.5414 1.4238 1.5414 2.5306v4.6414h2.9661Zm-11.1103-9.5443h-2.9694v9.5443h2.9694v-9.5443Zm-1.484-4.7444c-.9527 0-1.7209.7707-1.7209 1.7201 0 .9497.7683 1.7203 1.721 1.7203.949 0 1.7193-.7706 1.7193-1.7203 0-.9494-.7704-1.7201-1.7193-1.7201Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.9995 7h.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 7" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/social-looker.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="M12.
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12.1601 2a1.7487 1.7487 0 0 0-1.4506 2.7243l.7469-.7459a.7375.7375 0 1 1 .4709.4699l-.7459.7458a1.7478 1.7478 0 1 0 .9787-3.1941ZM11.4653 7.0932a2.7164 2.7164 0 0 0-.5446-1.637l-.9692.968a1.3896 1.3896 0 0 1-.2655 1.6772l.5268 1.2873a2.7316 2.7316 0 0 0 1.2525-2.2955Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8.7566 8.4837h-.0253a1.3906 1.3906 0 1 1 .7638-2.5525l.9597-.9597a2.7327 2.7327 0 1 0-1.7235 4.8554 2.795 2.795 0 0 0 .552-.0548l-.5267-1.2884ZM12.1973 9.597a6.2014 6.2014 0 0 0-1.7909.2622l.7679 1.8763a4.2305 4.2305 0 0 1 1.0219-.1243c1.9957.0006 3.713 1.4107 4.1019 3.3681.3889 1.9574-.659 3.9169-2.5028 4.6803-1.8439.7635-3.9703.1181-5.0788-1.5413-1.1086-1.6594-.8907-3.8708.5205-5.2819a4.2245 4.2245 0 0 1 .9977-.7375l-.7596-1.8709c-2.8313 1.3866-4.1718 4.6766-3.1158 7.647 1.056 2.9705 4.1725 4.6761 7.2437 3.9643 3.0712-.7117 5.1197-3.6143 4.7614-6.7464-.3582-3.1322-3.0093-5.4972-6.1619-5.497l-.0052.001Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M7.9186 21c8.3019 0 12.8427-6.9257 12.8427-12.9317 0-.1967 0-.3925-.0132-.5875a9.2208 9.2208 0 0 0 2.2519-2.3526 8.9627 8.9627 0 0 1-2.5925.7151c.9421-.5678 1.6476-1.4616 1.9844-2.5139a9.0096 9.0096 0 0 1-2.8661 1.1032c-.8535-.9138-2.0454-1.4326-3.2911-1.4326-2.4786 0-4.518 2.0536-4.518 4.5492 0 .3462.0393.6914.117 1.0286-3.6274-.183-7.0117-1.9107-9.3025-4.7486-1.1913 2.065-.5749 4.741 1.3974 6.0671a4.4563 4.4563 0 0 1-2.0486-.5689v.0576c.0006 2.1553 1.5231 4.0286 3.6212 4.4553a4.4772 4.4772 0 0 1-2.038.078c.5898 1.8468 2.2906 3.1199 4.2169 3.1563-1.598 1.2646-3.5732 1.9515-5.6056 1.9494a9.1226 9.1226 0 0 1-1.0745-.0656 12.7164 12.7164 0 0 0 6.9186 2.0381" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" 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 fill="currentColor" d="M7.9186 21c8.3019 0 12.8427-6.9257 12.8427-12.9317 0-.1967 0-.3925-.0132-.5875a9.2208 9.2208 0 0 0 2.2519-2.3526 8.9627 8.9627 0 0 1-2.5925.7151c.9421-.5678 1.6476-1.4616 1.9844-2.5139a9.0096 9.0096 0 0 1-2.8661 1.1032c-.8535-.9138-2.0454-1.4326-3.2911-1.4326-2.4786 0-4.518 2.0536-4.518 4.5492 0 .3462.0393.6914.117 1.0286-3.6274-.183-7.0117-1.9107-9.3025-4.7486-1.1913 2.065-.5749 4.741 1.3974 6.0671a4.4563 4.4563 0 0 1-2.0486-.5689v.0576c.0006 2.1553 1.5231 4.0286 3.6212 4.4553a4.4772 4.4772 0 0 1-2.038.078c.5898 1.8468 2.2906 3.1199 4.2169 3.1563-1.598 1.2646-3.5732 1.9515-5.6056 1.9494a9.1226 9.1226 0 0 1-1.0745-.0656 12.7164 12.7164 0 0 0 6.9186 2.0381" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.9995 12h.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11.9999v.0001" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M23.0195 6.1546c-.2644-1.045-1.0437-1.8678-2.0334-2.147-1.7938-.5076-8.9861-.5076-8.9861-.5076s-7.1923 0-8.9861.5075c-.9895.2793-1.769 1.1021-2.0334 2.147-.4805 1.894-.4805 5.8456-.4805 5.8456s0 3.9516.4805 5.8453c.2645 1.045 1.044 1.868 2.0334 2.1473 1.7938.5073 8.9861.5073 8.9861.5073s7.1923 0 8.9861-.5073c.9897-.2793 1.769-1.1023 2.0334-2.1473.4805-1.8937.4805-5.8453.4805-5.8453s0-3.9516-.4805-5.8455Zm-13.3196 9.4884v-7.2858l5.9755 3.6429-5.9755 3.6429Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" 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 fill="currentColor" d="M23.0195 6.1546c-.2644-1.045-1.0437-1.8678-2.0334-2.147-1.7938-.5076-8.9861-.5076-8.9861-.5076s-7.1923 0-8.9861.5075c-.9895.2793-1.769 1.1021-2.0334 2.147-.4805 1.894-.4805 5.8456-.4805 5.8456s0 3.9516.4805 5.8453c.2645 1.045 1.044 1.868 2.0334 2.1473 1.7938.5073 8.9861.5073 8.9861.5073s7.1923 0 8.9861-.5073c.9897-.2793 1.769-1.1023 2.0334-2.1473.4805-1.8937.4805-5.8453.4805-5.8453s0-3.9516-.4805-5.8455Zm-13.3196 9.4884v-7.2858l5.9755 3.6429-5.9755 3.6429Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M17.9995 12h.0007" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M18 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-linejoin="bevel" stroke-width="2" d="M17 10v9M13 15l4 4 4-4M3 6h14m-14 6h8m-8 6h6" 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 14v-9M21 9l-4-4-4 4M3 18h14m-14-6h8m-8-6h6" 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="M19.5 2h-1c0 1.3808-1.1193 2.5-2.5 2.5v1.0001c1.3807 0 2.4999 1.1192 2.5 2.4999h1c.0001-1.3807 1.1193-2.4999 2.5-2.4999v-1.0001c-1.3807 0-2.5-1.1192-2.5-2.5Zm-14 13.9995h-1c0 1.3808-1.1193 2.5-2.5 2.5v1.0001c1.3807 0 2.5 1.1192 2.5 2.4999h1c0-1.3807 1.1193-2.4999 2.5-2.4999v-1.0001c-1.3807 0-2.5-1.1192-2.5-2.5Zm7.966-12.7314c-.2438-1.6922-2.6842-1.6893-2.9279-.0001-.5434 3.767-3.503 6.7267-7.2701 7.2701-1.6892.2437-1.6921 2.6841 0 2.9279 3.767.5429 6.7267 3.5028 7.27 7.2699.2433 1.6866 2.6838 1.695 2.928.0002.5429-3.7675 3.5026-6.7272 7.2701-7.2701 1.6949-.2442 1.6863-2.6847-.0002-2.9279-3.7671-.5434-6.727-3.503-7.2699-7.27Zm-7.8408 8.7338c2.9664-1.0662 5.3105-3.4103 6.3767-6.3767 1.0661 2.9664 3.4104 5.3105 6.3767 6.3767-2.9665 1.0661-5.3106 3.4102-6.3767 6.3768-1.0662-2.9664-3.4102-5.3107-6.3767-6.3768Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M20.6773 11.5208c-4.2483-.6128-7.5863-3.9505-8.1986-8.1988-.0797-.5532-.8781-.553-.9579 0-.6128 4.2483-3.9505 7.586-8.1987 8.1988-.5532.0798-.5533.8782-.0001.9579 4.2483.6123 7.586 3.9503 8.1988 8.1986.0797.5531.8782.5534.9579.0003.6122-4.2488 3.9501-7.5867 8.1989-8.1989.5532-.0797.5528-.8782-.0003-.9579Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.4689 3.2058c-.2412-1.6939-2.6914-1.7004-2.9338-.0005-.542 3.801-3.5288 6.788-7.3298 7.3299-1.7.2424-1.6933 2.6925.0005 2.9338 3.8004.5413 6.7875 3.5275 7.3294 7.3276.2419 1.6957 2.6917 1.6976 2.9336-.0001.5414-3.8002 3.5275-6.7862 7.3277-7.3277 1.6976-.2419 1.6959-2.6917.0001-2.9335-3.8001-.542-6.7863-3.5291-7.3277-7.3295Zm-7.9029 8.7961c2.9975-1.0704 5.3654-3.4384 6.4358-6.4358 1.0699 2.997 3.4373 5.3652 6.4342 6.4358-2.9968 1.07-5.3641 3.4373-6.4342 6.4341-1.0705-2.9969-3.4386-5.3642-6.4358-6.4341Zm13.934-10.0019h-1c0 1.3808-1.1193 2.5-2.5 2.5v1.0001c1.3806 0 2.4999 1.1192 2.5 2.4999h1c0-1.3807 1.1193-2.4999 2.5-2.4999v-1.0001c-1.3808 0-2.5-1.1192-2.5-2.5Zm-14 13.9995h-1c0 1.3808-1.1193 2.5-2.5 2.5v1.0001c1.3806 0 2.4999 1.1192 2.5 2.4999h1c0-1.3807 1.1193-2.4999 2.5-2.4999v-1.0001c-1.3807 0-2.5-1.1192-2.5-2.5Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/sparks.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="M9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M19.7722 2.5045c.
|
|
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.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M19.7722 2.5045c.0885-.1962.3671-.1962.4556 0l.6667 1.476a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.125l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6667c-.1962-.0886-.1962-.367 0-.4557l1.476-.6666a.2502.2502 0 0 0 .125-.125l.6667-1.476ZM19.7722 16.5045c.0885-.1962.3671-.1962.4556 0l.6667 1.476a.2505.2505 0 0 0 .1249.125l1.4761.6667c.1962.0885.1962.3671 0 .4556l-1.4761.6667a.2507.2507 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1962-.3671.1962-.4556 0l-.6667-1.4761a.2505.2505 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0885-.1962-.3671 0-.4556l1.476-.6667a.2504.2504 0 0 0 .125-.125l.6667-1.476Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M15 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" d="m10.5 19-.7071.7071.7071.2929v-1Zm2.5 0v1l1-1h-1Zm-6.5-4 .7071-.7071-.2929-.2929h-.4142v1Zm0-6v1h.4142l.293-.2929-.7072-.7071Zm4-4v-1l-.7071.2929.7071.7071Zm2.5 0h1l-1-1v1Zm-2.5 15h2.5v-2h-2.5v2Zm-4.7071-4.2929 4 4 1.4142-1.4142-4-4-1.4142 1.4142Zm.7071-1.7071h-1.5v2h1.5v-2Zm-2.5-1v-2h-2v2h2Zm1-3h1.5v-2h-1.5v2Zm4.7929-5.7071-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm3.2071-.2929h-2.5v2h2.5v-2Zm1 15v-14h-2v14h2Zm-10-8c0-.5523.4477-1 1-1v-2c-1.6568 0-3 1.3431-3 3h2Zm1 3c-.5523 0-1-.4477-1-1h-2c0 1.6569 1.3432 3 3 3v-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="m21 10-5 5m0-5 5 5" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M18 5.2917c1.8412 1.648 3 4.0428 3 6.7083 0 2.6655-1.1588 5.0604-3 6.7083m-2-9.7083c.6278.8357 1 1.8743 1 3a4.978 4.978 0 0 1-1 3.0005" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m10.5 19-.7071.7071.7071.2929v-1Zm2.5 0v1l1-1h-1Zm-6.5-4 .7071-.7071-.2929-.2929h-.4142v1Zm0-6v1h.4142l.293-.2929-.7072-.7071Zm4-4v-1l-.7071.2929.7071.7071Zm2.5 0h1l-1-1v1Zm-2.5 15h2.5v-2h-2.5v2Zm-4.7071-4.2929 4 4 1.4142-1.4142-4-4-1.4142 1.4142Zm.7071-1.7071h-1.5v2h1.5v-2Zm-2.5-1v-2h-2v2h2Zm1-3h1.5v-2h-1.5v2Zm4.7929-5.7071-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm3.2071-.2929h-2.5v2h2.5v-2Zm1 15v-14h-2v14h2Zm-10-8c0-.5523.4477-1 1-1v-2c-1.6568 0-3 1.3431-3 3h2Zm1 3c-.5523 0-1-.4477-1-1h-2c0 1.6569 1.3432 3 3 3v-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 fill="currentColor" d="M12.3714 13.9517a2.0083 2.0083 0 0 1-.7429.0002 1.9921 1.9921 0 0 1-.8645-.3936 1.9917 1.9917 0 0 1-.6524-.9139 2.0167 2.0167 0 0 1-.088-.3549 1.9951 1.9951 0 0 1 .405-1.5397 3.594 3.594 0 0 1 .3025-.3356 4.8093 4.8093 0 0 1 .2689-.245c.5625-.4767 1.285-.8951 1.9659-1.231 1.1192-.5522 2.126-.8817 2.126-.8817s-.0662.841-.2745 1.8874a16.166 16.166 0 0 1-.0817.3864c-.1424.6351-.3365 1.314-.5973 1.91a5.7508 5.7508 0 0 1-.2175.446c-.1067.1959-.2226.3767-.3484.5366a1.9926 1.9926 0 0 1-1.2011.7288Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M12 22c5.5228 0 10-4.4772 10-10 0-5.5229-4.4772-10-10-10-5.5229 0-10 4.4771-10 10 0 5.5228 4.4771 10 10 10Zm4.1649-3.1683c-1.2132.7412-2.6392 1.1683-4.1649 1.1683s-2.9517-.4271-4.1649-1.1683l2.4951-3.2098a4.0102 4.0102 0 0 1-.8027-.4917 4.0065 4.0065 0 0 1-.7486-.7713l-2.5073 3.2254c-1.4056-1.4416-2.2716-3.4118-2.2716-5.5843 0-.5117.048-1.0123.1399-1.4973l3.872 1.1759a3.9771 3.9771 0 0 1 .6484-1.8933l-3.9038-1.1855c1.143-2.4307 3.4733-4.1925 6.2435-4.538v3.6687c.4917-.2953.9713-.5373 1.371-.7258.2186-.103.4301-.1976.629-.283v-2.6598c2.7702.3454 5.1006 2.1072 6.2435 4.5379l-2.2855.694a20.585 20.585 0 0 1-.2031 1.1595 16.5986 16.5986 0 0 1-.2552 1.0699l3.3604-1.0205c.0919.485.1399.9856.1399 1.4973 0 2.1725-.866 4.1427-2.2716 5.5844l-2.5071-3.2253a5.4327 5.4327 0 0 1-.0769.1004 3.9837 3.9837 0 0 1-1.4744 1.1628l2.4949 3.2094Z" style="vector-effect:non-scaling-stroke"/></svg>
|
package/svg/24/spinner.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"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3714 13.9517a2.0083 2.0083 0 0 1-.7429.0002 1.9921 1.9921 0 0 1-.8645-.3936 1.9917 1.9917 0 0 1-.6524-.9139 2.0167 2.0167 0 0 1-.088-.3549 1.9951 1.9951 0 0 1 .405-1.5397 3.594 3.594 0 0 1 .3025-.3356 4.8093 4.8093 0 0 1 .2689-.245c.5625-.4767 1.285-.8951 1.9659-1.231 1.1192-.5522 2.126-.8817 2.126-.8817s-.0662.841-.2745 1.8874a16.166 16.166 0 0 1-.0817.3864c-.1424.6351-.3365 1.314-.5973 1.91a5.7508 5.7508 0 0 1-.2175.446c-.1067.1959-.2226.3767-.3484.5366a1.9926 1.9926 0 0 1-1.2011.7288Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M12 22c5.5228 0 10-4.4772 10-10 0-5.5229-4.4772-10-10-10-5.5229 0-10 4.4771-10 10 0 5.5228 4.4771 10 10 10Zm4.1649-3.1683c-1.2132.7412-2.6392 1.1683-4.1649 1.1683s-2.9517-.4271-4.1649-1.1683l2.4951-3.2098a4.0102 4.0102 0 0 1-.8027-.4917 4.0065 4.0065 0 0 1-.7486-.7713l-2.5073 3.2254c-1.4056-1.4416-2.2716-3.4118-2.2716-5.5843 0-.5117.048-1.0123.1399-1.4973l3.872 1.1759a3.9771 3.9771 0 0 1 .6484-1.8933l-3.9038-1.1855c1.143-2.4307 3.4733-4.1925 6.2435-4.538v3.6687c.4917-.2953.9713-.5373 1.371-.7258.2186-.103.4301-.1976.629-.283v-2.6598c2.7702.3454 5.1006 2.1072 6.2435 4.5379l-2.2855.694a20.585 20.585 0 0 1-.2031 1.1595 16.5986 16.5986 0 0 1-.2552 1.0699l3.3604-1.0205c.0919.485.1399.9856.1399 1.4973 0 2.1725-.866 4.1427-2.2716 5.5844l-2.5071-3.2253a5.4327 5.4327 0 0 1-.0769.1004 3.9837 3.9837 0 0 1-1.4744 1.1628l2.4949 3.2094Z" 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="M1 12h22" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M4 8v-2c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v2M20 16v2c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-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="M12.0002 22v-12" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m8 13 4-4 4 4" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M15 19h4c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h4" 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 14v5c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-14c0-1.1046-.8954-2-2-2h-2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m13 4 3 3-3 3M5 4l-3 3 3 3M10.5 2l-3 10" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M4 6c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v12c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-12Z" style="vector-effect:non-scaling-stroke"/><circle cx="12" cy="14.5" r="2.5" fill="currentColor" style="vector-effect:non-scaling-stroke"/><circle cx="20" cy="9.5" r="2.5" fill="currentColor" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M3 3h18v18h-18v-18Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 13h6M7 17h10" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="10" y="6" fill="currentColor" rx="2" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" 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 stroke="currentColor" stroke-width="2" d="M4 6c0-1.1046.8954-2 2-2h7v9h-9v-7Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 3c-1.5.5-5.5 2.5-5 8 .2853 3.1386 2.8501 4.9746 5 5.601m0-9.601c1.0838-1.1044 1.9308-1.4608 3.8885-1.4982a.9545.9545 0 0 1 .2212.0218c2.2773.5017 3.2476 1.4084 3.6601 3.4764m-3.7697 2h9c.5522 0 1 .4477 1 1v9c0 .5523-.4478 1-1 1h-9c-.5523 0-1-.4477-1-1v-9c0-.5523.4477-1 1-1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" fill-rule="evenodd" d="M19.5 2h-1c0 1.3808-1.1193 2.5-2.5 2.5v1.0001c1.3807 0 2.4999 1.1192 2.5 2.4999h1c.0001-1.3807 1.1193-2.4999 2.5-2.4999v-1.0001c-1.3807 0-2.5-1.1192-2.5-2.5Z" 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="M3 3h7v7h-7zM18 14v8m-4-4h8" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M10 17.75c0 2.0711-1.679 3.75-3.75 3.75-2.071 0-3.75-1.6789-3.75-3.75s1.679-3.75 3.75-3.75c2.071 0 3.75 1.6789 3.75 3.75Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 2.5 3.9 7.5h-7.9l4-7.5Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M17 3v17M14 18l3 3 3-3" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke" transform="matrix(0 1 1 0 6 3)"/><rect width="4" height="4" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke" transform="matrix(0 1 1 0 6 10)"/><rect width="4" height="4" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke" transform="matrix(0 1 1 0 6 17)"/></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 14h6v6h-6zM4 4h6v6h-6zM14 4h6v6h-6zM14 14h6v6h-6z" 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="M2 2h3v3h-3v-3ZM19 2h3v3h-3v-3ZM19 19h3v3h-3v-3ZM2 19h3v3h-3v-3Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M2 20h20m-20-16h20m-2 18v-20m-16 20v-20" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="bevel" stroke-width="2" d="M11 11v-3h5v5h-2.6667m-2.3333-2h-3v5h5.3333v-3m-2.3333-2v2h2.3333" 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 9v1h1v-1h-1Zm0-6v-1l-1 1h1Zm12 0h1l-1-1v1Zm0 12v1l1-1h-1Zm-6 0v-1h-1v1h1Zm0 6v1l1-1h-1Zm-12 0h-1l1 1v-1Zm0-12v-1l-1 1h1Zm7 0v-6h-2v6h2Zm-1-5h12v-2h-12v2Zm11-1v12h2v-12h-2Zm1 11h-6v2h6v-2Zm-7 1v6h2v-6h-2Zm1 5h-12v2h12v-2Zm-11 1v-12h-2v12h2Zm-1-11h6v-2h-6v2Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 14 3 3-3 3M2 17h18" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="3" y="6" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="10" y="6" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="1" style="vector-effect:non-scaling-stroke"/><rect width="4" height="4" x="17" y="6" stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" rx="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="M4 14h6v6h-6zM4 4h6v6h-6zM14 14h6v6h-6z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M11.3077 7h-6.3077c-1.1046 0-2 .8954-2 2v10c0 1.1046.8954 2 2 2h8c1.1046 0 2-.8954 2-2v-8l-3.6923-4Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M9 7v-2c0-1.1046.8954-2 2-2h6.3077l3.6923 4v8c0 1.1046-.8954 2-2 2h-4" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 10v4h4m-4-4v-6h10v10h-6m-4-4h-6v10h10v-6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 2h3v3h-3v-3ZM19 2h3v3h-3v-3ZM19 13h3v3h-3v-3ZM8 13h3v3h-3v-3ZM2 8h3v3h-3v-3ZM2 19h3v3h-3v-3ZM13 19h3v3h-3v-3Z" style="vector-effect:non-scaling-stroke"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 10v4h4m-4-4v-6h10v10h-6m-4-4h-6v10h10v-6" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M8 2h3v3h-3v-3ZM19 2h3v3h-3v-3ZM19 13h3v3h-3v-3ZM8 13h3v3h-3v-3ZM2 8h3v3h-3v-3ZM2 19h3v3h-3v-3ZM13 19h3v3h-3v-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-linecap="round" stroke-linejoin="bevel" stroke-width="2" d="M9 3h12v12h-12v-12Zm6 6h-12v12h12v-12Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="m18 13.5 4 2-10 4.5-10-4.5 4-2m6-9.5 10 4.5-10 4.5-10-4.5 10-4.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" d="m15 9-3-6-3 6-6 1 4 4.5-1 6.5 6-3 6 3-1-6.5 4-4.5-6-1Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m12 3 .8944-.4472h-1.7888l.8944.4472Zm3 6-.8944.4472.2277.4555.5023.0837.1644-.9864Zm6 1 .7474.6644-.583-1.6508-.1644.9864Zm-4 4.5-.7474-.6644-.3125.3516.0715.4649.9884-.1521Zm1 6.5-.4472.8944 1.4356-1.0465-.9884.1521Zm-6-3 .4472-.8944-.4472-.2236-.4472.2236.4472.8944Zm-6 3-.9884-.1521 1.4356 1.0465-.4472-.8944Zm1-6.5.9884.1521.0715-.4649-.3125-.3516-.7474.6644Zm-4-4.5-.1644-.9864-.583 1.6508.7474-.6644Zm6-1 .1644.9864.5023-.0837.2277-.4555-.8944-.4472Zm2.1056-5.5528 3 6 1.7888-.8944-3-6-1.7888.8944Zm3.73 6.5392 6 1 .3288-1.9728-6-1-.3288 1.9728Zm5.417-.6508-4 4.5 1.4948 1.3288 4-4.5-1.4948-1.3288Zm-4.241 5.3165 1 6.5 1.9768-.3042-1-6.5-1.9768.3042Zm2.4356 5.4535-6-3-.8944 1.7888 6 3 .8944-1.7888Zm-6.8944-3-6 3 .8944 1.7888 6-3-.8944-1.7888Zm-4.5644 4.0465 1-6.5-1.9768-.3042-1 6.5 1.9768.3042Zm.759-7.3165-4-4.5-1.4948 1.3288 4 4.5 1.4948-1.3288Zm-4.583-2.8492 6-1-.3288-1.9728-6 1 .3288 1.9728Zm6.73-1.5392 3-6-1.7888-.8944-3 6 1.7888.8944Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3 .8944-.4472h-1.7888l.8944.4472Zm3 6-.8944.4472.2277.4555.5023.0837.1644-.9864Zm6 1 .7474.6644-.583-1.6508-.1644.9864Zm-4 4.5-.7474-.6644-.3125.3516.0715.4649.9884-.1521Zm1 6.5-.4472.8944 1.4356-1.0465-.9884.1521Zm-6-3 .4472-.8944-.4472-.2236-.4472.2236.4472.8944Zm-6 3-.9884-.1521 1.4356 1.0465-.4472-.8944Zm1-6.5.9884.1521.0715-.4649-.3125-.3516-.7474.6644Zm-4-4.5-.1644-.9864-.583 1.6508.7474-.6644Zm6-1 .1644.9864.5023-.0837.2277-.4555-.8944-.4472Zm2.1056-5.5528 3 6 1.7888-.8944-3-6-1.7888.8944Zm3.73 6.5392 6 1 .3288-1.9728-6-1-.3288 1.9728Zm5.417-.6508-4 4.5 1.4948 1.3288 4-4.5-1.4948-1.3288Zm-4.241 5.3165 1 6.5 1.9768-.3042-1-6.5-1.9768.3042Zm2.4356 5.4535-6-3-.8944 1.7888 6 3 .8944-1.7888Zm-6.8944-3-6 3 .8944 1.7888 6-3-.8944-1.7888Zm-4.5644 4.0465 1-6.5-1.9768-.3042-1 6.5 1.9768.3042Zm.759-7.3165-4-4.5-1.4948 1.3288 4 4.5 1.4948-1.3288Zm-4.583-2.8492 6-1-.3288-1.9728-6 1 .3288 1.9728Zm6.73-1.5392 3-6-1.7888-.8944-3 6 1.7888.8944Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M11 7v-2l-2 4-6 1 4 4.5-1 6.5 5-2.5v-11.5Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M11 5h1l-1.8944-.4472.8944.4472Zm0 13.5.4472.8944.5528-.2764v-.618h-1Zm-5 2.5-.9884-.1521 1.4356 1.0465-.4472-.8944Zm1-6.5.9884.1521.0715-.4649-.3125-.3516-.7474.6644Zm-4-4.5-.1644-.9864-.583 1.6508.7474-.6644Zm6-1 .1644.9864.5023-.0837.2277-.4555-.8944-.4472Zm1-4v2h2v-2h-2Zm0 2v2h2v-2h-2Zm0 2v3.5h2v-3.5h-2Zm0 3.5v1.5h2v-1.5h-2Zm0 1.5v4.5h2v-4.5h-2Zm.5528 3.6056-5 2.5.8944 1.7888 5-2.5-.8944-1.7888Zm-3.5644 3.5465 1-6.5-1.9768-.3042-1 6.5 1.9768.3042Zm.759-7.3165-4-4.5-1.4948 1.3288 4 4.5 1.4948-1.3288Zm-4.583-2.8492 6-1-.3288-1.9728-6 1 .3288 1.9728Zm6.73-1.5392 2-4-1.7888-.8944-2 4 1.7888.8944Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m12 3 .8944-.4472h-1.7888l.8944.4472Zm3 6-.8944.4472.2277.4555.5023.0837.1644-.9864Zm6 1 .7474.6644-.583-1.6508-.1644.9864Zm-4 4.5-.7474-.6644-.3125.3516.0715.4649.9884-.1521Zm1 6.5-.4472.8944 1.4356-1.0465-.9884.1521Zm-6-3 .4472-.8944-.4472-.2236-.4472.2236.4472.8944Zm-6 3-.9884-.1521 1.4356 1.0465-.4472-.8944Zm1-6.5.9884.1521.0715-.4649-.3125-.3516-.7474.6644Zm-4-4.5-.1644-.9864-.583 1.6508.7474-.6644Zm6-1 .1644.9864.5023-.0837.2277-.4555-.8944-.4472Zm2.1056-5.5528 3 6 1.7888-.8944-3-6-1.7888.8944Zm3.73 6.5392 6 1 .3288-1.9728-6-1-.3288 1.9728Zm5.417-.6508-4 4.5 1.4948 1.3288 4-4.5-1.4948-1.3288Zm-4.241 5.3165 1 6.5 1.9768-.3042-1-6.5-1.9768.3042Zm2.4356 5.4535-6-3-.8944 1.7888 6 3 .8944-1.7888Zm-6.8944-3-6 3 .8944 1.7888 6-3-.8944-1.7888Zm-4.5644 4.0465 1-6.5-1.9768-.3042-1 6.5 1.9768.3042Zm.759-7.3165-4-4.5-1.4948 1.3288 4 4.5 1.4948-1.3288Zm-4.583-2.8492 6-1-.3288-1.9728-6 1 .3288 1.9728Zm6.73-1.5392 3-6-1.7888-.8944-3 6 1.7888.8944Z" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M8 3h-5v5m18 8v5h-5m-8 0h-5v-5m18-8v-5h-5M13 16v-3h2" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M16 13.0005c0 1.6566-1.3429 2.9997-2.9995 3l-4.9984.0008v-8.0012l7.9979-.0001v5.0005Z" 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 5c0-.5523.4477-1 1-1h1v-2h-1c-1.6568 0-3 1.3432-3 3v14c0 1.6569 1.3432 3 3 3h7c5.5228 0 10-4.4772 10-10v-3h-2c0 1.6569-1.3431 3-3 3h-4l-1 1v3.9961c0 1.6568-1.3431 3-3 3h-4v.0039c-.5523 0-1-.4477-1-1v-14Zm9.0477 14.932c3.5793-.4682 6.4143-3.3023 6.8839-6.8812a4.9774 4.9774 0 0 1-2.9316.9492h-3v2.9961a4.9774 4.9774 0 0 1-.9523 2.9359Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="m10 5-1.5 1.5m4-.5-.5 2m3.5-2 .5 2m2.5-2.5 1 1m.5-3.5s-2.2 3-5.5 3-5.5-3-5.5-3" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 5c0-.5523.4477-1 1-1h1v-2h-1c-1.6568 0-3 1.3432-3 3v14c0 1.6569 1.3432 3 3 3h7c5.5228 0 10-4.4772 10-10v-3h-2c0 1.6569-1.3431 3-3 3h-4l-1 1v3.9961c0 1.6568-1.3431 3-3 3h-4v.0039c-.5523 0-1-.4477-1-1v-14Zm9.0477 14.932c3.5793-.4682 6.4143-3.3023 6.8839-6.8812a4.9774 4.9774 0 0 1-2.9316.9492h-3v2.9961a4.9774 4.9774 0 0 1-.9523 2.9359Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m20 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-.532.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.0007a7.6411 7.6411 0 0 1 .336-.4628c.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.6411 7.6411 0 0 1-.2598-.3498 4.4977 4.4977 0 0 1-.0762-.113l.0004.0007a.009.009 0 0 1 .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="14.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="M5 2c-1.6568 0-3 1.3432-3 3v14c0 1.6569 1.3432 3 3 3h7c5.5228 0 10-4.4772 10-10v-7c0-1.6568-1.3431-3-3-3h-14Zm15 7v-4c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1v-.0039h4c1.6569 0 3-1.3432 3-3v-3.9961l1-1h4c1.6569 0 3-1.3431 3-3Zm-6.9523 10.932a4.9774 4.9774 0 0 0 .9523-2.9359v-2.9961h3a4.9774 4.9774 0 0 0 2.9316-.9492c-.4696 3.5789-3.3046 6.413-6.8839 6.8812Z" 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="M8 9c0-.5524.4477-1 1-1h10c.5523 0 1 .4476 1 1v2c0 1.6568-1.3431 3-3 3h-2l-1 1v2c0 1.6568-1.3431 3-3 3h-2c-.5523 0-1-.4477-1-1v-10Zm7.0003 11c1.7835-.0001 2.9837-.5498 3.7523-1.4144.7114-.8003 1.1574-1.9877 1.2352-3.5761a4.9783 4.9783 0 0 1-2.9878.9905h-1v1a4.978 4.978 0 0 1-.9997 3Zm6.9997-9v3.5c0 2.1537-.5381 4.048-1.7526 5.4144-1.2314 1.3853-3.0311 2.0856-5.2474 2.0856h-6c-1.6569 0-3-1.3431-3-3v-10c0-1.657 1.3431-3 3-3h10c1.6569 0 3 1.343 3 3v2Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 18v-13c0-1.1046.8954-2 2-2h13" 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 4c-1.6568 0-3 1.3431-3 3v10c0 1.6569 1.3432 3 3 3h10c2.7122 0 4.5692-.8707 5.6856-2.4803 1.0606-1.529 1.3144-3.5414 1.3144-5.5197v-5c0-1.6569-1.3431-3-3-3h-14Zm15 5.0017v-2.0017c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h6c1.6569 0 3-1.3431 3-3v-1.9983l1-1h2c1.6569 0 3-1.3431 3-3Zm-4.9996 8.9983a4.9785 4.9785 0 0 0 .9996-3v-.9983h1a4.9781 4.9781 0 0 0 2.9711-.978c-.0849 1.4073-.3633 2.5408-.9288 3.3561-.6409.9239-1.7838 1.6201-4.0419 1.6202Z" 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="M10 7c-1.6569 0-3 1.3431-3 3v9c0 1.6569 1.3431 3 3 3h6c2.0403 0 3.614-.6996 4.6415-2.0476.9898-1.2987 1.3585-3.053 1.3585-4.9524v-5c0-1.6569-1.3431-3-3-3h-9Zm5.4649 13h.5351c1.5496 0 2.4758-.5055 3.0509-1.26.4181-.5485.7075-1.3028.8492-2.2638a4.613 4.613 0 0 1-2.1362.5238h-1.7639v1a3.9818 3.9818 0 0 1-.5351 2Zm4.5351-6.2563a2.618 2.618 0 0 1-2.2361 1.2563h-2.7639l-1 1v2c0 1.1046-.8954 2-2 2h-2c-.5523 0-1-.4477-1-1v-9c0-.5523.4477-1 1-1h9c.5523 0 1 .4477 1 1v3.7437Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M5 16c-1.1046 0-2-.8954-2-2v-9c0-1.1046.8954-2 2-2h9c1.1046 0 2 .8954 2 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-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"/><rect width="6" height="6" x="9" y="9" fill="currentColor" rx="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="M4.0493 12c0-4.4183 3.5817-8 8-8 3.8179 0 7.0112 2.6745 7.8085 6.2521.0355.1804-.0154.3396-.1441.4774-.1433.1535-.3819.2705-.6644.2705h-1c-3.866 0-7 3.134-7 7v1c0 .2824-.1169.5211-.2705.6644-.1378.1287-.297.1796-.4774.1441-3.5776-.7974-6.252-3.9906-6.252-7.8085Zm-2 0c0-5.5229 4.4772-10 10-10 2.1762 0 4.1896.695 5.8307 1.8749 2.525 1.8151 4.1693 4.778 4.1693 8.1251v.4142l-.2929.2929-9 9-.2929.2929h-.4142c-3.347 0-6.31-1.6444-8.1251-4.1693-1.18-1.6412-1.8749-3.6545-1.8749-5.8307Zm16.5858 1-5.5858 5.5858v-.5858c0-2.7614 2.2386-5 5-5h.5858Z" clip-rule="evenodd" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 11h-1.0004m1.0004 0c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2m2 2c1.1046 0 2 .8954 2 2v1m-4-1c0 1.1046.8954 2 2 2h.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-linejoin="bevel" stroke-miterlimit="1.414" stroke-width="2" d="M12 3h-9v9l10 9.5 9-9.5-10-9Z" style="vector-effect:non-scaling-stroke"/><circle cx="8.5" cy="8.5" r="1.5" stroke="currentColor" stroke-width="2" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="bevel" stroke-width="2" d="M20 18v-6h-4v.5c-.2267 2.0083-1.979 3.5-4 3.5s-3.7733-1.4917-4-3.5v-.5h-4v6c0 1.1046.8954 2 2 2h12c1.1046 0 2-.8954 2-2Z" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="m4 12-.9701-.2425-.0299.1194v.1231h1Zm2-8v-1a1 1 0 0 0-.9701.7575l.9701.2425Zm12 0 .9701-.2425a.9998.9998 0 0 0-.9701-.7575v1Zm2 8h1v-.1231l-.0299-.1194-.9701.2425Zm-15.0299.2425 2-8-1.9402-.485-2 8 1.9402.485Zm1.0299-7.2425h12v-2h-12v2Zm11.0299-.7575 2 8 1.9402-.485-2-8-1.9402.485Zm1.9701 7.7575v3h2v-3h-2Zm-16 0v3h2v-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 fill="currentColor" d="m6.077 15.6154-.3847.9231 1.8462.7692.3846-.9231-1.8462-.7692Zm5.923-11.6154.9231-.3846h-1.8462l.9231.3846Zm4.0769 12.3846.3846.9231 1.8462-.7692-.3846-.9231-1.8462.7692Zm-5-12 3.75 9 1.8462-.7692-3.75-9-1.8462.7692Zm3.75 9 1.25 3 1.8462-.7692-1.25-3-1.8462.7692Zm-6.9038 3 1.25-3-1.8462-.7692-1.25 3 1.8462.7692Zm1.25-3 3.75-9-1.8462-.7692-3.75 9 1.8462.7692Zm6.5769-1.3846h-7.5v2h7.5v-2Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M3 20h18" 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="m2.077 17.6154-.3847.9231 1.8462.7692.3846-.9231-1.8462-.7692Zm5.923-11.6154.923-.3846h-1.846l.923.3846Zm4.0769 12.3846.3846.9231 1.8462-.7692-.3846-.9231-1.8462.7692Zm-5-12 3.75 9 1.8462-.7692-3.75-9-1.8462.7692Zm3.75 9 1.25 3 1.8462-.7692-1.25-3-1.8462.7692Zm-6.9038 3 1.25-3-1.8462-.7692-1.25 3 1.8462.7692Zm1.25-3 3.75-9-1.8462-.7692-3.75 9 1.8462.7692Zm6.5769-1.3846h-7.5v2h7.5v-2ZM20.9999 16h-1 1Zm-4-5.5002.6006.7996-.6006-.7996Zm4.0001 3.5002h1v-1h-1v1Zm0 4v1l1-1h-1Zm-2.5001-7c.8285 0 1.5.6716 1.5 1.5h2c0-1.933-1.567-3.5-3.5-3.5v2Zm1.5 1.5v3.5h2v-3.5h-2Zm-2.3994-1.2006a1.4885 1.4885 0 0 1 .8994-.2994v-2a3.4887 3.4887 0 0 0-2.1005.7003l1.2011 1.5991Zm-.3012.3012a1.516 1.516 0 0 1 .3012-.3012l-1.2011-1.5991a3.5165 3.5165 0 0 0-.6992.6991l1.5991 1.2012Zm.7007 5.3994c-.5523 0-1-.4477-1-1h-2c0 1.6569 1.3431 3 3 3v-2Zm-1-1c0-.5523.4477-1 1-1v-2c-1.6569 0-3 1.3431-3 3h2Zm3-2-.0001 2h2l.0001-2h-2Zm-2 1h3v-2h-3v2Zm1.9999 1 .0001 2h2l-.0001-2h-2Zm1.0001 1h-3v2h3v-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="round" stroke-width="2" d="M4 6h16m-12.5714 4h9.1428m-12.5714 4h16m-12.5714 4h9.1428" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 6h16m-16 4h9.1429m-9.1429 4h16m-16 4h9.1429" style="vector-effect:non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 6h16m-9.1429 4h9.1429m-16 4h16m-9.1429 4h9.1429" style="vector-effect:non-scaling-stroke"/></svg>
|