@mirohq/design-system-icons 0.8.1-checkbox.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1226 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +1183 -38
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +89 -11
- package/package.json +4 -4
- package/react/add-line-bottom.tsx +4 -0
- package/react/add-line-right.tsx +4 -0
- package/react/align-bottom.tsx +4 -0
- package/react/align-center-horizontal.tsx +4 -0
- package/react/align-center-vertical.tsx +4 -0
- package/react/align-left.tsx +4 -0
- package/react/align-right.tsx +4 -0
- package/react/align-top.tsx +4 -0
- package/react/arrow-arc-left.tsx +38 -0
- package/react/arrow-arc-right.tsx +38 -0
- package/react/arrow-bend-up-right.tsx +38 -0
- package/react/arrow-box-out.tsx +4 -0
- package/react/arrow-clockwise-down-right.tsx +4 -0
- package/react/arrow-clockwise-up-left.tsx +4 -0
- package/react/arrow-counter-clockwise-down-left.tsx +4 -0
- package/react/arrow-counter-clockwise-up-right.tsx +4 -0
- package/react/arrow-down-left.tsx +4 -0
- package/react/arrow-down-right.tsx +4 -0
- package/react/arrow-down.tsx +4 -0
- package/react/arrow-fat-right.tsx +4 -0
- package/react/arrow-fat-up-right.tsx +35 -0
- package/react/arrow-left.tsx +4 -0
- package/react/arrow-right.tsx +4 -0
- package/react/arrow-up-circle.tsx +35 -0
- package/react/arrow-up-left.tsx +4 -0
- package/react/arrow-up-right.tsx +4 -0
- package/react/arrow-up.tsx +4 -0
- package/react/arrows-clockwise-x.tsx +4 -0
- package/react/arrows-clockwise-y.tsx +4 -0
- package/react/arrows-in-simple.tsx +38 -0
- package/react/arrows-out-cardinal.tsx +38 -0
- package/react/arrows-out-lines-horizontal.tsx +38 -0
- package/react/arrows-out-simple.tsx +38 -0
- package/react/article.tsx +4 -0
- package/react/at.tsx +4 -0
- package/react/bar-three.tsx +4 -0
- package/react/bell-slash.tsx +4 -0
- package/react/bell-tilt.tsx +4 -0
- package/react/bell.tsx +4 -0
- package/react/board.tsx +4 -0
- package/react/bookmark.tsx +4 -0
- package/react/brackets-angle-slash.tsx +4 -0
- package/react/brackets-curly-circles-three.tsx +4 -0
- package/react/calendar-blank.tsx +4 -0
- package/react/camera.tsx +4 -0
- package/react/card-number-three.tsx +4 -0
- package/react/card.tsx +4 -0
- package/react/cards-poker.tsx +4 -0
- package/react/chart-bar-y-simple.tsx +4 -0
- package/react/chart-bar-y.tsx +4 -0
- package/react/chat-dashes-lines-two.tsx +4 -0
- package/react/chat-lines-cross.tsx +4 -0
- package/react/chat-lines-eye-open.tsx +4 -0
- package/react/chat-lines-two-stack.tsx +4 -0
- package/react/chat-lines-two.tsx +4 -0
- package/react/chat-plus.tsx +4 -0
- package/react/chat-text-arrow.tsx +4 -0
- package/react/chat-two.tsx +4 -0
- package/react/chat.tsx +4 -0
- package/react/check-mark.tsx +4 -0
- package/react/checkboard-square-centered.tsx +4 -0
- package/react/chevron-down-double.tsx +38 -0
- package/react/chevron-down.tsx +4 -0
- package/react/chevron-left-double.tsx +38 -0
- package/react/chevron-left.tsx +4 -0
- package/react/chevron-right-double.tsx +38 -0
- package/react/chevron-right.tsx +4 -0
- package/react/chevron-up-double.tsx +38 -0
- package/react/chevron-up-down-line.tsx +38 -0
- package/react/chevron-up-down.tsx +38 -0
- package/react/chevron-up.tsx +4 -0
- package/react/circle-corners.tsx +4 -0
- package/react/circle-motion-x.tsx +4 -0
- package/react/circle-notch.tsx +4 -0
- package/react/circle-slash.tsx +37 -0
- package/react/circle.tsx +4 -0
- package/react/circles-connected.tsx +4 -0
- package/react/clock-counter-clockwise-simple.tsx +4 -0
- package/react/clock-counter-clockwise.tsx +4 -0
- package/react/clock-overtime.tsx +4 -0
- package/react/clock.tsx +4 -0
- package/react/cluster.tsx +4 -0
- package/react/clustered.tsx +4 -0
- package/react/cog.tsx +4 -0
- package/react/cone-serpentine.tsx +4 -0
- package/react/corners-three-eye-open.tsx +4 -0
- package/react/credit-card.tsx +4 -0
- package/react/crop.tsx +4 -0
- package/react/cross-circle.tsx +4 -0
- package/react/cross-square.tsx +38 -0
- package/react/cross.tsx +4 -0
- package/react/cube.tsx +4 -0
- package/react/cursor-filled.tsx +4 -0
- package/react/cursor-lines.tsx +35 -0
- package/react/cursor-text.tsx +4 -0
- package/react/cursor.tsx +4 -0
- package/react/curve-square-circle-arrow.tsx +4 -0
- package/react/dash-left-down-square-dash-right-up.tsx +4 -0
- package/react/dash-left-up-square-dash-down-right.tsx +4 -0
- package/react/dash-square-dash-horizontal.tsx +4 -0
- package/react/dash-square-dash-vertical.tsx +4 -0
- package/react/distribute-horizontal.tsx +4 -0
- package/react/distribute-vertical.tsx +4 -0
- package/react/dots-nine.tsx +29 -0
- package/react/dots-three.tsx +29 -0
- package/react/dots-two.tsx +29 -0
- package/react/download.tsx +38 -0
- package/react/envelope.tsx +4 -0
- package/react/eraser.tsx +4 -0
- package/react/exclamation-point-circle.tsx +4 -0
- package/react/export.tsx +38 -0
- package/react/eye-closed-dots-four-frame-broken.tsx +4 -0
- package/react/eye-closed.tsx +4 -0
- package/react/eye-open-line-frame-broken.tsx +4 -0
- package/react/eye-open-slash.tsx +4 -0
- package/react/eye-open.tsx +4 -0
- package/react/eyedropper.tsx +4 -0
- package/react/factory-house.tsx +4 -0
- package/react/factory.tsx +4 -0
- package/react/folder.tsx +4 -0
- package/react/frame-lines-two.tsx +4 -0
- package/react/frame-play.tsx +4 -0
- package/react/frame-plus.tsx +4 -0
- package/react/frame.tsx +4 -0
- package/react/funnel.tsx +4 -0
- package/react/gauge.tsx +4 -0
- package/react/globe.tsx +4 -0
- package/react/graduation-cap.tsx +4 -0
- package/react/grid-four.tsx +4 -0
- package/react/grid-six.tsx +4 -0
- package/react/grid.tsx +38 -0
- package/react/hand-filled.tsx +4 -0
- package/react/hand-pointing.tsx +35 -0
- package/react/hand.tsx +4 -0
- package/react/highlighter-underline.tsx +4 -0
- package/react/highlighter.tsx +4 -0
- package/react/house.tsx +4 -0
- package/react/image.tsx +4 -0
- package/react/index.ts +44 -0
- package/react/information-mark-circle.tsx +4 -0
- package/react/kanban.tsx +4 -0
- package/react/key.tsx +4 -0
- package/react/keycap.tsx +4 -0
- package/react/laptop.tsx +4 -0
- package/react/lasso.tsx +4 -0
- package/react/layout.tsx +4 -0
- package/react/lifesaver.tsx +4 -0
- package/react/lightning.tsx +4 -0
- package/react/line-curved.tsx +4 -0
- package/react/line-dashed.tsx +4 -0
- package/react/line-diagonal.tsx +4 -0
- package/react/line-dotted.tsx +4 -0
- package/react/line-horizontal.tsx +4 -0
- package/react/line-orthogonal.tsx +4 -0
- package/react/line-straight.tsx +4 -0
- package/react/lines-three-horizontal-line-vertical-center.tsx +4 -0
- package/react/lines-three-horizontal.tsx +4 -0
- package/react/lines-three-vertical.tsx +4 -0
- package/react/link.tsx +4 -0
- package/react/list-bullets.tsx +4 -0
- package/react/list-numbers.tsx +4 -0
- package/react/lock-closed.tsx +4 -0
- package/react/lock-open.tsx +4 -0
- package/react/login.tsx +38 -0
- package/react/logout.tsx +38 -0
- package/react/magnet.tsx +4 -0
- package/react/magnifying-glass.tsx +4 -0
- package/react/map.tsx +4 -0
- package/react/microphone-slash.tsx +4 -0
- package/react/microphone.tsx +4 -0
- package/react/minus.tsx +4 -0
- package/react/monitor-arrow.tsx +4 -0
- package/react/monitor-pause.tsx +4 -0
- package/react/monitor-play.tsx +4 -0
- package/react/monitor-stop.tsx +4 -0
- package/react/mouse.tsx +4 -0
- package/react/navigation-arrow-lines.tsx +35 -0
- package/react/navigation-up-left-filled.tsx +35 -0
- package/react/navigation-up-left-slash.tsx +38 -0
- package/react/navigation-up-right.tsx +38 -0
- package/react/next.tsx +4 -0
- package/react/node-lines-curved.tsx +4 -0
- package/react/node-lines-horizontal.tsx +4 -0
- package/react/node-lines-vertical.tsx +4 -0
- package/react/node-plus.tsx +4 -0
- package/react/nodes-connected.tsx +4 -0
- package/react/nodes-connections-three.tsx +4 -0
- package/react/note-magnifying-glass.tsx +4 -0
- package/react/paper-plane-filled-right.tsx +31 -0
- package/react/paper-plane-tilt.tsx +38 -0
- package/react/parallelogram.tsx +4 -0
- package/react/pause-circle.tsx +4 -0
- package/react/pause.tsx +4 -0
- package/react/pdf.tsx +4 -0
- package/react/pen-tip.tsx +4 -0
- package/react/pen.tsx +4 -0
- package/react/placeholder.tsx +4 -0
- package/react/play-circle.tsx +4 -0
- package/react/play.tsx +4 -0
- package/react/playback-speed-circle.tsx +4 -0
- package/react/plug.tsx +4 -0
- package/react/plus-text.tsx +4 -0
- package/react/plus.tsx +4 -0
- package/react/presentation-arrow.tsx +4 -0
- package/react/presentation-eye-open.tsx +4 -0
- package/react/presentation-line.tsx +4 -0
- package/react/presentation-lines-two.tsx +4 -0
- package/react/presentation-link.tsx +4 -0
- package/react/presentation-number-one.tsx +4 -0
- package/react/presentation-play.tsx +4 -0
- package/react/presentation-plus.tsx +4 -0
- package/react/previous.tsx +4 -0
- package/react/prohibit.tsx +4 -0
- package/react/push-pin.tsx +4 -0
- package/react/question-mark-circle.tsx +4 -0
- package/react/question-mark.tsx +4 -0
- package/react/rectangle-arrow-up-center.tsx +38 -0
- package/react/rectangle-dash-lines.tsx +4 -0
- package/react/rectangle-dot-line-pen.tsx +4 -0
- package/react/rectangle-play-stack.tsx +4 -0
- package/react/rectangle-tick.tsx +4 -0
- package/react/rectangles-three-aligned.tsx +4 -0
- package/react/rectangles-three-free.tsx +4 -0
- package/react/rectangles-three-overlap.tsx +4 -0
- package/react/rectangles-two-line.tsx +4 -0
- package/react/rectangles-two-lines-four.tsx +4 -0
- package/react/rectangles-two-minus.tsx +4 -0
- package/react/rectangles-two-plus.tsx +4 -0
- package/react/rectangles-two-user.tsx +4 -0
- package/react/rhombus.tsx +4 -0
- package/react/scissors.tsx +4 -0
- package/react/scrollbar-xy.tsx +4 -0
- package/react/shapes.tsx +4 -0
- package/react/shield-check.tsx +4 -0
- package/react/shield-lock.tsx +4 -0
- package/react/shuffle.tsx +38 -0
- package/react/sidebar-closed.tsx +4 -0
- package/react/sidebar-open.tsx +4 -0
- package/react/sliders-x.tsx +4 -0
- package/react/sliders-y.tsx +4 -0
- package/react/smiley-chat.tsx +4 -0
- package/react/smiley-sticker.tsx +4 -0
- package/react/smiley.tsx +4 -0
- package/react/social-facebook.tsx +4 -0
- package/react/social-instagram.tsx +4 -0
- package/react/social-linkedin.tsx +4 -0
- package/react/social-twitter.tsx +4 -0
- package/react/social-youtube.tsx +4 -0
- package/react/speaker-cross.tsx +4 -0
- package/react/speaker-high.tsx +4 -0
- package/react/split-vertical.tsx +4 -0
- package/react/square-brackets-angle-slash.tsx +4 -0
- package/react/square-circles-two.tsx +4 -0
- package/react/square-line-square-dashed.tsx +4 -0
- package/react/square-rounded.tsx +4 -0
- package/react/square-star-scribble.tsx +4 -0
- package/react/square-triangle-circle-plus.tsx +4 -0
- package/react/square.tsx +4 -0
- package/react/squares-four.tsx +4 -0
- package/react/squares-group.tsx +4 -0
- package/react/squares-merge.tsx +4 -0
- package/react/squares-three.tsx +4 -0
- package/react/squares-two-overlap.tsx +4 -0
- package/react/squares-ungroup.tsx +4 -0
- package/react/squares-unmerge.tsx +4 -0
- package/react/stack.tsx +4 -0
- package/react/star-filled.tsx +35 -0
- package/react/star.tsx +38 -0
- package/react/sticky-corners.tsx +5 -1
- package/react/sticky-note-stack.tsx +4 -0
- package/react/sticky-note-wide.tsx +4 -0
- package/react/sticky-note.tsx +4 -0
- package/react/sticky-notes-two.tsx +4 -0
- package/react/stop-circle.tsx +4 -0
- package/react/stroke-1.tsx +38 -0
- package/react/stroke-2.tsx +38 -0
- package/react/stroke-3.tsx +38 -0
- package/react/stroke-4.tsx +38 -0
- package/react/stroke-5.tsx +38 -0
- package/react/stroke-6.tsx +38 -0
- package/react/tag.tsx +4 -0
- package/react/text-a-underline.tsx +4 -0
- package/react/text-align-center.tsx +4 -0
- package/react/text-align-left.tsx +4 -0
- package/react/text-b-bold-italic-underlined.tsx +4 -0
- package/react/text-b-bold.tsx +4 -0
- package/react/text-cursor-eye-open.tsx +4 -0
- package/react/text-h-one.tsx +4 -0
- package/react/text-h-three.tsx +4 -0
- package/react/text-h-two.tsx +4 -0
- package/react/text-i-italic.tsx +4 -0
- package/react/text-indent.tsx +4 -0
- package/react/text-lines-three.tsx +4 -0
- package/react/text-s-strikethrough.tsx +4 -0
- package/react/text-styles.tsx +4 -0
- package/react/text-t.tsx +4 -0
- package/react/text-u-underlined.tsx +4 -0
- package/react/thumbs-up.tsx +4 -0
- package/react/tick-circle.tsx +35 -0
- package/react/ticket.tsx +4 -0
- package/react/timer.tsx +4 -0
- package/react/trackpad.tsx +4 -0
- package/react/trash-simple.tsx +4 -0
- package/react/trash.tsx +4 -0
- package/react/triangle.tsx +4 -0
- package/react/trident.tsx +4 -0
- package/react/trophy.tsx +4 -0
- package/react/user-add.tsx +4 -0
- package/react/user-arrow-right-up.tsx +4 -0
- package/react/user-eye-open.tsx +4 -0
- package/react/user-load.tsx +4 -0
- package/react/user-number-three.tsx +4 -0
- package/react/user-pen-dashes-bottom.tsx +4 -0
- package/react/user-pen-line-bottom.tsx +4 -0
- package/react/user-tick-down.tsx +4 -0
- package/react/user.tsx +4 -0
- package/react/users-three.tsx +4 -0
- package/react/users.tsx +4 -0
- package/react/video-camera-simple-slash.tsx +4 -0
- package/react/video-camera-simple.tsx +4 -0
- package/react/video-camera.tsx +4 -0
- package/react/view-center.tsx +4 -0
- package/react/view-side-left.tsx +4 -0
- package/react/wallet.tsx +4 -0
- package/svg/24/add-line-bottom.svg +1 -0
- package/svg/24/add-line-right.svg +1 -0
- package/svg/24/align-bottom.svg +1 -0
- package/svg/24/align-center-horizontal.svg +1 -0
- package/svg/24/align-center-vertical.svg +1 -0
- package/svg/24/align-left.svg +1 -0
- package/svg/24/align-right.svg +1 -0
- package/svg/24/align-top.svg +1 -0
- package/svg/24/arrow-arc-left.svg +2 -0
- package/svg/24/arrow-arc-right.svg +2 -0
- package/svg/24/arrow-bend-up-right.svg +2 -0
- package/svg/24/arrow-box-out.svg +1 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrow-down-left.svg +1 -0
- package/svg/24/arrow-down-right.svg +1 -0
- package/svg/24/arrow-down.svg +1 -0
- package/svg/24/arrow-fat-right.svg +1 -0
- package/svg/24/arrow-fat-up-right.svg +2 -0
- package/svg/24/arrow-left.svg +1 -0
- package/svg/24/arrow-right.svg +1 -0
- package/svg/24/arrow-up-circle.svg +2 -0
- package/svg/24/arrow-up-left.svg +1 -0
- package/svg/24/arrow-up-right.svg +1 -0
- package/svg/24/arrow-up.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/arrows-in-simple.svg +2 -0
- package/svg/24/arrows-out-cardinal.svg +2 -0
- package/svg/24/arrows-out-lines-horizontal.svg +2 -0
- package/svg/24/arrows-out-simple.svg +2 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/at.svg +1 -0
- package/svg/24/bar-three.svg +1 -0
- package/svg/24/bell-slash.svg +1 -0
- package/svg/24/bell-tilt.svg +1 -0
- package/svg/24/bell.svg +1 -0
- package/svg/24/board.svg +1 -0
- package/svg/24/bookmark.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/calendar-blank.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/chat-dashes-lines-two.svg +1 -0
- package/svg/24/chat-lines-cross.svg +1 -0
- package/svg/24/chat-lines-eye-open.svg +1 -0
- package/svg/24/chat-lines-two-stack.svg +1 -0
- package/svg/24/chat-lines-two.svg +1 -0
- package/svg/24/chat-plus.svg +1 -0
- package/svg/24/chat-text-arrow.svg +1 -0
- package/svg/24/chat-two.svg +1 -0
- package/svg/24/chat.svg +1 -0
- package/svg/24/check-mark.svg +1 -0
- package/svg/24/checkboard-square-centered.svg +1 -0
- package/svg/24/chevron-down-double.svg +2 -0
- package/svg/24/chevron-down.svg +1 -0
- package/svg/24/chevron-left-double.svg +2 -0
- package/svg/24/chevron-left.svg +1 -0
- package/svg/24/chevron-right-double.svg +2 -0
- package/svg/24/chevron-right.svg +1 -0
- package/svg/24/chevron-up-double.svg +2 -0
- package/svg/24/chevron-up-down-line.svg +2 -0
- package/svg/24/chevron-up-down.svg +2 -0
- package/svg/24/chevron-up.svg +1 -0
- package/svg/24/circle-corners.svg +1 -0
- package/svg/24/circle-motion-x.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle-slash.svg +2 -0
- package/svg/24/circle.svg +1 -0
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/clock-overtime.svg +1 -0
- package/svg/24/clock.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/cog.svg +1 -0
- package/svg/24/cone-serpentine.svg +1 -0
- package/svg/24/corners-three-eye-open.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cross-circle.svg +1 -0
- package/svg/24/cross-square.svg +2 -0
- package/svg/24/cross.svg +1 -0
- package/svg/24/cube.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor-lines.svg +2 -0
- package/svg/24/cursor-text.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/curve-square-circle-arrow.svg +1 -0
- package/svg/24/dash-left-down-square-dash-right-up.svg +1 -0
- package/svg/24/dash-left-up-square-dash-down-right.svg +1 -0
- package/svg/24/dash-square-dash-horizontal.svg +1 -0
- package/svg/24/dash-square-dash-vertical.svg +1 -0
- package/svg/24/distribute-horizontal.svg +1 -0
- package/svg/24/distribute-vertical.svg +1 -0
- package/svg/24/dots-nine.svg +2 -0
- package/svg/24/dots-three.svg +2 -0
- package/svg/24/dots-two.svg +2 -0
- package/svg/24/download.svg +2 -0
- package/svg/24/envelope.svg +1 -0
- package/svg/24/eraser.svg +1 -0
- package/svg/24/exclamation-point-circle.svg +1 -0
- package/svg/24/export.svg +2 -0
- package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -0
- package/svg/24/eye-closed.svg +1 -0
- package/svg/24/eye-open-line-frame-broken.svg +1 -0
- package/svg/24/eye-open-slash.svg +1 -0
- package/svg/24/eye-open.svg +1 -0
- package/svg/24/eyedropper.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/folder.svg +1 -0
- package/svg/24/frame-lines-two.svg +1 -0
- package/svg/24/frame-play.svg +1 -0
- package/svg/24/frame-plus.svg +1 -0
- package/svg/24/frame.svg +1 -0
- package/svg/24/funnel.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/globe.svg +1 -0
- package/svg/24/graduation-cap.svg +1 -0
- package/svg/24/grid-four.svg +1 -0
- package/svg/24/grid-six.svg +1 -0
- package/svg/24/grid.svg +2 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand-pointing.svg +2 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/highlighter-underline.svg +1 -0
- package/svg/24/highlighter.svg +1 -0
- package/svg/24/house.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/information-mark-circle.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/lasso.svg +1 -0
- package/svg/24/layout.svg +1 -0
- package/svg/24/lifesaver.svg +1 -0
- package/svg/24/lightning.svg +1 -0
- package/svg/24/line-curved.svg +1 -0
- package/svg/24/line-dashed.svg +1 -0
- package/svg/24/line-diagonal.svg +1 -0
- package/svg/24/line-dotted.svg +1 -0
- package/svg/24/line-horizontal.svg +1 -0
- package/svg/24/line-orthogonal.svg +1 -0
- package/svg/24/line-straight.svg +1 -0
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
- package/svg/24/lines-three-horizontal.svg +1 -0
- package/svg/24/lines-three-vertical.svg +1 -0
- package/svg/24/link.svg +1 -0
- package/svg/24/list-bullets.svg +1 -0
- package/svg/24/list-numbers.svg +1 -0
- package/svg/24/lock-closed.svg +1 -0
- package/svg/24/lock-open.svg +1 -0
- package/svg/24/login.svg +2 -0
- package/svg/24/logout.svg +2 -0
- package/svg/24/magnet.svg +1 -0
- package/svg/24/magnifying-glass.svg +1 -0
- package/svg/24/map.svg +1 -0
- package/svg/24/microphone-slash.svg +1 -0
- package/svg/24/microphone.svg +1 -0
- package/svg/24/minus.svg +1 -0
- package/svg/24/monitor-arrow.svg +1 -0
- package/svg/24/monitor-pause.svg +1 -0
- package/svg/24/monitor-play.svg +1 -0
- package/svg/24/monitor-stop.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/navigation-arrow-lines.svg +2 -0
- package/svg/24/navigation-up-left-filled.svg +2 -0
- package/svg/24/navigation-up-left-slash.svg +2 -0
- package/svg/24/navigation-up-right.svg +2 -0
- package/svg/24/next.svg +1 -0
- package/svg/24/node-lines-curved.svg +1 -0
- package/svg/24/node-lines-horizontal.svg +1 -0
- package/svg/24/node-lines-vertical.svg +1 -0
- package/svg/24/node-plus.svg +1 -0
- package/svg/24/nodes-connected.svg +1 -0
- package/svg/24/nodes-connections-three.svg +1 -0
- package/svg/24/note-magnifying-glass.svg +1 -0
- package/svg/24/paper-plane-filled-right.svg +2 -0
- package/svg/24/paper-plane-tilt.svg +2 -0
- package/svg/24/parallelogram.svg +1 -0
- package/svg/24/pause-circle.svg +1 -0
- package/svg/24/pause.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/pen-tip.svg +1 -0
- package/svg/24/pen.svg +1 -0
- package/svg/24/placeholder.svg +1 -0
- package/svg/24/play-circle.svg +1 -0
- package/svg/24/play.svg +1 -0
- package/svg/24/playback-speed-circle.svg +1 -0
- package/svg/24/plug.svg +1 -0
- package/svg/24/plus-text.svg +1 -0
- package/svg/24/plus.svg +1 -0
- package/svg/24/presentation-arrow.svg +1 -0
- package/svg/24/presentation-eye-open.svg +1 -0
- package/svg/24/presentation-line.svg +1 -0
- package/svg/24/presentation-lines-two.svg +1 -0
- package/svg/24/presentation-link.svg +1 -0
- package/svg/24/presentation-number-one.svg +1 -0
- package/svg/24/presentation-play.svg +1 -0
- package/svg/24/presentation-plus.svg +1 -0
- package/svg/24/previous.svg +1 -0
- package/svg/24/prohibit.svg +1 -0
- package/svg/24/push-pin.svg +1 -0
- package/svg/24/question-mark-circle.svg +1 -0
- package/svg/24/question-mark.svg +1 -0
- package/svg/24/rectangle-arrow-up-center.svg +2 -0
- package/svg/24/rectangle-dash-lines.svg +1 -0
- package/svg/24/rectangle-dot-line-pen.svg +1 -0
- package/svg/24/rectangle-play-stack.svg +1 -0
- package/svg/24/rectangle-tick.svg +1 -0
- package/svg/24/rectangles-three-aligned.svg +1 -0
- package/svg/24/rectangles-three-free.svg +1 -0
- package/svg/24/rectangles-three-overlap.svg +1 -0
- package/svg/24/rectangles-two-line.svg +1 -0
- package/svg/24/rectangles-two-lines-four.svg +1 -0
- package/svg/24/rectangles-two-minus.svg +1 -0
- package/svg/24/rectangles-two-plus.svg +1 -0
- package/svg/24/rectangles-two-user.svg +1 -0
- package/svg/24/rhombus.svg +1 -0
- package/svg/24/scissors.svg +1 -0
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shapes.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/shuffle.svg +2 -0
- package/svg/24/sidebar-closed.svg +1 -0
- package/svg/24/sidebar-open.svg +1 -0
- package/svg/24/sliders-x.svg +1 -0
- package/svg/24/sliders-y.svg +1 -0
- package/svg/24/smiley-chat.svg +1 -0
- package/svg/24/smiley-sticker.svg +1 -0
- package/svg/24/smiley.svg +1 -0
- package/svg/24/social-facebook.svg +1 -0
- package/svg/24/social-instagram.svg +1 -0
- package/svg/24/social-linkedin.svg +1 -0
- package/svg/24/social-twitter.svg +1 -0
- package/svg/24/social-youtube.svg +1 -0
- package/svg/24/speaker-cross.svg +1 -0
- package/svg/24/speaker-high.svg +1 -0
- package/svg/24/split-vertical.svg +1 -0
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-line-square-dashed.svg +1 -0
- package/svg/24/square-rounded.svg +1 -0
- package/svg/24/square-star-scribble.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -0
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-group.svg +1 -0
- package/svg/24/squares-merge.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/squares-two-overlap.svg +1 -0
- package/svg/24/squares-ungroup.svg +1 -0
- package/svg/24/squares-unmerge.svg +1 -0
- package/svg/24/stack.svg +1 -0
- package/svg/24/star-filled.svg +2 -0
- package/svg/24/star.svg +2 -0
- package/svg/24/sticky-corners.svg +2 -1
- package/svg/24/sticky-note-stack.svg +1 -0
- package/svg/24/sticky-note-wide.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/sticky-notes-two.svg +1 -0
- package/svg/24/stop-circle.svg +1 -0
- package/svg/24/stroke-1.svg +2 -0
- package/svg/24/stroke-2.svg +2 -0
- package/svg/24/stroke-3.svg +2 -0
- package/svg/24/stroke-4.svg +2 -0
- package/svg/24/stroke-5.svg +2 -0
- package/svg/24/stroke-6.svg +2 -0
- package/svg/24/tag.svg +1 -0
- package/svg/24/text-a-underline.svg +1 -0
- package/svg/24/text-align-center.svg +1 -0
- package/svg/24/text-align-left.svg +1 -0
- package/svg/24/text-b-bold-italic-underlined.svg +1 -0
- package/svg/24/text-b-bold.svg +1 -0
- package/svg/24/text-cursor-eye-open.svg +1 -0
- package/svg/24/text-h-one.svg +1 -0
- package/svg/24/text-h-three.svg +1 -0
- package/svg/24/text-h-two.svg +1 -0
- package/svg/24/text-i-italic.svg +1 -0
- package/svg/24/text-indent.svg +1 -0
- package/svg/24/text-lines-three.svg +1 -0
- package/svg/24/text-s-strikethrough.svg +1 -0
- package/svg/24/text-styles.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/text-u-underlined.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/tick-circle.svg +2 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/timer.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/triangle.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/24/trophy.svg +1 -0
- package/svg/24/user-add.svg +1 -0
- package/svg/24/user-arrow-right-up.svg +1 -0
- package/svg/24/user-eye-open.svg +1 -0
- package/svg/24/user-load.svg +1 -0
- package/svg/24/user-number-three.svg +1 -0
- package/svg/24/user-pen-dashes-bottom.svg +1 -0
- package/svg/24/user-pen-line-bottom.svg +1 -0
- package/svg/24/user-tick-down.svg +1 -0
- package/svg/24/user.svg +1 -0
- package/svg/24/users-three.svg +1 -0
- package/svg/24/users.svg +1 -0
- package/svg/24/video-camera-simple-slash.svg +1 -0
- package/svg/24/video-camera-simple.svg +1 -0
- package/svg/24/video-camera.svg +1 -0
- package/svg/24/view-center.svg +1 -0
- package/svg/24/view-side-left.svg +1 -0
- package/svg/24/wallet.svg +1 -0
- package/svg/meta.json +380 -7
|
@@ -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 IconStarFilled: 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='m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
fill='currentColor'
|
|
32
|
+
d='m15 9-3-6-3 6-6 1 4 4.5L6 21l6-3 6 3-1-6.5 4-4.5-6-1Z'
|
|
33
|
+
/>
|
|
34
|
+
)
|
|
35
|
+
)
|
package/react/star.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 IconStar: 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='m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
package/react/sticky-corners.tsx
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
1
5
|
import React, { forwardRef, createElement } from 'react'
|
|
2
6
|
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
7
|
|
|
@@ -22,7 +26,7 @@ export const IconStickyCorners: ForwardRefExoticComponent<
|
|
|
22
26
|
strokeLinecap='round'
|
|
23
27
|
strokeLinejoin='round'
|
|
24
28
|
strokeWidth={2}
|
|
25
|
-
d='M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-
|
|
29
|
+
d='M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m13-4V8H8v8h5m3-3-3 3m3-3h-3v3'
|
|
26
30
|
/>
|
|
27
31
|
</g>,
|
|
28
32
|
<defs>
|
package/react/sticky-note.tsx
CHANGED
package/react/stop-circle.tsx
CHANGED
|
@@ -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 IconStroke1: 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.106 17.81 18.894 6.24'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -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 IconStroke2: 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={4}
|
|
29
|
+
d='M5.872 17.167 18.128 6.883'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -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 IconStroke3: 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={6}
|
|
29
|
+
d='m6.638 16.524 10.724-8.999'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -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 IconStroke4: 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={8}
|
|
29
|
+
d='m7.404 15.882 9.192-7.714'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -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 IconStroke5: 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={10}
|
|
29
|
+
d='m8.17 15.239 7.66-6.428'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
|
@@ -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 IconStroke6: 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={12}
|
|
29
|
+
d='m8.936 14.596 6.128-5.142'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
package/react/tag.tsx
CHANGED
package/react/text-b-bold.tsx
CHANGED
package/react/text-h-one.tsx
CHANGED
package/react/text-h-three.tsx
CHANGED
package/react/text-h-two.tsx
CHANGED
package/react/text-i-italic.tsx
CHANGED
package/react/text-indent.tsx
CHANGED
package/react/text-styles.tsx
CHANGED
package/react/text-t.tsx
CHANGED
package/react/thumbs-up.tsx
CHANGED
|
@@ -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 IconTickCircle: 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.707 11.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM11 15l-.707.707a1 1 0 0 0 1.414 0L11 15Zm6.707-5.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM21 12a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H1c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9V1C5.925 1 1 5.925 1 12h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Zm-4.707 9.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 6-6-1.414-1.414-6 6 1.414 1.414Z'
|
|
27
|
+
/>
|
|
28
|
+
</g>,
|
|
29
|
+
<defs>
|
|
30
|
+
<clipPath id='a'>
|
|
31
|
+
<path d='M0 0h24v24H0z' />
|
|
32
|
+
</clipPath>
|
|
33
|
+
</defs>
|
|
34
|
+
)
|
|
35
|
+
)
|
package/react/ticket.tsx
CHANGED
package/react/timer.tsx
CHANGED
package/react/trackpad.tsx
CHANGED
package/react/trash-simple.tsx
CHANGED
package/react/trash.tsx
CHANGED
package/react/triangle.tsx
CHANGED
package/react/trident.tsx
CHANGED
package/react/trophy.tsx
CHANGED
package/react/user-add.tsx
CHANGED