@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
package/react/export.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 IconExport: 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='M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9 1V3m0 0 4 4.5M12 3 8 7.5'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
package/react/eye-closed.tsx
CHANGED
package/react/eye-open-slash.tsx
CHANGED
package/react/eye-open.tsx
CHANGED
package/react/eyedropper.tsx
CHANGED
package/react/factory-house.tsx
CHANGED
package/react/factory.tsx
CHANGED
package/react/folder.tsx
CHANGED
package/react/frame-play.tsx
CHANGED
package/react/frame-plus.tsx
CHANGED
package/react/frame.tsx
CHANGED
package/react/funnel.tsx
CHANGED
package/react/gauge.tsx
CHANGED
package/react/globe.tsx
CHANGED
package/react/graduation-cap.tsx
CHANGED
package/react/grid-four.tsx
CHANGED
package/react/grid-six.tsx
CHANGED
package/react/grid.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 IconGrid: 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='M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18'
|
|
30
|
+
/>
|
|
31
|
+
</g>,
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id='a'>
|
|
34
|
+
<path d='M0 0h24v24H0z' />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
)
|
|
38
|
+
)
|
package/react/hand-filled.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 IconHandPointing: 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='m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-2.511h1v-.019l-.001-.018-1 .037Zm-14 2.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm3.44-5.5h-1v1h1v-1Zm-1 3a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54-.804.595.805-.594Zm13.751-7.304v4.375h2V11.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04V3.75h-2v10.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-9.98c0-.443.327-.75.713-.75V1C7.203 1 6.037 2.26 6.037 3.75h2ZM8.75 3a.73.73 0 0 1 .727.75h2C11.477 2.249 10.286 1 8.75 1v2Zm.727.75v5h2v-5h-2Zm1 6h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 8V6c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 8a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V9c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 10.212 20.827 9 19.287 9v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V7c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7-6v8h2v-8h-2Zm3.5 6v1.5h2v-1.5h-2Zm3.5 1.5v1h2v-1h-2Zm3.56 4.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z'
|
|
27
|
+
/>
|
|
28
|
+
</g>,
|
|
29
|
+
<defs>
|
|
30
|
+
<clipPath id='a'>
|
|
31
|
+
<path d='M0 0h24v24H0z' />
|
|
32
|
+
</clipPath>
|
|
33
|
+
</defs>
|
|
34
|
+
)
|
|
35
|
+
)
|
package/react/hand.tsx
CHANGED
package/react/highlighter.tsx
CHANGED
package/react/house.tsx
CHANGED
package/react/image.tsx
CHANGED
package/react/index.ts
CHANGED
|
@@ -6,6 +6,9 @@ export { IconAlignCenterVertical } from './align-center-vertical'
|
|
|
6
6
|
export { IconAlignLeft } from './align-left'
|
|
7
7
|
export { IconAlignRight } from './align-right'
|
|
8
8
|
export { IconAlignTop } from './align-top'
|
|
9
|
+
export { IconArrowArcLeft } from './arrow-arc-left'
|
|
10
|
+
export { IconArrowArcRight } from './arrow-arc-right'
|
|
11
|
+
export { IconArrowBendUpRight } from './arrow-bend-up-right'
|
|
9
12
|
export { IconArrowBoxOut } from './arrow-box-out'
|
|
10
13
|
export { IconArrowClockwiseDownRight } from './arrow-clockwise-down-right'
|
|
11
14
|
export { IconArrowClockwiseUpLeft } from './arrow-clockwise-up-left'
|
|
@@ -15,13 +18,19 @@ export { IconArrowDownLeft } from './arrow-down-left'
|
|
|
15
18
|
export { IconArrowDownRight } from './arrow-down-right'
|
|
16
19
|
export { IconArrowDown } from './arrow-down'
|
|
17
20
|
export { IconArrowFatRight } from './arrow-fat-right'
|
|
21
|
+
export { IconArrowFatUpRight } from './arrow-fat-up-right'
|
|
18
22
|
export { IconArrowLeft } from './arrow-left'
|
|
19
23
|
export { IconArrowRight } from './arrow-right'
|
|
24
|
+
export { IconArrowUpCircle } from './arrow-up-circle'
|
|
20
25
|
export { IconArrowUpLeft } from './arrow-up-left'
|
|
21
26
|
export { IconArrowUpRight } from './arrow-up-right'
|
|
22
27
|
export { IconArrowUp } from './arrow-up'
|
|
23
28
|
export { IconArrowsClockwiseX } from './arrows-clockwise-x'
|
|
24
29
|
export { IconArrowsClockwiseY } from './arrows-clockwise-y'
|
|
30
|
+
export { IconArrowsInSimple } from './arrows-in-simple'
|
|
31
|
+
export { IconArrowsOutCardinal } from './arrows-out-cardinal'
|
|
32
|
+
export { IconArrowsOutLinesHorizontal } from './arrows-out-lines-horizontal'
|
|
33
|
+
export { IconArrowsOutSimple } from './arrows-out-simple'
|
|
25
34
|
export { IconArticle } from './article'
|
|
26
35
|
export { IconAt } from './at'
|
|
27
36
|
export { IconBarThree } from './bar-three'
|
|
@@ -50,13 +59,20 @@ export { IconChatTwo } from './chat-two'
|
|
|
50
59
|
export { IconChat } from './chat'
|
|
51
60
|
export { IconCheckMark } from './check-mark'
|
|
52
61
|
export { IconCheckboardSquareCentered } from './checkboard-square-centered'
|
|
62
|
+
export { IconChevronDownDouble } from './chevron-down-double'
|
|
53
63
|
export { IconChevronDown } from './chevron-down'
|
|
64
|
+
export { IconChevronLeftDouble } from './chevron-left-double'
|
|
54
65
|
export { IconChevronLeft } from './chevron-left'
|
|
66
|
+
export { IconChevronRightDouble } from './chevron-right-double'
|
|
55
67
|
export { IconChevronRight } from './chevron-right'
|
|
68
|
+
export { IconChevronUpDouble } from './chevron-up-double'
|
|
69
|
+
export { IconChevronUpDownLine } from './chevron-up-down-line'
|
|
70
|
+
export { IconChevronUpDown } from './chevron-up-down'
|
|
56
71
|
export { IconChevronUp } from './chevron-up'
|
|
57
72
|
export { IconCircleCorners } from './circle-corners'
|
|
58
73
|
export { IconCircleMotionX } from './circle-motion-x'
|
|
59
74
|
export { IconCircleNotch } from './circle-notch'
|
|
75
|
+
export { IconCircleSlash } from './circle-slash'
|
|
60
76
|
export { IconCircle } from './circle'
|
|
61
77
|
export { IconCirclesConnected } from './circles-connected'
|
|
62
78
|
export { IconClockCounterClockwiseSimple } from './clock-counter-clockwise-simple'
|
|
@@ -71,9 +87,11 @@ export { IconCornersThreeEyeOpen } from './corners-three-eye-open'
|
|
|
71
87
|
export { IconCreditCard } from './credit-card'
|
|
72
88
|
export { IconCrop } from './crop'
|
|
73
89
|
export { IconCrossCircle } from './cross-circle'
|
|
90
|
+
export { IconCrossSquare } from './cross-square'
|
|
74
91
|
export { IconCross } from './cross'
|
|
75
92
|
export { IconCube } from './cube'
|
|
76
93
|
export { IconCursorFilled } from './cursor-filled'
|
|
94
|
+
export { IconCursorLines } from './cursor-lines'
|
|
77
95
|
export { IconCursorText } from './cursor-text'
|
|
78
96
|
export { IconCursor } from './cursor'
|
|
79
97
|
export { IconCurveSquareCircleArrow } from './curve-square-circle-arrow'
|
|
@@ -83,9 +101,14 @@ export { IconDashSquareDashHorizontal } from './dash-square-dash-horizontal'
|
|
|
83
101
|
export { IconDashSquareDashVertical } from './dash-square-dash-vertical'
|
|
84
102
|
export { IconDistributeHorizontal } from './distribute-horizontal'
|
|
85
103
|
export { IconDistributeVertical } from './distribute-vertical'
|
|
104
|
+
export { IconDotsNine } from './dots-nine'
|
|
105
|
+
export { IconDotsThree } from './dots-three'
|
|
106
|
+
export { IconDotsTwo } from './dots-two'
|
|
107
|
+
export { IconDownload } from './download'
|
|
86
108
|
export { IconEnvelope } from './envelope'
|
|
87
109
|
export { IconEraser } from './eraser'
|
|
88
110
|
export { IconExclamationPointCircle } from './exclamation-point-circle'
|
|
111
|
+
export { IconExport } from './export'
|
|
89
112
|
export { IconEyeClosedDotsFourFrameBroken } from './eye-closed-dots-four-frame-broken'
|
|
90
113
|
export { IconEyeClosed } from './eye-closed'
|
|
91
114
|
export { IconEyeOpenLineFrameBroken } from './eye-open-line-frame-broken'
|
|
@@ -105,7 +128,9 @@ export { IconGlobe } from './globe'
|
|
|
105
128
|
export { IconGraduationCap } from './graduation-cap'
|
|
106
129
|
export { IconGridFour } from './grid-four'
|
|
107
130
|
export { IconGridSix } from './grid-six'
|
|
131
|
+
export { IconGrid } from './grid'
|
|
108
132
|
export { IconHandFilled } from './hand-filled'
|
|
133
|
+
export { IconHandPointing } from './hand-pointing'
|
|
109
134
|
export { IconHand } from './hand'
|
|
110
135
|
export { IconHighlighterUnderline } from './highlighter-underline'
|
|
111
136
|
export { IconHighlighter } from './highlighter'
|
|
@@ -135,6 +160,8 @@ export { IconListBullets } from './list-bullets'
|
|
|
135
160
|
export { IconListNumbers } from './list-numbers'
|
|
136
161
|
export { IconLockClosed } from './lock-closed'
|
|
137
162
|
export { IconLockOpen } from './lock-open'
|
|
163
|
+
export { IconLogin } from './login'
|
|
164
|
+
export { IconLogout } from './logout'
|
|
138
165
|
export { IconMagnet } from './magnet'
|
|
139
166
|
export { IconMagnifyingGlass } from './magnifying-glass'
|
|
140
167
|
export { IconMap } from './map'
|
|
@@ -146,6 +173,10 @@ export { IconMonitorPause } from './monitor-pause'
|
|
|
146
173
|
export { IconMonitorPlay } from './monitor-play'
|
|
147
174
|
export { IconMonitorStop } from './monitor-stop'
|
|
148
175
|
export { IconMouse } from './mouse'
|
|
176
|
+
export { IconNavigationArrowLines } from './navigation-arrow-lines'
|
|
177
|
+
export { IconNavigationUpLeftFilled } from './navigation-up-left-filled'
|
|
178
|
+
export { IconNavigationUpLeftSlash } from './navigation-up-left-slash'
|
|
179
|
+
export { IconNavigationUpRight } from './navigation-up-right'
|
|
149
180
|
export { IconNext } from './next'
|
|
150
181
|
export { IconNodeLinesCurved } from './node-lines-curved'
|
|
151
182
|
export { IconNodeLinesHorizontal } from './node-lines-horizontal'
|
|
@@ -154,6 +185,8 @@ export { IconNodePlus } from './node-plus'
|
|
|
154
185
|
export { IconNodesConnected } from './nodes-connected'
|
|
155
186
|
export { IconNodesConnectionsThree } from './nodes-connections-three'
|
|
156
187
|
export { IconNoteMagnifyingGlass } from './note-magnifying-glass'
|
|
188
|
+
export { IconPaperPlaneFilledRight } from './paper-plane-filled-right'
|
|
189
|
+
export { IconPaperPlaneTilt } from './paper-plane-tilt'
|
|
157
190
|
export { IconParallelogram } from './parallelogram'
|
|
158
191
|
export { IconPauseCircle } from './pause-circle'
|
|
159
192
|
export { IconPause } from './pause'
|
|
@@ -180,6 +213,7 @@ export { IconProhibit } from './prohibit'
|
|
|
180
213
|
export { IconPushPin } from './push-pin'
|
|
181
214
|
export { IconQuestionMarkCircle } from './question-mark-circle'
|
|
182
215
|
export { IconQuestionMark } from './question-mark'
|
|
216
|
+
export { IconRectangleArrowUpCenter } from './rectangle-arrow-up-center'
|
|
183
217
|
export { IconRectangleDashLines } from './rectangle-dash-lines'
|
|
184
218
|
export { IconRectangleDotLinePen } from './rectangle-dot-line-pen'
|
|
185
219
|
export { IconRectanglePlayStack } from './rectangle-play-stack'
|
|
@@ -198,6 +232,7 @@ export { IconScrollbarXy } from './scrollbar-xy'
|
|
|
198
232
|
export { IconShapes } from './shapes'
|
|
199
233
|
export { IconShieldCheck } from './shield-check'
|
|
200
234
|
export { IconShieldLock } from './shield-lock'
|
|
235
|
+
export { IconShuffle } from './shuffle'
|
|
201
236
|
export { IconSidebarClosed } from './sidebar-closed'
|
|
202
237
|
export { IconSidebarOpen } from './sidebar-open'
|
|
203
238
|
export { IconSlidersX } from './sliders-x'
|
|
@@ -228,12 +263,20 @@ export { IconSquaresTwoOverlap } from './squares-two-overlap'
|
|
|
228
263
|
export { IconSquaresUngroup } from './squares-ungroup'
|
|
229
264
|
export { IconSquaresUnmerge } from './squares-unmerge'
|
|
230
265
|
export { IconStack } from './stack'
|
|
266
|
+
export { IconStarFilled } from './star-filled'
|
|
267
|
+
export { IconStar } from './star'
|
|
231
268
|
export { IconStickyCorners } from './sticky-corners'
|
|
232
269
|
export { IconStickyNoteStack } from './sticky-note-stack'
|
|
233
270
|
export { IconStickyNoteWide } from './sticky-note-wide'
|
|
234
271
|
export { IconStickyNote } from './sticky-note'
|
|
235
272
|
export { IconStickyNotesTwo } from './sticky-notes-two'
|
|
236
273
|
export { IconStopCircle } from './stop-circle'
|
|
274
|
+
export { IconStroke1 } from './stroke-1'
|
|
275
|
+
export { IconStroke2 } from './stroke-2'
|
|
276
|
+
export { IconStroke3 } from './stroke-3'
|
|
277
|
+
export { IconStroke4 } from './stroke-4'
|
|
278
|
+
export { IconStroke5 } from './stroke-5'
|
|
279
|
+
export { IconStroke6 } from './stroke-6'
|
|
237
280
|
export { IconTag } from './tag'
|
|
238
281
|
export { IconTextAUnderline } from './text-a-underline'
|
|
239
282
|
export { IconTextAlignCenter } from './text-align-center'
|
|
@@ -252,6 +295,7 @@ export { IconTextStyles } from './text-styles'
|
|
|
252
295
|
export { IconTextT } from './text-t'
|
|
253
296
|
export { IconTextUUnderlined } from './text-u-underlined'
|
|
254
297
|
export { IconThumbsUp } from './thumbs-up'
|
|
298
|
+
export { IconTickCircle } from './tick-circle'
|
|
255
299
|
export { IconTicket } from './ticket'
|
|
256
300
|
export { IconTimer } from './timer'
|
|
257
301
|
export { IconTrackpad } from './trackpad'
|
package/react/kanban.tsx
CHANGED
package/react/key.tsx
CHANGED
package/react/keycap.tsx
CHANGED
package/react/laptop.tsx
CHANGED
package/react/lasso.tsx
CHANGED
package/react/layout.tsx
CHANGED
package/react/lifesaver.tsx
CHANGED
package/react/lightning.tsx
CHANGED
package/react/line-curved.tsx
CHANGED
package/react/line-dashed.tsx
CHANGED
package/react/line-diagonal.tsx
CHANGED
package/react/line-dotted.tsx
CHANGED