@mirohq/design-system-icons 0.8.1-checkbox.0 → 0.9.1
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 +1226 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +1183 -38
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +89 -11
- package/package.json +4 -4
- package/react/add-line-bottom.tsx +4 -0
- package/react/add-line-right.tsx +4 -0
- package/react/align-bottom.tsx +4 -0
- package/react/align-center-horizontal.tsx +4 -0
- package/react/align-center-vertical.tsx +4 -0
- package/react/align-left.tsx +4 -0
- package/react/align-right.tsx +4 -0
- package/react/align-top.tsx +4 -0
- package/react/arrow-arc-left.tsx +38 -0
- package/react/arrow-arc-right.tsx +38 -0
- package/react/arrow-bend-up-right.tsx +38 -0
- package/react/arrow-box-out.tsx +4 -0
- package/react/arrow-clockwise-down-right.tsx +4 -0
- package/react/arrow-clockwise-up-left.tsx +4 -0
- package/react/arrow-counter-clockwise-down-left.tsx +4 -0
- package/react/arrow-counter-clockwise-up-right.tsx +4 -0
- package/react/arrow-down-left.tsx +4 -0
- package/react/arrow-down-right.tsx +4 -0
- package/react/arrow-down.tsx +4 -0
- package/react/arrow-fat-right.tsx +4 -0
- package/react/arrow-fat-up-right.tsx +35 -0
- package/react/arrow-left.tsx +4 -0
- package/react/arrow-right.tsx +4 -0
- package/react/arrow-up-circle.tsx +35 -0
- package/react/arrow-up-left.tsx +4 -0
- package/react/arrow-up-right.tsx +4 -0
- package/react/arrow-up.tsx +4 -0
- package/react/arrows-clockwise-x.tsx +4 -0
- package/react/arrows-clockwise-y.tsx +4 -0
- package/react/arrows-in-simple.tsx +38 -0
- package/react/arrows-out-cardinal.tsx +38 -0
- package/react/arrows-out-lines-horizontal.tsx +38 -0
- package/react/arrows-out-simple.tsx +38 -0
- package/react/article.tsx +4 -0
- package/react/at.tsx +4 -0
- package/react/bar-three.tsx +4 -0
- package/react/bell-slash.tsx +4 -0
- package/react/bell-tilt.tsx +4 -0
- package/react/bell.tsx +4 -0
- package/react/board.tsx +4 -0
- package/react/bookmark.tsx +4 -0
- package/react/brackets-angle-slash.tsx +4 -0
- package/react/brackets-curly-circles-three.tsx +4 -0
- package/react/calendar-blank.tsx +4 -0
- package/react/camera.tsx +4 -0
- package/react/card-number-three.tsx +4 -0
- package/react/card.tsx +4 -0
- package/react/cards-poker.tsx +4 -0
- package/react/chart-bar-y-simple.tsx +4 -0
- package/react/chart-bar-y.tsx +4 -0
- package/react/chat-dashes-lines-two.tsx +4 -0
- package/react/chat-lines-cross.tsx +4 -0
- package/react/chat-lines-eye-open.tsx +4 -0
- package/react/chat-lines-two-stack.tsx +4 -0
- package/react/chat-lines-two.tsx +4 -0
- package/react/chat-plus.tsx +4 -0
- package/react/chat-text-arrow.tsx +4 -0
- package/react/chat-two.tsx +4 -0
- package/react/chat.tsx +4 -0
- package/react/check-mark.tsx +4 -0
- package/react/checkboard-square-centered.tsx +4 -0
- package/react/chevron-down-double.tsx +38 -0
- package/react/chevron-down.tsx +4 -0
- package/react/chevron-left-double.tsx +38 -0
- package/react/chevron-left.tsx +4 -0
- package/react/chevron-right-double.tsx +38 -0
- package/react/chevron-right.tsx +4 -0
- package/react/chevron-up-double.tsx +38 -0
- package/react/chevron-up-down-line.tsx +38 -0
- package/react/chevron-up-down.tsx +38 -0
- package/react/chevron-up.tsx +4 -0
- package/react/circle-corners.tsx +4 -0
- package/react/circle-motion-x.tsx +4 -0
- package/react/circle-notch.tsx +4 -0
- package/react/circle-slash.tsx +37 -0
- package/react/circle.tsx +4 -0
- package/react/circles-connected.tsx +4 -0
- package/react/clock-counter-clockwise-simple.tsx +4 -0
- package/react/clock-counter-clockwise.tsx +4 -0
- package/react/clock-overtime.tsx +4 -0
- package/react/clock.tsx +4 -0
- package/react/cluster.tsx +4 -0
- package/react/clustered.tsx +4 -0
- package/react/cog.tsx +4 -0
- package/react/cone-serpentine.tsx +4 -0
- package/react/corners-three-eye-open.tsx +4 -0
- package/react/credit-card.tsx +4 -0
- package/react/crop.tsx +4 -0
- package/react/cross-circle.tsx +4 -0
- package/react/cross-square.tsx +38 -0
- package/react/cross.tsx +4 -0
- package/react/cube.tsx +4 -0
- package/react/cursor-filled.tsx +4 -0
- package/react/cursor-lines.tsx +35 -0
- package/react/cursor-text.tsx +4 -0
- package/react/cursor.tsx +4 -0
- package/react/curve-square-circle-arrow.tsx +4 -0
- package/react/dash-left-down-square-dash-right-up.tsx +4 -0
- package/react/dash-left-up-square-dash-down-right.tsx +4 -0
- package/react/dash-square-dash-horizontal.tsx +4 -0
- package/react/dash-square-dash-vertical.tsx +4 -0
- package/react/distribute-horizontal.tsx +4 -0
- package/react/distribute-vertical.tsx +4 -0
- package/react/dots-nine.tsx +29 -0
- package/react/dots-three.tsx +29 -0
- package/react/dots-two.tsx +29 -0
- package/react/download.tsx +38 -0
- package/react/envelope.tsx +4 -0
- package/react/eraser.tsx +4 -0
- package/react/exclamation-point-circle.tsx +4 -0
- package/react/export.tsx +38 -0
- package/react/eye-closed-dots-four-frame-broken.tsx +4 -0
- package/react/eye-closed.tsx +4 -0
- package/react/eye-open-line-frame-broken.tsx +4 -0
- package/react/eye-open-slash.tsx +4 -0
- package/react/eye-open.tsx +4 -0
- package/react/eyedropper.tsx +4 -0
- package/react/factory-house.tsx +4 -0
- package/react/factory.tsx +4 -0
- package/react/folder.tsx +4 -0
- package/react/frame-lines-two.tsx +4 -0
- package/react/frame-play.tsx +4 -0
- package/react/frame-plus.tsx +4 -0
- package/react/frame.tsx +4 -0
- package/react/funnel.tsx +4 -0
- package/react/gauge.tsx +4 -0
- package/react/globe.tsx +4 -0
- package/react/graduation-cap.tsx +4 -0
- package/react/grid-four.tsx +4 -0
- package/react/grid-six.tsx +4 -0
- package/react/grid.tsx +38 -0
- package/react/hand-filled.tsx +4 -0
- package/react/hand-pointing.tsx +35 -0
- package/react/hand.tsx +4 -0
- package/react/highlighter-underline.tsx +4 -0
- package/react/highlighter.tsx +4 -0
- package/react/house.tsx +4 -0
- package/react/image.tsx +4 -0
- package/react/index.ts +44 -0
- package/react/information-mark-circle.tsx +4 -0
- package/react/kanban.tsx +4 -0
- package/react/key.tsx +4 -0
- package/react/keycap.tsx +4 -0
- package/react/laptop.tsx +4 -0
- package/react/lasso.tsx +4 -0
- package/react/layout.tsx +4 -0
- package/react/lifesaver.tsx +4 -0
- package/react/lightning.tsx +4 -0
- package/react/line-curved.tsx +4 -0
- package/react/line-dashed.tsx +4 -0
- package/react/line-diagonal.tsx +4 -0
- package/react/line-dotted.tsx +4 -0
- package/react/line-horizontal.tsx +4 -0
- package/react/line-orthogonal.tsx +4 -0
- package/react/line-straight.tsx +4 -0
- package/react/lines-three-horizontal-line-vertical-center.tsx +4 -0
- package/react/lines-three-horizontal.tsx +4 -0
- package/react/lines-three-vertical.tsx +4 -0
- package/react/link.tsx +4 -0
- package/react/list-bullets.tsx +4 -0
- package/react/list-numbers.tsx +4 -0
- package/react/lock-closed.tsx +4 -0
- package/react/lock-open.tsx +4 -0
- package/react/login.tsx +38 -0
- package/react/logout.tsx +38 -0
- package/react/magnet.tsx +4 -0
- package/react/magnifying-glass.tsx +4 -0
- package/react/map.tsx +4 -0
- package/react/microphone-slash.tsx +4 -0
- package/react/microphone.tsx +4 -0
- package/react/minus.tsx +4 -0
- package/react/monitor-arrow.tsx +4 -0
- package/react/monitor-pause.tsx +4 -0
- package/react/monitor-play.tsx +4 -0
- package/react/monitor-stop.tsx +4 -0
- package/react/mouse.tsx +4 -0
- package/react/navigation-arrow-lines.tsx +35 -0
- package/react/navigation-up-left-filled.tsx +35 -0
- package/react/navigation-up-left-slash.tsx +38 -0
- package/react/navigation-up-right.tsx +38 -0
- package/react/next.tsx +4 -0
- package/react/node-lines-curved.tsx +4 -0
- package/react/node-lines-horizontal.tsx +4 -0
- package/react/node-lines-vertical.tsx +4 -0
- package/react/node-plus.tsx +4 -0
- package/react/nodes-connected.tsx +4 -0
- package/react/nodes-connections-three.tsx +4 -0
- package/react/note-magnifying-glass.tsx +4 -0
- package/react/paper-plane-filled-right.tsx +31 -0
- package/react/paper-plane-tilt.tsx +38 -0
- package/react/parallelogram.tsx +4 -0
- package/react/pause-circle.tsx +4 -0
- package/react/pause.tsx +4 -0
- package/react/pdf.tsx +4 -0
- package/react/pen-tip.tsx +4 -0
- package/react/pen.tsx +4 -0
- package/react/placeholder.tsx +4 -0
- package/react/play-circle.tsx +4 -0
- package/react/play.tsx +4 -0
- package/react/playback-speed-circle.tsx +4 -0
- package/react/plug.tsx +4 -0
- package/react/plus-text.tsx +4 -0
- package/react/plus.tsx +4 -0
- package/react/presentation-arrow.tsx +4 -0
- package/react/presentation-eye-open.tsx +4 -0
- package/react/presentation-line.tsx +4 -0
- package/react/presentation-lines-two.tsx +4 -0
- package/react/presentation-link.tsx +4 -0
- package/react/presentation-number-one.tsx +4 -0
- package/react/presentation-play.tsx +4 -0
- package/react/presentation-plus.tsx +4 -0
- package/react/previous.tsx +4 -0
- package/react/prohibit.tsx +4 -0
- package/react/push-pin.tsx +4 -0
- package/react/question-mark-circle.tsx +4 -0
- package/react/question-mark.tsx +4 -0
- package/react/rectangle-arrow-up-center.tsx +38 -0
- package/react/rectangle-dash-lines.tsx +4 -0
- package/react/rectangle-dot-line-pen.tsx +4 -0
- package/react/rectangle-play-stack.tsx +4 -0
- package/react/rectangle-tick.tsx +4 -0
- package/react/rectangles-three-aligned.tsx +4 -0
- package/react/rectangles-three-free.tsx +4 -0
- package/react/rectangles-three-overlap.tsx +4 -0
- package/react/rectangles-two-line.tsx +4 -0
- package/react/rectangles-two-lines-four.tsx +4 -0
- package/react/rectangles-two-minus.tsx +4 -0
- package/react/rectangles-two-plus.tsx +4 -0
- package/react/rectangles-two-user.tsx +4 -0
- package/react/rhombus.tsx +4 -0
- package/react/scissors.tsx +4 -0
- package/react/scrollbar-xy.tsx +4 -0
- package/react/shapes.tsx +4 -0
- package/react/shield-check.tsx +4 -0
- package/react/shield-lock.tsx +4 -0
- package/react/shuffle.tsx +38 -0
- package/react/sidebar-closed.tsx +4 -0
- package/react/sidebar-open.tsx +4 -0
- package/react/sliders-x.tsx +4 -0
- package/react/sliders-y.tsx +4 -0
- package/react/smiley-chat.tsx +4 -0
- package/react/smiley-sticker.tsx +4 -0
- package/react/smiley.tsx +4 -0
- package/react/social-facebook.tsx +4 -0
- package/react/social-instagram.tsx +4 -0
- package/react/social-linkedin.tsx +4 -0
- package/react/social-twitter.tsx +4 -0
- package/react/social-youtube.tsx +4 -0
- package/react/speaker-cross.tsx +4 -0
- package/react/speaker-high.tsx +4 -0
- package/react/split-vertical.tsx +4 -0
- package/react/square-brackets-angle-slash.tsx +4 -0
- package/react/square-circles-two.tsx +4 -0
- package/react/square-line-square-dashed.tsx +4 -0
- package/react/square-rounded.tsx +4 -0
- package/react/square-star-scribble.tsx +4 -0
- package/react/square-triangle-circle-plus.tsx +4 -0
- package/react/square.tsx +4 -0
- package/react/squares-four.tsx +4 -0
- package/react/squares-group.tsx +4 -0
- package/react/squares-merge.tsx +4 -0
- package/react/squares-three.tsx +4 -0
- package/react/squares-two-overlap.tsx +4 -0
- package/react/squares-ungroup.tsx +4 -0
- package/react/squares-unmerge.tsx +4 -0
- package/react/stack.tsx +4 -0
- package/react/star-filled.tsx +35 -0
- package/react/star.tsx +38 -0
- package/react/sticky-corners.tsx +5 -1
- package/react/sticky-note-stack.tsx +4 -0
- package/react/sticky-note-wide.tsx +4 -0
- package/react/sticky-note.tsx +4 -0
- package/react/sticky-notes-two.tsx +4 -0
- package/react/stop-circle.tsx +4 -0
- package/react/stroke-1.tsx +38 -0
- package/react/stroke-2.tsx +38 -0
- package/react/stroke-3.tsx +38 -0
- package/react/stroke-4.tsx +38 -0
- package/react/stroke-5.tsx +38 -0
- package/react/stroke-6.tsx +38 -0
- package/react/tag.tsx +4 -0
- package/react/text-a-underline.tsx +4 -0
- package/react/text-align-center.tsx +4 -0
- package/react/text-align-left.tsx +4 -0
- package/react/text-b-bold-italic-underlined.tsx +4 -0
- package/react/text-b-bold.tsx +4 -0
- package/react/text-cursor-eye-open.tsx +4 -0
- package/react/text-h-one.tsx +4 -0
- package/react/text-h-three.tsx +4 -0
- package/react/text-h-two.tsx +4 -0
- package/react/text-i-italic.tsx +4 -0
- package/react/text-indent.tsx +4 -0
- package/react/text-lines-three.tsx +4 -0
- package/react/text-s-strikethrough.tsx +4 -0
- package/react/text-styles.tsx +4 -0
- package/react/text-t.tsx +4 -0
- package/react/text-u-underlined.tsx +4 -0
- package/react/thumbs-up.tsx +4 -0
- package/react/tick-circle.tsx +35 -0
- package/react/ticket.tsx +4 -0
- package/react/timer.tsx +4 -0
- package/react/trackpad.tsx +4 -0
- package/react/trash-simple.tsx +4 -0
- package/react/trash.tsx +4 -0
- package/react/triangle.tsx +4 -0
- package/react/trident.tsx +4 -0
- package/react/trophy.tsx +4 -0
- package/react/user-add.tsx +4 -0
- package/react/user-arrow-right-up.tsx +4 -0
- package/react/user-eye-open.tsx +4 -0
- package/react/user-load.tsx +4 -0
- package/react/user-number-three.tsx +4 -0
- package/react/user-pen-dashes-bottom.tsx +4 -0
- package/react/user-pen-line-bottom.tsx +4 -0
- package/react/user-tick-down.tsx +4 -0
- package/react/user.tsx +4 -0
- package/react/users-three.tsx +4 -0
- package/react/users.tsx +4 -0
- package/react/video-camera-simple-slash.tsx +4 -0
- package/react/video-camera-simple.tsx +4 -0
- package/react/video-camera.tsx +4 -0
- package/react/view-center.tsx +4 -0
- package/react/view-side-left.tsx +4 -0
- package/react/wallet.tsx +4 -0
- package/svg/24/add-line-bottom.svg +1 -0
- package/svg/24/add-line-right.svg +1 -0
- package/svg/24/align-bottom.svg +1 -0
- package/svg/24/align-center-horizontal.svg +1 -0
- package/svg/24/align-center-vertical.svg +1 -0
- package/svg/24/align-left.svg +1 -0
- package/svg/24/align-right.svg +1 -0
- package/svg/24/align-top.svg +1 -0
- package/svg/24/arrow-arc-left.svg +2 -0
- package/svg/24/arrow-arc-right.svg +2 -0
- package/svg/24/arrow-bend-up-right.svg +2 -0
- package/svg/24/arrow-box-out.svg +1 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrow-down-left.svg +1 -0
- package/svg/24/arrow-down-right.svg +1 -0
- package/svg/24/arrow-down.svg +1 -0
- package/svg/24/arrow-fat-right.svg +1 -0
- package/svg/24/arrow-fat-up-right.svg +2 -0
- package/svg/24/arrow-left.svg +1 -0
- package/svg/24/arrow-right.svg +1 -0
- package/svg/24/arrow-up-circle.svg +2 -0
- package/svg/24/arrow-up-left.svg +1 -0
- package/svg/24/arrow-up-right.svg +1 -0
- package/svg/24/arrow-up.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/arrows-in-simple.svg +2 -0
- package/svg/24/arrows-out-cardinal.svg +2 -0
- package/svg/24/arrows-out-lines-horizontal.svg +2 -0
- package/svg/24/arrows-out-simple.svg +2 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/at.svg +1 -0
- package/svg/24/bar-three.svg +1 -0
- package/svg/24/bell-slash.svg +1 -0
- package/svg/24/bell-tilt.svg +1 -0
- package/svg/24/bell.svg +1 -0
- package/svg/24/board.svg +1 -0
- package/svg/24/bookmark.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/calendar-blank.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/chat-dashes-lines-two.svg +1 -0
- package/svg/24/chat-lines-cross.svg +1 -0
- package/svg/24/chat-lines-eye-open.svg +1 -0
- package/svg/24/chat-lines-two-stack.svg +1 -0
- package/svg/24/chat-lines-two.svg +1 -0
- package/svg/24/chat-plus.svg +1 -0
- package/svg/24/chat-text-arrow.svg +1 -0
- package/svg/24/chat-two.svg +1 -0
- package/svg/24/chat.svg +1 -0
- package/svg/24/check-mark.svg +1 -0
- package/svg/24/checkboard-square-centered.svg +1 -0
- package/svg/24/chevron-down-double.svg +2 -0
- package/svg/24/chevron-down.svg +1 -0
- package/svg/24/chevron-left-double.svg +2 -0
- package/svg/24/chevron-left.svg +1 -0
- package/svg/24/chevron-right-double.svg +2 -0
- package/svg/24/chevron-right.svg +1 -0
- package/svg/24/chevron-up-double.svg +2 -0
- package/svg/24/chevron-up-down-line.svg +2 -0
- package/svg/24/chevron-up-down.svg +2 -0
- package/svg/24/chevron-up.svg +1 -0
- package/svg/24/circle-corners.svg +1 -0
- package/svg/24/circle-motion-x.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle-slash.svg +2 -0
- package/svg/24/circle.svg +1 -0
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/clock-overtime.svg +1 -0
- package/svg/24/clock.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/cog.svg +1 -0
- package/svg/24/cone-serpentine.svg +1 -0
- package/svg/24/corners-three-eye-open.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cross-circle.svg +1 -0
- package/svg/24/cross-square.svg +2 -0
- package/svg/24/cross.svg +1 -0
- package/svg/24/cube.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor-lines.svg +2 -0
- package/svg/24/cursor-text.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/curve-square-circle-arrow.svg +1 -0
- package/svg/24/dash-left-down-square-dash-right-up.svg +1 -0
- package/svg/24/dash-left-up-square-dash-down-right.svg +1 -0
- package/svg/24/dash-square-dash-horizontal.svg +1 -0
- package/svg/24/dash-square-dash-vertical.svg +1 -0
- package/svg/24/distribute-horizontal.svg +1 -0
- package/svg/24/distribute-vertical.svg +1 -0
- package/svg/24/dots-nine.svg +2 -0
- package/svg/24/dots-three.svg +2 -0
- package/svg/24/dots-two.svg +2 -0
- package/svg/24/download.svg +2 -0
- package/svg/24/envelope.svg +1 -0
- package/svg/24/eraser.svg +1 -0
- package/svg/24/exclamation-point-circle.svg +1 -0
- package/svg/24/export.svg +2 -0
- package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -0
- package/svg/24/eye-closed.svg +1 -0
- package/svg/24/eye-open-line-frame-broken.svg +1 -0
- package/svg/24/eye-open-slash.svg +1 -0
- package/svg/24/eye-open.svg +1 -0
- package/svg/24/eyedropper.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/folder.svg +1 -0
- package/svg/24/frame-lines-two.svg +1 -0
- package/svg/24/frame-play.svg +1 -0
- package/svg/24/frame-plus.svg +1 -0
- package/svg/24/frame.svg +1 -0
- package/svg/24/funnel.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/globe.svg +1 -0
- package/svg/24/graduation-cap.svg +1 -0
- package/svg/24/grid-four.svg +1 -0
- package/svg/24/grid-six.svg +1 -0
- package/svg/24/grid.svg +2 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand-pointing.svg +2 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/highlighter-underline.svg +1 -0
- package/svg/24/highlighter.svg +1 -0
- package/svg/24/house.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/information-mark-circle.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/lasso.svg +1 -0
- package/svg/24/layout.svg +1 -0
- package/svg/24/lifesaver.svg +1 -0
- package/svg/24/lightning.svg +1 -0
- package/svg/24/line-curved.svg +1 -0
- package/svg/24/line-dashed.svg +1 -0
- package/svg/24/line-diagonal.svg +1 -0
- package/svg/24/line-dotted.svg +1 -0
- package/svg/24/line-horizontal.svg +1 -0
- package/svg/24/line-orthogonal.svg +1 -0
- package/svg/24/line-straight.svg +1 -0
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
- package/svg/24/lines-three-horizontal.svg +1 -0
- package/svg/24/lines-three-vertical.svg +1 -0
- package/svg/24/link.svg +1 -0
- package/svg/24/list-bullets.svg +1 -0
- package/svg/24/list-numbers.svg +1 -0
- package/svg/24/lock-closed.svg +1 -0
- package/svg/24/lock-open.svg +1 -0
- package/svg/24/login.svg +2 -0
- package/svg/24/logout.svg +2 -0
- package/svg/24/magnet.svg +1 -0
- package/svg/24/magnifying-glass.svg +1 -0
- package/svg/24/map.svg +1 -0
- package/svg/24/microphone-slash.svg +1 -0
- package/svg/24/microphone.svg +1 -0
- package/svg/24/minus.svg +1 -0
- package/svg/24/monitor-arrow.svg +1 -0
- package/svg/24/monitor-pause.svg +1 -0
- package/svg/24/monitor-play.svg +1 -0
- package/svg/24/monitor-stop.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/navigation-arrow-lines.svg +2 -0
- package/svg/24/navigation-up-left-filled.svg +2 -0
- package/svg/24/navigation-up-left-slash.svg +2 -0
- package/svg/24/navigation-up-right.svg +2 -0
- package/svg/24/next.svg +1 -0
- package/svg/24/node-lines-curved.svg +1 -0
- package/svg/24/node-lines-horizontal.svg +1 -0
- package/svg/24/node-lines-vertical.svg +1 -0
- package/svg/24/node-plus.svg +1 -0
- package/svg/24/nodes-connected.svg +1 -0
- package/svg/24/nodes-connections-three.svg +1 -0
- package/svg/24/note-magnifying-glass.svg +1 -0
- package/svg/24/paper-plane-filled-right.svg +2 -0
- package/svg/24/paper-plane-tilt.svg +2 -0
- package/svg/24/parallelogram.svg +1 -0
- package/svg/24/pause-circle.svg +1 -0
- package/svg/24/pause.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/pen-tip.svg +1 -0
- package/svg/24/pen.svg +1 -0
- package/svg/24/placeholder.svg +1 -0
- package/svg/24/play-circle.svg +1 -0
- package/svg/24/play.svg +1 -0
- package/svg/24/playback-speed-circle.svg +1 -0
- package/svg/24/plug.svg +1 -0
- package/svg/24/plus-text.svg +1 -0
- package/svg/24/plus.svg +1 -0
- package/svg/24/presentation-arrow.svg +1 -0
- package/svg/24/presentation-eye-open.svg +1 -0
- package/svg/24/presentation-line.svg +1 -0
- package/svg/24/presentation-lines-two.svg +1 -0
- package/svg/24/presentation-link.svg +1 -0
- package/svg/24/presentation-number-one.svg +1 -0
- package/svg/24/presentation-play.svg +1 -0
- package/svg/24/presentation-plus.svg +1 -0
- package/svg/24/previous.svg +1 -0
- package/svg/24/prohibit.svg +1 -0
- package/svg/24/push-pin.svg +1 -0
- package/svg/24/question-mark-circle.svg +1 -0
- package/svg/24/question-mark.svg +1 -0
- package/svg/24/rectangle-arrow-up-center.svg +2 -0
- package/svg/24/rectangle-dash-lines.svg +1 -0
- package/svg/24/rectangle-dot-line-pen.svg +1 -0
- package/svg/24/rectangle-play-stack.svg +1 -0
- package/svg/24/rectangle-tick.svg +1 -0
- package/svg/24/rectangles-three-aligned.svg +1 -0
- package/svg/24/rectangles-three-free.svg +1 -0
- package/svg/24/rectangles-three-overlap.svg +1 -0
- package/svg/24/rectangles-two-line.svg +1 -0
- package/svg/24/rectangles-two-lines-four.svg +1 -0
- package/svg/24/rectangles-two-minus.svg +1 -0
- package/svg/24/rectangles-two-plus.svg +1 -0
- package/svg/24/rectangles-two-user.svg +1 -0
- package/svg/24/rhombus.svg +1 -0
- package/svg/24/scissors.svg +1 -0
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shapes.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/shuffle.svg +2 -0
- package/svg/24/sidebar-closed.svg +1 -0
- package/svg/24/sidebar-open.svg +1 -0
- package/svg/24/sliders-x.svg +1 -0
- package/svg/24/sliders-y.svg +1 -0
- package/svg/24/smiley-chat.svg +1 -0
- package/svg/24/smiley-sticker.svg +1 -0
- package/svg/24/smiley.svg +1 -0
- package/svg/24/social-facebook.svg +1 -0
- package/svg/24/social-instagram.svg +1 -0
- package/svg/24/social-linkedin.svg +1 -0
- package/svg/24/social-twitter.svg +1 -0
- package/svg/24/social-youtube.svg +1 -0
- package/svg/24/speaker-cross.svg +1 -0
- package/svg/24/speaker-high.svg +1 -0
- package/svg/24/split-vertical.svg +1 -0
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-line-square-dashed.svg +1 -0
- package/svg/24/square-rounded.svg +1 -0
- package/svg/24/square-star-scribble.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -0
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-group.svg +1 -0
- package/svg/24/squares-merge.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/squares-two-overlap.svg +1 -0
- package/svg/24/squares-ungroup.svg +1 -0
- package/svg/24/squares-unmerge.svg +1 -0
- package/svg/24/stack.svg +1 -0
- package/svg/24/star-filled.svg +2 -0
- package/svg/24/star.svg +2 -0
- package/svg/24/sticky-corners.svg +2 -1
- package/svg/24/sticky-note-stack.svg +1 -0
- package/svg/24/sticky-note-wide.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/sticky-notes-two.svg +1 -0
- package/svg/24/stop-circle.svg +1 -0
- package/svg/24/stroke-1.svg +2 -0
- package/svg/24/stroke-2.svg +2 -0
- package/svg/24/stroke-3.svg +2 -0
- package/svg/24/stroke-4.svg +2 -0
- package/svg/24/stroke-5.svg +2 -0
- package/svg/24/stroke-6.svg +2 -0
- package/svg/24/tag.svg +1 -0
- package/svg/24/text-a-underline.svg +1 -0
- package/svg/24/text-align-center.svg +1 -0
- package/svg/24/text-align-left.svg +1 -0
- package/svg/24/text-b-bold-italic-underlined.svg +1 -0
- package/svg/24/text-b-bold.svg +1 -0
- package/svg/24/text-cursor-eye-open.svg +1 -0
- package/svg/24/text-h-one.svg +1 -0
- package/svg/24/text-h-three.svg +1 -0
- package/svg/24/text-h-two.svg +1 -0
- package/svg/24/text-i-italic.svg +1 -0
- package/svg/24/text-indent.svg +1 -0
- package/svg/24/text-lines-three.svg +1 -0
- package/svg/24/text-s-strikethrough.svg +1 -0
- package/svg/24/text-styles.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/text-u-underlined.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/tick-circle.svg +2 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/timer.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/triangle.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/24/trophy.svg +1 -0
- package/svg/24/user-add.svg +1 -0
- package/svg/24/user-arrow-right-up.svg +1 -0
- package/svg/24/user-eye-open.svg +1 -0
- package/svg/24/user-load.svg +1 -0
- package/svg/24/user-number-three.svg +1 -0
- package/svg/24/user-pen-dashes-bottom.svg +1 -0
- package/svg/24/user-pen-line-bottom.svg +1 -0
- package/svg/24/user-tick-down.svg +1 -0
- package/svg/24/user.svg +1 -0
- package/svg/24/users-three.svg +1 -0
- package/svg/24/users.svg +1 -0
- package/svg/24/video-camera-simple-slash.svg +1 -0
- package/svg/24/video-camera-simple.svg +1 -0
- package/svg/24/video-camera.svg +1 -0
- package/svg/24/view-center.svg +1 -0
- package/svg/24/view-side-left.svg +1 -0
- package/svg/24/wallet.svg +1 -0
- package/svg/meta.json +380 -7
package/svg/24/node-plus.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 9v6m-3-3h6M9 5h6c9 0 9 14 0 14H9C0 19 0 5 9 5Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 9h1c4 0 4 6 0 6h-1m0-6c0-4 4-5 5-5m-5 5h-4m4 6c0 4 4 5 5 5m-5-5h-4m0 0H9c-4 0-4-6 0-6h1m0 6c0 4-4 5-5 5m5-11c0-5-4-5-5-5"/><path fill="currentColor" d="M5 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM23 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM23 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM5 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M18.5 4h3m-3 8h3m-3 8h3m-7 0c-5 0-8-2-8-6m8-10c-5 0-8 2-8 6m4.25 2c0-1-.75-2-2.25-2h-4c-3 0-3 4 0 4h4c1.5 0 2.25-1 2.25-2Zm0 0h3.75"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M9 21a1 1 0 1 0 0-2v2Zm-6-1H2a1 1 0 0 0 1 1v-1ZM3 2V1a1 1 0 0 0-1 1h1Zm16 0h1a1 1 0 0 0-1-1v1Zm-1 8a1 1 0 1 0 2 0h-2ZM7 6a1 1 0 0 0 0 2V6Zm8 2a1 1 0 1 0 0-2v2Zm-8 2a1 1 0 1 0 0 2v-2Zm5 2a1 1 0 1 0 0-2v2Zm-5 2a1 1 0 1 0 0 2v-2Zm2 2a1 1 0 1 0 0-2v2Zm10 3.646-.75-.662.75.662Zm1.32 2.587a1 1 0 1 0 1.36-1.466l-1.36 1.466ZM9 19H3v2h6v-2Zm-5 1V2H2v18h2ZM3 3h16V1H3v2Zm15-1v8h2V2h-2ZM7 8h8V6H7v2Zm0 4h5v-2H7v2Zm0 4h2v-2H7v2Zm9 4a3 3 0 0 1-3-3h-2a5 5 0 0 0 5 5v-2Zm-3-3a3 3 0 0 1 3-3v-2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm3 3c0 .762-.282 1.455-.75 1.984l1.5 1.324A4.985 4.985 0 0 0 21 17h-2Zm-.75 1.984A2.99 2.99 0 0 1 16 20v2a4.99 4.99 0 0 0 3.75-1.692l-1.5-1.324Zm.07 1.395 2 1.854 1.36-1.466-2-1.854-1.36 1.466Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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="M3.421 2.595c-.847-.39-1.72.49-1.322 1.334L5 11h3.5c1.5 0 1.5 1.873 0 1.873H5l-2.901 7.056c-.397.843.475 1.723 1.322 1.334L21.6 12.984c.776-.356.776-1.627 0-1.984L3.42 2.595Z" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="4" d="M22 21h.001"/></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14 21 3M10 14l4 8 7-19M10 14l-8-4 19-7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/parallelogram.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M21.68 4H6.195a.25.25 0 0 0-.242.19l-3.875 15.5a.25.25 0 0 0 .242.31h15.485a.25.25 0 0 0 .242-.19l3.875-15.5A.25.25 0 0 0 21.68 4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/pause-circle.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13.889 9.167v5.666M10.11 9.167v5.666M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/pause.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" clip-path="url(#a)"><path d="M7 6c0-1.344 3-1.344 3 0v12c0 1.36-3 1.36-3 0V6ZM14 6c0-1.344 3-1.344 3 0v12c0 1.36-3 1.36-3 0V6Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/pdf.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.64 5.28C4.615 3.583 7.07 2.02 7.71 3.763c1.098 2.992 2.864 11.086-1.12 16.587-1.111 1.534-3.509.082-2.219-1.515a19.508 19.508 0 0 1 6.745-5.146 19.396 19.396 0 0 1 8.276-1.784c2.01.076 1.907 2.95.109 2.729a18.7 18.7 0 0 1-8.02-3.041A18.84 18.84 0 0 1 5.64 5.28Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/pen-tip.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 21v-4.6a2 2 0 0 1 .154-.77L8.5 10M18 21v-4.6a2 2 0 0 0-.154-.77L15.5 10m-7 0 3.042-6.953a.5.5 0 0 1 .916 0L15.5 10m-7 0h7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/pen.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13 7-8.572 8.572a2 2 0 0 0-.547 1.022l-.807 4.038a.25.25 0 0 0 .294.294l4.038-.807a2 2 0 0 0 1.022-.547L17 11m-4-4 2.586-2.586a2 2 0 0 1 2.828 0l1.172 1.172a2 2 0 0 1 0 2.828L17 11m-4-4 4 4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/placeholder.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>
|
package/svg/24/play-circle.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8.5" stroke="currentColor" stroke-width="2"/><path fill="currentColor" d="M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"/></svg>
|
package/svg/24/play.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M18.76 10.707 9.35 5.171a1.5 1.5 0 0 0-2.261 1.293v11.072a1.5 1.5 0 0 0 2.26 1.293l9.412-5.536a1.5 1.5 0 0 0 0-2.586Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M5.078 7.066A8.547 8.547 0 0 1 7.3 4.916m-3.666 5.572a8.55 8.55 0 0 0-.016 2.929m3.188 5.312a8.55 8.55 0 0 1-1.71-1.769"/></svg>
|
package/svg/24/plug.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m12.385 5.9 3.535-3.536m2.122 9.192 3.535-3.535M3.192 20.749l4.95-4.95m2.122-12.02 9.899 9.899-3.536 3.535a5 5 0 0 1-7.07 0l-2.83-2.828a5 5 0 0 1 0-7.071l3.537-3.536Z"/></svg>
|
package/svg/24/plus-text.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 5h7m7 0h-7m0 0v15M6 10v6m-3-3h6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/plus.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14v4h-5M11 4H3v14h5m0 0-2 4m2-4h8m0 0 2 4M16 9l6-6m0 0v5m0-5h-5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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 12a1 1 0 1 0-2 0h2Zm-1 6v1a1 1 0 0 0 1-1h-1ZM3 18H2a1 1 0 0 0 1 1v-1ZM3 4V3a1 1 0 0 0-1 1h1Zm4.5 1a1 1 0 1 0 0-2v2ZM5.106 21.553a1 1 0 0 0 1.788.894l-1.788-.894Zm12 .894a1 1 0 1 0 1.788-.894l-1.788.894ZM20 12v6h2v-6h-2ZM4 18V4H2v14h2ZM3 5h4.5V3H3v2Zm5 12H3v2h5v-2Zm-.894.553-2 4 1.788.894 2-4-1.788-.894ZM21 17h-5v2h5v-2Zm-5 0H8v2h8v-2Zm-.894 1.447 2 4 1.788-.894-2-4-1.788.894ZM12 5c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C14.048 2.732 15.314 2 17 2V0c-2.314 0-4.048 1.018-5.184 2.083a7.974 7.974 0 0 0-1.288 1.55 5.04 5.04 0 0 0-.351.652c-.065.15-.177.426-.177.715h2Zm5-3c1.686 0 2.952.732 3.816 1.542.434.406.755.823.962 1.154.104.165.173.299.211.388.06.138.011.08.011-.084h2c0-.288-.112-.566-.177-.715a5.052 5.052 0 0 0-.35-.652 7.974 7.974 0 0 0-1.29-1.55C21.049 1.018 19.315 0 17 0v2Zm5 3c0-.163.05-.222-.01-.084a3.07 3.07 0 0 1-.212.388c-.207.33-.528.748-.962 1.154C19.952 7.268 18.686 8 17 8v2c2.314 0 4.048-1.018 5.184-2.083a7.974 7.974 0 0 0 1.288-1.55c.146-.232.265-.454.351-.652.065-.15.177-.426.177-.715h-2Zm-5 3c-1.686 0-2.952-.732-3.816-1.542a5.975 5.975 0 0 1-.962-1.154 3.083 3.083 0 0 1-.211-.388C11.95 4.778 12 4.836 12 5h-2c0 .288.112.566.177.715.086.198.205.42.35.652a7.974 7.974 0 0 0 1.29 1.55C12.951 8.982 14.685 10 17 10V8Z"/><circle cx="17" cy="5" r="2" fill="currentColor"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H3v14h5m4-14h9v14h-5M12 4V2M8 18l-2 4m2-4h8m0 0 2 4M9 11h6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H3v14h5m4-14h9v14h-5M12 4V2M8 18l-2 4m2-4h8m0 0 2 4M8 9h8m-8 4h8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M22 14a1 1 0 1 0-2 0h2Zm-1 4v1a1 1 0 0 0 1-1h-1ZM3 18H2a1 1 0 0 0 1 1v-1ZM3 4V3a1 1 0 0 0-1 1h1Zm7.5 1a1 1 0 1 0 0-2v2ZM5.106 21.553a1 1 0 0 0 1.788.894l-1.788-.894Zm12 .894a1 1 0 1 0 1.788-.894l-1.788.894ZM14.656 3.83a1 1 0 0 0 1.415 1.414l-1.414-1.414Zm2.122-.708.707.708-.707-.708Zm4.243 4.243.707.707-.707-.707Zm-2.122.707a1 1 0 0 0 1.415 1.414l-1.415-1.414Zm2.122-4.95.707-.707-.707.707Zm-7.778 6.364a1 1 0 0 0 1.414 1.415l-1.414-1.415Zm5.656-2.828a1 1 0 0 0-1.414-1.414L18.9 6.657Zm-1.414 5.657a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-2.121.707.707.707-.707-.707Zm-4.243-4.243.707.707-.707-.707Zm2.122-.707a1 1 0 1 0-1.415-1.414l1.415 1.414Zm-2.122 4.95-.707.707.707-.707ZM20 14v4h2v-4h-2ZM4 18V4H2v14h2ZM3 5h7.5V3H3v2Zm5 12H3v2h5v-2Zm-.894.553-2 4 1.788.894 2-4-1.788-.894ZM21 17h-5v2h5v-2Zm-5 0H8v2h8v-2Zm-.894 1.447 2 4 1.788-.894-2-4-1.788.894Zm.965-13.204 1.414-1.414-1.414-1.415-1.414 1.415 1.414 1.414Zm4.243 1.414-1.415 1.414 1.415 1.414 1.414-1.414-1.414-1.414Zm0-2.828c.556.556.732 1.035.732 1.414 0 .378-.176.857-.732 1.414l1.414 1.414c.81-.81 1.318-1.769 1.318-2.828 0-1.06-.508-2.019-1.318-2.829L20.314 3.83Zm1.414-1.415c-1.823-1.823-4.275-1.382-5.657 0l1.414 1.415c.74-.74 1.918-.911 2.829 0l1.414-1.415ZM14.657 10.9l4.242-4.243-1.414-1.414-4.242 4.242 1.414 1.415Zm1.414 0-1.414 1.414 1.414 1.414 1.414-1.414-1.414-1.414Zm-4.243-1.415 1.415-1.414-1.415-1.414-1.414 1.414 1.414 1.414Zm0 2.829c-.556-.557-.732-1.036-.732-1.414 0-.38.176-.858.732-1.415l-1.414-1.414c-.81.81-1.318 1.77-1.318 2.829 0 1.059.508 2.018 1.318 2.828l1.414-1.414Zm-1.414 1.414c1.823 1.823 4.275 1.382 5.657 0l-1.414-1.414c-.74.739-1.918.91-2.829 0l-1.414 1.414Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H3v14h5m4-14h9v14h-5M12 4V2M8 18l-2 4m2-4h8m0 0 2 4M10 9l2-1v6m0 0h-2m2 0h2"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H3v14h5m4-14h9v14h-5M12 4V2M8 18l-2 4m2-4h8m0 0 2 4"/><path fill="currentColor" d="M14.285 10.571a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V8.884a.5.5 0 0 1 .757-.429l3.528 2.117Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4H3v14h5m4-14h9v14h-5M12 4V2M8 18l-2 4m2-4h8m0 0 2 4M9 11h3m0 0h3m-3 0V8m0 3v3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/previous.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" clip-path="url(#a)"><path d="m8.464 10.707 9.411-5.536a1.5 1.5 0 0 1 2.26 1.293v11.072a1.5 1.5 0 0 1-2.26 1.293l-9.411-5.536a1.5 1.5 0 0 1 0-2.586ZM4 5a1 1 0 0 1 2 0v14a1 1 0 1 1-2 0V5Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/prohibit.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M7 17 17 7m2.5 5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/push-pin.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M14.092 2.293a1 1 0 1 0-1.415 1.414l1.415-1.414Zm-9.948 8.55a1 1 0 0 0 1.173 1.62l-1.173-1.62Zm15.471-1.612.708-.707-.708.707Zm.678 2.091a1 1 0 0 0 1.414-1.414l-1.414 1.415Zm-8.757 7.36-.586.81 1.62 1.174.586-.81-1.62-1.173Zm1.142 3.025a1 1 0 0 0 1.414-1.414l-1.415 1.414ZM3.707 9.908a1 1 0 1 0-1.415 1.415l1.414-1.415ZM2.292 20.293a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM12.677 3.707l1.385 1.385 1.414-1.414-1.384-1.385-1.415 1.414Zm1.506-.132L4.144 10.844l1.173 1.62 10.039-7.27-1.173-1.62Zm-.12 1.517 4.845 4.846 1.415-1.414-4.847-4.846-1.414 1.414Zm4.845 4.846 1.385 1.384 1.414-1.414-1.384-1.384-1.415 1.414Zm-.103-1.294-7.269 10.039 1.62 1.173 7.27-10.039-1.62-1.173Zm-4.713 11.649L8.899 15.1l-1.414 1.414 5.192 5.192 1.415-1.414ZM8.899 15.1 3.707 9.908l-1.414 1.415 5.192 5.192L8.9 15.1Zm-5.192 6.606L8.9 16.515 7.485 15.1l-5.192 5.192 1.414 1.414Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M9.17 9a3.001 3.001 0 1 1 3.812 3.836c-.522.18-.982.612-.982 1.164v.25m0 2.65v.1m9-5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>
|
package/svg/24/question-mark.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8.23C7 5.895 9.239 4 12 4s5 1.894 5 4.23c0 1.748-1.252 3.248-3.039 3.894C12.922 12.499 12 13.357 12 14.46V15"/></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6m-9 10V9m0 0 4 4.5M12 9l-4 4.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 10h6M7 14h10M7 10h1M3 4h18v16H3V4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 5H3v14h18v-8M7 14h10"/><path fill="currentColor" d="M9 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path fill="currentColor" fill-rule="evenodd" d="m22.437 3.411-5.756 5.757-1.38.26a.25.25 0 0 1-.296-.294l.261-1.38L21.026 2l1.411 1.411Z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 4h14a1 1 0 0 1 1 1v10M4 7h13a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1Z"/><path fill="currentColor" d="M13.26 13.068a.5.5 0 0 1 0 .864l-4.508 2.63A.5.5 0 0 1 8 16.128V10.87a.5.5 0 0 1 .752-.431l4.508 2.63Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.647 4H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7.5M8 12l3.5 3.5 9-11.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" clip-path="url(#a)"><path d="M11 4H3v8h8V4ZM17.063 16h-14v5h14v-5ZM19 4h-4v4h4V4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" clip-path="url(#a)"><path d="m12.818 4.852-7.69-2.205-2.205 7.69 7.69 2.205 2.205-7.69ZM19.063 16h-14v5h14v-5ZM19.712 6.08l-3.845 1.102 1.102 3.845 3.845-1.102-1.102-3.845Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 11H4v10h9v-4m-5-6h5v6m-5-6V7h4m1 10h4v-4m-5-6h5v6m-5-6V3h9v10h-4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 3v18M3.25 4h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25A.25.25 0 0 1 3 9.75v-5.5A.25.25 0 0 1 3.25 4Zm0 10h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 5h7m-7 4h4m-4 6h7m-7 4h4M3 4h8v6H3V4Zm0 10h8v6H3v-6Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 15v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-1M6 15V9a1 1 0 0 1 1-1h11M6 15H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v3m-7 6h4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 15v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-1M6 15V9a1 1 0 0 1 1-1h11M6 15H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v3m-5 4v4m-2-2h4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 11a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd"/><path fill="currentColor" d="M9 18a1 1 0 1 0 2 0H9Zm8 0a1 1 0 1 0 2 0h-2ZM3 4h14V2H3v2Zm14 0v3h2V4h-2ZM3 18h3v-2H3v2Zm-2-2a2 2 0 0 0 2 2v-2H1ZM17 4h2a2 2 0 0 0-2-2v2ZM3 2a2 2 0 0 0-2 2h2V2Zm4 6h14V6H7v2Zm14 0v12h2V8h-2Zm0 12H7v2h14v-2ZM7 20V8H5v12h2Zm0 0H5a2 2 0 0 0 2 2v-2Zm14 0v2a2 2 0 0 0 2-2h-2Zm0-12h2a2 2 0 0 0-2-2v2ZM7 6a2 2 0 0 0-2 2h2V6Zm3 12h1v.008V18l.003-.058a2.688 2.688 0 0 1 .266-.995c.129-.256.305-.482.551-.646.24-.16.605-.301 1.18-.301v-2c-.925 0-1.685.234-2.29.637a3.632 3.632 0 0 0-1.23 1.416A4.685 4.685 0 0 0 9 17.995V18L10 18Zm3-2h2v-2h-2v2Zm2 0c.575 0 .94.14 1.18.3.246.165.422.39.55.647A2.688 2.688 0 0 1 17 18v.008V18L18 18l1-.001v-.024a2.324 2.324 0 0 0-.008-.175 4.684 4.684 0 0 0-.472-1.747 3.632 3.632 0 0 0-1.23-1.416C16.684 14.234 15.924 14 15 14v2ZM3 16V4H1v12h2Z"/></svg>
|
package/svg/24/rhombus.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="m11.823 3.177-8.646 8.646a.25.25 0 0 0 0 .354l8.646 8.646a.25.25 0 0 0 .354 0l8.646-8.646a.25.25 0 0 0 0-.354l-8.646-8.646a.25.25 0 0 0-.354 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/scissors.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.621 15.945-5.753-5.699c-.584.376-1.274.707-1.492.497L2.073 4.682c-.35-.339.658-1.953 1.042-2.35s.979-.445 1.33-.106l6.303 6.06 6.373 6.16s-1.417 1.414-1.5 1.5Z"/><path fill="currentColor" d="m8.5 15.945 5.753-5.699c.584.376 1.275.707 1.492.497l6.303-6.061c.351-.339-.658-1.953-1.042-2.35-.383-.397-.979-.445-1.33-.106l-6.302 6.06L7 14.447s1.417 1.414 1.5 1.5Z"/><path stroke="currentColor" stroke-width="2" d="M21 17a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 17a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/></svg>
|
package/svg/24/scrollbar-xy.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6.706 17H12m6-10v8M5.118 4h13.764C20.052 4 21 4.895 21 6v12c0 1.105-.948 2-2.118 2H5.118C3.948 20 3 19.105 3 18V6c0-1.105.948-2 2.118-2Z"/></svg>
|
package/svg/24/shapes.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M8 9.5a6.5 6.5 0 1 1 6.5 6.5M3.25 10h10.5a.25.25 0 0 1 .25.25v10.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-10.5a.25.25 0 0 1 .25-.25Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/shield-check.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="1.414" stroke-width="2" d="m9 12 2 1.5L16 9M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/shield-lock.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="8" height="5" x="8" y="11" fill="currentColor" rx="1"/><path stroke="currentColor" stroke-miterlimit="1.414" stroke-width="2" d="M10 13V9.5a2 2 0 1 1 4 0V13M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"/></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6s2.464-.282 4 0c5.761 1.06 3.282 10.73 9 12 1.906.424 5 0 5 0m0 0-3-3m3 3-3 3M3 18s2.464.282 4 0c.864-.159 1.542-.511 2.091-1M21 6s-3.094-.424-5 0a4.333 4.333 0 0 0-2 1.012M21 6l-3 3m3-3-3-3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M11 4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7m0-16h9a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-9m0-16v16M6 8h2m-2 4h2m-2 4h2"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/sidebar-open.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M21 19V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1Z"/><path fill="currentColor" fill-rule="evenodd" d="M11 5H3v14h8V5ZM6 7a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Z" clip-rule="evenodd"/></svg>
|
package/svg/24/sliders-x.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M20 8h-5M9 8H4m11.5 8H4m8-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/sliders-y.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 5v4m0 6v4m7-14v10m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm7-5.5V19M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm14-5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/smiley-chat.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.707 13.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm8 1.414a1 1 0 0 0-1.414-1.414l1.414 1.414ZM7.5 19.796l.5-.866-.358-.207-.4.107.258.966ZM4.204 16.5l.966.259.107-.4-.207-.36-.866.501ZM3 21l-.966-.259a1 1 0 0 0 1.224 1.225L3 21Zm17-9a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-2ZM4 12a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12h2Zm8-8a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v2ZM7.293 14.707C8.523 15.937 10.302 16.5 12 16.5s3.477-.563 4.707-1.793l-1.414-1.414c-.77.77-1.991 1.207-3.293 1.207s-2.523-.437-3.293-1.207l-1.414 1.414ZM12 20a7.96 7.96 0 0 1-4-1.07l-1 1.732A9.959 9.959 0 0 0 12 22v-2Zm-6.93-4A7.959 7.959 0 0 1 4 12H2c0 1.82.487 3.529 1.338 5l1.732-1Zm-1.832.241-1.204 4.5 1.932.518 1.204-4.5-1.932-.518Zm.02 5.725 4.5-1.204-.516-1.932-4.5 1.204.516 1.932Z"/><path fill="currentColor" d="M11 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 21a9 9 0 1 1 9-9m-9 9 9-9m-9 9s-.707-2.826.85-5.51M21 12s-4-1-7 2a7.245 7.245 0 0 0-1.15 1.49M8 14c1.08 1.08 2.743 1.577 4.359 1.49h.491"/></svg>
|
package/svg/24/smiley.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 14c2 2 6 2 8 0m5-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54V12.06h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"/><path fill="currentColor" fill-rule="evenodd" d="M12 2c-2.716 0-3.056.012-4.123.06-1.064.049-1.791.218-2.427.465a4.902 4.902 0 0 0-1.772 1.153A4.902 4.902 0 0 0 2.525 5.45c-.247.636-.416 1.363-.465 2.427C2.011 8.944 2 9.284 2 12s.011 3.056.06 4.123c.049 1.064.218 1.791.465 2.427a4.902 4.902 0 0 0 1.153 1.772 4.901 4.901 0 0 0 1.772 1.153c.636.247 1.363.416 2.427.465 1.067.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.064-.049 1.791-.218 2.427-.465a4.902 4.902 0 0 0 1.772-1.153 4.902 4.902 0 0 0 1.153-1.772c.247-.636.416-1.363.465-2.427.048-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.901 4.901 0 0 0-1.153-1.772 4.902 4.902 0 0 0-1.772-1.153c-.636-.247-1.363-.416-2.427-.465C15.056 2.012 14.716 2 12 2Zm6.538 4.662a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0ZM6.865 12a5.135 5.135 0 1 1 10.27 0 5.135 5.135 0 0 1-10.27 0Z" clip-rule="evenodd"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.52 2c.816 0 1.48.646 1.48 1.442v17.115c0 .796-.664 1.443-1.48 1.443H3.475C2.661 22 2 21.353 2 20.557V3.442C2 2.646 2.661 2 3.475 2h17.046Zm-1.477 17.042v-5.234c0-2.57-.555-4.547-3.558-4.547-1.444 0-2.412.791-2.807 1.542h-.04V9.498H9.793v9.544h2.963v-4.72c0-1.246.235-2.452 1.779-2.452 1.522 0 1.541 1.424 1.541 2.53v4.642h2.966ZM7.933 9.498h-2.97v9.544h2.97V9.498ZM6.449 4.753a1.72 1.72 0 1 0-.003 3.44 1.72 1.72 0 0 0 .003-3.44Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.919 21C16.22 21 20.76 14.074 20.76 8.068c0-.196 0-.392-.013-.587A9.22 9.22 0 0 0 23 5.128a8.963 8.963 0 0 1-2.593.715 4.556 4.556 0 0 0 1.985-2.514 9.01 9.01 0 0 1-2.866 1.104A4.505 4.505 0 0 0 16.235 3c-2.479 0-4.518 2.054-4.518 4.55 0 .345.039.69.117 1.028A12.791 12.791 0 0 1 2.53 3.829C1.34 5.894 1.956 8.57 3.93 9.896a4.456 4.456 0 0 1-2.049-.569v.058c0 2.155 1.523 4.029 3.621 4.455a4.477 4.477 0 0 1-2.038.078 4.532 4.532 0 0 0 4.217 3.157A9.019 9.019 0 0 1 1 18.958a12.716 12.716 0 0 0 6.919 2.039"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
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.02 6.155c-.265-1.045-1.044-1.868-2.034-2.147C19.192 3.5 12 3.5 12 3.5s-7.192 0-8.986.508C2.024 4.287 1.245 5.11.98 6.155.5 8.049.5 12 .5 12s0 3.952.48 5.845c.265 1.045 1.044 1.868 2.034 2.148C4.808 20.5 12 20.5 12 20.5s7.192 0 8.986-.507c.99-.28 1.77-1.103 2.034-2.148.48-1.893.48-5.845.48-5.845s0-3.951-.48-5.845ZM9.7 15.643V8.357L15.675 12 9.7 15.643Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12"/></svg>
|
package/svg/24/speaker-cross.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m21 9.5-5 5m0-5 5 5M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/speaker-high.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 10v4m3-8.5V18M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6.5V4h14v2.5M2 12h20M5 17.5V20h14v-2.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 4 3.177 6.823a.25.25 0 0 0 0 .354L6 10m5-7-2 8m5-7 2.823 2.823a.25.25 0 0 1 0 .354L14 10m5-7v0a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M19.75 4H4.25a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z"/><path fill="currentColor" d="M16 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM23 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0H3v-3M3 3h11v11H3V3Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M16 4H8a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 3c-1.5.5-5.5 2.5-5 8s8 7 8 5M7 7c1.084-1.104 1.93-1.46 3.889-1.498a.954.954 0 0 1 .22.022C14.018 6.164 14.795 7.465 15 11m-4 0h9a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z"/><path fill="currentColor" d="M17.704 3.818a2 2 0 0 0 1.114-1.114L19.5 1l.682 1.704a2 2 0 0 0 1.114 1.114L23 4.5l-1.704.682a2 2 0 0 0-1.114 1.114L19.5 8l-.682-1.704a2 2 0 0 0-1.114-1.114L16 4.5l1.704-.682Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M17 14v3m0 0v3m0-3h-3m3 0h3M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9.164 5.645 2.609-5.653a.25.25 0 0 1 .454 0l2.61 5.653a.25.25 0 0 1-.228.355h-5.218a.25.25 0 0 1-.227-.355Zm-9.285 9.476A3 3 0 1 0 9.12 14.88 3 3 0 0 0 4.88 19.12Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/square.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M20.75 3H3.25a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25V3.25a.25.25 0 0 0-.25-.25Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/squares-four.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-width="2" clip-path="url(#a)"><path d="M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/squares-group.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 4H4v16h16V4Z"/><path fill="currentColor" d="M2 2h3v3H2V2ZM19 2h3v3h-3V2ZM19 19h3v3h-3v-3ZM2 19h3v3H2v-3ZM11 7h6v6h-6V7Z"/><path fill="currentColor" d="M7 11h3v3h3v3H7v-6Z"/></svg>
|
package/svg/24/squares-merge.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M9 3V2a1 1 0 0 0-1 1h1Zm12 0h1a1 1 0 0 0-1-1v1Zm0 12v1a1 1 0 0 0 1-1h-1Zm-6 0v-1h-1v1h1Zm0 6v1a1 1 0 0 0 1-1h-1ZM3 21H2a1 1 0 0 0 1 1v-1ZM3 9V8a1 1 0 0 0-1 1h1Zm6 0v1h1V9H9Zm0-5h12V2H9v2Zm11-1v12h2V3h-2Zm1 11h-6v2h6v-2Zm-7 1v6h2v-6h-2Zm1 5H3v2h12v-2ZM4 21V9H2v12h2ZM3 10h6V8H3v2Zm7-1V3H8v6h2Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/squares-three.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-width="2" clip-path="url(#a)"><path d="M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5V3h12v12h-2M3 9h12v12H3V9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 10v4h4m-4-4V4h10v10h-6m-4-4H4v10h10v-6"/><path fill="currentColor" d="M8 2h3v3H8V2ZM19 2h3v3h-3V2ZM19 13h3v3h-3v-3ZM8 13h3v3H8v-3ZM2 8h3v3H2V8ZM2 19h3v3H2v-3ZM13 19h3v3h-3v-3Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3h12v12H9V3Zm6 6H3v12h12V9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/stack.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 14 4 1.5L12 20 2 15.5 6 14m6-10 10 4.5L12 13 2 8.5 12 4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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="round" stroke-width="2" d="m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"/><path fill="currentColor" d="m15 9-3-6-3 6-6 1 4 4.5L6 21l6-3 6 3-1-6.5 4-4.5-6-1Z"/></svg>
|
package/svg/24/star.svg
ADDED
|
@@ -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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m13-4V8H8v8h5m3-3-3 3m3-3h-3v3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14V6H6v15h8m7-7-7 7m7-7h-7v7M3 19V3h15.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 12V5H2v14h13m7-7-7 7m7-7h-7v7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/sticky-note.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 14.5V3H3v18h11.5m6.5-6.5L14.5 21m6.5-6.5h-6.5V21"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M16 8V3H3v13h5m7 5H8V8h13v7m-6 6v-6h6m-6 6 6-6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/stop-circle.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8.5" stroke="currentColor" stroke-width="2"/><path fill="currentColor" d="M9 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"/></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.106 17.81 18.894 6.24"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5.872 17.167 18.128 6.883"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" d="m6.638 16.524 10.724-8.999"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" d="m7.404 15.882 9.192-7.714"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="m8.17 15.239 7.66-6.428"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></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"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" d="m8.936 14.596 6.128-5.142"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/tag.svg
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-miterlimit="1.414" stroke-width="2" d="M11.953 4H4v8l8.839 8.617 7.778-7.778L11.953 4Z"/><circle cx="8.5" cy="8.5" r="1.5" fill="currentColor"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="2" x="3" y="19" fill="currentColor" rx=".5"/><path fill="currentColor" d="M6.077 15.615a1 1 0 1 0 1.846.77l-1.846-.77ZM12 4l.923-.385a1 1 0 0 0-1.846 0L12 4Zm4.077 12.385a1 1 0 0 0 1.846-.77l-1.846.77Zm-5-12 3.75 9 1.846-.77-3.75-9-1.846.77Zm3.75 9 1.25 3 1.846-.77-1.25-3-1.846.77Zm-6.904 3 1.25-3-1.846-.77-1.25 3 1.846.77Zm1.25-3 3.75-9-1.846-.77-3.75 9 1.846.77ZM15.75 12h-7.5v2h7.5v-2Z"/></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14M8 10h8M5 14h14M8 18h8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
1
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14M5 12h7m-7 6h14"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|