@mirohq/design-system-icons 0.59.1 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +26727 -6428
- package/dist/main.js.map +1 -1
- package/dist/module.js +26727 -6428
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/activity.tsx +51 -4
- package/react/add-line-bottom.tsx +46 -4
- package/react/add-line-right.tsx +46 -4
- package/react/align-bottom.tsx +78 -4
- package/react/align-center-horizontal.tsx +53 -4
- package/react/align-center-vertical.tsx +78 -4
- package/react/align-left.tsx +53 -4
- package/react/align-right.tsx +53 -4
- package/react/align-top.tsx +78 -4
- package/react/alignment-scale.tsx +57 -4
- package/react/arrow-arc-left.tsx +53 -4
- package/react/arrow-arc-right.tsx +51 -4
- package/react/arrow-bend-up-left.tsx +53 -4
- package/react/arrow-bend-up-right.tsx +53 -4
- package/react/arrow-box-out.tsx +52 -4
- package/react/arrow-clockwise-down-right.tsx +52 -4
- package/react/arrow-clockwise-up-left.tsx +52 -4
- package/react/arrow-counter-clockwise-down-left.tsx +50 -4
- package/react/arrow-counter-clockwise-up-right.tsx +51 -5
- package/react/arrow-curves-bottom-right.tsx +53 -4
- package/react/arrow-down-left.tsx +52 -4
- package/react/arrow-down-right.tsx +52 -4
- package/react/arrow-down.tsx +3 -3
- package/react/arrow-elbow-down-right.tsx +53 -4
- package/react/arrow-fat-left.tsx +2 -2
- package/react/arrow-fat-right.tsx +4 -46
- package/react/arrow-left.tsx +5 -3
- package/react/arrow-right.tsx +4 -4
- package/react/arrow-up-circle.tsx +59 -4
- package/react/arrow-up-left.tsx +52 -4
- package/react/arrow-up-right.tsx +52 -4
- package/react/arrow-up.tsx +42 -4
- package/react/arrows-clockwise-rectangle-tilt.tsx +43 -4
- package/react/arrows-clockwise-x.tsx +63 -4
- package/react/arrows-clockwise-y.tsx +63 -4
- package/react/arrows-down-up.tsx +67 -4
- package/react/arrows-horizontal-lines-top-bottom.tsx +51 -4
- package/react/arrows-in-simple.tsx +18 -4
- package/react/arrows-out-cardinal.tsx +48 -4
- package/react/arrows-out-lines-horizontal.tsx +47 -4
- package/react/arrows-out-simple.tsx +58 -4
- package/react/arrows-square-counter-clockwise-y.tsx +58 -5
- package/react/arrows-time-backward.tsx +60 -6
- package/react/arrows-time-forward.tsx +58 -4
- package/react/article.tsx +37 -4
- package/react/at.tsx +52 -25
- package/react/attachment.tsx +47 -4
- package/react/badge.tsx +0 -5
- package/react/bell-slash.tsx +58 -4
- package/react/bell-tilt.tsx +47 -4
- package/react/bell.tsx +37 -4
- package/react/board.tsx +43 -4
- package/react/book-open-info.tsx +51 -4
- package/react/bookmark.tsx +48 -4
- package/react/bracket-curly-left.tsx +47 -5
- package/react/bracket-curly-right.tsx +47 -5
- package/react/brackets-angle-slash.tsx +52 -4
- package/react/brackets-curly-circles-three.tsx +51 -6
- package/react/brush.tsx +45 -4
- package/react/calendar-blank.tsx +48 -4
- package/react/calendar-end.tsx +65 -4
- package/react/calendar-start.tsx +65 -4
- package/react/camera.tsx +42 -4
- package/react/card-circles.tsx +46 -4
- package/react/card-number-three.tsx +53 -5
- package/react/card.tsx +43 -4
- package/react/cards-poker.tsx +58 -4
- package/react/chart-bar-y-simple.tsx +69 -5
- package/react/chart-bar-y.tsx +74 -5
- package/react/chat-check.tsx +53 -4
- package/react/chat-dashes-lines-two.tsx +47 -4
- package/react/chat-lines-cross.tsx +53 -4
- package/react/chat-lines-dot.tsx +48 -4
- package/react/chat-lines-eye-open.tsx +52 -4
- package/react/chat-lines-two-stack.tsx +58 -4
- package/react/chat-lines-two.tsx +48 -4
- package/react/chat-plus.tsx +47 -4
- package/react/chat-text-arrow.tsx +58 -4
- package/react/chat-two.tsx +37 -4
- package/react/chat.tsx +36 -4
- package/react/check-mark.tsx +47 -4
- package/react/checkboard-square-centered.tsx +55 -4
- package/react/chevron-down-double.tsx +47 -4
- package/react/chevron-down.tsx +47 -4
- package/react/chevron-left-double.tsx +47 -4
- package/react/chevron-left.tsx +47 -4
- package/react/chevron-right-double.tsx +47 -4
- package/react/chevron-right.tsx +47 -4
- package/react/chevron-up-double.tsx +47 -4
- package/react/chevron-up-down-line.tsx +52 -4
- package/react/chevron-up-down.tsx +47 -4
- package/react/chevron-up.tsx +47 -4
- package/react/circle-corners.tsx +48 -4
- package/react/circle-motion-x.tsx +52 -4
- package/react/circle-notch.tsx +46 -4
- package/react/circle-slash.tsx +53 -4
- package/react/circles-connected.tsx +54 -4
- package/react/clock-counter-clockwise-simple.tsx +54 -5
- package/react/clock-counter-clockwise.tsx +16 -4
- package/react/clock.tsx +35 -4
- package/react/cluster.tsx +37 -4
- package/react/clustered.tsx +50 -4
- package/react/cog.tsx +60 -26
- package/react/coins-checked.tsx +53 -4
- package/react/coins-slash.tsx +61 -9
- package/react/columns-three.tsx +57 -4
- package/react/comment-group.tsx +52 -5
- package/react/cone-serpentine.tsx +47 -4
- package/react/connection-line-elbows.tsx +47 -4
- package/react/connection-line-straight.tsx +48 -5
- package/react/corners-three-eye-open.tsx +52 -4
- package/react/counter.tsx +55 -4
- package/react/credit-card.tsx +46 -4
- package/react/crop.tsx +37 -4
- package/react/cross-circle.tsx +53 -5
- package/react/cross-square.tsx +55 -4
- package/react/cross.tsx +36 -4
- package/react/cube.tsx +38 -4
- package/react/cursor-filled.tsx +51 -4
- package/react/cursor-lines.tsx +46 -4
- package/react/cursor-text-lines.tsx +53 -4
- package/react/cursor-text.tsx +47 -4
- package/react/cursor.tsx +37 -4
- package/react/dash-left-down-square-dash-right-up.tsx +45 -4
- package/react/dash-left-up-square-dash-down-right.tsx +45 -4
- package/react/dash-square-dash-horizontal.tsx +47 -4
- package/react/dash-square-dash-vertical.tsx +47 -4
- package/react/diagram-card-large-1.tsx +52 -4
- package/react/diagram-card-large-2.tsx +54 -4
- package/react/diagram-card-large-3.tsx +53 -4
- package/react/diagram-card-large-4.tsx +62 -4
- package/react/diagram-card-magnifying-glass.tsx +57 -4
- package/react/diagram-card-small-1.tsx +52 -4
- package/react/diagram-card-small-2.tsx +53 -4
- package/react/diagram-card-small-3.tsx +52 -4
- package/react/diagram-card-team.tsx +73 -5
- package/react/diagram-card-user.tsx +66 -5
- package/react/diagramming-format.tsx +47 -4
- package/react/diagramming.tsx +1 -1
- package/react/distribute-horizontal.tsx +51 -4
- package/react/distribute-vertical.tsx +47 -4
- package/react/doc-format.tsx +57 -5
- package/react/dollar-sign-currency.tsx +46 -4
- package/react/dot-voting.tsx +47 -4
- package/react/dots-nine.tsx +50 -4
- package/react/dots-six-horizontal.tsx +47 -4
- package/react/dots-six-vertical.tsx +47 -4
- package/react/dots-three-vertical.tsx +0 -5
- package/react/dots-three.tsx +0 -5
- package/react/dots-two.tsx +0 -5
- package/react/download.tsx +59 -4
- package/react/envelope.tsx +52 -4
- package/react/eraser.tsx +42 -4
- package/react/exclamation-mark-octagon.tsx +59 -4
- package/react/exclamation-point-circle.tsx +51 -4
- package/react/export.tsx +49 -4
- package/react/external-format.tsx +54 -6
- package/react/eye-closed-dots-four-frame-broken.tsx +64 -4
- package/react/eye-closed.tsx +54 -4
- package/react/eye-open-line-frame-broken.tsx +57 -4
- package/react/eye-open-slash.tsx +56 -4
- package/react/eye-open.tsx +42 -4
- package/react/eyedropper.tsx +51 -4
- package/react/factory-house.tsx +54 -4
- package/react/factory.tsx +36 -4
- package/react/file-spreadsheet.tsx +47 -4
- package/react/flag.tsx +35 -4
- package/react/flip-card.tsx +58 -4
- package/react/folder.tsx +42 -4
- package/react/frame-lines-two.tsx +47 -4
- package/react/frame-play.tsx +48 -4
- package/react/frame-plus.tsx +47 -4
- package/react/frame.tsx +37 -4
- package/react/funnel.tsx +35 -4
- package/react/gauge.tsx +51 -4
- package/react/gavel.tsx +35 -4
- package/react/gift.tsx +37 -4
- package/react/globe.tsx +35 -4
- package/react/graduation-cap.tsx +55 -4
- package/react/grid-four.tsx +58 -4
- package/react/grid-six.tsx +1 -1
- package/react/grid.tsx +38 -4
- package/react/hand-filled.tsx +47 -4
- package/react/hand-pointing.tsx +47 -4
- package/react/hand.tsx +37 -4
- package/react/headset-person.tsx +66 -4
- package/react/heart-filled.tsx +51 -6
- package/react/heart.tsx +36 -5
- package/react/highlighter-underline.tsx +62 -4
- package/react/highlighter.tsx +56 -4
- package/react/house.tsx +38 -4
- package/react/image.tsx +54 -4
- package/react/indent-left.tsx +54 -5
- package/react/indent-right.tsx +54 -5
- package/react/information-mark-circle.tsx +54 -4
- package/react/key.tsx +70 -25
- package/react/keycap.tsx +36 -4
- package/react/laptop.tsx +47 -4
- package/react/lasso.tsx +55 -5
- package/react/layout.tsx +36 -4
- package/react/lightbox.tsx +52 -4
- package/react/lightbulb.tsx +45 -4
- package/react/lightning.tsx +47 -4
- package/react/line-two-diagonal-top-right-double.tsx +45 -4
- package/react/lines-three-horizontal-line-vertical-center.tsx +45 -4
- package/react/lines-three-horizontal.tsx +47 -4
- package/react/lines-three-vertical.tsx +47 -4
- package/react/lines-top-left-columns-two.tsx +56 -4
- package/react/link-plus.tsx +46 -4
- package/react/link.tsx +37 -5
- package/react/list-bullets.tsx +47 -4
- package/react/list-numbers.tsx +47 -4
- package/react/lock-closed.tsx +58 -4
- package/react/lock-open.tsx +53 -4
- package/react/login.tsx +49 -4
- package/react/logout.tsx +49 -4
- package/react/magnet.tsx +36 -5
- package/react/magnifying-glass-lightning.tsx +53 -4
- package/react/magnifying-glass-plus.tsx +46 -4
- package/react/magnifying-glass.tsx +46 -4
- package/react/map.tsx +57 -26
- package/react/megaphone.tsx +67 -4
- package/react/microphone-slash.tsx +46 -4
- package/react/microphone.tsx +46 -4
- package/react/minus.tsx +36 -4
- package/react/mobile.tsx +42 -4
- package/react/monitor-arrow-up.tsx +53 -5
- package/react/monitor-arrow.tsx +52 -4
- package/react/monitor-pause.tsx +46 -4
- package/react/monitor-play.tsx +52 -4
- package/react/monitor-stop.tsx +52 -4
- package/react/monitor.tsx +36 -4
- package/react/moon.tsx +35 -4
- package/react/mouse.tsx +43 -4
- package/react/music-note.tsx +47 -4
- package/react/navigation-arrow-lines.tsx +58 -4
- package/react/navigation-up-left-slash.tsx +53 -4
- package/react/navigation-up-right.tsx +47 -4
- package/react/next.tsx +42 -4
- package/react/node-connected-dot.tsx +54 -4
- package/react/node-lines-curved.tsx +47 -4
- package/react/node-lines-horizontal.tsx +47 -4
- package/react/node-lines-vertical.tsx +48 -5
- package/react/node-plus.tsx +46 -4
- package/react/nodes-connected.tsx +80 -4
- package/react/nodes-connections-three.tsx +46 -4
- package/react/note-magnifying-glass.tsx +58 -4
- package/react/notepad.tsx +49 -4
- package/react/number.tsx +37 -5
- package/react/office.tsx +35 -4
- package/react/org-chart.tsx +51 -4
- package/react/orientation-horizontal.tsx +57 -4
- package/react/orientation-vertical.tsx +63 -4
- package/react/paint-bucket.tsx +52 -4
- package/react/palette.tsx +39 -4
- package/react/paper-plane-filled-right.tsx +45 -4
- package/react/paper-plane-tilt.tsx +50 -4
- package/react/pause-circle.tsx +52 -4
- package/react/pause.tsx +37 -4
- package/react/pen-tip.tsx +37 -4
- package/react/pen-underline.tsx +50 -4
- package/react/pen.tsx +57 -25
- package/react/people-list.tsx +61 -5
- package/react/person-in-circle.tsx +53 -4
- package/react/placeholder.tsx +55 -4
- package/react/planet.tsx +1 -1
- package/react/play-circle.tsx +48 -4
- package/react/play.tsx +36 -4
- package/react/playback-speed-circle.tsx +53 -4
- package/react/plug.tsx +39 -5
- package/react/plus-box.tsx +44 -5
- package/react/plus-square.tsx +55 -4
- package/react/plus-text.tsx +52 -4
- package/react/plus.tsx +36 -4
- package/react/polling.tsx +39 -6
- package/react/presentation-arrow.tsx +58 -4
- package/react/presentation-eye-open.tsx +52 -4
- package/react/presentation-line.tsx +53 -4
- package/react/presentation-lines-two.tsx +47 -4
- package/react/presentation-link.tsx +52 -4
- package/react/presentation-number-one.tsx +53 -4
- package/react/presentation-play.tsx +48 -4
- package/react/presentation-plus.tsx +53 -4
- package/react/previous.tsx +52 -4
- package/react/prohibit.tsx +52 -4
- package/react/proto-slider.tsx +1 -1
- package/react/prototype-format.tsx +47 -5
- package/react/push-pin-filled.tsx +54 -4
- package/react/push-pin.tsx +40 -4
- package/react/question-mark-circle.tsx +47 -4
- package/react/question-mark.tsx +45 -4
- package/react/quotes.tsx +36 -4
- package/react/rectangle-arrow-up-center.tsx +59 -4
- package/react/rectangle-dash-lines.tsx +47 -4
- package/react/rectangle-dot-line-pen.tsx +61 -4
- package/react/rectangle-frame-2-lines.tsx +52 -4
- package/react/rectangle-line.tsx +58 -4
- package/react/rectangle-play-stack.tsx +57 -4
- package/react/rectangle-portrait-dash-square-top-center.tsx +46 -4
- package/react/rectangle-portrait-dash-square-top-left.tsx +51 -4
- package/react/rectangle-portrait-dash.tsx +47 -4
- package/react/rectangle-portrait-square-top-left.tsx +54 -4
- package/react/rectangle-tick.tsx +52 -4
- package/react/rectangle-triangle-bottom-center.tsx +51 -4
- package/react/rectangles-three-aligned.tsx +68 -4
- package/react/rectangles-three-overlap.tsx +48 -4
- package/react/rectangles-two-line.tsx +68 -4
- package/react/rectangles-two-lines-four.tsx +66 -4
- package/react/rectangles-two-minus.tsx +56 -4
- package/react/rectangles-two-plus.tsx +56 -4
- package/react/rectangles-two-user.tsx +69 -4
- package/react/rocket.tsx +37 -4
- package/react/rss-rectangle.tsx +53 -4
- package/react/rss.tsx +54 -25
- package/react/scissors.tsx +61 -4
- package/react/scrollbar-xy.tsx +55 -4
- package/react/select.tsx +44 -4
- package/react/shadow.tsx +47 -4
- package/react/shapes-lines.tsx +52 -4
- package/react/shapes.tsx +37 -4
- package/react/shield-check.tsx +55 -4
- package/react/shield-lock-filled.tsx +48 -5
- package/react/shield-lock.tsx +55 -4
- package/react/shuffle.tsx +43 -4
- package/react/sidebar-closed.tsx +55 -4
- package/react/sidebar-global-closed.tsx +59 -4
- package/react/sidebar-global-open.tsx +61 -4
- package/react/sidebar-open.tsx +61 -4
- package/react/single-sparks-filled.tsx +51 -4
- package/react/slide-format.tsx +52 -7
- package/react/sliders-x.tsx +64 -4
- package/react/sliders-y.tsx +73 -4
- package/react/smiley-chat.tsx +58 -4
- package/react/smiley-plus.tsx +59 -4
- package/react/smiley-sticker.tsx +47 -4
- package/react/smiley.tsx +49 -4
- package/react/social-facebook.tsx +1 -1
- package/react/social-instagram.tsx +1 -1
- package/react/social-linkedin.tsx +1 -1
- package/react/social-looker.tsx +2 -2
- package/react/social-twitter.tsx +1 -1
- package/react/social-youtube.tsx +1 -1
- package/react/sort-ascending.tsx +47 -4
- package/react/sort-descending.tsx +47 -4
- package/react/sparks-filled.tsx +51 -4
- package/react/sparks.tsx +38 -5
- package/react/speaker-cross.tsx +50 -4
- package/react/speaker-high.tsx +50 -4
- package/react/spinner.tsx +44 -7
- package/react/split-vertical.tsx +52 -4
- package/react/square-arrow-in.tsx +58 -4
- package/react/square-brackets-angle-slash.tsx +52 -4
- package/react/square-circles-two.tsx +48 -4
- package/react/square-frame-2-lines-circle.tsx +53 -4
- package/react/square-line-square-dashed.tsx +52 -4
- package/react/square-star-scribble.tsx +53 -4
- package/react/square-triangle-circle-plus.tsx +58 -4
- package/react/squares-column.tsx +74 -4
- package/react/squares-four.tsx +47 -4
- package/react/squares-group.tsx +58 -4
- package/react/squares-merge.tsx +45 -4
- package/react/squares-row.tsx +77 -4
- package/react/squares-three.tsx +47 -4
- package/react/squares-two-overlap.tsx +51 -4
- package/react/squares-ungroup.tsx +0 -5
- package/react/squares-unmerge.tsx +48 -4
- package/react/stack.tsx +37 -4
- package/react/star-filled.tsx +49 -4
- package/react/star-half.tsx +53 -4
- package/react/star.tsx +35 -4
- package/react/sticky-corners.tsx +53 -4
- package/react/sticky-eye-closed.tsx +54 -4
- package/react/sticky-eye-open.tsx +52 -4
- package/react/sticky-note-stack.tsx +52 -4
- package/react/sticky-note-wide.tsx +47 -4
- package/react/sticky-note.tsx +47 -4
- package/react/sticky-notes-two.tsx +52 -4
- package/react/stop-circle.tsx +48 -4
- package/react/story-points.tsx +52 -4
- package/react/tag.tsx +65 -27
- package/react/tasks.tsx +41 -4
- package/react/text-a-underline.tsx +50 -4
- package/react/text-aa.tsx +35 -4
- package/react/text-align-center.tsx +47 -4
- package/react/text-align-left.tsx +47 -4
- package/react/text-align-right.tsx +47 -4
- package/react/text-b-bold-italic-underlined.tsx +50 -4
- package/react/text-b-bold.tsx +45 -4
- package/react/text-cursor-eye-open.tsx +52 -4
- package/react/text-h-one.tsx +47 -4
- package/react/text-h-three.tsx +45 -4
- package/react/text-h-two.tsx +47 -4
- package/react/text-i-italic.tsx +46 -4
- package/react/text-indent.tsx +53 -4
- package/react/text-line-height.tsx +49 -6
- package/react/text-lines-three.tsx +47 -4
- package/react/text-s-strikethrough.tsx +58 -5
- package/react/text-styles.tsx +50 -4
- package/react/text-t.tsx +37 -4
- package/react/text-u-underlined.tsx +47 -4
- package/react/thumbs-up.tsx +47 -4
- package/react/tick-circle.tsx +54 -4
- package/react/ticket.tsx +42 -4
- package/react/timeline-format.tsx +57 -5
- package/react/timer.tsx +50 -4
- package/react/tooltip.tsx +38 -4
- package/react/trackpad.tsx +56 -4
- package/react/trash-simple.tsx +47 -4
- package/react/trash.tsx +47 -4
- package/react/trophy.tsx +48 -4
- package/react/tshirt.tsx +40 -4
- package/react/user-add.tsx +40 -4
- package/react/user-arrow-right-up.tsx +57 -4
- package/react/user-background-blur.tsx +74 -4
- package/react/user-cog-plus.tsx +67 -4
- package/react/user-cog.tsx +55 -4
- package/react/user-eye-open.tsx +46 -4
- package/react/user-filter.tsx +51 -4
- package/react/user-load.tsx +52 -4
- package/react/user-number-three.tsx +52 -4
- package/react/user-pen-dashes-bottom.tsx +54 -4
- package/react/user-pen-line-bottom.tsx +45 -4
- package/react/user-tick-down.tsx +51 -4
- package/react/user.tsx +44 -4
- package/react/users-three.tsx +46 -4
- package/react/users.tsx +57 -6
- package/react/video-camera-simple-error.tsx +53 -4
- package/react/video-camera-simple-slash.tsx +53 -4
- package/react/video-camera-simple.tsx +47 -4
- package/react/video-camera.tsx +53 -4
- package/react/view-center.tsx +54 -4
- package/react/view-side-left.tsx +54 -4
- package/react/wallet.tsx +49 -4
- package/react/wifi-exclamation.tsx +58 -4
- package/react/wifi.tsx +37 -4
- package/svg/24/activity-new.svg +2 -0
- package/svg/24/add-line-bottom-new.svg +2 -0
- package/svg/24/add-line-right-new.svg +2 -0
- package/svg/24/align-bottom-new.svg +2 -0
- package/svg/24/align-center-horizontal-new.svg +2 -0
- package/svg/24/align-center-vertical-new.svg +2 -0
- package/svg/24/align-left-new.svg +2 -0
- package/svg/24/align-right-new.svg +2 -0
- package/svg/24/align-top-new.svg +2 -0
- package/svg/24/alignment-scale-new.svg +2 -0
- package/svg/24/arrow-arc-left-new.svg +2 -0
- package/svg/24/arrow-arc-right-new.svg +2 -0
- package/svg/24/arrow-bend-up-left-new.svg +2 -0
- package/svg/24/arrow-bend-up-right-new.svg +2 -0
- package/svg/24/arrow-box-out-new.svg +2 -0
- package/svg/24/arrow-clockwise-down-right-new.svg +2 -0
- package/svg/24/arrow-clockwise-up-left-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-down-left-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-up-right-new.svg +2 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-curves-bottom-right-new.svg +2 -0
- package/svg/24/arrow-down-left-new.svg +2 -0
- package/svg/24/arrow-down-new.svg +1 -1
- package/svg/24/arrow-down-right-new.svg +2 -0
- package/svg/24/arrow-elbow-down-right-new.svg +2 -0
- package/svg/24/arrow-fat-left.svg +1 -1
- package/svg/24/arrow-left-new.svg +1 -1
- package/svg/24/arrow-right-new.svg +1 -1
- package/svg/24/arrow-up-circle-new.svg +2 -0
- package/svg/24/arrow-up-left-new.svg +2 -0
- package/svg/24/arrow-up-new.svg +2 -0
- package/svg/24/arrow-up-right-new.svg +2 -0
- package/svg/24/arrows-clockwise-rectangle-tilt-new.svg +2 -0
- package/svg/24/arrows-clockwise-x-new.svg +2 -0
- package/svg/24/arrows-clockwise-y-new.svg +2 -0
- package/svg/24/arrows-down-up-new.svg +2 -0
- package/svg/24/arrows-horizontal-lines-top-bottom-new.svg +2 -0
- package/svg/24/arrows-in-simple-new.svg +1 -1
- package/svg/24/arrows-out-cardinal-new.svg +2 -0
- package/svg/24/arrows-out-lines-horizontal-new.svg +2 -0
- package/svg/24/arrows-out-simple-new.svg +2 -0
- package/svg/24/arrows-square-counter-clockwise-y-new.svg +2 -0
- package/svg/24/arrows-square-counter-clockwise-y.svg +1 -1
- package/svg/24/arrows-time-backward-new.svg +2 -0
- package/svg/24/arrows-time-backward.svg +1 -1
- package/svg/24/arrows-time-forward-new.svg +2 -0
- package/svg/24/article-new.svg +2 -0
- package/svg/24/at-new.svg +2 -0
- package/svg/24/attachment-new.svg +2 -0
- package/svg/24/badge.svg +1 -1
- package/svg/24/bell-new.svg +2 -0
- package/svg/24/bell-slash-new.svg +2 -0
- package/svg/24/bell-tilt-new.svg +2 -0
- package/svg/24/board-new.svg +2 -0
- package/svg/24/book-open-info-new.svg +2 -0
- package/svg/24/bookmark-new.svg +2 -0
- package/svg/24/bracket-curly-left-new.svg +2 -0
- package/svg/24/bracket-curly-left.svg +1 -1
- package/svg/24/bracket-curly-right-new.svg +2 -0
- package/svg/24/bracket-curly-right.svg +1 -1
- package/svg/24/brackets-angle-slash-new.svg +2 -0
- package/svg/24/brackets-curly-circles-three-new.svg +2 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -1
- package/svg/24/brush-new.svg +2 -0
- package/svg/24/calendar-blank-new.svg +2 -0
- package/svg/24/calendar-end-new.svg +2 -0
- package/svg/24/calendar-start-new.svg +2 -0
- package/svg/24/camera-new.svg +2 -0
- package/svg/24/card-circles-new.svg +2 -0
- package/svg/24/card-new.svg +2 -0
- package/svg/24/card-number-three-new.svg +2 -0
- package/svg/24/card-number-three.svg +1 -1
- package/svg/24/cards-poker-new.svg +2 -0
- package/svg/24/chart-bar-y-new.svg +2 -0
- package/svg/24/chart-bar-y-simple-new.svg +2 -0
- package/svg/24/chart-bar-y-simple.svg +1 -1
- package/svg/24/chart-bar-y.svg +1 -1
- package/svg/24/chat-check-new.svg +2 -0
- package/svg/24/chat-dashes-lines-two-new.svg +2 -0
- package/svg/24/chat-lines-cross-new.svg +2 -0
- package/svg/24/chat-lines-dot-new.svg +2 -0
- package/svg/24/chat-lines-eye-open-new.svg +2 -0
- package/svg/24/chat-lines-two-new.svg +2 -0
- package/svg/24/chat-lines-two-stack-new.svg +2 -0
- package/svg/24/chat-new.svg +2 -0
- package/svg/24/chat-plus-new.svg +2 -0
- package/svg/24/chat-text-arrow-new.svg +2 -0
- package/svg/24/chat-two-new.svg +2 -0
- package/svg/24/check-mark-new.svg +2 -0
- package/svg/24/checkboard-square-centered-new.svg +2 -0
- package/svg/24/chevron-down-double-new.svg +2 -0
- package/svg/24/chevron-down-new.svg +2 -0
- package/svg/24/chevron-left-double-new.svg +2 -0
- package/svg/24/chevron-left-new.svg +2 -0
- package/svg/24/chevron-right-double-new.svg +2 -0
- package/svg/24/chevron-right-new.svg +2 -0
- package/svg/24/chevron-up-double-new.svg +2 -0
- package/svg/24/chevron-up-down-line-new.svg +2 -0
- package/svg/24/chevron-up-down-new.svg +2 -0
- package/svg/24/chevron-up-new.svg +2 -0
- package/svg/24/circle-corners-new.svg +2 -0
- package/svg/24/circle-motion-x-new.svg +2 -0
- package/svg/24/circle-notch-new.svg +2 -0
- package/svg/24/circle-slash-new.svg +2 -0
- package/svg/24/circles-connected-new.svg +2 -0
- package/svg/24/clock-counter-clockwise-new.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple-new.svg +2 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/clock-new.svg +2 -0
- package/svg/24/cluster-new.svg +2 -0
- package/svg/24/clustered-new.svg +2 -0
- package/svg/24/cog-new.svg +2 -0
- package/svg/24/coins-checked-new.svg +2 -0
- package/svg/24/coins-slash-new.svg +2 -0
- package/svg/24/coins-slash.svg +1 -1
- package/svg/24/columns-three-new.svg +2 -0
- package/svg/24/comment-group-new.svg +2 -0
- package/svg/24/comment-group.svg +1 -1
- package/svg/24/cone-serpentine-new.svg +2 -0
- package/svg/24/connection-line-elbows-new.svg +2 -0
- package/svg/24/connection-line-straight-new.svg +2 -0
- package/svg/24/connection-line-straight.svg +1 -1
- package/svg/24/corners-three-eye-open-new.svg +2 -0
- package/svg/24/counter-new.svg +2 -0
- package/svg/24/credit-card-new.svg +2 -0
- package/svg/24/crop-new.svg +2 -0
- package/svg/24/cross-circle-new.svg +2 -0
- package/svg/24/cross-circle.svg +1 -1
- package/svg/24/cross-new.svg +2 -0
- package/svg/24/cross-square-new.svg +2 -0
- package/svg/24/cube-new.svg +2 -0
- package/svg/24/cursor-filled-new.svg +2 -0
- package/svg/24/cursor-lines-new.svg +2 -0
- package/svg/24/cursor-new.svg +2 -0
- package/svg/24/cursor-text-lines-new.svg +2 -0
- package/svg/24/cursor-text-new.svg +2 -0
- package/svg/24/dash-left-down-square-dash-right-up-new.svg +2 -0
- package/svg/24/dash-left-up-square-dash-down-right-new.svg +2 -0
- package/svg/24/dash-square-dash-horizontal-new.svg +2 -0
- package/svg/24/dash-square-dash-vertical-new.svg +2 -0
- package/svg/24/diagram-card-large-1-new.svg +2 -0
- package/svg/24/diagram-card-large-2-new.svg +2 -0
- package/svg/24/diagram-card-large-3-new.svg +2 -0
- package/svg/24/diagram-card-large-4-new.svg +2 -0
- package/svg/24/diagram-card-magnifying-glass-new.svg +2 -0
- package/svg/24/diagram-card-small-1-new.svg +2 -0
- package/svg/24/diagram-card-small-2-new.svg +2 -0
- package/svg/24/diagram-card-small-3-new.svg +2 -0
- package/svg/24/diagram-card-team-new.svg +2 -0
- package/svg/24/diagram-card-team.svg +1 -1
- package/svg/24/diagram-card-user-new.svg +2 -0
- package/svg/24/diagram-card-user.svg +1 -1
- package/svg/24/diagramming-format-new.svg +2 -0
- package/svg/24/diagramming.svg +1 -1
- package/svg/24/distribute-horizontal-new.svg +2 -0
- package/svg/24/distribute-vertical-new.svg +2 -0
- package/svg/24/doc-format-new.svg +2 -0
- package/svg/24/doc-format.svg +1 -1
- package/svg/24/dollar-sign-currency-new.svg +2 -0
- package/svg/24/dot-voting-new.svg +2 -0
- package/svg/24/dots-nine-new.svg +2 -0
- package/svg/24/dots-six-horizontal-new.svg +2 -0
- package/svg/24/dots-six-vertical-new.svg +2 -0
- package/svg/24/dots-three-vertical.svg +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/24/dots-two.svg +1 -1
- package/svg/24/download-new.svg +2 -0
- package/svg/24/envelope-new.svg +2 -0
- package/svg/24/eraser-new.svg +2 -0
- package/svg/24/exclamation-mark-octagon-new.svg +2 -0
- package/svg/24/exclamation-point-circle-new.svg +2 -0
- package/svg/24/export-new.svg +2 -0
- package/svg/24/external-format-new.svg +2 -0
- package/svg/24/external-format.svg +1 -1
- package/svg/24/eye-closed-dots-four-frame-broken-new.svg +2 -0
- package/svg/24/eye-closed-new.svg +2 -0
- package/svg/24/eye-open-line-frame-broken-new.svg +2 -0
- package/svg/24/eye-open-new.svg +2 -0
- package/svg/24/eye-open-slash-new.svg +2 -0
- package/svg/24/eyedropper-new.svg +2 -0
- package/svg/24/factory-house-new.svg +2 -0
- package/svg/24/factory-new.svg +2 -0
- package/svg/24/file-spreadsheet-new.svg +2 -0
- package/svg/24/flag-new.svg +2 -0
- package/svg/24/flip-card-new.svg +2 -0
- package/svg/24/folder-new.svg +2 -0
- package/svg/24/frame-lines-two-new.svg +2 -0
- package/svg/24/frame-new.svg +2 -0
- package/svg/24/frame-play-new.svg +2 -0
- package/svg/24/frame-plus-new.svg +2 -0
- package/svg/24/funnel-new.svg +2 -0
- package/svg/24/gauge-new.svg +2 -0
- package/svg/24/gavel-new.svg +2 -0
- package/svg/24/gift-new.svg +2 -0
- package/svg/24/globe-new.svg +2 -0
- package/svg/24/graduation-cap-new.svg +2 -0
- package/svg/24/grid-four-new.svg +2 -0
- package/svg/24/grid-new.svg +2 -0
- package/svg/24/grid-six.svg +1 -1
- package/svg/24/hand-filled-new.svg +2 -0
- package/svg/24/hand-new.svg +2 -0
- package/svg/24/hand-pointing-new.svg +2 -0
- package/svg/24/headset-person-new.svg +2 -0
- package/svg/24/heart-filled-new.svg +2 -0
- package/svg/24/heart-filled.svg +1 -1
- package/svg/24/heart-new.svg +2 -0
- package/svg/24/heart.svg +1 -1
- package/svg/24/highlighter-new.svg +2 -0
- package/svg/24/highlighter-underline-new.svg +2 -0
- package/svg/24/house-new.svg +2 -0
- package/svg/24/image-new.svg +2 -0
- package/svg/24/indent-left-new.svg +2 -0
- package/svg/24/indent-left.svg +1 -1
- package/svg/24/indent-right-new.svg +2 -0
- package/svg/24/indent-right.svg +1 -1
- package/svg/24/information-mark-circle-new.svg +2 -0
- package/svg/24/key-new.svg +2 -0
- package/svg/24/keycap-new.svg +2 -0
- package/svg/24/laptop-new.svg +2 -0
- package/svg/24/lasso-new.svg +2 -0
- package/svg/24/lasso.svg +1 -1
- package/svg/24/layout-new.svg +2 -0
- package/svg/24/lightbox-new.svg +2 -0
- package/svg/24/lightbulb-new.svg +2 -0
- package/svg/24/lightning-new.svg +2 -0
- package/svg/24/line-two-diagonal-top-right-double-new.svg +2 -0
- package/svg/24/lines-three-horizontal-line-vertical-center-new.svg +2 -0
- package/svg/24/lines-three-horizontal-new.svg +2 -0
- package/svg/24/lines-three-vertical-new.svg +2 -0
- package/svg/24/lines-top-left-columns-two-new.svg +2 -0
- package/svg/24/link-new.svg +2 -0
- package/svg/24/link-plus-new.svg +2 -0
- package/svg/24/link.svg +1 -1
- package/svg/24/list-bullets-new.svg +2 -0
- package/svg/24/list-numbers-new.svg +2 -0
- package/svg/24/lock-closed-new.svg +2 -0
- package/svg/24/lock-open-new.svg +2 -0
- package/svg/24/login-new.svg +2 -0
- package/svg/24/logout-new.svg +2 -0
- package/svg/24/magnet-new.svg +2 -0
- package/svg/24/magnet.svg +1 -1
- package/svg/24/magnifying-glass-lightning-new.svg +2 -0
- package/svg/24/magnifying-glass-new.svg +2 -0
- package/svg/24/magnifying-glass-plus-new.svg +2 -0
- package/svg/24/map-new.svg +2 -0
- package/svg/24/megaphone-new.svg +2 -0
- package/svg/24/microphone-new.svg +2 -0
- package/svg/24/microphone-slash-new.svg +2 -0
- package/svg/24/minus-new.svg +2 -0
- package/svg/24/mobile-new.svg +2 -0
- package/svg/24/monitor-arrow-new.svg +2 -0
- package/svg/24/monitor-arrow-up-new.svg +2 -0
- package/svg/24/monitor-arrow-up.svg +1 -1
- package/svg/24/monitor-new.svg +2 -0
- package/svg/24/monitor-pause-new.svg +2 -0
- package/svg/24/monitor-play-new.svg +2 -0
- package/svg/24/monitor-stop-new.svg +2 -0
- package/svg/24/moon-new.svg +2 -0
- package/svg/24/mouse-new.svg +2 -0
- package/svg/24/music-note-new.svg +2 -0
- package/svg/24/navigation-arrow-lines-new.svg +2 -0
- package/svg/24/navigation-up-left-slash-new.svg +2 -0
- package/svg/24/navigation-up-right-new.svg +2 -0
- package/svg/24/next-new.svg +2 -0
- package/svg/24/node-connected-dot-new.svg +2 -0
- package/svg/24/node-lines-curved-new.svg +2 -0
- package/svg/24/node-lines-horizontal-new.svg +2 -0
- package/svg/24/node-lines-vertical-new.svg +2 -0
- package/svg/24/node-lines-vertical.svg +1 -1
- package/svg/24/node-plus-new.svg +2 -0
- package/svg/24/nodes-connected-new.svg +2 -0
- package/svg/24/nodes-connections-three-new.svg +2 -0
- package/svg/24/note-magnifying-glass-new.svg +2 -0
- package/svg/24/notepad-new.svg +2 -0
- package/svg/24/number-new.svg +2 -0
- package/svg/24/number.svg +1 -1
- package/svg/24/office-new.svg +2 -0
- package/svg/24/org-chart-new.svg +2 -0
- package/svg/24/orientation-horizontal-new.svg +2 -0
- package/svg/24/orientation-vertical-new.svg +2 -0
- package/svg/24/paint-bucket-new.svg +2 -0
- package/svg/24/palette-new.svg +2 -0
- package/svg/24/paper-plane-filled-right-new.svg +2 -0
- package/svg/24/paper-plane-tilt-new.svg +2 -0
- package/svg/24/pause-circle-new.svg +2 -0
- package/svg/24/pause-new.svg +2 -0
- package/svg/24/pen-new.svg +2 -0
- package/svg/24/pen-tip-new.svg +2 -0
- package/svg/24/pen-underline-new.svg +2 -0
- package/svg/24/people-list-new.svg +2 -0
- package/svg/24/people-list.svg +1 -1
- package/svg/24/person-in-circle-new.svg +2 -0
- package/svg/24/placeholder-new.svg +2 -0
- package/svg/24/planet.svg +1 -1
- package/svg/24/play-circle-new.svg +2 -0
- package/svg/24/play-new.svg +2 -0
- package/svg/24/playback-speed-circle-new.svg +2 -0
- package/svg/24/plug-new.svg +2 -0
- package/svg/24/plug.svg +1 -1
- package/svg/24/plus-box-new.svg +2 -0
- package/svg/24/plus-box.svg +1 -1
- package/svg/24/plus-new.svg +2 -0
- package/svg/24/plus-square-new.svg +2 -0
- package/svg/24/plus-text-new.svg +2 -0
- package/svg/24/polling-new.svg +2 -0
- package/svg/24/polling.svg +1 -1
- package/svg/24/presentation-arrow-new.svg +2 -0
- package/svg/24/presentation-eye-open-new.svg +2 -0
- package/svg/24/presentation-line-new.svg +2 -0
- package/svg/24/presentation-lines-two-new.svg +2 -0
- package/svg/24/presentation-link-new.svg +2 -0
- package/svg/24/presentation-number-one-new.svg +2 -0
- package/svg/24/presentation-play-new.svg +2 -0
- package/svg/24/presentation-plus-new.svg +2 -0
- package/svg/24/previous-new.svg +2 -0
- package/svg/24/prohibit-new.svg +2 -0
- package/svg/24/proto-slider.svg +1 -1
- package/svg/24/prototype-format-new.svg +2 -0
- package/svg/24/prototype-format.svg +1 -1
- package/svg/24/push-pin-filled-new.svg +2 -0
- package/svg/24/push-pin-new.svg +2 -0
- package/svg/24/question-mark-circle-new.svg +2 -0
- package/svg/24/question-mark-new.svg +2 -0
- package/svg/24/quotes-new.svg +2 -0
- package/svg/24/rectangle-arrow-up-center-new.svg +2 -0
- package/svg/24/rectangle-dash-lines-new.svg +2 -0
- package/svg/24/rectangle-dot-line-pen-new.svg +2 -0
- package/svg/24/rectangle-frame-2-lines-new.svg +2 -0
- package/svg/24/rectangle-line-new.svg +2 -0
- package/svg/24/rectangle-play-stack-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-square-top-center-new.svg +2 -0
- package/svg/24/rectangle-portrait-dash-square-top-left-new.svg +2 -0
- package/svg/24/rectangle-portrait-square-top-left-new.svg +2 -0
- package/svg/24/rectangle-tick-new.svg +2 -0
- package/svg/24/rectangle-triangle-bottom-center-new.svg +2 -0
- package/svg/24/rectangles-three-aligned-new.svg +2 -0
- package/svg/24/rectangles-three-overlap-new.svg +2 -0
- package/svg/24/rectangles-two-line-new.svg +2 -0
- package/svg/24/rectangles-two-lines-four-new.svg +2 -0
- package/svg/24/rectangles-two-minus-new.svg +2 -0
- package/svg/24/rectangles-two-plus-new.svg +2 -0
- package/svg/24/rectangles-two-user-new.svg +2 -0
- package/svg/24/rocket-new.svg +2 -0
- package/svg/24/rss-new.svg +2 -0
- package/svg/24/rss-rectangle-new.svg +2 -0
- package/svg/24/scissors-new.svg +2 -0
- package/svg/24/scrollbar-xy-new.svg +2 -0
- package/svg/24/select-new.svg +2 -0
- package/svg/24/shadow-new.svg +2 -0
- package/svg/24/shapes-lines-new.svg +2 -0
- package/svg/24/shapes-new.svg +2 -0
- package/svg/24/shield-check-new.svg +2 -0
- package/svg/24/shield-lock-filled-new.svg +2 -0
- package/svg/24/shield-lock-filled.svg +1 -1
- package/svg/24/shield-lock-new.svg +2 -0
- package/svg/24/shuffle-new.svg +2 -0
- package/svg/24/sidebar-closed-new.svg +2 -0
- package/svg/24/sidebar-global-closed-new.svg +2 -0
- package/svg/24/sidebar-global-open-new.svg +2 -0
- package/svg/24/sidebar-open-new.svg +2 -0
- package/svg/24/single-sparks-filled-new.svg +2 -0
- package/svg/24/slide-format-new.svg +2 -0
- package/svg/24/slide-format.svg +1 -1
- package/svg/24/sliders-x-new.svg +2 -0
- package/svg/24/sliders-y-new.svg +2 -0
- package/svg/24/smiley-chat-new.svg +2 -0
- package/svg/24/smiley-new.svg +2 -0
- package/svg/24/smiley-plus-new.svg +2 -0
- package/svg/24/smiley-sticker-new.svg +2 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-looker.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/sort-ascending-new.svg +2 -0
- package/svg/24/sort-descending-new.svg +2 -0
- package/svg/24/sparks-filled-new.svg +2 -0
- package/svg/24/sparks-new.svg +2 -0
- package/svg/24/sparks.svg +1 -1
- package/svg/24/speaker-cross-new.svg +2 -0
- package/svg/24/speaker-high-new.svg +2 -0
- package/svg/24/spinner-new.svg +2 -0
- package/svg/24/spinner.svg +1 -1
- package/svg/24/split-vertical-new.svg +2 -0
- package/svg/24/square-arrow-in-new.svg +2 -0
- package/svg/24/square-brackets-angle-slash-new.svg +2 -0
- package/svg/24/square-circles-two-new.svg +2 -0
- package/svg/24/square-frame-2-lines-circle-new.svg +2 -0
- package/svg/24/square-line-square-dashed-new.svg +2 -0
- package/svg/24/square-star-scribble-new.svg +2 -0
- package/svg/24/square-triangle-circle-plus-new.svg +2 -0
- package/svg/24/squares-column-new.svg +2 -0
- package/svg/24/squares-four-new.svg +2 -0
- package/svg/24/squares-group-new.svg +2 -0
- package/svg/24/squares-merge-new.svg +2 -0
- package/svg/24/squares-row-new.svg +2 -0
- package/svg/24/squares-three-new.svg +2 -0
- package/svg/24/squares-two-overlap-new.svg +2 -0
- package/svg/24/squares-ungroup.svg +1 -1
- package/svg/24/squares-unmerge-new.svg +2 -0
- package/svg/24/stack-new.svg +2 -0
- package/svg/24/star-filled-new.svg +2 -0
- package/svg/24/star-half-new.svg +2 -0
- package/svg/24/star-new.svg +2 -0
- package/svg/24/sticky-corners-new.svg +2 -0
- package/svg/24/sticky-eye-closed-new.svg +2 -0
- package/svg/24/sticky-eye-open-new.svg +2 -0
- package/svg/24/sticky-note-new.svg +2 -0
- package/svg/24/sticky-note-stack-new.svg +2 -0
- package/svg/24/sticky-note-wide-new.svg +2 -0
- package/svg/24/sticky-notes-two-new.svg +2 -0
- package/svg/24/stop-circle-new.svg +2 -0
- package/svg/24/story-points-new.svg +2 -0
- package/svg/24/tag-new.svg +2 -0
- package/svg/24/tasks-new.svg +2 -0
- package/svg/24/text-a-underline-new.svg +2 -0
- package/svg/24/text-aa-new.svg +2 -0
- package/svg/24/text-align-center-new.svg +2 -0
- package/svg/24/text-align-left-new.svg +2 -0
- package/svg/24/text-align-right-new.svg +2 -0
- package/svg/24/text-b-bold-italic-underlined-new.svg +2 -0
- package/svg/24/text-b-bold-new.svg +2 -0
- package/svg/24/text-cursor-eye-open-new.svg +2 -0
- package/svg/24/text-h-one-new.svg +2 -0
- package/svg/24/text-h-three-new.svg +2 -0
- package/svg/24/text-h-two-new.svg +2 -0
- package/svg/24/text-i-italic-new.svg +2 -0
- package/svg/24/text-indent-new.svg +2 -0
- package/svg/24/text-line-height-new.svg +2 -0
- package/svg/24/text-line-height.svg +1 -1
- package/svg/24/text-lines-three-new.svg +2 -0
- package/svg/24/text-s-strikethrough-new.svg +2 -0
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles-new.svg +2 -0
- package/svg/24/text-t-new.svg +2 -0
- package/svg/24/text-u-underlined-new.svg +2 -0
- package/svg/24/thumbs-up-new.svg +2 -0
- package/svg/24/tick-circle-new.svg +2 -0
- package/svg/24/ticket-new.svg +2 -0
- package/svg/24/timeline-format-new.svg +2 -0
- package/svg/24/timeline-format.svg +1 -1
- package/svg/24/timer-new.svg +2 -0
- package/svg/24/tooltip-new.svg +2 -0
- package/svg/24/trackpad-new.svg +2 -0
- package/svg/24/trash-new.svg +2 -0
- package/svg/24/trash-simple-new.svg +2 -0
- package/svg/24/trophy-new.svg +2 -0
- package/svg/24/tshirt-new.svg +2 -0
- package/svg/24/user-add-new.svg +2 -0
- package/svg/24/user-arrow-right-up-new.svg +2 -0
- package/svg/24/user-background-blur-new.svg +2 -0
- package/svg/24/user-cog-new.svg +2 -0
- package/svg/24/user-cog-plus-new.svg +2 -0
- package/svg/24/user-eye-open-new.svg +2 -0
- package/svg/24/user-filter-new.svg +2 -0
- package/svg/24/user-load-new.svg +2 -0
- package/svg/24/user-new.svg +2 -0
- package/svg/24/user-number-three-new.svg +2 -0
- package/svg/24/user-pen-dashes-bottom-new.svg +2 -0
- package/svg/24/user-pen-line-bottom-new.svg +2 -0
- package/svg/24/user-tick-down-new.svg +2 -0
- package/svg/24/users-new.svg +2 -0
- package/svg/24/users-three-new.svg +2 -0
- package/svg/24/users.svg +1 -1
- package/svg/24/video-camera-new.svg +2 -0
- package/svg/24/video-camera-simple-error-new.svg +2 -0
- package/svg/24/video-camera-simple-new.svg +2 -0
- package/svg/24/video-camera-simple-slash-new.svg +2 -0
- package/svg/24/view-center-new.svg +2 -0
- package/svg/24/view-side-left-new.svg +2 -0
- package/svg/24/wallet-new.svg +2 -0
- package/svg/24/wifi-exclamation-new.svg +2 -0
- package/svg/24/wifi-new.svg +2 -0
- package/svg/meta.json +19 -22
- package/svg/24/arrow-fat-right-new.svg +0 -2
package/react/trash.tsx
CHANGED
|
@@ -5,21 +5,53 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconTrashNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
29
|
+
d='M10 8v7'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeLinejoin='bevel'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='m6 8 .858 11.1534c.0801 1.042.949 1.8466 1.994 1.8466h6.2959c1.0451 0 1.914-.8046 1.9941-1.8466l.858-11.1534m-15-3h18m-13 0 1-3h6l1 3'
|
|
36
|
+
/>,
|
|
37
|
+
<path
|
|
38
|
+
stroke='currentColor'
|
|
39
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
40
|
+
d='M14 8v7'
|
|
41
|
+
/>
|
|
42
|
+
)
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
export const IconTrashOld: IconComponentType = forwardRef(
|
|
47
|
+
(props, forwardRef) => {
|
|
14
48
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
49
|
return createElement(
|
|
16
50
|
StyledIcon,
|
|
17
51
|
{
|
|
18
52
|
...props,
|
|
19
|
-
weight,
|
|
20
53
|
debug,
|
|
21
54
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
55
|
viewBox: '0 0 24 24',
|
|
24
56
|
fill: 'none',
|
|
25
57
|
ref: forwardRef,
|
|
@@ -40,4 +72,15 @@ export const IconTrash: IconComponentType = forwardRef(
|
|
|
40
72
|
}
|
|
41
73
|
)
|
|
42
74
|
|
|
75
|
+
export const IconTrash: IconComponentType = forwardRef(
|
|
76
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
77
|
+
const [v1] = useNewDesignLanguage()
|
|
78
|
+
return v1 ? (
|
|
79
|
+
<IconTrashNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
80
|
+
) : (
|
|
81
|
+
<IconTrashOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
82
|
+
)
|
|
83
|
+
}
|
|
84
|
+
)
|
|
85
|
+
|
|
43
86
|
IconTrash[iconSymbol] = true
|
package/react/trophy.tsx
CHANGED
|
@@ -5,21 +5,54 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconTrophyNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeLinejoin='bevel'
|
|
29
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
30
|
+
d='M12 15c-2.0412 0-3.5748-.3333-4.5-3-.2078-.5993-.5-2.266-.5-3v-6h10v4l.0001 2c-.0001.7365-.2982 2.4027-.5 3-.9158 2.7096-2.4517 3-4.5001 3Zm0 0v6'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
stroke='currentColor'
|
|
34
|
+
strokeLinejoin='bevel'
|
|
35
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
36
|
+
d='M17 8v-2h4.9999c-.0813 3.5488-2.0222 3.9939-4.9999 4.8539m-10-2.8539v-2h-5c.1445 3.5862 2.0965 4.022 5 4.8547'
|
|
37
|
+
/>,
|
|
38
|
+
<path
|
|
39
|
+
stroke='currentColor'
|
|
40
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
41
|
+
d='M8 21h8'
|
|
42
|
+
/>
|
|
43
|
+
)
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
export const IconTrophyOld: IconComponentType = forwardRef(
|
|
48
|
+
(props, forwardRef) => {
|
|
14
49
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
50
|
return createElement(
|
|
16
51
|
StyledIcon,
|
|
17
52
|
{
|
|
18
53
|
...props,
|
|
19
|
-
weight,
|
|
20
54
|
debug,
|
|
21
55
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
56
|
viewBox: '0 0 24 24',
|
|
24
57
|
fill: 'none',
|
|
25
58
|
ref: forwardRef,
|
|
@@ -44,4 +77,15 @@ export const IconTrophy: IconComponentType = forwardRef(
|
|
|
44
77
|
}
|
|
45
78
|
)
|
|
46
79
|
|
|
80
|
+
export const IconTrophy: IconComponentType = forwardRef(
|
|
81
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
82
|
+
const [v1] = useNewDesignLanguage()
|
|
83
|
+
return v1 ? (
|
|
84
|
+
<IconTrophyNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
85
|
+
) : (
|
|
86
|
+
<IconTrophyOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
87
|
+
)
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
|
|
47
91
|
IconTrophy[iconSymbol] = true
|
package/react/tshirt.tsx
CHANGED
|
@@ -5,21 +5,46 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconTshirtNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
29
|
+
d='M17 9v4M7 9v4'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
fill='currentColor'
|
|
33
|
+
d='M15.0001 4v-1l-1 1h1Zm5.3954 3.5583-.9939.1104.0015.014.002.0138.9904-.1382Zm.6046 4.3313.2675.9635.7229-1.1018-.9904.1383Zm-4 1.1104-.2675-.9636-.7325.2034v.7602h1Zm0 7v1l1-1h-1Zm-10 0h-1l1 1v-1Zm0-7h1v-.7808l-.7575-.1893-.2425.9701Zm-4.0001-1-.9909-.1349.7484 1.105.2425-.9701Zm.6047-4.4417.9909.1349.0017-.0122.0013-.0123-.9939-.1104Zm5.3954-3.5583h1l-1-1v1Zm5 0c0 1.1046-.8955 2-2 2v2c2.2091 0 4-1.7909 4-4h-2Zm1 1h1.4198v-2h-1.4198v2Zm1.4198 0c1.5287 0 2.8129 1.1494 2.9817 2.6687l1.9877-.2209c-.2813-2.5321-2.4216-4.4478-4.9694-4.4478v2Zm2.9852 2.6965.6046 4.3313 1.9808-.2765-.6046-4.3313-1.9808.2765Zm-3.405 5.3035v7h2v-7h-2Zm-8 7v-7h-2v7h2Zm-4.0092-7.8651.6047-4.4417-1.9817-.2698-.6048 4.4417 1.9818.2698Zm.6077-4.4662c.1688-1.5193 1.453-2.6687 2.9817-2.6687v-2c-2.5478 0-4.6881 1.9157-4.9695 4.4478l1.9878.221Zm2.9817-2.6687h1.4198v-2h-1.4198v2Zm4.4198 1c-1.1046 0-2-.8954-2-2h-2c0 2.2091 1.7908 4 4 4v-2Zm5 13h-10v2h10v-2Zm3.7325-8.074-4 1.1104.535 1.9272 4-1.1105-.535-1.9271Zm-13.49 1.1039-4-1-.4851 1.9402 4 1 .4851-1.9402Z'
|
|
34
|
+
/>
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
|
|
39
|
+
export const IconTshirtOld: IconComponentType = forwardRef(
|
|
40
|
+
(props, forwardRef) => {
|
|
14
41
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
42
|
return createElement(
|
|
16
43
|
StyledIcon,
|
|
17
44
|
{
|
|
18
45
|
...props,
|
|
19
|
-
weight,
|
|
20
46
|
debug,
|
|
21
47
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
48
|
viewBox: '0 0 24 24',
|
|
24
49
|
fill: 'none',
|
|
25
50
|
ref: forwardRef,
|
|
@@ -34,4 +59,15 @@ export const IconTshirt: IconComponentType = forwardRef(
|
|
|
34
59
|
}
|
|
35
60
|
)
|
|
36
61
|
|
|
62
|
+
export const IconTshirt: IconComponentType = forwardRef(
|
|
63
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
64
|
+
const [v1] = useNewDesignLanguage()
|
|
65
|
+
return v1 ? (
|
|
66
|
+
<IconTshirtNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
67
|
+
) : (
|
|
68
|
+
<IconTshirtOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
69
|
+
)
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
|
|
37
73
|
IconTshirt[iconSymbol] = true
|
package/react/user-add.tsx
CHANGED
|
@@ -5,21 +5,46 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconUserAddNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M16.5 7.5c0-2.4853-2.0147-4.5-4.5-4.5s-4.5 2.0147-4.5 4.5 2.0147 4.5 4.5 4.5 4.5-2.0147 4.5-4.5Zm-4.5-2.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5ZM12 13c-3.636 0-6.7306 2.7552-7.0924 6.3732l-.1527 1.5273 1.99.199.1528-1.5273c.2595-2.5956 2.4938-4.5722 5.1023-4.5722v-2Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M18 13v8m-4-4h8'
|
|
34
|
+
/>
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
|
|
39
|
+
export const IconUserAddOld: IconComponentType = forwardRef(
|
|
40
|
+
(props, forwardRef) => {
|
|
14
41
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
42
|
return createElement(
|
|
16
43
|
StyledIcon,
|
|
17
44
|
{
|
|
18
45
|
...props,
|
|
19
|
-
weight,
|
|
20
46
|
debug,
|
|
21
47
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
48
|
viewBox: '0 0 24 24',
|
|
24
49
|
fill: 'none',
|
|
25
50
|
ref: forwardRef,
|
|
@@ -39,4 +64,15 @@ export const IconUserAdd: IconComponentType = forwardRef(
|
|
|
39
64
|
}
|
|
40
65
|
)
|
|
41
66
|
|
|
67
|
+
export const IconUserAdd: IconComponentType = forwardRef(
|
|
68
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
69
|
+
const [v1] = useNewDesignLanguage()
|
|
70
|
+
return v1 ? (
|
|
71
|
+
<IconUserAddNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
72
|
+
) : (
|
|
73
|
+
<IconUserAddOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
74
|
+
)
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
|
|
42
78
|
IconUserAdd[iconSymbol] = true
|
|
@@ -5,21 +5,53 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconUserArrowRightUpNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M16.5 7.5c0-2.4853-2.0147-4.5-4.5-4.5s-4.5 2.0147-4.5 4.5 2.0147 4.5 4.5 4.5 4.5-2.0147 4.5-4.5Zm-4.5-2.5c1.3807 0 2.5 1.1193 2.5 2.5s-1.1193 2.5-2.5 2.5-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5ZM12 13c-3.636 0-6.7306 2.7552-7.0924 6.3732l-.1527 1.5273 1.99.199.1528-1.5273c.2595-2.5956 2.4938-4.5722 5.1023-4.5722v-2Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeLinejoin='round'
|
|
33
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
34
|
+
d='M18.0002 21v-8M18.0002 21v-7'
|
|
35
|
+
/>,
|
|
36
|
+
<path
|
|
37
|
+
stroke='currentColor'
|
|
38
|
+
strokeLinejoin='bevel'
|
|
39
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
40
|
+
d='m14.5 16.5 3.5-3.5 3.5 3.5'
|
|
41
|
+
/>
|
|
42
|
+
)
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
export const IconUserArrowRightUpOld: IconComponentType = forwardRef(
|
|
47
|
+
(props, forwardRef) => {
|
|
14
48
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
49
|
return createElement(
|
|
16
50
|
StyledIcon,
|
|
17
51
|
{
|
|
18
52
|
...props,
|
|
19
|
-
weight,
|
|
20
53
|
debug,
|
|
21
54
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
55
|
viewBox: '0 0 24 24',
|
|
24
56
|
fill: 'none',
|
|
25
57
|
ref: forwardRef,
|
|
@@ -40,4 +72,25 @@ export const IconUserArrowRightUp: IconComponentType = forwardRef(
|
|
|
40
72
|
}
|
|
41
73
|
)
|
|
42
74
|
|
|
75
|
+
export const IconUserArrowRightUp: IconComponentType = forwardRef(
|
|
76
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
77
|
+
const [v1] = useNewDesignLanguage()
|
|
78
|
+
return v1 ? (
|
|
79
|
+
<IconUserArrowRightUpNew
|
|
80
|
+
{...props}
|
|
81
|
+
size={size}
|
|
82
|
+
weight={weight}
|
|
83
|
+
ref={forwardRef}
|
|
84
|
+
/>
|
|
85
|
+
) : (
|
|
86
|
+
<IconUserArrowRightUpOld
|
|
87
|
+
{...props}
|
|
88
|
+
size={size}
|
|
89
|
+
weight={weight}
|
|
90
|
+
ref={forwardRef}
|
|
91
|
+
/>
|
|
92
|
+
)
|
|
93
|
+
}
|
|
94
|
+
)
|
|
95
|
+
|
|
43
96
|
IconUserArrowRightUp[iconSymbol] = true
|
|
@@ -5,21 +5,70 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconUserBackgroundBlurNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M19.018 10h2.5v2.5h-2.5z'
|
|
29
|
+
transform='rotate(45 19.018 10)'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
fill='currentColor'
|
|
33
|
+
d='M19.018 2.5h2.5v2.5h-2.5z'
|
|
34
|
+
transform='rotate(45 19.018 2.5)'
|
|
35
|
+
/>,
|
|
36
|
+
<path
|
|
37
|
+
fill='currentColor'
|
|
38
|
+
d='M4.768 10h2.5v2.5h-2.5z'
|
|
39
|
+
transform='rotate(45 4.768 10)'
|
|
40
|
+
/>,
|
|
41
|
+
<path
|
|
42
|
+
fill='currentColor'
|
|
43
|
+
d='M4.768 2.5h2.5v2.5h-2.5z'
|
|
44
|
+
transform='rotate(45 4.768 2.5)'
|
|
45
|
+
/>,
|
|
46
|
+
<circle
|
|
47
|
+
cx={12}
|
|
48
|
+
cy={8}
|
|
49
|
+
r={3}
|
|
50
|
+
stroke='currentColor'
|
|
51
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
52
|
+
/>,
|
|
53
|
+
<path
|
|
54
|
+
stroke='currentColor'
|
|
55
|
+
strokeLinejoin='bevel'
|
|
56
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
57
|
+
d='m18 21-.1647-1.7022c-.2908-3.005-2.8162-5.2978-5.8353-5.2978-3.019 0-5.5445 2.2928-5.8353 5.2978l-.1647 1.7022'
|
|
58
|
+
/>
|
|
59
|
+
)
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
export const IconUserBackgroundBlurOld: IconComponentType = forwardRef(
|
|
64
|
+
(props, forwardRef) => {
|
|
14
65
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
66
|
return createElement(
|
|
16
67
|
StyledIcon,
|
|
17
68
|
{
|
|
18
69
|
...props,
|
|
19
|
-
weight,
|
|
20
70
|
debug,
|
|
21
71
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
72
|
viewBox: '0 0 24 24',
|
|
24
73
|
fill: 'none',
|
|
25
74
|
ref: forwardRef,
|
|
@@ -40,4 +89,25 @@ export const IconUserBackgroundBlur: IconComponentType = forwardRef(
|
|
|
40
89
|
}
|
|
41
90
|
)
|
|
42
91
|
|
|
92
|
+
export const IconUserBackgroundBlur: IconComponentType = forwardRef(
|
|
93
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
94
|
+
const [v1] = useNewDesignLanguage()
|
|
95
|
+
return v1 ? (
|
|
96
|
+
<IconUserBackgroundBlurNew
|
|
97
|
+
{...props}
|
|
98
|
+
size={size}
|
|
99
|
+
weight={weight}
|
|
100
|
+
ref={forwardRef}
|
|
101
|
+
/>
|
|
102
|
+
) : (
|
|
103
|
+
<IconUserBackgroundBlurOld
|
|
104
|
+
{...props}
|
|
105
|
+
size={size}
|
|
106
|
+
weight={weight}
|
|
107
|
+
ref={forwardRef}
|
|
108
|
+
/>
|
|
109
|
+
)
|
|
110
|
+
}
|
|
111
|
+
)
|
|
112
|
+
|
|
43
113
|
IconUserBackgroundBlur[iconSymbol] = true
|
package/react/user-cog-plus.tsx
CHANGED
|
@@ -5,21 +5,63 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconUserCogPlusNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
29
|
+
d='M12.9999 4.1602a3.4987 3.4987 0 0 0-1.0498-.1602c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5c1.3962 0 2.6014-.8175 3.1632-2'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeLinejoin='bevel'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='m5.7502 21 .1527-1.5273c.3107-3.1068 2.925-5.4727 6.0473-5.4727'
|
|
36
|
+
/>,
|
|
37
|
+
<path
|
|
38
|
+
fill='currentColor'
|
|
39
|
+
fillRule='evenodd'
|
|
40
|
+
d='M18.0694 13.5h-1.3333l-.4445 1.3333-.6427.3711-1.3769-.2818-.6667 1.1547.9325 1.0516v.7422l-.9325 1.0515.6667 1.1548 1.3769-.2818.6427.3711.4445 1.3333h1.3333l.4445-1.3333.6427-.3711 1.3769.2817.6667-1.1547-.9325-1.0515v-.7422l.9325-1.0515-.6667-1.1548-1.3769.2818-.6427-.3711-.4445-1.3333Zm-.6192 5.5c-.8284 0-1.5-.6716-1.5-1.5s.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5-.6716 1.5-1.5 1.5Z'
|
|
41
|
+
clipRule='evenodd'
|
|
42
|
+
/>,
|
|
43
|
+
<path
|
|
44
|
+
fill='currentColor'
|
|
45
|
+
d='m16.7361 13.5-.4743-.1581.4743-.3419v.5Zm1.3333 0v-.5l.4744.3419-.4744.1581Zm-1.7778 1.3333.4744.1581-.2244.275-.25-.4331Zm-.6427.3711.25.433-.3502.0569.1002-.4899Zm-1.3769-.2818-.433-.25.5332-.2398-.1002.4898Zm-.6667 1.1547-.3741.3318-.0589-.5818.433.25Zm.9325 1.0516.3741-.3317.1259.3317h-.5Zm0 .7422h.5l-.1259.3317-.3741-.3317Zm-.9325 1.0515-.433.25.0589-.5817.3741.3317Zm.6667 1.1548.1002.4898-.5332-.2398.433-.25Zm1.3769-.2818-.1002-.4899.3502.0569-.25.433Zm.6427.3711.25-.433.2244.2749-.4744.1581Zm.4445 1.3333v.5l-.4743-.3419.4743-.1581Zm1.3333 0 .4744.1581-.4744.3419v-.5Zm.4445-1.3333-.4744-.1581.2244-.2749.25.433Zm.6427-.3711-.25-.433.3502-.0569-.1002.4899Zm1.3769.2817.433.25-.5332.2399.1002-.4899Zm.6667-1.1547.3741-.3317.0589.5817-.433-.25Zm-.9325-1.0515-.3741.3317-.1259-.3317h.5Zm0-.7422h-.5l.1259-.3317.3741.3317Zm.9325-1.0515.433-.25-.0589.5817-.3741-.3317Zm-.6667-1.1548-.1002-.4898.5332.2398-.433.25Zm-1.3769.2818.1002.4899-.3502-.0569.25-.433Zm-.6427-.3711-.25.433-.2244-.2749.4744-.1581Zm-1.7778-1.8333h1.3333v1h-1.3333v-1Zm-.9188 1.6752.4445-1.3333.9486.3162-.4444 1.3333-.9487-.3162Zm-.4184.0962.6428-.3711.4999.8661-.6427.371-.5-.866Zm-1.0267-.3386 1.3769.2818-.2004.9797-1.377-.2818.2005-.9797Zm-1.1999 1.3945.6667-1.1547.866.5-.6667 1.1547-.866-.5Zm.9914 1.6333-.9325-1.0515.7482-.6635.9325 1.0516-.7482.6634Zm-.1259.4105v-.7422h1v.7422h-1Zm-.8066.7198.9325-1.0516.7482.6635-.9325 1.0516-.7482-.6635Zm.6078 1.7365-.6667-1.1548.866-.5.6667 1.1548-.866.5Zm1.9102-.042-1.377.2818-.2004-.9797 1.3769-.2818.2005.9797Zm.2924.3143-.6427-.3711.5-.866.6427.3711-.5.866Zm.2202 1.0584-.4445-1.3333.9487-.3162.4444 1.3333-.9486.3162Zm1.8076.3419h-1.3333v-1h1.3333v1Zm.9188-1.6752-.4444 1.3333-.9487-.3162.4444-1.3333.9487.3162Zm.4184-.0962-.6427.3711-.5-.866.6427-.3711.5.866Zm1.0267.3386-1.377-.2818.2005-.9797 1.377.2818-.2005.9797Zm1.1999-1.3946-.6667 1.1547-.866-.5.6667-1.1547.866.5Zm-.9914-1.6333.9325 1.0516-.7482.6635-.9325-1.0516.7482-.6635Zm.1259-.4104v.7422h-1v-.7422h1Zm.8066-.7198-.9325 1.0516-.7482-.6635.9325-1.0516.7482.6635Zm-.6078-1.7365.6667 1.1548-.866.5-.6667-1.1548.866-.5Zm-1.9101.042 1.3769-.2818.2005.9797-1.377.2818-.2004-.9797Zm-.2925-.3143.6427.3711-.5.866-.6427-.3711.5-.866Zm-.2201-1.0584.4444 1.3333-.9487.3162-.4444-1.3333.9487-.3162Zm-2.0936 4.1581c0 .5523.4477 1 1 1v1c-1.1046 0-2-.8954-2-2h1Zm1-1c-.5523 0-1 .4477-1 1h-1c0-1.1046.8954-2 2-2v1Zm1 1c0-.5523-.4477-1-1-1v-1c1.1046 0 2 .8954 2 2h-1Zm-1 1c.5523 0 1-.4477 1-1h1c0 1.1046-.8954 2-2 2v-1Z'
|
|
46
|
+
/>,
|
|
47
|
+
<path
|
|
48
|
+
stroke='currentColor'
|
|
49
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
50
|
+
d='M18 2v6m-3-3h6'
|
|
51
|
+
/>
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
export const IconUserCogPlusOld: IconComponentType = forwardRef(
|
|
57
|
+
(props, forwardRef) => {
|
|
14
58
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
59
|
return createElement(
|
|
16
60
|
StyledIcon,
|
|
17
61
|
{
|
|
18
62
|
...props,
|
|
19
|
-
weight,
|
|
20
63
|
debug,
|
|
21
64
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
65
|
viewBox: '0 0 24 24',
|
|
24
66
|
fill: 'none',
|
|
25
67
|
ref: forwardRef,
|
|
@@ -45,4 +87,25 @@ export const IconUserCogPlus: IconComponentType = forwardRef(
|
|
|
45
87
|
}
|
|
46
88
|
)
|
|
47
89
|
|
|
90
|
+
export const IconUserCogPlus: IconComponentType = forwardRef(
|
|
91
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
92
|
+
const [v1] = useNewDesignLanguage()
|
|
93
|
+
return v1 ? (
|
|
94
|
+
<IconUserCogPlusNew
|
|
95
|
+
{...props}
|
|
96
|
+
size={size}
|
|
97
|
+
weight={weight}
|
|
98
|
+
ref={forwardRef}
|
|
99
|
+
/>
|
|
100
|
+
) : (
|
|
101
|
+
<IconUserCogPlusOld
|
|
102
|
+
{...props}
|
|
103
|
+
size={size}
|
|
104
|
+
weight={weight}
|
|
105
|
+
ref={forwardRef}
|
|
106
|
+
/>
|
|
107
|
+
)
|
|
108
|
+
}
|
|
109
|
+
)
|
|
110
|
+
|
|
48
111
|
IconUserCogPlus[iconSymbol] = true
|
package/react/user-cog.tsx
CHANGED
|
@@ -5,21 +5,61 @@
|
|
|
5
5
|
import React, { forwardRef, createElement } from 'react'
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
7
|
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
import { useNewDesignLanguage } from '@mirohq/design-system-experiments'
|
|
8
9
|
|
|
9
10
|
import { StyledIcon } from '../src/icon'
|
|
10
11
|
import type { IconComponentType } from '../src/icon'
|
|
11
12
|
|
|
12
|
-
export const
|
|
13
|
-
(
|
|
13
|
+
export const IconUserCogNew: IconComponentType = forwardRef(
|
|
14
|
+
(props, forwardRef) => {
|
|
15
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
16
|
+
return createElement(
|
|
17
|
+
StyledIcon,
|
|
18
|
+
{
|
|
19
|
+
...props,
|
|
20
|
+
debug,
|
|
21
|
+
'aria-hidden': true,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<circle
|
|
27
|
+
cx={3.5}
|
|
28
|
+
cy={3.5}
|
|
29
|
+
r={3.5}
|
|
30
|
+
stroke='currentColor'
|
|
31
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
+
transform='matrix(-1 0 0 1 15.45 4)'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
stroke='currentColor'
|
|
36
|
+
strokeLinejoin='bevel'
|
|
37
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
38
|
+
d='m5.7502 21 .1527-1.5273c.3107-3.1068 2.925-5.4727 6.0473-5.4727'
|
|
39
|
+
/>,
|
|
40
|
+
<path
|
|
41
|
+
fill='currentColor'
|
|
42
|
+
fillRule='evenodd'
|
|
43
|
+
d='M18.0694 13.5h-1.3333l-.4445 1.3333-.6427.3711-1.3769-.2818-.6667 1.1547.9325 1.0516v.7422l-.9325 1.0515.6667 1.1548 1.3769-.2818.6427.3711.4445 1.3333h1.3333l.4445-1.3333.6427-.3711 1.3769.2817.6667-1.1547-.9325-1.0515v-.7422l.9325-1.0515-.6667-1.1548-1.3769.2818-.6427-.3711-.4445-1.3333Zm-.6192 5.5c-.8284 0-1.5-.6716-1.5-1.5s.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5-.6716 1.5-1.5 1.5Z'
|
|
44
|
+
clipRule='evenodd'
|
|
45
|
+
/>,
|
|
46
|
+
<path
|
|
47
|
+
fill='currentColor'
|
|
48
|
+
d='m16.7361 13.5-.4743-.1581.4743-.3419v.5Zm1.3333 0v-.5l.4744.3419-.4744.1581Zm-1.7778 1.3333.4744.1581-.2244.275-.25-.4331Zm-.6427.3711.25.433-.3502.0569.1002-.4899Zm-1.3769-.2818-.433-.25.5332-.2398-.1002.4898Zm-.6667 1.1547-.3741.3318-.0589-.5818.433.25Zm.9325 1.0516.3741-.3317.1259.3317h-.5Zm0 .7422h.5l-.1259.3317-.3741-.3317Zm-.9325 1.0515-.433.25.0589-.5817.3741.3317Zm.6667 1.1548.1002.4898-.5332-.2398.433-.25Zm1.3769-.2818-.1002-.4899.3502.0569-.25.433Zm.6427.3711.25-.433.2244.2749-.4744.1581Zm.4445 1.3333v.5l-.4743-.3419.4743-.1581Zm1.3333 0 .4744.1581-.4744.3419v-.5Zm.4445-1.3333-.4744-.1581.2244-.2749.25.433Zm.6427-.3711-.25-.433.3502-.0569-.1002.4899Zm1.3769.2817.433.25-.5332.2399.1002-.4899Zm.6667-1.1547.3741-.3317.0589.5817-.433-.25Zm-.9325-1.0515-.3741.3317-.1259-.3317h.5Zm0-.7422h-.5l.1259-.3317.3741.3317Zm.9325-1.0515.433-.25-.0589.5817-.3741-.3317Zm-.6667-1.1548-.1002-.4898.5332.2398-.433.25Zm-1.3769.2818.1002.4899-.3502-.0569.25-.433Zm-.6427-.3711-.25.433-.2244-.2749.4744-.1581Zm-1.7778-1.8333h1.3333v1h-1.3333v-1Zm-.9188 1.6752.4445-1.3333.9486.3162-.4444 1.3333-.9487-.3162Zm-.4184.0962.6428-.3711.4999.8661-.6427.371-.5-.866Zm-1.0267-.3386 1.3769.2818-.2004.9797-1.377-.2818.2005-.9797Zm-1.1999 1.3945.6667-1.1547.866.5-.6667 1.1547-.866-.5Zm.9914 1.6333-.9325-1.0515.7482-.6635.9325 1.0516-.7482.6634Zm-.1259.4105v-.7422h1v.7422h-1Zm-.8066.7198.9325-1.0516.7482.6635-.9325 1.0516-.7482-.6635Zm.6078 1.7365-.6667-1.1548.866-.5.6667 1.1548-.866.5Zm1.9102-.042-1.377.2818-.2004-.9797 1.3769-.2818.2005.9797Zm.2924.3143-.6427-.3711.5-.866.6427.3711-.5.866Zm.2202 1.0584-.4445-1.3333.9487-.3162.4444 1.3333-.9486.3162Zm1.8076.3419h-1.3333v-1h1.3333v1Zm.9188-1.6752-.4444 1.3333-.9487-.3162.4444-1.3333.9487.3162Zm.4184-.0962-.6427.3711-.5-.866.6427-.3711.5.866Zm1.0267.3386-1.377-.2818.2005-.9797 1.377.2818-.2005.9797Zm1.1999-1.3946-.6667 1.1547-.866-.5.6667-1.1547.866.5Zm-.9914-1.6333.9325 1.0516-.7482.6635-.9325-1.0516.7482-.6635Zm.1259-.4104v.7422h-1v-.7422h1Zm.8066-.7198-.9325 1.0516-.7482-.6635.9325-1.0516.7482.6635Zm-.6078-1.7365.6667 1.1548-.866.5-.6667-1.1548.866-.5Zm-1.9101.042 1.3769-.2818.2005.9797-1.377.2818-.2004-.9797Zm-.2925-.3143.6427.3711-.5.866-.6427-.3711.5-.866Zm-.2201-1.0584.4444 1.3333-.9487.3162-.4444-1.3333.9487-.3162Zm-2.0936 4.1581c0 .5523.4477 1 1 1v1c-1.1046 0-2-.8954-2-2h1Zm1-1c-.5523 0-1 .4477-1 1h-1c0-1.1046.8954-2 2-2v1Zm1 1c0-.5523-.4477-1-1-1v-1c1.1046 0 2 .8954 2 2h-1Zm-1 1c.5523 0 1-.4477 1-1h1c0 1.1046-.8954 2-2 2v-1Z'
|
|
49
|
+
/>
|
|
50
|
+
)
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
|
|
54
|
+
export const IconUserCogOld: IconComponentType = forwardRef(
|
|
55
|
+
(props, forwardRef) => {
|
|
14
56
|
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
57
|
return createElement(
|
|
16
58
|
StyledIcon,
|
|
17
59
|
{
|
|
18
60
|
...props,
|
|
19
|
-
weight,
|
|
20
61
|
debug,
|
|
21
62
|
'aria-hidden': true,
|
|
22
|
-
size,
|
|
23
63
|
viewBox: '0 0 24 24',
|
|
24
64
|
fill: 'none',
|
|
25
65
|
ref: forwardRef,
|
|
@@ -45,4 +85,15 @@ export const IconUserCog: IconComponentType = forwardRef(
|
|
|
45
85
|
}
|
|
46
86
|
)
|
|
47
87
|
|
|
88
|
+
export const IconUserCog: IconComponentType = forwardRef(
|
|
89
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
90
|
+
const [v1] = useNewDesignLanguage()
|
|
91
|
+
return v1 ? (
|
|
92
|
+
<IconUserCogNew {...props} size={size} weight={weight} ref={forwardRef} />
|
|
93
|
+
) : (
|
|
94
|
+
<IconUserCogOld {...props} size={size} weight={weight} ref={forwardRef} />
|
|
95
|
+
)
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
|
|
48
99
|
IconUserCog[iconSymbol] = true
|