@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/folder.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconFolder: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M3
|
|
29
|
+
d='M3 7v12h18v-12h-9m-9 0v-3h7l2 3m-9 0h9'
|
|
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 IconFrameLinesTwo: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M2
|
|
29
|
+
d='M2 6h20m-17-3v18m14-18v18m-17-3h20m-13-8h6m-6 4h6'
|
|
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/frame-play.tsx
CHANGED
|
@@ -25,11 +25,11 @@ export const IconFramePlay: ForwardRefExoticComponent<
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M2
|
|
28
|
+
d='M2 6h20m-17-3v18m14-18v18m-17-3h20'
|
|
29
29
|
/>,
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
|
-
d='M14.
|
|
32
|
+
d='M14.2854 11.5713c.3237.1942.3237.6632 0 .8574l-3.5282 2.117c-.3332.1999-.7572-.0401-.7572-.4288v-4.2338c0-.3887.424-.6287.7572-.4288l3.5282 2.117Z'
|
|
33
33
|
/>
|
|
34
34
|
)
|
|
35
35
|
)
|
package/react/frame-plus.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconFramePlus: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M2
|
|
29
|
+
d='M2 6h20m-17-3v18m14-18v18m-17-3h20m-10-4v-4m-2 2h4'
|
|
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/frame.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconFrame: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M2
|
|
29
|
+
d='M2 6h20m-17-3v18m14-18v18m-17-3h20'
|
|
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/funnel.tsx
CHANGED
|
@@ -25,12 +25,12 @@ export const IconFunnel: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='M19.
|
|
28
|
+
d='M19.7716 4h-15.5432c-.0872 0-.1326.1038-.0735.1678l5.8451 6.3322v8.5l3.4472-1.7236a1 1 0 0 0 .5528-.8944v-5.882l5.8451-6.3322c.0591-.064.0137-.1678-.0735-.1678Z'
|
|
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/gauge.tsx
CHANGED
|
@@ -25,7 +25,7 @@ export const IconGauge: ForwardRefExoticComponent<
|
|
|
25
25
|
stroke='currentColor'
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeWidth={2}
|
|
28
|
-
d='
|
|
28
|
+
d='m12.0363 12.0363 2.9637 2.9637m2.6569 2.6569c3.1241-3.1242 3.1241-8.1896 0-11.3138-3.1242-3.1241-8.1896-3.1241-11.3138 0-3.1241 3.1242-3.1241 8.1896 0 11.3138'
|
|
29
29
|
/>
|
|
30
30
|
)
|
|
31
31
|
)
|
package/react/gift.tsx
ADDED
|
@@ -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 IconGift: 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='M20 9v4h2v-4h-2Zm-16 4v-4h-2v4h2Zm1 0h-1v2h1v-2Zm-1 1v6h2v-6h-2Zm16-1h-1v2h1v-2Zm-1 0h-7v2h7v-2Zm-7 0h-7v2h7v-2Zm8 7v-6h-2v6h2Zm-16-11h8v-2h-8v2Zm8 0h8v-2h-8v2Zm-6 13h6v-2h-6v2Zm6 0h6v-2h-6v2Zm-1-14v6h2v-6h-2Zm0 6v7h2v-7h-2Zm6-9c0 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-4v2Zm-4 2c0 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-4v2Zm9 17v2c1.1046 0 2-.8954 2-2h-2Zm-14-11v-2c-1.1046 0-2 .8954-2 2h2Zm-2 4c0 1.1046.8954 2 2 2v-2h-2Zm18 0v2c1.1046 0 2-.8954 2-2h-2Zm-16 7c0 1.1046.8954 2 2 2v-2h-2Zm18-11c0-1.1046-.8954-2-2-2v2h2Z'
|
|
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/globe.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconGlobe: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M11.
|
|
27
|
+
d='M11.6633 3c-2.1685 1.6207-3.6633 5.0418-3.6633 9 0 3.9582 1.4948 7.3793 3.6633 9m.6734-18c2.1685 1.6207 3.6633 5.0418 3.6633 9 0 3.9582-1.4948 7.3793-3.6633 9m-8.3367-12h16m-16 6h16m1-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
|
)
|
package/react/graduation-cap.tsx
CHANGED
|
@@ -27,12 +27,12 @@ export const IconGraduationCap: ForwardRefExoticComponent<
|
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeMiterlimit={1.414}
|
|
29
29
|
strokeWidth={2}
|
|
30
|
-
d='
|
|
30
|
+
d='m2 8.2308 10.5-5.2308 10.5 5.2308-3.3158 1.5692m-17.6842-1.5692v11.7692m0-11.7692 3.3158 1.5692m0 0 7.1842 3.4 7.1842-3.4m-14.3684 0v3.0158c0 3.9677 3.2165 7.1842 7.1842 7.1842v0c3.9677 0 7.1842-3.2165 7.1842-7.1842v-3.0158'
|
|
31
31
|
/>
|
|
32
32
|
</g>,
|
|
33
33
|
<defs>
|
|
34
34
|
<clipPath id='a'>
|
|
35
|
-
<path d='M0
|
|
35
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
36
36
|
</clipPath>
|
|
37
37
|
</defs>
|
|
38
38
|
)
|
package/react/grid-four.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconGridFour: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M12
|
|
29
|
+
d='M12 3h-8.75a.25.25 0 0 0-.25.25v8.75m9-9h8.75a.25.25 0 0 1 .25.25v8.75m-9-9v18m0 0h8.75a.25.25 0 0 0 .25-.25v-8.75m-9 9h-8.75a.25.25 0 0 1-.25-.25v-8.75m0 0h18'
|
|
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/grid-six.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconGridSix: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M12
|
|
29
|
+
d='M12 3h-8.75a.25.25 0 0 0-.25.25v5.75m9-6h8.75a.25.25 0 0 1 .25.25v5.75m-9-6v18m0 0h8.75a.25.25 0 0 0 .25-.25v-5.75m-9 6h-8.75a.25.25 0 0 1-.25-.25v-5.75m0-6h18m-18 0v6m18-6v6m-18 0h18'
|
|
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/grid.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconGrid: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='M3
|
|
29
|
+
d='M3 6h18m-18 6h18m-18 6h18m-15-15v18m6-18v18m6-18v18'
|
|
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/hand-filled.tsx
CHANGED
|
@@ -23,8 +23,14 @@ export const IconHandFilled: ForwardRefExoticComponent<
|
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
25
|
fillRule='evenodd'
|
|
26
|
-
d='M19 17c0 6.
|
|
26
|
+
d='M19 17c0 6.2701-8.5 8-12.5 3l-4.5416-6.3583c-.2688-.3763-.2456-.8891.0617-1.2347.1091-.1227.1948-.2169.2049-.222.165-.1425.3675-.2175.5925-.2175.165 0 .315.045.45.12.03.0075 3.2325 1.845 3.2325 1.845v-8.9325c0-.6225.3775-1 1-1s1 .3775 1 1v5.25a.75.75 0 0 0 1.5 0v-7.25c0-.6225.3775-1 1-1s1 .3775 1 1v7.25a.75.75 0 0 0 1.5 0v-6.25c0-.6225.3775-1 1-1s1 .3775 1 1v6.25a.75.75 0 0 0 1.5 0v-4.25c0-.6225.3775-1 1-1s1 .3775 1 1v11Z'
|
|
27
27
|
clipRule='evenodd'
|
|
28
|
+
/>,
|
|
29
|
+
<path
|
|
30
|
+
stroke='currentColor'
|
|
31
|
+
strokeLinejoin='round'
|
|
32
|
+
strokeWidth={2}
|
|
33
|
+
d='M12 12h.0007'
|
|
28
34
|
/>
|
|
29
35
|
)
|
|
30
36
|
)
|
package/react/hand-pointing.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconHandPointing: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='m2.
|
|
26
|
+
d='m2.7478 14.2613-.8473.531a.994.994 0 0 0 .0428.0629l.8045-.5939Zm18.2895-2.5113h1v-.0186l-.0007-.0187-.9993.0373Zm-14 2.5-.7172.6969a1 1 0 0 0 1.7172-.6969h-1Zm3.4398-5.5h-1v1h1v-1Zm-1 3.0002c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm3.5-.5002c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm3.5 1c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm-11.1282.2626-.7171.6969.7171-.6969Zm-1.433-.6333-.0671-.9977.067.9977Zm2.8596 7.7148-.6563.7545.6563-.7545Zm-.4889-.5393-.8045.5939.8045-.5939Zm13.7507-7.3048v4.375h2v-4.375h-2Zm-15.4055 1.4595 1.6883 1.7374 1.4344-1.3938-1.6884-1.7374-1.4343 1.3938Zm3.4055 1.0405v-10.5h-2v10.5h2Zm-4.3542-1.2919c.0155-.0154.081-.0663.2998-.081l-.1341-1.9955c-.4385.0294-1.0713.1552-1.5779.6603l1.4122 1.4162Zm-.088.7721a.623.623 0 0 1 .088-.7721l-1.4122-1.4162c-.8668.8643-1.0205 2.2133-.3704 3.2504l1.6947-1.0621Zm4.4422-9.9802c0-.4426.3264-.75.7127-.75v-2c-1.5467 0-2.7127 1.2596-2.7127 2.75h2Zm.7127-.75c.397 0 .727.3185.727.75h2.0001c0-1.5015-1.1912-2.75-2.7271-2.75v2Zm.727.75v5h2.0001v-5h-2Zm1.0001 6h.0602v-2h-.0602v2Zm1-1c0-.3974.3417-.75.7729-.75v-2c-1.5018 0-2.773 1.2144-2.773 2.75h2.0001Zm.7729-.75c.3971 0 .7271.3185.7271.75h2c0-1.5015-1.1912-2.75-2.7271-2.75v2Zm.7271.75v1h2v-1h-2Zm5.5 3c0-.3709.3517-.75.8102-.75v-2c-1.4745 0-2.8102 1.1879-2.8102 2.75h2Zm.8102-.75c.3932 0 .7321.2884.7507.7873l1.9986-.0746c-.056-1.5011-1.2095-2.7127-2.7493-2.7127v2Zm-4.3102-1.25c0-.2472.0843-.4247.1942-.5366.1047-.1065.2912-.2134.616-.2134v-2c-.8062 0-1.5249.2848-2.0426.8117-.5124.5215-.7676 1.219-.7676 1.9383h2Zm.8102-.75c.3689 0 .6898.2893.6898.75h2c0-1.4723-1.1257-2.75-2.6898-2.75v2Zm.6898.75v2h2v-2h-2Zm-7-6v8.0002h2v-8.0002h-2Zm3.5 6v1.5h2v-1.5h-2Zm3.5 1.5v1h2v-1h-2Zm3.5602 4.875c0 1.8854-1.6761 3.6888-4.3413 4.4645-2.6009.757-5.8003.3932-8.2642-1.7499l-1.3126 1.509c3.0536 2.656 6.9851 3.0783 10.1357 2.1613 3.0864-.8984 5.7824-3.229 5.7824-6.3849h-2Zm-12.9462 2.3358-3.5387-4.7935-1.609 1.1879 3.5387 4.7935 1.609-1.1879Zm-1.025-6.6451c-.5012-.5158-1.2875-.9966-2.2173-.9341l.1341 1.9955c.1485-.01.397.0732.6489.3324l1.4343-1.3938Zm1.3657 7.0239c-.1151-.1002-.2286-.2269-.3407-.3788l-1.609 1.1879c.1761.2386.3861.4816.6371.6999l1.3126-1.509Z'
|
|
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/hand.tsx
CHANGED
|
@@ -23,12 +23,12 @@ export const IconHand: ForwardRefExoticComponent<
|
|
|
23
23
|
<g clipPath='url(#a)'>
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='m2.
|
|
26
|
+
d='m2.7478 14.2613-.8473.531a.994.994 0 0 0 .0428.0629l.8045-.5939Zm18.2895-7.5113h1v-.0186l-.0007-.0187-.9993.0373Zm-14 7.5-.7172.6969a1 1 0 0 0 1.7172-.6969h-1Zm2.4398-2.4998c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm3.5-.5002c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm3.5 1c0 .5523.4477 1 1 1 .5522 0 1-.4477 1-1h-2Zm-11.1282.2626-.7171.6969.7171-.6969Zm-1.433-.6333-.0671-.9977.067.9977Zm2.8596 7.7148-.6563.7545.6563-.7545Zm-.4889-.5393.8045-.594-.8045.594Zm13.7507-12.3048v9.375h2v-9.375h-2Zm-15.4055 6.4595 1.6883 1.7374 1.4344-1.3938-1.6884-1.7374-1.4343 1.3938Zm3.4055 1.0405v-8.5h-2v8.5h2Zm-4.3542-1.2919c.0155-.0154.081-.0663.2998-.081l-.1341-1.9955c-.4385.0294-1.0713.1552-1.5779.6603l1.4122 1.4162Zm-.088.7721a.623.623 0 0 1 .088-.7721l-1.4122-1.4162c-.8668.8643-1.0205 2.2133-.3704 3.2504l1.6947-1.0621Zm4.4422-7.9802c0-.4426.3264-.75.7127-.75v-2c-1.5467 0-2.7127 1.2596-2.7127 2.75h2Zm.7127-.75c.397 0 .727.3185.727.75h2.0001c0-1.5015-1.1912-2.75-2.7271-2.75v2Zm2.7271.75v-2h-2v2h2Zm-1-1h.0602v-2h-.0602v2Zm1-1c0-.3974.3417-.75.7729-.75v-2c-1.5018 0-2.773 1.2144-2.773 2.75h2.0001Zm.7729-.75c.3971 0 .7271.3185.7271.75h2c0-1.5015-1.1912-2.75-2.7271-2.75v2Zm.7271.75v1h2v-1h-2Zm5.5 3c0-.371.3517-.75.8102-.75v-2c-1.4745 0-2.8102 1.188-2.8102 2.75h2Zm.8102-.75c.3932 0 .7321.2884.7507.7873l1.9986-.0746c-.056-1.5011-1.2095-2.7127-2.7493-2.7127v2Zm-4.3102-1.25c0-.2472.0843-.4247.1942-.5366.1047-.1065.2912-.2134.616-.2134v-2c-.8062 0-1.5249.2849-2.0426.8117-.5124.5215-.7676 1.219-.7676 1.9383h2Zm.8102-.75c.3689 0 .6898.2893.6898.75h2c0-1.4723-1.1257-2.75-2.6898-2.75v2Zm.6898.75v2h2v-2h-2Zm-7 1v6.0002h2v-6.0002h-2Zm3.5-1v6.5h2v-6.5h-2Zm3.5 1.5v6h2v-6h-2Zm3.5602 9.875c0 1.8854-1.6761 3.6888-4.3413 4.4645-2.6009.757-5.8003.3932-8.2642-1.7499l-1.3126 1.509c3.0536 2.656 6.9851 3.0783 10.1357 2.1613 3.0864-.8984 5.7824-3.229 5.7824-6.3849h-2Zm-12.9462 2.3358-3.5387-4.7935-1.609 1.1879 3.5387 4.7935 1.609-1.1879Zm-1.025-6.6451c-.5012-.5158-1.2875-.9966-2.2173-.9341l.1341 1.9955c.1485-.01.397.0732.6489.3324l1.4343-1.3938Zm1.3657 7.0239c-.1151-.1002-.2286-.2269-.3407-.3788l-1.609 1.1879c.1761.2386.3861.4816.6371.6999l1.3126-1.509Z'
|
|
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
|
)
|
|
@@ -0,0 +1,39 @@
|
|
|
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 IconHeadsetPerson: 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
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={2}
|
|
28
|
+
d='M4 17v-6c0-9.5 16-9.5 16 0v9h-8'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
fill='currentColor'
|
|
32
|
+
d='M14.5 15c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5ZM9.5 15c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5Z'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
fill='currentColor'
|
|
36
|
+
d='M18.002 11.03a6.04 6.04 0 0 0-5.95-5.03c-3.03 0-6.29 2.51-6.03 6.45a8.0748 8.0748 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47ZM2 13c0-.5523.4477-1 1-1h1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-1c-.5523 0-1-.4477-1-1v-4ZM19 13c0-.5523.4477-1 1-1h1c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-1c-.5523 0-1-.4477-1-1v-4Z'
|
|
37
|
+
/>
|
|
38
|
+
)
|
|
39
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
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 IconHeartFilled: 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
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeWidth={2}
|
|
26
|
+
d='m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z'
|
|
27
|
+
/>,
|
|
28
|
+
<path
|
|
29
|
+
fill='currentColor'
|
|
30
|
+
d='m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
)
|
package/react/heart.tsx
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
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 IconHeart: 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
|
+
strokeWidth={2}
|
|
27
|
+
d='m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z'
|
|
28
|
+
/>
|
|
29
|
+
</g>,
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id='a'>
|
|
32
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
)
|
|
36
|
+
)
|
|
@@ -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 IconHexagon: 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='M17 3h-10l-5 9 5 9h10l5-9-5-9Z'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path fill='none' d='M0 0h24v24h-24z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -23,7 +23,7 @@ export const IconHighlighterUnderline: ForwardRefExoticComponent<
|
|
|
23
23
|
<rect width={18} height={2} x={3} y={20} fill='currentColor' rx={0.5} />,
|
|
24
24
|
<path
|
|
25
25
|
fill='currentColor'
|
|
26
|
-
d='M9 17v-1h-.
|
|
26
|
+
d='M9 17v-1h-.4142l-.2929.2929.7071.7071Zm2 0v1h.4201l.2941-.3001-.7142-.6999Zm1-10-.7071-.7071.7071.7071Zm-5.5 5.5-.7071-.7071-.2141.2141-.0594.2969.9806.1961Zm-.5 2.5.7071.7071.2141-.2141.0594-.2969-.9806-.1961Zm-2 2-.7071-.7071-.2929.2929v.4142h1Zm0 1h-1v1h1v-1Zm4 0v1h.4142l.293-.2929-.7072-.7071Zm13-11 .6897.7241a1 1 0 0 0 .0174-1.4312l-.7071.7071Zm-4.5-4.5.7071-.7071a1 1 0 0 0-1.4142 0l.7071.7071Zm-7.25 7.25.7071.7071-.7071-.7071Zm-.25 8.25h2v-2h-2v2Zm-3.4806-5.6961-.5 2.5 1.9612.3922.5-2.5-1.9612-.3922Zm-2.5194 4.6961v1h2v-1h-2Zm1 2h4v-2h-4v2Zm4.7071-.2929 1-1-1.4142-1.4142-1 1 1.4142 1.4142Zm13-12.4142-4.5-4.5-1.4142 1.4142 4.5 4.5 1.4142-1.4142Zm-1.3968-.017-3 2.8571 1.3794 1.4483 3-2.8572-1.3794-1.4482Zm-3.0245 2.8813-7 7.1429 1.4284 1.3998 7-7.1428-1.4284-1.3999Zm-4.5787-1.45 1.5-1.5-1.4142-1.4143-1.5 1.5 1.4142 1.4142Zm1.5-1.5 3-3-1.4142-1.4143-3 3 1.4142 1.4142Zm4.4885 2.9315-4.5-4.3571-1.3912 1.4368 4.5 4.3572 1.3912-1.4369Zm-7.4027-2.8458-2.75 2.75 1.4142 1.4142 2.75-2.75-1.4142-1.4142Zm-2.75 2.75-2.75 2.75 1.4142 1.4142 2.75-2.75-1.4142-1.4142Zm-3.25 5.25-1 1 1.4142 1.4142 1-1-1.4142-1.4142Zm-1 1-1 1 1.4142 1.4142 1-1-1.4142-1.4142Z'
|
|
27
27
|
/>
|
|
28
28
|
)
|
|
29
29
|
)
|
package/react/highlighter.tsx
CHANGED
|
@@ -26,12 +26,12 @@ export const IconHighlighter: ForwardRefExoticComponent<
|
|
|
26
26
|
strokeLinecap='round'
|
|
27
27
|
strokeLinejoin='round'
|
|
28
28
|
strokeWidth={2}
|
|
29
|
-
d='m3 22 .
|
|
29
|
+
d='m3 22 .8905-7.124a1 1 0 0 1 .9923-.876h1.1172m15 8-.8905-7.124a1 1 0 0 0-.9923-.876h-1.1172m-12 0v-3c0-.5523.4477-1 1-1h1m-2 4h12m0 0v-3c0-.5523-.4477-1-1-1h-1m-8 0v-5.2192a1 1 0 0 1 .7575-.9702l6-1.5c.6311-.1578 1.2425.3196 1.2425.9702v6.7192m-8 0h8'
|
|
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/house.tsx
CHANGED
|
@@ -22,7 +22,7 @@ export const IconHouse: ForwardRefExoticComponent<
|
|
|
22
22
|
},
|
|
23
23
|
<path
|
|
24
24
|
fill='currentColor'
|
|
25
|
-
d='m12 4.4.
|
|
25
|
+
d='m12 4.4.7071-.7071-.7071-.7071-.7071.707.7071.7072Zm-9.7071 8.2929c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm18 1.4142c.3905.3905 1.0237.3905 1.4142 0 .3905-.3905.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-9-10.4142-9 9 1.4142 1.4142 9-9-1.4142-1.4142Zm0 1.4142 9 9 1.4142-1.4142-9-9-1.4142 1.4142Zm-4.2929 13.8929v-8.5h-2v8.5h2Zm0 0h-2c0 1.1046.8954 2 2 2v-2Zm10 0h-10v2h10v-2Zm0 0v2c1.1046 0 2-.8954 2-2h-2Zm0-8.5v8.5h2v-8.5h-2Z'
|
|
26
26
|
/>
|
|
27
27
|
)
|
|
28
28
|
)
|
package/react/image.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconImage: ForwardRefExoticComponent<
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth={2}
|
|
27
|
-
d='M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.
|
|
27
|
+
d='M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5v13.5Zm0 0 6.6464-6.6464a.5.5 0 0 1 .7072 0l3.6464 3.6464m-2 2 3.6464-3.6464a.5.5 0 0 1 .7072 0l3.6464 3.6464'
|
|
28
28
|
/>,
|
|
29
29
|
<circle cx={16} cy={8} r={2} fill='currentColor' />
|
|
30
30
|
)
|