@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
|
@@ -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="M4 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1ZM7.5 15.75l-1.229-.23L5.994 17H7.5v-1.25Zm2.25-12V2.5H8.713L8.52 3.52l1.229.23Zm2.75 6V11 9.75Zm-2.75-6V5H13.5V2.5H9.75v1.25Zm-2.25 12V17H11.5v-2.5H7.5v1.25Zm9.5-3.5c0-1.342-.506-2.405-1.512-3.052-.895-.574-2.008-.698-2.988-.698V11c.852 0 1.364.126 1.636.302.161.103.364.29.364.948H17Zm-2.5 0c0 1.106-.967 2.25-3 2.25V17c2.967 0 5.5-1.856 5.5-4.75h-2.5Zm-2-1.25c1.053 0 2.321-.21 3.367-.889 1.119-.725 1.883-1.928 1.883-3.611h-2.5c0 .817-.32 1.24-.743 1.514-.496.322-1.229.486-2.007.486V11Zm5.25-4.5c0-1.778-.941-2.852-1.964-3.41A5.096 5.096 0 0 0 13.5 2.5V5c.13 0 .65.045 1.089.285.202.11.357.245.463.409.1.155.198.4.198.806h2.5ZM8.521 3.52l-1.125 6 2.458.46 1.125-6-2.458-.46Zm-1.125 6-1.125 6 2.458.46 1.125-6-2.458-.46ZM12.5 8.5H8.625V11H12.5V8.5Z"/></svg>
|
package/svg/24/text-b-bold.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.5" d="M13.5 11.75H7.25m6.25 0c1.055 0 2.5-1.18 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.838 3.5 3.5s-1.225 3.5-3.5 3.5H7.25v-7"/></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="M2 6a1 1 0 0 0 0 2V6Zm0 14a1 1 0 1 0 0 2v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3-1v1-1ZM2 8h3V6H2v2Zm9-1c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C13.048 4.732 14.314 4 16 4V2c-2.314 0-4.048 1.018-5.184 2.083a7.972 7.972 0 0 0-1.288 1.55 5.043 5.043 0 0 0-.351.652C9.112 6.435 9 6.711 9 7h2Zm5-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.55C20.049 3.018 18.315 2 16 2v2Zm5 3c0-.163.05-.222-.01-.084a3.07 3.07 0 0 1-.212.388c-.207.33-.528.748-.962 1.154C18.952 9.268 17.686 10 16 10v2c2.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-.388C10.95 6.778 11 6.836 11 7H9c0 .288.112.566.177.715.086.198.205.42.35.652a7.972 7.972 0 0 0 1.29 1.55C11.951 10.982 13.685 12 16 12v-2ZM6 9v10h2V9H6ZM5 20H2v2h3v-2Zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H6ZM5 8a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm7 12H9v2h3v-2Zm-3 0a1 1 0 0 1-1-1H6a3 3 0 0 0 3 3v-2Z"/><circle cx="16" cy="7" r="2" fill="currentColor"/></svg>
|
package/svg/24/text-h-one.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 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m5-12h3v12"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/text-h-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 clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/text-h-two.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="M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6h-5v6h5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/text-i-italic.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="M11 5h4m4 0h-4m0 0L9 19m0 0H5m4 0h4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/text-indent.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="M12 3v18M2 12h7m0 0L6 9m3 3-3 3m10-9h6m-6 6h3m-3 6h6"/></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="M4 6h15M4 12h15M4 18h9"/></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 19s1.196.992 4 1c.98.003 4-.5 4-4s-4-4-4-4m0 0H5m7 0h7m-3.5-7.25s-3.276-1.816-6 0C8.284 5.56 7.954 6.794 8.051 8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/text-styles.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="M11.461 12 8 3l-3.462 9m6.923 0H4.538m6.923 0 .52 1.5M3 16l1.538-4"/><path fill="currentColor" fill-rule="evenodd" d="M21.693 21.321c.227-.164.43-.344.608-.54.183-.198.33-.393.442-.584.087-.13.15-.259.19-.387.043-.131.067-.25.067-.359a.371.371 0 0 0-.137-.273.404.404 0 0 0-.29-.124c-.094 0-.166.064-.22.137a7.654 7.654 0 0 1-.168.22l-.001.001v.001c-.222.294-.472.514-.752.661-.27.145-.626.222-1.072.222a1.09 1.09 0 0 1-.505-.124c-.146-.078-.28-.221-.401-.443-.12-.226-.216-.537-.287-.937-.071-.397-.107-.912-.107-1.547 0-.22.02-.465.062-.736.042-.272.087-.533.134-.781.054-.256.102-.478.144-.668.041-.188.065-.324.065-.395a.656.656 0 0 0-.169-.474l-.11-.127a.666.666 0 0 1-.074-.205v-.002l-.001-.002a1.311 1.311 0 0 0-.358-.57 1.25 1.25 0 0 0-.262-.201.573.573 0 0 0-.28-.084.414.414 0 0 0-.186.046c-.05.024-.099.052-.148.082l-.136.067a.314.314 0 0 1-.106.02.671.671 0 0 1-.153-.024 4.687 4.687 0 0 0-.21-.07 3.322 3.322 0 0 0-.218-.08.627.627 0 0 0-.21-.041c-.219 0-.489.103-.804.29a5.806 5.806 0 0 0-.987.753 9.1 9.1 0 0 0-1.018 1.1 7.927 7.927 0 0 0-.864 1.328c-.217.412-.4.792-.552 1.14-.145.348-.266.672-.363.972v.002a6.308 6.308 0 0 0-.2.833l-.001.002c-.037.26-.055.509-.055.745a2.025 2.025 0 0 0 .453 1.273l.001.002c.145.17.31.304.494.405l.001.001c.193.102.394.154.602.154.307 0 .652-.098 1.031-.287.384-.193.77-.441 1.159-.742.393-.306.771-.649 1.134-1.027a9.21 9.21 0 0 0 .827-.968c.071.337.157.66.257.968v.001c.129.376.288.708.48.995v.002c.199.283.433.51.702.678.281.17.611.255.986.255.287 0 .566-.053.835-.158.265-.104.509-.236.731-.396Zm-4.1-6.764c.121.172.19.47.19.912 0 .215-.036.453-.112.714a5.971 5.971 0 0 1-.301.792c-.125.27-.264.535-.419.795v.001c-.15.26-.298.5-.446.717l-.001.001a5.11 5.11 0 0 1-.52.648 9.373 9.373 0 0 1-.66.628 5.672 5.672 0 0 1-.619.483c-.096.06-.178.104-.246.133a.422.422 0 0 1-.152.04c-.285 0-.45-.079-.533-.207-.095-.153-.147-.36-.147-.629 0-.18.031-.386.096-.618.064-.24.15-.49.257-.748.112-.266.24-.537.383-.815.143-.278.292-.55.447-.817.162-.267.32-.521.475-.764.161-.243.313-.458.455-.647l.002-.002a2.04 2.04 0 0 1 .266-.299c.11-.103.232-.198.365-.284.132-.085.27-.154.412-.205h.002c.146-.056.288-.083.425-.083.132 0 .26.073.381.254Z" clip-rule="evenodd"/></svg>
|
package/svg/24/text-t.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="M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"/></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="M7 20h10M7 4v8c0 3 2.723 4 5 4s5-1 5-4V4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/thumbs-up.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="M4 11.617V20m3.2-1.048v-7.128c0-.137.027-.272.08-.399l3.25-8.1c.162-.388.7-.44.937-.092l.553 1.077a4.13 4.13 0 0 1 .589 3.342L12.019 10h5.334c1.178 0 2.647.983 2.647 2.14v2.62c0 2.894-2.921 5.24-5.867 5.24H8.267c-.59 0-1.067-.47-1.067-1.048Z"/></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 fill="currentColor" d="M8.707 11.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM11 15l-.707.707a1 1 0 0 0 1.414 0L11 15Zm6.707-5.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM21 12a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H1c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9V1C5.925 1 1 5.925 1 12h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Zm-4.707 9.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 6-6-1.414-1.414-6 6 1.414 1.414Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/ticket.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="M19.5 9v1h2V9h-2Zm2 6v-1h-2v1h2Zm-17 0v-1h-2v1h2Zm-2-6v1h2V9h-2Zm3 3h1-1ZM11 5a1 1 0 1 0-2 0h2ZM9 19a1 1 0 1 0 2 0H9ZM4.5 6h15V4h-15v2Zm15 0v3h2V6h-2Zm0 9v3h2v-3h-2Zm0 3h-15v2h15v-2Zm-15 0v-3h-2v3h2Zm0-9V6h-2v3h2Zm15 9v2a2 2 0 0 0 2-2h-2Zm0-12h2a2 2 0 0 0-2-2v2Zm-15 12h-2a2 2 0 0 0 2 2v-2Zm0-14a2 2 0 0 0-2 2h2V4Zm-2 6c1.202 0 2 .798 2 2h2c0-2.307-1.693-4-4-4v2Zm2 2c0 1.202-.798 2-2 2v2c2.307 0 4-1.693 4-4h-2ZM9 5v14h2V5H9Zm12.5 9c-1.202 0-2-.798-2-2h-2c0 2.307 1.693 4 4 4v-2Zm-2-2c0-1.202.798-2 2-2V8c-2.307 0-4 1.693-4 4h2Z"/></svg>
|
package/svg/24/timer.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.293 11.293-.707.707L12 13.414l.707-.707-1.414-1.414Zm4.414-1.586a1 1 0 0 0-1.414-1.414l1.414 1.414ZM13 1a1 1 0 1 0-2 0h2Zm-.293 11.707 3-3-1.414-1.414-3 3 1.414 1.414ZM20 12a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-2Zm-8 8a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10v-2Zm-8-8a8 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-10v2Zm1-1V1h-2v2h2Z"/><circle cx="12" cy="12" r="2" fill="currentColor"/></svg>
|
package/svg/24/trackpad.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-width="2" d="M4 14v2a3 3 0 0 0 3 3h5m-8-5V7a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v7M4 14h8m8 0v2a3 3 0 0 1-3 3h-5m8-5h-8m0 0v5"/></svg>
|
package/svg/24/trash-simple.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="M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/trash.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="M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/triangle.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.58 20.526H3.4a.25.25 0 0 1-.225-.359l8.138-16.729a.25.25 0 0 1 .445-.01l9.043 16.73a.25.25 0 0 1-.22.368Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/trident.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="M12 20v-4m0-11v11m0 0 6.141-.877a1 1 0 0 0 .859-.99V7m-7 9-6.141-.877a1 1 0 0 1-.859-.99V7"/><path fill="currentColor" d="M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012ZM11.78 2.138a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M11.78 2.138a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012ZM4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/><path fill="currentColor" d="M4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/trophy.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="M12 15c-2.041 0-4.75-1.333-5.674-4M12 15c2.048 0 4.768-1.29 5.684-4M12 15v6M6 5v4c0 .734.118 1.4.326 2M6 5V3h12v2M6 5H2c.153 3.788 1.148 5.061 4.326 6M18 5v4c0 .737-.114 1.403-.316 2M18 5h4c-.086 3.744-1.057 5.033-4.316 6"/><path fill="currentColor" d="M8 19a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2Z"/></svg>
|
package/svg/24/user-add.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="M2 11h3m0 0h3m-3 0V8m0 3v3m3 6 .443-2.658A4 4 0 0 1 12.389 14h5.223a4 4 0 0 1 3.945 3.342L22 20M18 8a3 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 fill="currentColor" d="M2 20a1 1 0 1 0 2 0H2Zm9-5a1 1 0 1 0 0-2v2Zm6 6a1 1 0 1 0 2 0h-2Zm1-8 .707-.707a1 1 0 0 0-1.414 0L18 13Zm2.293 3.707a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-6-1.414a1 1 0 0 0 1.414 1.414l-1.414-1.414ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684-.28.838-.415 1.663-.482 2.268A11.908 11.908 0 0 0 2 19.99V20L3 20Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm8 17v-8h-2v8h2Zm-1.707-7.293 3 3 1.414-1.414-3-3-1.414 1.414Zm0-1.414-3 3 1.414 1.414 3-3-1.414-1.414Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/user-eye-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 fill="currentColor" d="M2 20a1 1 0 1 0 2 0H2Zm6-5a1 1 0 1 0 0-2v2Zm-5 5h1v.001-.008a3.687 3.687 0 0 1 .007-.203c.007-.147.02-.36.05-.617.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684-.28.838-.415 1.663-.482 2.268A11.916 11.916 0 0 0 2 19.99V20h1ZM14 7a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM7 15h1v-2H7v2Zm4 3c0 .163-.05.222.01.084.04-.09.108-.223.212-.388.207-.33.528-.748.962-1.154C13.048 15.732 14.314 15 16 15v-2c-2.314 0-4.048 1.018-5.184 2.083a7.97 7.97 0 0 0-1.288 1.55 5.04 5.04 0 0 0-.351.652c-.065.15-.177.427-.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.049 5.049 0 0 0-.35-.652 7.971 7.971 0 0 0-1.29-1.55C20.049 14.018 18.315 13 16 13v2Zm5 3c0-.163.05-.222-.01-.084-.04.09-.108.223-.212.388-.207.33-.528.748-.962 1.154C18.952 20.268 17.686 21 16 21v2c2.314 0 4.048-1.018 5.184-2.083a7.971 7.971 0 0 0 1.288-1.55c.146-.232.265-.454.351-.652.065-.15.177-.427.177-.715h-2Zm-5 3c-1.686 0-2.952-.732-3.816-1.542a5.977 5.977 0 0 1-.962-1.154 3.076 3.076 0 0 1-.211-.388c-.06-.138-.011-.08-.011.084H9c0 .288.112.566.177.715.086.198.205.42.35.652a7.97 7.97 0 0 0 1.29 1.55C11.951 21.982 13.685 23 16 23v-2Z"/><circle cx="16" cy="18" r="2" fill="currentColor"/></svg>
|
package/svg/24/user-load.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="M4 21s0-6 4-6h8c4 0 4 6 4 6m-8-9a4 4 0 1 0-4-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="M4 21s0-6 4-6h8c4 0 4 6 4 6M10.25 5h3.5l-2 3c.667 0 2 .559 2 2 0 1.5-1.354 2-2 2C10.5 12 10 11 10 11"/></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="M3 20H2a1 1 0 0 0 1 1v-1Zm8-5a1 1 0 1 0 0-2v2Zm-5 6a1 1 0 1 0 0-2v2Zm4-2a1 1 0 1 0 0 2v-2Zm3 2a1 1 0 1 0 0-2v2Zm4-2a1 1 0 1 0 0 2v-2Zm3 2a1 1 0 1 0 0-2v2ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684-.28.838-.415 1.663-.482 2.268A11.908 11.908 0 0 0 2 19.99V20L3 20Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM3 21h3v-2H3v2Zm7 0h3v-2h-3v2Zm7 0h3v-2h-3v2Z"/><path fill="currentColor" fill-rule="evenodd" d="m21.437 10.411-5.756 5.757-1.38.26a.25.25 0 0 1-.296-.294l.261-1.38L20.026 9l1.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 fill="currentColor" d="M3 20H2a1 1 0 0 0 1 1v-1Zm8-5a1 1 0 1 0 0-2v2Zm9.5 6a1 1 0 1 0 0-2v2ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684-.28.838-.415 1.663-.482 2.268A11.908 11.908 0 0 0 2 19.99V20L3 20Zm4-5h4v-2H7v2Zm7-8a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2ZM3 21h17.5v-2H3v2Z"/><path fill="currentColor" fill-rule="evenodd" d="m21.437 10.411-5.756 5.757-1.38.26a.25.25 0 0 1-.296-.294l.261-1.38L20.026 9l1.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"><g clip-path="url(#a)"><path fill="currentColor" d="M2 20a1 1 0 1 0 2 0H2Zm11-5a1 1 0 1 0 0-2v2Zm.707 2.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM16 21l-.707.707a1 1 0 0 0 1.414 0L16 21Zm5.707-4.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM3 20h1v.001-.008a3.734 3.734 0 0 1 .007-.203 9.92 9.92 0 0 1 .05-.617c.057-.52.171-1.195.392-1.857C4.905 15.946 5.664 15 7 15v-2c-2.664 0-3.905 2.053-4.449 3.684-.28.838-.415 1.663-.482 2.268A11.908 11.908 0 0 0 2 19.99V20L3 20Zm4-5h6v-2H7v2Zm5.293 3.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 5-5-1.414-1.414-5 5 1.414 1.414ZM14 7a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm-3 3a3 3 0 0 1-3-3H6a5 5 0 0 0 5 5v-2ZM8 7a3 3 0 0 1 3-3V2a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/user.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="m4 20 .443-2.658A4 4 0 0 1 8.389 14h7.223a4 4 0 0 1 3.945 3.342L20 20M16 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
|
package/svg/24/users-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 clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21s0-3 3-3h4c3 0 3 3 3 3M3 14s0-3 3-3m12 0c3 0 3 3 3 3M9 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-5 7a2 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/users.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="m1 20 .443-2.658A4 4 0 0 1 5.389 14h5.222a4 4 0 0 1 3.946 3.342L15 20m3-4h1.852a3 3 0 0 1 2.977 2.628L23 20M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm9 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 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="M4 18h12a1 1 0 0 0 1-1v-3m0-9v3m0 0 5-2v10l-5-2m0-6v6M13.5 4H3a1 1 0 0 0-1 1v10m0 5L19 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-width="2" d="M17 8V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-3m0-6 5-2v10l-5-2m0-6v6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/video-camera.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 18H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v3M6 18v3m0-3h6m0 0h4a1 1 0 0 0 1-1v-3m-5 4v3m5-13 5-2v10l-5-2m0-6v6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/view-center.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="M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"/><rect width="10" height="8" x="7" y="8" fill="currentColor" rx="1"/></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="M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"/><rect width="6" height="10" x="6" y="7" fill="currentColor" rx="1"/></svg>
|
package/svg/24/wallet.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-width="2" d="M20 16V4H6a2 2 0 0 0-2 2v11m14-1H6a2 2 0 1 0 0 4h12v-4Z"/><path fill="currentColor" d="M17 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"tags": [
|
|
18
18
|
"arrow",
|
|
19
19
|
"arrow to left",
|
|
20
|
-
"arrow left"
|
|
20
|
+
"arrow left",
|
|
21
|
+
"back"
|
|
21
22
|
]
|
|
22
23
|
},
|
|
23
24
|
"arrow-right": {
|
|
@@ -29,12 +30,16 @@
|
|
|
29
30
|
},
|
|
30
31
|
"arrow-down": {
|
|
31
32
|
"tags": [
|
|
32
|
-
""
|
|
33
|
+
"arrow down",
|
|
34
|
+
"arrow",
|
|
35
|
+
"down"
|
|
33
36
|
]
|
|
34
37
|
},
|
|
35
38
|
"arrow-up": {
|
|
36
39
|
"tags": [
|
|
37
|
-
""
|
|
40
|
+
"arrow up",
|
|
41
|
+
"arrow",
|
|
42
|
+
"up"
|
|
38
43
|
]
|
|
39
44
|
},
|
|
40
45
|
"arrow-up-right": {
|
|
@@ -45,17 +50,26 @@
|
|
|
45
50
|
},
|
|
46
51
|
"arrow-down-left": {
|
|
47
52
|
"tags": [
|
|
48
|
-
""
|
|
53
|
+
"arrow down left",
|
|
54
|
+
"arrow",
|
|
55
|
+
"down",
|
|
56
|
+
"left"
|
|
49
57
|
]
|
|
50
58
|
},
|
|
51
59
|
"arrow-down-right": {
|
|
52
60
|
"tags": [
|
|
53
|
-
""
|
|
61
|
+
"arrow down right",
|
|
62
|
+
"arrow",
|
|
63
|
+
"down",
|
|
64
|
+
"right"
|
|
54
65
|
]
|
|
55
66
|
},
|
|
56
67
|
"arrow-up-left": {
|
|
57
68
|
"tags": [
|
|
58
|
-
""
|
|
69
|
+
"arrow up left",
|
|
70
|
+
"arrow",
|
|
71
|
+
"up",
|
|
72
|
+
"left"
|
|
59
73
|
]
|
|
60
74
|
},
|
|
61
75
|
"bar-three": {
|
|
@@ -2242,7 +2256,366 @@
|
|
|
2242
2256
|
"rectangle-tick": {
|
|
2243
2257
|
"tags": [
|
|
2244
2258
|
"rectangle tick",
|
|
2245
|
-
"accept criteria"
|
|
2259
|
+
"accept criteria",
|
|
2260
|
+
"checkbox"
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"rectangle-arrow-up-center": {
|
|
2264
|
+
"tags": [
|
|
2265
|
+
"rectangle arrow up center",
|
|
2266
|
+
"rectangle",
|
|
2267
|
+
"arrow",
|
|
2268
|
+
"up",
|
|
2269
|
+
"center",
|
|
2270
|
+
"centre",
|
|
2271
|
+
"upload"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"hand-pointing": {
|
|
2275
|
+
"tags": [
|
|
2276
|
+
"hand pointing",
|
|
2277
|
+
"hand",
|
|
2278
|
+
"finger",
|
|
2279
|
+
"pointing"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2282
|
+
"stroke-4": {
|
|
2283
|
+
"tags": [
|
|
2284
|
+
""
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
"stroke-5": {
|
|
2288
|
+
"tags": [
|
|
2289
|
+
""
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
|
+
"stroke-1": {
|
|
2293
|
+
"tags": [
|
|
2294
|
+
""
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"stroke-6": {
|
|
2298
|
+
"tags": [
|
|
2299
|
+
""
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"stroke-2": {
|
|
2303
|
+
"tags": [
|
|
2304
|
+
""
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
"stroke-3": {
|
|
2308
|
+
"tags": [
|
|
2309
|
+
""
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"star-filled": {
|
|
2313
|
+
"tags": [
|
|
2314
|
+
"star filled",
|
|
2315
|
+
"star",
|
|
2316
|
+
"filled"
|
|
2317
|
+
]
|
|
2318
|
+
},
|
|
2319
|
+
"star": {
|
|
2320
|
+
"tags": [
|
|
2321
|
+
"star"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"download": {
|
|
2325
|
+
"tags": [
|
|
2326
|
+
"download"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
"export": {
|
|
2330
|
+
"tags": [
|
|
2331
|
+
"export"
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
"arrows-in-simple": {
|
|
2335
|
+
"tags": [
|
|
2336
|
+
"arrows in simple",
|
|
2337
|
+
"arrows",
|
|
2338
|
+
"in",
|
|
2339
|
+
"simple",
|
|
2340
|
+
"collapse"
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
"shuffle": {
|
|
2344
|
+
"tags": [
|
|
2345
|
+
"shuffle",
|
|
2346
|
+
"switch"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"arrows-out-lines-horizontal": {
|
|
2350
|
+
"tags": [
|
|
2351
|
+
"arrows out lines horizontal",
|
|
2352
|
+
"arrows",
|
|
2353
|
+
"out",
|
|
2354
|
+
"lines",
|
|
2355
|
+
"horizontal",
|
|
2356
|
+
"fit"
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
"arrow-up-circle": {
|
|
2360
|
+
"tags": [
|
|
2361
|
+
"arrow up circle",
|
|
2362
|
+
"arrow",
|
|
2363
|
+
"up",
|
|
2364
|
+
"circle",
|
|
2365
|
+
"upgrade"
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
"arrows-out-cardinal": {
|
|
2369
|
+
"tags": [
|
|
2370
|
+
"arrows out cardinal",
|
|
2371
|
+
"arrows",
|
|
2372
|
+
"out",
|
|
2373
|
+
"cardinal",
|
|
2374
|
+
"navigation mode",
|
|
2375
|
+
"navigation",
|
|
2376
|
+
"mode",
|
|
2377
|
+
"drag"
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
"tick-circle": {
|
|
2381
|
+
"tags": [
|
|
2382
|
+
"tick circle",
|
|
2383
|
+
"tick",
|
|
2384
|
+
"circle",
|
|
2385
|
+
"success"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"logout": {
|
|
2389
|
+
"tags": [
|
|
2390
|
+
"logout",
|
|
2391
|
+
"log",
|
|
2392
|
+
"sign",
|
|
2393
|
+
"out"
|
|
2394
|
+
]
|
|
2395
|
+
},
|
|
2396
|
+
"circle-slash": {
|
|
2397
|
+
"tags": [
|
|
2398
|
+
"circle slash",
|
|
2399
|
+
"circle",
|
|
2400
|
+
"slash",
|
|
2401
|
+
"none"
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
"arrow-arc-right": {
|
|
2405
|
+
"tags": [
|
|
2406
|
+
"arrow arc right",
|
|
2407
|
+
"arrow",
|
|
2408
|
+
"arc",
|
|
2409
|
+
"right",
|
|
2410
|
+
"redo"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"arrow-arc-left": {
|
|
2414
|
+
"tags": [
|
|
2415
|
+
"arrow arc left",
|
|
2416
|
+
"arrow",
|
|
2417
|
+
"arc",
|
|
2418
|
+
"left",
|
|
2419
|
+
"undo"
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
"arrow-bend-up-right": {
|
|
2423
|
+
"tags": [
|
|
2424
|
+
"arrow bend up right",
|
|
2425
|
+
"arrow",
|
|
2426
|
+
"bend",
|
|
2427
|
+
"up",
|
|
2428
|
+
"right",
|
|
2429
|
+
"share"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
"login": {
|
|
2433
|
+
"tags": [
|
|
2434
|
+
"login",
|
|
2435
|
+
"log",
|
|
2436
|
+
"sign",
|
|
2437
|
+
"in",
|
|
2438
|
+
"get back"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
"arrow-fat-up-right": {
|
|
2442
|
+
"tags": [
|
|
2443
|
+
"arrow fat up right",
|
|
2444
|
+
"arrow",
|
|
2445
|
+
"fat",
|
|
2446
|
+
"up",
|
|
2447
|
+
"right"
|
|
2448
|
+
]
|
|
2449
|
+
},
|
|
2450
|
+
"arrows-out-simple": {
|
|
2451
|
+
"tags": [
|
|
2452
|
+
"arrows out simple",
|
|
2453
|
+
"arrows",
|
|
2454
|
+
"out",
|
|
2455
|
+
"simple",
|
|
2456
|
+
"expand"
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
"dots-nine": {
|
|
2460
|
+
"tags": [
|
|
2461
|
+
"dots nine",
|
|
2462
|
+
"dots",
|
|
2463
|
+
"nine",
|
|
2464
|
+
"9",
|
|
2465
|
+
"distribute grid",
|
|
2466
|
+
"distribute",
|
|
2467
|
+
"grid"
|
|
2468
|
+
]
|
|
2469
|
+
},
|
|
2470
|
+
"dots-two": {
|
|
2471
|
+
"tags": [
|
|
2472
|
+
"dots two",
|
|
2473
|
+
"dots",
|
|
2474
|
+
"two",
|
|
2475
|
+
"2",
|
|
2476
|
+
"more"
|
|
2477
|
+
]
|
|
2478
|
+
},
|
|
2479
|
+
"dots-three": {
|
|
2480
|
+
"tags": [
|
|
2481
|
+
"dots three",
|
|
2482
|
+
"dots",
|
|
2483
|
+
"three",
|
|
2484
|
+
"3",
|
|
2485
|
+
"more"
|
|
2486
|
+
]
|
|
2487
|
+
},
|
|
2488
|
+
"grid": {
|
|
2489
|
+
"tags": [
|
|
2490
|
+
"grid"
|
|
2491
|
+
]
|
|
2492
|
+
},
|
|
2493
|
+
"cursor-lines": {
|
|
2494
|
+
"tags": [
|
|
2495
|
+
"cursor lines",
|
|
2496
|
+
"cursor",
|
|
2497
|
+
"lines"
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
"paper-plane-tilt": {
|
|
2501
|
+
"tags": [
|
|
2502
|
+
""
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
"navigation-arrow-lines": {
|
|
2506
|
+
"tags": [
|
|
2507
|
+
"navigation arrow lines",
|
|
2508
|
+
"navigation",
|
|
2509
|
+
"arrow",
|
|
2510
|
+
"lines",
|
|
2511
|
+
"cursor user",
|
|
2512
|
+
"cursor",
|
|
2513
|
+
"user"
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
"paper-plane-filled-right": {
|
|
2517
|
+
"tags": [
|
|
2518
|
+
"paper plane filled right",
|
|
2519
|
+
"paper",
|
|
2520
|
+
"plane",
|
|
2521
|
+
"filled",
|
|
2522
|
+
"right"
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
"chevron-up-double": {
|
|
2526
|
+
"tags": [
|
|
2527
|
+
"chevron up double",
|
|
2528
|
+
"chevron",
|
|
2529
|
+
"up",
|
|
2530
|
+
"double",
|
|
2531
|
+
"arrow"
|
|
2532
|
+
]
|
|
2533
|
+
},
|
|
2534
|
+
"chevron-down-double": {
|
|
2535
|
+
"tags": [
|
|
2536
|
+
"chevron down double",
|
|
2537
|
+
"chevron",
|
|
2538
|
+
"down",
|
|
2539
|
+
"double",
|
|
2540
|
+
"arrow"
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"navigation-up-left-slash": {
|
|
2544
|
+
"tags": [
|
|
2545
|
+
"navigation up left slash",
|
|
2546
|
+
"navigation",
|
|
2547
|
+
"up",
|
|
2548
|
+
"left",
|
|
2549
|
+
"slash",
|
|
2550
|
+
"collaborator cursors off",
|
|
2551
|
+
"collaborator",
|
|
2552
|
+
"cursors",
|
|
2553
|
+
"off"
|
|
2554
|
+
]
|
|
2555
|
+
},
|
|
2556
|
+
"chevron-up-down": {
|
|
2557
|
+
"tags": [
|
|
2558
|
+
"chevron up down",
|
|
2559
|
+
"chevron",
|
|
2560
|
+
"up",
|
|
2561
|
+
"down",
|
|
2562
|
+
"arrow"
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
"navigation-up-left-filled": {
|
|
2566
|
+
"tags": [
|
|
2567
|
+
"navigation up left filled",
|
|
2568
|
+
"navigation",
|
|
2569
|
+
"up",
|
|
2570
|
+
"left",
|
|
2571
|
+
"filled",
|
|
2572
|
+
"collaborator cursors on",
|
|
2573
|
+
"collaborator",
|
|
2574
|
+
"cursors",
|
|
2575
|
+
"on"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"cross-square": {
|
|
2579
|
+
"tags": [
|
|
2580
|
+
"cross square",
|
|
2581
|
+
"cross",
|
|
2582
|
+
"square",
|
|
2583
|
+
"wireframes"
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2586
|
+
"navigation-up-right": {
|
|
2587
|
+
"tags": [
|
|
2588
|
+
"navigation up right",
|
|
2589
|
+
"navigation",
|
|
2590
|
+
"up",
|
|
2591
|
+
"right"
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
|
+
"chevron-up-down-line": {
|
|
2595
|
+
"tags": [
|
|
2596
|
+
"chevron up down line",
|
|
2597
|
+
"chevron",
|
|
2598
|
+
"up",
|
|
2599
|
+
"down",
|
|
2600
|
+
"line"
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2603
|
+
"chevron-right-double": {
|
|
2604
|
+
"tags": [
|
|
2605
|
+
"chevron right double",
|
|
2606
|
+
"chevron",
|
|
2607
|
+
"right",
|
|
2608
|
+
"double",
|
|
2609
|
+
"arrow"
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
"chevron-left-double": {
|
|
2613
|
+
"tags": [
|
|
2614
|
+
"chevron left double",
|
|
2615
|
+
"chevron",
|
|
2616
|
+
"left",
|
|
2617
|
+
"double",
|
|
2618
|
+
"arrow"
|
|
2246
2619
|
]
|
|
2247
2620
|
}
|
|
2248
2621
|
}
|