@mirohq/design-system-icons 0.10.1 → 0.11.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 +1661 -577
- package/dist/main.js.map +1 -1
- package/dist/module.js +1630 -578
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +65 -1
- package/package.json +2 -2
- package/react/add-line-bottom.tsx +2 -2
- package/react/add-line-right.tsx +2 -2
- package/react/ai-filled.tsx +28 -0
- package/react/ai.tsx +33 -0
- package/react/align-bottom.tsx +1 -1
- package/react/align-center-horizontal.tsx +1 -1
- package/react/align-center-vertical.tsx +1 -1
- package/react/align-left.tsx +2 -2
- package/react/align-right.tsx +1 -1
- package/react/align-top.tsx +1 -1
- package/react/arrow-arc-left.tsx +2 -2
- package/react/arrow-arc-right.tsx +2 -2
- package/react/arrow-bend-up-right.tsx +1 -1
- package/react/arrow-box-out.tsx +1 -1
- package/react/arrow-clockwise-down-right.tsx +2 -2
- package/react/arrow-clockwise-up-left.tsx +2 -2
- package/react/arrow-counter-clockwise-down-left.tsx +2 -2
- package/react/arrow-counter-clockwise-up-right.tsx +2 -2
- package/react/arrow-curves-bottom-right.tsx +38 -0
- package/react/arrow-down-left.tsx +1 -1
- package/react/arrow-down-right.tsx +1 -1
- package/react/arrow-fat-right.tsx +2 -2
- package/react/arrow-fat-up-right.tsx +2 -2
- package/react/arrow-left.tsx +1 -1
- package/react/arrow-right.tsx +1 -1
- package/react/arrow-up-circle.tsx +2 -2
- package/react/arrow-up-left.tsx +1 -1
- package/react/arrow-up-right.tsx +1 -1
- package/react/arrows-clockwise-rectangle-tilt.tsx +38 -0
- package/react/arrows-clockwise-x.tsx +2 -2
- package/react/arrows-clockwise-y.tsx +2 -2
- package/react/arrows-horizontal-lines-top-bottom.tsx +35 -0
- package/react/arrows-in-simple.tsx +2 -2
- package/react/arrows-out-cardinal.tsx +2 -2
- package/react/arrows-out-lines-horizontal.tsx +2 -2
- package/react/arrows-out-simple.tsx +2 -2
- package/react/article.tsx +2 -2
- package/react/at.tsx +2 -2
- package/react/bar-three.tsx +1 -1
- package/react/barrel.tsx +38 -0
- package/react/bell-slash.tsx +2 -2
- package/react/bell-tilt.tsx +2 -2
- package/react/bell.tsx +2 -2
- package/react/board.tsx +2 -2
- package/react/book-open-info.tsx +32 -0
- package/react/bookmark.tsx +2 -2
- package/react/bracket-curly-left.tsx +37 -0
- package/react/bracket-curly-right.tsx +37 -0
- package/react/brackets-angle-slash.tsx +2 -2
- package/react/brackets-curly-circles-three.tsx +3 -3
- package/react/calendar-blank.tsx +2 -2
- package/react/camera.tsx +3 -3
- package/react/card-number-three.tsx +2 -2
- package/react/card.tsx +2 -2
- package/react/cards-poker.tsx +2 -2
- package/react/chart-bar-y-simple.tsx +1 -1
- package/react/chart-bar-y.tsx +2 -2
- package/react/chat-dashes-lines-two.tsx +2 -2
- package/react/chat-lines-cross.tsx +2 -2
- package/react/chat-lines-eye-open.tsx +1 -1
- package/react/chat-lines-two-stack.tsx +2 -2
- package/react/chat-lines-two.tsx +2 -2
- package/react/chat-plus.tsx +2 -2
- package/react/chat-text-arrow.tsx +2 -2
- package/react/chat-two.tsx +2 -2
- package/react/chat.tsx +2 -2
- package/react/checkboard-square-centered.tsx +2 -2
- package/react/chevron-down-double.tsx +1 -1
- package/react/chevron-left-double.tsx +1 -1
- package/react/chevron-right-double.tsx +2 -2
- package/react/chevron-up-double.tsx +1 -1
- package/react/chevron-up-down-line.tsx +2 -2
- package/react/chevron-up-down.tsx +1 -1
- package/react/circle-corners.tsx +1 -1
- package/react/circle-motion-x.tsx +2 -2
- package/react/circle-notch.tsx +2 -2
- package/react/circle-slash.tsx +2 -2
- package/react/circle.tsx +1 -1
- package/react/circles-connected.tsx +1 -1
- package/react/clock-counter-clockwise-simple.tsx +1 -1
- package/react/clock-counter-clockwise.tsx +1 -1
- package/react/clock-overtime.tsx +2 -2
- package/react/clock.tsx +2 -2
- package/react/cloud.tsx +38 -0
- package/react/cluster.tsx +1 -1
- package/react/clustered.tsx +2 -2
- package/react/cog.tsx +1 -1
- package/react/columns-three.tsx +38 -0
- package/react/cone-serpentine.tsx +1 -1
- package/react/corners-three-eye-open.tsx +1 -1
- package/react/credit-card.tsx +1 -1
- package/react/crop.tsx +2 -2
- package/react/cross-circle.tsx +1 -1
- package/react/cross-fat.tsx +35 -0
- package/react/cross-square.tsx +2 -2
- package/react/cross.tsx +1 -1
- package/react/cube.tsx +2 -2
- package/react/cursor-filled.tsx +2 -2
- package/react/cursor-lines.tsx +2 -2
- package/react/cursor-text.tsx +2 -2
- package/react/cursor.tsx +2 -2
- package/react/curve-square-circle-arrow.tsx +2 -2
- package/react/dash-left-down-square-dash-right-up.tsx +2 -2
- package/react/dash-left-up-square-dash-down-right.tsx +2 -2
- package/react/dash-square-dash-horizontal.tsx +2 -2
- package/react/dash-square-dash-vertical.tsx +2 -2
- package/react/distribute-horizontal.tsx +1 -1
- package/react/distribute-vertical.tsx +1 -1
- package/react/dots-nine.tsx +2 -2
- package/react/dots-three.tsx +2 -2
- package/react/dots-two.tsx +2 -2
- package/react/download.tsx +2 -2
- package/react/envelope.tsx +1 -1
- package/react/eraser.tsx +2 -2
- package/react/exclamation-point-circle.tsx +5 -2
- package/react/export.tsx +2 -2
- package/react/eye-closed-dots-four-frame-broken.tsx +1 -1
- package/react/eye-closed.tsx +2 -2
- package/react/eye-open-line-frame-broken.tsx +1 -1
- package/react/eye-open-slash.tsx +2 -2
- package/react/eye-open.tsx +2 -2
- package/react/eyedropper.tsx +2 -2
- package/react/factory-house.tsx +2 -2
- package/react/factory.tsx +2 -2
- package/react/flag.tsx +38 -0
- package/react/folder.tsx +2 -2
- package/react/frame-lines-two.tsx +2 -2
- package/react/frame-play.tsx +2 -2
- package/react/frame-plus.tsx +2 -2
- package/react/frame.tsx +2 -2
- package/react/funnel.tsx +2 -2
- package/react/gauge.tsx +1 -1
- package/react/gift.tsx +35 -0
- package/react/globe.tsx +1 -1
- package/react/graduation-cap.tsx +2 -2
- package/react/grid-four.tsx +2 -2
- package/react/grid-six.tsx +2 -2
- package/react/grid.tsx +2 -2
- package/react/hand-filled.tsx +7 -1
- package/react/hand-pointing.tsx +2 -2
- package/react/hand.tsx +2 -2
- package/react/headset-person.tsx +39 -0
- package/react/heart-filled.tsx +33 -0
- package/react/heart.tsx +36 -0
- package/react/hexagon.tsx +38 -0
- package/react/highlighter-underline.tsx +1 -1
- package/react/highlighter.tsx +2 -2
- package/react/house.tsx +1 -1
- package/react/image.tsx +1 -1
- package/react/index.ts +32 -0
- package/react/information-mark-circle.tsx +5 -2
- package/react/kanban.tsx +2 -2
- package/react/key.tsx +2 -2
- package/react/keycap.tsx +2 -2
- package/react/laptop.tsx +1 -1
- package/react/lasso.tsx +2 -2
- package/react/layout.tsx +2 -2
- package/react/lifesaver.tsx +2 -2
- package/react/lightbulb.tsx +28 -0
- package/react/lightning.tsx +2 -2
- package/react/line-curved.tsx +2 -2
- package/react/line-dashed.tsx +1 -1
- package/react/line-diagonal.tsx +2 -2
- package/react/line-dotted.tsx +2 -2
- package/react/line-horizontal.tsx +1 -1
- package/react/line-orthogonal.tsx +2 -2
- package/react/line-straight.tsx +1 -1
- package/react/lines-three-horizontal-line-vertical-center.tsx +2 -2
- package/react/lines-three-horizontal.tsx +2 -2
- package/react/lines-three-vertical.tsx +2 -2
- package/react/lines-top-left-columns-two.tsx +38 -0
- package/react/link-plus.tsx +35 -0
- package/react/link.tsx +1 -1
- package/react/list-bullets.tsx +2 -2
- package/react/list-numbers.tsx +2 -2
- package/react/lock-closed.tsx +1 -1
- package/react/lock-open.tsx +1 -1
- package/react/login.tsx +2 -2
- package/react/logout.tsx +2 -2
- package/react/magnet.tsx +2 -2
- package/react/magnifying-glass-lightning.tsx +35 -0
- package/react/magnifying-glass.tsx +1 -1
- package/react/map.tsx +2 -2
- package/react/microphone-slash.tsx +2 -2
- package/react/microphone.tsx +2 -2
- package/react/monitor-arrow.tsx +2 -2
- package/react/monitor-pause.tsx +2 -2
- package/react/monitor-play.tsx +2 -2
- package/react/monitor-stop.tsx +1 -1
- package/react/mouse.tsx +2 -2
- package/react/navigation-arrow-lines.tsx +2 -2
- package/react/navigation-up-left-filled.tsx +2 -2
- package/react/navigation-up-left-slash.tsx +2 -2
- package/react/navigation-up-right.tsx +2 -2
- package/react/next.tsx +2 -2
- package/react/node-connected-dot.tsx +32 -0
- package/react/node-lines-curved.tsx +1 -1
- package/react/node-lines-horizontal.tsx +2 -2
- package/react/node-lines-vertical.tsx +2 -2
- package/react/node-plus.tsx +2 -2
- package/react/nodes-connected.tsx +2 -2
- package/react/nodes-connections-three.tsx +1 -1
- package/react/note-magnifying-glass.tsx +2 -2
- package/react/octagon.tsx +38 -0
- package/react/paint-bucket.tsx +35 -0
- package/react/paper-plane-filled-right.tsx +2 -2
- package/react/paper-plane-tilt.tsx +2 -2
- package/react/parallelogram.tsx +2 -2
- package/react/pause-circle.tsx +2 -2
- package/react/pause.tsx +2 -2
- package/react/pdf.tsx +2 -2
- package/react/pen-tip.tsx +2 -2
- package/react/pen.tsx +2 -2
- package/react/pentagon.tsx +38 -0
- package/react/placeholder.tsx +1 -1
- package/react/play-circle.tsx +1 -1
- package/react/play.tsx +2 -2
- package/react/playback-speed-circle.tsx +2 -2
- package/react/plug.tsx +1 -1
- package/react/plus-text.tsx +2 -2
- package/react/presentation-arrow.tsx +2 -2
- package/react/presentation-eye-open.tsx +1 -1
- package/react/presentation-line.tsx +2 -2
- package/react/presentation-lines-two.tsx +2 -2
- package/react/presentation-link.tsx +2 -2
- package/react/presentation-number-one.tsx +2 -2
- package/react/presentation-play.tsx +2 -2
- package/react/presentation-plus.tsx +2 -2
- package/react/previous.tsx +2 -2
- package/react/prohibit.tsx +2 -2
- package/react/push-pin.tsx +2 -2
- package/react/question-mark-circle.tsx +1 -1
- package/react/question-mark.tsx +2 -2
- package/react/rectangle-arrow-up-center.tsx +2 -2
- package/react/rectangle-dash-lines.tsx +2 -2
- package/react/rectangle-dot-line-pen.tsx +3 -3
- package/react/rectangle-play-stack.tsx +2 -2
- package/react/rectangle-tick.tsx +2 -2
- package/react/rectangle-triangle-bottom-center.tsx +38 -0
- package/react/rectangles-three-aligned.tsx +2 -2
- package/react/rectangles-three-free.tsx +2 -2
- package/react/rectangles-three-overlap.tsx +2 -2
- package/react/rectangles-two-line.tsx +2 -2
- package/react/rectangles-two-lines-four.tsx +2 -2
- package/react/rectangles-two-minus.tsx +2 -2
- package/react/rectangles-two-plus.tsx +2 -2
- package/react/rectangles-two-user.tsx +2 -2
- package/react/rhombus.tsx +2 -2
- package/react/rss-rectangle.tsx +32 -0
- package/react/scissors.tsx +3 -3
- package/react/scrollbar-xy.tsx +1 -1
- package/react/shapes.tsx +2 -2
- package/react/shield-check.tsx +2 -2
- package/react/shield-lock.tsx +1 -1
- package/react/shuffle.tsx +2 -2
- package/react/sidebar-closed.tsx +2 -2
- package/react/sidebar-open.tsx +2 -2
- package/react/sliders-x.tsx +2 -2
- package/react/sliders-y.tsx +2 -2
- package/react/smiley-chat.tsx +2 -2
- package/react/smiley-plus.tsx +35 -0
- package/react/smiley-sticker.tsx +2 -2
- package/react/smiley.tsx +2 -2
- package/react/social-facebook.tsx +7 -1
- package/react/social-instagram.tsx +8 -2
- package/react/social-linkedin.tsx +7 -1
- package/react/social-twitter.tsx +7 -1
- package/react/social-youtube.tsx +7 -1
- package/react/speaker-cross.tsx +2 -2
- package/react/speaker-high.tsx +2 -2
- package/react/split-vertical.tsx +2 -2
- package/react/square-brackets-angle-slash.tsx +2 -2
- package/react/square-circles-two.tsx +2 -2
- package/react/square-line-square-dashed.tsx +2 -2
- package/react/square-rounded.tsx +2 -2
- package/react/square-star-scribble.tsx +2 -2
- package/react/square-triangle-circle-plus.tsx +2 -2
- package/react/square.tsx +2 -2
- package/react/squares-four.tsx +2 -2
- package/react/squares-group.tsx +3 -3
- package/react/squares-merge.tsx +2 -2
- package/react/squares-three.tsx +2 -2
- package/react/squares-two-overlap.tsx +2 -2
- package/react/squares-ungroup.tsx +2 -2
- package/react/squares-unmerge.tsx +2 -2
- package/react/stack.tsx +2 -2
- package/react/star-filled.tsx +2 -2
- package/react/star.tsx +2 -2
- package/react/sticky-corners.tsx +2 -2
- package/react/sticky-eye-open.tsx +29 -0
- package/react/sticky-note-stack.tsx +2 -2
- package/react/sticky-note-wide.tsx +2 -2
- package/react/sticky-note.tsx +2 -2
- package/react/sticky-notes-two.tsx +3 -5
- package/react/stop-circle.tsx +1 -1
- package/react/stroke-1.tsx +2 -2
- package/react/stroke-2.tsx +2 -2
- package/react/stroke-3.tsx +2 -2
- package/react/stroke-4.tsx +2 -2
- package/react/stroke-5.tsx +2 -2
- package/react/stroke-6.tsx +2 -2
- package/react/tag.tsx +1 -1
- package/react/text-a-underline.tsx +1 -1
- package/react/text-align-center.tsx +2 -2
- package/react/text-align-left.tsx +2 -2
- package/react/text-b-bold-italic-underlined.tsx +1 -1
- package/react/text-b-bold.tsx +2 -2
- package/react/text-cursor-eye-open.tsx +1 -1
- package/react/text-h-one.tsx +2 -2
- package/react/text-h-three.tsx +2 -2
- package/react/text-h-two.tsx +2 -2
- package/react/text-i-italic.tsx +2 -2
- package/react/text-indent.tsx +2 -2
- package/react/text-lines-three.tsx +2 -2
- package/react/text-s-strikethrough.tsx +2 -2
- package/react/text-styles.tsx +2 -2
- package/react/text-t.tsx +2 -2
- package/react/text-u-underlined.tsx +2 -2
- package/react/thumbs-up.tsx +2 -2
- package/react/tick-circle.tsx +2 -2
- package/react/ticket.tsx +1 -1
- package/react/timer.tsx +1 -1
- package/react/trackpad.tsx +1 -1
- package/react/trapeze.tsx +38 -0
- package/react/trash-simple.tsx +2 -2
- package/react/trash.tsx +2 -2
- package/react/triangle-square-circle.tsx +35 -0
- package/react/triangle.tsx +2 -2
- package/react/trident.tsx +23 -30
- package/react/trophy.tsx +2 -2
- package/react/user-add.tsx +1 -1
- package/react/user-arrow-right-up.tsx +2 -2
- package/react/user-eye-open.tsx +1 -1
- package/react/user-load.tsx +2 -2
- package/react/user-number-three.tsx +2 -2
- package/react/user-pen-dashes-bottom.tsx +2 -2
- package/react/user-pen-line-bottom.tsx +2 -2
- package/react/user-tick-down.tsx +2 -2
- package/react/user.tsx +1 -1
- package/react/users-three.tsx +2 -2
- package/react/users.tsx +1 -1
- package/react/video-camera-simple-slash.tsx +2 -2
- package/react/video-camera-simple.tsx +2 -2
- package/react/video-camera.tsx +2 -2
- package/react/view-center.tsx +1 -1
- package/react/view-side-left.tsx +1 -1
- package/react/wallet.tsx +5 -2
- package/svg/24/add-line-bottom.svg +1 -1
- package/svg/24/add-line-right.svg +1 -1
- package/svg/24/ai-filled.svg +2 -0
- package/svg/24/ai.svg +2 -0
- package/svg/24/align-bottom.svg +1 -1
- package/svg/24/align-center-horizontal.svg +1 -1
- package/svg/24/align-center-vertical.svg +1 -1
- package/svg/24/align-left.svg +1 -1
- package/svg/24/align-right.svg +1 -1
- package/svg/24/align-top.svg +1 -1
- package/svg/24/arrow-arc-left.svg +1 -1
- package/svg/24/arrow-arc-right.svg +1 -1
- package/svg/24/arrow-bend-up-right.svg +1 -1
- package/svg/24/arrow-box-out.svg +1 -1
- package/svg/24/arrow-clockwise-down-right.svg +1 -1
- package/svg/24/arrow-clockwise-up-left.svg +1 -1
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -1
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-curves-bottom-right.svg +2 -0
- package/svg/24/arrow-down-left.svg +1 -1
- package/svg/24/arrow-down-right.svg +1 -1
- package/svg/24/arrow-fat-right.svg +1 -1
- package/svg/24/arrow-fat-up-right.svg +1 -1
- package/svg/24/arrow-left.svg +1 -1
- package/svg/24/arrow-right.svg +1 -1
- package/svg/24/arrow-up-circle.svg +1 -1
- package/svg/24/arrow-up-left.svg +1 -1
- package/svg/24/arrow-up-right.svg +1 -1
- package/svg/24/arrows-clockwise-rectangle-tilt.svg +2 -0
- package/svg/24/arrows-clockwise-x.svg +1 -1
- package/svg/24/arrows-clockwise-y.svg +1 -1
- package/svg/24/arrows-horizontal-lines-top-bottom.svg +2 -0
- package/svg/24/arrows-in-simple.svg +1 -1
- package/svg/24/arrows-out-cardinal.svg +1 -1
- package/svg/24/arrows-out-lines-horizontal.svg +1 -1
- package/svg/24/arrows-out-simple.svg +1 -1
- package/svg/24/article.svg +1 -1
- package/svg/24/at.svg +1 -1
- package/svg/24/bar-three.svg +1 -1
- package/svg/24/barrel.svg +2 -0
- package/svg/24/bell-slash.svg +1 -1
- package/svg/24/bell-tilt.svg +1 -1
- package/svg/24/bell.svg +1 -1
- package/svg/24/board.svg +1 -1
- package/svg/24/book-open-info.svg +2 -0
- package/svg/24/bookmark.svg +1 -1
- package/svg/24/bracket-curly-left.svg +2 -0
- package/svg/24/bracket-curly-right.svg +2 -0
- package/svg/24/brackets-angle-slash.svg +1 -1
- package/svg/24/brackets-curly-circles-three.svg +1 -1
- package/svg/24/calendar-blank.svg +1 -1
- package/svg/24/camera.svg +1 -1
- package/svg/24/card-number-three.svg +1 -1
- package/svg/24/card.svg +1 -1
- package/svg/24/cards-poker.svg +1 -1
- package/svg/24/chart-bar-y-simple.svg +1 -1
- package/svg/24/chart-bar-y.svg +1 -1
- package/svg/24/chat-dashes-lines-two.svg +1 -1
- package/svg/24/chat-lines-cross.svg +1 -1
- package/svg/24/chat-lines-eye-open.svg +1 -1
- package/svg/24/chat-lines-two-stack.svg +1 -1
- package/svg/24/chat-lines-two.svg +1 -1
- package/svg/24/chat-plus.svg +1 -1
- package/svg/24/chat-text-arrow.svg +1 -1
- package/svg/24/chat-two.svg +1 -1
- package/svg/24/chat.svg +1 -1
- package/svg/24/checkboard-square-centered.svg +1 -1
- package/svg/24/chevron-down-double.svg +1 -1
- package/svg/24/chevron-left-double.svg +1 -1
- package/svg/24/chevron-right-double.svg +1 -1
- package/svg/24/chevron-up-double.svg +1 -1
- package/svg/24/chevron-up-down-line.svg +1 -1
- package/svg/24/chevron-up-down.svg +1 -1
- package/svg/24/circle-corners.svg +1 -1
- package/svg/24/circle-motion-x.svg +1 -1
- package/svg/24/circle-notch.svg +1 -1
- package/svg/24/circle-slash.svg +1 -1
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/clock-overtime.svg +1 -1
- package/svg/24/clock.svg +1 -1
- package/svg/24/cloud.svg +2 -0
- package/svg/24/cluster.svg +1 -1
- package/svg/24/clustered.svg +1 -1
- package/svg/24/cog.svg +1 -1
- package/svg/24/columns-three.svg +2 -0
- package/svg/24/cone-serpentine.svg +1 -1
- package/svg/24/corners-three-eye-open.svg +1 -1
- package/svg/24/credit-card.svg +1 -1
- package/svg/24/crop.svg +1 -1
- package/svg/24/cross-circle.svg +1 -1
- package/svg/24/cross-fat.svg +2 -0
- package/svg/24/cross-square.svg +1 -1
- package/svg/24/cross.svg +1 -1
- package/svg/24/cube.svg +1 -1
- package/svg/24/cursor-filled.svg +1 -1
- package/svg/24/cursor-lines.svg +1 -1
- package/svg/24/cursor-text.svg +1 -1
- package/svg/24/cursor.svg +1 -1
- package/svg/24/curve-square-circle-arrow.svg +1 -1
- package/svg/24/dash-left-down-square-dash-right-up.svg +1 -1
- package/svg/24/dash-left-up-square-dash-down-right.svg +1 -1
- package/svg/24/dash-square-dash-horizontal.svg +1 -1
- package/svg/24/dash-square-dash-vertical.svg +1 -1
- package/svg/24/distribute-horizontal.svg +1 -1
- package/svg/24/distribute-vertical.svg +1 -1
- package/svg/24/dots-nine.svg +1 -1
- package/svg/24/dots-three.svg +1 -1
- package/svg/24/dots-two.svg +1 -1
- package/svg/24/download.svg +1 -1
- package/svg/24/envelope.svg +1 -1
- package/svg/24/eraser.svg +1 -1
- package/svg/24/exclamation-point-circle.svg +1 -1
- package/svg/24/export.svg +1 -1
- package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -1
- package/svg/24/eye-closed.svg +1 -1
- package/svg/24/eye-open-line-frame-broken.svg +1 -1
- package/svg/24/eye-open-slash.svg +1 -1
- package/svg/24/eye-open.svg +1 -1
- package/svg/24/eyedropper.svg +1 -1
- package/svg/24/factory-house.svg +1 -1
- package/svg/24/factory.svg +1 -1
- package/svg/24/flag.svg +2 -0
- package/svg/24/folder.svg +1 -1
- package/svg/24/frame-lines-two.svg +1 -1
- package/svg/24/frame-play.svg +1 -1
- package/svg/24/frame-plus.svg +1 -1
- package/svg/24/frame.svg +1 -1
- package/svg/24/funnel.svg +1 -1
- package/svg/24/gauge.svg +1 -1
- package/svg/24/gift.svg +2 -0
- package/svg/24/globe.svg +1 -1
- package/svg/24/graduation-cap.svg +1 -1
- package/svg/24/grid-four.svg +1 -1
- package/svg/24/grid-six.svg +1 -1
- package/svg/24/grid.svg +1 -1
- package/svg/24/hand-filled.svg +1 -1
- package/svg/24/hand-pointing.svg +1 -1
- package/svg/24/hand.svg +1 -1
- package/svg/24/headset-person.svg +2 -0
- package/svg/24/heart-filled.svg +2 -0
- package/svg/24/heart.svg +2 -0
- package/svg/24/hexagon.svg +2 -0
- package/svg/24/highlighter-underline.svg +1 -1
- package/svg/24/highlighter.svg +1 -1
- package/svg/24/house.svg +1 -1
- package/svg/24/image.svg +1 -1
- package/svg/24/information-mark-circle.svg +1 -1
- package/svg/24/kanban.svg +1 -1
- package/svg/24/key.svg +1 -1
- package/svg/24/keycap.svg +1 -1
- package/svg/24/laptop.svg +1 -1
- package/svg/24/lasso.svg +1 -1
- package/svg/24/layout.svg +1 -1
- package/svg/24/lifesaver.svg +1 -1
- package/svg/24/lightbulb.svg +2 -0
- package/svg/24/lightning.svg +1 -1
- package/svg/24/line-curved.svg +1 -1
- package/svg/24/line-dashed.svg +1 -1
- package/svg/24/line-diagonal.svg +1 -1
- package/svg/24/line-dotted.svg +1 -1
- package/svg/24/line-horizontal.svg +1 -1
- package/svg/24/line-orthogonal.svg +1 -1
- package/svg/24/line-straight.svg +1 -1
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -1
- package/svg/24/lines-three-horizontal.svg +1 -1
- package/svg/24/lines-three-vertical.svg +1 -1
- package/svg/24/lines-top-left-columns-two.svg +2 -0
- package/svg/24/link-plus.svg +2 -0
- package/svg/24/link.svg +1 -1
- package/svg/24/list-bullets.svg +1 -1
- package/svg/24/list-numbers.svg +1 -1
- package/svg/24/lock-closed.svg +1 -1
- package/svg/24/lock-open.svg +1 -1
- package/svg/24/login.svg +1 -1
- package/svg/24/logout.svg +1 -1
- package/svg/24/magnet.svg +1 -1
- package/svg/24/magnifying-glass-lightning.svg +2 -0
- package/svg/24/magnifying-glass.svg +1 -1
- package/svg/24/map.svg +1 -1
- package/svg/24/microphone-slash.svg +1 -1
- package/svg/24/microphone.svg +1 -1
- package/svg/24/monitor-arrow.svg +1 -1
- package/svg/24/monitor-pause.svg +1 -1
- package/svg/24/monitor-play.svg +1 -1
- package/svg/24/monitor-stop.svg +1 -1
- package/svg/24/mouse.svg +1 -1
- package/svg/24/navigation-arrow-lines.svg +1 -1
- package/svg/24/navigation-up-left-filled.svg +1 -1
- package/svg/24/navigation-up-left-slash.svg +1 -1
- package/svg/24/navigation-up-right.svg +1 -1
- package/svg/24/next.svg +1 -1
- package/svg/24/node-connected-dot.svg +2 -0
- package/svg/24/node-lines-curved.svg +1 -1
- package/svg/24/node-lines-horizontal.svg +1 -1
- package/svg/24/node-lines-vertical.svg +1 -1
- package/svg/24/node-plus.svg +1 -1
- package/svg/24/nodes-connected.svg +1 -1
- package/svg/24/nodes-connections-three.svg +1 -1
- package/svg/24/note-magnifying-glass.svg +1 -1
- package/svg/24/octagon.svg +2 -0
- package/svg/24/paint-bucket.svg +2 -0
- package/svg/24/paper-plane-filled-right.svg +1 -1
- package/svg/24/paper-plane-tilt.svg +1 -1
- package/svg/24/parallelogram.svg +1 -1
- package/svg/24/pause-circle.svg +1 -1
- package/svg/24/pause.svg +1 -1
- package/svg/24/pdf.svg +1 -1
- package/svg/24/pen-tip.svg +1 -1
- package/svg/24/pen.svg +1 -1
- package/svg/24/pentagon.svg +2 -0
- package/svg/24/placeholder.svg +1 -1
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/play.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/plug.svg +1 -1
- package/svg/24/plus-text.svg +1 -1
- package/svg/24/presentation-arrow.svg +1 -1
- package/svg/24/presentation-eye-open.svg +1 -1
- package/svg/24/presentation-line.svg +1 -1
- package/svg/24/presentation-lines-two.svg +1 -1
- package/svg/24/presentation-link.svg +1 -1
- package/svg/24/presentation-number-one.svg +1 -1
- package/svg/24/presentation-play.svg +1 -1
- package/svg/24/presentation-plus.svg +1 -1
- package/svg/24/previous.svg +1 -1
- package/svg/24/prohibit.svg +1 -1
- package/svg/24/push-pin.svg +1 -1
- package/svg/24/question-mark-circle.svg +1 -1
- package/svg/24/question-mark.svg +1 -1
- package/svg/24/rectangle-arrow-up-center.svg +1 -1
- package/svg/24/rectangle-dash-lines.svg +1 -1
- package/svg/24/rectangle-dot-line-pen.svg +1 -1
- package/svg/24/rectangle-play-stack.svg +1 -1
- package/svg/24/rectangle-tick.svg +1 -1
- package/svg/24/rectangle-triangle-bottom-center.svg +2 -0
- package/svg/24/rectangles-three-aligned.svg +1 -1
- package/svg/24/rectangles-three-free.svg +1 -1
- package/svg/24/rectangles-three-overlap.svg +1 -1
- package/svg/24/rectangles-two-line.svg +1 -1
- package/svg/24/rectangles-two-lines-four.svg +1 -1
- package/svg/24/rectangles-two-minus.svg +1 -1
- package/svg/24/rectangles-two-plus.svg +1 -1
- package/svg/24/rectangles-two-user.svg +1 -1
- package/svg/24/rhombus.svg +1 -1
- package/svg/24/rss-rectangle.svg +2 -0
- package/svg/24/scissors.svg +1 -1
- package/svg/24/scrollbar-xy.svg +1 -1
- package/svg/24/shapes.svg +1 -1
- package/svg/24/shield-check.svg +1 -1
- package/svg/24/shield-lock.svg +1 -1
- package/svg/24/shuffle.svg +1 -1
- package/svg/24/sidebar-closed.svg +1 -1
- package/svg/24/sidebar-open.svg +1 -1
- package/svg/24/sliders-x.svg +1 -1
- package/svg/24/sliders-y.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley-plus.svg +2 -0
- package/svg/24/smiley-sticker.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- 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-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/speaker-cross.svg +1 -1
- package/svg/24/speaker-high.svg +1 -1
- package/svg/24/split-vertical.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -1
- package/svg/24/square-circles-two.svg +1 -1
- package/svg/24/square-line-square-dashed.svg +1 -1
- package/svg/24/square-rounded.svg +1 -1
- package/svg/24/square-star-scribble.svg +1 -1
- package/svg/24/square-triangle-circle-plus.svg +1 -1
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -1
- package/svg/24/squares-group.svg +1 -1
- package/svg/24/squares-merge.svg +1 -1
- package/svg/24/squares-three.svg +1 -1
- package/svg/24/squares-two-overlap.svg +1 -1
- package/svg/24/squares-ungroup.svg +1 -1
- package/svg/24/squares-unmerge.svg +1 -1
- package/svg/24/stack.svg +1 -1
- package/svg/24/star-filled.svg +1 -1
- package/svg/24/star.svg +1 -1
- package/svg/24/sticky-corners.svg +1 -1
- package/svg/24/sticky-eye-open.svg +2 -0
- package/svg/24/sticky-note-stack.svg +1 -1
- package/svg/24/sticky-note-wide.svg +1 -1
- package/svg/24/sticky-note.svg +1 -1
- package/svg/24/sticky-notes-two.svg +1 -1
- package/svg/24/stop-circle.svg +1 -1
- package/svg/24/stroke-1.svg +1 -1
- package/svg/24/stroke-2.svg +1 -1
- package/svg/24/stroke-3.svg +1 -1
- package/svg/24/stroke-4.svg +1 -1
- package/svg/24/stroke-5.svg +1 -1
- package/svg/24/stroke-6.svg +1 -1
- package/svg/24/tag.svg +1 -1
- package/svg/24/text-a-underline.svg +1 -1
- package/svg/24/text-align-center.svg +1 -1
- package/svg/24/text-align-left.svg +1 -1
- package/svg/24/text-b-bold-italic-underlined.svg +1 -1
- package/svg/24/text-b-bold.svg +1 -1
- package/svg/24/text-cursor-eye-open.svg +1 -1
- package/svg/24/text-h-one.svg +1 -1
- package/svg/24/text-h-three.svg +1 -1
- package/svg/24/text-h-two.svg +1 -1
- package/svg/24/text-i-italic.svg +1 -1
- package/svg/24/text-indent.svg +1 -1
- package/svg/24/text-lines-three.svg +1 -1
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles.svg +1 -1
- package/svg/24/text-t.svg +1 -1
- package/svg/24/text-u-underlined.svg +1 -1
- package/svg/24/thumbs-up.svg +1 -1
- package/svg/24/tick-circle.svg +1 -1
- package/svg/24/ticket.svg +1 -1
- package/svg/24/timer.svg +1 -1
- package/svg/24/trackpad.svg +1 -1
- package/svg/24/trapeze.svg +2 -0
- package/svg/24/trash-simple.svg +1 -1
- package/svg/24/trash.svg +1 -1
- package/svg/24/triangle-square-circle.svg +2 -0
- package/svg/24/triangle.svg +1 -1
- package/svg/24/trident.svg +1 -1
- package/svg/24/trophy.svg +1 -1
- package/svg/24/user-add.svg +1 -1
- package/svg/24/user-arrow-right-up.svg +1 -1
- package/svg/24/user-eye-open.svg +1 -1
- package/svg/24/user-load.svg +1 -1
- package/svg/24/user-number-three.svg +1 -1
- package/svg/24/user-pen-dashes-bottom.svg +1 -1
- package/svg/24/user-pen-line-bottom.svg +1 -1
- package/svg/24/user-tick-down.svg +1 -1
- package/svg/24/user.svg +1 -1
- package/svg/24/users-three.svg +1 -1
- package/svg/24/users.svg +1 -1
- package/svg/24/video-camera-simple-slash.svg +1 -1
- package/svg/24/video-camera-simple.svg +1 -1
- package/svg/24/video-camera.svg +1 -1
- package/svg/24/view-center.svg +1 -1
- package/svg/24/view-side-left.svg +1 -1
- package/svg/24/wallet.svg +1 -1
- package/svg/meta.json +277 -2
package/react/text-indent.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconTextIndent: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M12
|
|
29
|
+
d='M12 3v18m-10-9h7m0 0-3-3m3 3-3 3m10-9h6m-6 6h3m-3 6h6'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
|
@@ -26,12 +26,12 @@ export const IconTextLinesThree: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M4
|
|
29
|
+
d='M4 6h15m-15 6h15m-15 6h9'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
|
@@ -26,12 +26,12 @@ export const IconTextSStrikethrough: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M8
|
|
29
|
+
d='M8 18.9999s1.1958.9922 4 1c.9809.0028 4-.5 4-4s-4-4-4-4m0 0h-7m7 0h7m-3.5-7.25s-3.2759-1.8159-6 0c-1.2165.811-1.5459 2.0443-1.4489 3.2501'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
package/react/text-styles.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconTextStyles: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='
|
|
28
|
+
d='m11.4615 12-3.4615-9-3.4615 9m6.923 0h-6.923m6.923 0 .5193 1.5m-8.9808 2.5 1.5385-4'
|
|
29
29
|
/>,
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
32
|
fillRule='evenodd'
|
|
33
|
-
d='M21.
|
|
33
|
+
d='M21.6931 21.3213a3.984 3.984 0 0 0 .6079-.5395c.1825-.1993.3302-.3942.442-.5849.0869-.1298.1507-.2589.1897-.3872.0437-.1307.0673-.2506.0673-.3586 0-.1052-.0536-.1964-.1369-.2727-.0811-.0799-.1787-.124-.2898-.124-.094 0-.1664.0636-.2198.1366a7.6536 7.6536 0 0 1-.1688.2204l-.0008.001-.0007.0009c-.2208.2942-.4714.5136-.7513.661-.2698.1451-.6255.2213-1.0714.2213a1.0897 1.0897 0 0 1-.505-.1233c-.1461-.0778-.2813-.2218-.4016-.4434-.1196-.2264-.2163-.5373-.2873-.9369-.0706-.3974-.1065-.9123-.1065-1.5465 0-.2206.0205-.4659.0619-.7361a21.212 21.212 0 0 1 .1342-.7815 75.761 75.761 0 0 1 .1435-.6681c.0415-.1882.0652-.3235.0652-.395 0-.1196-.014-.2238-.0538-.2987a.5385.5385 0 0 0-.115-.1753 18.6126 18.6126 0 0 0-.1109-.1271c-.0256-.0401-.0513-.1062-.0734-.2049l-.0004-.0019-.0005-.0019c-.0269-.1-.0731-.2007-.137-.3022a1.3113 1.3113 0 0 0-.2215-.2679c-.0826-.0818-.1697-.1492-.2613-.2012-.0935-.053-.1875-.0837-.2805-.0837a.4145.4145 0 0 0-.1859.0456 1.8137 1.8137 0 0 0-.1478.0823l-.1354.0672a.314.314 0 0 1-.1066.0192c-.0365 0-.0867-.0068-.1525-.0229a4.6873 4.6873 0 0 0-.2113-.0699 3.322 3.322 0 0 0-.217-.0806c-.0729-.0262-.1435-.0409-.2108-.0409-.218 0-.488.1032-.8034.2898-.313.1829-.6421.4343-.9872.7528-.346.3134-.6851.6803-1.0175 1.1002a7.9268 7.9268 0 0 0-.8643 1.3277c-.2167.4122-.4006.7922-.5516 1.14l-.0005.0012c-.1447.3472-.2656.6711-.3625.9716l-.0003.0012c-.091.295-.158.573-.2008.8338l-.0003.0021c-.0365.2598-.0549.5082-.0549.7451 0 .2428.0408.4741.1228.6933.0813.2172.1912.4108.3301.58l.0013.0016c.1447.1687.3093.3041.4938.4051l.0012.0007c.1926.1019.3936.1538.6019.1538.3074 0 .652-.0983 1.0314-.2867.384-.1935.7704-.4413 1.1583-.7421.3934-.3065.7716-.6489 1.1343-1.0269.3121-.3201.588-.6428.8273-.9681.0711.3367.1567.6594.257.9679l.0004.0013c.1281.3754.2873.7073.4783.9947l.0013.0019c.1984.2831.4322.5096.7018.6776.2809.1711.6111.2554.9854.2554.2877 0 .5663-.0529.8351-.1583.2648-.104.509-.2359.7314-.3954Zm-4.0998-6.7647c.121.1722.1906.4703.1906.9119 0 .2156-.0371.4538-.1131.715-.0766.2573-.1769.521-.3012.7911a8.4463 8.4463 0 0 1-.4182.795l-.0008.0014a10.8507 10.8507 0 0 1-.4459.7171l-.0007.001c-.1344.2031-.3077.4192-.5208.6484a9.3732 9.3732 0 0 1-.6586.6273l-.001.0008c-.219.1939-.4252.3546-.6184.4826-.0959.0605-.1777.1043-.246.1328-.0695.029-.1192.0396-.1525.0396-.2845 0-.4491-.0786-.5323-.2066-.0956-.1533-.1474-.3605-.1474-.6289 0-.1801.0312-.3859.0956-.6182.0647-.2398.1505-.4894.257-.748.1129-.2655.2408-.5372.3837-.8149.1431-.2782.2921-.5504.4471-.8167a35.79 35.79 0 0 1 .4747-.7646c.1609-.2426.3125-.458.455-.6466l.0008-.001.0008-.0011c.0676-.0951.1561-.1947.2667-.2987a2.5586 2.5586 0 0 1 .3645-.2842 1.9823 1.9823 0 0 1 .4123-.2047l.0019-.0007c.1464-.0559.2879-.0831.4251-.0831.1316 0 .2596.073.3811.254Z'
|
|
34
34
|
clipRule='evenodd'
|
|
35
35
|
/>
|
|
36
36
|
)
|
package/react/text-t.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconTextT: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M4
|
|
28
|
+
d='M4 7v-2.5a.5.5 0 0 1 .5-.5h7.5m8 3v-2.5a.5.5 0 0 0-.5-.5h-7.5m0 0v16m0 0h-3m3 0h3'
|
|
29
29
|
/>
|
|
30
30
|
</g>,
|
|
31
31
|
<defs>
|
|
32
32
|
<clipPath id='a'>
|
|
33
|
-
<path d='M0
|
|
33
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
34
34
|
</clipPath>
|
|
35
35
|
</defs>
|
|
36
36
|
)
|
|
@@ -26,12 +26,12 @@ export const IconTextUUnderlined: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M7
|
|
29
|
+
d='M7 20h10m-10-16v8c0 3 2.7229 4 5 4s5-1 5-4v-8'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
package/react/thumbs-up.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconThumbsUp: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M4 11.
|
|
28
|
+
d='M4 11.6167v8.3833m3.2-1.0479v-7.1281c0-.1369.0273-.2724.0803-.399l3.2494-8.1005c.1626-.3879.7001-.4402.937-.0911l.553 1.077c.6668.9826.8807 2.196.5892 3.3417l-.5892 2.3479h5.3333c1.1782 0 2.647.9832 2.647 2.1406v2.6198c0 2.8938-2.9211 5.2396-5.8667 5.2396h-5.8666c-.5891 0-1.0667-.4692-1.0667-1.0479Z'
|
|
29
29
|
/>
|
|
30
30
|
</g>,
|
|
31
31
|
<defs>
|
|
32
32
|
<clipPath id='a'>
|
|
33
|
-
<path d='M0
|
|
33
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
34
34
|
</clipPath>
|
|
35
35
|
</defs>
|
|
36
36
|
)
|
package/react/tick-circle.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconTickCircle: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='M8.
|
|
26
|
+
d='M8.7071 11.2929c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm2.2929 3.7071-.7071.7071c.3905.3905 1.0237.3905 1.4142 0l-.7071-.7071Zm6.7071-5.2929c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0l1.4142 1.4142Zm3.2929 2.2929c0 4.9706-4.0294 9-9 9v2c6.0751 0 11-4.9249 11-11h-2Zm-9 9c-4.9706 0-9-4.0294-9-9h-2c0 6.0751 4.9249 11 11 11v-2Zm-9-9c0-4.9706 4.0294-9 9-9v-2c-6.0751 0-11 4.9249-11 11h2Zm9-9c4.9706 0 9 4.0294 9 9h2c0-6.0751-4.9249-11-11-11v2Zm-4.7071 9.7071 3 3 1.4142-1.4142-3-3-1.4142 1.4142Zm4.4142 3 6-6-1.4142-1.4142-6 6 1.4142 1.4142Z'
|
|
27
27
|
/>
|
|
28
28
|
</g>,
|
|
29
29
|
<defs>
|
|
30
30
|
<clipPath id='a'>
|
|
31
|
-
<path d='M0
|
|
31
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
32
32
|
</clipPath>
|
|
33
33
|
</defs>
|
|
34
34
|
)
|
package/react/ticket.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export const IconTicket: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M19.5
|
|
25
|
+
d='M19.5 9v1h2v-1h-2Zm2 6v-1h-2v1h2Zm-17 0v-1h-2v1h2Zm-2-6v1h2v-1h-2Zm3 3h1-1Zm5.5-7c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-2 14c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm-4.5-13h15v-2h-15v2Zm15 0v3h2v-3h-2Zm0 9v3h2v-3h-2Zm0 3h-15v2h15v-2Zm-15 0v-3h-2v3h2Zm0-9v-3h-2v3h2Zm15 9v2c1.1046 0 2-.8954 2-2h-2Zm0-12h2c0-1.1046-.8954-2-2-2v2Zm-15 12h-2c0 1.1046.8954 2 2 2v-2Zm0-14c-1.1046 0-2 .8954-2 2h2v-2Zm-2 6c1.202 0 2 .798 2 2h2c0-2.3066-1.6934-4-4-4v2Zm2 2c0 1.202-.798 2-2 2v2c2.3066 0 4-1.6934 4-4h-2Zm4.5-7v14h2v-14h-2Zm12.5 9c-1.202 0-2-.798-2-2h-2c0 2.3066 1.6934 4 4 4v-2Zm-2-2c0-1.202.798-2 2-2v-2c-2.3066 0-4 1.6934-4 4h2Z'
|
|
26
26
|
/>
|
|
27
27
|
)
|
|
28
28
|
)
|
package/react/timer.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export const IconTimer: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='m11.
|
|
25
|
+
d='m11.2929 11.2929-.7071.7071 1.4142 1.4142.7071-.7071-1.4142-1.4142Zm4.4142-1.5858c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0l1.4142 1.4142Zm-2.7071-8.7071c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-.2929 11.7071 3-3-1.4142-1.4142-3 3 1.4142 1.4142Zm7.2929-.7071c0 4.4183-3.5817 8-8 8v2c5.5228 0 10-4.4772 10-10h-2Zm-8 8c-4.4183 0-8-3.5817-8-8h-2c0 5.5228 4.4771 10 10 10v-2Zm-8-8c0-4.4183 3.5817-8 8-8v-2c-5.5229 0-10 4.4771-10 10h2Zm8-8c4.4183 0 8 3.5817 8 8h2c0-5.5229-4.4772-10-10-10v2Zm1-1v-2h-2v2h2Z'
|
|
26
26
|
/>,
|
|
27
27
|
<circle cx={12} cy={12} r={2} fill='currentColor' />
|
|
28
28
|
)
|
package/react/trackpad.tsx
CHANGED
|
@@ -23,7 +23,7 @@ export const IconTrackpad: ForwardRefExoticComponent<
|
|
|
23
23
|
<path
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeWidth={2}
|
|
26
|
-
d='M4
|
|
26
|
+
d='M4 14v2c0 1.6569 1.3431 3 3 3h5m-8-5v-7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v7m-16 0h8m8 0v2c0 1.6569-1.3431 3-3 3h-5m8-5h-8m0 0v5'
|
|
27
27
|
/>
|
|
28
28
|
)
|
|
29
29
|
)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconTrapeze: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<g clipPath='url(#a)'>
|
|
24
|
+
<path
|
|
25
|
+
stroke='currentColor'
|
|
26
|
+
strokeLinecap='round'
|
|
27
|
+
strokeLinejoin='round'
|
|
28
|
+
strokeWidth={2}
|
|
29
|
+
d='M18 3h-12l-3.9063 18h19.9063l-4-18Z'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
package/react/trash-simple.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconTrashSimple: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeMiterlimit={1.414}
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M4 5h8m8 0h-8m0
|
|
29
|
+
d='M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
package/react/trash.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconTrash: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeMiterlimit={1.414}
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M4 5h8m8 0h-8m0
|
|
29
|
+
d='M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75m-8 0v9m4-9v9'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconProps } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconTriangleSquareCircle: ForwardRefExoticComponent<
|
|
12
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
13
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
14
|
+
createElement(
|
|
15
|
+
StyledIcon,
|
|
16
|
+
{
|
|
17
|
+
...props,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<g clipPath='url(#a)'>
|
|
24
|
+
<path
|
|
25
|
+
fill='currentColor'
|
|
26
|
+
d='M3 14v-1c-.5523 0-1 .4477-1 1h1Zm7 0h1c0-.5523-.4477-1-1-1v1Zm0 7v1c.5523 0 1-.4477 1-1h-1Zm-7 0h-1c0 .5523.4477 1 1 1v-1Zm5.5-11-.8944-.4472a1 1 0 0 0 .8944 1.4472v-1Zm7 0v1a1 1 0 0 0 .8944-1.4472l-.8944.4472Zm-3.5-7 .8944-.4472a1 1 0 0 0-1.7888 0l.8944.4472Zm-9 12h7v-2h-7v2Zm6-1v7h2v-7h-2Zm1 6h-7v2h7v-2Zm-6 1v-7h-2v7h2Zm4.5-10h7v-2h-7v2Zm7.8944-1.4472-3.5-7-1.7888.8944 3.5 7 1.7888-.8944Zm-5.2888-7-3.5 7 1.7888.8944 3.5-7-1.7888-.8944Zm8.8944 14.9472c0 1.3807-1.1193 2.5-2.5 2.5v2c2.4853 0 4.5-2.0147 4.5-4.5h-2Zm-2.5 2.5c-1.3807 0-2.5-1.1193-2.5-2.5h-2c0 2.4853 2.0147 4.5 4.5 4.5v-2Zm-2.5-2.5c0-1.3807 1.1193-2.5 2.5-2.5v-2c-2.4853 0-4.5 2.0147-4.5 4.5h2Zm2.5-2.5c1.3807 0 2.5 1.1193 2.5 2.5h2c0-2.4853-2.0147-4.5-4.5-4.5v2Z'
|
|
27
|
+
/>
|
|
28
|
+
</g>,
|
|
29
|
+
<defs>
|
|
30
|
+
<clipPath id='a'>
|
|
31
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
32
|
+
</clipPath>
|
|
33
|
+
</defs>
|
|
34
|
+
)
|
|
35
|
+
)
|
package/react/triangle.tsx
CHANGED
|
@@ -24,12 +24,12 @@ export const IconTriangle: ForwardRefExoticComponent<
|
|
|
24
24
|
<path
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M20.
|
|
27
|
+
d='M20.5807 20.5263h-17.181c-.1847 0-.3057-.1933-.2249-.3593l8.1384-16.729c.0891-.183.3479-.1886.4448-.0095l9.0426 16.7289c.09.1666-.0306.3689-.2199.3689Z'
|
|
28
28
|
/>
|
|
29
29
|
</g>,
|
|
30
30
|
<defs>
|
|
31
31
|
<clipPath id='a'>
|
|
32
|
-
<path d='M0
|
|
32
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
33
33
|
</clipPath>
|
|
34
34
|
</defs>
|
|
35
35
|
)
|
package/react/trident.tsx
CHANGED
|
@@ -20,35 +20,28 @@ export const IconTrident: ForwardRefExoticComponent<
|
|
|
20
20
|
fill: 'none',
|
|
21
21
|
ref: forwardRef,
|
|
22
22
|
},
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
/>
|
|
47
|
-
</g>,
|
|
48
|
-
<defs>
|
|
49
|
-
<clipPath id='a'>
|
|
50
|
-
<path d='M0 0h24v24H0z' />
|
|
51
|
-
</clipPath>
|
|
52
|
-
</defs>
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M12 20v-4m0-11v11m0 0 6.1414-.8773a1 1 0 0 0 .8586-.99v-7.1327m-7 9-6.1414-.8773a1 1 0 0 1-.8586-.99v-7.1327'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
fill='currentColor'
|
|
32
|
+
d='M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118Z'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
fill='currentColor'
|
|
36
|
+
d='M18.7797 4.1073c.0922-.1843.3551-.1843.4472 0l2.0059 4.0118c.0997.1994-.0916.4196-.303.3488l-1.8471-.6187a.25.25 0 0 0-.1588 0l-1.8471.6187c-.2113.0708-.4027-.1494-.303-.3488l2.0059-4.0118ZM11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118Z'
|
|
37
|
+
/>,
|
|
38
|
+
<path
|
|
39
|
+
fill='currentColor'
|
|
40
|
+
d='M11.7794 2.1382c.0921-.1843.355-.1843.4472 0l2.0059 4.0118c.0997.1994-.0917.4197-.303.3489l-1.8471-.6188a.2498.2498 0 0 0-.1588 0l-1.8471.6188c-.2114.0708-.4027-.1495-.303-.3489l2.0059-4.0118ZM4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z'
|
|
41
|
+
/>,
|
|
42
|
+
<path
|
|
43
|
+
fill='currentColor'
|
|
44
|
+
d='M4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z'
|
|
45
|
+
/>
|
|
53
46
|
)
|
|
54
47
|
)
|
package/react/trophy.tsx
CHANGED
|
@@ -25,11 +25,11 @@ export const IconTrophy: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M12 15c-2.
|
|
28
|
+
d='M12 15c-2.0412 0-4.7491-1.3333-5.6742-4m5.6742 4c2.0484 0 4.7683-1.2904 5.684-4m-5.684 4v6m-6-16v4c0 .734.1179 1.4007.3258 2m-.3258-6v-2h12v2m-12 0h-4c.1527 3.7884 1.1482 5.0611 4.3258 6m11.6742-6 .0001 4c-.0001.7365-.1142 1.4027-.3161 2m.316-6h4c-.0858 3.7438-1.0571 5.0334-4.316 6'
|
|
29
29
|
/>,
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
|
-
d='M8
|
|
32
|
+
d='M8 19c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-6c-.5523 0-1-.4477-1-1v-2Z'
|
|
33
33
|
/>
|
|
34
34
|
)
|
|
35
35
|
)
|
package/react/user-add.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconUserAdd: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M2 11h3m0 0h3m-3
|
|
27
|
+
d='M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|
|
@@ -23,12 +23,12 @@ export const IconUserArrowRightUp: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='M2
|
|
26
|
+
d='M2 20c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm9-5c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm6 6c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm1-8 .7071-.7071c-.3905-.3905-1.0237-.3905-1.4142 0l.7071.7071Zm2.2929 3.7071c.3905.3905 1.0237.3905 1.4142 0 .3905-.3905.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-6-1.4142c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm-11.2929 4.7071c1 0 1 .0003 1 .0006v.0009-.008l.0007-.0387c.0008-.036.0025-.092.006-.165a9.919 9.919 0 0 1 .0497-.6169c.0577-.5198.1718-1.1953.3923-1.8567.4564-1.3693 1.2156-2.3162 2.5513-2.3162v-2c-2.6643 0-3.9051 2.0531-4.4487 3.6838-.2795.8386-.4154 1.6631-.4827 2.2683a11.908 11.908 0 0 0-.0597.7425 8.603 8.603 0 0 0-.0087.2774l-.0002.0184v.0089c0 .0004 0 .0007 1 .0007Zm4-5h4v-2h-4v2Zm7-8c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Zm8 17v-8h-2v8h2Zm-1.7071-7.2929 3 3 1.4142-1.4142-3-3-1.4142 1.4142Zm0-1.4142-3 3 1.4142 1.4142 3-3-1.4142-1.4142Z'
|
|
27
27
|
/>
|
|
28
28
|
</g>,
|
|
29
29
|
<defs>
|
|
30
30
|
<clipPath id='a'>
|
|
31
|
-
<path d='M0
|
|
31
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
32
32
|
</clipPath>
|
|
33
33
|
</defs>
|
|
34
34
|
)
|
package/react/user-eye-open.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export const IconUserEyeOpen: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M2
|
|
25
|
+
d='M2 19.9999c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm6-5c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-5 5c1 0 1 .0003 1 .0006v.0009-.008l.0007-.0387a6.5695 6.5695 0 0 1 .006-.1651 9.923 9.923 0 0 1 .0497-.6168c.0577-.5198.1718-1.1953.3923-1.8567.4564-1.3693 1.2156-2.3162 2.5513-2.3162v-2c-2.6643 0-3.9051 2.0531-4.4487 3.6838-.2795.8386-.4154 1.663-.4827 2.2682a11.916 11.916 0 0 0-.0597.7426 8.5866 8.5866 0 0 0-.0087.2774 3.038 3.038 0 0 0-.0002.0183v.009c0 .0003 0 .0007 1 .0007Zm11-12.9999c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Zm-4 10.9999h1v-2h-1v2Zm4 3.0001c0 .1635-.0495.2218.0106.0838.0389-.0892.1075-.2226.2115-.3882.2072-.3303.5283-.7471.9618-1.1536.8639-.8098 2.1304-1.542 3.8161-1.542v-2c-2.3143 0-4.0478 1.0178-5.1839 2.083-.5665.531-.9954 1.083-1.2882 1.5496-.146.2327-.2649.4549-.351.6528-.065.149-.1769.4261-.1769.7146h2Zm5-3c1.6857 0 2.9522.7322 3.8161 1.542.4335.4065.7546.8233.9618 1.1536.104.1656.1727.299.2115.3882.0601.138.0106.0797.0106-.0838h2c0-.2885-.112-.5656-.1769-.7146-.0862-.1979-.205-.4201-.351-.6528-.2928-.4666-.7217-1.0186-1.2882-1.5496-1.1361-1.0652-2.8696-2.083-5.1839-2.083v2Zm5 3c0-.1635.0495-.2218-.0106-.0838-.0388.0892-.1075.2226-.2115.3882-.2072.3303-.5283.7471-.9618 1.1536-.8639.8098-2.1304 1.542-3.8161 1.542v2c2.3143 0 4.0478-1.0178 5.1839-2.083.5665-.531.9954-1.083 1.2882-1.5496.146-.2327.2648-.4549.351-.6528.0649-.149.1769-.4261.1769-.7146h-2Zm-5 3c-1.6857 0-2.9522-.7322-3.8161-1.542-.4335-.4065-.7546-.8233-.9618-1.1536-.104-.1656-.1726-.299-.2115-.3882-.0601-.138-.0106-.0797-.0106.0838h-2c0 .2885.112.5656.1769.7146.0861.1979.205.4201.351.6528.2928.4666.7217 1.0186 1.2882 1.5496 1.1361 1.0652 2.8696 2.083 5.1839 2.083v-2Z'
|
|
26
26
|
/>,
|
|
27
27
|
<circle cx={16} cy={18} r={2} fill='currentColor' />
|
|
28
28
|
)
|
package/react/user-load.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconUserLoad: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M4
|
|
28
|
+
d='M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-8-8.9999c2.2091 0 4-1.7909 4-4 0-2.2091-1.7909-4-4-4-2.2091 0-4 1.7909-4 4'
|
|
29
29
|
/>
|
|
30
30
|
</g>,
|
|
31
31
|
<defs>
|
|
32
32
|
<clipPath id='a'>
|
|
33
|
-
<path d='M0
|
|
33
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
34
34
|
</clipPath>
|
|
35
35
|
</defs>
|
|
36
36
|
)
|
|
@@ -26,12 +26,12 @@ export const IconUserNumberThree: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M4
|
|
29
|
+
d='M4 20.9999s0-6 4-6h8c4-.0001 4 6 4 6m-9.75-15.9999h3.5l-2 3c.6667 0 2 .5587 2 2 0 1.5-1.3536 2-2 2-1.25 0-1.75-1-1.75-1'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
|
@@ -22,12 +22,12 @@ export const IconUserPenDashesBottom: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M3
|
|
25
|
+
d='M3 20h-1c0 .5523.4477 1 1 1v-1Zm8-5c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-5 6c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm4-2c-.5523 0-1 .4477-1 1s.4477 1 1 1v-2Zm3 2c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm4-2c-.5523 0-1 .4477-1 1s.4477 1 1 1v-2Zm3 2c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-17-1c1 0 1 .0003 1 .0006v.0009-.008l.0007-.0387c.0008-.036.0025-.092.006-.165a9.919 9.919 0 0 1 .0497-.6169c.0577-.5198.1718-1.1953.3923-1.8567.4564-1.3693 1.2156-2.3162 2.5513-2.3162v-2c-2.6643 0-3.9051 2.0531-4.4487 3.6838-.2795.8386-.4154 1.6631-.4827 2.2683a11.908 11.908 0 0 0-.0597.7425 8.603 8.603 0 0 0-.0087.2774l-.0002.0184v.0089c0 .0004 0 .0007 1 .0007Zm4-5h4v-2h-4v2Zm7-8c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Zm-8 17h3v-2h-3v2Zm7 0h3v-2h-3v2Zm7 0h3v-2h-3v2Z'
|
|
26
26
|
/>,
|
|
27
27
|
<path
|
|
28
28
|
fill='currentColor'
|
|
29
29
|
fillRule='evenodd'
|
|
30
|
-
d='m21.437 10.
|
|
30
|
+
d='m21.437 10.4113-5.7563 5.7562-1.3805.2614a.2494.2494 0 0 1-.295-.2951l.2613-1.3805 5.7592-5.7533 1.4113 1.4113Z'
|
|
31
31
|
clipRule='evenodd'
|
|
32
32
|
/>
|
|
33
33
|
)
|
|
@@ -22,12 +22,12 @@ export const IconUserPenLineBottom: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M3
|
|
25
|
+
d='M3 20h-1c0 .5523.4477 1 1 1v-1Zm8-5c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm9.5 6c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-17.5-1c1 0 1 .0003 1 .0006v.0009-.008l.0007-.0387c.0008-.036.0025-.092.006-.165a9.919 9.919 0 0 1 .0497-.6169c.0577-.5198.1718-1.1953.3923-1.8567.4564-1.3693 1.2156-2.3162 2.5513-2.3162v-2c-2.6643 0-3.9051 2.0531-4.4487 3.6838-.2795.8386-.4154 1.6631-.4827 2.2683a11.908 11.908 0 0 0-.0597.7425 8.603 8.603 0 0 0-.0087.2774l-.0002.0184v.0089c0 .0004 0 .0007 1 .0007Zm4-5h4v-2h-4v2Zm7-8c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Zm-8 17h17.5v-2h-17.5v2Z'
|
|
26
26
|
/>,
|
|
27
27
|
<path
|
|
28
28
|
fill='currentColor'
|
|
29
29
|
fillRule='evenodd'
|
|
30
|
-
d='m21.437 10.
|
|
30
|
+
d='m21.437 10.4113-5.7563 5.7562-1.3805.2614a.2494.2494 0 0 1-.295-.2951l.2613-1.3805 5.7592-5.7533 1.4113 1.4113Z'
|
|
31
31
|
clipRule='evenodd'
|
|
32
32
|
/>
|
|
33
33
|
)
|
package/react/user-tick-down.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconUserTickDown: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='M2
|
|
26
|
+
d='M2 20c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm11-5c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm.7071 2.2929c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm2.2929 3.7071-.7071.7071c.3905.3905 1.0237.3905 1.4142 0l-.7071-.7071Zm5.7071-4.2929c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0l1.4142 1.4142Zm-18.7071 3.2929c1 0 1 .0003 1 .0006v.0009-.008l.0007-.0387c.0008-.036.0025-.092.006-.165a9.919 9.919 0 0 1 .0497-.6169c.0577-.5198.1718-1.1953.3923-1.8567.4564-1.3693 1.2156-2.3162 2.5513-2.3162v-2c-2.6643 0-3.9051 2.0531-4.4487 3.6838-.2795.8386-.4154 1.6631-.4827 2.2683a11.908 11.908 0 0 0-.0597.7425 8.603 8.603 0 0 0-.0087.2774l-.0002.0184v.0089c0 .0004 0 .0007 1 .0007Zm4-5h6v-2h-6v2Zm5.2929 3.7071 3 3 1.4142-1.4142-3-3-1.4142 1.4142Zm4.4142 3 5-5-1.4142-1.4142-5 5 1.4142 1.4142Zm-2.7071-14.7071c0 1.6569-1.3431 3-3 3v2c2.7614 0 5-2.2386 5-5h-2Zm-3 3c-1.6569 0-3-1.3431-3-3h-2c0 2.7614 2.2386 5 5 5v-2Zm-3-3c0-1.6569 1.3431-3 3-3v-2c-2.7614 0-5 2.2386-5 5h2Zm3-3c1.6569 0 3 1.3431 3 3h2c0-2.7614-2.2386-5-5-5v2Z'
|
|
27
27
|
/>
|
|
28
28
|
</g>,
|
|
29
29
|
<defs>
|
|
30
30
|
<clipPath id='a'>
|
|
31
|
-
<path d='M0
|
|
31
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
32
32
|
</clipPath>
|
|
33
33
|
</defs>
|
|
34
34
|
)
|
package/react/user.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconUser: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='m4 20 .443-2.
|
|
27
|
+
d='m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|
package/react/users-three.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconUsersThree: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M7 21s0-3 3-3h4c3 0 3 3 3
|
|
29
|
+
d='M7 21s0-3 3-3h4c3 0 3 3 3 3m-14-7s0-3 3-3m12 0c3 0 3 3 3 3m-12-8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm10 0c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm-5 7c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z'
|
|
30
30
|
/>
|
|
31
31
|
</g>,
|
|
32
32
|
<defs>
|
|
33
33
|
<clipPath id='a'>
|
|
34
|
-
<path d='M0
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
35
|
</clipPath>
|
|
36
36
|
</defs>
|
|
37
37
|
)
|
package/react/users.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconUsers: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='m1 20 .443-2.
|
|
27
|
+
d='m1 20 .443-2.6576c.3214-1.9287 1.9901-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m3-4h1.8517c1.513 0 2.7892 1.1266 2.9769 2.6279l.1715 1.3721m-12.0001-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Zm9 2.5c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|