@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/crop.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconCrop: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='M7
|
|
26
|
+
d='M7 2c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm15 17c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-12-14c-.5523 0-1 .4477-1 1s.4477 1 1 1v-2Zm7 9c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm-15-9c-.5523 0-1 .4477-1 1s.4477 1 1 1v-2Zm4 2h1v-2h-1v2Zm11 15c0 .5523.4477 1 1 1s1-.4477 1-1h-2Zm-12-20v15h2v-15h-2Zm5 5h7v-2h-7v2Zm7 0v7h2v-7h-2Zm-15 0h4v-2h-4v2Zm5 12h11v-2h-11v2Zm11 0h4v-2h-4v2Zm1 3v-4h-2v4h2Zm-2-15h2c0-1.1046-.8954-2-2-2v2Zm-12 10c0 1.1046.8954 2 2 2v-2h-2Z'
|
|
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/cross-circle.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconCrossCircle: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='m9 9 6 6m0-6-6 6m12-
|
|
27
|
+
d='m9 9 6 6m0-6-6 6m12-3c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|
|
@@ -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 IconCrossFat: 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='M8 3v-1c-.5523 0-1 .4477-1 1h1Zm8 0h1c0-.5523-.4477-1-1-1v1Zm0 5h-1v1h1v-1Zm5 0h1c0-.5523-.4477-1-1-1v1Zm0 8v1c.5523 0 1-.4477 1-1h-1Zm-5 0v-1h-1v1h1Zm0 5v1c.5523 0 1-.4477 1-1h-1Zm-8 0h-1c0 .5523.4477 1 1 1v-1Zm0-5h1v-1h-1v1Zm-5 0h-1c0 .5523.4477 1 1 1v-1Zm0-8v-1c-.5523 0-1 .4477-1 1h1Zm5 0v1h1v-1h-1Zm0-4h8v-2h-8v2Zm7-1v5h2v-5h-2Zm1 6h5v-2h-5v2Zm4-1v8h2v-8h-2Zm1 7h-5v2h5v-2Zm-6 1v5h2v-5h-2Zm1 4h-8v2h8v-2Zm-7 1v-5h-2v5h2Zm-1-6h-5v2h5v-2Zm-4 1v-8h-2v8h2Zm-1-7h5v-2h-5v2Zm6-1v-5h-2v5h2Z'
|
|
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/cross-square.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconCrossSquare: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='m8 8 8 8m0-8-8
|
|
29
|
+
d='m8 8 8 8m0-8-8 8m-4-12h16v16h-16v-16Z'
|
|
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/cross.tsx
CHANGED
package/react/cube.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconCube: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-
|
|
29
|
+
d='m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11-9-3m9 3v11m-9-14v11l9 3'
|
|
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/cursor-filled.tsx
CHANGED
|
@@ -24,11 +24,11 @@ export const IconCursorFilled: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='m14.5 20-1.
|
|
27
|
+
d='m14.5 20-1.9167-4.9706m-4.1776-10.9609 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4685.4685 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z'
|
|
28
28
|
/>,
|
|
29
29
|
<path
|
|
30
30
|
fill='currentColor'
|
|
31
|
-
d='
|
|
31
|
+
d='m17.8405 13.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4365-3.2929a.4685.4685 0 0 1 .2851-.1306l5.0224-.4164c.4241-.0352.6039-.5999.2891-.9084Z'
|
|
32
32
|
/>
|
|
33
33
|
)
|
|
34
34
|
)
|
package/react/cursor-lines.tsx
CHANGED
|
@@ -22,14 +22,14 @@ export const IconCursorLines: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='
|
|
25
|
+
d='m13.8405 13.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4365-3.2929a.4686.4686 0 0 1 .285-.1306l5.0225-.4164c.4241-.0352.6039-.5999.2891-.9084Z'
|
|
26
26
|
/>,
|
|
27
27
|
<path
|
|
28
28
|
stroke='currentColor'
|
|
29
29
|
strokeLinecap='round'
|
|
30
30
|
strokeLinejoin='round'
|
|
31
31
|
strokeWidth={2}
|
|
32
|
-
d='m10.5 20-1.
|
|
32
|
+
d='m10.5 20-1.9167-4.9706m2.4167-11.0294h10m-6 4h2m-12.5943-3.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4686.4686 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z'
|
|
33
33
|
/>
|
|
34
34
|
)
|
|
35
35
|
)
|
package/react/cursor-text.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconCursorText: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M7
|
|
29
|
+
d='M7 5h3c1.1046 0 2 .8954 2 2m0 0v10m0-10c0-1.1046.8954-2 2-2h3m-5 12c0 1.1046-.8954 2-2 2h-3m5-2c0 1.1046.8954 2 2 2h3'
|
|
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/cursor.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconCursor: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='m14.5 20-1.
|
|
28
|
+
d='m14.5 20-1.9167-4.9706m-4.1776-10.9609 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4685.4685 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z'
|
|
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 IconCurveSquareCircleArrow: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M11 6h-
|
|
29
|
+
d='M11 6h-1c-2.2091 0-4 1.7909-4 4v1m8 7h8m0 0-2-3m2 3-2 3m-10-3c0 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 4Zm6-16h4c1.1046 0 2 .8954 2 2v4c0 1.1046-.8954 2-2 2h-4c-1.1046 0-2-.8954-2-2v-4c0-1.1046.8954-2 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
|
)
|
|
@@ -26,12 +26,12 @@ export const IconDashLeftDownSquareDashRightUp: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='m4 20 2-
|
|
29
|
+
d='m4 20 2-2m12-12 2-2m-11 12h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z'
|
|
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 IconDashLeftUpSquareDashDownRight: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='m4 4 2 2m12 12 2
|
|
29
|
+
d='m4 4 2 2m12 12 2 2m-11-4h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z'
|
|
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 IconDashSquareDashHorizontal: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M3 12h2m14
|
|
29
|
+
d='M3 12h2m14 0h2m-12 4h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z'
|
|
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 IconDashSquareDashVertical: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M12 3v2m0
|
|
29
|
+
d='M12 3v2m0 14v2m-4-12v6c0 .5523.4477 1 1 1h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1Z'
|
|
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
|
)
|
|
@@ -24,7 +24,7 @@ export const IconDistributeHorizontal: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M4
|
|
27
|
+
d='M4 3v18m16-18v18'
|
|
28
28
|
/>,
|
|
29
29
|
<rect width={4} height={10} x={10} y={7} fill='currentColor' rx={2} />
|
|
30
30
|
)
|
package/react/dots-nine.tsx
CHANGED
|
@@ -22,8 +22,8 @@ export const IconDotsNine: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M6
|
|
25
|
+
d='M6 4c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 4c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 4c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM6 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM6 20c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 20c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 20c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z'
|
|
26
26
|
/>,
|
|
27
|
-
<path stroke='currentColor' strokeWidth={2} d='
|
|
27
|
+
<path stroke='currentColor' strokeWidth={2} d='m22 21.0003.001-.0003' />
|
|
28
28
|
)
|
|
29
29
|
)
|
package/react/dots-three.tsx
CHANGED
|
@@ -22,8 +22,8 @@ export const IconDotsThree: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M6
|
|
25
|
+
d='M6 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM14 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM22 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z'
|
|
26
26
|
/>,
|
|
27
|
-
<path stroke='currentColor' strokeWidth={2} d='
|
|
27
|
+
<path stroke='currentColor' strokeWidth={2} d='m22 21.0003.001-.0003' />
|
|
28
28
|
)
|
|
29
29
|
)
|
package/react/dots-two.tsx
CHANGED
|
@@ -22,8 +22,8 @@ export const IconDotsTwo: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='M10
|
|
25
|
+
d='M10 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM18 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z'
|
|
26
26
|
/>,
|
|
27
|
-
<path stroke='currentColor' strokeWidth={2} d='
|
|
27
|
+
<path stroke='currentColor' strokeWidth={2} d='m22 21.0003.001-.0003' />
|
|
28
28
|
)
|
|
29
29
|
)
|
package/react/download.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconDownload: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M21
|
|
29
|
+
d='M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9-10v11m0 0-4-4.5m4 4.5 4-4.5'
|
|
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/envelope.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconEnvelope: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='m7 9 3.
|
|
27
|
+
d='m7 9 3.6179 3.4588c.7732.7391 1.991.7391 2.7642 0l3.6179-3.4588m-13 10h16c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1Z'
|
|
28
28
|
/>
|
|
29
29
|
)
|
|
30
30
|
)
|
package/react/eraser.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconEraser: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M18 20h-6m0
|
|
29
|
+
d='M18 20h-6m0 0h-5.1716a2 2 0 0 1-1.4142-.5858l-2-2c-.781-.781-.781-2.0474 0-2.8284l7.5858-7.5858m1 13 6-6m0 0 2.5858-2.5858c.781-.781.781-2.0474 0-2.8284l-4.1716-4.1716c-.781-.781-2.0474-.781-2.8284 0l-2.5858 2.5858m7 7-7-7'
|
|
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
|
)
|
|
@@ -24,8 +24,11 @@ export const IconExclamationPointCircle: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M12 8v4m9
|
|
27
|
+
d='M12 8v4m9 0c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Zm-8.5 3.5a.5.5 0 1 1-1.0001-.0001.5.5 0 0 1 1.0001.0001Z'
|
|
28
28
|
/>,
|
|
29
|
-
<path
|
|
29
|
+
<path
|
|
30
|
+
fill='currentColor'
|
|
31
|
+
d='M13 15.5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z'
|
|
32
|
+
/>
|
|
30
33
|
)
|
|
31
34
|
)
|
package/react/export.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconExport: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M21
|
|
29
|
+
d='M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9 1v-11m0 0 4 4.5m-4-4.5-4 4.5'
|
|
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
|
)
|
|
@@ -25,7 +25,7 @@ export const IconEyeClosedDotsFourFrameBroken: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M5
|
|
28
|
+
d='M5 5h-1c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-4m-11.5-9s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918m-14 7h1m3.5 0h1m3.5 0h1'
|
|
29
29
|
/>
|
|
30
30
|
)
|
|
31
31
|
)
|
package/react/eye-closed.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconEyeClosed: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M2.
|
|
29
|
+
d='M2.909 11s.4876.9751 1.5314 2.1007m16.6505-2.1007s-.4875.9751-1.5313 2.1007m-15.1192 0-2.4404 2.4448m2.4404-2.4448c1.038 1.1195 2.6263 2.3878 4.8323 2.994m0 0c.8222.2259 1.7301.3598 2.7273.3598.9972 0 1.9051-.1339 2.7273-.3598m-5.4546 0-.909 3.0871m6.3636-3.0871.9091 3.0871m-.9091-3.0871c2.206-.6062 3.7942-1.8745 4.8323-2.994m0 0 2.4404 2.4448'
|
|
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
|
)
|
|
@@ -25,7 +25,7 @@ export const IconEyeOpenLineFrameBroken: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M5
|
|
28
|
+
d='M5 5h-1c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-4m-14 1h10m-8-8c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z'
|
|
29
29
|
/>,
|
|
30
30
|
<circle cx={15} cy={7} r={2} fill='currentColor' />
|
|
31
31
|
)
|
package/react/eye-open-slash.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconEyeOpenSlash: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='m2 12-.
|
|
26
|
+
d='m2 12-.8682-.4961a.9998.9998 0 0 0 0 .9922l.8682-.4961Zm20 0 .8682.4961a.9997.9997 0 0 0 0-.9922l-.8682.4961Zm-8.5858-1.4142c.3905.3905 1.0237.3905 1.4142 0 .3906-.3905.3906-1.0237 0-1.4142l-1.4142 1.4142Zm-4.3954 4.0811c.3683.4115 1.0005.4466 1.412.0782.4115-.3683.4466-1.0005.0782-1.412l-1.4902 1.3338Zm7.5883-7.0874c.4551.313 1.0777.1979 1.3907-.2572.313-.455.1979-1.0776-.2571-1.3906l-1.1336 1.6478Zm-10.3935 10.4572c.4538.3149 1.0769.2023 1.3917-.2514.3149-.4538.2023-1.0769-.2515-1.3917l-1.1402 1.6431Zm4.4776-.1642c-.5421-.1056-1.0672.2483-1.1728.7904-.1055.5421.2483 1.0671.7904 1.1727l.3824-1.9631Zm10.0572-9.2384c-.3663-.4133-.9983-.4515-1.4116-.0852-.4134.3663-.4515.9984-.0852 1.4117l1.4968-1.3265Zm-17.4555 10.6588c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm17.4142-14.5858c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0l1.4142 1.4142Zm-18.7071 7.2929c.8682.4961.8681.4964.868.4966l-.0002.0003v.0002l.0008-.0016a9.8843 9.8843 0 0 1 .16-.2616c.1124-.1775.2816-.4352.5039-.7464.4457-.6241 1.0982-1.454 1.9246-2.2804 1.6782-1.6782 3.9361-3.2071 6.5429-3.2071v-2c-3.3932 0-6.1353 1.9711-7.9571 3.7929-.9236.9236-1.6462 1.8437-2.1379 2.5321a18.1541 18.1541 0 0 0-.5665.8396 11.9585 11.9585 0 0 0-.1899.3102l-.0114.0196a.5096.5096 0 0 0-.0046.008l-.0005.0008c-.0002.0004-.0003.0007.8679.4968Zm20 0c-.8682-.4961-.8681-.4964-.868-.4966l.0002-.0003.0001-.0002-.0009.0016-.0061.0105c-.006.0102-.0157.0267-.0292.0491a9.7598 9.7598 0 0 1-.1248.202 16.1705 16.1705 0 0 1-.5038.7464c-.4458.6241-1.0982 1.454-1.9246 2.2804-1.6782 1.6782-3.9361 3.2071-6.5429 3.2071v2c3.3932 0 6.1353-1.9711 7.9571-3.7929.9236-.9236 1.6462-1.8437 2.1379-2.5321.2465-.3451.4366-.6342.5665-.8396a11.8945 11.8945 0 0 0 .1899-.3102 2.4193 2.4193 0 0 0 .0114-.0196l.0034-.006.0012-.002.0005-.0008c.0002-.0004.0003-.0007-.8679-.4968Zm-12 0c0-1.1046.8954-2 2-2v-2c-2.2091 0-4 1.7909-4 4h2Zm2-2c.5526 0 1.0512.2228 1.4142.5858l1.4142-1.4142c-.7227-.7228-1.7241-1.1716-2.8284-1.1716v2Zm-1.491 3.3331a1.9888 1.9888 0 0 1-.509-1.3331h-2c0 1.0238.386 1.9599 1.0188 2.6669l1.4902-1.3338Zm1.491-7.3331c1.7001 0 3.2531.648 4.6071 1.5795l1.1336-1.6478c-1.5745-1.083-3.5174-1.9317-5.7407-1.9317v2Zm-4.6462 10.3936c-1.3846-.9608-2.5104-2.1832-3.297-3.1823a18.1373 18.1373 0 0 1-.8941-1.2375 12.8614 12.8614 0 0 1-.2263-.3559 7.1429 7.1429 0 0 1-.0663-.1109l-.0022-.0038c-.0002-.0003-.0002-.0004-.0002-.0002l.0002.0003.0002.0002c0 .0002.0001.0004-.8681.4965s-.8681.4963-.868.4965l.0003.0005.0006.0012.0019.0032.0056.0098.0193.0328c.0163.0277.0396.0668.0698.1162.0603.0987.148.239.2621.4125.228.3466.5623.8276.9938 1.3757.8581 1.09 2.1241 2.4752 3.7282 3.5883l1.1402-1.6431Zm4.6462 1.6064c-.448 0-.8844-.0448-1.3088-.1275l-.3824 1.9631a8.8348 8.8348 0 0 0 1.6912.1644v-2Zm7.2516-8.0394a18.6908 18.6908 0 0 1 1.405 1.7968c.1605.2339.2821.4233.3622.5521a8.3061 8.3061 0 0 1 .109.1798l.004.0069.0005.0009-.0001-.0003-.0002-.0003-.0001-.0001c-.0001-.0001-.0001-.0003.8681-.4964s.8682-.4963.8681-.4964l-.0002-.0003-.0003-.0006-.001-.0016-.0026-.0046-.0085-.0147c-.0071-.0121-.0169-.0289-.0296-.0501a10.8313 10.8313 0 0 0-.1089-.1787 16.7676 16.7676 0 0 0-.4116-.6275 20.6917 20.6917 0 0 0-1.557-1.9914l-1.4968 1.3265Zm-14.5445 10.7465 16-16-1.4142-1.4142-16 16 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/eye-open.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconEyeOpen: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='m2 12-.
|
|
26
|
+
d='m2 12-.8682-.4961a.9998.9998 0 0 0 0 .9922l.8682-.4961Zm20 0 .8682.4961a.9997.9997 0 0 0 0-.9922l-.8682.4961Zm-20 0c.8682.4961.8681.4964.868.4966l-.0002.0003v.0002l.0008-.0016a9.8843 9.8843 0 0 1 .16-.2616c.1124-.1775.2816-.4352.5039-.7464.4457-.6241 1.0982-1.454 1.9246-2.2804 1.6782-1.6782 3.9361-3.2071 6.5429-3.2071v-2c-3.3932 0-6.1353 1.9711-7.9571 3.7929-.9236.9236-1.6462 1.8437-2.1379 2.5321a18.1541 18.1541 0 0 0-.5665.8396 11.9585 11.9585 0 0 0-.1899.3102l-.0114.0196a.5096.5096 0 0 0-.0046.008l-.0005.0008c-.0002.0004-.0003.0007.8679.4968Zm10-6c2.6068 0 4.8647 1.5289 6.5429 3.2071.8264.8264 1.4788 1.6563 1.9246 2.2804.2223.3112.3915.5689.5038.7464.0561.0886.0979.1571.1248.202.0135.0224.0232.0389.0292.0491l.0061.0105.0009.0016-.0001-.0002-.0002-.0003c-.0001-.0002-.0002-.0005.868-.4966s.8681-.4964.8679-.4968l-.0005-.0008-.0012-.002-.0034-.006a6.2187 6.2187 0 0 0-.0517-.0875 11.8945 11.8945 0 0 0-.1496-.2423 18.1362 18.1362 0 0 0-.5665-.8396c-.4917-.6884-1.2143-1.6085-2.1379-2.5321-1.8218-1.8218-4.5639-3.7929-7.9571-3.7929v2Zm10 6c-.8682-.4961-.8681-.4964-.868-.4966l.0002-.0003.0001-.0002-.0009.0016-.0061.0105c-.006.0102-.0157.0267-.0292.0491a9.7598 9.7598 0 0 1-.1248.202 16.1705 16.1705 0 0 1-.5038.7464c-.4458.6241-1.0982 1.454-1.9246 2.2804-1.6782 1.6782-3.9361 3.2071-6.5429 3.2071v2c3.3932 0 6.1353-1.9711 7.9571-3.7929.9236-.9236 1.6462-1.8437 2.1379-2.5321.2465-.3451.4366-.6342.5665-.8396a11.8945 11.8945 0 0 0 .1899-.3102 2.4193 2.4193 0 0 0 .0114-.0196l.0034-.006.0012-.002.0005-.0008c.0002-.0004.0003-.0007-.8679-.4968Zm-10 6c-2.6068 0-4.8647-1.5289-6.5429-3.2071-.8264-.8264-1.4788-1.6563-1.9246-2.2804a16.1887 16.1887 0 0 1-.5038-.7464 9.8843 9.8843 0 0 1-.154-.2511 1.2221 1.2221 0 0 1-.006-.0105l-.001-.0016.0001.0002.0002.0003c.0001.0002.0002.0005-.868.4966s-.868.4964-.8679.4968l.0005.0008a.5096.5096 0 0 0 .0047.008 6.91 6.91 0 0 0 .0517.0875c.0345.0577.0845.1396.1495.2423.13.2054.32.4945.5665.8396.4917.6884 1.2143 1.6085 2.1379 2.5321 1.8218 1.8218 4.5639 3.7929 7.9571 3.7929v-2Zm2-6c0 1.1046-.8954 2-2 2v2c2.2091 0 4-1.7909 4-4h-2Zm-2 2c-1.1046 0-2-.8954-2-2h-2c0 2.2091 1.7909 4 4 4v-2Zm-2-2c0-1.1046.8954-2 2-2v-2c-2.2091 0-4 1.7909-4 4h2Zm2-2c1.1046 0 2 .8954 2 2h2c0-2.2091-1.7909-4-4-4v2Z'
|
|
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/eyedropper.tsx
CHANGED
|
@@ -25,11 +25,11 @@ export const IconEyedropper: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='m12 6 1.5 1.
|
|
28
|
+
d='m12 6 1.5 1.5m4.5 4.5-1.5-1.5m-3-3-10 10-.5 3.5 3.5-.5 10-10m-3-3 3 3'
|
|
29
29
|
/>,
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
|
-
d='m13 7 3-
|
|
32
|
+
d='m13 7 3-3c1.1046-1.1045 2.8954-1.1045 4 0 1.1046 1.1046 1.1046 2.8955 0 4l-3 3-4-4ZM4 17.5l2.5 2.5h-2.5v-2.5Z'
|
|
33
33
|
/>
|
|
34
34
|
)
|
|
35
35
|
)
|
package/react/factory-house.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconFactoryHouse: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.
|
|
28
|
+
d='M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v5.5m-7-16v3.25m0 0-2.6213.6553a.5.5 0 0 0-.3787.485v11.1097a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-14.8596c0-.3253-.3057-.564-.6213-.485l-12.3787 3.0946Z'
|
|
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/factory.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconFactory: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M21 13.
|
|
28
|
+
d='M21 13.5877v7.1623a.25.25 0 0 1-.25.25h-4.75m5-7.4123a.2497.2497 0 0 0-.0548-.1562l-1.8264-2.2829a.25.25 0 0 0-.2937-.0737l-3.4125 1.4626-3.4126 1.4625-2.3773-2.8527a.25.25 0 0 0-.2968-.067l-6.1807 2.8527a.2499.2499 0 0 0-.1452.227v6.59a.25.25 0 0 0 .25.25h4.75m13-7.4123-.4254-4.5877-.5373-5.7947a.25.25 0 0 0-.2459-.2053h-2.7914a.2499.2499 0 0 0-.2451.201l-.7549 5.299m-8 12.5v-4m0 4h8m0 0v-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
|
)
|
package/react/flag.tsx
ADDED
|
@@ -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 IconFlag: 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='M5 20v-8m0 0v-8h7l1 2h6v8h-6l-1-2h-7Z'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|