@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/svg/meta.json
CHANGED
|
@@ -398,12 +398,18 @@
|
|
|
398
398
|
},
|
|
399
399
|
"sliders-y": {
|
|
400
400
|
"tags": [
|
|
401
|
-
""
|
|
401
|
+
"sliders y",
|
|
402
|
+
"sliders",
|
|
403
|
+
"y",
|
|
404
|
+
"vertical"
|
|
402
405
|
]
|
|
403
406
|
},
|
|
404
407
|
"sliders-x": {
|
|
405
408
|
"tags": [
|
|
406
|
-
""
|
|
409
|
+
"sliders x",
|
|
410
|
+
"sliders",
|
|
411
|
+
"x",
|
|
412
|
+
"horizontal"
|
|
407
413
|
]
|
|
408
414
|
},
|
|
409
415
|
"chat": {
|
|
@@ -2617,5 +2623,274 @@
|
|
|
2617
2623
|
"double",
|
|
2618
2624
|
"arrow"
|
|
2619
2625
|
]
|
|
2626
|
+
},
|
|
2627
|
+
"arrows-horizontal-lines-top-bottom": {
|
|
2628
|
+
"tags": [
|
|
2629
|
+
"arrows horizontal lines top bottom",
|
|
2630
|
+
"arrows",
|
|
2631
|
+
"horizontal",
|
|
2632
|
+
"lines",
|
|
2633
|
+
"top",
|
|
2634
|
+
"bottom",
|
|
2635
|
+
"cells",
|
|
2636
|
+
"unmerge",
|
|
2637
|
+
"cm"
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2640
|
+
"link-plus": {
|
|
2641
|
+
"tags": [
|
|
2642
|
+
"link plus",
|
|
2643
|
+
"link",
|
|
2644
|
+
"plus"
|
|
2645
|
+
]
|
|
2646
|
+
},
|
|
2647
|
+
"heart-filled": {
|
|
2648
|
+
"tags": [
|
|
2649
|
+
"heart filled",
|
|
2650
|
+
"heart",
|
|
2651
|
+
"filled",
|
|
2652
|
+
"reaction"
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2655
|
+
"smiley-plus": {
|
|
2656
|
+
"tags": [
|
|
2657
|
+
"smiley plus",
|
|
2658
|
+
"smiley",
|
|
2659
|
+
"plus",
|
|
2660
|
+
"reaction"
|
|
2661
|
+
]
|
|
2662
|
+
},
|
|
2663
|
+
"bracket-curly-left": {
|
|
2664
|
+
"tags": [
|
|
2665
|
+
""
|
|
2666
|
+
]
|
|
2667
|
+
},
|
|
2668
|
+
"arrows-clockwise-rectangle-tilt": {
|
|
2669
|
+
"tags": [
|
|
2670
|
+
"arrows clockwise rectangle tilt",
|
|
2671
|
+
"arrows",
|
|
2672
|
+
"clockwise",
|
|
2673
|
+
"rectangle",
|
|
2674
|
+
"tilt",
|
|
2675
|
+
"frame orientation",
|
|
2676
|
+
"frame",
|
|
2677
|
+
"orientation",
|
|
2678
|
+
"rotate"
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
"columns-three": {
|
|
2682
|
+
"tags": [
|
|
2683
|
+
"columns three",
|
|
2684
|
+
"columns",
|
|
2685
|
+
"three",
|
|
2686
|
+
"3",
|
|
2687
|
+
"predefined process",
|
|
2688
|
+
"predefined",
|
|
2689
|
+
"process",
|
|
2690
|
+
"grid",
|
|
2691
|
+
"layout"
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
"heart": {
|
|
2695
|
+
"tags": [
|
|
2696
|
+
"heart",
|
|
2697
|
+
"reaction"
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
"barrel": {
|
|
2701
|
+
"tags": [
|
|
2702
|
+
"barrel"
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
"bracket-curly-right": {
|
|
2706
|
+
"tags": [
|
|
2707
|
+
""
|
|
2708
|
+
]
|
|
2709
|
+
},
|
|
2710
|
+
"cloud": {
|
|
2711
|
+
"tags": [
|
|
2712
|
+
"cloud"
|
|
2713
|
+
]
|
|
2714
|
+
},
|
|
2715
|
+
"hexagon": {
|
|
2716
|
+
"tags": [
|
|
2717
|
+
"hexagon",
|
|
2718
|
+
"shape"
|
|
2719
|
+
]
|
|
2720
|
+
},
|
|
2721
|
+
"pentagon": {
|
|
2722
|
+
"tags": [
|
|
2723
|
+
"pentagon",
|
|
2724
|
+
"shape"
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
"paint-bucket": {
|
|
2728
|
+
"tags": [
|
|
2729
|
+
"paint bucket",
|
|
2730
|
+
"paint",
|
|
2731
|
+
"bucket",
|
|
2732
|
+
"background",
|
|
2733
|
+
"color"
|
|
2734
|
+
]
|
|
2735
|
+
},
|
|
2736
|
+
"cross-fat": {
|
|
2737
|
+
"tags": [
|
|
2738
|
+
"cross fat",
|
|
2739
|
+
"cross",
|
|
2740
|
+
"fat",
|
|
2741
|
+
"first aid"
|
|
2742
|
+
]
|
|
2743
|
+
},
|
|
2744
|
+
"octagon": {
|
|
2745
|
+
"tags": [
|
|
2746
|
+
"octagon",
|
|
2747
|
+
"shape"
|
|
2748
|
+
]
|
|
2749
|
+
},
|
|
2750
|
+
"trapeze": {
|
|
2751
|
+
"tags": [
|
|
2752
|
+
"trapeze. shape"
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
|
+
"arrow-curves-bottom-right": {
|
|
2756
|
+
"tags": [
|
|
2757
|
+
"arrow curves bottom right",
|
|
2758
|
+
"arrow",
|
|
2759
|
+
"curves",
|
|
2760
|
+
"bottom",
|
|
2761
|
+
"right",
|
|
2762
|
+
"organize",
|
|
2763
|
+
"frames"
|
|
2764
|
+
]
|
|
2765
|
+
},
|
|
2766
|
+
"magnifying-glass-lightning": {
|
|
2767
|
+
"tags": [
|
|
2768
|
+
"magnifying glass lightning",
|
|
2769
|
+
"magnifying",
|
|
2770
|
+
"glass",
|
|
2771
|
+
"lightning",
|
|
2772
|
+
"command palette",
|
|
2773
|
+
"command",
|
|
2774
|
+
"palette"
|
|
2775
|
+
]
|
|
2776
|
+
},
|
|
2777
|
+
"rectangle-triangle-bottom-center": {
|
|
2778
|
+
"tags": [
|
|
2779
|
+
"rectangle triangle bottom center",
|
|
2780
|
+
"rectangle",
|
|
2781
|
+
"triangle",
|
|
2782
|
+
"bottom",
|
|
2783
|
+
"center",
|
|
2784
|
+
"send interactive display",
|
|
2785
|
+
"send",
|
|
2786
|
+
"interactive",
|
|
2787
|
+
"display"
|
|
2788
|
+
]
|
|
2789
|
+
},
|
|
2790
|
+
"flag": {
|
|
2791
|
+
"tags": [
|
|
2792
|
+
"flag",
|
|
2793
|
+
"getting started"
|
|
2794
|
+
]
|
|
2795
|
+
},
|
|
2796
|
+
"triangle-square-circle": {
|
|
2797
|
+
"tags": [
|
|
2798
|
+
"triangle square circle",
|
|
2799
|
+
"triangle",
|
|
2800
|
+
"square",
|
|
2801
|
+
"circle",
|
|
2802
|
+
"use cases"
|
|
2803
|
+
]
|
|
2804
|
+
},
|
|
2805
|
+
"book-open-info": {
|
|
2806
|
+
"tags": [
|
|
2807
|
+
"book open info",
|
|
2808
|
+
"book",
|
|
2809
|
+
"open",
|
|
2810
|
+
"info",
|
|
2811
|
+
"explore help center",
|
|
2812
|
+
"explore",
|
|
2813
|
+
"help",
|
|
2814
|
+
"center"
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2817
|
+
"lightbulb": {
|
|
2818
|
+
"tags": [
|
|
2819
|
+
"lightbulb",
|
|
2820
|
+
"submit an idea",
|
|
2821
|
+
"submit",
|
|
2822
|
+
"idea"
|
|
2823
|
+
]
|
|
2824
|
+
},
|
|
2825
|
+
"headset-person": {
|
|
2826
|
+
"tags": [
|
|
2827
|
+
"headset person",
|
|
2828
|
+
"headset",
|
|
2829
|
+
"person",
|
|
2830
|
+
"contact support",
|
|
2831
|
+
"contact",
|
|
2832
|
+
"support"
|
|
2833
|
+
]
|
|
2834
|
+
},
|
|
2835
|
+
"gift": {
|
|
2836
|
+
"tags": [
|
|
2837
|
+
"gift",
|
|
2838
|
+
"what's new",
|
|
2839
|
+
"new"
|
|
2840
|
+
]
|
|
2841
|
+
},
|
|
2842
|
+
"rss-rectangle": {
|
|
2843
|
+
"tags": [
|
|
2844
|
+
"rss rectangle",
|
|
2845
|
+
"rss",
|
|
2846
|
+
"rectangle",
|
|
2847
|
+
"webinars"
|
|
2848
|
+
]
|
|
2849
|
+
},
|
|
2850
|
+
"lines-top-left-columns-two": {
|
|
2851
|
+
"tags": [
|
|
2852
|
+
"lines top left columns two",
|
|
2853
|
+
"lines",
|
|
2854
|
+
"top",
|
|
2855
|
+
"left",
|
|
2856
|
+
"columns",
|
|
2857
|
+
"two",
|
|
2858
|
+
"2",
|
|
2859
|
+
"program board",
|
|
2860
|
+
"program board"
|
|
2861
|
+
]
|
|
2862
|
+
},
|
|
2863
|
+
"sticky-eye-open": {
|
|
2864
|
+
"tags": [
|
|
2865
|
+
"sticky eye open",
|
|
2866
|
+
"sticky",
|
|
2867
|
+
"eye",
|
|
2868
|
+
"open",
|
|
2869
|
+
"private mode",
|
|
2870
|
+
"private",
|
|
2871
|
+
"mode"
|
|
2872
|
+
]
|
|
2873
|
+
},
|
|
2874
|
+
"node-connected-dot": {
|
|
2875
|
+
"tags": [
|
|
2876
|
+
"node connected dot",
|
|
2877
|
+
"node",
|
|
2878
|
+
"connected",
|
|
2879
|
+
"dot",
|
|
2880
|
+
"dependencies"
|
|
2881
|
+
]
|
|
2882
|
+
},
|
|
2883
|
+
"ai": {
|
|
2884
|
+
"tags": [
|
|
2885
|
+
"ai"
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
"ai-filled": {
|
|
2889
|
+
"tags": [
|
|
2890
|
+
"ai filled",
|
|
2891
|
+
"ai",
|
|
2892
|
+
"filled",
|
|
2893
|
+
"solid"
|
|
2894
|
+
]
|
|
2620
2895
|
}
|
|
2621
2896
|
}
|