@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/dist/main.js
CHANGED
|
@@ -233,6 +233,87 @@ const IconAlignTop = React.forwardRef(
|
|
|
233
233
|
)
|
|
234
234
|
);
|
|
235
235
|
|
|
236
|
+
const IconArrowArcLeft = React.forwardRef(
|
|
237
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
238
|
+
StyledIcon,
|
|
239
|
+
{
|
|
240
|
+
...props,
|
|
241
|
+
size,
|
|
242
|
+
viewBox: "0 0 24 24",
|
|
243
|
+
fill: "none",
|
|
244
|
+
ref: forwardRef2
|
|
245
|
+
},
|
|
246
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
247
|
+
clipPath: "url(#a)"
|
|
248
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
249
|
+
stroke: "currentColor",
|
|
250
|
+
strokeLinecap: "round",
|
|
251
|
+
strokeLinejoin: "round",
|
|
252
|
+
strokeWidth: 2,
|
|
253
|
+
d: "M20 15C18 9 9.5 7 4 15m0 0v-5m0 5h5"
|
|
254
|
+
})),
|
|
255
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
256
|
+
id: "a"
|
|
257
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
258
|
+
d: "M0 0h24v24H0z"
|
|
259
|
+
})))
|
|
260
|
+
)
|
|
261
|
+
);
|
|
262
|
+
|
|
263
|
+
const IconArrowArcRight = React.forwardRef(
|
|
264
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
265
|
+
StyledIcon,
|
|
266
|
+
{
|
|
267
|
+
...props,
|
|
268
|
+
size,
|
|
269
|
+
viewBox: "0 0 24 24",
|
|
270
|
+
fill: "none",
|
|
271
|
+
ref: forwardRef2
|
|
272
|
+
},
|
|
273
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
274
|
+
clipPath: "url(#a)"
|
|
275
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
276
|
+
stroke: "currentColor",
|
|
277
|
+
strokeLinecap: "round",
|
|
278
|
+
strokeLinejoin: "round",
|
|
279
|
+
strokeWidth: 2,
|
|
280
|
+
d: "M4 15c2-6 10.5-8 16 0m0 0v-5m0 5h-5"
|
|
281
|
+
})),
|
|
282
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
283
|
+
id: "a"
|
|
284
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
285
|
+
d: "M0 0h24v24H0z"
|
|
286
|
+
})))
|
|
287
|
+
)
|
|
288
|
+
);
|
|
289
|
+
|
|
290
|
+
const IconArrowBendUpRight = React.forwardRef(
|
|
291
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
292
|
+
StyledIcon,
|
|
293
|
+
{
|
|
294
|
+
...props,
|
|
295
|
+
size,
|
|
296
|
+
viewBox: "0 0 24 24",
|
|
297
|
+
fill: "none",
|
|
298
|
+
ref: forwardRef2
|
|
299
|
+
},
|
|
300
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
301
|
+
clipPath: "url(#a)"
|
|
302
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
303
|
+
stroke: "currentColor",
|
|
304
|
+
strokeLinecap: "round",
|
|
305
|
+
strokeLinejoin: "round",
|
|
306
|
+
strokeWidth: 2,
|
|
307
|
+
d: "M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5"
|
|
308
|
+
})),
|
|
309
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
310
|
+
id: "a"
|
|
311
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
312
|
+
d: "M0 0h24v24H0z"
|
|
313
|
+
})))
|
|
314
|
+
)
|
|
315
|
+
);
|
|
316
|
+
|
|
236
317
|
const IconArrowBoxOut = React.forwardRef(
|
|
237
318
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
238
319
|
StyledIcon,
|
|
@@ -438,6 +519,30 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
438
519
|
)
|
|
439
520
|
);
|
|
440
521
|
|
|
522
|
+
const IconArrowFatUpRight = React.forwardRef(
|
|
523
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
524
|
+
StyledIcon,
|
|
525
|
+
{
|
|
526
|
+
...props,
|
|
527
|
+
size,
|
|
528
|
+
viewBox: "0 0 24 24",
|
|
529
|
+
fill: "none",
|
|
530
|
+
ref: forwardRef2
|
|
531
|
+
},
|
|
532
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
533
|
+
clipPath: "url(#a)"
|
|
534
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
535
|
+
fill: "currentColor",
|
|
536
|
+
d: "m21 3 .97.243a1 1 0 0 0-1.212-1.213L21 3Zm-3 12-.707.707a1 1 0 0 0 1.677-.465L18 15Zm-3-3 .707-.707-.604-.604-.691.502L15 12ZM4 20l-.809-.588a1 1 0 0 0 1.397 1.397L4 20Zm8-11 .809.588.502-.69-.604-.605L12 9ZM9 6l-.243-.97a1 1 0 0 0-.464 1.677L9 6Zm11.03-3.243-3 12 1.94.486 3-12-1.94-.486Zm-1.323 11.536-3-3-1.414 1.414 3 3 1.414-1.414Zm-4.295-3.102-11 8 1.176 1.618 11-8-1.176-1.618Zm-9.603 9.397 8-11-1.618-1.176-8 11 1.618 1.176Zm7.898-12.295-3-3-1.414 1.414 3 3 1.414-1.414ZM9.243 6.97l12-3-.485-1.94-12 3 .485 1.94Z"
|
|
537
|
+
})),
|
|
538
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
539
|
+
id: "a"
|
|
540
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
541
|
+
d: "M0 0h24v24H0z"
|
|
542
|
+
})))
|
|
543
|
+
)
|
|
544
|
+
);
|
|
545
|
+
|
|
441
546
|
const IconArrowLeft = React.forwardRef(
|
|
442
547
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
443
548
|
StyledIcon,
|
|
@@ -476,6 +581,30 @@ const IconArrowRight = React.forwardRef(
|
|
|
476
581
|
)
|
|
477
582
|
);
|
|
478
583
|
|
|
584
|
+
const IconArrowUpCircle = React.forwardRef(
|
|
585
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
586
|
+
StyledIcon,
|
|
587
|
+
{
|
|
588
|
+
...props,
|
|
589
|
+
size,
|
|
590
|
+
viewBox: "0 0 24 24",
|
|
591
|
+
fill: "none",
|
|
592
|
+
ref: forwardRef2
|
|
593
|
+
},
|
|
594
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
595
|
+
clipPath: "url(#a)"
|
|
596
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
597
|
+
fill: "currentColor",
|
|
598
|
+
d: "M11 17a1 1 0 1 0 2 0h-2Zm1-10 .707-.707a1 1 0 0 0-1.414 0L12 7Zm3.293 4.707a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-8-1.414a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM13 17V7h-2v10h2Zm-1.707-9.293 4 4 1.414-1.414-4-4-1.414 1.414Zm0-1.414-4 4 1.414 1.414 4-4-1.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-11v2Z"
|
|
599
|
+
})),
|
|
600
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
601
|
+
id: "a"
|
|
602
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
603
|
+
d: "M0 0h24v24H0z"
|
|
604
|
+
})))
|
|
605
|
+
)
|
|
606
|
+
);
|
|
607
|
+
|
|
479
608
|
const IconArrowUpLeft = React.forwardRef(
|
|
480
609
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
481
610
|
StyledIcon,
|
|
@@ -585,6 +714,114 @@ const IconArrowsClockwiseY = React.forwardRef(
|
|
|
585
714
|
)
|
|
586
715
|
);
|
|
587
716
|
|
|
717
|
+
const IconArrowsInSimple = React.forwardRef(
|
|
718
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
719
|
+
StyledIcon,
|
|
720
|
+
{
|
|
721
|
+
...props,
|
|
722
|
+
size,
|
|
723
|
+
viewBox: "0 0 24 24",
|
|
724
|
+
fill: "none",
|
|
725
|
+
ref: forwardRef2
|
|
726
|
+
},
|
|
727
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
728
|
+
clipPath: "url(#a)"
|
|
729
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
730
|
+
stroke: "currentColor",
|
|
731
|
+
strokeLinecap: "round",
|
|
732
|
+
strokeLinejoin: "round",
|
|
733
|
+
strokeWidth: 2,
|
|
734
|
+
d: "m21 3-5 5m0 0V3m0 5h5M3 21l5-5m0 0v5m0-5H3"
|
|
735
|
+
})),
|
|
736
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
737
|
+
id: "a"
|
|
738
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
739
|
+
d: "M0 0h24v24H0z"
|
|
740
|
+
})))
|
|
741
|
+
)
|
|
742
|
+
);
|
|
743
|
+
|
|
744
|
+
const IconArrowsOutCardinal = React.forwardRef(
|
|
745
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
746
|
+
StyledIcon,
|
|
747
|
+
{
|
|
748
|
+
...props,
|
|
749
|
+
size,
|
|
750
|
+
viewBox: "0 0 24 24",
|
|
751
|
+
fill: "none",
|
|
752
|
+
ref: forwardRef2
|
|
753
|
+
},
|
|
754
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
755
|
+
clipPath: "url(#a)"
|
|
756
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
757
|
+
stroke: "currentColor",
|
|
758
|
+
strokeLinecap: "round",
|
|
759
|
+
strokeLinejoin: "round",
|
|
760
|
+
strokeWidth: 2,
|
|
761
|
+
d: "M12 3v18m0-18 3 3m-3-3L9 6m3 15 3-3m-3 3-3-3m-6-6h18M3 12l3-3m-3 3 3 3m15-3-3-3m3 3-3 3"
|
|
762
|
+
})),
|
|
763
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
764
|
+
id: "a"
|
|
765
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
766
|
+
d: "M0 0h24v24H0z"
|
|
767
|
+
})))
|
|
768
|
+
)
|
|
769
|
+
);
|
|
770
|
+
|
|
771
|
+
const IconArrowsOutLinesHorizontal = React.forwardRef(
|
|
772
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
773
|
+
StyledIcon,
|
|
774
|
+
{
|
|
775
|
+
...props,
|
|
776
|
+
size,
|
|
777
|
+
viewBox: "0 0 24 24",
|
|
778
|
+
fill: "none",
|
|
779
|
+
ref: forwardRef2
|
|
780
|
+
},
|
|
781
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
782
|
+
clipPath: "url(#a)"
|
|
783
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
784
|
+
stroke: "currentColor",
|
|
785
|
+
strokeLinecap: "round",
|
|
786
|
+
strokeLinejoin: "round",
|
|
787
|
+
strokeWidth: 2,
|
|
788
|
+
d: "M2 6v12M22 6v12m-3-6H5m14 0-3-3m3 3-3 3M5 12l3-3m-3 3 3 3"
|
|
789
|
+
})),
|
|
790
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
791
|
+
id: "a"
|
|
792
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
793
|
+
d: "M0 0h24v24H0z"
|
|
794
|
+
})))
|
|
795
|
+
)
|
|
796
|
+
);
|
|
797
|
+
|
|
798
|
+
const IconArrowsOutSimple = React.forwardRef(
|
|
799
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
800
|
+
StyledIcon,
|
|
801
|
+
{
|
|
802
|
+
...props,
|
|
803
|
+
size,
|
|
804
|
+
viewBox: "0 0 24 24",
|
|
805
|
+
fill: "none",
|
|
806
|
+
ref: forwardRef2
|
|
807
|
+
},
|
|
808
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
809
|
+
clipPath: "url(#a)"
|
|
810
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
811
|
+
stroke: "currentColor",
|
|
812
|
+
strokeLinecap: "round",
|
|
813
|
+
strokeLinejoin: "round",
|
|
814
|
+
strokeWidth: 2,
|
|
815
|
+
d: "m16 8 5-5m0 0v5m0-5h-5M8 16l-5 5m0 0v-5m0 5h5"
|
|
816
|
+
})),
|
|
817
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
818
|
+
id: "a"
|
|
819
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
820
|
+
d: "M0 0h24v24H0z"
|
|
821
|
+
})))
|
|
822
|
+
)
|
|
823
|
+
);
|
|
824
|
+
|
|
588
825
|
const IconArticle = React.forwardRef(
|
|
589
826
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
590
827
|
StyledIcon,
|
|
@@ -1271,7 +1508,148 @@ const IconCheckMark = React.forwardRef(
|
|
|
1271
1508
|
)
|
|
1272
1509
|
);
|
|
1273
1510
|
|
|
1274
|
-
const IconCheckboardSquareCentered = React.forwardRef(
|
|
1511
|
+
const IconCheckboardSquareCentered = React.forwardRef(
|
|
1512
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1513
|
+
StyledIcon,
|
|
1514
|
+
{
|
|
1515
|
+
...props,
|
|
1516
|
+
size,
|
|
1517
|
+
viewBox: "0 0 24 24",
|
|
1518
|
+
fill: "none",
|
|
1519
|
+
ref: forwardRef2
|
|
1520
|
+
},
|
|
1521
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1522
|
+
fill: "currentColor",
|
|
1523
|
+
d: "M1 2a1 1 0 0 1 1-1h1v2H1V2Zm2 1h2v2H3V3ZM1 5h2v2H1V5Zm2 2h2v2H3V7ZM1 9h2v2H1V9Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm0 4h2v2H2a1 1 0 0 1-1-1v-1Zm2-2h2v2H3v-2ZM5 1h2v2H5V1Zm2 2h2v2H7V3ZM5 5h2L5 7V5Zm0 12 2 2H5v-2Zm0 4h2v2H5v-2Zm2-2h2v2H7v-2ZM9 1h2v2H9V1Zm2 2h2v2h-2V3ZM9 21h2v2H9v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm2 2h2v2h-2V3Zm-2 18h2v2h-2v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm4 0h1a1 1 0 0 1 1 1v1h-2V1Zm-2 2h2v2h-2V3Zm-2 2h2v2l-2-2Zm4 0h2v2h-2V5Zm-2 2h2v2h-2V7Zm2 2h2v2h-2V9Zm-2 2h2v2h-2v-2Zm2 2h2v2h-2v-2Zm-2 2h2v2h-2v-2Zm0 2v2h-2l2-2Zm-2 4h2v2h-2v-2Zm4-4h2v2h-2v-2Zm0 4h2v1a1 1 0 0 1-1 1h-1v-2Zm-2-2h2v2h-2v-2ZM7 9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Z"
|
|
1524
|
+
}),
|
|
1525
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1526
|
+
stroke: "currentColor",
|
|
1527
|
+
strokeWidth: 5,
|
|
1528
|
+
d: "M22 21h.001"
|
|
1529
|
+
})
|
|
1530
|
+
)
|
|
1531
|
+
);
|
|
1532
|
+
|
|
1533
|
+
const IconChevronDownDouble = React.forwardRef(
|
|
1534
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1535
|
+
StyledIcon,
|
|
1536
|
+
{
|
|
1537
|
+
...props,
|
|
1538
|
+
size,
|
|
1539
|
+
viewBox: "0 0 24 24",
|
|
1540
|
+
fill: "none",
|
|
1541
|
+
ref: forwardRef2
|
|
1542
|
+
},
|
|
1543
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1544
|
+
clipPath: "url(#a)"
|
|
1545
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1546
|
+
stroke: "currentColor",
|
|
1547
|
+
strokeLinecap: "round",
|
|
1548
|
+
strokeLinejoin: "round",
|
|
1549
|
+
strokeWidth: 2,
|
|
1550
|
+
d: "m15 14-3 3-3-3m6-7-3 3-3-3"
|
|
1551
|
+
})),
|
|
1552
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1553
|
+
id: "a"
|
|
1554
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1555
|
+
d: "M0 0h24v24H0z"
|
|
1556
|
+
})))
|
|
1557
|
+
)
|
|
1558
|
+
);
|
|
1559
|
+
|
|
1560
|
+
const IconChevronDown = React.forwardRef(
|
|
1561
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1562
|
+
StyledIcon,
|
|
1563
|
+
{
|
|
1564
|
+
...props,
|
|
1565
|
+
size,
|
|
1566
|
+
viewBox: "0 0 24 24",
|
|
1567
|
+
fill: "none",
|
|
1568
|
+
ref: forwardRef2
|
|
1569
|
+
},
|
|
1570
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1571
|
+
stroke: "currentColor",
|
|
1572
|
+
strokeLinecap: "round",
|
|
1573
|
+
strokeWidth: 2,
|
|
1574
|
+
d: "m6 9.5 6 6 6-6"
|
|
1575
|
+
})
|
|
1576
|
+
)
|
|
1577
|
+
);
|
|
1578
|
+
|
|
1579
|
+
const IconChevronLeftDouble = React.forwardRef(
|
|
1580
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1581
|
+
StyledIcon,
|
|
1582
|
+
{
|
|
1583
|
+
...props,
|
|
1584
|
+
size,
|
|
1585
|
+
viewBox: "0 0 24 24",
|
|
1586
|
+
fill: "none",
|
|
1587
|
+
ref: forwardRef2
|
|
1588
|
+
},
|
|
1589
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1590
|
+
clipPath: "url(#a)"
|
|
1591
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1592
|
+
stroke: "currentColor",
|
|
1593
|
+
strokeLinecap: "round",
|
|
1594
|
+
strokeLinejoin: "round",
|
|
1595
|
+
strokeWidth: 2,
|
|
1596
|
+
d: "m10 15-3-3 3-3m7 6-3-3 3-3"
|
|
1597
|
+
})),
|
|
1598
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1599
|
+
id: "a"
|
|
1600
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1601
|
+
d: "M0 0h24v24H0z"
|
|
1602
|
+
})))
|
|
1603
|
+
)
|
|
1604
|
+
);
|
|
1605
|
+
|
|
1606
|
+
const IconChevronLeft = React.forwardRef(
|
|
1607
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1608
|
+
StyledIcon,
|
|
1609
|
+
{
|
|
1610
|
+
...props,
|
|
1611
|
+
size,
|
|
1612
|
+
viewBox: "0 0 24 24",
|
|
1613
|
+
fill: "none",
|
|
1614
|
+
ref: forwardRef2
|
|
1615
|
+
},
|
|
1616
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1617
|
+
stroke: "currentColor",
|
|
1618
|
+
strokeLinecap: "round",
|
|
1619
|
+
strokeWidth: 2,
|
|
1620
|
+
d: "m14.5 6-6 6 6 6"
|
|
1621
|
+
})
|
|
1622
|
+
)
|
|
1623
|
+
);
|
|
1624
|
+
|
|
1625
|
+
const IconChevronRightDouble = React.forwardRef(
|
|
1626
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1627
|
+
StyledIcon,
|
|
1628
|
+
{
|
|
1629
|
+
...props,
|
|
1630
|
+
size,
|
|
1631
|
+
viewBox: "0 0 24 24",
|
|
1632
|
+
fill: "none",
|
|
1633
|
+
ref: forwardRef2
|
|
1634
|
+
},
|
|
1635
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1636
|
+
clipPath: "url(#a)"
|
|
1637
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1638
|
+
stroke: "currentColor",
|
|
1639
|
+
strokeLinecap: "round",
|
|
1640
|
+
strokeLinejoin: "round",
|
|
1641
|
+
strokeWidth: 2,
|
|
1642
|
+
d: "m14 9 3 3-3 3M7 9l3 3-3 3"
|
|
1643
|
+
})),
|
|
1644
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1645
|
+
id: "a"
|
|
1646
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1647
|
+
d: "M0 0h24v24H0z"
|
|
1648
|
+
})))
|
|
1649
|
+
)
|
|
1650
|
+
);
|
|
1651
|
+
|
|
1652
|
+
const IconChevronRight = React.forwardRef(
|
|
1275
1653
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1276
1654
|
StyledIcon,
|
|
1277
1655
|
{
|
|
@@ -1281,19 +1659,16 @@ const IconCheckboardSquareCentered = React.forwardRef(
|
|
|
1281
1659
|
fill: "none",
|
|
1282
1660
|
ref: forwardRef2
|
|
1283
1661
|
},
|
|
1284
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1285
|
-
fill: "currentColor",
|
|
1286
|
-
d: "M1 2a1 1 0 0 1 1-1h1v2H1V2Zm2 1h2v2H3V3ZM1 5h2v2H1V5Zm2 2h2v2H3V7ZM1 9h2v2H1V9Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm2 2h2v2H3v-2Zm-2 2h2v2H1v-2Zm0 4h2v2H2a1 1 0 0 1-1-1v-1Zm2-2h2v2H3v-2ZM5 1h2v2H5V1Zm2 2h2v2H7V3ZM5 5h2L5 7V5Zm0 12 2 2H5v-2Zm0 4h2v2H5v-2Zm2-2h2v2H7v-2ZM9 1h2v2H9V1Zm2 2h2v2h-2V3ZM9 21h2v2H9v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm2 2h2v2h-2V3Zm-2 18h2v2h-2v-2Zm2-2h2v2h-2v-2Zm2-18h2v2h-2V1Zm4 0h1a1 1 0 0 1 1 1v1h-2V1Zm-2 2h2v2h-2V3Zm-2 2h2v2l-2-2Zm4 0h2v2h-2V5Zm-2 2h2v2h-2V7Zm2 2h2v2h-2V9Zm-2 2h2v2h-2v-2Zm2 2h2v2h-2v-2Zm-2 2h2v2h-2v-2Zm0 2v2h-2l2-2Zm-2 4h2v2h-2v-2Zm4-4h2v2h-2v-2Zm0 4h2v1a1 1 0 0 1-1 1h-1v-2Zm-2-2h2v2h-2v-2ZM7 9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Z"
|
|
1287
|
-
}),
|
|
1288
1662
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1289
1663
|
stroke: "currentColor",
|
|
1290
|
-
|
|
1291
|
-
|
|
1664
|
+
strokeLinecap: "round",
|
|
1665
|
+
strokeWidth: 2,
|
|
1666
|
+
d: "m9.5 6 6 6-6 6"
|
|
1292
1667
|
})
|
|
1293
1668
|
)
|
|
1294
1669
|
);
|
|
1295
1670
|
|
|
1296
|
-
const
|
|
1671
|
+
const IconChevronUpDouble = React.forwardRef(
|
|
1297
1672
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1298
1673
|
StyledIcon,
|
|
1299
1674
|
{
|
|
@@ -1303,16 +1678,24 @@ const IconChevronDown = React.forwardRef(
|
|
|
1303
1678
|
fill: "none",
|
|
1304
1679
|
ref: forwardRef2
|
|
1305
1680
|
},
|
|
1306
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1681
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1682
|
+
clipPath: "url(#a)"
|
|
1683
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1307
1684
|
stroke: "currentColor",
|
|
1308
1685
|
strokeLinecap: "round",
|
|
1686
|
+
strokeLinejoin: "round",
|
|
1309
1687
|
strokeWidth: 2,
|
|
1310
|
-
d: "
|
|
1311
|
-
})
|
|
1688
|
+
d: "m9 10 3-3 3 3m-6 7 3-3 3 3"
|
|
1689
|
+
})),
|
|
1690
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1691
|
+
id: "a"
|
|
1692
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1693
|
+
d: "M0 0h24v24H0z"
|
|
1694
|
+
})))
|
|
1312
1695
|
)
|
|
1313
1696
|
);
|
|
1314
1697
|
|
|
1315
|
-
const
|
|
1698
|
+
const IconChevronUpDownLine = React.forwardRef(
|
|
1316
1699
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1317
1700
|
StyledIcon,
|
|
1318
1701
|
{
|
|
@@ -1322,16 +1705,24 @@ const IconChevronLeft = React.forwardRef(
|
|
|
1322
1705
|
fill: "none",
|
|
1323
1706
|
ref: forwardRef2
|
|
1324
1707
|
},
|
|
1325
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1708
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1709
|
+
clipPath: "url(#a)"
|
|
1710
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1326
1711
|
stroke: "currentColor",
|
|
1327
1712
|
strokeLinecap: "round",
|
|
1713
|
+
strokeLinejoin: "round",
|
|
1328
1714
|
strokeWidth: 2,
|
|
1329
|
-
d: "
|
|
1330
|
-
})
|
|
1715
|
+
d: "m8 7.5 4-4 4 4m0 9-4 4-4-4M5 12h14"
|
|
1716
|
+
})),
|
|
1717
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1718
|
+
id: "a"
|
|
1719
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1720
|
+
d: "M0 0h24v24H0z"
|
|
1721
|
+
})))
|
|
1331
1722
|
)
|
|
1332
1723
|
);
|
|
1333
1724
|
|
|
1334
|
-
const
|
|
1725
|
+
const IconChevronUpDown = React.forwardRef(
|
|
1335
1726
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1336
1727
|
StyledIcon,
|
|
1337
1728
|
{
|
|
@@ -1341,12 +1732,20 @@ const IconChevronRight = React.forwardRef(
|
|
|
1341
1732
|
fill: "none",
|
|
1342
1733
|
ref: forwardRef2
|
|
1343
1734
|
},
|
|
1344
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1735
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1736
|
+
clipPath: "url(#a)"
|
|
1737
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1345
1738
|
stroke: "currentColor",
|
|
1346
1739
|
strokeLinecap: "round",
|
|
1740
|
+
strokeLinejoin: "round",
|
|
1347
1741
|
strokeWidth: 2,
|
|
1348
|
-
d: "
|
|
1349
|
-
})
|
|
1742
|
+
d: "m8 8.5 4-4 4 4m0 7-4 4-4-4"
|
|
1743
|
+
})),
|
|
1744
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1745
|
+
id: "a"
|
|
1746
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1747
|
+
d: "M0 0h24v24H0z"
|
|
1748
|
+
})))
|
|
1350
1749
|
)
|
|
1351
1750
|
);
|
|
1352
1751
|
|
|
@@ -1447,6 +1846,32 @@ const IconCircleNotch = React.forwardRef(
|
|
|
1447
1846
|
)
|
|
1448
1847
|
);
|
|
1449
1848
|
|
|
1849
|
+
const IconCircleSlash = React.forwardRef(
|
|
1850
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1851
|
+
StyledIcon,
|
|
1852
|
+
{
|
|
1853
|
+
...props,
|
|
1854
|
+
size,
|
|
1855
|
+
viewBox: "0 0 24 24",
|
|
1856
|
+
fill: "none",
|
|
1857
|
+
ref: forwardRef2
|
|
1858
|
+
},
|
|
1859
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1860
|
+
clipPath: "url(#a)"
|
|
1861
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1862
|
+
stroke: "currentColor",
|
|
1863
|
+
strokeLinecap: "round",
|
|
1864
|
+
strokeWidth: 2,
|
|
1865
|
+
d: "M15.806 2.75A9.97 9.97 0 0 0 12 2C6.477 2 2 6.477 2 12a9.97 9.97 0 0 0 .756 3.822m5.412 5.418c1.18.49 2.475.76 3.832.76 5.523 0 10-4.477 10-10a9.97 9.97 0 0 0-.758-3.827M4 20 20 4"
|
|
1866
|
+
})),
|
|
1867
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1868
|
+
id: "a"
|
|
1869
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1870
|
+
d: "M0 0h24v24H0z"
|
|
1871
|
+
})))
|
|
1872
|
+
)
|
|
1873
|
+
);
|
|
1874
|
+
|
|
1450
1875
|
const IconCircle = React.forwardRef(
|
|
1451
1876
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1452
1877
|
StyledIcon,
|
|
@@ -1787,6 +2212,33 @@ const IconCrossCircle = React.forwardRef(
|
|
|
1787
2212
|
)
|
|
1788
2213
|
);
|
|
1789
2214
|
|
|
2215
|
+
const IconCrossSquare = React.forwardRef(
|
|
2216
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2217
|
+
StyledIcon,
|
|
2218
|
+
{
|
|
2219
|
+
...props,
|
|
2220
|
+
size,
|
|
2221
|
+
viewBox: "0 0 24 24",
|
|
2222
|
+
fill: "none",
|
|
2223
|
+
ref: forwardRef2
|
|
2224
|
+
},
|
|
2225
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2226
|
+
clipPath: "url(#a)"
|
|
2227
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2228
|
+
stroke: "currentColor",
|
|
2229
|
+
strokeLinecap: "round",
|
|
2230
|
+
strokeLinejoin: "round",
|
|
2231
|
+
strokeWidth: 2,
|
|
2232
|
+
d: "m8 8 8 8m0-8-8 8M4 4h16v16H4V4Z"
|
|
2233
|
+
})),
|
|
2234
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2235
|
+
id: "a"
|
|
2236
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2237
|
+
d: "M0 0h24v24H0z"
|
|
2238
|
+
})))
|
|
2239
|
+
)
|
|
2240
|
+
);
|
|
2241
|
+
|
|
1790
2242
|
const IconCross = React.forwardRef(
|
|
1791
2243
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1792
2244
|
StyledIcon,
|
|
@@ -1856,6 +2308,30 @@ const IconCursorFilled = React.forwardRef(
|
|
|
1856
2308
|
)
|
|
1857
2309
|
);
|
|
1858
2310
|
|
|
2311
|
+
const IconCursorLines = React.forwardRef(
|
|
2312
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2313
|
+
StyledIcon,
|
|
2314
|
+
{
|
|
2315
|
+
...props,
|
|
2316
|
+
size,
|
|
2317
|
+
viewBox: "0 0 24 24",
|
|
2318
|
+
fill: "none",
|
|
2319
|
+
ref: forwardRef2
|
|
2320
|
+
},
|
|
2321
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2322
|
+
fill: "currentColor",
|
|
2323
|
+
d: "M13.84 13.315 4.407 4.069C4.25 3.916 4 4.035 4 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.469.469 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"
|
|
2324
|
+
}),
|
|
2325
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2326
|
+
stroke: "currentColor",
|
|
2327
|
+
strokeLinecap: "round",
|
|
2328
|
+
strokeLinejoin: "round",
|
|
2329
|
+
strokeWidth: 2,
|
|
2330
|
+
d: "m10.5 20-1.917-4.97M11 4h10m-6 4h2M4.406 4.069l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.469.469 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
2331
|
+
})
|
|
2332
|
+
)
|
|
2333
|
+
);
|
|
2334
|
+
|
|
1859
2335
|
const IconCursorText = React.forwardRef(
|
|
1860
2336
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1861
2337
|
StyledIcon,
|
|
@@ -2099,6 +2575,99 @@ const IconDistributeVertical = React.forwardRef(
|
|
|
2099
2575
|
)
|
|
2100
2576
|
);
|
|
2101
2577
|
|
|
2578
|
+
const IconDotsNine = React.forwardRef(
|
|
2579
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2580
|
+
StyledIcon,
|
|
2581
|
+
{
|
|
2582
|
+
...props,
|
|
2583
|
+
size,
|
|
2584
|
+
viewBox: "0 0 24 24",
|
|
2585
|
+
fill: "none",
|
|
2586
|
+
ref: forwardRef2
|
|
2587
|
+
},
|
|
2588
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2589
|
+
fill: "currentColor",
|
|
2590
|
+
d: "M6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8-8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2591
|
+
}),
|
|
2592
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2593
|
+
stroke: "currentColor",
|
|
2594
|
+
strokeWidth: 2,
|
|
2595
|
+
d: "M22 21h.001"
|
|
2596
|
+
})
|
|
2597
|
+
)
|
|
2598
|
+
);
|
|
2599
|
+
|
|
2600
|
+
const IconDotsThree = React.forwardRef(
|
|
2601
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2602
|
+
StyledIcon,
|
|
2603
|
+
{
|
|
2604
|
+
...props,
|
|
2605
|
+
size,
|
|
2606
|
+
viewBox: "0 0 24 24",
|
|
2607
|
+
fill: "none",
|
|
2608
|
+
ref: forwardRef2
|
|
2609
|
+
},
|
|
2610
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2611
|
+
fill: "currentColor",
|
|
2612
|
+
d: "M6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2613
|
+
}),
|
|
2614
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2615
|
+
stroke: "currentColor",
|
|
2616
|
+
strokeWidth: 2,
|
|
2617
|
+
d: "M22 21h.001"
|
|
2618
|
+
})
|
|
2619
|
+
)
|
|
2620
|
+
);
|
|
2621
|
+
|
|
2622
|
+
const IconDotsTwo = React.forwardRef(
|
|
2623
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2624
|
+
StyledIcon,
|
|
2625
|
+
{
|
|
2626
|
+
...props,
|
|
2627
|
+
size,
|
|
2628
|
+
viewBox: "0 0 24 24",
|
|
2629
|
+
fill: "none",
|
|
2630
|
+
ref: forwardRef2
|
|
2631
|
+
},
|
|
2632
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2633
|
+
fill: "currentColor",
|
|
2634
|
+
d: "M10 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2635
|
+
}),
|
|
2636
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2637
|
+
stroke: "currentColor",
|
|
2638
|
+
strokeWidth: 2,
|
|
2639
|
+
d: "M22 21h.001"
|
|
2640
|
+
})
|
|
2641
|
+
)
|
|
2642
|
+
);
|
|
2643
|
+
|
|
2644
|
+
const IconDownload = React.forwardRef(
|
|
2645
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2646
|
+
StyledIcon,
|
|
2647
|
+
{
|
|
2648
|
+
...props,
|
|
2649
|
+
size,
|
|
2650
|
+
viewBox: "0 0 24 24",
|
|
2651
|
+
fill: "none",
|
|
2652
|
+
ref: forwardRef2
|
|
2653
|
+
},
|
|
2654
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2655
|
+
clipPath: "url(#a)"
|
|
2656
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2657
|
+
stroke: "currentColor",
|
|
2658
|
+
strokeLinecap: "round",
|
|
2659
|
+
strokeLinejoin: "round",
|
|
2660
|
+
strokeWidth: 2,
|
|
2661
|
+
d: "M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9-10v11m0 0L8 9.5m4 4.5 4-4.5"
|
|
2662
|
+
})),
|
|
2663
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2664
|
+
id: "a"
|
|
2665
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2666
|
+
d: "M0 0h24v24H0z"
|
|
2667
|
+
})))
|
|
2668
|
+
)
|
|
2669
|
+
);
|
|
2670
|
+
|
|
2102
2671
|
const IconEnvelope = React.forwardRef(
|
|
2103
2672
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2104
2673
|
StyledIcon,
|
|
@@ -2168,6 +2737,33 @@ const IconExclamationPointCircle = React.forwardRef(
|
|
|
2168
2737
|
)
|
|
2169
2738
|
);
|
|
2170
2739
|
|
|
2740
|
+
const IconExport = React.forwardRef(
|
|
2741
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2742
|
+
StyledIcon,
|
|
2743
|
+
{
|
|
2744
|
+
...props,
|
|
2745
|
+
size,
|
|
2746
|
+
viewBox: "0 0 24 24",
|
|
2747
|
+
fill: "none",
|
|
2748
|
+
ref: forwardRef2
|
|
2749
|
+
},
|
|
2750
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2751
|
+
clipPath: "url(#a)"
|
|
2752
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2753
|
+
stroke: "currentColor",
|
|
2754
|
+
strokeLinecap: "round",
|
|
2755
|
+
strokeLinejoin: "round",
|
|
2756
|
+
strokeWidth: 2,
|
|
2757
|
+
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"
|
|
2758
|
+
})),
|
|
2759
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2760
|
+
id: "a"
|
|
2761
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2762
|
+
d: "M0 0h24v24H0z"
|
|
2763
|
+
})))
|
|
2764
|
+
)
|
|
2765
|
+
);
|
|
2766
|
+
|
|
2171
2767
|
const IconEyeClosedDotsFourFrameBroken = React.forwardRef(
|
|
2172
2768
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2173
2769
|
StyledIcon,
|
|
@@ -2562,12 +3158,40 @@ const IconGlobe = React.forwardRef(
|
|
|
2562
3158
|
stroke: "currentColor",
|
|
2563
3159
|
strokeLinecap: "round",
|
|
2564
3160
|
strokeWidth: 2,
|
|
2565
|
-
d: "M11.663 3C9.495 4.62 8 8.042 8 12s1.495 7.38 3.663 9m.674-18C14.505 4.62 16 8.042 16 12s-1.495 7.38-3.663 9M4 9h16M4 15h16m1-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
2566
|
-
})
|
|
3161
|
+
d: "M11.663 3C9.495 4.62 8 8.042 8 12s1.495 7.38 3.663 9m.674-18C14.505 4.62 16 8.042 16 12s-1.495 7.38-3.663 9M4 9h16M4 15h16m1-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
3162
|
+
})
|
|
3163
|
+
)
|
|
3164
|
+
);
|
|
3165
|
+
|
|
3166
|
+
const IconGraduationCap = React.forwardRef(
|
|
3167
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3168
|
+
StyledIcon,
|
|
3169
|
+
{
|
|
3170
|
+
...props,
|
|
3171
|
+
size,
|
|
3172
|
+
viewBox: "0 0 24 24",
|
|
3173
|
+
fill: "none",
|
|
3174
|
+
ref: forwardRef2
|
|
3175
|
+
},
|
|
3176
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3177
|
+
clipPath: "url(#a)"
|
|
3178
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3179
|
+
stroke: "currentColor",
|
|
3180
|
+
strokeLinecap: "round",
|
|
3181
|
+
strokeLinejoin: "round",
|
|
3182
|
+
strokeMiterlimit: 1.414,
|
|
3183
|
+
strokeWidth: 2,
|
|
3184
|
+
d: "M2 8.23 12.5 3 23 8.23 19.684 9.8M2 8.23V20M2 8.23 5.316 9.8m0 0 7.184 3.4 7.184-3.4m-14.368 0v3.016A7.184 7.184 0 0 0 12.5 20v0a7.184 7.184 0 0 0 7.184-7.184V9.8"
|
|
3185
|
+
})),
|
|
3186
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3187
|
+
id: "a"
|
|
3188
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3189
|
+
d: "M0 0h24v24H0z"
|
|
3190
|
+
})))
|
|
2567
3191
|
)
|
|
2568
3192
|
);
|
|
2569
3193
|
|
|
2570
|
-
const
|
|
3194
|
+
const IconGridFour = React.forwardRef(
|
|
2571
3195
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2572
3196
|
StyledIcon,
|
|
2573
3197
|
{
|
|
@@ -2583,9 +3207,8 @@ const IconGraduationCap = React.forwardRef(
|
|
|
2583
3207
|
stroke: "currentColor",
|
|
2584
3208
|
strokeLinecap: "round",
|
|
2585
3209
|
strokeLinejoin: "round",
|
|
2586
|
-
strokeMiterlimit: 1.414,
|
|
2587
3210
|
strokeWidth: 2,
|
|
2588
|
-
d: "
|
|
3211
|
+
d: "M12 3H3.25a.25.25 0 0 0-.25.25V12m9-9h8.75a.25.25 0 0 1 .25.25V12m-9-9v18m0 0h8.75a.25.25 0 0 0 .25-.25V12m-9 9H3.25a.25.25 0 0 1-.25-.25V12m0 0h18"
|
|
2589
3212
|
})),
|
|
2590
3213
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2591
3214
|
id: "a"
|
|
@@ -2595,7 +3218,7 @@ const IconGraduationCap = React.forwardRef(
|
|
|
2595
3218
|
)
|
|
2596
3219
|
);
|
|
2597
3220
|
|
|
2598
|
-
const
|
|
3221
|
+
const IconGridSix = React.forwardRef(
|
|
2599
3222
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2600
3223
|
StyledIcon,
|
|
2601
3224
|
{
|
|
@@ -2612,7 +3235,7 @@ const IconGridFour = React.forwardRef(
|
|
|
2612
3235
|
strokeLinecap: "round",
|
|
2613
3236
|
strokeLinejoin: "round",
|
|
2614
3237
|
strokeWidth: 2,
|
|
2615
|
-
d: "M12 3H3.25a.25.25 0 0 0-.25.
|
|
3238
|
+
d: "M12 3H3.25a.25.25 0 0 0-.25.25V9m9-6h8.75a.25.25 0 0 1 .25.25V9m-9-6v18m0 0h8.75a.25.25 0 0 0 .25-.25V15m-9 6H3.25a.25.25 0 0 1-.25-.25V15m0-6h18M3 9v6m18-6v6M3 15h18"
|
|
2616
3239
|
})),
|
|
2617
3240
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2618
3241
|
id: "a"
|
|
@@ -2622,7 +3245,7 @@ const IconGridFour = React.forwardRef(
|
|
|
2622
3245
|
)
|
|
2623
3246
|
);
|
|
2624
3247
|
|
|
2625
|
-
const
|
|
3248
|
+
const IconGrid = React.forwardRef(
|
|
2626
3249
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2627
3250
|
StyledIcon,
|
|
2628
3251
|
{
|
|
@@ -2639,7 +3262,7 @@ const IconGridSix = React.forwardRef(
|
|
|
2639
3262
|
strokeLinecap: "round",
|
|
2640
3263
|
strokeLinejoin: "round",
|
|
2641
3264
|
strokeWidth: 2,
|
|
2642
|
-
d: "
|
|
3265
|
+
d: "M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18"
|
|
2643
3266
|
})),
|
|
2644
3267
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2645
3268
|
id: "a"
|
|
@@ -2668,6 +3291,30 @@ const IconHandFilled = React.forwardRef(
|
|
|
2668
3291
|
)
|
|
2669
3292
|
);
|
|
2670
3293
|
|
|
3294
|
+
const IconHandPointing = React.forwardRef(
|
|
3295
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3296
|
+
StyledIcon,
|
|
3297
|
+
{
|
|
3298
|
+
...props,
|
|
3299
|
+
size,
|
|
3300
|
+
viewBox: "0 0 24 24",
|
|
3301
|
+
fill: "none",
|
|
3302
|
+
ref: forwardRef2
|
|
3303
|
+
},
|
|
3304
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3305
|
+
clipPath: "url(#a)"
|
|
3306
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3307
|
+
fill: "currentColor",
|
|
3308
|
+
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"
|
|
3309
|
+
})),
|
|
3310
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3311
|
+
id: "a"
|
|
3312
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3313
|
+
d: "M0 0h24v24H0z"
|
|
3314
|
+
})))
|
|
3315
|
+
)
|
|
3316
|
+
);
|
|
3317
|
+
|
|
2671
3318
|
const IconHand = React.forwardRef(
|
|
2672
3319
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2673
3320
|
StyledIcon,
|
|
@@ -3394,6 +4041,60 @@ const IconLockOpen = React.forwardRef(
|
|
|
3394
4041
|
)
|
|
3395
4042
|
);
|
|
3396
4043
|
|
|
4044
|
+
const IconLogin = React.forwardRef(
|
|
4045
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4046
|
+
StyledIcon,
|
|
4047
|
+
{
|
|
4048
|
+
...props,
|
|
4049
|
+
size,
|
|
4050
|
+
viewBox: "0 0 24 24",
|
|
4051
|
+
fill: "none",
|
|
4052
|
+
ref: forwardRef2
|
|
4053
|
+
},
|
|
4054
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4055
|
+
clipPath: "url(#a)"
|
|
4056
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4057
|
+
stroke: "currentColor",
|
|
4058
|
+
strokeLinecap: "round",
|
|
4059
|
+
strokeLinejoin: "round",
|
|
4060
|
+
strokeWidth: 2,
|
|
4061
|
+
d: "M13 3h8v18h-8M3 12h12m0 0-3-3m3 3-3 3"
|
|
4062
|
+
})),
|
|
4063
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4064
|
+
id: "a"
|
|
4065
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4066
|
+
d: "M0 0h24v24H0z"
|
|
4067
|
+
})))
|
|
4068
|
+
)
|
|
4069
|
+
);
|
|
4070
|
+
|
|
4071
|
+
const IconLogout = React.forwardRef(
|
|
4072
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4073
|
+
StyledIcon,
|
|
4074
|
+
{
|
|
4075
|
+
...props,
|
|
4076
|
+
size,
|
|
4077
|
+
viewBox: "0 0 24 24",
|
|
4078
|
+
fill: "none",
|
|
4079
|
+
ref: forwardRef2
|
|
4080
|
+
},
|
|
4081
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4082
|
+
clipPath: "url(#a)"
|
|
4083
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4084
|
+
stroke: "currentColor",
|
|
4085
|
+
strokeLinecap: "round",
|
|
4086
|
+
strokeLinejoin: "round",
|
|
4087
|
+
strokeWidth: 2,
|
|
4088
|
+
d: "M11 3H3v18h8m-2-9h12m0 0-3-3m3 3-3 3"
|
|
4089
|
+
})),
|
|
4090
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4091
|
+
id: "a"
|
|
4092
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4093
|
+
d: "M0 0h24v24H0z"
|
|
4094
|
+
})))
|
|
4095
|
+
)
|
|
4096
|
+
);
|
|
4097
|
+
|
|
3397
4098
|
const IconMagnet = React.forwardRef(
|
|
3398
4099
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3399
4100
|
StyledIcon,
|
|
@@ -3668,6 +4369,108 @@ const IconMouse = React.forwardRef(
|
|
|
3668
4369
|
)
|
|
3669
4370
|
);
|
|
3670
4371
|
|
|
4372
|
+
const IconNavigationArrowLines = React.forwardRef(
|
|
4373
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4374
|
+
StyledIcon,
|
|
4375
|
+
{
|
|
4376
|
+
...props,
|
|
4377
|
+
size,
|
|
4378
|
+
viewBox: "0 0 24 24",
|
|
4379
|
+
fill: "none",
|
|
4380
|
+
ref: forwardRef2
|
|
4381
|
+
},
|
|
4382
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4383
|
+
stroke: "currentColor",
|
|
4384
|
+
strokeLinecap: "round",
|
|
4385
|
+
strokeLinejoin: "round",
|
|
4386
|
+
strokeWidth: 2,
|
|
4387
|
+
d: "M11 4h10m-6 4h2M4.406 6.069l9.434 9.245c.315.309.136.874-.289.909H8.5a.468.468 0 0 0-.285.13l-3.408 3.71c-.312.3-.807.06-.807-.391V6.262c0-.227.25-.346.406-.193Z"
|
|
4388
|
+
}),
|
|
4389
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4390
|
+
fill: "currentColor",
|
|
4391
|
+
d: "M13.84 15.315 4.407 6.069C4.25 5.916 4 6.035 4 6.262v13.41c0 .451.495.69.807.39l3.408-3.709a.468.468 0 0 1 .285-.13h5.051c.425-.035.604-.6.29-.908Z"
|
|
4392
|
+
})
|
|
4393
|
+
)
|
|
4394
|
+
);
|
|
4395
|
+
|
|
4396
|
+
const IconNavigationUpLeftFilled = React.forwardRef(
|
|
4397
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4398
|
+
StyledIcon,
|
|
4399
|
+
{
|
|
4400
|
+
...props,
|
|
4401
|
+
size,
|
|
4402
|
+
viewBox: "0 0 24 24",
|
|
4403
|
+
fill: "none",
|
|
4404
|
+
ref: forwardRef2
|
|
4405
|
+
},
|
|
4406
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4407
|
+
stroke: "currentColor",
|
|
4408
|
+
strokeLinecap: "round",
|
|
4409
|
+
strokeLinejoin: "round",
|
|
4410
|
+
strokeWidth: 2,
|
|
4411
|
+
d: "M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"
|
|
4412
|
+
}),
|
|
4413
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4414
|
+
fill: "currentColor",
|
|
4415
|
+
d: "M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"
|
|
4416
|
+
})
|
|
4417
|
+
)
|
|
4418
|
+
);
|
|
4419
|
+
|
|
4420
|
+
const IconNavigationUpLeftSlash = React.forwardRef(
|
|
4421
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4422
|
+
StyledIcon,
|
|
4423
|
+
{
|
|
4424
|
+
...props,
|
|
4425
|
+
size,
|
|
4426
|
+
viewBox: "0 0 24 24",
|
|
4427
|
+
fill: "none",
|
|
4428
|
+
ref: forwardRef2
|
|
4429
|
+
},
|
|
4430
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4431
|
+
clipPath: "url(#a)"
|
|
4432
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4433
|
+
stroke: "currentColor",
|
|
4434
|
+
strokeLinecap: "round",
|
|
4435
|
+
strokeLinejoin: "round",
|
|
4436
|
+
strokeWidth: 2,
|
|
4437
|
+
d: "m7.897 15.375 2.112 5.163c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303l-5.09-2.067M5.594 9.75 3.029 3.48c-.118-.289.145-.568.427-.454L9.75 5.583M3 19.875 19.875 3"
|
|
4438
|
+
})),
|
|
4439
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4440
|
+
id: "a"
|
|
4441
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4442
|
+
d: "M0 0h24v24H0z"
|
|
4443
|
+
})))
|
|
4444
|
+
)
|
|
4445
|
+
);
|
|
4446
|
+
|
|
4447
|
+
const IconNavigationUpRight = React.forwardRef(
|
|
4448
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4449
|
+
StyledIcon,
|
|
4450
|
+
{
|
|
4451
|
+
...props,
|
|
4452
|
+
size,
|
|
4453
|
+
viewBox: "0 0 24 24",
|
|
4454
|
+
fill: "none",
|
|
4455
|
+
ref: forwardRef2
|
|
4456
|
+
},
|
|
4457
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4458
|
+
clipPath: "url(#a)"
|
|
4459
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4460
|
+
stroke: "currentColor",
|
|
4461
|
+
strokeLinecap: "round",
|
|
4462
|
+
strokeLinejoin: "round",
|
|
4463
|
+
strokeWidth: 2,
|
|
4464
|
+
d: "m14.037 20.536 6.937-17.08c.114-.282-.165-.545-.454-.427l-17.058 6.98c-.574.235-.626 1.003-.084 1.254l6.46 2.5a.65.65 0 0 1 .313.302l2.583 6.568c.261.533 1.072.473 1.303-.097Z"
|
|
4465
|
+
})),
|
|
4466
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4467
|
+
id: "a"
|
|
4468
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4469
|
+
d: "M0 0h24v24H0z"
|
|
4470
|
+
})))
|
|
4471
|
+
)
|
|
4472
|
+
);
|
|
4473
|
+
|
|
3671
4474
|
const IconNext = React.forwardRef(
|
|
3672
4475
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3673
4476
|
StyledIcon,
|
|
@@ -3873,6 +4676,57 @@ const IconNoteMagnifyingGlass = React.forwardRef(
|
|
|
3873
4676
|
)
|
|
3874
4677
|
);
|
|
3875
4678
|
|
|
4679
|
+
const IconPaperPlaneFilledRight = React.forwardRef(
|
|
4680
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4681
|
+
StyledIcon,
|
|
4682
|
+
{
|
|
4683
|
+
...props,
|
|
4684
|
+
size,
|
|
4685
|
+
viewBox: "0 0 24 24",
|
|
4686
|
+
fill: "none",
|
|
4687
|
+
ref: forwardRef2
|
|
4688
|
+
},
|
|
4689
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4690
|
+
fill: "currentColor",
|
|
4691
|
+
fillRule: "evenodd",
|
|
4692
|
+
d: "M3.421 2.595c-.847-.39-1.72.49-1.322 1.334L5 11h3.5c1.5 0 1.5 1.873 0 1.873H5l-2.901 7.056c-.397.843.475 1.723 1.322 1.334L21.6 12.984c.776-.356.776-1.627 0-1.984L3.42 2.595Z",
|
|
4693
|
+
clipRule: "evenodd"
|
|
4694
|
+
}),
|
|
4695
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4696
|
+
stroke: "currentColor",
|
|
4697
|
+
strokeWidth: 4,
|
|
4698
|
+
d: "M22 21h.001"
|
|
4699
|
+
})
|
|
4700
|
+
)
|
|
4701
|
+
);
|
|
4702
|
+
|
|
4703
|
+
const IconPaperPlaneTilt = React.forwardRef(
|
|
4704
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4705
|
+
StyledIcon,
|
|
4706
|
+
{
|
|
4707
|
+
...props,
|
|
4708
|
+
size,
|
|
4709
|
+
viewBox: "0 0 24 24",
|
|
4710
|
+
fill: "none",
|
|
4711
|
+
ref: forwardRef2
|
|
4712
|
+
},
|
|
4713
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4714
|
+
clipPath: "url(#a)"
|
|
4715
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4716
|
+
stroke: "currentColor",
|
|
4717
|
+
strokeLinecap: "round",
|
|
4718
|
+
strokeLinejoin: "round",
|
|
4719
|
+
strokeWidth: 2,
|
|
4720
|
+
d: "M10 14 21 3M10 14l4 8 7-19M10 14l-8-4 19-7"
|
|
4721
|
+
})),
|
|
4722
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4723
|
+
id: "a"
|
|
4724
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4725
|
+
d: "M0 0h24v24H0z"
|
|
4726
|
+
})))
|
|
4727
|
+
)
|
|
4728
|
+
);
|
|
4729
|
+
|
|
3876
4730
|
const IconParallelogram = React.forwardRef(
|
|
3877
4731
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
3878
4732
|
StyledIcon,
|
|
@@ -4482,7 +5336,31 @@ const IconQuestionMarkCircle = React.forwardRef(
|
|
|
4482
5336
|
)
|
|
4483
5337
|
);
|
|
4484
5338
|
|
|
4485
|
-
const IconQuestionMark = React.forwardRef(
|
|
5339
|
+
const IconQuestionMark = React.forwardRef(
|
|
5340
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5341
|
+
StyledIcon,
|
|
5342
|
+
{
|
|
5343
|
+
...props,
|
|
5344
|
+
size,
|
|
5345
|
+
viewBox: "0 0 24 24",
|
|
5346
|
+
fill: "none",
|
|
5347
|
+
ref: forwardRef2
|
|
5348
|
+
},
|
|
5349
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5350
|
+
fill: "currentColor",
|
|
5351
|
+
d: "M12 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"
|
|
5352
|
+
}),
|
|
5353
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5354
|
+
stroke: "currentColor",
|
|
5355
|
+
strokeLinecap: "round",
|
|
5356
|
+
strokeLinejoin: "round",
|
|
5357
|
+
strokeWidth: 2,
|
|
5358
|
+
d: "M7 8.23C7 5.895 9.239 4 12 4s5 1.894 5 4.23c0 1.748-1.252 3.248-3.039 3.894C12.922 12.499 12 13.357 12 14.46V15"
|
|
5359
|
+
})
|
|
5360
|
+
)
|
|
5361
|
+
);
|
|
5362
|
+
|
|
5363
|
+
const IconRectangleArrowUpCenter = React.forwardRef(
|
|
4486
5364
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4487
5365
|
StyledIcon,
|
|
4488
5366
|
{
|
|
@@ -4492,17 +5370,20 @@ const IconQuestionMark = React.forwardRef(
|
|
|
4492
5370
|
fill: "none",
|
|
4493
5371
|
ref: forwardRef2
|
|
4494
5372
|
},
|
|
4495
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
}),
|
|
4499
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5373
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5374
|
+
clipPath: "url(#a)"
|
|
5375
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4500
5376
|
stroke: "currentColor",
|
|
4501
5377
|
strokeLinecap: "round",
|
|
4502
5378
|
strokeLinejoin: "round",
|
|
4503
5379
|
strokeWidth: 2,
|
|
4504
|
-
d: "
|
|
4505
|
-
})
|
|
5380
|
+
d: "M3 10V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6m-9 10V9m0 0 4 4.5M12 9l-4 4.5"
|
|
5381
|
+
})),
|
|
5382
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5383
|
+
id: "a"
|
|
5384
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5385
|
+
d: "M0 0h24v24H0z"
|
|
5386
|
+
})))
|
|
4506
5387
|
)
|
|
4507
5388
|
);
|
|
4508
5389
|
|
|
@@ -4976,6 +5857,33 @@ const IconShieldLock = React.forwardRef(
|
|
|
4976
5857
|
)
|
|
4977
5858
|
);
|
|
4978
5859
|
|
|
5860
|
+
const IconShuffle = React.forwardRef(
|
|
5861
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5862
|
+
StyledIcon,
|
|
5863
|
+
{
|
|
5864
|
+
...props,
|
|
5865
|
+
size,
|
|
5866
|
+
viewBox: "0 0 24 24",
|
|
5867
|
+
fill: "none",
|
|
5868
|
+
ref: forwardRef2
|
|
5869
|
+
},
|
|
5870
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5871
|
+
clipPath: "url(#a)"
|
|
5872
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5873
|
+
stroke: "currentColor",
|
|
5874
|
+
strokeLinecap: "round",
|
|
5875
|
+
strokeLinejoin: "round",
|
|
5876
|
+
strokeWidth: 2,
|
|
5877
|
+
d: "M3 6s2.464-.282 4 0c5.761 1.06 3.282 10.73 9 12 1.906.424 5 0 5 0m0 0-3-3m3 3-3 3M3 18s2.464.282 4 0c.864-.159 1.542-.511 2.091-1M21 6s-3.094-.424-5 0a4.333 4.333 0 0 0-2 1.012M21 6l-3 3m3-3-3-3"
|
|
5878
|
+
})),
|
|
5879
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5880
|
+
id: "a"
|
|
5881
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5882
|
+
d: "M0 0h24v24H0z"
|
|
5883
|
+
})))
|
|
5884
|
+
)
|
|
5885
|
+
);
|
|
5886
|
+
|
|
4979
5887
|
const IconSidebarClosed = React.forwardRef(
|
|
4980
5888
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
4981
5889
|
StyledIcon,
|
|
@@ -5707,6 +6615,57 @@ const IconStack = React.forwardRef(
|
|
|
5707
6615
|
)
|
|
5708
6616
|
);
|
|
5709
6617
|
|
|
6618
|
+
const IconStarFilled = React.forwardRef(
|
|
6619
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6620
|
+
StyledIcon,
|
|
6621
|
+
{
|
|
6622
|
+
...props,
|
|
6623
|
+
size,
|
|
6624
|
+
viewBox: "0 0 24 24",
|
|
6625
|
+
fill: "none",
|
|
6626
|
+
ref: forwardRef2
|
|
6627
|
+
},
|
|
6628
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6629
|
+
stroke: "currentColor",
|
|
6630
|
+
strokeLinecap: "round",
|
|
6631
|
+
strokeLinejoin: "round",
|
|
6632
|
+
strokeWidth: 2,
|
|
6633
|
+
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"
|
|
6634
|
+
}),
|
|
6635
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6636
|
+
fill: "currentColor",
|
|
6637
|
+
d: "m15 9-3-6-3 6-6 1 4 4.5L6 21l6-3 6 3-1-6.5 4-4.5-6-1Z"
|
|
6638
|
+
})
|
|
6639
|
+
)
|
|
6640
|
+
);
|
|
6641
|
+
|
|
6642
|
+
const IconStar = React.forwardRef(
|
|
6643
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6644
|
+
StyledIcon,
|
|
6645
|
+
{
|
|
6646
|
+
...props,
|
|
6647
|
+
size,
|
|
6648
|
+
viewBox: "0 0 24 24",
|
|
6649
|
+
fill: "none",
|
|
6650
|
+
ref: forwardRef2
|
|
6651
|
+
},
|
|
6652
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6653
|
+
clipPath: "url(#a)"
|
|
6654
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6655
|
+
stroke: "currentColor",
|
|
6656
|
+
strokeLinecap: "round",
|
|
6657
|
+
strokeLinejoin: "round",
|
|
6658
|
+
strokeWidth: 2,
|
|
6659
|
+
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"
|
|
6660
|
+
})),
|
|
6661
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6662
|
+
id: "a"
|
|
6663
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6664
|
+
d: "M0 0h24v24H0z"
|
|
6665
|
+
})))
|
|
6666
|
+
)
|
|
6667
|
+
);
|
|
6668
|
+
|
|
5710
6669
|
const IconStickyCorners = React.forwardRef(
|
|
5711
6670
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5712
6671
|
StyledIcon,
|
|
@@ -5724,7 +6683,7 @@ const IconStickyCorners = React.forwardRef(
|
|
|
5724
6683
|
strokeLinecap: "round",
|
|
5725
6684
|
strokeLinejoin: "round",
|
|
5726
6685
|
strokeWidth: 2,
|
|
5727
|
-
d: "M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-
|
|
6686
|
+
d: "M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m13-4V8H8v8h5m3-3-3 3m3-3h-3v3"
|
|
5728
6687
|
})),
|
|
5729
6688
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5730
6689
|
id: "a"
|
|
@@ -5865,6 +6824,168 @@ const IconStopCircle = React.forwardRef(
|
|
|
5865
6824
|
)
|
|
5866
6825
|
);
|
|
5867
6826
|
|
|
6827
|
+
const IconStroke1 = React.forwardRef(
|
|
6828
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6829
|
+
StyledIcon,
|
|
6830
|
+
{
|
|
6831
|
+
...props,
|
|
6832
|
+
size,
|
|
6833
|
+
viewBox: "0 0 24 24",
|
|
6834
|
+
fill: "none",
|
|
6835
|
+
ref: forwardRef2
|
|
6836
|
+
},
|
|
6837
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6838
|
+
clipPath: "url(#a)"
|
|
6839
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6840
|
+
stroke: "currentColor",
|
|
6841
|
+
strokeLinecap: "round",
|
|
6842
|
+
strokeLinejoin: "round",
|
|
6843
|
+
strokeWidth: 2,
|
|
6844
|
+
d: "M5.106 17.81 18.894 6.24"
|
|
6845
|
+
})),
|
|
6846
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6847
|
+
id: "a"
|
|
6848
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6849
|
+
d: "M0 0h24v24H0z"
|
|
6850
|
+
})))
|
|
6851
|
+
)
|
|
6852
|
+
);
|
|
6853
|
+
|
|
6854
|
+
const IconStroke2 = React.forwardRef(
|
|
6855
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6856
|
+
StyledIcon,
|
|
6857
|
+
{
|
|
6858
|
+
...props,
|
|
6859
|
+
size,
|
|
6860
|
+
viewBox: "0 0 24 24",
|
|
6861
|
+
fill: "none",
|
|
6862
|
+
ref: forwardRef2
|
|
6863
|
+
},
|
|
6864
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6865
|
+
clipPath: "url(#a)"
|
|
6866
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6867
|
+
stroke: "currentColor",
|
|
6868
|
+
strokeLinecap: "round",
|
|
6869
|
+
strokeLinejoin: "round",
|
|
6870
|
+
strokeWidth: 4,
|
|
6871
|
+
d: "M5.872 17.167 18.128 6.883"
|
|
6872
|
+
})),
|
|
6873
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6874
|
+
id: "a"
|
|
6875
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6876
|
+
d: "M0 0h24v24H0z"
|
|
6877
|
+
})))
|
|
6878
|
+
)
|
|
6879
|
+
);
|
|
6880
|
+
|
|
6881
|
+
const IconStroke3 = React.forwardRef(
|
|
6882
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6883
|
+
StyledIcon,
|
|
6884
|
+
{
|
|
6885
|
+
...props,
|
|
6886
|
+
size,
|
|
6887
|
+
viewBox: "0 0 24 24",
|
|
6888
|
+
fill: "none",
|
|
6889
|
+
ref: forwardRef2
|
|
6890
|
+
},
|
|
6891
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6892
|
+
clipPath: "url(#a)"
|
|
6893
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6894
|
+
stroke: "currentColor",
|
|
6895
|
+
strokeLinecap: "round",
|
|
6896
|
+
strokeLinejoin: "round",
|
|
6897
|
+
strokeWidth: 6,
|
|
6898
|
+
d: "m6.638 16.524 10.724-8.999"
|
|
6899
|
+
})),
|
|
6900
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6901
|
+
id: "a"
|
|
6902
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6903
|
+
d: "M0 0h24v24H0z"
|
|
6904
|
+
})))
|
|
6905
|
+
)
|
|
6906
|
+
);
|
|
6907
|
+
|
|
6908
|
+
const IconStroke4 = React.forwardRef(
|
|
6909
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6910
|
+
StyledIcon,
|
|
6911
|
+
{
|
|
6912
|
+
...props,
|
|
6913
|
+
size,
|
|
6914
|
+
viewBox: "0 0 24 24",
|
|
6915
|
+
fill: "none",
|
|
6916
|
+
ref: forwardRef2
|
|
6917
|
+
},
|
|
6918
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6919
|
+
clipPath: "url(#a)"
|
|
6920
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6921
|
+
stroke: "currentColor",
|
|
6922
|
+
strokeLinecap: "round",
|
|
6923
|
+
strokeLinejoin: "round",
|
|
6924
|
+
strokeWidth: 8,
|
|
6925
|
+
d: "m7.404 15.882 9.192-7.714"
|
|
6926
|
+
})),
|
|
6927
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6928
|
+
id: "a"
|
|
6929
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6930
|
+
d: "M0 0h24v24H0z"
|
|
6931
|
+
})))
|
|
6932
|
+
)
|
|
6933
|
+
);
|
|
6934
|
+
|
|
6935
|
+
const IconStroke5 = React.forwardRef(
|
|
6936
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6937
|
+
StyledIcon,
|
|
6938
|
+
{
|
|
6939
|
+
...props,
|
|
6940
|
+
size,
|
|
6941
|
+
viewBox: "0 0 24 24",
|
|
6942
|
+
fill: "none",
|
|
6943
|
+
ref: forwardRef2
|
|
6944
|
+
},
|
|
6945
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6946
|
+
clipPath: "url(#a)"
|
|
6947
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6948
|
+
stroke: "currentColor",
|
|
6949
|
+
strokeLinecap: "round",
|
|
6950
|
+
strokeLinejoin: "round",
|
|
6951
|
+
strokeWidth: 10,
|
|
6952
|
+
d: "m8.17 15.239 7.66-6.428"
|
|
6953
|
+
})),
|
|
6954
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6955
|
+
id: "a"
|
|
6956
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6957
|
+
d: "M0 0h24v24H0z"
|
|
6958
|
+
})))
|
|
6959
|
+
)
|
|
6960
|
+
);
|
|
6961
|
+
|
|
6962
|
+
const IconStroke6 = React.forwardRef(
|
|
6963
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6964
|
+
StyledIcon,
|
|
6965
|
+
{
|
|
6966
|
+
...props,
|
|
6967
|
+
size,
|
|
6968
|
+
viewBox: "0 0 24 24",
|
|
6969
|
+
fill: "none",
|
|
6970
|
+
ref: forwardRef2
|
|
6971
|
+
},
|
|
6972
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6973
|
+
clipPath: "url(#a)"
|
|
6974
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6975
|
+
stroke: "currentColor",
|
|
6976
|
+
strokeLinecap: "round",
|
|
6977
|
+
strokeLinejoin: "round",
|
|
6978
|
+
strokeWidth: 12,
|
|
6979
|
+
d: "m8.936 14.596 6.128-5.142"
|
|
6980
|
+
})),
|
|
6981
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6982
|
+
id: "a"
|
|
6983
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6984
|
+
d: "M0 0h24v24H0z"
|
|
6985
|
+
})))
|
|
6986
|
+
)
|
|
6987
|
+
);
|
|
6988
|
+
|
|
5868
6989
|
const IconTag = React.forwardRef(
|
|
5869
6990
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5870
6991
|
StyledIcon,
|
|
@@ -6331,6 +7452,30 @@ const IconThumbsUp = React.forwardRef(
|
|
|
6331
7452
|
)
|
|
6332
7453
|
);
|
|
6333
7454
|
|
|
7455
|
+
const IconTickCircle = React.forwardRef(
|
|
7456
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
7457
|
+
StyledIcon,
|
|
7458
|
+
{
|
|
7459
|
+
...props,
|
|
7460
|
+
size,
|
|
7461
|
+
viewBox: "0 0 24 24",
|
|
7462
|
+
fill: "none",
|
|
7463
|
+
ref: forwardRef2
|
|
7464
|
+
},
|
|
7465
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7466
|
+
clipPath: "url(#a)"
|
|
7467
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7468
|
+
fill: "currentColor",
|
|
7469
|
+
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"
|
|
7470
|
+
})),
|
|
7471
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7472
|
+
id: "a"
|
|
7473
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7474
|
+
d: "M0 0h24v24H0z"
|
|
7475
|
+
})))
|
|
7476
|
+
)
|
|
7477
|
+
);
|
|
7478
|
+
|
|
6334
7479
|
const IconTicket = React.forwardRef(
|
|
6335
7480
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
6336
7481
|
StyledIcon,
|
|
@@ -6953,6 +8098,9 @@ exports.IconAlignCenterVertical = IconAlignCenterVertical;
|
|
|
6953
8098
|
exports.IconAlignLeft = IconAlignLeft;
|
|
6954
8099
|
exports.IconAlignRight = IconAlignRight;
|
|
6955
8100
|
exports.IconAlignTop = IconAlignTop;
|
|
8101
|
+
exports.IconArrowArcLeft = IconArrowArcLeft;
|
|
8102
|
+
exports.IconArrowArcRight = IconArrowArcRight;
|
|
8103
|
+
exports.IconArrowBendUpRight = IconArrowBendUpRight;
|
|
6956
8104
|
exports.IconArrowBoxOut = IconArrowBoxOut;
|
|
6957
8105
|
exports.IconArrowClockwiseDownRight = IconArrowClockwiseDownRight;
|
|
6958
8106
|
exports.IconArrowClockwiseUpLeft = IconArrowClockwiseUpLeft;
|
|
@@ -6962,13 +8110,19 @@ exports.IconArrowDown = IconArrowDown;
|
|
|
6962
8110
|
exports.IconArrowDownLeft = IconArrowDownLeft;
|
|
6963
8111
|
exports.IconArrowDownRight = IconArrowDownRight;
|
|
6964
8112
|
exports.IconArrowFatRight = IconArrowFatRight;
|
|
8113
|
+
exports.IconArrowFatUpRight = IconArrowFatUpRight;
|
|
6965
8114
|
exports.IconArrowLeft = IconArrowLeft;
|
|
6966
8115
|
exports.IconArrowRight = IconArrowRight;
|
|
6967
8116
|
exports.IconArrowUp = IconArrowUp;
|
|
8117
|
+
exports.IconArrowUpCircle = IconArrowUpCircle;
|
|
6968
8118
|
exports.IconArrowUpLeft = IconArrowUpLeft;
|
|
6969
8119
|
exports.IconArrowUpRight = IconArrowUpRight;
|
|
6970
8120
|
exports.IconArrowsClockwiseX = IconArrowsClockwiseX;
|
|
6971
8121
|
exports.IconArrowsClockwiseY = IconArrowsClockwiseY;
|
|
8122
|
+
exports.IconArrowsInSimple = IconArrowsInSimple;
|
|
8123
|
+
exports.IconArrowsOutCardinal = IconArrowsOutCardinal;
|
|
8124
|
+
exports.IconArrowsOutLinesHorizontal = IconArrowsOutLinesHorizontal;
|
|
8125
|
+
exports.IconArrowsOutSimple = IconArrowsOutSimple;
|
|
6972
8126
|
exports.IconArticle = IconArticle;
|
|
6973
8127
|
exports.IconAt = IconAt;
|
|
6974
8128
|
exports.IconBarThree = IconBarThree;
|
|
@@ -6998,13 +8152,20 @@ exports.IconChatTwo = IconChatTwo;
|
|
|
6998
8152
|
exports.IconCheckMark = IconCheckMark;
|
|
6999
8153
|
exports.IconCheckboardSquareCentered = IconCheckboardSquareCentered;
|
|
7000
8154
|
exports.IconChevronDown = IconChevronDown;
|
|
8155
|
+
exports.IconChevronDownDouble = IconChevronDownDouble;
|
|
7001
8156
|
exports.IconChevronLeft = IconChevronLeft;
|
|
8157
|
+
exports.IconChevronLeftDouble = IconChevronLeftDouble;
|
|
7002
8158
|
exports.IconChevronRight = IconChevronRight;
|
|
8159
|
+
exports.IconChevronRightDouble = IconChevronRightDouble;
|
|
7003
8160
|
exports.IconChevronUp = IconChevronUp;
|
|
8161
|
+
exports.IconChevronUpDouble = IconChevronUpDouble;
|
|
8162
|
+
exports.IconChevronUpDown = IconChevronUpDown;
|
|
8163
|
+
exports.IconChevronUpDownLine = IconChevronUpDownLine;
|
|
7004
8164
|
exports.IconCircle = IconCircle;
|
|
7005
8165
|
exports.IconCircleCorners = IconCircleCorners;
|
|
7006
8166
|
exports.IconCircleMotionX = IconCircleMotionX;
|
|
7007
8167
|
exports.IconCircleNotch = IconCircleNotch;
|
|
8168
|
+
exports.IconCircleSlash = IconCircleSlash;
|
|
7008
8169
|
exports.IconCirclesConnected = IconCirclesConnected;
|
|
7009
8170
|
exports.IconClock = IconClock;
|
|
7010
8171
|
exports.IconClockCounterClockwise = IconClockCounterClockwise;
|
|
@@ -7019,9 +8180,11 @@ exports.IconCreditCard = IconCreditCard;
|
|
|
7019
8180
|
exports.IconCrop = IconCrop;
|
|
7020
8181
|
exports.IconCross = IconCross;
|
|
7021
8182
|
exports.IconCrossCircle = IconCrossCircle;
|
|
8183
|
+
exports.IconCrossSquare = IconCrossSquare;
|
|
7022
8184
|
exports.IconCube = IconCube;
|
|
7023
8185
|
exports.IconCursor = IconCursor;
|
|
7024
8186
|
exports.IconCursorFilled = IconCursorFilled;
|
|
8187
|
+
exports.IconCursorLines = IconCursorLines;
|
|
7025
8188
|
exports.IconCursorText = IconCursorText;
|
|
7026
8189
|
exports.IconCurveSquareCircleArrow = IconCurveSquareCircleArrow;
|
|
7027
8190
|
exports.IconDashLeftDownSquareDashRightUp = IconDashLeftDownSquareDashRightUp;
|
|
@@ -7030,9 +8193,14 @@ exports.IconDashSquareDashHorizontal = IconDashSquareDashHorizontal;
|
|
|
7030
8193
|
exports.IconDashSquareDashVertical = IconDashSquareDashVertical;
|
|
7031
8194
|
exports.IconDistributeHorizontal = IconDistributeHorizontal;
|
|
7032
8195
|
exports.IconDistributeVertical = IconDistributeVertical;
|
|
8196
|
+
exports.IconDotsNine = IconDotsNine;
|
|
8197
|
+
exports.IconDotsThree = IconDotsThree;
|
|
8198
|
+
exports.IconDotsTwo = IconDotsTwo;
|
|
8199
|
+
exports.IconDownload = IconDownload;
|
|
7033
8200
|
exports.IconEnvelope = IconEnvelope;
|
|
7034
8201
|
exports.IconEraser = IconEraser;
|
|
7035
8202
|
exports.IconExclamationPointCircle = IconExclamationPointCircle;
|
|
8203
|
+
exports.IconExport = IconExport;
|
|
7036
8204
|
exports.IconEyeClosed = IconEyeClosed;
|
|
7037
8205
|
exports.IconEyeClosedDotsFourFrameBroken = IconEyeClosedDotsFourFrameBroken;
|
|
7038
8206
|
exports.IconEyeOpen = IconEyeOpen;
|
|
@@ -7050,10 +8218,12 @@ exports.IconFunnel = IconFunnel;
|
|
|
7050
8218
|
exports.IconGauge = IconGauge;
|
|
7051
8219
|
exports.IconGlobe = IconGlobe;
|
|
7052
8220
|
exports.IconGraduationCap = IconGraduationCap;
|
|
8221
|
+
exports.IconGrid = IconGrid;
|
|
7053
8222
|
exports.IconGridFour = IconGridFour;
|
|
7054
8223
|
exports.IconGridSix = IconGridSix;
|
|
7055
8224
|
exports.IconHand = IconHand;
|
|
7056
8225
|
exports.IconHandFilled = IconHandFilled;
|
|
8226
|
+
exports.IconHandPointing = IconHandPointing;
|
|
7057
8227
|
exports.IconHighlighter = IconHighlighter;
|
|
7058
8228
|
exports.IconHighlighterUnderline = IconHighlighterUnderline;
|
|
7059
8229
|
exports.IconHouse = IconHouse;
|
|
@@ -7082,6 +8252,8 @@ exports.IconListBullets = IconListBullets;
|
|
|
7082
8252
|
exports.IconListNumbers = IconListNumbers;
|
|
7083
8253
|
exports.IconLockClosed = IconLockClosed;
|
|
7084
8254
|
exports.IconLockOpen = IconLockOpen;
|
|
8255
|
+
exports.IconLogin = IconLogin;
|
|
8256
|
+
exports.IconLogout = IconLogout;
|
|
7085
8257
|
exports.IconMagnet = IconMagnet;
|
|
7086
8258
|
exports.IconMagnifyingGlass = IconMagnifyingGlass;
|
|
7087
8259
|
exports.IconMap = IconMap;
|
|
@@ -7093,6 +8265,10 @@ exports.IconMonitorPause = IconMonitorPause;
|
|
|
7093
8265
|
exports.IconMonitorPlay = IconMonitorPlay;
|
|
7094
8266
|
exports.IconMonitorStop = IconMonitorStop;
|
|
7095
8267
|
exports.IconMouse = IconMouse;
|
|
8268
|
+
exports.IconNavigationArrowLines = IconNavigationArrowLines;
|
|
8269
|
+
exports.IconNavigationUpLeftFilled = IconNavigationUpLeftFilled;
|
|
8270
|
+
exports.IconNavigationUpLeftSlash = IconNavigationUpLeftSlash;
|
|
8271
|
+
exports.IconNavigationUpRight = IconNavigationUpRight;
|
|
7096
8272
|
exports.IconNext = IconNext;
|
|
7097
8273
|
exports.IconNodeLinesCurved = IconNodeLinesCurved;
|
|
7098
8274
|
exports.IconNodeLinesHorizontal = IconNodeLinesHorizontal;
|
|
@@ -7101,6 +8277,8 @@ exports.IconNodePlus = IconNodePlus;
|
|
|
7101
8277
|
exports.IconNodesConnected = IconNodesConnected;
|
|
7102
8278
|
exports.IconNodesConnectionsThree = IconNodesConnectionsThree;
|
|
7103
8279
|
exports.IconNoteMagnifyingGlass = IconNoteMagnifyingGlass;
|
|
8280
|
+
exports.IconPaperPlaneFilledRight = IconPaperPlaneFilledRight;
|
|
8281
|
+
exports.IconPaperPlaneTilt = IconPaperPlaneTilt;
|
|
7104
8282
|
exports.IconParallelogram = IconParallelogram;
|
|
7105
8283
|
exports.IconPause = IconPause;
|
|
7106
8284
|
exports.IconPauseCircle = IconPauseCircle;
|
|
@@ -7127,6 +8305,7 @@ exports.IconProhibit = IconProhibit;
|
|
|
7127
8305
|
exports.IconPushPin = IconPushPin;
|
|
7128
8306
|
exports.IconQuestionMark = IconQuestionMark;
|
|
7129
8307
|
exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
|
|
8308
|
+
exports.IconRectangleArrowUpCenter = IconRectangleArrowUpCenter;
|
|
7130
8309
|
exports.IconRectangleDashLines = IconRectangleDashLines;
|
|
7131
8310
|
exports.IconRectangleDotLinePen = IconRectangleDotLinePen;
|
|
7132
8311
|
exports.IconRectanglePlayStack = IconRectanglePlayStack;
|
|
@@ -7145,6 +8324,7 @@ exports.IconScrollbarXy = IconScrollbarXy;
|
|
|
7145
8324
|
exports.IconShapes = IconShapes;
|
|
7146
8325
|
exports.IconShieldCheck = IconShieldCheck;
|
|
7147
8326
|
exports.IconShieldLock = IconShieldLock;
|
|
8327
|
+
exports.IconShuffle = IconShuffle;
|
|
7148
8328
|
exports.IconSidebarClosed = IconSidebarClosed;
|
|
7149
8329
|
exports.IconSidebarOpen = IconSidebarOpen;
|
|
7150
8330
|
exports.IconSlidersX = IconSlidersX;
|
|
@@ -7175,12 +8355,20 @@ exports.IconSquaresTwoOverlap = IconSquaresTwoOverlap;
|
|
|
7175
8355
|
exports.IconSquaresUngroup = IconSquaresUngroup;
|
|
7176
8356
|
exports.IconSquaresUnmerge = IconSquaresUnmerge;
|
|
7177
8357
|
exports.IconStack = IconStack;
|
|
8358
|
+
exports.IconStar = IconStar;
|
|
8359
|
+
exports.IconStarFilled = IconStarFilled;
|
|
7178
8360
|
exports.IconStickyCorners = IconStickyCorners;
|
|
7179
8361
|
exports.IconStickyNote = IconStickyNote;
|
|
7180
8362
|
exports.IconStickyNoteStack = IconStickyNoteStack;
|
|
7181
8363
|
exports.IconStickyNoteWide = IconStickyNoteWide;
|
|
7182
8364
|
exports.IconStickyNotesTwo = IconStickyNotesTwo;
|
|
7183
8365
|
exports.IconStopCircle = IconStopCircle;
|
|
8366
|
+
exports.IconStroke1 = IconStroke1;
|
|
8367
|
+
exports.IconStroke2 = IconStroke2;
|
|
8368
|
+
exports.IconStroke3 = IconStroke3;
|
|
8369
|
+
exports.IconStroke4 = IconStroke4;
|
|
8370
|
+
exports.IconStroke5 = IconStroke5;
|
|
8371
|
+
exports.IconStroke6 = IconStroke6;
|
|
7184
8372
|
exports.IconTag = IconTag;
|
|
7185
8373
|
exports.IconTextAUnderline = IconTextAUnderline;
|
|
7186
8374
|
exports.IconTextAlignCenter = IconTextAlignCenter;
|
|
@@ -7199,6 +8387,7 @@ exports.IconTextStyles = IconTextStyles;
|
|
|
7199
8387
|
exports.IconTextT = IconTextT;
|
|
7200
8388
|
exports.IconTextUUnderlined = IconTextUUnderlined;
|
|
7201
8389
|
exports.IconThumbsUp = IconThumbsUp;
|
|
8390
|
+
exports.IconTickCircle = IconTickCircle;
|
|
7202
8391
|
exports.IconTicket = IconTicket;
|
|
7203
8392
|
exports.IconTimer = IconTimer;
|
|
7204
8393
|
exports.IconTrackpad = IconTrackpad;
|