@mirohq/design-system-icons 0.24.5 → 0.25.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 +1310 -353
- package/dist/main.js.map +1 -1
- package/dist/module.js +1306 -354
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +11 -1
- package/package.json +1 -1
- package/react/add-line-bottom.tsx +6 -3
- package/react/add-line-right.tsx +7 -7
- package/react/align-bottom.tsx +5 -0
- package/react/align-center-horizontal.tsx +5 -0
- package/react/align-center-vertical.tsx +5 -0
- package/react/align-left.tsx +5 -0
- package/react/align-right.tsx +5 -0
- package/react/align-top.tsx +5 -0
- package/react/arrow-box-out.tsx +5 -0
- package/react/arrow-clockwise-down-right.tsx +6 -3
- package/react/arrow-clockwise-up-left.tsx +6 -3
- package/react/arrow-counter-clockwise-down-left.tsx +6 -3
- package/react/arrow-counter-clockwise-up-right.tsx +6 -3
- package/react/arrow-down-left.tsx +5 -0
- package/react/arrow-down-right.tsx +5 -0
- package/react/arrow-down.tsx +5 -0
- package/react/arrow-fat-right.tsx +6 -6
- package/react/arrow-fat-up-right.tsx +5 -2
- package/react/arrow-left.tsx +5 -0
- package/react/arrow-right.tsx +5 -0
- package/react/arrow-up-circle.tsx +5 -2
- package/react/arrow-up-left.tsx +5 -0
- package/react/arrow-up-right.tsx +5 -0
- package/react/arrow-up.tsx +5 -0
- package/react/arrows-clockwise-x.tsx +6 -3
- package/react/arrows-clockwise-y.tsx +6 -3
- package/react/arrows-horizontal-lines-top-bottom.tsx +5 -2
- package/react/article.tsx +6 -3
- package/react/at.tsx +6 -3
- package/react/bell-slash.tsx +10 -3
- package/react/bell-tilt.tsx +6 -6
- package/react/bell.tsx +6 -6
- package/react/board.tsx +6 -3
- package/react/bookmark.tsx +6 -3
- package/react/brackets-angle-slash.tsx +7 -7
- package/react/brackets-curly-circles-three.tsx +5 -0
- package/react/calendar-blank.tsx +6 -3
- package/react/camera.tsx +9 -3
- package/react/card-number-three.tsx +5 -0
- package/react/card.tsx +5 -0
- package/react/cards-poker.tsx +5 -0
- package/react/chart-bar-y-simple.tsx +7 -7
- package/react/chart-bar-y.tsx +6 -3
- package/react/chat-check.tsx +6 -16
- package/react/chat-lines-eye-open.tsx +4 -2
- package/react/chat-text-arrow.tsx +6 -3
- package/react/chat-two.tsx +4 -2
- package/react/chat.tsx +6 -6
- package/react/check-mark.tsx +5 -0
- package/react/chevron-down.tsx +5 -0
- package/react/chevron-left.tsx +5 -0
- package/react/chevron-right.tsx +5 -0
- package/react/chevron-up.tsx +5 -0
- package/react/circle-motion-x.tsx +6 -3
- package/react/circle-notch.tsx +6 -3
- package/react/circle.tsx +6 -8
- package/react/circles-connected.tsx +6 -1
- package/react/clock-counter-clockwise-simple.tsx +5 -0
- package/react/clock-counter-clockwise.tsx +5 -0
- package/react/clock-overtime.tsx +5 -0
- package/react/clock.tsx +6 -3
- package/react/cluster.tsx +6 -1
- package/react/clustered.tsx +5 -0
- package/react/cog.tsx +5 -0
- package/react/cone-serpentine.tsx +6 -1
- package/react/connection-line-elbows.tsx +34 -0
- package/react/connection-line-straight.tsx +37 -0
- package/react/corners-three-eye-open.tsx +11 -3
- package/react/credit-card.tsx +5 -0
- package/react/crop.tsx +8 -3
- package/react/cross-circle.tsx +5 -0
- package/react/cross-fat.tsx +9 -3
- package/react/cross.tsx +5 -0
- package/react/cube.tsx +6 -3
- package/react/cursor-filled.tsx +5 -0
- package/react/cursor-text.tsx +6 -3
- package/react/cursor.tsx +6 -3
- package/react/curve-square-circle-arrow.tsx +6 -3
- package/react/dash-left-down-square-dash-right-up.tsx +6 -3
- package/react/dash-left-up-square-dash-down-right.tsx +6 -3
- package/react/dash-square-dash-horizontal.tsx +6 -3
- package/react/dash-square-dash-vertical.tsx +6 -3
- package/react/distribute-horizontal.tsx +6 -1
- package/react/distribute-vertical.tsx +5 -0
- package/react/envelope.tsx +5 -0
- package/react/eraser.tsx +6 -3
- package/react/exclamation-mark-octagon.tsx +5 -2
- package/react/exclamation-point-circle.tsx +5 -0
- package/react/eye-closed-dots-four-frame-broken.tsx +5 -0
- package/react/eye-closed.tsx +6 -3
- package/react/eye-open-line-frame-broken.tsx +6 -1
- package/react/eye-open-slash.tsx +9 -3
- package/react/eye-open.tsx +12 -3
- package/react/eyedropper.tsx +5 -0
- package/react/factory-house.tsx +6 -3
- package/react/factory.tsx +6 -3
- package/react/funnel.tsx +6 -3
- package/react/gauge.tsx +5 -0
- package/react/gift.tsx +4 -2
- package/react/globe.tsx +5 -0
- package/react/graduation-cap.tsx +6 -3
- package/react/grid-four.tsx +6 -3
- package/react/grid-six.tsx +6 -3
- package/react/hand-filled.tsx +5 -0
- package/react/hand-pointing.tsx +5 -2
- package/react/hand.tsx +9 -3
- package/react/highlighter-underline.tsx +16 -2
- package/react/highlighter.tsx +6 -3
- package/react/house.tsx +10 -2
- package/react/image.tsx +6 -1
- package/react/index.ts +5 -0
- package/react/information-mark-circle.tsx +5 -0
- package/react/kanban.tsx +6 -3
- package/react/key.tsx +9 -3
- package/react/keycap.tsx +6 -1
- package/react/laptop.tsx +5 -0
- package/react/lasso.tsx +6 -3
- package/react/layout.tsx +6 -3
- package/react/lifesaver.tsx +6 -3
- package/react/lightbulb.tsx +7 -1
- package/react/lightning.tsx +6 -3
- package/react/line-curved.tsx +6 -3
- package/react/line-dashed.tsx +6 -3
- package/react/line-diagonal.tsx +7 -7
- package/react/line-dotted.tsx +10 -2
- package/react/line-horizontal.tsx +7 -8
- package/react/line-orthogonal.tsx +7 -8
- package/react/line-straight.tsx +7 -8
- package/react/lines-three-horizontal-line-vertical-center.tsx +6 -3
- package/react/lines-three-horizontal.tsx +7 -7
- package/react/lines-three-vertical.tsx +7 -7
- package/react/link-plus.tsx +5 -2
- package/react/link.tsx +5 -0
- package/react/list-bullets.tsx +5 -0
- package/react/list-numbers.tsx +6 -3
- package/react/lock-closed.tsx +5 -0
- package/react/lock-open.tsx +5 -0
- package/react/magnet.tsx +6 -3
- package/react/magnifying-glass-lightning.tsx +9 -3
- package/react/magnifying-glass.tsx +5 -0
- package/react/map.tsx +6 -3
- package/react/microphone-slash.tsx +6 -3
- package/react/microphone.tsx +6 -3
- package/react/minus.tsx +5 -0
- package/react/mouse.tsx +6 -1
- package/react/note-magnifying-glass.tsx +5 -2
- package/react/palette.tsx +35 -0
- package/react/parallelogram.tsx +6 -6
- package/react/pause-circle.tsx +6 -3
- package/react/pdf.tsx +6 -3
- package/react/pen-tip.tsx +6 -3
- package/react/pen-underline.tsx +34 -0
- package/react/pen.tsx +6 -3
- package/react/placeholder.tsx +5 -0
- package/react/play-circle.tsx +8 -4
- package/react/playback-speed-circle.tsx +5 -0
- package/react/plug.tsx +5 -0
- package/react/plus-text.tsx +6 -3
- package/react/plus.tsx +5 -0
- package/react/presentation-eye-open.tsx +5 -2
- package/react/presentation-link.tsx +5 -2
- package/react/prohibit.tsx +6 -6
- package/react/push-pin-filled.tsx +37 -0
- package/react/push-pin.tsx +9 -3
- package/react/question-mark-circle.tsx +5 -0
- package/react/rectangles-three-aligned.tsx +6 -3
- package/react/rectangles-three-free.tsx +6 -3
- package/react/rectangles-three-overlap.tsx +6 -3
- package/react/rectangles-two-line.tsx +6 -3
- package/react/rectangles-two-user.tsx +5 -2
- package/react/rhombus.tsx +6 -6
- package/react/scissors.tsx +1 -1
- package/react/scrollbar-xy.tsx +5 -0
- package/react/shapes.tsx +6 -3
- package/react/shield-check.tsx +6 -3
- package/react/shield-lock.tsx +5 -0
- package/react/sidebar-closed.tsx +6 -3
- package/react/sidebar-open.tsx +5 -0
- package/react/sliders-x.tsx +6 -3
- package/react/sliders-y.tsx +6 -3
- package/react/smiley-chat.tsx +10 -2
- package/react/smiley.tsx +5 -0
- package/react/social-facebook.tsx +5 -0
- package/react/social-instagram.tsx +5 -0
- package/react/social-linkedin.tsx +5 -0
- package/react/social-twitter.tsx +5 -0
- package/react/social-youtube.tsx +5 -0
- package/react/speaker-cross.tsx +6 -3
- package/react/speaker-high.tsx +6 -3
- package/react/split-vertical.tsx +6 -3
- package/react/square-brackets-angle-slash.tsx +6 -3
- package/react/square-circles-two.tsx +5 -0
- package/react/square-line-square-dashed.tsx +6 -3
- package/react/square-rounded.tsx +6 -6
- package/react/square-star-scribble.tsx +5 -0
- package/react/square-triangle-circle-plus.tsx +6 -3
- package/react/square.tsx +6 -6
- package/react/squares-four.tsx +5 -2
- package/react/squares-group.tsx +6 -1
- package/react/squares-merge.tsx +10 -3
- package/react/squares-three.tsx +5 -2
- package/react/squares-two-overlap.tsx +6 -3
- package/react/squares-ungroup.tsx +5 -0
- package/react/squares-unmerge.tsx +6 -3
- package/react/stack.tsx +6 -3
- package/react/sticky-eye-open.tsx +5 -2
- package/react/sticky-note.tsx +6 -3
- package/react/sticky-notes-two.tsx +4 -2
- package/react/stop-circle.tsx +8 -4
- package/react/tag.tsx +6 -1
- package/react/text-a-underline.tsx +10 -2
- package/react/text-align-center.tsx +6 -3
- package/react/text-align-left.tsx +6 -3
- package/react/text-b-bold-italic-underlined.tsx +13 -1
- package/react/text-b-bold.tsx +6 -3
- package/react/text-cursor-eye-open.tsx +11 -3
- package/react/text-h-one.tsx +6 -3
- package/react/text-h-three.tsx +6 -3
- package/react/text-h-two.tsx +6 -3
- package/react/text-i-italic.tsx +7 -7
- package/react/text-indent.tsx +6 -3
- package/react/text-lines-three.tsx +6 -3
- package/react/text-s-strikethrough.tsx +6 -3
- package/react/text-styles.tsx +5 -0
- package/react/text-t.tsx +6 -3
- package/react/text-u-underlined.tsx +6 -3
- package/react/thumbs-up.tsx +6 -3
- package/react/ticket.tsx +10 -2
- package/react/timer.tsx +12 -3
- package/react/trackpad.tsx +1 -1
- package/react/trash-simple.tsx +6 -3
- package/react/trash.tsx +6 -3
- package/react/triangle-square-circle.tsx +7 -5
- package/react/triangle.tsx +6 -6
- package/react/trident.tsx +5 -0
- package/react/trophy.tsx +5 -0
- package/react/user-add.tsx +5 -0
- package/react/user-arrow-right-up.tsx +5 -2
- package/react/user-eye-open.tsx +5 -2
- package/react/user-pen-dashes-bottom.tsx +5 -2
- package/react/user-pen-line-bottom.tsx +5 -2
- package/react/user-tick-down.tsx +5 -2
- package/react/user.tsx +5 -0
- package/react/users.tsx +5 -0
- package/react/view-center.tsx +6 -1
- package/react/view-side-left.tsx +6 -1
- package/react/wallet.tsx +5 -0
- package/svg/24/add-line-bottom.svg +1 -1
- package/svg/24/add-line-right.svg +1 -1
- package/svg/24/align-bottom.svg +1 -1
- package/svg/24/align-center-horizontal.svg +1 -1
- package/svg/24/align-center-vertical.svg +1 -1
- package/svg/24/align-left.svg +1 -1
- package/svg/24/align-right.svg +1 -1
- package/svg/24/align-top.svg +1 -1
- package/svg/24/arrow-box-out.svg +1 -1
- package/svg/24/arrow-clockwise-down-right.svg +1 -1
- package/svg/24/arrow-clockwise-up-left.svg +1 -1
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -1
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-down-left.svg +1 -1
- package/svg/24/arrow-down-right.svg +1 -1
- package/svg/24/arrow-down.svg +1 -1
- package/svg/24/arrow-fat-right.svg +1 -1
- package/svg/24/arrow-fat-up-right.svg +1 -1
- package/svg/24/arrow-left.svg +1 -1
- package/svg/24/arrow-right.svg +1 -1
- package/svg/24/arrow-up-circle.svg +1 -1
- package/svg/24/arrow-up-left.svg +1 -1
- package/svg/24/arrow-up-right.svg +1 -1
- package/svg/24/arrow-up.svg +1 -1
- package/svg/24/arrows-clockwise-x.svg +1 -1
- package/svg/24/arrows-clockwise-y.svg +1 -1
- package/svg/24/arrows-horizontal-lines-top-bottom.svg +1 -1
- package/svg/24/article.svg +1 -1
- package/svg/24/at.svg +1 -1
- package/svg/24/bell-slash.svg +1 -1
- package/svg/24/bell-tilt.svg +1 -1
- package/svg/24/bell.svg +1 -1
- package/svg/24/board.svg +1 -1
- package/svg/24/bookmark.svg +1 -1
- package/svg/24/brackets-angle-slash.svg +1 -1
- package/svg/24/brackets-curly-circles-three.svg +1 -1
- package/svg/24/calendar-blank.svg +1 -1
- package/svg/24/camera.svg +1 -1
- package/svg/24/card-number-three.svg +1 -1
- package/svg/24/card.svg +1 -1
- package/svg/24/cards-poker.svg +1 -1
- package/svg/24/chart-bar-y-simple.svg +1 -1
- package/svg/24/chart-bar-y.svg +1 -1
- package/svg/24/chat-check.svg +1 -1
- package/svg/24/chat-lines-eye-open.svg +1 -1
- package/svg/24/chat-text-arrow.svg +1 -1
- package/svg/24/chat-two.svg +1 -1
- package/svg/24/chat.svg +1 -1
- package/svg/24/check-mark.svg +1 -1
- package/svg/24/checkboard-square-centered.svg +1 -1
- package/svg/24/chevron-down.svg +1 -1
- package/svg/24/chevron-left.svg +1 -1
- package/svg/24/chevron-right.svg +1 -1
- package/svg/24/chevron-up.svg +1 -1
- package/svg/24/circle-motion-x.svg +1 -1
- package/svg/24/circle-notch.svg +1 -1
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/clock-overtime.svg +1 -1
- package/svg/24/clock.svg +1 -1
- package/svg/24/cluster.svg +1 -1
- package/svg/24/clustered.svg +1 -1
- package/svg/24/cog.svg +1 -1
- package/svg/24/cone-serpentine.svg +1 -1
- package/svg/24/connection-line-elbows.svg +2 -0
- package/svg/24/connection-line-straight.svg +2 -0
- package/svg/24/corners-three-eye-open.svg +1 -1
- package/svg/24/credit-card.svg +1 -1
- package/svg/24/crop.svg +1 -1
- package/svg/24/cross-circle.svg +1 -1
- package/svg/24/cross-fat.svg +1 -1
- package/svg/24/cross.svg +1 -1
- package/svg/24/cube.svg +1 -1
- package/svg/24/cursor-filled.svg +1 -1
- package/svg/24/cursor-text.svg +1 -1
- package/svg/24/cursor.svg +1 -1
- package/svg/24/curve-square-circle-arrow.svg +1 -1
- package/svg/24/dash-left-down-square-dash-right-up.svg +1 -1
- package/svg/24/dash-left-up-square-dash-down-right.svg +1 -1
- package/svg/24/dash-square-dash-horizontal.svg +1 -1
- package/svg/24/dash-square-dash-vertical.svg +1 -1
- package/svg/24/distribute-horizontal.svg +1 -1
- package/svg/24/distribute-vertical.svg +1 -1
- package/svg/24/envelope.svg +1 -1
- package/svg/24/eraser.svg +1 -1
- package/svg/24/exclamation-mark-octagon.svg +1 -1
- package/svg/24/exclamation-point-circle.svg +1 -1
- package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -1
- package/svg/24/eye-closed.svg +1 -1
- package/svg/24/eye-open-line-frame-broken.svg +1 -1
- package/svg/24/eye-open-slash.svg +1 -1
- package/svg/24/eye-open.svg +1 -1
- package/svg/24/eyedropper.svg +1 -1
- package/svg/24/factory-house.svg +1 -1
- package/svg/24/factory.svg +1 -1
- package/svg/24/funnel.svg +1 -1
- package/svg/24/gauge.svg +1 -1
- package/svg/24/gift.svg +1 -1
- package/svg/24/globe.svg +1 -1
- package/svg/24/graduation-cap.svg +1 -1
- package/svg/24/grid-four.svg +1 -1
- package/svg/24/grid-six.svg +1 -1
- package/svg/24/hand-filled.svg +1 -1
- package/svg/24/hand-pointing.svg +1 -1
- package/svg/24/hand.svg +1 -1
- package/svg/24/highlighter-underline.svg +1 -1
- package/svg/24/highlighter.svg +1 -1
- package/svg/24/house.svg +1 -1
- package/svg/24/image.svg +1 -1
- package/svg/24/information-mark-circle.svg +1 -1
- package/svg/24/kanban.svg +1 -1
- package/svg/24/key.svg +1 -1
- package/svg/24/keycap.svg +1 -1
- package/svg/24/laptop.svg +1 -1
- package/svg/24/lasso.svg +1 -1
- package/svg/24/layout.svg +1 -1
- package/svg/24/lifesaver.svg +1 -1
- package/svg/24/lightbulb.svg +1 -1
- package/svg/24/lightning.svg +1 -1
- package/svg/24/line-curved.svg +1 -1
- package/svg/24/line-dashed.svg +1 -1
- package/svg/24/line-diagonal.svg +1 -1
- package/svg/24/line-dotted.svg +1 -1
- package/svg/24/line-horizontal.svg +1 -1
- package/svg/24/line-orthogonal.svg +1 -1
- package/svg/24/line-straight.svg +1 -1
- package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -1
- package/svg/24/lines-three-horizontal.svg +1 -1
- package/svg/24/lines-three-vertical.svg +1 -1
- package/svg/24/link-plus.svg +1 -1
- package/svg/24/link.svg +1 -1
- package/svg/24/list-bullets.svg +1 -1
- package/svg/24/list-numbers.svg +1 -1
- package/svg/24/lock-closed.svg +1 -1
- package/svg/24/lock-open.svg +1 -1
- package/svg/24/magnet.svg +1 -1
- package/svg/24/magnifying-glass-lightning.svg +1 -1
- package/svg/24/magnifying-glass.svg +1 -1
- package/svg/24/map.svg +1 -1
- package/svg/24/microphone-slash.svg +1 -1
- package/svg/24/microphone.svg +1 -1
- package/svg/24/minus.svg +1 -1
- package/svg/24/mouse.svg +1 -1
- package/svg/24/note-magnifying-glass.svg +1 -1
- package/svg/24/palette.svg +2 -0
- package/svg/24/paper-plane-filled-right.svg +1 -1
- package/svg/24/parallelogram.svg +1 -1
- package/svg/24/pause-circle.svg +1 -1
- package/svg/24/pdf.svg +1 -1
- package/svg/24/pen-tip.svg +1 -1
- package/svg/24/pen-underline.svg +2 -0
- package/svg/24/pen.svg +1 -1
- package/svg/24/placeholder.svg +1 -1
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/plug.svg +1 -1
- package/svg/24/plus-text.svg +1 -1
- package/svg/24/plus.svg +1 -1
- package/svg/24/presentation-eye-open.svg +1 -1
- package/svg/24/presentation-link.svg +1 -1
- package/svg/24/prohibit.svg +1 -1
- package/svg/24/push-pin-filled.svg +2 -0
- package/svg/24/push-pin.svg +1 -1
- package/svg/24/question-mark-circle.svg +1 -1
- package/svg/24/rectangles-three-aligned.svg +1 -1
- package/svg/24/rectangles-three-free.svg +1 -1
- package/svg/24/rectangles-three-overlap.svg +1 -1
- package/svg/24/rectangles-two-line.svg +1 -1
- package/svg/24/rectangles-two-user.svg +1 -1
- package/svg/24/rhombus.svg +1 -1
- package/svg/24/scissors.svg +1 -1
- package/svg/24/scrollbar-xy.svg +1 -1
- package/svg/24/shapes.svg +1 -1
- package/svg/24/shield-check.svg +1 -1
- package/svg/24/shield-lock.svg +1 -1
- package/svg/24/sidebar-closed.svg +1 -1
- package/svg/24/sidebar-open.svg +1 -1
- package/svg/24/sliders-x.svg +1 -1
- package/svg/24/sliders-y.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/speaker-cross.svg +1 -1
- package/svg/24/speaker-high.svg +1 -1
- package/svg/24/split-vertical.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -1
- package/svg/24/square-circles-two.svg +1 -1
- package/svg/24/square-line-square-dashed.svg +1 -1
- package/svg/24/square-rounded.svg +1 -1
- package/svg/24/square-star-scribble.svg +1 -1
- package/svg/24/square-triangle-circle-plus.svg +1 -1
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -1
- package/svg/24/squares-group.svg +1 -1
- package/svg/24/squares-merge.svg +1 -1
- package/svg/24/squares-three.svg +1 -1
- package/svg/24/squares-two-overlap.svg +1 -1
- package/svg/24/squares-ungroup.svg +1 -1
- package/svg/24/squares-unmerge.svg +1 -1
- package/svg/24/stack.svg +1 -1
- package/svg/24/sticky-eye-open.svg +1 -1
- package/svg/24/sticky-note.svg +1 -1
- package/svg/24/sticky-notes-two.svg +1 -1
- package/svg/24/stop-circle.svg +1 -1
- package/svg/24/tag.svg +1 -1
- package/svg/24/text-a-underline.svg +1 -1
- package/svg/24/text-align-center.svg +1 -1
- package/svg/24/text-align-left.svg +1 -1
- package/svg/24/text-b-bold-italic-underlined.svg +1 -1
- package/svg/24/text-b-bold.svg +1 -1
- package/svg/24/text-cursor-eye-open.svg +1 -1
- package/svg/24/text-h-one.svg +1 -1
- package/svg/24/text-h-three.svg +1 -1
- package/svg/24/text-h-two.svg +1 -1
- package/svg/24/text-i-italic.svg +1 -1
- package/svg/24/text-indent.svg +1 -1
- package/svg/24/text-lines-three.svg +1 -1
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles.svg +1 -1
- package/svg/24/text-t.svg +1 -1
- package/svg/24/text-u-underlined.svg +1 -1
- package/svg/24/thumbs-up.svg +1 -1
- package/svg/24/ticket.svg +1 -1
- package/svg/24/timer.svg +1 -1
- package/svg/24/trackpad.svg +1 -1
- package/svg/24/trash-simple.svg +1 -1
- package/svg/24/trash.svg +1 -1
- package/svg/24/triangle-square-circle.svg +1 -1
- package/svg/24/triangle.svg +1 -1
- package/svg/24/trident.svg +1 -1
- package/svg/24/trophy.svg +1 -1
- package/svg/24/user-add.svg +1 -1
- package/svg/24/user-arrow-right-up.svg +1 -1
- package/svg/24/user-eye-open.svg +1 -1
- package/svg/24/user-pen-dashes-bottom.svg +1 -1
- package/svg/24/user-pen-line-bottom.svg +1 -1
- package/svg/24/user-tick-down.svg +1 -1
- package/svg/24/user.svg +1 -1
- package/svg/24/users.svg +1 -1
- package/svg/24/view-center.svg +1 -1
- package/svg/24/view-side-left.svg +1 -1
- package/svg/24/wallet.svg +1 -1
- package/svg/meta.json +44 -0
package/dist/main.js
CHANGED
|
@@ -37,12 +37,14 @@ const IconAddLineBottom = React.forwardRef(
|
|
|
37
37
|
ref: forwardRef2
|
|
38
38
|
},
|
|
39
39
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
40
|
+
stroke: "currentColor",
|
|
41
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
40
42
|
clipPath: "url(#a)"
|
|
41
43
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
42
|
-
stroke: "currentColor",
|
|
43
44
|
strokeLinecap: "round",
|
|
44
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
45
45
|
d: "M21 5h-18m13 10h-4m0 0h-4m4 0v-4m0 4v4"
|
|
46
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
47
|
+
d: "M11.8097 12.3875v.0001"
|
|
46
48
|
})),
|
|
47
49
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
48
50
|
id: "a"
|
|
@@ -66,12 +68,14 @@ const IconAddLineRight = React.forwardRef(
|
|
|
66
68
|
ref: forwardRef2
|
|
67
69
|
},
|
|
68
70
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
71
|
+
stroke: "currentColor",
|
|
72
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
69
73
|
clipPath: "url(#a)"
|
|
70
74
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
71
|
-
stroke: "currentColor",
|
|
72
75
|
strokeLinecap: "round",
|
|
73
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
74
76
|
d: "M5 3v18m10-13v4m0 0v4m0-4h-4m4 0h4"
|
|
77
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
78
|
+
d: "M11.8097 12.3875v.0001"
|
|
75
79
|
})),
|
|
76
80
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
77
81
|
id: "a"
|
|
@@ -105,6 +109,11 @@ const IconAlignBottom = React.forwardRef(
|
|
|
105
109
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
106
110
|
fill: "currentColor",
|
|
107
111
|
d: "M7 3.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v11c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-11ZM14 8.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v6c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-6Z"
|
|
112
|
+
}),
|
|
113
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
114
|
+
stroke: "currentColor",
|
|
115
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
116
|
+
d: "M11.8097 12.3875v.0001"
|
|
108
117
|
})
|
|
109
118
|
)
|
|
110
119
|
);
|
|
@@ -132,6 +141,11 @@ const IconAlignCenterHorizontal = React.forwardRef(
|
|
|
132
141
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
133
142
|
fill: "currentColor",
|
|
134
143
|
d: "M19.5 7c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-15c-.8284 0-1.5-.6716-1.5-1.5s.6716-1.5 1.5-1.5h15ZM16.5 14c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-9c-.8284 0-1.5-.6716-1.5-1.5s.6716-1.5 1.5-1.5h9Z"
|
|
144
|
+
}),
|
|
145
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
146
|
+
stroke: "currentColor",
|
|
147
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
148
|
+
d: "M11.8097 12.3875v.0001"
|
|
135
149
|
})
|
|
136
150
|
)
|
|
137
151
|
);
|
|
@@ -159,6 +173,11 @@ const IconAlignCenterVertical = React.forwardRef(
|
|
|
159
173
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
160
174
|
fill: "currentColor",
|
|
161
175
|
d: "M7 4.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v15c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-15ZM14 7.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-9Z"
|
|
176
|
+
}),
|
|
177
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
178
|
+
stroke: "currentColor",
|
|
179
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
180
|
+
d: "M11.8097 12.3875v.0001"
|
|
162
181
|
})
|
|
163
182
|
)
|
|
164
183
|
);
|
|
@@ -186,6 +205,11 @@ const IconAlignLeft = React.forwardRef(
|
|
|
186
205
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
187
206
|
fill: "currentColor",
|
|
188
207
|
d: "M8 15.5c0-.8284.6716-1.5 1.5-1.5h5c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-5c-.8284 0-1.5-.6716-1.5-1.5ZM8 8.5c0-.8284.6716-1.5 1.5-1.5h11c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-11c-.8284 0-1.5-.6716-1.5-1.5Z"
|
|
208
|
+
}),
|
|
209
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
210
|
+
stroke: "currentColor",
|
|
211
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
212
|
+
d: "M11.8097 12.3875v.0001"
|
|
189
213
|
})
|
|
190
214
|
)
|
|
191
215
|
);
|
|
@@ -213,6 +237,11 @@ const IconAlignRight = React.forwardRef(
|
|
|
213
237
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
214
238
|
fill: "currentColor",
|
|
215
239
|
d: "M2 8.5c0-.8284.6716-1.5 1.5-1.5h11c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-11c-.8284 0-1.5-.6716-1.5-1.5ZM8 15.5c0-.8284.6716-1.5 1.5-1.5h5c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-5c-.8284 0-1.5-.6716-1.5-1.5Z"
|
|
240
|
+
}),
|
|
241
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
242
|
+
stroke: "currentColor",
|
|
243
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
244
|
+
d: "M11.8097 12.3875v.0001"
|
|
216
245
|
})
|
|
217
246
|
)
|
|
218
247
|
);
|
|
@@ -240,6 +269,11 @@ const IconAlignTop = React.forwardRef(
|
|
|
240
269
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
241
270
|
fill: "currentColor",
|
|
242
271
|
d: "M7 8.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v11c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-11ZM14 8.5c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v6c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5v-6Z"
|
|
272
|
+
}),
|
|
273
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
274
|
+
stroke: "currentColor",
|
|
275
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
276
|
+
d: "M11.8097 12.3875v.0001"
|
|
243
277
|
})
|
|
244
278
|
)
|
|
245
279
|
);
|
|
@@ -351,6 +385,11 @@ const IconArrowBoxOut = React.forwardRef(
|
|
|
351
385
|
strokeLinecap: "round",
|
|
352
386
|
strokeWidth: "var(--svg-stroke-width)",
|
|
353
387
|
d: "M17 14v5c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h4.5m10.5-3-9 9m2.0025-9h7v7"
|
|
388
|
+
}),
|
|
389
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
390
|
+
stroke: "currentColor",
|
|
391
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
392
|
+
d: "M11.8097 12.3875v.0001"
|
|
354
393
|
})
|
|
355
394
|
)
|
|
356
395
|
);
|
|
@@ -368,12 +407,14 @@ const IconArrowClockwiseDownRight = React.forwardRef(
|
|
|
368
407
|
ref: forwardRef2
|
|
369
408
|
},
|
|
370
409
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
410
|
+
stroke: "currentColor",
|
|
411
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
371
412
|
clipPath: "url(#a)"
|
|
372
413
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
373
|
-
stroke: "currentColor",
|
|
374
414
|
strokeLinecap: "round",
|
|
375
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
376
415
|
d: "M12 20c-4.4183 0-8-3.5817-8-8s3.5817-8 8-8 8 3.5817 8 8a8.0156 8.0156 0 0 1-.252 2m-2.748-2 3 3 3-3"
|
|
416
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
417
|
+
d: "M11.8097 12.3875v.0001"
|
|
377
418
|
})),
|
|
378
419
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
379
420
|
id: "a"
|
|
@@ -397,12 +438,14 @@ const IconArrowClockwiseUpLeft = React.forwardRef(
|
|
|
397
438
|
ref: forwardRef2
|
|
398
439
|
},
|
|
399
440
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
441
|
+
stroke: "currentColor",
|
|
442
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
400
443
|
clipPath: "url(#a)"
|
|
401
444
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
402
|
-
stroke: "currentColor",
|
|
403
445
|
strokeLinecap: "round",
|
|
404
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
405
446
|
d: "M12 4c4.4183 0 8 3.5817 8 8s-3.5817 8-8 8-8-3.5817-8-8c0-.6906.0875-1.3608.252-2m2.748 2-3-3-3 3"
|
|
447
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
448
|
+
d: "M11.8097 12.3875v.0001"
|
|
406
449
|
})),
|
|
407
450
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
408
451
|
id: "a"
|
|
@@ -426,12 +469,14 @@ const IconArrowCounterClockwiseDownLeft = React.forwardRef(
|
|
|
426
469
|
ref: forwardRef2
|
|
427
470
|
},
|
|
428
471
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
472
|
+
stroke: "currentColor",
|
|
473
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
429
474
|
clipPath: "url(#a)"
|
|
430
475
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
431
|
-
stroke: "currentColor",
|
|
432
476
|
strokeLinecap: "round",
|
|
433
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
434
477
|
d: "M4.2579 14.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3"
|
|
478
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
479
|
+
d: "M11.8097 12.3875v.0001"
|
|
435
480
|
})),
|
|
436
481
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
437
482
|
id: "a"
|
|
@@ -455,12 +500,14 @@ const IconArrowCounterClockwiseUpRight = React.forwardRef(
|
|
|
455
500
|
ref: forwardRef2
|
|
456
501
|
},
|
|
457
502
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
503
|
+
stroke: "currentColor",
|
|
504
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
458
505
|
clipPath: "url(#a)"
|
|
459
506
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
460
|
-
stroke: "currentColor",
|
|
461
507
|
strokeLinecap: "round",
|
|
462
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
463
508
|
d: "M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.7833-1.0882-4.2821 1.501-8.6357 5.7832-9.7239a8.0145 8.0145 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3"
|
|
509
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
510
|
+
d: "M11.8097 12.3875v.0001"
|
|
464
511
|
})),
|
|
465
512
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
466
513
|
id: "a"
|
|
@@ -518,6 +565,11 @@ const IconArrowDownLeft = React.forwardRef(
|
|
|
518
565
|
strokeLinecap: "round",
|
|
519
566
|
strokeWidth: "var(--svg-stroke-width)",
|
|
520
567
|
d: "M5 19h9m-9 0v-9m0 9 14-14"
|
|
568
|
+
}),
|
|
569
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
570
|
+
stroke: "currentColor",
|
|
571
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
572
|
+
d: "M11.8097 12.3875v.0001"
|
|
521
573
|
})
|
|
522
574
|
)
|
|
523
575
|
);
|
|
@@ -539,6 +591,11 @@ const IconArrowDownRight = React.forwardRef(
|
|
|
539
591
|
strokeLinecap: "round",
|
|
540
592
|
strokeWidth: "var(--svg-stroke-width)",
|
|
541
593
|
d: "M19 19v-9m0 9h-9m9 0-14-14"
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
596
|
+
stroke: "currentColor",
|
|
597
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
598
|
+
d: "M11.8097 12.3875v.0001"
|
|
542
599
|
})
|
|
543
600
|
)
|
|
544
601
|
);
|
|
@@ -560,6 +617,11 @@ const IconArrowDown = React.forwardRef(
|
|
|
560
617
|
strokeLinecap: "round",
|
|
561
618
|
strokeWidth: "var(--svg-stroke-width)",
|
|
562
619
|
d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
|
|
620
|
+
}),
|
|
621
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
622
|
+
stroke: "currentColor",
|
|
623
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
624
|
+
d: "M11.8097 12.3875v.0001"
|
|
563
625
|
})
|
|
564
626
|
)
|
|
565
627
|
);
|
|
@@ -577,11 +639,11 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
577
639
|
ref: forwardRef2
|
|
578
640
|
},
|
|
579
641
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
580
|
-
clipPath: "url(#a)"
|
|
581
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
582
642
|
stroke: "currentColor",
|
|
583
643
|
strokeWidth: "var(--svg-stroke-width)",
|
|
584
|
-
|
|
644
|
+
clipPath: "url(#a)"
|
|
645
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
646
|
+
d: "M11 7h-7.75a.25.25 0 0 0-.25.25v9.5a.25.25 0 0 0 .25.25h7.75v3.9367c0 .2167.257.3308.4177.1854l10.0823-9.1221-10.0823-9.122c-.1607-.1455-.4177-.0314-.4177.1853v3.9367ZM11.8097 12.3875v.0001"
|
|
585
647
|
})),
|
|
586
648
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
587
649
|
id: "a"
|
|
@@ -607,8 +669,11 @@ const IconArrowFatUpRight = React.forwardRef(
|
|
|
607
669
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
608
670
|
clipPath: "url(#a)"
|
|
609
671
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
610
|
-
|
|
611
|
-
|
|
672
|
+
stroke: "currentColor",
|
|
673
|
+
strokeLinecap: "round",
|
|
674
|
+
strokeLinejoin: "round",
|
|
675
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
676
|
+
d: "m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z"
|
|
612
677
|
})),
|
|
613
678
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
614
679
|
id: "a"
|
|
@@ -636,6 +701,11 @@ const IconArrowLeft = React.forwardRef(
|
|
|
636
701
|
strokeLinecap: "round",
|
|
637
702
|
strokeWidth: "var(--svg-stroke-width)",
|
|
638
703
|
d: "M21 12h-17m6.41-7-7 7 7 7"
|
|
704
|
+
}),
|
|
705
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
706
|
+
stroke: "currentColor",
|
|
707
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
708
|
+
d: "M11.8097 12.3875v.0001"
|
|
639
709
|
})
|
|
640
710
|
)
|
|
641
711
|
);
|
|
@@ -657,6 +727,11 @@ const IconArrowRight = React.forwardRef(
|
|
|
657
727
|
strokeLinecap: "round",
|
|
658
728
|
strokeWidth: "var(--svg-stroke-width)",
|
|
659
729
|
d: "M20 12h-17m10.59-7 7 7-7 7"
|
|
730
|
+
}),
|
|
731
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
732
|
+
stroke: "currentColor",
|
|
733
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
734
|
+
d: "M11.8097 12.3875v.0001"
|
|
660
735
|
})
|
|
661
736
|
)
|
|
662
737
|
);
|
|
@@ -676,8 +751,11 @@ const IconArrowUpCircle = React.forwardRef(
|
|
|
676
751
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
677
752
|
clipPath: "url(#a)"
|
|
678
753
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
679
|
-
|
|
680
|
-
|
|
754
|
+
stroke: "currentColor",
|
|
755
|
+
strokeLinecap: "round",
|
|
756
|
+
strokeLinejoin: "round",
|
|
757
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
758
|
+
d: "M12 17v-10m0 0 4 4m-4-4-4 4m13 1c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
681
759
|
})),
|
|
682
760
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
683
761
|
id: "a"
|
|
@@ -705,6 +783,11 @@ const IconArrowUpLeft = React.forwardRef(
|
|
|
705
783
|
strokeLinecap: "round",
|
|
706
784
|
strokeWidth: "var(--svg-stroke-width)",
|
|
707
785
|
d: "M5 5v9m0-9h9m-9 0 14 14"
|
|
786
|
+
}),
|
|
787
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
788
|
+
stroke: "currentColor",
|
|
789
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
790
|
+
d: "M11.8097 12.3875v.0001"
|
|
708
791
|
})
|
|
709
792
|
)
|
|
710
793
|
);
|
|
@@ -726,6 +809,11 @@ const IconArrowUpRight = React.forwardRef(
|
|
|
726
809
|
strokeLinecap: "round",
|
|
727
810
|
strokeWidth: "var(--svg-stroke-width)",
|
|
728
811
|
d: "M19 5h-9m9 0v9m0-9-14 14"
|
|
812
|
+
}),
|
|
813
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
814
|
+
stroke: "currentColor",
|
|
815
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
816
|
+
d: "M11.8097 12.3875v.0001"
|
|
729
817
|
})
|
|
730
818
|
)
|
|
731
819
|
);
|
|
@@ -747,6 +835,11 @@ const IconArrowUp = React.forwardRef(
|
|
|
747
835
|
strokeLinecap: "round",
|
|
748
836
|
strokeWidth: "var(--svg-stroke-width)",
|
|
749
837
|
d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
|
|
838
|
+
}),
|
|
839
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
840
|
+
stroke: "currentColor",
|
|
841
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
842
|
+
d: "M11.8097 12.3875v.0001"
|
|
750
843
|
})
|
|
751
844
|
)
|
|
752
845
|
);
|
|
@@ -794,12 +887,14 @@ const IconArrowsClockwiseX = React.forwardRef(
|
|
|
794
887
|
ref: forwardRef2
|
|
795
888
|
},
|
|
796
889
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
890
|
+
stroke: "currentColor",
|
|
891
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
797
892
|
clipPath: "url(#a)"
|
|
798
893
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
799
|
-
stroke: "currentColor",
|
|
800
894
|
strokeLinecap: "round",
|
|
801
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
802
895
|
d: "M4 12c0-4.4183 3.5817-8 8-8 .6906 0 1.3608.0875 2 .252m6 7.748c0 4.4183-3.5817 8-8 8a7.9987 7.9987 0 0 1-2.3688-.3565m2.3688-12.6435 3-3-3-3m0 16-3 3 3 3"
|
|
896
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
897
|
+
d: "M11.8097 12.3875v.0001"
|
|
803
898
|
})),
|
|
804
899
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
805
900
|
id: "a"
|
|
@@ -823,12 +918,14 @@ const IconArrowsClockwiseY = React.forwardRef(
|
|
|
823
918
|
ref: forwardRef2
|
|
824
919
|
},
|
|
825
920
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
921
|
+
stroke: "currentColor",
|
|
922
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
826
923
|
clipPath: "url(#a)"
|
|
827
924
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
828
|
-
stroke: "currentColor",
|
|
829
925
|
strokeLinecap: "round",
|
|
830
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
831
926
|
d: "M12 20c-4.4183 0-8-3.5817-8-8 0-.6906.0875-1.3608.252-2m7.748-6c4.4183 0 8 3.5817 8 8a7.9984 7.9984 0 0 1-.3565 2.3688m-12.6435-2.3688-3-3-3 3m16 0 3 3 3-3"
|
|
927
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
928
|
+
d: "M11.8097 12.3875v.0001"
|
|
832
929
|
})),
|
|
833
930
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
834
931
|
id: "a"
|
|
@@ -875,8 +972,11 @@ const IconArrowsHorizontalLinesTopBottom = React.forwardRef(
|
|
|
875
972
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
876
973
|
clipPath: "url(#a)"
|
|
877
974
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
878
|
-
|
|
879
|
-
|
|
975
|
+
stroke: "currentColor",
|
|
976
|
+
strokeLinecap: "round",
|
|
977
|
+
strokeLinejoin: "round",
|
|
978
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
979
|
+
d: "M4 3h8m8 0h-8m0 0v4m-8 14h8m8 0h-8m0 0v-4m-2-5h-8m0 0 4-4m-4 4 4 4m8-4h8m0 0-4-4m4 4-4 4"
|
|
880
980
|
})),
|
|
881
981
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
882
982
|
id: "a"
|
|
@@ -1041,12 +1141,14 @@ const IconArticle = React.forwardRef(
|
|
|
1041
1141
|
ref: forwardRef2
|
|
1042
1142
|
},
|
|
1043
1143
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1144
|
+
stroke: "currentColor",
|
|
1145
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1044
1146
|
clipPath: "url(#a)"
|
|
1045
1147
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1046
|
-
stroke: "currentColor",
|
|
1047
1148
|
strokeLinecap: "round",
|
|
1048
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1049
1149
|
d: "M8 8h8m-8 4h8m-8 4h5m-8 4h14c.5523 0 1-.4477 1-1v-14c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1Z"
|
|
1150
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1151
|
+
d: "M11.8097 12.3875v.0001"
|
|
1050
1152
|
})),
|
|
1051
1153
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1052
1154
|
id: "a"
|
|
@@ -1070,13 +1172,15 @@ const IconAt = React.forwardRef(
|
|
|
1070
1172
|
ref: forwardRef2
|
|
1071
1173
|
},
|
|
1072
1174
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1175
|
+
stroke: "currentColor",
|
|
1176
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1073
1177
|
clipPath: "url(#a)"
|
|
1074
1178
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1075
|
-
stroke: "currentColor",
|
|
1076
1179
|
strokeLinecap: "round",
|
|
1077
1180
|
strokeLinejoin: "round",
|
|
1078
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1079
1181
|
d: "M16 12c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2092 1.7909-4 4-4 2.2091 0 4 1.7908 4 4Zm0 0v1.5c0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5v-1.5001c0-4.0001-3-8.9999-9-8.988-4.9706 0-9 4.0295-9 9.0001 0 4.9705 4.0294 9 9 9 0 0 2.5367 0 4.5-1.1664"
|
|
1182
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1183
|
+
d: "M11.8097 12.3875v.0001"
|
|
1080
1184
|
})),
|
|
1081
1185
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1082
1186
|
id: "a"
|
|
@@ -1152,10 +1256,16 @@ const IconBellSlash = React.forwardRef(
|
|
|
1152
1256
|
ref: forwardRef2
|
|
1153
1257
|
},
|
|
1154
1258
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1259
|
+
stroke: "currentColor",
|
|
1260
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1155
1261
|
clipPath: "url(#a)"
|
|
1156
1262
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1157
|
-
|
|
1158
|
-
|
|
1263
|
+
strokeLinecap: "round",
|
|
1264
|
+
strokeLinejoin: "round",
|
|
1265
|
+
strokeMiterlimit: 1.414,
|
|
1266
|
+
d: "M14 18c0 1.1046-.8954 2-2 2s-2-.8954-2-2m-3-1h12.0657c.3994 0 .6376-.4451.4161-.7774l-2.4818-3.7226v-3.5c0-.5023-.0741-.9874-.2119-1.4448m-10.4245 5.5055.6364-1.0607v-3c0-2.7614 2.2386-5 5-5 .9107 0 1.7646.2435 2.5.669m-10.5 15.331 16-16"
|
|
1267
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1268
|
+
d: "M11.8097 12.3875v.0001"
|
|
1159
1269
|
})),
|
|
1160
1270
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1161
1271
|
id: "a"
|
|
@@ -1179,11 +1289,11 @@ const IconBellTilt = React.forwardRef(
|
|
|
1179
1289
|
ref: forwardRef2
|
|
1180
1290
|
},
|
|
1181
1291
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1182
|
-
clipPath: "url(#a)"
|
|
1183
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1184
1292
|
stroke: "currentColor",
|
|
1185
1293
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1186
|
-
|
|
1294
|
+
clipPath: "url(#a)"
|
|
1295
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1296
|
+
d: "M11.6455 17.7951c-.5523.9565-1.7755 1.2843-2.732.732-.9567-.5523-1.2844-1.7755-.7321-2.732m.161-6.2788 1.7409-3.0155c1.3807-2.3914 4.4387-3.2108 6.8301-1.83 2.3915 1.3806 3.2109 4.4386 1.8301 6.83l-1.7409 3.0155.2789 4.4804c.0257.3985-.4031.6649-.749.4652l-12.2825-7.0913c-.3366-.1943-.3325-.6815.0073-.8702l4.085-1.9841ZM11.8097 12.3875v.0001"
|
|
1187
1297
|
})),
|
|
1188
1298
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1189
1299
|
id: "a"
|
|
@@ -1207,11 +1317,11 @@ const IconBell = React.forwardRef(
|
|
|
1207
1317
|
ref: forwardRef2
|
|
1208
1318
|
},
|
|
1209
1319
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1210
|
-
clipPath: "url(#a)"
|
|
1211
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1212
1320
|
stroke: "currentColor",
|
|
1213
1321
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1214
|
-
|
|
1322
|
+
clipPath: "url(#a)"
|
|
1323
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1324
|
+
d: "M14 18c0 1.1046-.8954 2-2 2s-2-.8954-2-2m-3-6v-3c0-2.7614 2.2386-5 5-5s5 2.2386 5 5v3.5l2.4818 3.7226c.2215.3323-.0167.7774-.4161.7774h-14.1826c-.3887 0-.6287-.424-.4287-.7572l2.5456-4.2428ZM11.8097 12.3875v.0001"
|
|
1215
1325
|
})),
|
|
1216
1326
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1217
1327
|
id: "a"
|
|
@@ -1235,13 +1345,15 @@ const IconBoard = React.forwardRef(
|
|
|
1235
1345
|
ref: forwardRef2
|
|
1236
1346
|
},
|
|
1237
1347
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1348
|
+
stroke: "currentColor",
|
|
1349
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1238
1350
|
clipPath: "url(#a)"
|
|
1239
1351
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1240
|
-
stroke: "currentColor",
|
|
1241
1352
|
strokeLinecap: "round",
|
|
1242
1353
|
strokeLinejoin: "round",
|
|
1243
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1244
1354
|
d: "M12 13h6m-12 4h-4v-14h20v14h-4m-12 0v4m0-4h12m0 0v4"
|
|
1355
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1356
|
+
d: "M11.8097 12.3875v.0001"
|
|
1245
1357
|
})),
|
|
1246
1358
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1247
1359
|
id: "a"
|
|
@@ -1293,13 +1405,15 @@ const IconBookmark = React.forwardRef(
|
|
|
1293
1405
|
ref: forwardRef2
|
|
1294
1406
|
},
|
|
1295
1407
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1408
|
+
stroke: "currentColor",
|
|
1409
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1296
1410
|
clipPath: "url(#a)"
|
|
1297
1411
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1298
|
-
stroke: "currentColor",
|
|
1299
1412
|
strokeLinecap: "round",
|
|
1300
1413
|
strokeLinejoin: "round",
|
|
1301
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1302
1414
|
d: "M17.5 3h-11a.5.5 0 0 0-.5.5v17.5l6-4.5 6 4.5v-17.5a.5.5 0 0 0-.5-.5Z"
|
|
1415
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1416
|
+
d: "M11.8097 12.3875v.0001"
|
|
1303
1417
|
})),
|
|
1304
1418
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1305
1419
|
id: "a"
|
|
@@ -1381,12 +1495,14 @@ const IconBracketsAngleSlash = React.forwardRef(
|
|
|
1381
1495
|
ref: forwardRef2
|
|
1382
1496
|
},
|
|
1383
1497
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1498
|
+
stroke: "currentColor",
|
|
1499
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1384
1500
|
clipPath: "url(#a)"
|
|
1385
1501
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1386
|
-
stroke: "currentColor",
|
|
1387
1502
|
strokeLinecap: "round",
|
|
1388
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1389
1503
|
d: "m7 8-4 4 4 4m10-8 4 4-4 4m-3-11-4 14"
|
|
1504
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1505
|
+
d: "M11.8097 12.3875v.0001"
|
|
1390
1506
|
})),
|
|
1391
1507
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1392
1508
|
id: "a"
|
|
@@ -1419,6 +1535,10 @@ const IconBracketsCurlyCirclesThree = React.forwardRef(
|
|
|
1419
1535
|
strokeLinecap: "round",
|
|
1420
1536
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1421
1537
|
d: "M4.5868 20c-1.0125 0-1.8333-.8954-1.8333-2v-4c0-1.1046-1.7375-2-1.8334-2-.0958 0 1.8334-.8954 1.8334-2v-4c0-1.1046.8208-2 1.8333-2m12.8299 0c1.0125 0 1.8333.8954 1.8333 2v4c0 1.1046 1.7375 2 1.8333 2 .0959 0-1.8333.8954-1.8333 2v4c0 1.1046-.8208 2-1.8333 2"
|
|
1538
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1539
|
+
stroke: "currentColor",
|
|
1540
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1541
|
+
d: "M11.8097 12.3875v.0001"
|
|
1422
1542
|
})),
|
|
1423
1543
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1424
1544
|
id: "a"
|
|
@@ -1442,14 +1562,16 @@ const IconCalendarBlank = React.forwardRef(
|
|
|
1442
1562
|
ref: forwardRef2
|
|
1443
1563
|
},
|
|
1444
1564
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1565
|
+
stroke: "currentColor",
|
|
1566
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1445
1567
|
clipPath: "url(#a)"
|
|
1446
1568
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1447
|
-
stroke: "currentColor",
|
|
1448
1569
|
strokeLinecap: "round",
|
|
1449
1570
|
strokeLinejoin: "round",
|
|
1450
1571
|
strokeMiterlimit: 1.414,
|
|
1451
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1452
1572
|
d: "M3 11v10h18v-10m-18 0v-6h18v6m-18 0h18m-5-8v4m-8-4v4"
|
|
1573
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1574
|
+
d: "M11.8097 12.3875v.0001"
|
|
1453
1575
|
})),
|
|
1454
1576
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1455
1577
|
id: "a"
|
|
@@ -1474,13 +1596,16 @@ const IconCamera = React.forwardRef(
|
|
|
1474
1596
|
},
|
|
1475
1597
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1476
1598
|
stroke: "currentColor",
|
|
1477
|
-
strokeLinecap: "round",
|
|
1478
1599
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1479
1600
|
clipPath: "url(#a)"
|
|
1480
1601
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1602
|
+
strokeLinecap: "round",
|
|
1481
1603
|
d: "M19 20h-14c-1.1046 0-2-.8954-2-2v-9c0-1.1046.8954-2 2-2h2c.8284 0 1.5-.6716 1.5-1.5s.6716-1.5 1.5-1.5h4c.8284 0 1.5.6716 1.5 1.5s.6716 1.5 1.5 1.5h2c1.1046 0 2 .8954 2 2v9c0 1.1046-.8954 2-2 2Z"
|
|
1482
1604
|
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1605
|
+
strokeLinecap: "round",
|
|
1483
1606
|
d: "M9.3217 15.5538c1.4361 1.5798 3.9205 1.5798 5.3566 0 1.2997-1.4296 1.2474-3.6281-.1188-4.9943-1.4136-1.4136-3.7054-1.4136-5.119 0-1.3662 1.3662-1.4185 3.5647-.1188 4.9943Z"
|
|
1607
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1608
|
+
d: "M11.8097 12.3875v.0001"
|
|
1484
1609
|
})),
|
|
1485
1610
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1486
1611
|
id: "a"
|
|
@@ -1513,6 +1638,11 @@ const IconCardNumberThree = React.forwardRef(
|
|
|
1513
1638
|
strokeLinejoin: "round",
|
|
1514
1639
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1515
1640
|
d: "M10.25 9h3.5l-2 3c.6667 0 2 .5587 2 2 0 1.5-1.3536 2-2 2-1.25 0-1.75-1-1.75-1m-4-12h12c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-12c-.5523 0-1-.4477-1-1v-16c0-.5523.4477-1 1-1Z"
|
|
1641
|
+
}),
|
|
1642
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1643
|
+
stroke: "currentColor",
|
|
1644
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1645
|
+
d: "M11.8097 12.3875v.0001"
|
|
1516
1646
|
})
|
|
1517
1647
|
)
|
|
1518
1648
|
);
|
|
@@ -1538,6 +1668,11 @@ const IconCard = React.forwardRef(
|
|
|
1538
1668
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1539
1669
|
fill: "currentColor",
|
|
1540
1670
|
d: "M18 9.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
|
|
1671
|
+
}),
|
|
1672
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1673
|
+
stroke: "currentColor",
|
|
1674
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1675
|
+
d: "M11.8097 12.3875v.0001"
|
|
1541
1676
|
})
|
|
1542
1677
|
)
|
|
1543
1678
|
);
|
|
@@ -1563,6 +1698,11 @@ const IconCardsPoker = React.forwardRef(
|
|
|
1563
1698
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1564
1699
|
fill: "currentColor",
|
|
1565
1700
|
d: "M9.5 13.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM7 9c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM11 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
1701
|
+
}),
|
|
1702
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1703
|
+
stroke: "currentColor",
|
|
1704
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1705
|
+
d: "M11.8097 12.3875v.0001"
|
|
1566
1706
|
})
|
|
1567
1707
|
)
|
|
1568
1708
|
);
|
|
@@ -1580,12 +1720,14 @@ const IconChartBarYSimple = React.forwardRef(
|
|
|
1580
1720
|
ref: forwardRef2
|
|
1581
1721
|
},
|
|
1582
1722
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1723
|
+
stroke: "currentColor",
|
|
1724
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1583
1725
|
clipPath: "url(#a)"
|
|
1584
1726
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1585
|
-
stroke: "currentColor",
|
|
1586
1727
|
strokeLinecap: "round",
|
|
1587
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1588
1728
|
d: "M4 14v6m5-10v10m5-16v16m5-13v13"
|
|
1729
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1730
|
+
d: "M11.8097 12.3875v.0001"
|
|
1589
1731
|
})),
|
|
1590
1732
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1591
1733
|
id: "a"
|
|
@@ -1609,12 +1751,14 @@ const IconChartBarY = React.forwardRef(
|
|
|
1609
1751
|
ref: forwardRef2
|
|
1610
1752
|
},
|
|
1611
1753
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1754
|
+
stroke: "currentColor",
|
|
1755
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1612
1756
|
clipPath: "url(#a)"
|
|
1613
1757
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1614
|
-
stroke: "currentColor",
|
|
1615
1758
|
strokeLinecap: "round",
|
|
1616
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1617
1759
|
d: "M6 16v-3.5a.5.5 0 0 1 .5-.5h3.5m0 0v-3.5a.5.5 0 0 1 .5-.5h3.5m-4 4v4m4 0v-11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v11.5m-14 4h16"
|
|
1760
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1761
|
+
d: "M11.8097 12.3875v.0001"
|
|
1618
1762
|
})),
|
|
1619
1763
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1620
1764
|
id: "a"
|
|
@@ -1637,25 +1781,12 @@ const IconChatCheck = React.forwardRef(
|
|
|
1637
1781
|
fill: "none",
|
|
1638
1782
|
ref: forwardRef2
|
|
1639
1783
|
},
|
|
1640
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
d: "M15 18v-1h-.4142l-.2929.2929.7071.7071Zm-6 0 .7071-.7071-.2929-.2929h-.4142v1Zm2.9293 2.9293.7071-.7071-.7071.7071Zm-1.4293-6.9293-.7071.7071c.3905.3905 1.0237.3905 1.4142 0l-.7071-.7071Zm6.7071-5.2929c.3905-.3905.3905-1.0237 0-1.4142-.3905-.3905-1.0237-.3905-1.4142 0l1.4142 1.4142Zm-8.5 2.0858c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm4.0707 10.8435 2.9293-2.9293-1.4142-1.4142-2.9293 2.9293 1.4142 1.4142Zm2.2222-2.6364h5v-2h-5v2Zm7-2v-12h-2v12h2Zm-2-14h-16v2h16v-2Zm-18 2v12h2v-12h-2Zm2 14h5v-2h-5v2Zm4.2929-.2929 2.9293 2.9293 1.4142-1.4142-2.9293-2.9293-1.4142 1.4142Zm-4.2929-15.7071c-1.1046 0-2 .8954-2 2h2v-2Zm18 2c0-1.1046-.8954-2-2-2v2h2Zm-2 14c1.1046 0 2-.8954 2-2h-2v2Zm-18-2c0 1.1046.8954 2 2 2v-2h-2Zm9.3636 3.2222a.9.9 0 0 1 1.2728 0l-1.4142 1.4142c.4296.4296 1.126.4296 1.5556 0l-1.4142-1.4142Zm-.1565-5.5151 6-6-1.4142-1.4142-6 6 1.4142 1.4142Zm0-1.4142-2.5-2.5-1.4142 1.4142 2.5 2.5 1.4142-1.4142Z"
|
|
1647
|
-
}))),
|
|
1648
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1649
|
-
id: "a"
|
|
1650
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1651
|
-
fill: "none",
|
|
1652
|
-
d: "M0 0h24v24h-24z"
|
|
1653
|
-
})), /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1654
|
-
id: "b"
|
|
1655
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1656
|
-
fill: "none",
|
|
1657
|
-
d: "M0 0h24v24h-24z"
|
|
1658
|
-
})))
|
|
1784
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1785
|
+
stroke: "currentColor",
|
|
1786
|
+
strokeLinecap: "round",
|
|
1787
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1788
|
+
d: "m16.5 8-6 6-2.5-2.5m4.0707 9.4293 2.9293-2.9293h5c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0Z"
|
|
1789
|
+
})
|
|
1659
1790
|
)
|
|
1660
1791
|
);
|
|
1661
1792
|
IconChatCheck[designSystemBaseIcon.iconSymbol] = true;
|
|
@@ -1760,8 +1891,10 @@ const IconChatLinesEyeOpen = React.forwardRef(
|
|
|
1760
1891
|
ref: forwardRef2
|
|
1761
1892
|
},
|
|
1762
1893
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1763
|
-
|
|
1764
|
-
|
|
1894
|
+
stroke: "currentColor",
|
|
1895
|
+
strokeLinecap: "round",
|
|
1896
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1897
|
+
d: "M7 9h2m-2 4h8m-8-9h-3c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-5m-10-7c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
1765
1898
|
}),
|
|
1766
1899
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1767
1900
|
cx: 17,
|
|
@@ -1875,13 +2008,15 @@ const IconChatTextArrow = React.forwardRef(
|
|
|
1875
2008
|
ref: forwardRef2
|
|
1876
2009
|
},
|
|
1877
2010
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2011
|
+
stroke: "currentColor",
|
|
2012
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1878
2013
|
clipPath: "url(#a)"
|
|
1879
2014
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1880
|
-
stroke: "currentColor",
|
|
1881
2015
|
strokeLinecap: "round",
|
|
1882
2016
|
strokeLinejoin: "round",
|
|
1883
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1884
2017
|
d: "m16 8 5-5m0 0v5m0-5h-5m-9 6h2m-2 4h8m-5-9h-6c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-4"
|
|
2018
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2019
|
+
d: "M11.8097 12.3875v.0001"
|
|
1885
2020
|
})),
|
|
1886
2021
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1887
2022
|
id: "a"
|
|
@@ -1907,8 +2042,10 @@ const IconChatTwo = React.forwardRef(
|
|
|
1907
2042
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1908
2043
|
clipPath: "url(#a)"
|
|
1909
2044
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1910
|
-
|
|
1911
|
-
|
|
2045
|
+
stroke: "currentColor",
|
|
2046
|
+
strokeLinejoin: "round",
|
|
2047
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2048
|
+
d: "M7 9h-4.5a.5.5 0 0 0-.5.5v11.5l3-2h10v-5m-8-5h8v5m-8-5v-4.5a.5.5 0 0 1 .5-.5h14a.5.5 0 0 1 .5.5v12.5l-3-3h-4"
|
|
1912
2049
|
})),
|
|
1913
2050
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1914
2051
|
id: "a"
|
|
@@ -1932,11 +2069,11 @@ const IconChat = React.forwardRef(
|
|
|
1932
2069
|
ref: forwardRef2
|
|
1933
2070
|
},
|
|
1934
2071
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1935
|
-
clipPath: "url(#a)"
|
|
1936
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1937
2072
|
stroke: "currentColor",
|
|
1938
2073
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1939
|
-
|
|
2074
|
+
clipPath: "url(#a)"
|
|
2075
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2076
|
+
d: "m12 18-3.84 2.88a.1.1 0 0 1-.16-.08v-2.8h-4c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v12c0 .5523-.4477 1-1 1h-8ZM11.8097 12.3875v.0001"
|
|
1940
2077
|
})),
|
|
1941
2078
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1942
2079
|
id: "a"
|
|
@@ -1965,6 +2102,11 @@ const IconCheckMark = React.forwardRef(
|
|
|
1965
2102
|
strokeLinejoin: "round",
|
|
1966
2103
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1967
2104
|
d: "m5 11 5 5 9-9"
|
|
2105
|
+
}),
|
|
2106
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2107
|
+
stroke: "currentColor",
|
|
2108
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2109
|
+
d: "M11.8097 12.3875v.0001"
|
|
1968
2110
|
})
|
|
1969
2111
|
)
|
|
1970
2112
|
);
|
|
@@ -2040,6 +2182,11 @@ const IconChevronDown = React.forwardRef(
|
|
|
2040
2182
|
strokeLinecap: "round",
|
|
2041
2183
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2042
2184
|
d: "m6 9.5 6 6 6-6"
|
|
2185
|
+
}),
|
|
2186
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2187
|
+
stroke: "currentColor",
|
|
2188
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2189
|
+
d: "M11.8097 12.3875v.0001"
|
|
2043
2190
|
})
|
|
2044
2191
|
)
|
|
2045
2192
|
);
|
|
@@ -2091,6 +2238,11 @@ const IconChevronLeft = React.forwardRef(
|
|
|
2091
2238
|
strokeLinecap: "round",
|
|
2092
2239
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2093
2240
|
d: "m14.5 6-6 6 6 6"
|
|
2241
|
+
}),
|
|
2242
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2243
|
+
stroke: "currentColor",
|
|
2244
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2245
|
+
d: "M11.8097 12.3875v.0001"
|
|
2094
2246
|
})
|
|
2095
2247
|
)
|
|
2096
2248
|
);
|
|
@@ -2142,6 +2294,11 @@ const IconChevronRight = React.forwardRef(
|
|
|
2142
2294
|
strokeLinecap: "round",
|
|
2143
2295
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2144
2296
|
d: "m9.5 6 6 6-6 6"
|
|
2297
|
+
}),
|
|
2298
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2299
|
+
stroke: "currentColor",
|
|
2300
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2301
|
+
d: "M11.8097 12.3875v.0001"
|
|
2145
2302
|
})
|
|
2146
2303
|
)
|
|
2147
2304
|
);
|
|
@@ -2253,6 +2410,11 @@ const IconChevronUp = React.forwardRef(
|
|
|
2253
2410
|
strokeLinecap: "round",
|
|
2254
2411
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2255
2412
|
d: "m6 14.5 6-6 6 6"
|
|
2413
|
+
}),
|
|
2414
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2415
|
+
stroke: "currentColor",
|
|
2416
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2417
|
+
d: "M11.8097 12.3875v.0001"
|
|
2256
2418
|
})
|
|
2257
2419
|
)
|
|
2258
2420
|
);
|
|
@@ -2298,12 +2460,14 @@ const IconCircleMotionX = React.forwardRef(
|
|
|
2298
2460
|
ref: forwardRef2
|
|
2299
2461
|
},
|
|
2300
2462
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2463
|
+
stroke: "currentColor",
|
|
2464
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2301
2465
|
clipPath: "url(#a)"
|
|
2302
2466
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2303
|
-
stroke: "currentColor",
|
|
2304
2467
|
strokeLinecap: "round",
|
|
2305
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2306
2468
|
d: "M3.5 6h1.5m3 0h7m0 0c-3.3137 0-6 2.6863-6 6s2.6863 6 6 6 6-2.6863 6-6-2.6863-6-6-6Zm-12.5 4h6.5m-6 4h1m3 0h2m-5 4h10.5"
|
|
2469
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2470
|
+
d: "M11.8097 12.3875v.0001"
|
|
2307
2471
|
})),
|
|
2308
2472
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2309
2473
|
id: "a"
|
|
@@ -2327,12 +2491,14 @@ const IconCircleNotch = React.forwardRef(
|
|
|
2327
2491
|
ref: forwardRef2
|
|
2328
2492
|
},
|
|
2329
2493
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2494
|
+
stroke: "currentColor",
|
|
2495
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2330
2496
|
clipPath: "url(#a)"
|
|
2331
2497
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2332
|
-
stroke: "currentColor",
|
|
2333
2498
|
strokeLinecap: "round",
|
|
2334
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2335
2499
|
d: "M12 20c4.4183 0 8-3.5817 8-8s-3.5817-8-8-8-8 3.5817-8 8"
|
|
2500
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2501
|
+
d: "M11.8097 12.3875v.0001"
|
|
2336
2502
|
})),
|
|
2337
2503
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2338
2504
|
id: "a"
|
|
@@ -2386,13 +2552,11 @@ const IconCircle = React.forwardRef(
|
|
|
2386
2552
|
ref: forwardRef2
|
|
2387
2553
|
},
|
|
2388
2554
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2389
|
-
clipPath: "url(#a)"
|
|
2390
|
-
}, /* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2391
|
-
cx: 12,
|
|
2392
|
-
cy: 12,
|
|
2393
|
-
r: 9,
|
|
2394
2555
|
stroke: "currentColor",
|
|
2395
|
-
strokeWidth: "var(--svg-stroke-width)"
|
|
2556
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2557
|
+
clipPath: "url(#a)"
|
|
2558
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2559
|
+
d: "M11.8097 12.3875v.0001M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
2396
2560
|
})),
|
|
2397
2561
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2398
2562
|
id: "a"
|
|
@@ -2426,6 +2590,11 @@ const IconCirclesConnected = React.forwardRef(
|
|
|
2426
2590
|
cy: 20,
|
|
2427
2591
|
r: 2,
|
|
2428
2592
|
fill: "currentColor"
|
|
2593
|
+
}),
|
|
2594
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2595
|
+
stroke: "currentColor",
|
|
2596
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2597
|
+
d: "M11.8097 12.3875v.0001"
|
|
2429
2598
|
})
|
|
2430
2599
|
)
|
|
2431
2600
|
);
|
|
@@ -2453,6 +2622,11 @@ const IconClockCounterClockwiseSimple = React.forwardRef(
|
|
|
2453
2622
|
strokeLinecap: "round",
|
|
2454
2623
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2455
2624
|
d: "M4.2579 14.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3"
|
|
2625
|
+
}),
|
|
2626
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2627
|
+
stroke: "currentColor",
|
|
2628
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2629
|
+
d: "M11.8097 12.3875v.0001"
|
|
2456
2630
|
})
|
|
2457
2631
|
)
|
|
2458
2632
|
);
|
|
@@ -2480,6 +2654,11 @@ const IconClockCounterClockwise = React.forwardRef(
|
|
|
2480
2654
|
strokeLinecap: "round",
|
|
2481
2655
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2482
2656
|
d: "m12 12 3-3m-10.7421 5.0147c-1.1127-4.276 1.4516-8.6442 5.7274-9.7569 4.2759-1.1126 8.6442 1.4517 9.7569 5.7275 1.1126 4.2759-1.4516 8.6442-5.7275 9.7569a8.0132 8.0132 0 0 1-1.999.2597m-11.0157-8.0019 3 3 3-3"
|
|
2657
|
+
}),
|
|
2658
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2659
|
+
stroke: "currentColor",
|
|
2660
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2661
|
+
d: "M11.8097 12.3875v.0001"
|
|
2483
2662
|
})
|
|
2484
2663
|
)
|
|
2485
2664
|
);
|
|
@@ -2506,6 +2685,11 @@ const IconClockOvertime = React.forwardRef(
|
|
|
2506
2685
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2507
2686
|
fill: "currentColor",
|
|
2508
2687
|
d: "M12 12.0001c.8799.4399 2.9211 1.267 4.1372 1.7999.2493.1093.3617.4012.2288.6387-.8555 1.5283-2.4901 2.5614-4.366 2.5614-2.7614 0-5-2.2386-5-5 0-2.593 1.9737-4.7249 4.5007-4.9754.2748-.0273.4993.2007.4993.4768v4.4986Z"
|
|
2688
|
+
}),
|
|
2689
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2690
|
+
stroke: "currentColor",
|
|
2691
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2692
|
+
d: "M11.8097 12.3875v.0001"
|
|
2509
2693
|
})
|
|
2510
2694
|
)
|
|
2511
2695
|
);
|
|
@@ -2523,12 +2707,14 @@ const IconClock = React.forwardRef(
|
|
|
2523
2707
|
ref: forwardRef2
|
|
2524
2708
|
},
|
|
2525
2709
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2710
|
+
stroke: "currentColor",
|
|
2711
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2526
2712
|
clipPath: "url(#a)"
|
|
2527
2713
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2528
|
-
stroke: "currentColor",
|
|
2529
2714
|
strokeLinecap: "round",
|
|
2530
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2531
2715
|
d: "M12 8.4v4.05l2.7 2.25m6.3-2.7c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
2716
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2717
|
+
d: "M11.8097 12.3875v.0001"
|
|
2532
2718
|
})),
|
|
2533
2719
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2534
2720
|
id: "a"
|
|
@@ -2594,6 +2780,11 @@ const IconCluster = React.forwardRef(
|
|
|
2594
2780
|
y: 18,
|
|
2595
2781
|
fill: "currentColor",
|
|
2596
2782
|
rx: 1
|
|
2783
|
+
}),
|
|
2784
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2785
|
+
stroke: "currentColor",
|
|
2786
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2787
|
+
d: "M11.8097 12.3875v.0001"
|
|
2597
2788
|
})
|
|
2598
2789
|
)
|
|
2599
2790
|
);
|
|
@@ -2619,6 +2810,11 @@ const IconClustered = React.forwardRef(
|
|
|
2619
2810
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2620
2811
|
fill: "currentColor",
|
|
2621
2812
|
d: "M3 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2ZM7 8c0-.5523.4477-1 1-1h2c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-2c-.5523 0-1-.4477-1-1v-2ZM13 8c0-.5523.4477-1 1-1h2c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-2c-.5523 0-1-.4477-1-1v-2ZM7 14c0-.5523.4477-1 1-1h2c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-2c-.5523 0-1-.4477-1-1v-2Z"
|
|
2813
|
+
}),
|
|
2814
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2815
|
+
stroke: "currentColor",
|
|
2816
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2817
|
+
d: "M11.8097 12.3875v.0001"
|
|
2622
2818
|
})
|
|
2623
2819
|
)
|
|
2624
2820
|
);
|
|
@@ -2647,6 +2843,11 @@ const IconCog = React.forwardRef(
|
|
|
2647
2843
|
strokeLinejoin: "round",
|
|
2648
2844
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2649
2845
|
d: "M13.5442 3h-3l-1 3-1.4461.835-3.0981-.634-1.5 2.598 2.098 2.3661.0001 1.6698-2.098 2.366 1.5 2.5981 3.098-.634 1.4461.835 1 3h3l1-3 1.4462-.8349 3.0981.6339 1.5-2.598-2.0981-2.3661v-1.6699l2.0981-2.366-1.5-2.598-3.0981.634-1.4462-.835-1-3Z"
|
|
2846
|
+
}),
|
|
2847
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2848
|
+
stroke: "currentColor",
|
|
2849
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2850
|
+
d: "M11.8097 12.3875v.0001"
|
|
2650
2851
|
})
|
|
2651
2852
|
)
|
|
2652
2853
|
);
|
|
@@ -2706,12 +2907,17 @@ const IconConeSerpentine = React.forwardRef(
|
|
|
2706
2907
|
cy: 3.25,
|
|
2707
2908
|
r: 1.25,
|
|
2708
2909
|
fill: "currentColor"
|
|
2910
|
+
}),
|
|
2911
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2912
|
+
stroke: "currentColor",
|
|
2913
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2914
|
+
d: "M11.8097 12.3875v.0001"
|
|
2709
2915
|
})
|
|
2710
2916
|
)
|
|
2711
2917
|
);
|
|
2712
2918
|
IconConeSerpentine[designSystemBaseIcon.iconSymbol] = true;
|
|
2713
2919
|
|
|
2714
|
-
const
|
|
2920
|
+
const IconConnectionLineElbows = React.forwardRef(
|
|
2715
2921
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
2716
2922
|
StyledIcon,
|
|
2717
2923
|
{
|
|
@@ -2724,13 +2930,73 @@ const IconCornersThreeEyeOpen = React.forwardRef(
|
|
|
2724
2930
|
},
|
|
2725
2931
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2726
2932
|
fill: "currentColor",
|
|
2727
|
-
d: "
|
|
2933
|
+
d: "M15 3v6l6-3-6-3Z"
|
|
2934
|
+
}),
|
|
2935
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2936
|
+
stroke: "currentColor",
|
|
2937
|
+
strokeLinecap: "round",
|
|
2938
|
+
strokeLinejoin: "round",
|
|
2939
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2940
|
+
d: "M3 20h4c1.1046 0 2-.8954 2-2v-9c0-1.1046.8954-2 2-2h4m0 0v-3l6 3-6 3v-3Z"
|
|
2941
|
+
})
|
|
2942
|
+
)
|
|
2943
|
+
);
|
|
2944
|
+
IconConnectionLineElbows[designSystemBaseIcon.iconSymbol] = true;
|
|
2945
|
+
|
|
2946
|
+
const IconConnectionLineStraight = React.forwardRef(
|
|
2947
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
2948
|
+
StyledIcon,
|
|
2949
|
+
{
|
|
2950
|
+
...props,
|
|
2951
|
+
weight,
|
|
2952
|
+
size,
|
|
2953
|
+
viewBox: "0 0 24 24",
|
|
2954
|
+
fill: "none",
|
|
2955
|
+
ref: forwardRef2
|
|
2956
|
+
},
|
|
2957
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2958
|
+
fill: "currentColor",
|
|
2959
|
+
d: "m19.6569 4.1214-2.4143 6.6569-2.1213-2.1213-2.1213-2.1214 6.6569-2.4142Z"
|
|
2960
|
+
}),
|
|
2961
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2962
|
+
stroke: "currentColor",
|
|
2963
|
+
strokeLinecap: "round",
|
|
2964
|
+
strokeLinejoin: "round",
|
|
2965
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2966
|
+
d: "m15.1213 8.6569-2.1213-2.1213 6.6569-2.4142-2.4143 6.6568-2.1213-2.1213Zm0 0-11.1213 11.3432"
|
|
2967
|
+
})
|
|
2968
|
+
)
|
|
2969
|
+
);
|
|
2970
|
+
IconConnectionLineStraight[designSystemBaseIcon.iconSymbol] = true;
|
|
2971
|
+
|
|
2972
|
+
const IconCornersThreeEyeOpen = React.forwardRef(
|
|
2973
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
2974
|
+
StyledIcon,
|
|
2975
|
+
{
|
|
2976
|
+
...props,
|
|
2977
|
+
weight,
|
|
2978
|
+
size,
|
|
2979
|
+
viewBox: "0 0 24 24",
|
|
2980
|
+
fill: "none",
|
|
2981
|
+
ref: forwardRef2
|
|
2982
|
+
},
|
|
2983
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2984
|
+
stroke: "currentColor",
|
|
2985
|
+
strokeLinecap: "round",
|
|
2986
|
+
strokeLinejoin: "round",
|
|
2987
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2988
|
+
d: "M7 4h-4v4m0 8v4h4m14-4v4h-4m-7-13c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
2728
2989
|
}),
|
|
2729
2990
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2730
2991
|
cx: 16,
|
|
2731
2992
|
cy: 7,
|
|
2732
2993
|
r: 2,
|
|
2733
2994
|
fill: "currentColor"
|
|
2995
|
+
}),
|
|
2996
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2997
|
+
stroke: "currentColor",
|
|
2998
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2999
|
+
d: "M11.8097 12.3875v.0001"
|
|
2734
3000
|
})
|
|
2735
3001
|
)
|
|
2736
3002
|
);
|
|
@@ -2752,6 +3018,11 @@ const IconCreditCard = React.forwardRef(
|
|
|
2752
3018
|
strokeLinecap: "round",
|
|
2753
3019
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2754
3020
|
d: "M4 10v6c0 1.6569 1.3431 3 3 3h10c1.6569 0 3-1.3431 3-3v-6m-16 0v-2c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v2m-16 0h16m-13 5h2"
|
|
3021
|
+
}),
|
|
3022
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3023
|
+
stroke: "currentColor",
|
|
3024
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3025
|
+
d: "M11.8097 12.3875v.0001"
|
|
2755
3026
|
})
|
|
2756
3027
|
)
|
|
2757
3028
|
);
|
|
@@ -2769,10 +3040,14 @@ const IconCrop = React.forwardRef(
|
|
|
2769
3040
|
ref: forwardRef2
|
|
2770
3041
|
},
|
|
2771
3042
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3043
|
+
stroke: "currentColor",
|
|
3044
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2772
3045
|
clipPath: "url(#a)"
|
|
2773
3046
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2774
|
-
|
|
2775
|
-
d: "
|
|
3047
|
+
strokeLinecap: "round",
|
|
3048
|
+
d: "M6 2v15c0 .5523.4477 1 1 1h11m4 0h-4m-8-12h7c.5523 0 1 .4477 1 1v7m-16-8h4m12 16v-4"
|
|
3049
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3050
|
+
d: "M11.8097 12.3875v.0001"
|
|
2776
3051
|
})),
|
|
2777
3052
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2778
3053
|
id: "a"
|
|
@@ -2800,6 +3075,11 @@ const IconCrossCircle = React.forwardRef(
|
|
|
2800
3075
|
strokeLinecap: "round",
|
|
2801
3076
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2802
3077
|
d: "m9 9 6 6m0-6-6 6m12-3c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
3078
|
+
}),
|
|
3079
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3080
|
+
stroke: "currentColor",
|
|
3081
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3082
|
+
d: "M11.8097 12.3875v.0001"
|
|
2803
3083
|
})
|
|
2804
3084
|
)
|
|
2805
3085
|
);
|
|
@@ -2817,10 +3097,15 @@ const IconCrossFat = React.forwardRef(
|
|
|
2817
3097
|
ref: forwardRef2
|
|
2818
3098
|
},
|
|
2819
3099
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3100
|
+
stroke: "currentColor",
|
|
3101
|
+
strokeLinecap: "round",
|
|
3102
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2820
3103
|
clipPath: "url(#a)"
|
|
2821
3104
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2822
|
-
|
|
2823
|
-
|
|
3105
|
+
d: "M5.5 8h2.5v-2.5m-2.5 10.5h2.5v2.5m10.5-2.5h-2.5v2.5m2.5-10.5h-2.5v-2.5"
|
|
3106
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3107
|
+
strokeLinejoin: "round",
|
|
3108
|
+
d: "M5.5 8h-2.5v8h2.5m10.5-10.5v-2.5h-8v2.5m10.5 10.5h2.5v-8h-2.5m-10.5 10.5v2.5h8v-2.5"
|
|
2824
3109
|
})),
|
|
2825
3110
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2826
3111
|
id: "a"
|
|
@@ -2878,6 +3163,11 @@ const IconCross = React.forwardRef(
|
|
|
2878
3163
|
strokeLinecap: "round",
|
|
2879
3164
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2880
3165
|
d: "m6 6 12 12m0-12-12 12"
|
|
3166
|
+
}),
|
|
3167
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3168
|
+
stroke: "currentColor",
|
|
3169
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3170
|
+
d: "M11.8097 12.3875v.0001"
|
|
2881
3171
|
})
|
|
2882
3172
|
)
|
|
2883
3173
|
);
|
|
@@ -2895,13 +3185,15 @@ const IconCube = React.forwardRef(
|
|
|
2895
3185
|
ref: forwardRef2
|
|
2896
3186
|
},
|
|
2897
3187
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3188
|
+
stroke: "currentColor",
|
|
3189
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2898
3190
|
clipPath: "url(#a)"
|
|
2899
3191
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2900
|
-
stroke: "currentColor",
|
|
2901
3192
|
strokeLinecap: "round",
|
|
2902
3193
|
strokeLinejoin: "round",
|
|
2903
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2904
3194
|
d: "m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11-9-3m9 3v11m-9-14v11l9 3"
|
|
3195
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3196
|
+
d: "M11.8097 12.3875v.0001"
|
|
2905
3197
|
})),
|
|
2906
3198
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2907
3199
|
id: "a"
|
|
@@ -2933,6 +3225,11 @@ const IconCursorFilled = React.forwardRef(
|
|
|
2933
3225
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2934
3226
|
fill: "currentColor",
|
|
2935
3227
|
d: "m17.8405 13.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4365-3.2929a.4685.4685 0 0 1 .2851-.1306l5.0224-.4164c.4241-.0352.6039-.5999.2891-.9084Z"
|
|
3228
|
+
}),
|
|
3229
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3230
|
+
stroke: "currentColor",
|
|
3231
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3232
|
+
d: "M11.8097 12.3875v.0001"
|
|
2936
3233
|
})
|
|
2937
3234
|
)
|
|
2938
3235
|
);
|
|
@@ -2976,13 +3273,15 @@ const IconCursorText = React.forwardRef(
|
|
|
2976
3273
|
ref: forwardRef2
|
|
2977
3274
|
},
|
|
2978
3275
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3276
|
+
stroke: "currentColor",
|
|
3277
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2979
3278
|
clipPath: "url(#a)"
|
|
2980
3279
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2981
|
-
stroke: "currentColor",
|
|
2982
3280
|
strokeLinecap: "round",
|
|
2983
3281
|
strokeLinejoin: "round",
|
|
2984
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2985
3282
|
d: "M7 5h3c1.1046 0 2 .8954 2 2m0 0v10m0-10c0-1.1046.8954-2 2-2h3m-5 12c0 1.1046-.8954 2-2 2h-3m5-2c0 1.1046.8954 2 2 2h3"
|
|
3283
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3284
|
+
d: "M11.8097 12.3875v.0001"
|
|
2986
3285
|
})),
|
|
2987
3286
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2988
3287
|
id: "a"
|
|
@@ -3006,12 +3305,14 @@ const IconCursor = React.forwardRef(
|
|
|
3006
3305
|
ref: forwardRef2
|
|
3007
3306
|
},
|
|
3008
3307
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3308
|
+
stroke: "currentColor",
|
|
3309
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3009
3310
|
clipPath: "url(#a)"
|
|
3010
3311
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3011
|
-
stroke: "currentColor",
|
|
3012
3312
|
strokeLinecap: "round",
|
|
3013
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3014
3313
|
d: "m14.5 20-1.9167-4.9706m-4.1776-10.9609 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4685.4685 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z"
|
|
3314
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3315
|
+
d: "M11.8097 12.3875v.0001"
|
|
3015
3316
|
})),
|
|
3016
3317
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3017
3318
|
id: "a"
|
|
@@ -3035,13 +3336,15 @@ const IconCurveSquareCircleArrow = React.forwardRef(
|
|
|
3035
3336
|
ref: forwardRef2
|
|
3036
3337
|
},
|
|
3037
3338
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3339
|
+
stroke: "currentColor",
|
|
3340
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3038
3341
|
clipPath: "url(#a)"
|
|
3039
3342
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3040
|
-
stroke: "currentColor",
|
|
3041
3343
|
strokeLinecap: "round",
|
|
3042
3344
|
strokeLinejoin: "round",
|
|
3043
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3044
3345
|
d: "M11 6h-1c-2.2091 0-4 1.7909-4 4v1m8 7h8m0 0-2-3m2 3-2 3m-10-3c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm6-16h4c1.1046 0 2 .8954 2 2v4c0 1.1046-.8954 2-2 2h-4c-1.1046 0-2-.8954-2-2v-4c0-1.1046.8954-2 2-2Z"
|
|
3346
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3347
|
+
d: "M11.8097 12.3875v.0001"
|
|
3045
3348
|
})),
|
|
3046
3349
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3047
3350
|
id: "a"
|
|
@@ -3065,13 +3368,15 @@ const IconDashLeftDownSquareDashRightUp = React.forwardRef(
|
|
|
3065
3368
|
ref: forwardRef2
|
|
3066
3369
|
},
|
|
3067
3370
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3371
|
+
stroke: "currentColor",
|
|
3372
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3068
3373
|
clipPath: "url(#a)"
|
|
3069
3374
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3070
|
-
stroke: "currentColor",
|
|
3071
3375
|
strokeLinecap: "round",
|
|
3072
3376
|
strokeLinejoin: "round",
|
|
3073
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3074
3377
|
d: "m4 20 2-2m12-12 2-2m-11 12h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z"
|
|
3378
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3379
|
+
d: "M11.8097 12.3875v.0001"
|
|
3075
3380
|
})),
|
|
3076
3381
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3077
3382
|
id: "a"
|
|
@@ -3095,13 +3400,15 @@ const IconDashLeftUpSquareDashDownRight = React.forwardRef(
|
|
|
3095
3400
|
ref: forwardRef2
|
|
3096
3401
|
},
|
|
3097
3402
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3403
|
+
stroke: "currentColor",
|
|
3404
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3098
3405
|
clipPath: "url(#a)"
|
|
3099
3406
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3100
|
-
stroke: "currentColor",
|
|
3101
3407
|
strokeLinecap: "round",
|
|
3102
3408
|
strokeLinejoin: "round",
|
|
3103
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3104
3409
|
d: "m4 4 2 2m12 12 2 2m-11-4h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z"
|
|
3410
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3411
|
+
d: "M11.8097 12.3875v.0001"
|
|
3105
3412
|
})),
|
|
3106
3413
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3107
3414
|
id: "a"
|
|
@@ -3125,13 +3432,15 @@ const IconDashSquareDashHorizontal = React.forwardRef(
|
|
|
3125
3432
|
ref: forwardRef2
|
|
3126
3433
|
},
|
|
3127
3434
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3435
|
+
stroke: "currentColor",
|
|
3436
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3128
3437
|
clipPath: "url(#a)"
|
|
3129
3438
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3130
|
-
stroke: "currentColor",
|
|
3131
3439
|
strokeLinecap: "round",
|
|
3132
3440
|
strokeLinejoin: "round",
|
|
3133
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3134
3441
|
d: "M3 12h2m14 0h2m-12 4h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1Z"
|
|
3442
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3443
|
+
d: "M11.8097 12.3875v.0001"
|
|
3135
3444
|
})),
|
|
3136
3445
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3137
3446
|
id: "a"
|
|
@@ -3155,13 +3464,15 @@ const IconDashSquareDashVertical = React.forwardRef(
|
|
|
3155
3464
|
ref: forwardRef2
|
|
3156
3465
|
},
|
|
3157
3466
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3467
|
+
stroke: "currentColor",
|
|
3468
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3158
3469
|
clipPath: "url(#a)"
|
|
3159
3470
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3160
|
-
stroke: "currentColor",
|
|
3161
3471
|
strokeLinecap: "round",
|
|
3162
3472
|
strokeLinejoin: "round",
|
|
3163
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3164
3473
|
d: "M12 3v2m0 14v2m-4-12v6c0 .5523.4477 1 1 1h6c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1Z"
|
|
3474
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3475
|
+
d: "M11.8097 12.3875v.0001"
|
|
3165
3476
|
})),
|
|
3166
3477
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3167
3478
|
id: "a"
|
|
@@ -3197,6 +3508,11 @@ const IconDistributeHorizontal = React.forwardRef(
|
|
|
3197
3508
|
y: 7,
|
|
3198
3509
|
fill: "currentColor",
|
|
3199
3510
|
rx: 2
|
|
3511
|
+
}),
|
|
3512
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3513
|
+
stroke: "currentColor",
|
|
3514
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3515
|
+
d: "M11.8097 12.3875v.0001"
|
|
3200
3516
|
})
|
|
3201
3517
|
)
|
|
3202
3518
|
);
|
|
@@ -3227,6 +3543,11 @@ const IconDistributeVertical = React.forwardRef(
|
|
|
3227
3543
|
fill: "currentColor",
|
|
3228
3544
|
rx: 2,
|
|
3229
3545
|
transform: "rotate(90 17 10)"
|
|
3546
|
+
}),
|
|
3547
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3548
|
+
stroke: "currentColor",
|
|
3549
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3550
|
+
d: "M11.8097 12.3875v.0001"
|
|
3230
3551
|
})
|
|
3231
3552
|
)
|
|
3232
3553
|
);
|
|
@@ -3350,6 +3671,11 @@ const IconEnvelope = React.forwardRef(
|
|
|
3350
3671
|
strokeLinecap: "round",
|
|
3351
3672
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3352
3673
|
d: "m7 9 3.6179 3.4588c.7732.7391 1.991.7391 2.7642 0l3.6179-3.4588m-13 10h16c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1Z"
|
|
3674
|
+
}),
|
|
3675
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3676
|
+
stroke: "currentColor",
|
|
3677
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3678
|
+
d: "M11.8097 12.3875v.0001"
|
|
3353
3679
|
})
|
|
3354
3680
|
)
|
|
3355
3681
|
);
|
|
@@ -3367,13 +3693,15 @@ const IconEraser = React.forwardRef(
|
|
|
3367
3693
|
ref: forwardRef2
|
|
3368
3694
|
},
|
|
3369
3695
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3696
|
+
stroke: "currentColor",
|
|
3697
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3370
3698
|
clipPath: "url(#a)"
|
|
3371
3699
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3372
|
-
stroke: "currentColor",
|
|
3373
3700
|
strokeLinecap: "round",
|
|
3374
3701
|
strokeLinejoin: "round",
|
|
3375
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3376
3702
|
d: "M18 20h-6m0 0h-5.1716a2 2 0 0 1-1.4142-.5858l-2-2c-.781-.781-.781-2.0474 0-2.8284l7.5858-7.5858m1 13 6-6m0 0 2.5858-2.5858c.781-.781.781-2.0474 0-2.8284l-4.1716-4.1716c-.781-.781-2.0474-.781-2.8284 0l-2.5858 2.5858m7 7-7-7"
|
|
3703
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3704
|
+
d: "M11.8097 12.3875v.0001"
|
|
3377
3705
|
})),
|
|
3378
3706
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3379
3707
|
id: "a"
|
|
@@ -3401,8 +3729,11 @@ const IconExclamationMarkOctagon = React.forwardRef(
|
|
|
3401
3729
|
d: "M13 15.5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
3402
3730
|
}),
|
|
3403
3731
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3404
|
-
|
|
3405
|
-
|
|
3732
|
+
stroke: "currentColor",
|
|
3733
|
+
strokeLinecap: "round",
|
|
3734
|
+
strokeLinejoin: "round",
|
|
3735
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3736
|
+
d: "M12 8v4m.5 3.5a.5.5 0 1 1-1.0001-.0001.5.5 0 0 1 1.0001.0001Zm-4.1362-12.5 7.429.0648 5.2072 5.299-.0648 7.429-5.299 5.2072-7.429-.0648-5.2072-5.299.0648-7.429 5.299-5.2072Z"
|
|
3406
3737
|
})
|
|
3407
3738
|
)
|
|
3408
3739
|
);
|
|
@@ -3428,6 +3759,11 @@ const IconExclamationPointCircle = React.forwardRef(
|
|
|
3428
3759
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3429
3760
|
fill: "currentColor",
|
|
3430
3761
|
d: "M13 15.5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
3762
|
+
}),
|
|
3763
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3764
|
+
stroke: "currentColor",
|
|
3765
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3766
|
+
d: "M11.8097 12.3875v.0001"
|
|
3431
3767
|
})
|
|
3432
3768
|
)
|
|
3433
3769
|
);
|
|
@@ -3480,6 +3816,11 @@ const IconEyeClosedDotsFourFrameBroken = React.forwardRef(
|
|
|
3480
3816
|
strokeLinejoin: "round",
|
|
3481
3817
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3482
3818
|
d: "M5 5h-1c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-4m-11.5-9s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918m-14 7h1m3.5 0h1m3.5 0h1"
|
|
3819
|
+
}),
|
|
3820
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3821
|
+
stroke: "currentColor",
|
|
3822
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3823
|
+
d: "M11.8097 12.3875v.0001"
|
|
3483
3824
|
})
|
|
3484
3825
|
)
|
|
3485
3826
|
);
|
|
@@ -3497,13 +3838,15 @@ const IconEyeClosed = React.forwardRef(
|
|
|
3497
3838
|
ref: forwardRef2
|
|
3498
3839
|
},
|
|
3499
3840
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3841
|
+
stroke: "currentColor",
|
|
3842
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3500
3843
|
clipPath: "url(#a)"
|
|
3501
3844
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3502
|
-
stroke: "currentColor",
|
|
3503
3845
|
strokeLinecap: "round",
|
|
3504
3846
|
strokeLinejoin: "round",
|
|
3505
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3506
3847
|
d: "M2.909 11s.4876.9751 1.5314 2.1007m16.6505-2.1007s-.4875.9751-1.5313 2.1007m-15.1192 0-2.4404 2.4448m2.4404-2.4448c1.038 1.1195 2.6263 2.3878 4.8323 2.994m0 0c.8222.2259 1.7301.3598 2.7273.3598.9972 0 1.9051-.1339 2.7273-.3598m-5.4546 0-.909 3.0871m6.3636-3.0871.9091 3.0871m-.9091-3.0871c2.206-.6062 3.7942-1.8745 4.8323-2.994m0 0 2.4404 2.4448"
|
|
3848
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3849
|
+
d: "M11.8097 12.3875v.0001"
|
|
3507
3850
|
})),
|
|
3508
3851
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3509
3852
|
id: "a"
|
|
@@ -3538,6 +3881,11 @@ const IconEyeOpenLineFrameBroken = React.forwardRef(
|
|
|
3538
3881
|
cy: 7,
|
|
3539
3882
|
r: 2,
|
|
3540
3883
|
fill: "currentColor"
|
|
3884
|
+
}),
|
|
3885
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3886
|
+
stroke: "currentColor",
|
|
3887
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3888
|
+
d: "M11.8097 12.3875v.0001"
|
|
3541
3889
|
})
|
|
3542
3890
|
)
|
|
3543
3891
|
);
|
|
@@ -3555,10 +3903,15 @@ const IconEyeOpenSlash = React.forwardRef(
|
|
|
3555
3903
|
ref: forwardRef2
|
|
3556
3904
|
},
|
|
3557
3905
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3906
|
+
stroke: "currentColor",
|
|
3907
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3558
3908
|
clipPath: "url(#a)"
|
|
3559
3909
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3560
|
-
|
|
3561
|
-
|
|
3910
|
+
strokeLinecap: "round",
|
|
3911
|
+
strokeLinejoin: "round",
|
|
3912
|
+
d: "M14.1213 9.8787c-.5429-.543-1.2929-.8787-2.1213-.8787-1.6569 0-3 1.3431-3 3 0 .7684.2889 1.4692.7639 2m7.41-7.2444c-1.4642-1.0073-3.2122-1.7556-5.1739-1.7556-6 0-10 7-10 7s1.795 3.1412 4.7837 5.2152m3.7163 1.6388c.4844.0944.9848.146 1.5.146 6 0 10-7 10-7s-.7173-1.2553-2-2.7027m-16 10.7027 16-16"
|
|
3913
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3914
|
+
d: "M11.8097 12.3875v.0001"
|
|
3562
3915
|
})),
|
|
3563
3916
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3564
3917
|
id: "a"
|
|
@@ -3582,10 +3935,17 @@ const IconEyeOpen = React.forwardRef(
|
|
|
3582
3935
|
ref: forwardRef2
|
|
3583
3936
|
},
|
|
3584
3937
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3938
|
+
stroke: "currentColor",
|
|
3939
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3585
3940
|
clipPath: "url(#a)"
|
|
3586
3941
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3587
|
-
|
|
3588
|
-
d: "
|
|
3942
|
+
strokeLinejoin: "round",
|
|
3943
|
+
d: "M12 5c-6 0-10 7-10 7s4 7 10 7 10-7 10-7-4-7-10-7Z"
|
|
3944
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3945
|
+
strokeLinejoin: "round",
|
|
3946
|
+
d: "M15 12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z"
|
|
3947
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3948
|
+
d: "M11.8097 12.3875v.0001"
|
|
3589
3949
|
})),
|
|
3590
3950
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3591
3951
|
id: "a"
|
|
@@ -3618,6 +3978,11 @@ const IconEyedropper = React.forwardRef(
|
|
|
3618
3978
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3619
3979
|
fill: "currentColor",
|
|
3620
3980
|
d: "m13 7 3-3c1.1046-1.1045 2.8954-1.1045 4 0 1.1046 1.1046 1.1046 2.8955 0 4l-3 3-4-4ZM4 17.5l2.5 2.5h-2.5v-2.5Z"
|
|
3981
|
+
}),
|
|
3982
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3983
|
+
stroke: "currentColor",
|
|
3984
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3985
|
+
d: "M11.8097 12.3875v.0001"
|
|
3621
3986
|
})
|
|
3622
3987
|
)
|
|
3623
3988
|
);
|
|
@@ -3635,12 +4000,14 @@ const IconFactoryHouse = React.forwardRef(
|
|
|
3635
4000
|
ref: forwardRef2
|
|
3636
4001
|
},
|
|
3637
4002
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4003
|
+
stroke: "currentColor",
|
|
4004
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3638
4005
|
clipPath: "url(#a)"
|
|
3639
4006
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3640
|
-
stroke: "currentColor",
|
|
3641
4007
|
strokeLinecap: "round",
|
|
3642
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3643
4008
|
d: "M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v5.5m-7-16v3.25m0 0-2.6213.6553a.5.5 0 0 0-.3787.485v11.1097a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-14.8596c0-.3253-.3057-.564-.6213-.485l-12.3787 3.0946Z"
|
|
4009
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4010
|
+
d: "M11.8097 12.3875v.0001"
|
|
3644
4011
|
})),
|
|
3645
4012
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3646
4013
|
id: "a"
|
|
@@ -3664,12 +4031,14 @@ const IconFactory = React.forwardRef(
|
|
|
3664
4031
|
ref: forwardRef2
|
|
3665
4032
|
},
|
|
3666
4033
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4034
|
+
stroke: "currentColor",
|
|
4035
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3667
4036
|
clipPath: "url(#a)"
|
|
3668
4037
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3669
|
-
stroke: "currentColor",
|
|
3670
4038
|
strokeLinecap: "round",
|
|
3671
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3672
4039
|
d: "M21 13.5877v7.1623a.25.25 0 0 1-.25.25h-4.75m5-7.4123a.2497.2497 0 0 0-.0548-.1562l-1.8264-2.2829a.25.25 0 0 0-.2937-.0737l-3.4125 1.4626-3.4126 1.4625-2.3773-2.8527a.25.25 0 0 0-.2968-.067l-6.1807 2.8527a.2499.2499 0 0 0-.1452.227v6.59a.25.25 0 0 0 .25.25h4.75m13-7.4123-.4254-4.5877-.5373-5.7947a.25.25 0 0 0-.2459-.2053h-2.7914a.2499.2499 0 0 0-.2451.201l-.7549 5.299m-8 12.5v-4m0 4h8m0 0v-4"
|
|
4040
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4041
|
+
d: "M11.8097 12.3875v.0001"
|
|
3673
4042
|
})),
|
|
3674
4043
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3675
4044
|
id: "a"
|
|
@@ -3869,12 +4238,14 @@ const IconFunnel = React.forwardRef(
|
|
|
3869
4238
|
ref: forwardRef2
|
|
3870
4239
|
},
|
|
3871
4240
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4241
|
+
stroke: "currentColor",
|
|
4242
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3872
4243
|
clipPath: "url(#a)"
|
|
3873
4244
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3874
|
-
stroke: "currentColor",
|
|
3875
4245
|
strokeLinecap: "round",
|
|
3876
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3877
4246
|
d: "M19.7716 4h-15.5432c-.0872 0-.1326.1038-.0735.1678l5.8451 6.3322v8.5l3.4472-1.7236a1 1 0 0 0 .5528-.8944v-5.882l5.8451-6.3322c.0591-.064.0137-.1678-.0735-.1678Z"
|
|
4247
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4248
|
+
d: "M11.8097 12.3875v.0001"
|
|
3878
4249
|
})),
|
|
3879
4250
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3880
4251
|
id: "a"
|
|
@@ -3908,6 +4279,11 @@ const IconGauge = React.forwardRef(
|
|
|
3908
4279
|
strokeLinecap: "round",
|
|
3909
4280
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3910
4281
|
d: "m12.0363 12.0363 2.9637 2.9637m2.6569 2.6569c3.1241-3.1242 3.1241-8.1896 0-11.3138-3.1242-3.1241-8.1896-3.1241-11.3138 0-3.1241 3.1242-3.1241 8.1896 0 11.3138"
|
|
4282
|
+
}),
|
|
4283
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4284
|
+
stroke: "currentColor",
|
|
4285
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4286
|
+
d: "M11.8097 12.3875v.0001"
|
|
3911
4287
|
})
|
|
3912
4288
|
)
|
|
3913
4289
|
);
|
|
@@ -3927,8 +4303,10 @@ const IconGift = React.forwardRef(
|
|
|
3927
4303
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
3928
4304
|
clipPath: "url(#a)"
|
|
3929
4305
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3930
|
-
|
|
3931
|
-
|
|
4306
|
+
stroke: "currentColor",
|
|
4307
|
+
strokeLinejoin: "round",
|
|
4308
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4309
|
+
d: "M5 14h-1c-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1h8m-7 6v6c0 .5523.4477 1 1 1h6m-7-7h7m7 0h1c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1h-8m7 6h-7m7 0v6c0 .5523-.4477 1-1 1h-6m0-7v-6m0 6v7m0-16c0 1.6569 1.3431 3 3 3s3-1.3431 3-3c0-1.6568-1.3431-3-3-3s-3 1.3432-3 3Zm0 0c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3c0-1.6568 1.3431-3 3-3s3 1.3432 3 3Z"
|
|
3932
4310
|
})),
|
|
3933
4311
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3934
4312
|
id: "a"
|
|
@@ -3956,6 +4334,11 @@ const IconGlobe = React.forwardRef(
|
|
|
3956
4334
|
strokeLinecap: "round",
|
|
3957
4335
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3958
4336
|
d: "M11.6633 3c-2.1685 1.6207-3.6633 5.0418-3.6633 9 0 3.9582 1.4948 7.3793 3.6633 9m.6734-18c2.1685 1.6207 3.6633 5.0418 3.6633 9 0 3.9582-1.4948 7.3793-3.6633 9m-8.3367-12h16m-16 6h16m1-3c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
4337
|
+
}),
|
|
4338
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4339
|
+
stroke: "currentColor",
|
|
4340
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4341
|
+
d: "M11.8097 12.3875v.0001"
|
|
3959
4342
|
})
|
|
3960
4343
|
)
|
|
3961
4344
|
);
|
|
@@ -3973,14 +4356,16 @@ const IconGraduationCap = React.forwardRef(
|
|
|
3973
4356
|
ref: forwardRef2
|
|
3974
4357
|
},
|
|
3975
4358
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4359
|
+
stroke: "currentColor",
|
|
4360
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3976
4361
|
clipPath: "url(#a)"
|
|
3977
4362
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3978
|
-
stroke: "currentColor",
|
|
3979
4363
|
strokeLinecap: "round",
|
|
3980
4364
|
strokeLinejoin: "round",
|
|
3981
4365
|
strokeMiterlimit: 1.414,
|
|
3982
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3983
4366
|
d: "m2 8.2308 10.5-5.2308 10.5 5.2308-3.3158 1.5692m-17.6842-1.5692v11.7692m0-11.7692 3.3158 1.5692m0 0 7.1842 3.4 7.1842-3.4m-14.3684 0v3.0158c0 3.9677 3.2165 7.1842 7.1842 7.1842v0c3.9677 0 7.1842-3.2165 7.1842-7.1842v-3.0158"
|
|
4367
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4368
|
+
d: "M11.8097 12.3875v.0001"
|
|
3984
4369
|
})),
|
|
3985
4370
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
3986
4371
|
id: "a"
|
|
@@ -4004,13 +4389,15 @@ const IconGridFour = React.forwardRef(
|
|
|
4004
4389
|
ref: forwardRef2
|
|
4005
4390
|
},
|
|
4006
4391
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4392
|
+
stroke: "currentColor",
|
|
4393
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4007
4394
|
clipPath: "url(#a)"
|
|
4008
4395
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4009
|
-
stroke: "currentColor",
|
|
4010
4396
|
strokeLinecap: "round",
|
|
4011
4397
|
strokeLinejoin: "round",
|
|
4012
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4013
4398
|
d: "M12 3h-8.75a.25.25 0 0 0-.25.25v8.75m9-9h8.75a.25.25 0 0 1 .25.25v8.75m-9-9v18m0 0h8.75a.25.25 0 0 0 .25-.25v-8.75m-9 9h-8.75a.25.25 0 0 1-.25-.25v-8.75m0 0h18"
|
|
4399
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4400
|
+
d: "M11.8097 12.3875v.0001"
|
|
4014
4401
|
})),
|
|
4015
4402
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4016
4403
|
id: "a"
|
|
@@ -4034,13 +4421,15 @@ const IconGridSix = React.forwardRef(
|
|
|
4034
4421
|
ref: forwardRef2
|
|
4035
4422
|
},
|
|
4036
4423
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4424
|
+
stroke: "currentColor",
|
|
4425
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4037
4426
|
clipPath: "url(#a)"
|
|
4038
4427
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4039
|
-
stroke: "currentColor",
|
|
4040
4428
|
strokeLinecap: "round",
|
|
4041
4429
|
strokeLinejoin: "round",
|
|
4042
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4043
4430
|
d: "M12 3h-8.75a.25.25 0 0 0-.25.25v5.75m9-6h8.75a.25.25 0 0 1 .25.25v5.75m-9-6v18m0 0h8.75a.25.25 0 0 0 .25-.25v-5.75m-9 6h-8.75a.25.25 0 0 1-.25-.25v-5.75m0-6h18m-18 0v6m18-6v6m-18 0h18"
|
|
4431
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4432
|
+
d: "M11.8097 12.3875v.0001"
|
|
4044
4433
|
})),
|
|
4045
4434
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4046
4435
|
id: "a"
|
|
@@ -4104,6 +4493,11 @@ const IconHandFilled = React.forwardRef(
|
|
|
4104
4493
|
strokeLinejoin: "round",
|
|
4105
4494
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4106
4495
|
d: "M12 12h.0007"
|
|
4496
|
+
}),
|
|
4497
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4498
|
+
stroke: "currentColor",
|
|
4499
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4500
|
+
d: "M11.8097 12.3875v.0001"
|
|
4107
4501
|
})
|
|
4108
4502
|
)
|
|
4109
4503
|
);
|
|
@@ -4123,8 +4517,11 @@ const IconHandPointing = React.forwardRef(
|
|
|
4123
4517
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4124
4518
|
clipPath: "url(#a)"
|
|
4125
4519
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4126
|
-
|
|
4127
|
-
|
|
4520
|
+
stroke: "currentColor",
|
|
4521
|
+
strokeLinecap: "round",
|
|
4522
|
+
strokeLinejoin: "round",
|
|
4523
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4524
|
+
d: "M10.4771 3.75c0-.9665-.7606-1.75-1.7271-1.75s-1.7127.7835-1.7127 1.75v10.5l-1.6884-1.7374c-.3765-.3875-.894-.6695-1.433-.6333-.3287.0221-.6779.1104-.9389.3707a1.6231 1.6231 0 0 0-.2292 2.0113l3.5388 4.7935c.1441.1952.3058.38.489.5393 5.5174 4.7992 14.2617 1.5721 14.2617-3.4691v-4.375c-.0373-1-.7835-1.75-1.75-1.75s-1.8102.7835-1.8102 1.75v-2c0-.9665-.7233-1.75-1.6898-1.75-1.1311 0-1.8102.7835-1.8102 1.75m-3.5-6v5m0-5v8.0002m0-3.0002h.0602m-.0602 0c0-.9665.8064-1.75 1.7729-1.75.9665 0 1.7271.7835 1.7271 1.75v1m0 0v1.5m3.5 0v1"
|
|
4128
4525
|
})),
|
|
4129
4526
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4130
4527
|
id: "a"
|
|
@@ -4148,10 +4545,15 @@ const IconHand = React.forwardRef(
|
|
|
4148
4545
|
ref: forwardRef2
|
|
4149
4546
|
},
|
|
4150
4547
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4548
|
+
stroke: "currentColor",
|
|
4549
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4151
4550
|
clipPath: "url(#a)"
|
|
4152
4551
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4153
|
-
|
|
4154
|
-
|
|
4552
|
+
strokeLinecap: "round",
|
|
4553
|
+
strokeLinejoin: "round",
|
|
4554
|
+
d: "M10.4771 5.75c0-.9665-.7606-1.75-1.7271-1.75s-1.7127.7835-1.7127 1.75v8.5l-1.6884-1.7374c-.3765-.3875-.894-.6695-1.433-.6333-.3287.0221-.6779.1104-.9389.3707a1.6231 1.6231 0 0 0-.2292 2.0113l3.5388 4.7935c.1441.1952.3058.38.489.5393 5.5174 4.7992 14.2617 1.5721 14.2617-3.4691v-9.375c-.0373-1-.7835-1.75-1.75-1.75s-1.8102.7835-1.8102 1.75v-2c0-.9665-.7233-1.75-1.6898-1.75-1.1311 0-1.8102.7835-1.8102 1.75m-3.5 1v-2m0 2v6.0002m0-8.0002h.0602m-.0602 0c0-.9665.8064-1.75 1.7729-1.75.9665 0 1.7271.7835 1.7271 1.75v1m0 0v6.5m3.5-5v6"
|
|
4555
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4556
|
+
d: "M11.8097 12.3875v.0001"
|
|
4155
4557
|
})),
|
|
4156
4558
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4157
4559
|
id: "a"
|
|
@@ -4295,8 +4697,22 @@ const IconHighlighterUnderline = React.forwardRef(
|
|
|
4295
4697
|
rx: 0.5
|
|
4296
4698
|
}),
|
|
4297
4699
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4298
|
-
|
|
4299
|
-
|
|
4700
|
+
stroke: "currentColor",
|
|
4701
|
+
strokeLinecap: "round",
|
|
4702
|
+
strokeLinejoin: "round",
|
|
4703
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4704
|
+
d: "m18 9.8571 3-2.8571-4.5-4.5-3 3"
|
|
4705
|
+
}),
|
|
4706
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4707
|
+
stroke: "currentColor",
|
|
4708
|
+
strokeLinecap: "round",
|
|
4709
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4710
|
+
d: "M11 17h-2l-1 1h-4v-1l1-1 1-1 .5-2.5 2.75-2.75 2.75-2.75 1.5-1.5 4.5 4.3571-7 7.1429Z"
|
|
4711
|
+
}),
|
|
4712
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4713
|
+
stroke: "currentColor",
|
|
4714
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4715
|
+
d: "M11.8097 12.3875v.0001"
|
|
4300
4716
|
})
|
|
4301
4717
|
)
|
|
4302
4718
|
);
|
|
@@ -4314,13 +4730,15 @@ const IconHighlighter = React.forwardRef(
|
|
|
4314
4730
|
ref: forwardRef2
|
|
4315
4731
|
},
|
|
4316
4732
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4733
|
+
stroke: "currentColor",
|
|
4734
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4317
4735
|
clipPath: "url(#a)"
|
|
4318
4736
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4319
|
-
stroke: "currentColor",
|
|
4320
4737
|
strokeLinecap: "round",
|
|
4321
4738
|
strokeLinejoin: "round",
|
|
4322
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4323
4739
|
d: "m3 22 .8905-7.124a1 1 0 0 1 .9923-.876h1.1172m15 8-.8905-7.124a1 1 0 0 0-.9923-.876h-1.1172m-12 0v-3c0-.5523.4477-1 1-1h1m-2 4h12m0 0v-3c0-.5523-.4477-1-1-1h-1m-8 0v-5.2192a1 1 0 0 1 .7575-.9702l6-1.5c.6311-.1578 1.2425.3196 1.2425.9702v6.7192m-8 0h8"
|
|
4740
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4741
|
+
d: "M11.8097 12.3875v.0001"
|
|
4324
4742
|
})),
|
|
4325
4743
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4326
4744
|
id: "a"
|
|
@@ -4344,8 +4762,16 @@ const IconHouse = React.forwardRef(
|
|
|
4344
4762
|
ref: forwardRef2
|
|
4345
4763
|
},
|
|
4346
4764
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4347
|
-
|
|
4348
|
-
|
|
4765
|
+
stroke: "currentColor",
|
|
4766
|
+
strokeLinecap: "round",
|
|
4767
|
+
strokeLinejoin: "round",
|
|
4768
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4769
|
+
d: "m3 13.4 9-9 9 9m-15-2.9v8.5c0 .5523.4477 1 1 1h10c.5523 0 1-.4477 1-1v-8.5"
|
|
4770
|
+
}),
|
|
4771
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4772
|
+
stroke: "currentColor",
|
|
4773
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4774
|
+
d: "M11.8097 12.3875v.0001"
|
|
4349
4775
|
})
|
|
4350
4776
|
)
|
|
4351
4777
|
);
|
|
@@ -4373,6 +4799,11 @@ const IconImage = React.forwardRef(
|
|
|
4373
4799
|
cy: 8,
|
|
4374
4800
|
r: 2,
|
|
4375
4801
|
fill: "currentColor"
|
|
4802
|
+
}),
|
|
4803
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4804
|
+
stroke: "currentColor",
|
|
4805
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4806
|
+
d: "M11.8097 12.3875v.0001"
|
|
4376
4807
|
})
|
|
4377
4808
|
)
|
|
4378
4809
|
);
|
|
@@ -4398,6 +4829,11 @@ const IconInformationMarkCircle = React.forwardRef(
|
|
|
4398
4829
|
strokeLinecap: "round",
|
|
4399
4830
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4400
4831
|
d: "M12 12v4m9-4c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Zm-8.5-3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
4832
|
+
}),
|
|
4833
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4834
|
+
stroke: "currentColor",
|
|
4835
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4836
|
+
d: "M11.8097 12.3875v.0001"
|
|
4401
4837
|
})
|
|
4402
4838
|
)
|
|
4403
4839
|
);
|
|
@@ -4415,12 +4851,14 @@ const IconKanban = React.forwardRef(
|
|
|
4415
4851
|
ref: forwardRef2
|
|
4416
4852
|
},
|
|
4417
4853
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4854
|
+
stroke: "currentColor",
|
|
4855
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4418
4856
|
clipPath: "url(#a)"
|
|
4419
4857
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4420
|
-
stroke: "currentColor",
|
|
4421
4858
|
strokeLinecap: "round",
|
|
4422
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4423
4859
|
d: "M12 4h-7.5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4.5m0-11v11m0-11h7.5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5h-7.5"
|
|
4860
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4861
|
+
d: "M11.8097 12.3875v.0001"
|
|
4424
4862
|
})),
|
|
4425
4863
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4426
4864
|
id: "a"
|
|
@@ -4444,10 +4882,15 @@ const IconKey = React.forwardRef(
|
|
|
4444
4882
|
ref: forwardRef2
|
|
4445
4883
|
},
|
|
4446
4884
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4885
|
+
stroke: "currentColor",
|
|
4886
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4447
4887
|
clipPath: "url(#a)"
|
|
4448
4888
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4449
|
-
|
|
4450
|
-
|
|
4889
|
+
strokeLinecap: "round",
|
|
4890
|
+
strokeLinejoin: "round",
|
|
4891
|
+
d: "M11 12h8m0 0h2m-2 0v3m-12 2c-2.2091 0-4-1.7909-4-4v-2c0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4v2c0 2.2091-1.7909 4-4 4Z"
|
|
4892
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4893
|
+
d: "M11.8097 12.3875v.0001"
|
|
4451
4894
|
})),
|
|
4452
4895
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4453
4896
|
id: "a"
|
|
@@ -4479,6 +4922,11 @@ const IconKeycap = React.forwardRef(
|
|
|
4479
4922
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4480
4923
|
fill: "currentColor",
|
|
4481
4924
|
d: "M0 0h.001v.001h-.001z"
|
|
4925
|
+
}),
|
|
4926
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4927
|
+
stroke: "currentColor",
|
|
4928
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4929
|
+
d: "M11.8097 12.3875v.0001"
|
|
4482
4930
|
})
|
|
4483
4931
|
)
|
|
4484
4932
|
);
|
|
@@ -4500,6 +4948,11 @@ const IconLaptop = React.forwardRef(
|
|
|
4500
4948
|
strokeLinecap: "round",
|
|
4501
4949
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4502
4950
|
d: "M2.5 20h19m-16.5-16h14c.5523 0 1 .4477 1 1v11c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1Z"
|
|
4951
|
+
}),
|
|
4952
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4953
|
+
stroke: "currentColor",
|
|
4954
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4955
|
+
d: "M11.8097 12.3875v.0001"
|
|
4503
4956
|
})
|
|
4504
4957
|
)
|
|
4505
4958
|
);
|
|
@@ -4517,13 +4970,15 @@ const IconLasso = React.forwardRef(
|
|
|
4517
4970
|
ref: forwardRef2
|
|
4518
4971
|
},
|
|
4519
4972
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4973
|
+
stroke: "currentColor",
|
|
4974
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4520
4975
|
clipPath: "url(#a)"
|
|
4521
4976
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4522
|
-
stroke: "currentColor",
|
|
4523
4977
|
strokeDasharray: "1 3",
|
|
4524
4978
|
strokeLinecap: "round",
|
|
4525
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4526
4979
|
d: "M10.5 21.5001s1.4711-1.0962 3-2.5c2.3938-2.198 5.2629-2.2534 7-5 1.2909-2.0413 1.3846-3.1156 1-5.5-.3626-2.2481-.6971-3.609-2.5-5-2.0626-1.5914-5.396-1.0753-8-1-3.3353.0963-4.7111 1.0721-7 3.5-1.4976 1.5884-1.1566 1.8225-1 4 .1514 2.1066.356 2.674 2 4 1.779 1.4348 5.5 1.3333 8 .5 2.5-.8334 4-4.5 4-4.5"
|
|
4980
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4981
|
+
d: "M11.8097 12.3875v.0001"
|
|
4527
4982
|
})),
|
|
4528
4983
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4529
4984
|
id: "a"
|
|
@@ -4547,13 +5002,15 @@ const IconLayout = React.forwardRef(
|
|
|
4547
5002
|
ref: forwardRef2
|
|
4548
5003
|
},
|
|
4549
5004
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5005
|
+
stroke: "currentColor",
|
|
5006
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4550
5007
|
clipPath: "url(#a)"
|
|
4551
5008
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4552
|
-
stroke: "currentColor",
|
|
4553
5009
|
strokeLinecap: "round",
|
|
4554
5010
|
strokeLinejoin: "round",
|
|
4555
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4556
5011
|
d: "M3 9v12h6m-6-12v-6h18v6m-18 0h6m12 0v12h-12m12-12h-12m0 0v12"
|
|
5012
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5013
|
+
d: "M11.8097 12.3875v.0001"
|
|
4557
5014
|
})),
|
|
4558
5015
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4559
5016
|
id: "a"
|
|
@@ -4577,13 +5034,15 @@ const IconLifesaver = React.forwardRef(
|
|
|
4577
5034
|
ref: forwardRef2
|
|
4578
5035
|
},
|
|
4579
5036
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5037
|
+
stroke: "currentColor",
|
|
5038
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4580
5039
|
clipPath: "url(#a)"
|
|
4581
5040
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4582
|
-
stroke: "currentColor",
|
|
4583
5041
|
strokeLinecap: "square",
|
|
4584
5042
|
strokeMiterlimit: 1.414,
|
|
4585
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4586
5043
|
d: "M14.8284 14.8284c-1.5621 1.5621-4.0947 1.5621-5.6568 0m5.6568 0c1.5621-1.5621 1.5621-4.0947 0-5.6568m0 5.6568 3.182 3.182m-8.8388-3.182c-1.5621-1.5621-1.5621-4.0947 0-5.6568m0 5.6568-3.182 3.182m3.182-8.8388c1.5621-1.5621 4.0947-1.5621 5.6568 0m-5.6568 0-3.182-3.182m8.8388 3.182 3.182-3.182m.3536 12.3744c-3.5148 3.5147-9.2132 3.5147-12.728 0-3.5147-3.5148-3.5147-9.2132 0-12.728 3.5148-3.5147 9.2132-3.5147 12.728 0 3.5147 3.5148 3.5147 9.2132 0 12.728Z"
|
|
5044
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5045
|
+
d: "M11.8097 12.3875v.0001"
|
|
4587
5046
|
})),
|
|
4588
5047
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4589
5048
|
id: "a"
|
|
@@ -4632,9 +5091,15 @@ const IconLightbulb = React.forwardRef(
|
|
|
4632
5091
|
fill: "none",
|
|
4633
5092
|
ref: forwardRef2
|
|
4634
5093
|
},
|
|
5094
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5095
|
+
stroke: "currentColor",
|
|
5096
|
+
strokeLinejoin: "round",
|
|
5097
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5098
|
+
d: "M12 3c-3.3137 0-6 2.6863-6 6 0 2.2208 1.2066 4.1599 3 5.1973v2.8027h6v-2.8027c1.7934-1.0374 3-2.9765 3-5.1973 0-3.3137-2.6863-6-6-6Z"
|
|
5099
|
+
}),
|
|
4635
5100
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4636
5101
|
fill: "currentColor",
|
|
4637
|
-
d: "M9
|
|
5102
|
+
d: "M9 20h6v1c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-1Z"
|
|
4638
5103
|
})
|
|
4639
5104
|
)
|
|
4640
5105
|
);
|
|
@@ -4652,14 +5117,16 @@ const IconLightning = React.forwardRef(
|
|
|
4652
5117
|
ref: forwardRef2
|
|
4653
5118
|
},
|
|
4654
5119
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5120
|
+
stroke: "currentColor",
|
|
5121
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4655
5122
|
clipPath: "url(#a)"
|
|
4656
5123
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4657
|
-
stroke: "currentColor",
|
|
4658
5124
|
strokeLinecap: "square",
|
|
4659
5125
|
strokeLinejoin: "round",
|
|
4660
5126
|
strokeMiterlimit: 1.414,
|
|
4661
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4662
5127
|
d: "m11.9735 1.8672-7.743 12.7531c-.101.1666.0188.3797.2138.3797h7.0557l-.44 7.0407c-.0161.2572.3204.3676.4598.1508l8.2326-12.8063c.1069-.1664-.0125-.3852-.2103-.3852h-7.5421l.4367-6.9875c.0163-.2607-.3277-.3686-.4632-.1453Z"
|
|
5128
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5129
|
+
d: "M11.8097 12.3875v.0001"
|
|
4663
5130
|
})),
|
|
4664
5131
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4665
5132
|
id: "a"
|
|
@@ -4683,13 +5150,15 @@ const IconLineCurved = React.forwardRef(
|
|
|
4683
5150
|
ref: forwardRef2
|
|
4684
5151
|
},
|
|
4685
5152
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5153
|
+
stroke: "currentColor",
|
|
5154
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4686
5155
|
clipPath: "url(#a)"
|
|
4687
5156
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4688
|
-
stroke: "currentColor",
|
|
4689
5157
|
strokeLinecap: "round",
|
|
4690
5158
|
strokeLinejoin: "round",
|
|
4691
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4692
5159
|
d: "M2 12s2.767-2.5534 5-3c4.4658-.8932 5.5342 6.8931 10 6 2.2329-.4466 5-3 5-3"
|
|
5160
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5161
|
+
d: "M11.8097 12.3875v.0001"
|
|
4693
5162
|
})),
|
|
4694
5163
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4695
5164
|
id: "a"
|
|
@@ -4713,13 +5182,15 @@ const IconLineDashed = React.forwardRef(
|
|
|
4713
5182
|
ref: forwardRef2
|
|
4714
5183
|
},
|
|
4715
5184
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5185
|
+
stroke: "currentColor",
|
|
5186
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4716
5187
|
clipPath: "url(#a)"
|
|
4717
5188
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4718
|
-
stroke: "currentColor",
|
|
4719
5189
|
strokeLinecap: "round",
|
|
4720
5190
|
strokeLinejoin: "round",
|
|
4721
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4722
5191
|
d: "M2 12h4m4 0h4m4 0h4"
|
|
5192
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5193
|
+
d: "M11.8097 12.3875v.0001"
|
|
4723
5194
|
})),
|
|
4724
5195
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4725
5196
|
id: "a"
|
|
@@ -4743,12 +5214,14 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
4743
5214
|
ref: forwardRef2
|
|
4744
5215
|
},
|
|
4745
5216
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5217
|
+
stroke: "currentColor",
|
|
5218
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4746
5219
|
clipPath: "url(#a)"
|
|
4747
5220
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4748
|
-
stroke: "currentColor",
|
|
4749
5221
|
strokeLinecap: "round",
|
|
4750
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4751
5222
|
d: "m4 20 16-16"
|
|
5223
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5224
|
+
d: "M11.8097 12.3875v.0001"
|
|
4752
5225
|
})),
|
|
4753
5226
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4754
5227
|
id: "a"
|
|
@@ -4772,10 +5245,14 @@ const IconLineDotted = React.forwardRef(
|
|
|
4772
5245
|
ref: forwardRef2
|
|
4773
5246
|
},
|
|
4774
5247
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
4775
|
-
fill: "currentColor",
|
|
4776
5248
|
clipPath: "url(#a)"
|
|
4777
5249
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5250
|
+
fill: "currentColor",
|
|
4778
5251
|
d: "M3 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM7 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM11 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM15 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM19 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM23 12c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
5252
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5253
|
+
stroke: "currentColor",
|
|
5254
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5255
|
+
d: "M11.8097 12.3875v.0001"
|
|
4779
5256
|
})),
|
|
4780
5257
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4781
5258
|
id: "a"
|
|
@@ -4799,13 +5276,15 @@ const IconLineHorizontal = React.forwardRef(
|
|
|
4799
5276
|
ref: forwardRef2
|
|
4800
5277
|
},
|
|
4801
5278
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5279
|
+
stroke: "currentColor",
|
|
5280
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4802
5281
|
clipPath: "url(#a)"
|
|
4803
5282
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4804
|
-
stroke: "currentColor",
|
|
4805
5283
|
strokeLinecap: "round",
|
|
4806
5284
|
strokeLinejoin: "round",
|
|
4807
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4808
5285
|
d: "M3 12h18"
|
|
5286
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5287
|
+
d: "M11.8097 12.3875v.0001"
|
|
4809
5288
|
})),
|
|
4810
5289
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4811
5290
|
id: "a"
|
|
@@ -4829,13 +5308,15 @@ const IconLineOrthogonal = React.forwardRef(
|
|
|
4829
5308
|
ref: forwardRef2
|
|
4830
5309
|
},
|
|
4831
5310
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5311
|
+
stroke: "currentColor",
|
|
5312
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4832
5313
|
clipPath: "url(#a)"
|
|
4833
5314
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4834
|
-
stroke: "currentColor",
|
|
4835
5315
|
strokeLinecap: "round",
|
|
4836
5316
|
strokeLinejoin: "round",
|
|
4837
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4838
5317
|
d: "M2 16h10v-8h10"
|
|
5318
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5319
|
+
d: "M11.8097 12.3875v.0001"
|
|
4839
5320
|
})),
|
|
4840
5321
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4841
5322
|
id: "a"
|
|
@@ -4859,13 +5340,15 @@ const IconLineStraight = React.forwardRef(
|
|
|
4859
5340
|
ref: forwardRef2
|
|
4860
5341
|
},
|
|
4861
5342
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5343
|
+
stroke: "currentColor",
|
|
5344
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4862
5345
|
clipPath: "url(#a)"
|
|
4863
5346
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4864
|
-
stroke: "currentColor",
|
|
4865
5347
|
strokeLinecap: "round",
|
|
4866
5348
|
strokeLinejoin: "round",
|
|
4867
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4868
5349
|
d: "m3 15 18-6"
|
|
5350
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5351
|
+
d: "M11.8097 12.3875v.0001"
|
|
4869
5352
|
})),
|
|
4870
5353
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4871
5354
|
id: "a"
|
|
@@ -4889,13 +5372,15 @@ const IconLinesThreeHorizontalLineVerticalCenter = React.forwardRef(
|
|
|
4889
5372
|
ref: forwardRef2
|
|
4890
5373
|
},
|
|
4891
5374
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5375
|
+
stroke: "currentColor",
|
|
5376
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4892
5377
|
clipPath: "url(#a)"
|
|
4893
5378
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4894
|
-
stroke: "currentColor",
|
|
4895
5379
|
strokeLinecap: "round",
|
|
4896
5380
|
strokeLinejoin: "round",
|
|
4897
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4898
5381
|
d: "M4 5h8m8 0h-8m-8 7h16m-16 7h8m8 0h-8m0-14v14"
|
|
5382
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5383
|
+
d: "M11.8097 12.3875v.0001"
|
|
4899
5384
|
})),
|
|
4900
5385
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4901
5386
|
id: "a"
|
|
@@ -4919,12 +5404,14 @@ const IconLinesThreeHorizontal = React.forwardRef(
|
|
|
4919
5404
|
ref: forwardRef2
|
|
4920
5405
|
},
|
|
4921
5406
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5407
|
+
stroke: "currentColor",
|
|
5408
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4922
5409
|
clipPath: "url(#a)"
|
|
4923
5410
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4924
|
-
stroke: "currentColor",
|
|
4925
5411
|
strokeLinecap: "round",
|
|
4926
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4927
5412
|
d: "M4 5h16m-16 7h16m-16 7h16"
|
|
5413
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5414
|
+
d: "M11.8097 12.3875v.0001"
|
|
4928
5415
|
})),
|
|
4929
5416
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4930
5417
|
id: "a"
|
|
@@ -4948,12 +5435,14 @@ const IconLinesThreeVertical = React.forwardRef(
|
|
|
4948
5435
|
ref: forwardRef2
|
|
4949
5436
|
},
|
|
4950
5437
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5438
|
+
stroke: "currentColor",
|
|
5439
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4951
5440
|
clipPath: "url(#a)"
|
|
4952
5441
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4953
|
-
stroke: "currentColor",
|
|
4954
5442
|
strokeLinecap: "round",
|
|
4955
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4956
5443
|
d: "M20 4v16m-8-16v16m-8-16v16"
|
|
5444
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5445
|
+
d: "M11.8097 12.3875v.0001"
|
|
4957
5446
|
})),
|
|
4958
5447
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
4959
5448
|
id: "a"
|
|
@@ -5009,8 +5498,11 @@ const IconLinkPlus = React.forwardRef(
|
|
|
5009
5498
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5010
5499
|
clipPath: "url(#a)"
|
|
5011
5500
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5012
|
-
|
|
5013
|
-
|
|
5501
|
+
stroke: "currentColor",
|
|
5502
|
+
strokeLinecap: "round",
|
|
5503
|
+
strokeLinejoin: "round",
|
|
5504
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5505
|
+
d: "m13.2731 10.0406 1.6162-1.6162c1.2122-1.2122 3.1789-1.6699 4.5457-.303 1.3669 1.3668 1.2591 2.9835-.303 4.5456l-1.6163 1.6163m-6.1619 1.9193 4.8487-4.8488m-1.9192 6.1619-1.6163 1.6163c-1.2122 1.2122-3.1789 1.6699-4.5457.303-1.3668-1.3668-1.259-2.9836.303-4.5457l1.6163-1.6162m-3.0406-9.2731v3m0 0v3m0-3h3m-3 0h-3"
|
|
5014
5506
|
})),
|
|
5015
5507
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5016
5508
|
id: "a"
|
|
@@ -5038,6 +5530,11 @@ const IconLink = React.forwardRef(
|
|
|
5038
5530
|
strokeLinecap: "round",
|
|
5039
5531
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5040
5532
|
d: "m7.7569 11.2932-3.182 3.1819c-1.3669 1.3669-1.3669 3.583 0 4.9498 1.3668 1.3668 3.5829 1.3668 4.9497 0l3.182-3.182m-1.7678-8.1317 3.5356-3.5356c1.3668-1.3668 3.5829-1.3668 4.9497 0 1.3669 1.3669 1.3669 3.583 0 4.9498l-3.5355 3.5355m-7.4246 2.4749 7.071-7.071"
|
|
5533
|
+
}),
|
|
5534
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5535
|
+
stroke: "currentColor",
|
|
5536
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5537
|
+
d: "M11.8097 12.3875v.0001"
|
|
5041
5538
|
})
|
|
5042
5539
|
)
|
|
5043
5540
|
);
|
|
@@ -5064,6 +5561,11 @@ const IconListBullets = React.forwardRef(
|
|
|
5064
5561
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5065
5562
|
fill: "currentColor",
|
|
5066
5563
|
d: "M5 12c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM5 19c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM5 5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
|
|
5564
|
+
}),
|
|
5565
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5566
|
+
stroke: "currentColor",
|
|
5567
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5568
|
+
d: "M11.8097 12.3875v.0001"
|
|
5067
5569
|
})
|
|
5068
5570
|
)
|
|
5069
5571
|
);
|
|
@@ -5081,13 +5583,15 @@ const IconListNumbers = React.forwardRef(
|
|
|
5081
5583
|
ref: forwardRef2
|
|
5082
5584
|
},
|
|
5083
5585
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5586
|
+
stroke: "currentColor",
|
|
5587
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5084
5588
|
clipPath: "url(#a)"
|
|
5085
5589
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5086
|
-
stroke: "currentColor",
|
|
5087
5590
|
strokeLinecap: "round",
|
|
5088
5591
|
strokeLinejoin: "round",
|
|
5089
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5090
5592
|
d: "M3 3h3v6m6-3h9m-18 8h4v3h-4v3h4m5-3h9"
|
|
5593
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5594
|
+
d: "M11.8097 12.3875v.0001"
|
|
5091
5595
|
})),
|
|
5092
5596
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5093
5597
|
id: "a"
|
|
@@ -5121,6 +5625,11 @@ const IconLockClosed = React.forwardRef(
|
|
|
5121
5625
|
strokeLinecap: "round",
|
|
5122
5626
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5123
5627
|
d: "M16.5 11v-6c0-1.1046-.8954-2-2-2h-5c-1.1046 0-2 .8954-2 2v6m-.5 10h10c1.1046 0 2-.8954 2-2v-6c0-1.1046-.8954-2-2-2h-10c-1.1046 0-2 .8954-2 2v6c0 1.1046.8954 2 2 2Zm6-5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
5628
|
+
}),
|
|
5629
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5630
|
+
stroke: "currentColor",
|
|
5631
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5632
|
+
d: "M11.8097 12.3875v.0001"
|
|
5124
5633
|
})
|
|
5125
5634
|
)
|
|
5126
5635
|
);
|
|
@@ -5148,6 +5657,11 @@ const IconLockOpen = React.forwardRef(
|
|
|
5148
5657
|
strokeLinecap: "round",
|
|
5149
5658
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5150
5659
|
d: "M16.5 11v-6c0-1.1046-.8954-2-2-2h-5c-1.1046 0-2 .8954-2 2v1.5m-.5 14.5h10c1.1046 0 2-.8954 2-2v-6c0-1.1046-.8954-2-2-2h-10c-1.1046 0-2 .8954-2 2v6c0 1.1046.8954 2 2 2Zm6-5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
5660
|
+
}),
|
|
5661
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5662
|
+
stroke: "currentColor",
|
|
5663
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5664
|
+
d: "M11.8097 12.3875v.0001"
|
|
5151
5665
|
})
|
|
5152
5666
|
)
|
|
5153
5667
|
);
|
|
@@ -5225,13 +5739,15 @@ const IconMagnet = React.forwardRef(
|
|
|
5225
5739
|
ref: forwardRef2
|
|
5226
5740
|
},
|
|
5227
5741
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5742
|
+
stroke: "currentColor",
|
|
5743
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5228
5744
|
clipPath: "url(#a)"
|
|
5229
5745
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5230
|
-
stroke: "currentColor",
|
|
5231
5746
|
strokeLinecap: "square",
|
|
5232
5747
|
strokeMiterlimit: 1.414,
|
|
5233
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5234
5748
|
d: "m8.435 4.8285-3.4853 3.4853c-2.7336 2.7336-2.7336 7.1658 0 9.8995l.6413.6413c2.7177 2.7177 7.1183 2.7359 9.8584.0407l3.5554-3.4971m-10.5697-10.5697 2.4749-2.4749a.5.5 0 0 1 .7071 0l2.2928 2.293a.5.5 0 0 1 0 .707l-2.4748 2.4749m-3-3 3 3m0 0-3.3138 3.3137c-1.1715 1.1716-1.1213 2.8578 0 4.2426l.5221.5221c1.3566 1.0931 3.0711 1.1716 4.2427 0l3.3137-3.3137m0 0 2.4748-2.4749a.5002.5002 0 0 1 .7072 0l2.1183 2.1184a.5.5 0 0 1-.0029.71l-2.4924 2.4515m-2.805-2.805 2.805 2.805"
|
|
5749
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5750
|
+
d: "M11.8097 12.3875v.0001"
|
|
5235
5751
|
})),
|
|
5236
5752
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5237
5753
|
id: "a"
|
|
@@ -5255,10 +5771,15 @@ const IconMagnifyingGlassLightning = React.forwardRef(
|
|
|
5255
5771
|
ref: forwardRef2
|
|
5256
5772
|
},
|
|
5257
5773
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5774
|
+
stroke: "currentColor",
|
|
5775
|
+
strokeLinecap: "round",
|
|
5776
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5258
5777
|
clipPath: "url(#a)"
|
|
5259
5778
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5260
|
-
|
|
5261
|
-
d: "
|
|
5779
|
+
strokeLinejoin: "round",
|
|
5780
|
+
d: "M15.5989 15.706c1.3728-1.3453 2.2246-3.2202 2.2246-5.2941 0-.4828-.0461-.9548-.1343-1.4118m-2.0903 6.7059c-1.3368 1.31-3.1676 2.1176-5.1871 2.1176-4.0934 0-7.4118-3.3183-7.4118-7.4117 0-2.8631 1.6234-5.347 4-6.5816m8.5989 11.8757 5.4011 5.2941"
|
|
5781
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5782
|
+
d: "m14 2-3 4h3l-3 4"
|
|
5262
5783
|
})),
|
|
5263
5784
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5264
5785
|
id: "a"
|
|
@@ -5307,6 +5828,11 @@ const IconMagnifyingGlass = React.forwardRef(
|
|
|
5307
5828
|
strokeLinecap: "round",
|
|
5308
5829
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5309
5830
|
d: "m20 20-5.5-5.5m1.5-4.5c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z"
|
|
5831
|
+
}),
|
|
5832
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5833
|
+
stroke: "currentColor",
|
|
5834
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5835
|
+
d: "M11.8097 12.3875v.0001"
|
|
5310
5836
|
})
|
|
5311
5837
|
)
|
|
5312
5838
|
);
|
|
@@ -5324,14 +5850,16 @@ const IconMap = React.forwardRef(
|
|
|
5324
5850
|
ref: forwardRef2
|
|
5325
5851
|
},
|
|
5326
5852
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5853
|
+
stroke: "currentColor",
|
|
5854
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5327
5855
|
clipPath: "url(#a)"
|
|
5328
5856
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5329
|
-
stroke: "currentColor",
|
|
5330
5857
|
strokeLinecap: "round",
|
|
5331
5858
|
strokeLinejoin: "round",
|
|
5332
5859
|
strokeMiterlimit: 1.414,
|
|
5333
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5334
5860
|
d: "m9 4-6 2v15l6-2.5m0-14.5 6 2m-6-2v14.5m6-12.5 6-2v14.5l-6 2.5m0-15v15m0 0-6-2.5"
|
|
5861
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5862
|
+
d: "M11.8097 12.3875v.0001"
|
|
5335
5863
|
})),
|
|
5336
5864
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5337
5865
|
id: "a"
|
|
@@ -5377,12 +5905,14 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
5377
5905
|
ref: forwardRef2
|
|
5378
5906
|
},
|
|
5379
5907
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5908
|
+
stroke: "currentColor",
|
|
5909
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5380
5910
|
clipPath: "url(#a)"
|
|
5381
5911
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5382
|
-
stroke: "currentColor",
|
|
5383
5912
|
strokeLinecap: "round",
|
|
5384
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5385
5913
|
d: "M19 8v3c0 3.866-3.134 7-7 7m0 0v3m0-3c-2.1094 0-4.001-.9331-5.2843-2.409m8.2843-8.591v4c0 1.6569-1.3431 3-3 3-.9734 0-1.8385-.4636-2.3865-1.182m5.3865-5.818-11 11m11-11 4-4m-14 5v3c0 .3395.0242.6734.0709 1m3.9291-4.5v-1.5c0-1.6569 1.3431-3 3-3 .5464 0 1.0587.146 1.5.4013"
|
|
5914
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5915
|
+
d: "M11.8097 12.3875v.0001"
|
|
5386
5916
|
})),
|
|
5387
5917
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5388
5918
|
id: "a"
|
|
@@ -5406,12 +5936,14 @@ const IconMicrophone = React.forwardRef(
|
|
|
5406
5936
|
ref: forwardRef2
|
|
5407
5937
|
},
|
|
5408
5938
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5939
|
+
stroke: "currentColor",
|
|
5940
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5409
5941
|
clipPath: "url(#a)"
|
|
5410
5942
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5411
|
-
stroke: "currentColor",
|
|
5412
5943
|
strokeLinecap: "round",
|
|
5413
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5414
5944
|
d: "M5 8v3c0 3.866 3.134 7 7 7m7-10v3c0 3.866-3.134 7-7 7m0 0v3m3-15v5c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3v-5c0-1.6569 1.3431-3 3-3s3 1.3431 3 3Z"
|
|
5945
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5946
|
+
d: "M11.8097 12.3875v.0001"
|
|
5415
5947
|
})),
|
|
5416
5948
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5417
5949
|
id: "a"
|
|
@@ -5439,6 +5971,11 @@ const IconMinus = React.forwardRef(
|
|
|
5439
5971
|
strokeLinecap: "round",
|
|
5440
5972
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5441
5973
|
d: "M6 12h12"
|
|
5974
|
+
}),
|
|
5975
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5976
|
+
stroke: "currentColor",
|
|
5977
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5978
|
+
d: "M11.8097 12.3875v.0001"
|
|
5442
5979
|
})
|
|
5443
5980
|
)
|
|
5444
5981
|
);
|
|
@@ -5627,6 +6164,11 @@ const IconMouse = React.forwardRef(
|
|
|
5627
6164
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5628
6165
|
fill: "currentColor",
|
|
5629
6166
|
d: "M0 0h.001v.001h-.001v-.001Z"
|
|
6167
|
+
}),
|
|
6168
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6169
|
+
stroke: "currentColor",
|
|
6170
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6171
|
+
d: "M11.8097 12.3875v.0001"
|
|
5630
6172
|
})
|
|
5631
6173
|
)
|
|
5632
6174
|
);
|
|
@@ -5987,8 +6529,11 @@ const IconNoteMagnifyingGlass = React.forwardRef(
|
|
|
5987
6529
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
5988
6530
|
clipPath: "url(#a)"
|
|
5989
6531
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5990
|
-
|
|
5991
|
-
|
|
6532
|
+
stroke: "currentColor",
|
|
6533
|
+
strokeLinecap: "round",
|
|
6534
|
+
strokeLinejoin: "round",
|
|
6535
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6536
|
+
d: "M9 20h-6v-18h16v8m-12-3h8m-8 4h5m-5 4h2m10 4.6458a3.9846 3.9846 0 0 0 1-2.6458c0-2.2091-1.7909-4-4-4-2.2091 0-4 1.7909-4 4 0 2.2091 1.7909 4 4 4 1.1947 0 2.2671-.5238 3-1.3542Zm0 0 2 1.8542"
|
|
5992
6537
|
})),
|
|
5993
6538
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
5994
6539
|
id: "a"
|
|
@@ -6077,6 +6622,30 @@ const IconPaintBucket = React.forwardRef(
|
|
|
6077
6622
|
);
|
|
6078
6623
|
IconPaintBucket[designSystemBaseIcon.iconSymbol] = true;
|
|
6079
6624
|
|
|
6625
|
+
const IconPalette = React.forwardRef(
|
|
6626
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
6627
|
+
StyledIcon,
|
|
6628
|
+
{
|
|
6629
|
+
...props,
|
|
6630
|
+
weight,
|
|
6631
|
+
size,
|
|
6632
|
+
viewBox: "0 0 24 24",
|
|
6633
|
+
fill: "none",
|
|
6634
|
+
ref: forwardRef2
|
|
6635
|
+
},
|
|
6636
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6637
|
+
fill: "currentColor",
|
|
6638
|
+
d: "M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM15 7.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM18 10.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM17 14.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
|
|
6639
|
+
}),
|
|
6640
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6641
|
+
stroke: "currentColor",
|
|
6642
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6643
|
+
d: "M13 21c3.5 0 8-4.0294 8-9s-4.0294-9-9-9-9 4.0294-9 9c0 1.2414.5 3.5 1 4s1-2.5 3.5-2.5c.2852 0 1 0 1.5.5s.5 1 .5 1c0 1-.4234 1.8873-.5 2.5-.0484.3875-.0484.6125 0 1 .0484.3875.5 2.5 4 2.5Z"
|
|
6644
|
+
})
|
|
6645
|
+
)
|
|
6646
|
+
);
|
|
6647
|
+
IconPalette[designSystemBaseIcon.iconSymbol] = true;
|
|
6648
|
+
|
|
6080
6649
|
const IconPaperPlaneFilledRight = React.forwardRef(
|
|
6081
6650
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
6082
6651
|
StyledIcon,
|
|
@@ -6145,11 +6714,11 @@ const IconParallelogram = React.forwardRef(
|
|
|
6145
6714
|
ref: forwardRef2
|
|
6146
6715
|
},
|
|
6147
6716
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6148
|
-
clipPath: "url(#a)"
|
|
6149
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6150
6717
|
stroke: "currentColor",
|
|
6151
6718
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6152
|
-
|
|
6719
|
+
clipPath: "url(#a)"
|
|
6720
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6721
|
+
d: "M21.6798 4h-15.4846a.25.25 0 0 0-.2425.1894l-3.875 15.5a.25.25 0 0 0 .2425.3106h15.4846a.25.25 0 0 0 .2425-.1894l3.875-15.5a.25.25 0 0 0-.2425-.3106ZM11.8097 12.3875v.0001"
|
|
6153
6722
|
})),
|
|
6154
6723
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6155
6724
|
id: "a"
|
|
@@ -6173,12 +6742,14 @@ const IconPauseCircle = React.forwardRef(
|
|
|
6173
6742
|
ref: forwardRef2
|
|
6174
6743
|
},
|
|
6175
6744
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6745
|
+
stroke: "currentColor",
|
|
6746
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6176
6747
|
clipPath: "url(#a)"
|
|
6177
6748
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6178
|
-
stroke: "currentColor",
|
|
6179
6749
|
strokeLinecap: "round",
|
|
6180
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6181
6750
|
d: "M13.8889 9.1667v5.6667m-3.7778-5.6667v5.6667m10.8889-2.8334c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
6751
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6752
|
+
d: "M11.8097 12.3875v.0001"
|
|
6182
6753
|
})),
|
|
6183
6754
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6184
6755
|
id: "a"
|
|
@@ -6229,13 +6800,47 @@ const IconPdf = React.forwardRef(
|
|
|
6229
6800
|
ref: forwardRef2
|
|
6230
6801
|
},
|
|
6231
6802
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6803
|
+
stroke: "currentColor",
|
|
6804
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6232
6805
|
clipPath: "url(#a)"
|
|
6233
6806
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6234
|
-
stroke: "currentColor",
|
|
6235
6807
|
strokeLinecap: "round",
|
|
6236
6808
|
strokeLinejoin: "round",
|
|
6237
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6238
6809
|
d: "M5.6405 5.2808c-1.0258-1.6991 1.4283-3.2612 2.0696-1.5184 1.098 2.9919 2.8639 11.086-1.1198 16.5871-1.1114 1.533-3.5088.0813-2.219-1.5159a19.5078 19.5078 0 0 1 6.7447-5.1455 19.3958 19.3958 0 0 1 8.2764-1.7844c2.0105.0765 1.9069 2.9495.1085 2.7288a18.7007 18.7007 0 0 1-8.02-3.0407c-2.4045-1.6224-4.4034-3.7823-5.8404-6.311Z"
|
|
6810
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6811
|
+
d: "M11.8097 12.3875v.0001"
|
|
6812
|
+
})),
|
|
6813
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6814
|
+
id: "a"
|
|
6815
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6816
|
+
fill: "none",
|
|
6817
|
+
d: "M0 0h24v24h-24z"
|
|
6818
|
+
})))
|
|
6819
|
+
)
|
|
6820
|
+
);
|
|
6821
|
+
IconPdf[designSystemBaseIcon.iconSymbol] = true;
|
|
6822
|
+
|
|
6823
|
+
const IconPenTip = React.forwardRef(
|
|
6824
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
6825
|
+
StyledIcon,
|
|
6826
|
+
{
|
|
6827
|
+
...props,
|
|
6828
|
+
weight,
|
|
6829
|
+
size,
|
|
6830
|
+
viewBox: "0 0 24 24",
|
|
6831
|
+
fill: "none",
|
|
6832
|
+
ref: forwardRef2
|
|
6833
|
+
},
|
|
6834
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6835
|
+
stroke: "currentColor",
|
|
6836
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6837
|
+
clipPath: "url(#a)"
|
|
6838
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6839
|
+
strokeLinecap: "round",
|
|
6840
|
+
strokeLinejoin: "round",
|
|
6841
|
+
d: "M6 21v-4.6c0-.2641.0523-.5255.1539-.7692l2.3461-5.6308m9.5 11v-4.6c0-.2641-.0523-.5255-.1538-.7692l-2.3462-5.6308m-7 0 3.0419-6.953c.1748-.3994.7414-.3994.9162 0l3.0419 6.953m-7 0h7"
|
|
6842
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6843
|
+
d: "M11.8097 12.3875v.0001"
|
|
6239
6844
|
})),
|
|
6240
6845
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6241
6846
|
id: "a"
|
|
@@ -6245,9 +6850,9 @@ const IconPdf = React.forwardRef(
|
|
|
6245
6850
|
})))
|
|
6246
6851
|
)
|
|
6247
6852
|
);
|
|
6248
|
-
|
|
6853
|
+
IconPenTip[designSystemBaseIcon.iconSymbol] = true;
|
|
6249
6854
|
|
|
6250
|
-
const
|
|
6855
|
+
const IconPenUnderline = React.forwardRef(
|
|
6251
6856
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
6252
6857
|
StyledIcon,
|
|
6253
6858
|
{
|
|
@@ -6258,24 +6863,24 @@ const IconPenTip = React.forwardRef(
|
|
|
6258
6863
|
fill: "none",
|
|
6259
6864
|
ref: forwardRef2
|
|
6260
6865
|
},
|
|
6261
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
6262
|
-
|
|
6263
|
-
|
|
6866
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
6867
|
+
width: 18,
|
|
6868
|
+
height: 2,
|
|
6869
|
+
x: 3,
|
|
6870
|
+
y: 20,
|
|
6871
|
+
fill: "currentColor",
|
|
6872
|
+
rx: 0.5
|
|
6873
|
+
}),
|
|
6874
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6264
6875
|
stroke: "currentColor",
|
|
6265
6876
|
strokeLinecap: "round",
|
|
6266
6877
|
strokeLinejoin: "round",
|
|
6267
6878
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6268
|
-
d: "
|
|
6269
|
-
})
|
|
6270
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6271
|
-
id: "a"
|
|
6272
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6273
|
-
fill: "none",
|
|
6274
|
-
d: "M0 0h24v24h-24z"
|
|
6275
|
-
})))
|
|
6879
|
+
d: "m13.8889 5.5556-7.5718 7.5718a2.0001 2.0001 0 0 0-.547 1.0219l-.6966 3.483c-.035.1749.1193.3291.2942.2942l3.483-.6966a2.0005 2.0005 0 0 0 1.022-.547l7.5717-7.5718m-3.5555-3.5555 2.1413-2.1414c.7811-.781 2.0474-.781 2.8285 0l.7271.7271c.781.781.781 2.0474 0 2.8285l-2.1414 2.1413m-3.5555-3.5555 3.5555 3.5555"
|
|
6880
|
+
})
|
|
6276
6881
|
)
|
|
6277
6882
|
);
|
|
6278
|
-
|
|
6883
|
+
IconPenUnderline[designSystemBaseIcon.iconSymbol] = true;
|
|
6279
6884
|
|
|
6280
6885
|
const IconPen = React.forwardRef(
|
|
6281
6886
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
@@ -6289,13 +6894,15 @@ const IconPen = React.forwardRef(
|
|
|
6289
6894
|
ref: forwardRef2
|
|
6290
6895
|
},
|
|
6291
6896
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6897
|
+
stroke: "currentColor",
|
|
6898
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6292
6899
|
clipPath: "url(#a)"
|
|
6293
6900
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6294
|
-
stroke: "currentColor",
|
|
6295
6901
|
strokeLinecap: "round",
|
|
6296
6902
|
strokeLinejoin: "round",
|
|
6297
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6298
6903
|
d: "m13 7-8.5718 8.5718a2 2 0 0 0-.547 1.022l-.8077 4.0385c-.035.1749.1193.3291.2942.2942l4.0385-.8077a2.0006 2.0006 0 0 0 1.022-.547l8.5718-8.5718m-4-4 2.5858-2.5858c.781-.781 2.0474-.781 2.8284 0l1.1716 1.1716c.781.781.781 2.0474 0 2.8284l-2.5858 2.5858m-4-4 4 4"
|
|
6904
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6905
|
+
d: "M11.8097 12.3875v.0001"
|
|
6299
6906
|
})),
|
|
6300
6907
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6301
6908
|
id: "a"
|
|
@@ -6353,6 +6960,11 @@ const IconPlaceholder = React.forwardRef(
|
|
|
6353
6960
|
strokeLinecap: "round",
|
|
6354
6961
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6355
6962
|
d: "m3 3 18 18m0-18-18 18m18-9c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
6963
|
+
}),
|
|
6964
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6965
|
+
stroke: "currentColor",
|
|
6966
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6967
|
+
d: "M11.8097 12.3875v.0001"
|
|
6356
6968
|
})
|
|
6357
6969
|
)
|
|
6358
6970
|
);
|
|
@@ -6389,16 +7001,20 @@ const IconPlayCircle = React.forwardRef(
|
|
|
6389
7001
|
fill: "none",
|
|
6390
7002
|
ref: forwardRef2
|
|
6391
7003
|
},
|
|
6392
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
6393
|
-
cx: 12,
|
|
6394
|
-
cy: 12,
|
|
6395
|
-
r: 9,
|
|
7004
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6396
7005
|
stroke: "currentColor",
|
|
6397
|
-
|
|
7006
|
+
strokeLinejoin: "round",
|
|
7007
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7008
|
+
d: "M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
6398
7009
|
}),
|
|
6399
7010
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6400
7011
|
fill: "currentColor",
|
|
6401
7012
|
d: "M15.376 11.584c.2968.1979.2968.6341 0 .832l-4.5987 3.0658c-.3322.2215-.7773-.0167-.7773-.4161v-6.1314c0-.3994.4451-.6376.7774-.416l4.5986 3.0657Z"
|
|
7013
|
+
}),
|
|
7014
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7015
|
+
stroke: "currentColor",
|
|
7016
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7017
|
+
d: "M11.8097 12.3875v.0001"
|
|
6402
7018
|
})
|
|
6403
7019
|
)
|
|
6404
7020
|
);
|
|
@@ -6451,6 +7067,11 @@ const IconPlaybackSpeedCircle = React.forwardRef(
|
|
|
6451
7067
|
strokeLinecap: "round",
|
|
6452
7068
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6453
7069
|
d: "M10.5 3.1244a9.0604 9.0604 0 0 1 1.5-.1244c4.9706 0 9 4.0294 9 9s-4.0294 9-9 9c-.4473 0-.887-.0326-1.3168-.0956m-6.0126-14.1286a9.05 9.05 0 0 1 2.3527-2.2758m-3.8814 5.8993a9.0533 9.0533 0 0 0-.1419 1.6007c0 .5111.0426 1.0122.1244 1.5m3.3756 5.6245a9.0519 9.0519 0 0 1-1.8094-1.8724"
|
|
7070
|
+
}),
|
|
7071
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7072
|
+
stroke: "currentColor",
|
|
7073
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7074
|
+
d: "M11.8097 12.3875v.0001"
|
|
6454
7075
|
})
|
|
6455
7076
|
)
|
|
6456
7077
|
);
|
|
@@ -6472,6 +7093,11 @@ const IconPlug = React.forwardRef(
|
|
|
6472
7093
|
strokeLinecap: "round",
|
|
6473
7094
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6474
7095
|
d: "m12.3848 5.8995 3.5355-3.5355m2.1214 9.1923 3.5355-3.5355m-18.3848 12.7279 4.9498-4.9497m2.1213-12.0208 9.8995 9.8995-3.5356 3.5355c-1.9526 1.9526-5.1184 1.9526-7.071 0l-2.8285-2.8284c-1.9526-1.9527-1.9526-5.1185 0-7.0711l3.5356-3.5355Z"
|
|
7096
|
+
}),
|
|
7097
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7098
|
+
stroke: "currentColor",
|
|
7099
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7100
|
+
d: "M11.8097 12.3875v.0001"
|
|
6475
7101
|
})
|
|
6476
7102
|
)
|
|
6477
7103
|
);
|
|
@@ -6516,13 +7142,15 @@ const IconPlusText = React.forwardRef(
|
|
|
6516
7142
|
ref: forwardRef2
|
|
6517
7143
|
},
|
|
6518
7144
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7145
|
+
stroke: "currentColor",
|
|
7146
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6519
7147
|
clipPath: "url(#a)"
|
|
6520
7148
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6521
|
-
stroke: "currentColor",
|
|
6522
7149
|
strokeLinecap: "round",
|
|
6523
7150
|
strokeLinejoin: "round",
|
|
6524
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6525
7151
|
d: "M7 5h7m7 0h-7m0 0v15m-8-10v6m-3-3h6"
|
|
7152
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7153
|
+
d: "M11.8097 12.3875v.0001"
|
|
6526
7154
|
})),
|
|
6527
7155
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6528
7156
|
id: "a"
|
|
@@ -6550,6 +7178,11 @@ const IconPlus = React.forwardRef(
|
|
|
6550
7178
|
strokeLinecap: "round",
|
|
6551
7179
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6552
7180
|
d: "M5 12h14m-7-7v14"
|
|
7181
|
+
}),
|
|
7182
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7183
|
+
stroke: "currentColor",
|
|
7184
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7185
|
+
d: "M11.8097 12.3875v.0001"
|
|
6553
7186
|
})
|
|
6554
7187
|
)
|
|
6555
7188
|
);
|
|
@@ -6597,8 +7230,11 @@ const IconPresentationEyeOpen = React.forwardRef(
|
|
|
6597
7230
|
ref: forwardRef2
|
|
6598
7231
|
},
|
|
6599
7232
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6600
|
-
|
|
6601
|
-
|
|
7233
|
+
stroke: "currentColor",
|
|
7234
|
+
strokeLinecap: "round",
|
|
7235
|
+
strokeLinejoin: "round",
|
|
7236
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7237
|
+
d: "M21 12.0001v6h-5m-8.5-14h-4.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-7-17.0001c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
6602
7238
|
}),
|
|
6603
7239
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
6604
7240
|
cx: 17,
|
|
@@ -6684,8 +7320,11 @@ const IconPresentationLink = React.forwardRef(
|
|
|
6684
7320
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6685
7321
|
clipPath: "url(#a)"
|
|
6686
7322
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6687
|
-
|
|
6688
|
-
|
|
7323
|
+
stroke: "currentColor",
|
|
7324
|
+
strokeLinecap: "round",
|
|
7325
|
+
strokeLinejoin: "round",
|
|
7326
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7327
|
+
d: "M21 14.0001v4h-5m-5.5-14h-7.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-2.6361-17.4645 1.4143-1.4142c1.0606-1.0606 2.8758-1.3668 4.2426 0 1.3668 1.3669 1.3668 2.8758 0 4.2427l-1.4142 1.4142m-5.6569 1.4142 4.2427-4.2426m-1.4142 5.6568-1.4142 1.4142c-1.0607 1.0607-2.8758 1.3668-4.2427 0-1.3668-1.3668-1.3668-2.8758 0-4.2426l1.4142-1.4143"
|
|
6689
7328
|
})),
|
|
6690
7329
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6691
7330
|
id: "a"
|
|
@@ -6822,11 +7461,11 @@ const IconProhibit = React.forwardRef(
|
|
|
6822
7461
|
ref: forwardRef2
|
|
6823
7462
|
},
|
|
6824
7463
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
6825
|
-
clipPath: "url(#a)"
|
|
6826
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6827
7464
|
stroke: "currentColor",
|
|
6828
7465
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6829
|
-
|
|
7466
|
+
clipPath: "url(#a)"
|
|
7467
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7468
|
+
d: "m7.3333 16.6667 9.3334-9.3334m2.3333 4.6667c0 3.866-3.134 7-7 7-1.9399 0-3.6956-.7891-4.9634-2.0639-1.2587-1.2657-2.0366-3.01-2.0366-4.9361 0-3.866 3.134-7 7-7 1.8641 0 3.558.7287 4.8125 1.9167 1.3472 1.2758 2.1875 3.0814 2.1875 5.0833ZM11.8097 12.3875v.0001"
|
|
6830
7469
|
})),
|
|
6831
7470
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6832
7471
|
id: "a"
|
|
@@ -6838,6 +7477,32 @@ const IconProhibit = React.forwardRef(
|
|
|
6838
7477
|
);
|
|
6839
7478
|
IconProhibit[designSystemBaseIcon.iconSymbol] = true;
|
|
6840
7479
|
|
|
7480
|
+
const IconPushPinFilled = React.forwardRef(
|
|
7481
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
7482
|
+
StyledIcon,
|
|
7483
|
+
{
|
|
7484
|
+
...props,
|
|
7485
|
+
weight,
|
|
7486
|
+
size,
|
|
7487
|
+
viewBox: "0 0 24 24",
|
|
7488
|
+
fill: "none",
|
|
7489
|
+
ref: forwardRef2
|
|
7490
|
+
},
|
|
7491
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7492
|
+
stroke: "currentColor",
|
|
7493
|
+
strokeLinecap: "round",
|
|
7494
|
+
strokeMiterlimit: 1.414,
|
|
7495
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7496
|
+
d: "m13.3846 3 1.3846 1.3846m0 0-9.8846 8.1154m9.8846-8.1154 4.8462 4.8462m0 0 1.3846 1.3846m-1.3846-1.3846-7.9387 10.0613m1.7079 1.7079-5.1923-5.1923m0 0-5.1923-5.1923m5.1923 5.1923-5.1923 5.1923"
|
|
7497
|
+
}),
|
|
7498
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7499
|
+
fill: "currentColor",
|
|
7500
|
+
d: "m4.8846 12.5 9.8846-8.1154 4.8462 4.8462-7.9387 10.0613-3.4844-3.4844-3.3077-3.3077Z"
|
|
7501
|
+
})
|
|
7502
|
+
)
|
|
7503
|
+
);
|
|
7504
|
+
IconPushPinFilled[designSystemBaseIcon.iconSymbol] = true;
|
|
7505
|
+
|
|
6841
7506
|
const IconPushPin = React.forwardRef(
|
|
6842
7507
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
6843
7508
|
StyledIcon,
|
|
@@ -6850,10 +7515,15 @@ const IconPushPin = React.forwardRef(
|
|
|
6850
7515
|
ref: forwardRef2
|
|
6851
7516
|
},
|
|
6852
7517
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7518
|
+
stroke: "currentColor",
|
|
7519
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6853
7520
|
clipPath: "url(#a)"
|
|
6854
7521
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
6855
|
-
|
|
6856
|
-
|
|
7522
|
+
strokeLinecap: "round",
|
|
7523
|
+
strokeMiterlimit: 1.414,
|
|
7524
|
+
d: "m13.3846 3 1.3846 1.3846m0 0-9.8846 8.1154m9.8846-8.1154 4.8462 4.8462m0 0 1.3846 1.3846m-1.3846-1.3846-7.9387 10.0613m1.7079 1.7079-5.1923-5.1923m0 0-5.1923-5.1923m5.1923 5.1923-5.1923 5.1923"
|
|
7525
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7526
|
+
d: "M11.8097 12.3875v.0001"
|
|
6857
7527
|
})),
|
|
6858
7528
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
6859
7529
|
id: "a"
|
|
@@ -6881,6 +7551,11 @@ const IconQuestionMarkCircle = React.forwardRef(
|
|
|
6881
7551
|
strokeLinecap: "round",
|
|
6882
7552
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6883
7553
|
d: "M9.1707 9c.151-.427.3959-.8098.71-1.1233.5427-.5417 1.2919-.8767 2.1193-.8767 1.6569 0 3 1.3431 3 3 0 1.313-.8435 2.4289-2.0181 2.8356-.5219.1807-.9819.6121-.9819 1.1644v.25m0 2.65v.1m9-5c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
7554
|
+
}),
|
|
7555
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7556
|
+
stroke: "currentColor",
|
|
7557
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7558
|
+
d: "M11.8097 12.3875v.0001"
|
|
6884
7559
|
})
|
|
6885
7560
|
)
|
|
6886
7561
|
);
|
|
@@ -7103,12 +7778,14 @@ const IconRectanglesThreeAligned = React.forwardRef(
|
|
|
7103
7778
|
},
|
|
7104
7779
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7105
7780
|
stroke: "currentColor",
|
|
7106
|
-
strokeLinecap: "round",
|
|
7107
|
-
strokeLinejoin: "round",
|
|
7108
7781
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7109
7782
|
clipPath: "url(#a)"
|
|
7110
7783
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7784
|
+
strokeLinecap: "round",
|
|
7785
|
+
strokeLinejoin: "round",
|
|
7111
7786
|
d: "M11 4h-8v8h8v-8ZM17.0629 16h-14v5h14v-5ZM19 4h-4v4h4v-4Z"
|
|
7787
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7788
|
+
d: "M11.8097 12.3875v.0001"
|
|
7112
7789
|
})),
|
|
7113
7790
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7114
7791
|
id: "a"
|
|
@@ -7133,12 +7810,14 @@ const IconRectanglesThreeFree = React.forwardRef(
|
|
|
7133
7810
|
},
|
|
7134
7811
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7135
7812
|
stroke: "currentColor",
|
|
7136
|
-
strokeLinecap: "round",
|
|
7137
|
-
strokeLinejoin: "round",
|
|
7138
7813
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7139
7814
|
clipPath: "url(#a)"
|
|
7140
7815
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7816
|
+
strokeLinecap: "round",
|
|
7817
|
+
strokeLinejoin: "round",
|
|
7141
7818
|
d: "m12.8178 4.852-7.6901-2.205-2.2051 7.6901 7.6901 2.2051 2.2051-7.6901ZM19.0629 16h-14v5h14v-5ZM19.7117 6.0795l-3.845 1.1026 1.1025 3.845 3.8451-1.1025-1.1026-3.845Z"
|
|
7819
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7820
|
+
d: "M11.8097 12.3875v.0001"
|
|
7142
7821
|
})),
|
|
7143
7822
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7144
7823
|
id: "a"
|
|
@@ -7162,13 +7841,15 @@ const IconRectanglesThreeOverlap = React.forwardRef(
|
|
|
7162
7841
|
ref: forwardRef2
|
|
7163
7842
|
},
|
|
7164
7843
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7844
|
+
stroke: "currentColor",
|
|
7845
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7165
7846
|
clipPath: "url(#a)"
|
|
7166
7847
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7167
|
-
stroke: "currentColor",
|
|
7168
7848
|
strokeLinecap: "round",
|
|
7169
7849
|
strokeLinejoin: "round",
|
|
7170
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7171
7850
|
d: "M8 11h-4v10h9v-4m-5-6h5v6m-5-6v-4h4m1 10h4v-4m-5-6h5v6m-5-6v-4h9v10h-4"
|
|
7851
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7852
|
+
d: "M11.8097 12.3875v.0001"
|
|
7172
7853
|
})),
|
|
7173
7854
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7174
7855
|
id: "a"
|
|
@@ -7192,13 +7873,15 @@ const IconRectanglesTwoLine = React.forwardRef(
|
|
|
7192
7873
|
ref: forwardRef2
|
|
7193
7874
|
},
|
|
7194
7875
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7876
|
+
stroke: "currentColor",
|
|
7877
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7195
7878
|
clipPath: "url(#a)"
|
|
7196
7879
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7197
|
-
stroke: "currentColor",
|
|
7198
7880
|
strokeLinecap: "round",
|
|
7199
7881
|
strokeLinejoin: "round",
|
|
7200
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7201
7882
|
d: "M21 3v18m-17.75-17h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-11.5a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25Zm0 10h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-11.5a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25Z"
|
|
7883
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7884
|
+
d: "M11.8097 12.3875v.0001"
|
|
7202
7885
|
})),
|
|
7203
7886
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7204
7887
|
id: "a"
|
|
@@ -7318,8 +8001,11 @@ const IconRectanglesTwoUser = React.forwardRef(
|
|
|
7318
8001
|
clipRule: "evenodd"
|
|
7319
8002
|
}),
|
|
7320
8003
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7321
|
-
|
|
7322
|
-
|
|
8004
|
+
stroke: "currentColor",
|
|
8005
|
+
strokeLinecap: "round",
|
|
8006
|
+
strokeLinejoin: "round",
|
|
8007
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8008
|
+
d: "M18 7v-3c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h3m4 1s0-3 3-3h2c3 0 3 3 3 3m-11 3h14c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1Z"
|
|
7323
8009
|
})
|
|
7324
8010
|
)
|
|
7325
8011
|
);
|
|
@@ -7337,11 +8023,11 @@ const IconRhombus = React.forwardRef(
|
|
|
7337
8023
|
ref: forwardRef2
|
|
7338
8024
|
},
|
|
7339
8025
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7340
|
-
clipPath: "url(#a)"
|
|
7341
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7342
8026
|
stroke: "currentColor",
|
|
7343
8027
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7344
|
-
|
|
8028
|
+
clipPath: "url(#a)"
|
|
8029
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8030
|
+
d: "m11.8232 3.1768-8.6464 8.6464a.25.25 0 0 0 0 .3536l8.6464 8.6464a.25.25 0 0 0 .3536 0l8.6464-8.6464a.25.25 0 0 0 0-.3536l-8.6464-8.6464a.25.25 0 0 0-.3536 0ZM11.8097 12.3875v.0001"
|
|
7345
8031
|
})),
|
|
7346
8032
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7347
8033
|
id: "a"
|
|
@@ -7452,7 +8138,7 @@ const IconScissors = React.forwardRef(
|
|
|
7452
8138
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7453
8139
|
stroke: "currentColor",
|
|
7454
8140
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7455
|
-
d: "M21 17c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3ZM9 17c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3
|
|
8141
|
+
d: "M21 17c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3ZM9 17c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3ZM11.8097 12.3875v.0001"
|
|
7456
8142
|
})
|
|
7457
8143
|
)
|
|
7458
8144
|
);
|
|
@@ -7474,6 +8160,11 @@ const IconScrollbarXy = React.forwardRef(
|
|
|
7474
8160
|
strokeLinecap: "round",
|
|
7475
8161
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7476
8162
|
d: "M6.7059 17h5.2941m6-10v8m-12.8823-11h13.7647c1.1695 0 2.1176.8954 2.1176 2v12c0 1.1046-.9481 2-2.1176 2h-13.7647c-1.1696 0-2.1177-.8954-2.1177-2v-12c0-1.1046.9481-2 2.1177-2Z"
|
|
8163
|
+
}),
|
|
8164
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8165
|
+
stroke: "currentColor",
|
|
8166
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8167
|
+
d: "M11.8097 12.3875v.0001"
|
|
7477
8168
|
})
|
|
7478
8169
|
)
|
|
7479
8170
|
);
|
|
@@ -7491,12 +8182,14 @@ const IconShapes = React.forwardRef(
|
|
|
7491
8182
|
ref: forwardRef2
|
|
7492
8183
|
},
|
|
7493
8184
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8185
|
+
stroke: "currentColor",
|
|
8186
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7494
8187
|
clipPath: "url(#a)"
|
|
7495
8188
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7496
|
-
stroke: "currentColor",
|
|
7497
8189
|
strokeLinecap: "round",
|
|
7498
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7499
8190
|
d: "M8 9.5c0-3.5899 2.9101-6.5 6.5-6.5s6.5 2.9101 6.5 6.5-2.9101 6.5-6.5 6.5m-11.25-6h10.5a.25.25 0 0 1 .25.25v10.5a.25.25 0 0 1-.25.25h-10.5a.25.25 0 0 1-.25-.25v-10.5a.25.25 0 0 1 .25-.25Z"
|
|
8191
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8192
|
+
d: "M11.8097 12.3875v.0001"
|
|
7500
8193
|
})),
|
|
7501
8194
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7502
8195
|
id: "a"
|
|
@@ -7520,14 +8213,16 @@ const IconShieldCheck = React.forwardRef(
|
|
|
7520
8213
|
ref: forwardRef2
|
|
7521
8214
|
},
|
|
7522
8215
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8216
|
+
stroke: "currentColor",
|
|
8217
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7523
8218
|
clipPath: "url(#a)"
|
|
7524
8219
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7525
|
-
stroke: "currentColor",
|
|
7526
8220
|
strokeLinecap: "round",
|
|
7527
8221
|
strokeLinejoin: "round",
|
|
7528
8222
|
strokeMiterlimit: 1.414,
|
|
7529
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7530
8223
|
d: "m9 12 2 1.5 5-4.5m-12-3 8-3 8 3v7.0445a6.6376 6.6376 0 0 1-1.598 4.3198 13.275 13.275 0 0 1-3.2493 2.7441l-2.6382 1.5829a1 1 0 0 1-1.029 0l-2.6382-1.5829a13.2744 13.2744 0 0 1-3.2493-2.7441 6.6377 6.6377 0 0 1-1.598-4.3198v-7.0445Z"
|
|
8224
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8225
|
+
d: "M11.8097 12.3875v.0001"
|
|
7531
8226
|
})),
|
|
7532
8227
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7533
8228
|
id: "a"
|
|
@@ -7563,6 +8258,11 @@ const IconShieldLock = React.forwardRef(
|
|
|
7563
8258
|
strokeMiterlimit: 1.414,
|
|
7564
8259
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7565
8260
|
d: "M10 13v-3.5c0-1.1046.8954-2 2-2s2 .8954 2 2v3.5m-10-7 8-3 8 3v7.0445a6.6376 6.6376 0 0 1-1.598 4.3198 13.275 13.275 0 0 1-3.2493 2.7441l-2.6382 1.5829a1 1 0 0 1-1.029 0l-2.6382-1.5829a13.2744 13.2744 0 0 1-3.2493-2.7441 6.6377 6.6377 0 0 1-1.598-4.3198v-7.0445Z"
|
|
8261
|
+
}),
|
|
8262
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8263
|
+
stroke: "currentColor",
|
|
8264
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8265
|
+
d: "M11.8097 12.3875v.0001"
|
|
7566
8266
|
})
|
|
7567
8267
|
)
|
|
7568
8268
|
);
|
|
@@ -7610,14 +8310,16 @@ const IconSidebarClosed = React.forwardRef(
|
|
|
7610
8310
|
ref: forwardRef2
|
|
7611
8311
|
},
|
|
7612
8312
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8313
|
+
stroke: "currentColor",
|
|
8314
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7613
8315
|
clipPath: "url(#a)"
|
|
7614
8316
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7615
|
-
stroke: "currentColor",
|
|
7616
8317
|
strokeLinecap: "round",
|
|
7617
8318
|
strokeLinejoin: "round",
|
|
7618
8319
|
strokeMiterlimit: 1.414,
|
|
7619
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7620
8320
|
d: "M11 4h-7c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h7m0-16h9c.5523 0 1 .4477 1 1v14c0 .5523-.4477 1-1 1h-9m0-16v16m-5-12h2m-2 4h2m-2 4h2"
|
|
8321
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8322
|
+
d: "M11.8097 12.3875v.0001"
|
|
7621
8323
|
})),
|
|
7622
8324
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7623
8325
|
id: "a"
|
|
@@ -7653,6 +8355,11 @@ const IconSidebarOpen = React.forwardRef(
|
|
|
7653
8355
|
fillRule: "evenodd",
|
|
7654
8356
|
d: "M11 5h-8v14h8v-14Zm-5 2c-.5523 0-1 .4477-1 1s.4477 1 1 1h2c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2Zm0 4c-.5523 0-1 .4477-1 1s.4477 1 1 1h2c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2Zm0 4c-.5523 0-1 .4477-1 1s.4477 1 1 1h2c.5523 0 1-.4477 1-1s-.4477-1-1-1h-2Z",
|
|
7655
8357
|
clipRule: "evenodd"
|
|
8358
|
+
}),
|
|
8359
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8360
|
+
stroke: "currentColor",
|
|
8361
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8362
|
+
d: "M11.8097 12.3875v.0001"
|
|
7656
8363
|
})
|
|
7657
8364
|
)
|
|
7658
8365
|
);
|
|
@@ -7670,12 +8377,14 @@ const IconSlidersX = React.forwardRef(
|
|
|
7670
8377
|
ref: forwardRef2
|
|
7671
8378
|
},
|
|
7672
8379
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8380
|
+
stroke: "currentColor",
|
|
8381
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7673
8382
|
clipPath: "url(#a)"
|
|
7674
8383
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7675
|
-
stroke: "currentColor",
|
|
7676
8384
|
strokeLinecap: "round",
|
|
7677
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7678
8385
|
d: "M20 8h-5m-6 0h-5m11.5 8h-11.5m8-6c-1.1046 0-2-.8954-2-2s.8954-2 2-2 2 .8954 2 2-.8954 2-2 2Zm6 8c-1.1046 0-2-.8954-2-2s.8954-2 2-2 2 .8954 2 2-.8954 2-2 2Z"
|
|
8386
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8387
|
+
d: "M11.8097 12.3875v.0001"
|
|
7679
8388
|
})),
|
|
7680
8389
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7681
8390
|
id: "a"
|
|
@@ -7699,12 +8408,14 @@ const IconSlidersY = React.forwardRef(
|
|
|
7699
8408
|
ref: forwardRef2
|
|
7700
8409
|
},
|
|
7701
8410
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8411
|
+
stroke: "currentColor",
|
|
8412
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7702
8413
|
clipPath: "url(#a)"
|
|
7703
8414
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7704
|
-
stroke: "currentColor",
|
|
7705
8415
|
strokeLinecap: "round",
|
|
7706
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7707
8416
|
d: "M5 5v4m0 6v4m7-14v10m0 0c-1.1046 0-2 .8954-2 2s.8954 2 2 2 2-.8954 2-2-.8954-2-2-2Zm7-5.5v9.5m-12-7c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Zm14-5c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2Z"
|
|
8417
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8418
|
+
d: "M11.8097 12.3875v.0001"
|
|
7708
8419
|
})),
|
|
7709
8420
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7710
8421
|
id: "a"
|
|
@@ -7728,12 +8439,20 @@ const IconSmileyChat = React.forwardRef(
|
|
|
7728
8439
|
ref: forwardRef2
|
|
7729
8440
|
},
|
|
7730
8441
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7731
|
-
|
|
7732
|
-
|
|
8442
|
+
stroke: "currentColor",
|
|
8443
|
+
strokeLinecap: "round",
|
|
8444
|
+
strokeLinejoin: "round",
|
|
8445
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8446
|
+
d: "M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9-1.6393 0-3.1762-.4383-4.5-1.204l-4.5 1.204 1.204-4.5c-.7657-1.3238-1.204-2.8607-1.204-4.5 0-4.9706 4.0294-9 9-9s9 4.0294 9 9Z"
|
|
7733
8447
|
}),
|
|
7734
8448
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7735
8449
|
fill: "currentColor",
|
|
7736
8450
|
d: "M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
|
|
8451
|
+
}),
|
|
8452
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8453
|
+
stroke: "currentColor",
|
|
8454
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8455
|
+
d: "M11.8097 12.3875v.0001"
|
|
7737
8456
|
})
|
|
7738
8457
|
)
|
|
7739
8458
|
);
|
|
@@ -7812,6 +8531,11 @@ const IconSmiley = React.forwardRef(
|
|
|
7812
8531
|
strokeLinejoin: "round",
|
|
7813
8532
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7814
8533
|
d: "M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
8534
|
+
}),
|
|
8535
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8536
|
+
stroke: "currentColor",
|
|
8537
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8538
|
+
d: "M11.8097 12.3875v.0001"
|
|
7815
8539
|
})
|
|
7816
8540
|
)
|
|
7817
8541
|
);
|
|
@@ -7837,6 +8561,11 @@ const IconSocialFacebook = React.forwardRef(
|
|
|
7837
8561
|
strokeLinejoin: "round",
|
|
7838
8562
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7839
8563
|
d: "M12 12h.0007"
|
|
8564
|
+
}),
|
|
8565
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8566
|
+
stroke: "currentColor",
|
|
8567
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8568
|
+
d: "M11.8097 12.3875v.0001"
|
|
7840
8569
|
})
|
|
7841
8570
|
)
|
|
7842
8571
|
);
|
|
@@ -7868,6 +8597,11 @@ const IconSocialInstagram = React.forwardRef(
|
|
|
7868
8597
|
strokeLinejoin: "round",
|
|
7869
8598
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7870
8599
|
d: "M12 12h.0007"
|
|
8600
|
+
}),
|
|
8601
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8602
|
+
stroke: "currentColor",
|
|
8603
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8604
|
+
d: "M11.8097 12.3875v.0001"
|
|
7871
8605
|
})
|
|
7872
8606
|
)
|
|
7873
8607
|
);
|
|
@@ -7926,6 +8660,11 @@ const IconSocialLinkedin = React.forwardRef(
|
|
|
7926
8660
|
strokeLinejoin: "round",
|
|
7927
8661
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7928
8662
|
d: "M12 12h.0007"
|
|
8663
|
+
}),
|
|
8664
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8665
|
+
stroke: "currentColor",
|
|
8666
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8667
|
+
d: "M11.8097 12.3875v.0001"
|
|
7929
8668
|
})
|
|
7930
8669
|
)
|
|
7931
8670
|
);
|
|
@@ -7976,6 +8715,11 @@ const IconSocialTwitter = React.forwardRef(
|
|
|
7976
8715
|
strokeLinejoin: "round",
|
|
7977
8716
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7978
8717
|
d: "M12 12h.0007"
|
|
8718
|
+
}),
|
|
8719
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8720
|
+
stroke: "currentColor",
|
|
8721
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8722
|
+
d: "M11.8097 12.3875v.0001"
|
|
7979
8723
|
})
|
|
7980
8724
|
)
|
|
7981
8725
|
);
|
|
@@ -8001,6 +8745,11 @@ const IconSocialYoutube = React.forwardRef(
|
|
|
8001
8745
|
strokeLinejoin: "round",
|
|
8002
8746
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8003
8747
|
d: "M12 12h.0007"
|
|
8748
|
+
}),
|
|
8749
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8750
|
+
stroke: "currentColor",
|
|
8751
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8752
|
+
d: "M11.8097 12.3875v.0001"
|
|
8004
8753
|
})
|
|
8005
8754
|
)
|
|
8006
8755
|
);
|
|
@@ -8069,12 +8818,14 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
8069
8818
|
ref: forwardRef2
|
|
8070
8819
|
},
|
|
8071
8820
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8821
|
+
stroke: "currentColor",
|
|
8822
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8072
8823
|
clipPath: "url(#a)"
|
|
8073
8824
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8074
|
-
stroke: "currentColor",
|
|
8075
8825
|
strokeLinecap: "round",
|
|
8076
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8077
8826
|
d: "m21 9.5-5 5m0-5 5 5m-17.9.5h3.8558c.0281 0 .055.0119.074.0327l4.7962 5.2759c.0615.0676.174.0241.174-.0673v-16.4826c0-.0914-.1125-.135-.174-.0673l-4.7962 5.2759a.1.1 0 0 1-.074.0327h-3.8558a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
8827
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8828
|
+
d: "M11.8097 12.3875v.0001"
|
|
8078
8829
|
})),
|
|
8079
8830
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8080
8831
|
id: "a"
|
|
@@ -8098,12 +8849,14 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
8098
8849
|
ref: forwardRef2
|
|
8099
8850
|
},
|
|
8100
8851
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8852
|
+
stroke: "currentColor",
|
|
8853
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8101
8854
|
clipPath: "url(#a)"
|
|
8102
8855
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8103
|
-
stroke: "currentColor",
|
|
8104
8856
|
strokeLinecap: "round",
|
|
8105
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8106
8857
|
d: "M16 10v4m3-8.5v12.5m-15.9-3h3.8558c.0281 0 .055.0119.074.0327l4.7962 5.2759c.0615.0676.174.0241.174-.0673v-16.4826c0-.0914-.1125-.135-.174-.0673l-4.7962 5.2759a.1.1 0 0 1-.074.0327h-3.8558a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
8858
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8859
|
+
d: "M11.8097 12.3875v.0001"
|
|
8107
8860
|
})),
|
|
8108
8861
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8109
8862
|
id: "a"
|
|
@@ -8127,13 +8880,15 @@ const IconSplitVertical = React.forwardRef(
|
|
|
8127
8880
|
ref: forwardRef2
|
|
8128
8881
|
},
|
|
8129
8882
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8883
|
+
stroke: "currentColor",
|
|
8884
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8130
8885
|
clipPath: "url(#a)"
|
|
8131
8886
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8132
|
-
stroke: "currentColor",
|
|
8133
8887
|
strokeLinecap: "round",
|
|
8134
8888
|
strokeLinejoin: "round",
|
|
8135
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8136
8889
|
d: "M5 6.5v-2.5h14v2.5m-17 5.5h20m-17 5.5v2.5h14v-2.5"
|
|
8890
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8891
|
+
d: "M11.8097 12.3875v.0001"
|
|
8137
8892
|
})),
|
|
8138
8893
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8139
8894
|
id: "a"
|
|
@@ -8157,12 +8912,14 @@ const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
|
8157
8912
|
ref: forwardRef2
|
|
8158
8913
|
},
|
|
8159
8914
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8915
|
+
stroke: "currentColor",
|
|
8916
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8160
8917
|
clipPath: "url(#a)"
|
|
8161
8918
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8162
|
-
stroke: "currentColor",
|
|
8163
8919
|
strokeLinecap: "round",
|
|
8164
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8165
8920
|
d: "m6 4-2.8232 2.8232a.25.25 0 0 0 0 .3536l2.8232 2.8232m5-7-2 8m5-7 2.8232 2.8232a.2499.2499 0 0 1 0 .3536l-2.8232 2.8232m5-7v0c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-5"
|
|
8921
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8922
|
+
d: "M11.8097 12.3875v.0001"
|
|
8166
8923
|
})),
|
|
8167
8924
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8168
8925
|
id: "a"
|
|
@@ -8194,6 +8951,11 @@ const IconSquareCirclesTwo = React.forwardRef(
|
|
|
8194
8951
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8195
8952
|
fill: "currentColor",
|
|
8196
8953
|
d: "M16 15c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3ZM23 12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z"
|
|
8954
|
+
}),
|
|
8955
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8956
|
+
stroke: "currentColor",
|
|
8957
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8958
|
+
d: "M11.8097 12.3875v.0001"
|
|
8197
8959
|
})
|
|
8198
8960
|
)
|
|
8199
8961
|
);
|
|
@@ -8211,13 +8973,15 @@ const IconSquareLineSquareDashed = React.forwardRef(
|
|
|
8211
8973
|
ref: forwardRef2
|
|
8212
8974
|
},
|
|
8213
8975
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8976
|
+
stroke: "currentColor",
|
|
8977
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8214
8978
|
clipPath: "url(#a)"
|
|
8215
8979
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8216
|
-
stroke: "currentColor",
|
|
8217
8980
|
strokeLinecap: "round",
|
|
8218
8981
|
strokeLinejoin: "round",
|
|
8219
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8220
8982
|
d: "M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0h-3v-3m0-15h11v11h-11v-11Z"
|
|
8983
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8984
|
+
d: "M11.8097 12.3875v.0001"
|
|
8221
8985
|
})),
|
|
8222
8986
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8223
8987
|
id: "a"
|
|
@@ -8241,11 +9005,11 @@ const IconSquareRounded = React.forwardRef(
|
|
|
8241
9005
|
ref: forwardRef2
|
|
8242
9006
|
},
|
|
8243
9007
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8244
|
-
clipPath: "url(#a)"
|
|
8245
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8246
9008
|
stroke: "currentColor",
|
|
8247
9009
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8248
|
-
|
|
9010
|
+
clipPath: "url(#a)"
|
|
9011
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9012
|
+
d: "M16 4h-8c-2.2091 0-4 1.7909-4 4v8c0 2.2091 1.7909 4 4 4h8c2.2091 0 4-1.7909 4-4v-8c0-2.2091-1.7909-4-4-4ZM11.8097 12.3875v.0001"
|
|
8249
9013
|
})),
|
|
8250
9014
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8251
9015
|
id: "a"
|
|
@@ -8278,6 +9042,11 @@ const IconSquareStarScribble = React.forwardRef(
|
|
|
8278
9042
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8279
9043
|
fill: "currentColor",
|
|
8280
9044
|
d: "M17.7042 3.8183a1.9997 1.9997 0 0 0 1.1141-1.1141l.6817-1.7042.6817 1.7042a1.9996 1.9996 0 0 0 1.1141 1.1141l1.7042.6817-1.7042.6817a1.9997 1.9997 0 0 0-1.1141 1.1141l-.6817 1.7042-.6817-1.7042a1.9996 1.9996 0 0 0-1.1141-1.1141l-1.7042-.6817 1.7042-.6817Z"
|
|
9045
|
+
}),
|
|
9046
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9047
|
+
stroke: "currentColor",
|
|
9048
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9049
|
+
d: "M11.8097 12.3875v.0001"
|
|
8281
9050
|
})
|
|
8282
9051
|
)
|
|
8283
9052
|
);
|
|
@@ -8295,12 +9064,14 @@ const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
|
8295
9064
|
ref: forwardRef2
|
|
8296
9065
|
},
|
|
8297
9066
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9067
|
+
stroke: "currentColor",
|
|
9068
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8298
9069
|
clipPath: "url(#a)"
|
|
8299
9070
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8300
|
-
stroke: "currentColor",
|
|
8301
9071
|
strokeLinecap: "round",
|
|
8302
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8303
9072
|
d: "M17 14v3m0 0v3m0-3h-3m3 0h3m-15-13h4c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1Zm9.1637 5.6452 2.6093-5.6534c.0894-.1936.3646-.1936.454 0l2.6093 5.6534c.0764.1657-.0446.3548-.227.3548h-5.2186c-.1824 0-.3034-.1891-.227-.3548Zm-9.285 9.4761c1.1715 1.1716 3.071 1.1716 4.2426 0 1.1716-1.1716 1.1716-3.0711 0-4.2426-1.1715-1.1716-3.071-1.1716-4.2426 0-1.1716 1.1715-1.1716 3.071 0 4.2426Z"
|
|
9073
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9074
|
+
d: "M11.8097 12.3875v.0001"
|
|
8304
9075
|
})),
|
|
8305
9076
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8306
9077
|
id: "a"
|
|
@@ -8324,11 +9095,11 @@ const IconSquare = React.forwardRef(
|
|
|
8324
9095
|
ref: forwardRef2
|
|
8325
9096
|
},
|
|
8326
9097
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8327
|
-
clipPath: "url(#a)"
|
|
8328
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8329
9098
|
stroke: "currentColor",
|
|
8330
9099
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8331
|
-
|
|
9100
|
+
clipPath: "url(#a)"
|
|
9101
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9102
|
+
d: "M20.75 3h-17.5a.25.25 0 0 0-.25.25v17.5a.25.25 0 0 0 .25.25h17.5a.25.25 0 0 0 .25-.25v-17.5a.25.25 0 0 0-.25-.25ZM11.8097 12.3875v.0001"
|
|
8332
9103
|
})),
|
|
8333
9104
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8334
9105
|
id: "a"
|
|
@@ -8353,11 +9124,13 @@ const IconSquaresFour = React.forwardRef(
|
|
|
8353
9124
|
},
|
|
8354
9125
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8355
9126
|
stroke: "currentColor",
|
|
8356
|
-
strokeLinecap: "round",
|
|
8357
9127
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8358
9128
|
clipPath: "url(#a)"
|
|
8359
9129
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9130
|
+
strokeLinecap: "round",
|
|
8360
9131
|
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
9132
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9133
|
+
d: "M11.8097 12.3875v.0001"
|
|
8361
9134
|
})),
|
|
8362
9135
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8363
9136
|
id: "a"
|
|
@@ -8394,6 +9167,11 @@ const IconSquaresGroup = React.forwardRef(
|
|
|
8394
9167
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8395
9168
|
fill: "currentColor",
|
|
8396
9169
|
d: "M7 11h3v3h3v3h-6v-6Z"
|
|
9170
|
+
}),
|
|
9171
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9172
|
+
stroke: "currentColor",
|
|
9173
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9174
|
+
d: "M11.8097 12.3875v.0001"
|
|
8397
9175
|
})
|
|
8398
9176
|
)
|
|
8399
9177
|
);
|
|
@@ -8411,10 +9189,18 @@ const IconSquaresMerge = React.forwardRef(
|
|
|
8411
9189
|
ref: forwardRef2
|
|
8412
9190
|
},
|
|
8413
9191
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9192
|
+
stroke: "currentColor",
|
|
9193
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8414
9194
|
clipPath: "url(#a)"
|
|
8415
9195
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8416
|
-
|
|
8417
|
-
d: "
|
|
9196
|
+
strokeLinecap: "round",
|
|
9197
|
+
d: "M6 9h3v-3m9 9h-3v3"
|
|
9198
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9199
|
+
strokeLinecap: "round",
|
|
9200
|
+
strokeLinejoin: "round",
|
|
9201
|
+
d: "M6 9h-3v12h12v-3m-6-12v-3h12v12h-3"
|
|
9202
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9203
|
+
d: "M11.8097 12.3875v.0001"
|
|
8418
9204
|
})),
|
|
8419
9205
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8420
9206
|
id: "a"
|
|
@@ -8439,11 +9225,13 @@ const IconSquaresThree = React.forwardRef(
|
|
|
8439
9225
|
},
|
|
8440
9226
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8441
9227
|
stroke: "currentColor",
|
|
8442
|
-
strokeLinecap: "round",
|
|
8443
9228
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8444
9229
|
clipPath: "url(#a)"
|
|
8445
9230
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9231
|
+
strokeLinecap: "round",
|
|
8446
9232
|
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM19.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
9233
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9234
|
+
d: "M11.8097 12.3875v.0001"
|
|
8447
9235
|
})),
|
|
8448
9236
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8449
9237
|
id: "a"
|
|
@@ -8467,13 +9255,15 @@ const IconSquaresTwoOverlap = React.forwardRef(
|
|
|
8467
9255
|
ref: forwardRef2
|
|
8468
9256
|
},
|
|
8469
9257
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9258
|
+
stroke: "currentColor",
|
|
9259
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8470
9260
|
clipPath: "url(#a)"
|
|
8471
9261
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8472
|
-
stroke: "currentColor",
|
|
8473
9262
|
strokeLinecap: "round",
|
|
8474
9263
|
strokeLinejoin: "round",
|
|
8475
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8476
9264
|
d: "M9 5v-2h12v12h-2m-16-6h12v12h-12v-12Z"
|
|
9265
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9266
|
+
d: "M11.8097 12.3875v.0001"
|
|
8477
9267
|
})),
|
|
8478
9268
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8479
9269
|
id: "a"
|
|
@@ -8506,6 +9296,11 @@ const IconSquaresUngroup = React.forwardRef(
|
|
|
8506
9296
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8507
9297
|
fill: "currentColor",
|
|
8508
9298
|
d: "M8 2h3v3h-3v-3ZM19 2h3v3h-3v-3ZM19 13h3v3h-3v-3ZM8 13h3v3h-3v-3ZM2 8h3v3h-3v-3ZM2 19h3v3h-3v-3ZM13 19h3v3h-3v-3Z"
|
|
9299
|
+
}),
|
|
9300
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9301
|
+
stroke: "currentColor",
|
|
9302
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9303
|
+
d: "M11.8097 12.3875v.0001"
|
|
8509
9304
|
})
|
|
8510
9305
|
)
|
|
8511
9306
|
);
|
|
@@ -8523,13 +9318,15 @@ const IconSquaresUnmerge = React.forwardRef(
|
|
|
8523
9318
|
ref: forwardRef2
|
|
8524
9319
|
},
|
|
8525
9320
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9321
|
+
stroke: "currentColor",
|
|
9322
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8526
9323
|
clipPath: "url(#a)"
|
|
8527
9324
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8528
|
-
stroke: "currentColor",
|
|
8529
9325
|
strokeLinecap: "round",
|
|
8530
9326
|
strokeLinejoin: "round",
|
|
8531
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8532
9327
|
d: "M9 3h12v12h-12v-12Zm6 6h-12v12h12v-12Z"
|
|
9328
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9329
|
+
d: "M11.8097 12.3875v.0001"
|
|
8533
9330
|
})),
|
|
8534
9331
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8535
9332
|
id: "a"
|
|
@@ -8553,13 +9350,15 @@ const IconStack = React.forwardRef(
|
|
|
8553
9350
|
ref: forwardRef2
|
|
8554
9351
|
},
|
|
8555
9352
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9353
|
+
stroke: "currentColor",
|
|
9354
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8556
9355
|
clipPath: "url(#a)"
|
|
8557
9356
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8558
|
-
stroke: "currentColor",
|
|
8559
9357
|
strokeLinecap: "round",
|
|
8560
9358
|
strokeLinejoin: "round",
|
|
8561
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8562
9359
|
d: "m18 14 4 1.5-10 4.5-10-4.5 4-1.5m6-10 10 4.5-10 4.5-10-4.5 10-4.5Z"
|
|
9360
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9361
|
+
d: "M11.8097 12.3875v.0001"
|
|
8563
9362
|
})),
|
|
8564
9363
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8565
9364
|
id: "a"
|
|
@@ -8723,8 +9522,11 @@ const IconStickyEyeOpen = React.forwardRef(
|
|
|
8723
9522
|
fill: "currentColor"
|
|
8724
9523
|
}),
|
|
8725
9524
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8726
|
-
|
|
8727
|
-
|
|
9525
|
+
stroke: "currentColor",
|
|
9526
|
+
strokeLinecap: "round",
|
|
9527
|
+
strokeLinejoin: "round",
|
|
9528
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9529
|
+
d: "M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-5-15c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
8728
9530
|
})
|
|
8729
9531
|
)
|
|
8730
9532
|
);
|
|
@@ -8802,13 +9604,15 @@ const IconStickyNote = React.forwardRef(
|
|
|
8802
9604
|
ref: forwardRef2
|
|
8803
9605
|
},
|
|
8804
9606
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9607
|
+
stroke: "currentColor",
|
|
9608
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8805
9609
|
clipPath: "url(#a)"
|
|
8806
9610
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8807
|
-
stroke: "currentColor",
|
|
8808
9611
|
strokeLinecap: "round",
|
|
8809
9612
|
strokeLinejoin: "round",
|
|
8810
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8811
9613
|
d: "M21 14.5v-11.5h-18v18h11.5m6.5-6.5-6.5 6.5m6.5-6.5h-6.5v6.5"
|
|
9614
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9615
|
+
d: "M11.8097 12.3875v.0001"
|
|
8812
9616
|
})),
|
|
8813
9617
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8814
9618
|
id: "a"
|
|
@@ -8834,8 +9638,10 @@ const IconStickyNotesTwo = React.forwardRef(
|
|
|
8834
9638
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
8835
9639
|
clipPath: "url(#a)"
|
|
8836
9640
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8837
|
-
|
|
8838
|
-
|
|
9641
|
+
stroke: "currentColor",
|
|
9642
|
+
strokeLinejoin: "round",
|
|
9643
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9644
|
+
d: "M16 8v-4.5a.5.5 0 0 0-.5-.5h-12a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h4.5m8-8h-7.5a.5.5 0 0 0-.5.5v7.5m8-8h4.5a.5.5 0 0 1 .5.5v6.5m-13 1v4.5a.5.5 0 0 0 .5.5h6.5m0 0 6-6m-6 6v-6h6"
|
|
8839
9645
|
})),
|
|
8840
9646
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
8841
9647
|
id: "a"
|
|
@@ -8858,16 +9664,20 @@ const IconStopCircle = React.forwardRef(
|
|
|
8858
9664
|
fill: "none",
|
|
8859
9665
|
ref: forwardRef2
|
|
8860
9666
|
},
|
|
8861
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
8862
|
-
cx: 12,
|
|
8863
|
-
cy: 12,
|
|
8864
|
-
r: 9,
|
|
9667
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8865
9668
|
stroke: "currentColor",
|
|
8866
|
-
|
|
9669
|
+
strokeLinejoin: "round",
|
|
9670
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9671
|
+
d: "M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
|
|
8867
9672
|
}),
|
|
8868
9673
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8869
9674
|
fill: "currentColor",
|
|
8870
9675
|
d: "M9 10c0-.5523.4477-1 1-1h4c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-4Z"
|
|
9676
|
+
}),
|
|
9677
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9678
|
+
stroke: "currentColor",
|
|
9679
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9680
|
+
d: "M11.8097 12.3875v.0001"
|
|
8871
9681
|
})
|
|
8872
9682
|
)
|
|
8873
9683
|
);
|
|
@@ -9087,6 +9897,11 @@ const IconTag = React.forwardRef(
|
|
|
9087
9897
|
cy: 8.5,
|
|
9088
9898
|
r: 1.5,
|
|
9089
9899
|
fill: "currentColor"
|
|
9900
|
+
}),
|
|
9901
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9902
|
+
stroke: "currentColor",
|
|
9903
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9904
|
+
d: "M11.8097 12.3875v.0001"
|
|
9090
9905
|
})
|
|
9091
9906
|
)
|
|
9092
9907
|
);
|
|
@@ -9112,8 +9927,16 @@ const IconTextAUnderline = React.forwardRef(
|
|
|
9112
9927
|
rx: 0.5
|
|
9113
9928
|
}),
|
|
9114
9929
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9115
|
-
|
|
9116
|
-
|
|
9930
|
+
stroke: "currentColor",
|
|
9931
|
+
strokeLinecap: "round",
|
|
9932
|
+
strokeLinejoin: "round",
|
|
9933
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9934
|
+
d: "m7 16 1.25-3m8.75 3-1.25-3m0 0-3.75-9-3.75 9m7.5 0h-7.5"
|
|
9935
|
+
}),
|
|
9936
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9937
|
+
stroke: "currentColor",
|
|
9938
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9939
|
+
d: "M11.8097 12.3875v.0001"
|
|
9117
9940
|
})
|
|
9118
9941
|
)
|
|
9119
9942
|
);
|
|
@@ -9131,13 +9954,15 @@ const IconTextAlignCenter = React.forwardRef(
|
|
|
9131
9954
|
ref: forwardRef2
|
|
9132
9955
|
},
|
|
9133
9956
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9957
|
+
stroke: "currentColor",
|
|
9958
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9134
9959
|
clipPath: "url(#a)"
|
|
9135
9960
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9136
|
-
stroke: "currentColor",
|
|
9137
9961
|
strokeLinecap: "round",
|
|
9138
9962
|
strokeLinejoin: "round",
|
|
9139
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9140
9963
|
d: "M5 6h14m-11 4h8m-11 4h14m-11 4h8"
|
|
9964
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9965
|
+
d: "M11.8097 12.3875v.0001"
|
|
9141
9966
|
})),
|
|
9142
9967
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9143
9968
|
id: "a"
|
|
@@ -9161,13 +9986,15 @@ const IconTextAlignLeft = React.forwardRef(
|
|
|
9161
9986
|
ref: forwardRef2
|
|
9162
9987
|
},
|
|
9163
9988
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9989
|
+
stroke: "currentColor",
|
|
9990
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9164
9991
|
clipPath: "url(#a)"
|
|
9165
9992
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9166
|
-
stroke: "currentColor",
|
|
9167
9993
|
strokeLinecap: "round",
|
|
9168
9994
|
strokeLinejoin: "round",
|
|
9169
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9170
9995
|
d: "M5 6h14m-14 6h7m-7 6h14"
|
|
9996
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9997
|
+
d: "M11.8097 12.3875v.0001"
|
|
9171
9998
|
})),
|
|
9172
9999
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9173
10000
|
id: "a"
|
|
@@ -9192,7 +10019,19 @@ const IconTextBBoldItalicUnderlined = React.forwardRef(
|
|
|
9192
10019
|
},
|
|
9193
10020
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9194
10021
|
fill: "currentColor",
|
|
9195
|
-
d: "M4 20c0-.5523.4477-1 1-1h12c.5523 0 1 .4477 1 1s-.4477 1-1 1h-12c-.5523 0-1-.4477-1-
|
|
10022
|
+
d: "M4 20c0-.5523.4477-1 1-1h12c.5523 0 1 .4477 1 1s-.4477 1-1 1h-12c-.5523 0-1-.4477-1-1Z"
|
|
10023
|
+
}),
|
|
10024
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10025
|
+
stroke: "currentColor",
|
|
10026
|
+
strokeLinecap: "round",
|
|
10027
|
+
strokeLinejoin: "round",
|
|
10028
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10029
|
+
d: "M12.5 9.75c1.8317 0 3.25.5 3.25 2.5s-1.75 3.5-4.25 3.5h-4l1.125-6m3.875 0c1.8317 0 4-.75 4-3.25s-2.5-2.75-3-2.75h-3.75l-1.125 6m3.875 0h-3.875"
|
|
10030
|
+
}),
|
|
10031
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10032
|
+
stroke: "currentColor",
|
|
10033
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10034
|
+
d: "M11.8097 12.3875v.0001"
|
|
9196
10035
|
})
|
|
9197
10036
|
)
|
|
9198
10037
|
);
|
|
@@ -9210,13 +10049,15 @@ const IconTextBBold = React.forwardRef(
|
|
|
9210
10049
|
ref: forwardRef2
|
|
9211
10050
|
},
|
|
9212
10051
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10052
|
+
stroke: "currentColor",
|
|
10053
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9213
10054
|
clipPath: "url(#a)"
|
|
9214
10055
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9215
|
-
stroke: "currentColor",
|
|
9216
10056
|
strokeLinecap: "round",
|
|
9217
10057
|
strokeLinejoin: "round",
|
|
9218
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9219
10058
|
d: "M13.5 11.75h-6.25m6.25 0c1.0551 0 2.5-1.1794 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.8379 3.5 3.5s-1.2253 3.5-3.5 3.5h-6.25v-7"
|
|
10059
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10060
|
+
d: "M11.8097 12.3875v.0001"
|
|
9220
10061
|
})),
|
|
9221
10062
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9222
10063
|
id: "a"
|
|
@@ -9240,14 +10081,22 @@ const IconTextCursorEyeOpen = React.forwardRef(
|
|
|
9240
10081
|
ref: forwardRef2
|
|
9241
10082
|
},
|
|
9242
10083
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9243
|
-
|
|
9244
|
-
|
|
10084
|
+
stroke: "currentColor",
|
|
10085
|
+
strokeLinecap: "round",
|
|
10086
|
+
strokeLinejoin: "round",
|
|
10087
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10088
|
+
d: "M2 7h3c1.1046 0 2 .8954 2 2v10m0 0c0 1.1046-.8954 2-2 2h-3m5-2c0 1.1046.8954 2 2 2h3m-2-14c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
9245
10089
|
}),
|
|
9246
10090
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
9247
10091
|
cx: 16,
|
|
9248
10092
|
cy: 7,
|
|
9249
10093
|
r: 2,
|
|
9250
10094
|
fill: "currentColor"
|
|
10095
|
+
}),
|
|
10096
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10097
|
+
stroke: "currentColor",
|
|
10098
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10099
|
+
d: "M11.8097 12.3875v.0001"
|
|
9251
10100
|
})
|
|
9252
10101
|
)
|
|
9253
10102
|
);
|
|
@@ -9265,13 +10114,15 @@ const IconTextHOne = React.forwardRef(
|
|
|
9265
10114
|
ref: forwardRef2
|
|
9266
10115
|
},
|
|
9267
10116
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10117
|
+
stroke: "currentColor",
|
|
10118
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9268
10119
|
clipPath: "url(#a)"
|
|
9269
10120
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9270
|
-
stroke: "currentColor",
|
|
9271
10121
|
strokeLinecap: "round",
|
|
9272
10122
|
strokeLinejoin: "round",
|
|
9273
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9274
10123
|
d: "M5 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m5-12h3v12"
|
|
10124
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10125
|
+
d: "M11.8097 12.3875v.0001"
|
|
9275
10126
|
})),
|
|
9276
10127
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9277
10128
|
id: "a"
|
|
@@ -9295,13 +10146,15 @@ const IconTextHThree = React.forwardRef(
|
|
|
9295
10146
|
ref: forwardRef2
|
|
9296
10147
|
},
|
|
9297
10148
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10149
|
+
stroke: "currentColor",
|
|
10150
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9298
10151
|
clipPath: "url(#a)"
|
|
9299
10152
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9300
|
-
stroke: "currentColor",
|
|
9301
10153
|
strokeLinecap: "round",
|
|
9302
10154
|
strokeLinejoin: "round",
|
|
9303
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9304
10155
|
d: "M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"
|
|
10156
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10157
|
+
d: "M11.8097 12.3875v.0001"
|
|
9305
10158
|
})),
|
|
9306
10159
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9307
10160
|
id: "a"
|
|
@@ -9325,13 +10178,15 @@ const IconTextHTwo = React.forwardRef(
|
|
|
9325
10178
|
ref: forwardRef2
|
|
9326
10179
|
},
|
|
9327
10180
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10181
|
+
stroke: "currentColor",
|
|
10182
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9328
10183
|
clipPath: "url(#a)"
|
|
9329
10184
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9330
|
-
stroke: "currentColor",
|
|
9331
10185
|
strokeLinecap: "round",
|
|
9332
10186
|
strokeLinejoin: "round",
|
|
9333
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9334
10187
|
d: "M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6h-5v6h5"
|
|
10188
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10189
|
+
d: "M11.8097 12.3875v.0001"
|
|
9335
10190
|
})),
|
|
9336
10191
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9337
10192
|
id: "a"
|
|
@@ -9355,12 +10210,14 @@ const IconTextIItalic = React.forwardRef(
|
|
|
9355
10210
|
ref: forwardRef2
|
|
9356
10211
|
},
|
|
9357
10212
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10213
|
+
stroke: "currentColor",
|
|
10214
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9358
10215
|
clipPath: "url(#a)"
|
|
9359
10216
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9360
|
-
stroke: "currentColor",
|
|
9361
10217
|
strokeLinecap: "round",
|
|
9362
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9363
10218
|
d: "M11 5h4m4 0h-4m0 0-6 14m0 0h-4m4 0h4"
|
|
10219
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10220
|
+
d: "M11.8097 12.3875v.0001"
|
|
9364
10221
|
})),
|
|
9365
10222
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9366
10223
|
id: "a"
|
|
@@ -9384,13 +10241,15 @@ const IconTextIndent = React.forwardRef(
|
|
|
9384
10241
|
ref: forwardRef2
|
|
9385
10242
|
},
|
|
9386
10243
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10244
|
+
stroke: "currentColor",
|
|
10245
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9387
10246
|
clipPath: "url(#a)"
|
|
9388
10247
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9389
|
-
stroke: "currentColor",
|
|
9390
10248
|
strokeLinecap: "round",
|
|
9391
10249
|
strokeLinejoin: "round",
|
|
9392
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9393
10250
|
d: "M12 3v18m-10-9h7m0 0-3-3m3 3-3 3m10-9h6m-6 6h3m-3 6h6"
|
|
10251
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10252
|
+
d: "M11.8097 12.3875v.0001"
|
|
9394
10253
|
})),
|
|
9395
10254
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9396
10255
|
id: "a"
|
|
@@ -9414,13 +10273,15 @@ const IconTextLinesThree = React.forwardRef(
|
|
|
9414
10273
|
ref: forwardRef2
|
|
9415
10274
|
},
|
|
9416
10275
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10276
|
+
stroke: "currentColor",
|
|
10277
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9417
10278
|
clipPath: "url(#a)"
|
|
9418
10279
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9419
|
-
stroke: "currentColor",
|
|
9420
10280
|
strokeLinecap: "round",
|
|
9421
10281
|
strokeLinejoin: "round",
|
|
9422
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9423
10282
|
d: "M4 6h15m-15 6h15m-15 6h9"
|
|
10283
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10284
|
+
d: "M11.8097 12.3875v.0001"
|
|
9424
10285
|
})),
|
|
9425
10286
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9426
10287
|
id: "a"
|
|
@@ -9444,13 +10305,15 @@ const IconTextSStrikethrough = React.forwardRef(
|
|
|
9444
10305
|
ref: forwardRef2
|
|
9445
10306
|
},
|
|
9446
10307
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10308
|
+
stroke: "currentColor",
|
|
10309
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9447
10310
|
clipPath: "url(#a)"
|
|
9448
10311
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9449
|
-
stroke: "currentColor",
|
|
9450
10312
|
strokeLinecap: "round",
|
|
9451
10313
|
strokeLinejoin: "round",
|
|
9452
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9453
10314
|
d: "M8 18.9999s1.1958.9922 4 1c.9809.0028 4-.5 4-4s-4-4-4-4m0 0h-7m7 0h7m-3.5-7.25s-3.2759-1.8159-6 0c-1.2165.811-1.5459 2.0443-1.4489 3.2501"
|
|
10315
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10316
|
+
d: "M11.8097 12.3875v.0001"
|
|
9454
10317
|
})),
|
|
9455
10318
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9456
10319
|
id: "a"
|
|
@@ -9485,6 +10348,11 @@ const IconTextStyles = React.forwardRef(
|
|
|
9485
10348
|
fillRule: "evenodd",
|
|
9486
10349
|
d: "M21.6931 21.3213a3.984 3.984 0 0 0 .6079-.5395c.1825-.1993.3302-.3942.442-.5849.0869-.1298.1507-.2589.1897-.3872.0437-.1307.0673-.2506.0673-.3586 0-.1052-.0536-.1964-.1369-.2727-.0811-.0799-.1787-.124-.2898-.124-.094 0-.1664.0636-.2198.1366a7.6536 7.6536 0 0 1-.1688.2204l-.0008.001-.0007.0009c-.2208.2942-.4714.5136-.7513.661-.2698.1451-.6255.2213-1.0714.2213a1.0897 1.0897 0 0 1-.505-.1233c-.1461-.0778-.2813-.2218-.4016-.4434-.1196-.2264-.2163-.5373-.2873-.9369-.0706-.3974-.1065-.9123-.1065-1.5465 0-.2206.0205-.4659.0619-.7361a21.212 21.212 0 0 1 .1342-.7815 75.761 75.761 0 0 1 .1435-.6681c.0415-.1882.0652-.3235.0652-.395 0-.1196-.014-.2238-.0538-.2987a.5385.5385 0 0 0-.115-.1753 18.6126 18.6126 0 0 0-.1109-.1271c-.0256-.0401-.0513-.1062-.0734-.2049l-.0004-.0019-.0005-.0019c-.0269-.1-.0731-.2007-.137-.3022a1.3113 1.3113 0 0 0-.2215-.2679c-.0826-.0818-.1697-.1492-.2613-.2012-.0935-.053-.1875-.0837-.2805-.0837a.4145.4145 0 0 0-.1859.0456 1.8137 1.8137 0 0 0-.1478.0823l-.1354.0672a.314.314 0 0 1-.1066.0192c-.0365 0-.0867-.0068-.1525-.0229a4.6873 4.6873 0 0 0-.2113-.0699 3.322 3.322 0 0 0-.217-.0806c-.0729-.0262-.1435-.0409-.2108-.0409-.218 0-.488.1032-.8034.2898-.313.1829-.6421.4343-.9872.7528-.346.3134-.6851.6803-1.0175 1.1002a7.9268 7.9268 0 0 0-.8643 1.3277c-.2167.4122-.4006.7922-.5516 1.14l-.0005.0012c-.1447.3472-.2656.6711-.3625.9716l-.0003.0012c-.091.295-.158.573-.2008.8338l-.0003.0021c-.0365.2598-.0549.5082-.0549.7451 0 .2428.0408.4741.1228.6933.0813.2172.1912.4108.3301.58l.0013.0016c.1447.1687.3093.3041.4938.4051l.0012.0007c.1926.1019.3936.1538.6019.1538.3074 0 .652-.0983 1.0314-.2867.384-.1935.7704-.4413 1.1583-.7421.3934-.3065.7716-.6489 1.1343-1.0269.3121-.3201.588-.6428.8273-.9681.0711.3367.1567.6594.257.9679l.0004.0013c.1281.3754.2873.7073.4783.9947l.0013.0019c.1984.2831.4322.5096.7018.6776.2809.1711.6111.2554.9854.2554.2877 0 .5663-.0529.8351-.1583.2648-.104.509-.2359.7314-.3954Zm-4.0998-6.7647c.121.1722.1906.4703.1906.9119 0 .2156-.0371.4538-.1131.715-.0766.2573-.1769.521-.3012.7911a8.4463 8.4463 0 0 1-.4182.795l-.0008.0014a10.8507 10.8507 0 0 1-.4459.7171l-.0007.001c-.1344.2031-.3077.4192-.5208.6484a9.3732 9.3732 0 0 1-.6586.6273l-.001.0008c-.219.1939-.4252.3546-.6184.4826-.0959.0605-.1777.1043-.246.1328-.0695.029-.1192.0396-.1525.0396-.2845 0-.4491-.0786-.5323-.2066-.0956-.1533-.1474-.3605-.1474-.6289 0-.1801.0312-.3859.0956-.6182.0647-.2398.1505-.4894.257-.748.1129-.2655.2408-.5372.3837-.8149.1431-.2782.2921-.5504.4471-.8167a35.79 35.79 0 0 1 .4747-.7646c.1609-.2426.3125-.458.455-.6466l.0008-.001.0008-.0011c.0676-.0951.1561-.1947.2667-.2987a2.5586 2.5586 0 0 1 .3645-.2842 1.9823 1.9823 0 0 1 .4123-.2047l.0019-.0007c.1464-.0559.2879-.0831.4251-.0831.1316 0 .2596.073.3811.254Z",
|
|
9487
10350
|
clipRule: "evenodd"
|
|
10351
|
+
}),
|
|
10352
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10353
|
+
stroke: "currentColor",
|
|
10354
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10355
|
+
d: "M11.8097 12.3875v.0001"
|
|
9488
10356
|
})
|
|
9489
10357
|
)
|
|
9490
10358
|
);
|
|
@@ -9502,12 +10370,14 @@ const IconTextT = React.forwardRef(
|
|
|
9502
10370
|
ref: forwardRef2
|
|
9503
10371
|
},
|
|
9504
10372
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10373
|
+
stroke: "currentColor",
|
|
10374
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9505
10375
|
clipPath: "url(#a)"
|
|
9506
10376
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9507
|
-
stroke: "currentColor",
|
|
9508
10377
|
strokeLinecap: "round",
|
|
9509
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9510
10378
|
d: "M4 7v-2.5a.5.5 0 0 1 .5-.5h7.5m8 3v-2.5a.5.5 0 0 0-.5-.5h-7.5m0 0v16m0 0h-3m3 0h3"
|
|
10379
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10380
|
+
d: "M11.8097 12.3875v.0001"
|
|
9511
10381
|
})),
|
|
9512
10382
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9513
10383
|
id: "a"
|
|
@@ -9531,13 +10401,15 @@ const IconTextUUnderlined = React.forwardRef(
|
|
|
9531
10401
|
ref: forwardRef2
|
|
9532
10402
|
},
|
|
9533
10403
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10404
|
+
stroke: "currentColor",
|
|
10405
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9534
10406
|
clipPath: "url(#a)"
|
|
9535
10407
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9536
|
-
stroke: "currentColor",
|
|
9537
10408
|
strokeLinecap: "round",
|
|
9538
10409
|
strokeLinejoin: "round",
|
|
9539
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9540
10410
|
d: "M7 20h10m-10-16v8c0 3 2.7229 4 5 4s5-1 5-4v-8"
|
|
10411
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10412
|
+
d: "M11.8097 12.3875v.0001"
|
|
9541
10413
|
})),
|
|
9542
10414
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9543
10415
|
id: "a"
|
|
@@ -9561,12 +10433,14 @@ const IconThumbsUp = React.forwardRef(
|
|
|
9561
10433
|
ref: forwardRef2
|
|
9562
10434
|
},
|
|
9563
10435
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10436
|
+
stroke: "currentColor",
|
|
10437
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9564
10438
|
clipPath: "url(#a)"
|
|
9565
10439
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9566
|
-
stroke: "currentColor",
|
|
9567
10440
|
strokeLinecap: "round",
|
|
9568
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9569
10441
|
d: "M4 11.6167v8.3833m3.2-1.0479v-7.1281c0-.1369.0273-.2724.0803-.399l3.2494-8.1005c.1626-.3879.7001-.4402.937-.0911l.553 1.077c.6668.9826.8807 2.196.5892 3.3417l-.5892 2.3479h5.3333c1.1782 0 2.647.9832 2.647 2.1406v2.6198c0 2.8938-2.9211 5.2396-5.8667 5.2396h-5.8666c-.5891 0-1.0667-.4692-1.0667-1.0479Z"
|
|
10442
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10443
|
+
d: "M11.8097 12.3875v.0001"
|
|
9570
10444
|
})),
|
|
9571
10445
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9572
10446
|
id: "a"
|
|
@@ -9620,8 +10494,16 @@ const IconTicket = React.forwardRef(
|
|
|
9620
10494
|
ref: forwardRef2
|
|
9621
10495
|
},
|
|
9622
10496
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9623
|
-
|
|
9624
|
-
|
|
10497
|
+
stroke: "currentColor",
|
|
10498
|
+
strokeLinecap: "round",
|
|
10499
|
+
strokeLinejoin: "round",
|
|
10500
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10501
|
+
d: "M11 5v14m-6.5-14h15c.5523 0 1 .4477 1 1v3.148c-1.7543 0-3 1.0977-3 2.852s1.2457 2.852 3 2.852v3.148c0 .5523-.4477 1-1 1h-15c-.5523 0-1-.4477-1-1v-3.148c1.7543 0 3-1.0977 3-2.852 0-1.5938-1.2457-2.852-3-2.852v-3.148c0-.5523.4477-1 1-1Z"
|
|
10502
|
+
}),
|
|
10503
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10504
|
+
stroke: "currentColor",
|
|
10505
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10506
|
+
d: "M11.8097 12.3875v.0001"
|
|
9625
10507
|
})
|
|
9626
10508
|
)
|
|
9627
10509
|
);
|
|
@@ -9639,14 +10521,23 @@ const IconTimer = React.forwardRef(
|
|
|
9639
10521
|
ref: forwardRef2
|
|
9640
10522
|
},
|
|
9641
10523
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9642
|
-
|
|
9643
|
-
|
|
10524
|
+
stroke: "currentColor",
|
|
10525
|
+
strokeLinecap: "round",
|
|
10526
|
+
strokeLinejoin: "round",
|
|
10527
|
+
strokeMiterlimit: 1.414,
|
|
10528
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10529
|
+
d: "m12 12 3-3m-3-6c-4.9706 0-9 4.0294-9 9s4.0294 9 9 9 9-4.0294 9-9-4.0294-9-9-9Zm0 0v-2"
|
|
9644
10530
|
}),
|
|
9645
10531
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
9646
10532
|
cx: 12,
|
|
9647
10533
|
cy: 12,
|
|
9648
10534
|
r: 2,
|
|
9649
10535
|
fill: "currentColor"
|
|
10536
|
+
}),
|
|
10537
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10538
|
+
stroke: "currentColor",
|
|
10539
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10540
|
+
d: "M11.8097 12.3875v.0001"
|
|
9650
10541
|
})
|
|
9651
10542
|
)
|
|
9652
10543
|
);
|
|
@@ -9710,7 +10601,7 @@ const IconTrackpad = React.forwardRef(
|
|
|
9710
10601
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9711
10602
|
stroke: "currentColor",
|
|
9712
10603
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9713
|
-
d: "M4 14v2c0 1.6569 1.3431 3 3 3h5m-8-5v-7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v7m-16 0h8m8 0v2c0 1.6569-1.3431 3-3 3h-5m8-5h-8m0
|
|
10604
|
+
d: "M4 14v2c0 1.6569 1.3431 3 3 3h5m-8-5v-7c0-1.6569 1.3431-3 3-3h10c1.6569 0 3 1.3431 3 3v7m-16 0h8m8 0v2c0 1.6569-1.3431 3-3 3h-5m8-5h-8m0 0v5M11.8097 12.3875v.0001"
|
|
9714
10605
|
})
|
|
9715
10606
|
)
|
|
9716
10607
|
);
|
|
@@ -9758,13 +10649,15 @@ const IconTrashSimple = React.forwardRef(
|
|
|
9758
10649
|
ref: forwardRef2
|
|
9759
10650
|
},
|
|
9760
10651
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10652
|
+
stroke: "currentColor",
|
|
10653
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9761
10654
|
clipPath: "url(#a)"
|
|
9762
10655
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9763
|
-
stroke: "currentColor",
|
|
9764
10656
|
strokeLinecap: "round",
|
|
9765
10657
|
strokeMiterlimit: 1.414,
|
|
9766
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9767
10658
|
d: "M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75"
|
|
10659
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10660
|
+
d: "M11.8097 12.3875v.0001"
|
|
9768
10661
|
})),
|
|
9769
10662
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9770
10663
|
id: "a"
|
|
@@ -9788,13 +10681,15 @@ const IconTrash = React.forwardRef(
|
|
|
9788
10681
|
ref: forwardRef2
|
|
9789
10682
|
},
|
|
9790
10683
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10684
|
+
stroke: "currentColor",
|
|
10685
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9791
10686
|
clipPath: "url(#a)"
|
|
9792
10687
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9793
|
-
stroke: "currentColor",
|
|
9794
10688
|
strokeLinecap: "round",
|
|
9795
10689
|
strokeMiterlimit: 1.414,
|
|
9796
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9797
10690
|
d: "M4 5h8m8 0h-8m0 0v-2m-6 5v12.75a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25v-12.75m-8 0v9m4-9v9"
|
|
10691
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10692
|
+
d: "M11.8097 12.3875v.0001"
|
|
9798
10693
|
})),
|
|
9799
10694
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9800
10695
|
id: "a"
|
|
@@ -9818,10 +10713,12 @@ const IconTriangleSquareCircle = React.forwardRef(
|
|
|
9818
10713
|
ref: forwardRef2
|
|
9819
10714
|
},
|
|
9820
10715
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10716
|
+
stroke: "currentColor",
|
|
10717
|
+
strokeLinejoin: "round",
|
|
10718
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9821
10719
|
clipPath: "url(#a)"
|
|
9822
10720
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9823
|
-
|
|
9824
|
-
d: "M3 14v-1c-.5523 0-1 .4477-1 1h1Zm7 0h1c0-.5523-.4477-1-1-1v1Zm0 7v1c.5523 0 1-.4477 1-1h-1Zm-7 0h-1c0 .5523.4477 1 1 1v-1Zm5.5-11-.8944-.4472a1 1 0 0 0 .8944 1.4472v-1Zm7 0v1a1 1 0 0 0 .8944-1.4472l-.8944.4472Zm-3.5-7 .8944-.4472a1 1 0 0 0-1.7888 0l.8944.4472Zm-9 12h7v-2h-7v2Zm6-1v7h2v-7h-2Zm1 6h-7v2h7v-2Zm-6 1v-7h-2v7h2Zm4.5-10h7v-2h-7v2Zm7.8944-1.4472-3.5-7-1.7888.8944 3.5 7 1.7888-.8944Zm-5.2888-7-3.5 7 1.7888.8944 3.5-7-1.7888-.8944Zm8.8944 14.9472c0 1.3807-1.1193 2.5-2.5 2.5v2c2.4853 0 4.5-2.0147 4.5-4.5h-2Zm-2.5 2.5c-1.3807 0-2.5-1.1193-2.5-2.5h-2c0 2.4853 2.0147 4.5 4.5 4.5v-2Zm-2.5-2.5c0-1.3807 1.1193-2.5 2.5-2.5v-2c-2.4853 0-4.5 2.0147-4.5 4.5h2Zm2.5-2.5c1.3807 0 2.5 1.1193 2.5 2.5h2c0-2.4853-2.0147-4.5-4.5-4.5v2Z"
|
|
10721
|
+
d: "M10 14h-7v7h7v-7ZM15.5 10h-7l3.5-7 3.5 7ZM21 17.5c0 1.933-1.567 3.5-3.5 3.5s-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5Z"
|
|
9825
10722
|
})),
|
|
9826
10723
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9827
10724
|
id: "a"
|
|
@@ -9845,11 +10742,11 @@ const IconTriangle = React.forwardRef(
|
|
|
9845
10742
|
ref: forwardRef2
|
|
9846
10743
|
},
|
|
9847
10744
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9848
|
-
clipPath: "url(#a)"
|
|
9849
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9850
10745
|
stroke: "currentColor",
|
|
9851
10746
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9852
|
-
|
|
10747
|
+
clipPath: "url(#a)"
|
|
10748
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10749
|
+
d: "M20.5807 20.5263h-17.181c-.1847 0-.3057-.1933-.2249-.3593l8.1384-16.729c.0891-.183.3479-.1886.4448-.0095l9.0426 16.7289c.09.1666-.0306.3689-.2199.3689ZM11.8097 12.3875v.0001"
|
|
9853
10750
|
})),
|
|
9854
10751
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9855
10752
|
id: "a"
|
|
@@ -9894,6 +10791,11 @@ const IconTrident = React.forwardRef(
|
|
|
9894
10791
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9895
10792
|
fill: "currentColor",
|
|
9896
10793
|
d: "M4.777 4.1332c.092-.1843.355-.1843.4471 0l2.006 4.0118c.0996.1994-.0917.4197-.303.3489l-1.8472-.6188a.25.25 0 0 0-.1588 0l-1.847.6188c-.2114.0708-.4028-.1495-.303-.3489l2.0058-4.0118Z"
|
|
10794
|
+
}),
|
|
10795
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10796
|
+
stroke: "currentColor",
|
|
10797
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10798
|
+
d: "M11.8097 12.3875v.0001"
|
|
9897
10799
|
})
|
|
9898
10800
|
)
|
|
9899
10801
|
);
|
|
@@ -9920,6 +10822,11 @@ const IconTrophy = React.forwardRef(
|
|
|
9920
10822
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9921
10823
|
fill: "currentColor",
|
|
9922
10824
|
d: "M8 19c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-6c-.5523 0-1-.4477-1-1v-2Z"
|
|
10825
|
+
}),
|
|
10826
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10827
|
+
stroke: "currentColor",
|
|
10828
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10829
|
+
d: "M11.8097 12.3875v.0001"
|
|
9923
10830
|
})
|
|
9924
10831
|
)
|
|
9925
10832
|
);
|
|
@@ -9941,6 +10848,11 @@ const IconUserAdd = React.forwardRef(
|
|
|
9941
10848
|
strokeLinecap: "round",
|
|
9942
10849
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9943
10850
|
d: "M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z"
|
|
10851
|
+
}),
|
|
10852
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10853
|
+
stroke: "currentColor",
|
|
10854
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10855
|
+
d: "M11.8097 12.3875v.0001"
|
|
9944
10856
|
})
|
|
9945
10857
|
)
|
|
9946
10858
|
);
|
|
@@ -9960,8 +10872,11 @@ const IconUserArrowRightUp = React.forwardRef(
|
|
|
9960
10872
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
9961
10873
|
clipPath: "url(#a)"
|
|
9962
10874
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
9963
|
-
|
|
9964
|
-
|
|
10875
|
+
stroke: "currentColor",
|
|
10876
|
+
strokeLinecap: "round",
|
|
10877
|
+
strokeLinejoin: "round",
|
|
10878
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10879
|
+
d: "M3 20s0-6 4-6h4m7 7v-8m0 0 3 3m-3-3-3 3m0-9c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
|
|
9965
10880
|
})),
|
|
9966
10881
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
9967
10882
|
id: "a"
|
|
@@ -10039,8 +10954,11 @@ const IconUserEyeOpen = React.forwardRef(
|
|
|
10039
10954
|
ref: forwardRef2
|
|
10040
10955
|
},
|
|
10041
10956
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10042
|
-
|
|
10043
|
-
|
|
10957
|
+
stroke: "currentColor",
|
|
10958
|
+
strokeLinecap: "round",
|
|
10959
|
+
strokeLinejoin: "round",
|
|
10960
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10961
|
+
d: "M3 19.9999s0-6 4-6h1m7-6.9999c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm-5 11c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
|
|
10044
10962
|
}),
|
|
10045
10963
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
10046
10964
|
cx: 16,
|
|
@@ -10123,8 +11041,11 @@ const IconUserPenDashesBottom = React.forwardRef(
|
|
|
10123
11041
|
ref: forwardRef2
|
|
10124
11042
|
},
|
|
10125
11043
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10126
|
-
|
|
10127
|
-
|
|
11044
|
+
stroke: "currentColor",
|
|
11045
|
+
strokeLinecap: "round",
|
|
11046
|
+
strokeLinejoin: "round",
|
|
11047
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11048
|
+
d: "M11 14h-4c-4 0-4 6-4 6h3m4 0h3m4 0h3m-5-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
|
|
10128
11049
|
}),
|
|
10129
11050
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10130
11051
|
fill: "currentColor",
|
|
@@ -10148,8 +11069,11 @@ const IconUserPenLineBottom = React.forwardRef(
|
|
|
10148
11069
|
ref: forwardRef2
|
|
10149
11070
|
},
|
|
10150
11071
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10151
|
-
|
|
10152
|
-
|
|
11072
|
+
stroke: "currentColor",
|
|
11073
|
+
strokeLinecap: "round",
|
|
11074
|
+
strokeLinejoin: "round",
|
|
11075
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11076
|
+
d: "M11 14h-4c-4 0-4 6-4 6h17.5m-5.5-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
|
|
10153
11077
|
}),
|
|
10154
11078
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10155
11079
|
fill: "currentColor",
|
|
@@ -10175,8 +11099,11 @@ const IconUserTickDown = React.forwardRef(
|
|
|
10175
11099
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
10176
11100
|
clipPath: "url(#a)"
|
|
10177
11101
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10178
|
-
|
|
10179
|
-
|
|
11102
|
+
stroke: "currentColor",
|
|
11103
|
+
strokeLinecap: "round",
|
|
11104
|
+
strokeLinejoin: "round",
|
|
11105
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11106
|
+
d: "M3 20s0-6 4-6h6m0 4 3 3 5-5m-6-9c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
|
|
10180
11107
|
})),
|
|
10181
11108
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
10182
11109
|
id: "a"
|
|
@@ -10204,6 +11131,11 @@ const IconUser = React.forwardRef(
|
|
|
10204
11131
|
strokeLinecap: "round",
|
|
10205
11132
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10206
11133
|
d: "m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
|
|
11134
|
+
}),
|
|
11135
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
11136
|
+
stroke: "currentColor",
|
|
11137
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11138
|
+
d: "M11.8097 12.3875v.0001"
|
|
10207
11139
|
})
|
|
10208
11140
|
)
|
|
10209
11141
|
);
|
|
@@ -10255,6 +11187,11 @@ const IconUsers = React.forwardRef(
|
|
|
10255
11187
|
strokeLinecap: "round",
|
|
10256
11188
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10257
11189
|
d: "m1 20 .443-2.6576c.3214-1.9287 1.9901-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m3-4h1.8517c1.513 0 2.7892 1.1266 2.9769 2.6279l.1715 1.3721m-12.0001-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Zm9 2.5c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z"
|
|
11190
|
+
}),
|
|
11191
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
11192
|
+
stroke: "currentColor",
|
|
11193
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11194
|
+
d: "M11.8097 12.3875v.0001"
|
|
10258
11195
|
})
|
|
10259
11196
|
)
|
|
10260
11197
|
);
|
|
@@ -10375,6 +11312,11 @@ const IconViewCenter = React.forwardRef(
|
|
|
10375
11312
|
y: 8,
|
|
10376
11313
|
fill: "currentColor",
|
|
10377
11314
|
rx: 1
|
|
11315
|
+
}),
|
|
11316
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
11317
|
+
stroke: "currentColor",
|
|
11318
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11319
|
+
d: "M11.8097 12.3875v.0001"
|
|
10378
11320
|
})
|
|
10379
11321
|
)
|
|
10380
11322
|
);
|
|
@@ -10405,6 +11347,11 @@ const IconViewSideLeft = React.forwardRef(
|
|
|
10405
11347
|
y: 7,
|
|
10406
11348
|
fill: "currentColor",
|
|
10407
11349
|
rx: 1
|
|
11350
|
+
}),
|
|
11351
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
11352
|
+
stroke: "currentColor",
|
|
11353
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11354
|
+
d: "M11.8097 12.3875v.0001"
|
|
10408
11355
|
})
|
|
10409
11356
|
)
|
|
10410
11357
|
);
|
|
@@ -10430,6 +11377,11 @@ const IconWallet = React.forwardRef(
|
|
|
10430
11377
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
10431
11378
|
fill: "currentColor",
|
|
10432
11379
|
d: "M17 10c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
|
|
11380
|
+
}),
|
|
11381
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
11382
|
+
stroke: "currentColor",
|
|
11383
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11384
|
+
d: "M11.8097 12.3875v.0001"
|
|
10433
11385
|
})
|
|
10434
11386
|
)
|
|
10435
11387
|
);
|
|
@@ -10533,6 +11485,8 @@ exports.IconClustered = IconClustered;
|
|
|
10533
11485
|
exports.IconCog = IconCog;
|
|
10534
11486
|
exports.IconColumnsThree = IconColumnsThree;
|
|
10535
11487
|
exports.IconConeSerpentine = IconConeSerpentine;
|
|
11488
|
+
exports.IconConnectionLineElbows = IconConnectionLineElbows;
|
|
11489
|
+
exports.IconConnectionLineStraight = IconConnectionLineStraight;
|
|
10536
11490
|
exports.IconCornersThreeEyeOpen = IconCornersThreeEyeOpen;
|
|
10537
11491
|
exports.IconCreditCard = IconCreditCard;
|
|
10538
11492
|
exports.IconCrop = IconCrop;
|
|
@@ -10656,6 +11610,7 @@ exports.IconNoteMagnifyingGlass = IconNoteMagnifyingGlass;
|
|
|
10656
11610
|
exports.IconOctagon = IconOctagon;
|
|
10657
11611
|
exports.IconOffice = IconOffice;
|
|
10658
11612
|
exports.IconPaintBucket = IconPaintBucket;
|
|
11613
|
+
exports.IconPalette = IconPalette;
|
|
10659
11614
|
exports.IconPaperPlaneFilledRight = IconPaperPlaneFilledRight;
|
|
10660
11615
|
exports.IconPaperPlaneTilt = IconPaperPlaneTilt;
|
|
10661
11616
|
exports.IconParallelogram = IconParallelogram;
|
|
@@ -10664,6 +11619,7 @@ exports.IconPauseCircle = IconPauseCircle;
|
|
|
10664
11619
|
exports.IconPdf = IconPdf;
|
|
10665
11620
|
exports.IconPen = IconPen;
|
|
10666
11621
|
exports.IconPenTip = IconPenTip;
|
|
11622
|
+
exports.IconPenUnderline = IconPenUnderline;
|
|
10667
11623
|
exports.IconPentagon = IconPentagon;
|
|
10668
11624
|
exports.IconPlaceholder = IconPlaceholder;
|
|
10669
11625
|
exports.IconPlanet = IconPlanet;
|
|
@@ -10685,6 +11641,7 @@ exports.IconPresentationPlus = IconPresentationPlus;
|
|
|
10685
11641
|
exports.IconPrevious = IconPrevious;
|
|
10686
11642
|
exports.IconProhibit = IconProhibit;
|
|
10687
11643
|
exports.IconPushPin = IconPushPin;
|
|
11644
|
+
exports.IconPushPinFilled = IconPushPinFilled;
|
|
10688
11645
|
exports.IconQuestionMark = IconQuestionMark;
|
|
10689
11646
|
exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
|
|
10690
11647
|
exports.IconRectangleArrowUpCenter = IconRectangleArrowUpCenter;
|