@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/module.js
CHANGED
|
@@ -29,12 +29,14 @@ const IconAddLineBottom = forwardRef(
|
|
|
29
29
|
ref: forwardRef2
|
|
30
30
|
},
|
|
31
31
|
/* @__PURE__ */ React.createElement("g", {
|
|
32
|
+
stroke: "currentColor",
|
|
33
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
32
34
|
clipPath: "url(#a)"
|
|
33
35
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
34
|
-
stroke: "currentColor",
|
|
35
36
|
strokeLinecap: "round",
|
|
36
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
37
37
|
d: "M21 5h-18m13 10h-4m0 0h-4m4 0v-4m0 4v4"
|
|
38
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
+
d: "M11.8097 12.3875v.0001"
|
|
38
40
|
})),
|
|
39
41
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
40
42
|
id: "a"
|
|
@@ -58,12 +60,14 @@ const IconAddLineRight = forwardRef(
|
|
|
58
60
|
ref: forwardRef2
|
|
59
61
|
},
|
|
60
62
|
/* @__PURE__ */ React.createElement("g", {
|
|
63
|
+
stroke: "currentColor",
|
|
64
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
61
65
|
clipPath: "url(#a)"
|
|
62
66
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
63
|
-
stroke: "currentColor",
|
|
64
67
|
strokeLinecap: "round",
|
|
65
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
66
68
|
d: "M5 3v18m10-13v4m0 0v4m0-4h-4m4 0h4"
|
|
69
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
70
|
+
d: "M11.8097 12.3875v.0001"
|
|
67
71
|
})),
|
|
68
72
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
69
73
|
id: "a"
|
|
@@ -97,6 +101,11 @@ const IconAlignBottom = forwardRef(
|
|
|
97
101
|
/* @__PURE__ */ React.createElement("path", {
|
|
98
102
|
fill: "currentColor",
|
|
99
103
|
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"
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
106
|
+
stroke: "currentColor",
|
|
107
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
108
|
+
d: "M11.8097 12.3875v.0001"
|
|
100
109
|
})
|
|
101
110
|
)
|
|
102
111
|
);
|
|
@@ -124,6 +133,11 @@ const IconAlignCenterHorizontal = forwardRef(
|
|
|
124
133
|
/* @__PURE__ */ React.createElement("path", {
|
|
125
134
|
fill: "currentColor",
|
|
126
135
|
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"
|
|
136
|
+
}),
|
|
137
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
138
|
+
stroke: "currentColor",
|
|
139
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
140
|
+
d: "M11.8097 12.3875v.0001"
|
|
127
141
|
})
|
|
128
142
|
)
|
|
129
143
|
);
|
|
@@ -151,6 +165,11 @@ const IconAlignCenterVertical = forwardRef(
|
|
|
151
165
|
/* @__PURE__ */ React.createElement("path", {
|
|
152
166
|
fill: "currentColor",
|
|
153
167
|
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"
|
|
168
|
+
}),
|
|
169
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
170
|
+
stroke: "currentColor",
|
|
171
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
172
|
+
d: "M11.8097 12.3875v.0001"
|
|
154
173
|
})
|
|
155
174
|
)
|
|
156
175
|
);
|
|
@@ -178,6 +197,11 @@ const IconAlignLeft = forwardRef(
|
|
|
178
197
|
/* @__PURE__ */ React.createElement("path", {
|
|
179
198
|
fill: "currentColor",
|
|
180
199
|
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"
|
|
200
|
+
}),
|
|
201
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
202
|
+
stroke: "currentColor",
|
|
203
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
204
|
+
d: "M11.8097 12.3875v.0001"
|
|
181
205
|
})
|
|
182
206
|
)
|
|
183
207
|
);
|
|
@@ -205,6 +229,11 @@ const IconAlignRight = forwardRef(
|
|
|
205
229
|
/* @__PURE__ */ React.createElement("path", {
|
|
206
230
|
fill: "currentColor",
|
|
207
231
|
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"
|
|
232
|
+
}),
|
|
233
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
234
|
+
stroke: "currentColor",
|
|
235
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
236
|
+
d: "M11.8097 12.3875v.0001"
|
|
208
237
|
})
|
|
209
238
|
)
|
|
210
239
|
);
|
|
@@ -232,6 +261,11 @@ const IconAlignTop = forwardRef(
|
|
|
232
261
|
/* @__PURE__ */ React.createElement("path", {
|
|
233
262
|
fill: "currentColor",
|
|
234
263
|
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"
|
|
264
|
+
}),
|
|
265
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
266
|
+
stroke: "currentColor",
|
|
267
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
268
|
+
d: "M11.8097 12.3875v.0001"
|
|
235
269
|
})
|
|
236
270
|
)
|
|
237
271
|
);
|
|
@@ -343,6 +377,11 @@ const IconArrowBoxOut = forwardRef(
|
|
|
343
377
|
strokeLinecap: "round",
|
|
344
378
|
strokeWidth: "var(--svg-stroke-width)",
|
|
345
379
|
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"
|
|
380
|
+
}),
|
|
381
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
382
|
+
stroke: "currentColor",
|
|
383
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
384
|
+
d: "M11.8097 12.3875v.0001"
|
|
346
385
|
})
|
|
347
386
|
)
|
|
348
387
|
);
|
|
@@ -360,12 +399,14 @@ const IconArrowClockwiseDownRight = forwardRef(
|
|
|
360
399
|
ref: forwardRef2
|
|
361
400
|
},
|
|
362
401
|
/* @__PURE__ */ React.createElement("g", {
|
|
402
|
+
stroke: "currentColor",
|
|
403
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
363
404
|
clipPath: "url(#a)"
|
|
364
405
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
365
|
-
stroke: "currentColor",
|
|
366
406
|
strokeLinecap: "round",
|
|
367
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
368
407
|
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"
|
|
408
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
409
|
+
d: "M11.8097 12.3875v.0001"
|
|
369
410
|
})),
|
|
370
411
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
371
412
|
id: "a"
|
|
@@ -389,12 +430,14 @@ const IconArrowClockwiseUpLeft = forwardRef(
|
|
|
389
430
|
ref: forwardRef2
|
|
390
431
|
},
|
|
391
432
|
/* @__PURE__ */ React.createElement("g", {
|
|
433
|
+
stroke: "currentColor",
|
|
434
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
392
435
|
clipPath: "url(#a)"
|
|
393
436
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
394
|
-
stroke: "currentColor",
|
|
395
437
|
strokeLinecap: "round",
|
|
396
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
397
438
|
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"
|
|
439
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
440
|
+
d: "M11.8097 12.3875v.0001"
|
|
398
441
|
})),
|
|
399
442
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
400
443
|
id: "a"
|
|
@@ -418,12 +461,14 @@ const IconArrowCounterClockwiseDownLeft = forwardRef(
|
|
|
418
461
|
ref: forwardRef2
|
|
419
462
|
},
|
|
420
463
|
/* @__PURE__ */ React.createElement("g", {
|
|
464
|
+
stroke: "currentColor",
|
|
465
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
421
466
|
clipPath: "url(#a)"
|
|
422
467
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
423
|
-
stroke: "currentColor",
|
|
424
468
|
strokeLinecap: "round",
|
|
425
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
426
469
|
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"
|
|
470
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
471
|
+
d: "M11.8097 12.3875v.0001"
|
|
427
472
|
})),
|
|
428
473
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
429
474
|
id: "a"
|
|
@@ -447,12 +492,14 @@ const IconArrowCounterClockwiseUpRight = forwardRef(
|
|
|
447
492
|
ref: forwardRef2
|
|
448
493
|
},
|
|
449
494
|
/* @__PURE__ */ React.createElement("g", {
|
|
495
|
+
stroke: "currentColor",
|
|
496
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
450
497
|
clipPath: "url(#a)"
|
|
451
498
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
452
|
-
stroke: "currentColor",
|
|
453
499
|
strokeLinecap: "round",
|
|
454
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
455
500
|
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"
|
|
501
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
502
|
+
d: "M11.8097 12.3875v.0001"
|
|
456
503
|
})),
|
|
457
504
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
458
505
|
id: "a"
|
|
@@ -510,6 +557,11 @@ const IconArrowDownLeft = forwardRef(
|
|
|
510
557
|
strokeLinecap: "round",
|
|
511
558
|
strokeWidth: "var(--svg-stroke-width)",
|
|
512
559
|
d: "M5 19h9m-9 0v-9m0 9 14-14"
|
|
560
|
+
}),
|
|
561
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
562
|
+
stroke: "currentColor",
|
|
563
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
564
|
+
d: "M11.8097 12.3875v.0001"
|
|
513
565
|
})
|
|
514
566
|
)
|
|
515
567
|
);
|
|
@@ -531,6 +583,11 @@ const IconArrowDownRight = forwardRef(
|
|
|
531
583
|
strokeLinecap: "round",
|
|
532
584
|
strokeWidth: "var(--svg-stroke-width)",
|
|
533
585
|
d: "M19 19v-9m0 9h-9m9 0-14-14"
|
|
586
|
+
}),
|
|
587
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
588
|
+
stroke: "currentColor",
|
|
589
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
590
|
+
d: "M11.8097 12.3875v.0001"
|
|
534
591
|
})
|
|
535
592
|
)
|
|
536
593
|
);
|
|
@@ -552,6 +609,11 @@ const IconArrowDown = forwardRef(
|
|
|
552
609
|
strokeLinecap: "round",
|
|
553
610
|
strokeWidth: "var(--svg-stroke-width)",
|
|
554
611
|
d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
|
|
612
|
+
}),
|
|
613
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
614
|
+
stroke: "currentColor",
|
|
615
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
616
|
+
d: "M11.8097 12.3875v.0001"
|
|
555
617
|
})
|
|
556
618
|
)
|
|
557
619
|
);
|
|
@@ -569,11 +631,11 @@ const IconArrowFatRight = forwardRef(
|
|
|
569
631
|
ref: forwardRef2
|
|
570
632
|
},
|
|
571
633
|
/* @__PURE__ */ React.createElement("g", {
|
|
572
|
-
clipPath: "url(#a)"
|
|
573
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
574
634
|
stroke: "currentColor",
|
|
575
635
|
strokeWidth: "var(--svg-stroke-width)",
|
|
576
|
-
|
|
636
|
+
clipPath: "url(#a)"
|
|
637
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
638
|
+
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"
|
|
577
639
|
})),
|
|
578
640
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
579
641
|
id: "a"
|
|
@@ -599,8 +661,11 @@ const IconArrowFatUpRight = forwardRef(
|
|
|
599
661
|
/* @__PURE__ */ React.createElement("g", {
|
|
600
662
|
clipPath: "url(#a)"
|
|
601
663
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
602
|
-
|
|
603
|
-
|
|
664
|
+
stroke: "currentColor",
|
|
665
|
+
strokeLinecap: "round",
|
|
666
|
+
strokeLinejoin: "round",
|
|
667
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
668
|
+
d: "m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z"
|
|
604
669
|
})),
|
|
605
670
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
606
671
|
id: "a"
|
|
@@ -628,6 +693,11 @@ const IconArrowLeft = forwardRef(
|
|
|
628
693
|
strokeLinecap: "round",
|
|
629
694
|
strokeWidth: "var(--svg-stroke-width)",
|
|
630
695
|
d: "M21 12h-17m6.41-7-7 7 7 7"
|
|
696
|
+
}),
|
|
697
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
698
|
+
stroke: "currentColor",
|
|
699
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
700
|
+
d: "M11.8097 12.3875v.0001"
|
|
631
701
|
})
|
|
632
702
|
)
|
|
633
703
|
);
|
|
@@ -649,6 +719,11 @@ const IconArrowRight = forwardRef(
|
|
|
649
719
|
strokeLinecap: "round",
|
|
650
720
|
strokeWidth: "var(--svg-stroke-width)",
|
|
651
721
|
d: "M20 12h-17m10.59-7 7 7-7 7"
|
|
722
|
+
}),
|
|
723
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
724
|
+
stroke: "currentColor",
|
|
725
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
726
|
+
d: "M11.8097 12.3875v.0001"
|
|
652
727
|
})
|
|
653
728
|
)
|
|
654
729
|
);
|
|
@@ -668,8 +743,11 @@ const IconArrowUpCircle = forwardRef(
|
|
|
668
743
|
/* @__PURE__ */ React.createElement("g", {
|
|
669
744
|
clipPath: "url(#a)"
|
|
670
745
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
671
|
-
|
|
672
|
-
|
|
746
|
+
stroke: "currentColor",
|
|
747
|
+
strokeLinecap: "round",
|
|
748
|
+
strokeLinejoin: "round",
|
|
749
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
750
|
+
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"
|
|
673
751
|
})),
|
|
674
752
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
675
753
|
id: "a"
|
|
@@ -697,6 +775,11 @@ const IconArrowUpLeft = forwardRef(
|
|
|
697
775
|
strokeLinecap: "round",
|
|
698
776
|
strokeWidth: "var(--svg-stroke-width)",
|
|
699
777
|
d: "M5 5v9m0-9h9m-9 0 14 14"
|
|
778
|
+
}),
|
|
779
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
780
|
+
stroke: "currentColor",
|
|
781
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
782
|
+
d: "M11.8097 12.3875v.0001"
|
|
700
783
|
})
|
|
701
784
|
)
|
|
702
785
|
);
|
|
@@ -718,6 +801,11 @@ const IconArrowUpRight = forwardRef(
|
|
|
718
801
|
strokeLinecap: "round",
|
|
719
802
|
strokeWidth: "var(--svg-stroke-width)",
|
|
720
803
|
d: "M19 5h-9m9 0v9m0-9-14 14"
|
|
804
|
+
}),
|
|
805
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
806
|
+
stroke: "currentColor",
|
|
807
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
808
|
+
d: "M11.8097 12.3875v.0001"
|
|
721
809
|
})
|
|
722
810
|
)
|
|
723
811
|
);
|
|
@@ -739,6 +827,11 @@ const IconArrowUp = forwardRef(
|
|
|
739
827
|
strokeLinecap: "round",
|
|
740
828
|
strokeWidth: "var(--svg-stroke-width)",
|
|
741
829
|
d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
|
|
830
|
+
}),
|
|
831
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
832
|
+
stroke: "currentColor",
|
|
833
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
834
|
+
d: "M11.8097 12.3875v.0001"
|
|
742
835
|
})
|
|
743
836
|
)
|
|
744
837
|
);
|
|
@@ -786,12 +879,14 @@ const IconArrowsClockwiseX = forwardRef(
|
|
|
786
879
|
ref: forwardRef2
|
|
787
880
|
},
|
|
788
881
|
/* @__PURE__ */ React.createElement("g", {
|
|
882
|
+
stroke: "currentColor",
|
|
883
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
789
884
|
clipPath: "url(#a)"
|
|
790
885
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
791
|
-
stroke: "currentColor",
|
|
792
886
|
strokeLinecap: "round",
|
|
793
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
794
887
|
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"
|
|
888
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
889
|
+
d: "M11.8097 12.3875v.0001"
|
|
795
890
|
})),
|
|
796
891
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
797
892
|
id: "a"
|
|
@@ -815,12 +910,14 @@ const IconArrowsClockwiseY = forwardRef(
|
|
|
815
910
|
ref: forwardRef2
|
|
816
911
|
},
|
|
817
912
|
/* @__PURE__ */ React.createElement("g", {
|
|
913
|
+
stroke: "currentColor",
|
|
914
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
818
915
|
clipPath: "url(#a)"
|
|
819
916
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
820
|
-
stroke: "currentColor",
|
|
821
917
|
strokeLinecap: "round",
|
|
822
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
823
918
|
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"
|
|
919
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
920
|
+
d: "M11.8097 12.3875v.0001"
|
|
824
921
|
})),
|
|
825
922
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
826
923
|
id: "a"
|
|
@@ -867,8 +964,11 @@ const IconArrowsHorizontalLinesTopBottom = forwardRef(
|
|
|
867
964
|
/* @__PURE__ */ React.createElement("g", {
|
|
868
965
|
clipPath: "url(#a)"
|
|
869
966
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
870
|
-
|
|
871
|
-
|
|
967
|
+
stroke: "currentColor",
|
|
968
|
+
strokeLinecap: "round",
|
|
969
|
+
strokeLinejoin: "round",
|
|
970
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
971
|
+
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"
|
|
872
972
|
})),
|
|
873
973
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
874
974
|
id: "a"
|
|
@@ -1033,12 +1133,14 @@ const IconArticle = forwardRef(
|
|
|
1033
1133
|
ref: forwardRef2
|
|
1034
1134
|
},
|
|
1035
1135
|
/* @__PURE__ */ React.createElement("g", {
|
|
1136
|
+
stroke: "currentColor",
|
|
1137
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1036
1138
|
clipPath: "url(#a)"
|
|
1037
1139
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1038
|
-
stroke: "currentColor",
|
|
1039
1140
|
strokeLinecap: "round",
|
|
1040
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1041
1141
|
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"
|
|
1142
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1143
|
+
d: "M11.8097 12.3875v.0001"
|
|
1042
1144
|
})),
|
|
1043
1145
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1044
1146
|
id: "a"
|
|
@@ -1062,13 +1164,15 @@ const IconAt = forwardRef(
|
|
|
1062
1164
|
ref: forwardRef2
|
|
1063
1165
|
},
|
|
1064
1166
|
/* @__PURE__ */ React.createElement("g", {
|
|
1167
|
+
stroke: "currentColor",
|
|
1168
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1065
1169
|
clipPath: "url(#a)"
|
|
1066
1170
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1067
|
-
stroke: "currentColor",
|
|
1068
1171
|
strokeLinecap: "round",
|
|
1069
1172
|
strokeLinejoin: "round",
|
|
1070
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1071
1173
|
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"
|
|
1174
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1175
|
+
d: "M11.8097 12.3875v.0001"
|
|
1072
1176
|
})),
|
|
1073
1177
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1074
1178
|
id: "a"
|
|
@@ -1144,10 +1248,16 @@ const IconBellSlash = forwardRef(
|
|
|
1144
1248
|
ref: forwardRef2
|
|
1145
1249
|
},
|
|
1146
1250
|
/* @__PURE__ */ React.createElement("g", {
|
|
1251
|
+
stroke: "currentColor",
|
|
1252
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1147
1253
|
clipPath: "url(#a)"
|
|
1148
1254
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1149
|
-
|
|
1150
|
-
|
|
1255
|
+
strokeLinecap: "round",
|
|
1256
|
+
strokeLinejoin: "round",
|
|
1257
|
+
strokeMiterlimit: 1.414,
|
|
1258
|
+
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"
|
|
1259
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1260
|
+
d: "M11.8097 12.3875v.0001"
|
|
1151
1261
|
})),
|
|
1152
1262
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1153
1263
|
id: "a"
|
|
@@ -1171,11 +1281,11 @@ const IconBellTilt = forwardRef(
|
|
|
1171
1281
|
ref: forwardRef2
|
|
1172
1282
|
},
|
|
1173
1283
|
/* @__PURE__ */ React.createElement("g", {
|
|
1174
|
-
clipPath: "url(#a)"
|
|
1175
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1176
1284
|
stroke: "currentColor",
|
|
1177
1285
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1178
|
-
|
|
1286
|
+
clipPath: "url(#a)"
|
|
1287
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1288
|
+
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"
|
|
1179
1289
|
})),
|
|
1180
1290
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1181
1291
|
id: "a"
|
|
@@ -1199,11 +1309,11 @@ const IconBell = forwardRef(
|
|
|
1199
1309
|
ref: forwardRef2
|
|
1200
1310
|
},
|
|
1201
1311
|
/* @__PURE__ */ React.createElement("g", {
|
|
1202
|
-
clipPath: "url(#a)"
|
|
1203
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1204
1312
|
stroke: "currentColor",
|
|
1205
1313
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1206
|
-
|
|
1314
|
+
clipPath: "url(#a)"
|
|
1315
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1316
|
+
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"
|
|
1207
1317
|
})),
|
|
1208
1318
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1209
1319
|
id: "a"
|
|
@@ -1227,13 +1337,15 @@ const IconBoard = forwardRef(
|
|
|
1227
1337
|
ref: forwardRef2
|
|
1228
1338
|
},
|
|
1229
1339
|
/* @__PURE__ */ React.createElement("g", {
|
|
1340
|
+
stroke: "currentColor",
|
|
1341
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1230
1342
|
clipPath: "url(#a)"
|
|
1231
1343
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1232
|
-
stroke: "currentColor",
|
|
1233
1344
|
strokeLinecap: "round",
|
|
1234
1345
|
strokeLinejoin: "round",
|
|
1235
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1236
1346
|
d: "M12 13h6m-12 4h-4v-14h20v14h-4m-12 0v4m0-4h12m0 0v4"
|
|
1347
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1348
|
+
d: "M11.8097 12.3875v.0001"
|
|
1237
1349
|
})),
|
|
1238
1350
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1239
1351
|
id: "a"
|
|
@@ -1285,13 +1397,15 @@ const IconBookmark = forwardRef(
|
|
|
1285
1397
|
ref: forwardRef2
|
|
1286
1398
|
},
|
|
1287
1399
|
/* @__PURE__ */ React.createElement("g", {
|
|
1400
|
+
stroke: "currentColor",
|
|
1401
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1288
1402
|
clipPath: "url(#a)"
|
|
1289
1403
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1290
|
-
stroke: "currentColor",
|
|
1291
1404
|
strokeLinecap: "round",
|
|
1292
1405
|
strokeLinejoin: "round",
|
|
1293
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1294
1406
|
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"
|
|
1407
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1408
|
+
d: "M11.8097 12.3875v.0001"
|
|
1295
1409
|
})),
|
|
1296
1410
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1297
1411
|
id: "a"
|
|
@@ -1373,12 +1487,14 @@ const IconBracketsAngleSlash = forwardRef(
|
|
|
1373
1487
|
ref: forwardRef2
|
|
1374
1488
|
},
|
|
1375
1489
|
/* @__PURE__ */ React.createElement("g", {
|
|
1490
|
+
stroke: "currentColor",
|
|
1491
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1376
1492
|
clipPath: "url(#a)"
|
|
1377
1493
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1378
|
-
stroke: "currentColor",
|
|
1379
1494
|
strokeLinecap: "round",
|
|
1380
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1381
1495
|
d: "m7 8-4 4 4 4m10-8 4 4-4 4m-3-11-4 14"
|
|
1496
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1497
|
+
d: "M11.8097 12.3875v.0001"
|
|
1382
1498
|
})),
|
|
1383
1499
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1384
1500
|
id: "a"
|
|
@@ -1411,6 +1527,10 @@ const IconBracketsCurlyCirclesThree = forwardRef(
|
|
|
1411
1527
|
strokeLinecap: "round",
|
|
1412
1528
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1413
1529
|
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"
|
|
1530
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1531
|
+
stroke: "currentColor",
|
|
1532
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1533
|
+
d: "M11.8097 12.3875v.0001"
|
|
1414
1534
|
})),
|
|
1415
1535
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1416
1536
|
id: "a"
|
|
@@ -1434,14 +1554,16 @@ const IconCalendarBlank = forwardRef(
|
|
|
1434
1554
|
ref: forwardRef2
|
|
1435
1555
|
},
|
|
1436
1556
|
/* @__PURE__ */ React.createElement("g", {
|
|
1557
|
+
stroke: "currentColor",
|
|
1558
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1437
1559
|
clipPath: "url(#a)"
|
|
1438
1560
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1439
|
-
stroke: "currentColor",
|
|
1440
1561
|
strokeLinecap: "round",
|
|
1441
1562
|
strokeLinejoin: "round",
|
|
1442
1563
|
strokeMiterlimit: 1.414,
|
|
1443
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1444
1564
|
d: "M3 11v10h18v-10m-18 0v-6h18v6m-18 0h18m-5-8v4m-8-4v4"
|
|
1565
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1566
|
+
d: "M11.8097 12.3875v.0001"
|
|
1445
1567
|
})),
|
|
1446
1568
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1447
1569
|
id: "a"
|
|
@@ -1466,13 +1588,16 @@ const IconCamera = forwardRef(
|
|
|
1466
1588
|
},
|
|
1467
1589
|
/* @__PURE__ */ React.createElement("g", {
|
|
1468
1590
|
stroke: "currentColor",
|
|
1469
|
-
strokeLinecap: "round",
|
|
1470
1591
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1471
1592
|
clipPath: "url(#a)"
|
|
1472
1593
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1594
|
+
strokeLinecap: "round",
|
|
1473
1595
|
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"
|
|
1474
1596
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
1597
|
+
strokeLinecap: "round",
|
|
1475
1598
|
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"
|
|
1599
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1600
|
+
d: "M11.8097 12.3875v.0001"
|
|
1476
1601
|
})),
|
|
1477
1602
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1478
1603
|
id: "a"
|
|
@@ -1505,6 +1630,11 @@ const IconCardNumberThree = forwardRef(
|
|
|
1505
1630
|
strokeLinejoin: "round",
|
|
1506
1631
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1507
1632
|
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"
|
|
1633
|
+
}),
|
|
1634
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1635
|
+
stroke: "currentColor",
|
|
1636
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1637
|
+
d: "M11.8097 12.3875v.0001"
|
|
1508
1638
|
})
|
|
1509
1639
|
)
|
|
1510
1640
|
);
|
|
@@ -1530,6 +1660,11 @@ const IconCard = forwardRef(
|
|
|
1530
1660
|
/* @__PURE__ */ React.createElement("path", {
|
|
1531
1661
|
fill: "currentColor",
|
|
1532
1662
|
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"
|
|
1663
|
+
}),
|
|
1664
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1665
|
+
stroke: "currentColor",
|
|
1666
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1667
|
+
d: "M11.8097 12.3875v.0001"
|
|
1533
1668
|
})
|
|
1534
1669
|
)
|
|
1535
1670
|
);
|
|
@@ -1555,6 +1690,11 @@ const IconCardsPoker = forwardRef(
|
|
|
1555
1690
|
/* @__PURE__ */ React.createElement("path", {
|
|
1556
1691
|
fill: "currentColor",
|
|
1557
1692
|
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"
|
|
1693
|
+
}),
|
|
1694
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1695
|
+
stroke: "currentColor",
|
|
1696
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1697
|
+
d: "M11.8097 12.3875v.0001"
|
|
1558
1698
|
})
|
|
1559
1699
|
)
|
|
1560
1700
|
);
|
|
@@ -1572,12 +1712,14 @@ const IconChartBarYSimple = forwardRef(
|
|
|
1572
1712
|
ref: forwardRef2
|
|
1573
1713
|
},
|
|
1574
1714
|
/* @__PURE__ */ React.createElement("g", {
|
|
1715
|
+
stroke: "currentColor",
|
|
1716
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1575
1717
|
clipPath: "url(#a)"
|
|
1576
1718
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1577
|
-
stroke: "currentColor",
|
|
1578
1719
|
strokeLinecap: "round",
|
|
1579
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1580
1720
|
d: "M4 14v6m5-10v10m5-16v16m5-13v13"
|
|
1721
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1722
|
+
d: "M11.8097 12.3875v.0001"
|
|
1581
1723
|
})),
|
|
1582
1724
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1583
1725
|
id: "a"
|
|
@@ -1601,12 +1743,14 @@ const IconChartBarY = forwardRef(
|
|
|
1601
1743
|
ref: forwardRef2
|
|
1602
1744
|
},
|
|
1603
1745
|
/* @__PURE__ */ React.createElement("g", {
|
|
1746
|
+
stroke: "currentColor",
|
|
1747
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1604
1748
|
clipPath: "url(#a)"
|
|
1605
1749
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1606
|
-
stroke: "currentColor",
|
|
1607
1750
|
strokeLinecap: "round",
|
|
1608
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1609
1751
|
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"
|
|
1752
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
1753
|
+
d: "M11.8097 12.3875v.0001"
|
|
1610
1754
|
})),
|
|
1611
1755
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1612
1756
|
id: "a"
|
|
@@ -1629,25 +1773,12 @@ const IconChatCheck = forwardRef(
|
|
|
1629
1773
|
fill: "none",
|
|
1630
1774
|
ref: forwardRef2
|
|
1631
1775
|
},
|
|
1632
|
-
/* @__PURE__ */ React.createElement("
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
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"
|
|
1639
|
-
}))),
|
|
1640
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1641
|
-
id: "a"
|
|
1642
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1643
|
-
fill: "none",
|
|
1644
|
-
d: "M0 0h24v24h-24z"
|
|
1645
|
-
})), /* @__PURE__ */ React.createElement("clipPath", {
|
|
1646
|
-
id: "b"
|
|
1647
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1648
|
-
fill: "none",
|
|
1649
|
-
d: "M0 0h24v24h-24z"
|
|
1650
|
-
})))
|
|
1776
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1777
|
+
stroke: "currentColor",
|
|
1778
|
+
strokeLinecap: "round",
|
|
1779
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1780
|
+
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"
|
|
1781
|
+
})
|
|
1651
1782
|
)
|
|
1652
1783
|
);
|
|
1653
1784
|
IconChatCheck[iconSymbol] = true;
|
|
@@ -1752,8 +1883,10 @@ const IconChatLinesEyeOpen = forwardRef(
|
|
|
1752
1883
|
ref: forwardRef2
|
|
1753
1884
|
},
|
|
1754
1885
|
/* @__PURE__ */ React.createElement("path", {
|
|
1755
|
-
|
|
1756
|
-
|
|
1886
|
+
stroke: "currentColor",
|
|
1887
|
+
strokeLinecap: "round",
|
|
1888
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1889
|
+
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"
|
|
1757
1890
|
}),
|
|
1758
1891
|
/* @__PURE__ */ React.createElement("circle", {
|
|
1759
1892
|
cx: 17,
|
|
@@ -1867,13 +2000,15 @@ const IconChatTextArrow = forwardRef(
|
|
|
1867
2000
|
ref: forwardRef2
|
|
1868
2001
|
},
|
|
1869
2002
|
/* @__PURE__ */ React.createElement("g", {
|
|
2003
|
+
stroke: "currentColor",
|
|
2004
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1870
2005
|
clipPath: "url(#a)"
|
|
1871
2006
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1872
|
-
stroke: "currentColor",
|
|
1873
2007
|
strokeLinecap: "round",
|
|
1874
2008
|
strokeLinejoin: "round",
|
|
1875
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1876
2009
|
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"
|
|
2010
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2011
|
+
d: "M11.8097 12.3875v.0001"
|
|
1877
2012
|
})),
|
|
1878
2013
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1879
2014
|
id: "a"
|
|
@@ -1899,8 +2034,10 @@ const IconChatTwo = forwardRef(
|
|
|
1899
2034
|
/* @__PURE__ */ React.createElement("g", {
|
|
1900
2035
|
clipPath: "url(#a)"
|
|
1901
2036
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1902
|
-
|
|
1903
|
-
|
|
2037
|
+
stroke: "currentColor",
|
|
2038
|
+
strokeLinejoin: "round",
|
|
2039
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2040
|
+
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"
|
|
1904
2041
|
})),
|
|
1905
2042
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1906
2043
|
id: "a"
|
|
@@ -1924,11 +2061,11 @@ const IconChat = forwardRef(
|
|
|
1924
2061
|
ref: forwardRef2
|
|
1925
2062
|
},
|
|
1926
2063
|
/* @__PURE__ */ React.createElement("g", {
|
|
1927
|
-
clipPath: "url(#a)"
|
|
1928
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
1929
2064
|
stroke: "currentColor",
|
|
1930
2065
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1931
|
-
|
|
2066
|
+
clipPath: "url(#a)"
|
|
2067
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2068
|
+
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"
|
|
1932
2069
|
})),
|
|
1933
2070
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1934
2071
|
id: "a"
|
|
@@ -1957,6 +2094,11 @@ const IconCheckMark = forwardRef(
|
|
|
1957
2094
|
strokeLinejoin: "round",
|
|
1958
2095
|
strokeWidth: "var(--svg-stroke-width)",
|
|
1959
2096
|
d: "m5 11 5 5 9-9"
|
|
2097
|
+
}),
|
|
2098
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2099
|
+
stroke: "currentColor",
|
|
2100
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2101
|
+
d: "M11.8097 12.3875v.0001"
|
|
1960
2102
|
})
|
|
1961
2103
|
)
|
|
1962
2104
|
);
|
|
@@ -2032,6 +2174,11 @@ const IconChevronDown = forwardRef(
|
|
|
2032
2174
|
strokeLinecap: "round",
|
|
2033
2175
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2034
2176
|
d: "m6 9.5 6 6 6-6"
|
|
2177
|
+
}),
|
|
2178
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2179
|
+
stroke: "currentColor",
|
|
2180
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2181
|
+
d: "M11.8097 12.3875v.0001"
|
|
2035
2182
|
})
|
|
2036
2183
|
)
|
|
2037
2184
|
);
|
|
@@ -2083,6 +2230,11 @@ const IconChevronLeft = forwardRef(
|
|
|
2083
2230
|
strokeLinecap: "round",
|
|
2084
2231
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2085
2232
|
d: "m14.5 6-6 6 6 6"
|
|
2233
|
+
}),
|
|
2234
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2235
|
+
stroke: "currentColor",
|
|
2236
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2237
|
+
d: "M11.8097 12.3875v.0001"
|
|
2086
2238
|
})
|
|
2087
2239
|
)
|
|
2088
2240
|
);
|
|
@@ -2134,6 +2286,11 @@ const IconChevronRight = forwardRef(
|
|
|
2134
2286
|
strokeLinecap: "round",
|
|
2135
2287
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2136
2288
|
d: "m9.5 6 6 6-6 6"
|
|
2289
|
+
}),
|
|
2290
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2291
|
+
stroke: "currentColor",
|
|
2292
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2293
|
+
d: "M11.8097 12.3875v.0001"
|
|
2137
2294
|
})
|
|
2138
2295
|
)
|
|
2139
2296
|
);
|
|
@@ -2245,6 +2402,11 @@ const IconChevronUp = forwardRef(
|
|
|
2245
2402
|
strokeLinecap: "round",
|
|
2246
2403
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2247
2404
|
d: "m6 14.5 6-6 6 6"
|
|
2405
|
+
}),
|
|
2406
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2407
|
+
stroke: "currentColor",
|
|
2408
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2409
|
+
d: "M11.8097 12.3875v.0001"
|
|
2248
2410
|
})
|
|
2249
2411
|
)
|
|
2250
2412
|
);
|
|
@@ -2290,12 +2452,14 @@ const IconCircleMotionX = forwardRef(
|
|
|
2290
2452
|
ref: forwardRef2
|
|
2291
2453
|
},
|
|
2292
2454
|
/* @__PURE__ */ React.createElement("g", {
|
|
2455
|
+
stroke: "currentColor",
|
|
2456
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2293
2457
|
clipPath: "url(#a)"
|
|
2294
2458
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2295
|
-
stroke: "currentColor",
|
|
2296
2459
|
strokeLinecap: "round",
|
|
2297
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2298
2460
|
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"
|
|
2461
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2462
|
+
d: "M11.8097 12.3875v.0001"
|
|
2299
2463
|
})),
|
|
2300
2464
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2301
2465
|
id: "a"
|
|
@@ -2319,12 +2483,14 @@ const IconCircleNotch = forwardRef(
|
|
|
2319
2483
|
ref: forwardRef2
|
|
2320
2484
|
},
|
|
2321
2485
|
/* @__PURE__ */ React.createElement("g", {
|
|
2486
|
+
stroke: "currentColor",
|
|
2487
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2322
2488
|
clipPath: "url(#a)"
|
|
2323
2489
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2324
|
-
stroke: "currentColor",
|
|
2325
2490
|
strokeLinecap: "round",
|
|
2326
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2327
2491
|
d: "M12 20c4.4183 0 8-3.5817 8-8s-3.5817-8-8-8-8 3.5817-8 8"
|
|
2492
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2493
|
+
d: "M11.8097 12.3875v.0001"
|
|
2328
2494
|
})),
|
|
2329
2495
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2330
2496
|
id: "a"
|
|
@@ -2378,13 +2544,11 @@ const IconCircle = forwardRef(
|
|
|
2378
2544
|
ref: forwardRef2
|
|
2379
2545
|
},
|
|
2380
2546
|
/* @__PURE__ */ React.createElement("g", {
|
|
2381
|
-
clipPath: "url(#a)"
|
|
2382
|
-
}, /* @__PURE__ */ React.createElement("circle", {
|
|
2383
|
-
cx: 12,
|
|
2384
|
-
cy: 12,
|
|
2385
|
-
r: 9,
|
|
2386
2547
|
stroke: "currentColor",
|
|
2387
|
-
strokeWidth: "var(--svg-stroke-width)"
|
|
2548
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2549
|
+
clipPath: "url(#a)"
|
|
2550
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2551
|
+
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"
|
|
2388
2552
|
})),
|
|
2389
2553
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2390
2554
|
id: "a"
|
|
@@ -2418,6 +2582,11 @@ const IconCirclesConnected = forwardRef(
|
|
|
2418
2582
|
cy: 20,
|
|
2419
2583
|
r: 2,
|
|
2420
2584
|
fill: "currentColor"
|
|
2585
|
+
}),
|
|
2586
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2587
|
+
stroke: "currentColor",
|
|
2588
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2589
|
+
d: "M11.8097 12.3875v.0001"
|
|
2421
2590
|
})
|
|
2422
2591
|
)
|
|
2423
2592
|
);
|
|
@@ -2445,6 +2614,11 @@ const IconClockCounterClockwiseSimple = forwardRef(
|
|
|
2445
2614
|
strokeLinecap: "round",
|
|
2446
2615
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2447
2616
|
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"
|
|
2617
|
+
}),
|
|
2618
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2619
|
+
stroke: "currentColor",
|
|
2620
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2621
|
+
d: "M11.8097 12.3875v.0001"
|
|
2448
2622
|
})
|
|
2449
2623
|
)
|
|
2450
2624
|
);
|
|
@@ -2472,6 +2646,11 @@ const IconClockCounterClockwise = forwardRef(
|
|
|
2472
2646
|
strokeLinecap: "round",
|
|
2473
2647
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2474
2648
|
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"
|
|
2649
|
+
}),
|
|
2650
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2651
|
+
stroke: "currentColor",
|
|
2652
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2653
|
+
d: "M11.8097 12.3875v.0001"
|
|
2475
2654
|
})
|
|
2476
2655
|
)
|
|
2477
2656
|
);
|
|
@@ -2498,6 +2677,11 @@ const IconClockOvertime = forwardRef(
|
|
|
2498
2677
|
/* @__PURE__ */ React.createElement("path", {
|
|
2499
2678
|
fill: "currentColor",
|
|
2500
2679
|
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"
|
|
2680
|
+
}),
|
|
2681
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2682
|
+
stroke: "currentColor",
|
|
2683
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2684
|
+
d: "M11.8097 12.3875v.0001"
|
|
2501
2685
|
})
|
|
2502
2686
|
)
|
|
2503
2687
|
);
|
|
@@ -2515,12 +2699,14 @@ const IconClock = forwardRef(
|
|
|
2515
2699
|
ref: forwardRef2
|
|
2516
2700
|
},
|
|
2517
2701
|
/* @__PURE__ */ React.createElement("g", {
|
|
2702
|
+
stroke: "currentColor",
|
|
2703
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2518
2704
|
clipPath: "url(#a)"
|
|
2519
2705
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2520
|
-
stroke: "currentColor",
|
|
2521
2706
|
strokeLinecap: "round",
|
|
2522
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2523
2707
|
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"
|
|
2708
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2709
|
+
d: "M11.8097 12.3875v.0001"
|
|
2524
2710
|
})),
|
|
2525
2711
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2526
2712
|
id: "a"
|
|
@@ -2586,6 +2772,11 @@ const IconCluster = forwardRef(
|
|
|
2586
2772
|
y: 18,
|
|
2587
2773
|
fill: "currentColor",
|
|
2588
2774
|
rx: 1
|
|
2775
|
+
}),
|
|
2776
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2777
|
+
stroke: "currentColor",
|
|
2778
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2779
|
+
d: "M11.8097 12.3875v.0001"
|
|
2589
2780
|
})
|
|
2590
2781
|
)
|
|
2591
2782
|
);
|
|
@@ -2611,6 +2802,11 @@ const IconClustered = forwardRef(
|
|
|
2611
2802
|
/* @__PURE__ */ React.createElement("path", {
|
|
2612
2803
|
fill: "currentColor",
|
|
2613
2804
|
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"
|
|
2805
|
+
}),
|
|
2806
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2807
|
+
stroke: "currentColor",
|
|
2808
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2809
|
+
d: "M11.8097 12.3875v.0001"
|
|
2614
2810
|
})
|
|
2615
2811
|
)
|
|
2616
2812
|
);
|
|
@@ -2639,6 +2835,11 @@ const IconCog = forwardRef(
|
|
|
2639
2835
|
strokeLinejoin: "round",
|
|
2640
2836
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2641
2837
|
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"
|
|
2838
|
+
}),
|
|
2839
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2840
|
+
stroke: "currentColor",
|
|
2841
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2842
|
+
d: "M11.8097 12.3875v.0001"
|
|
2642
2843
|
})
|
|
2643
2844
|
)
|
|
2644
2845
|
);
|
|
@@ -2698,12 +2899,17 @@ const IconConeSerpentine = forwardRef(
|
|
|
2698
2899
|
cy: 3.25,
|
|
2699
2900
|
r: 1.25,
|
|
2700
2901
|
fill: "currentColor"
|
|
2902
|
+
}),
|
|
2903
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2904
|
+
stroke: "currentColor",
|
|
2905
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2906
|
+
d: "M11.8097 12.3875v.0001"
|
|
2701
2907
|
})
|
|
2702
2908
|
)
|
|
2703
2909
|
);
|
|
2704
2910
|
IconConeSerpentine[iconSymbol] = true;
|
|
2705
2911
|
|
|
2706
|
-
const
|
|
2912
|
+
const IconConnectionLineElbows = forwardRef(
|
|
2707
2913
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
2708
2914
|
StyledIcon,
|
|
2709
2915
|
{
|
|
@@ -2716,13 +2922,73 @@ const IconCornersThreeEyeOpen = forwardRef(
|
|
|
2716
2922
|
},
|
|
2717
2923
|
/* @__PURE__ */ React.createElement("path", {
|
|
2718
2924
|
fill: "currentColor",
|
|
2719
|
-
d: "
|
|
2925
|
+
d: "M15 3v6l6-3-6-3Z"
|
|
2926
|
+
}),
|
|
2927
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2928
|
+
stroke: "currentColor",
|
|
2929
|
+
strokeLinecap: "round",
|
|
2930
|
+
strokeLinejoin: "round",
|
|
2931
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2932
|
+
d: "M3 20h4c1.1046 0 2-.8954 2-2v-9c0-1.1046.8954-2 2-2h4m0 0v-3l6 3-6 3v-3Z"
|
|
2933
|
+
})
|
|
2934
|
+
)
|
|
2935
|
+
);
|
|
2936
|
+
IconConnectionLineElbows[iconSymbol] = true;
|
|
2937
|
+
|
|
2938
|
+
const IconConnectionLineStraight = forwardRef(
|
|
2939
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
2940
|
+
StyledIcon,
|
|
2941
|
+
{
|
|
2942
|
+
...props,
|
|
2943
|
+
weight,
|
|
2944
|
+
size,
|
|
2945
|
+
viewBox: "0 0 24 24",
|
|
2946
|
+
fill: "none",
|
|
2947
|
+
ref: forwardRef2
|
|
2948
|
+
},
|
|
2949
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2950
|
+
fill: "currentColor",
|
|
2951
|
+
d: "m19.6569 4.1214-2.4143 6.6569-2.1213-2.1213-2.1213-2.1214 6.6569-2.4142Z"
|
|
2952
|
+
}),
|
|
2953
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2954
|
+
stroke: "currentColor",
|
|
2955
|
+
strokeLinecap: "round",
|
|
2956
|
+
strokeLinejoin: "round",
|
|
2957
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2958
|
+
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"
|
|
2959
|
+
})
|
|
2960
|
+
)
|
|
2961
|
+
);
|
|
2962
|
+
IconConnectionLineStraight[iconSymbol] = true;
|
|
2963
|
+
|
|
2964
|
+
const IconCornersThreeEyeOpen = forwardRef(
|
|
2965
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
2966
|
+
StyledIcon,
|
|
2967
|
+
{
|
|
2968
|
+
...props,
|
|
2969
|
+
weight,
|
|
2970
|
+
size,
|
|
2971
|
+
viewBox: "0 0 24 24",
|
|
2972
|
+
fill: "none",
|
|
2973
|
+
ref: forwardRef2
|
|
2974
|
+
},
|
|
2975
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2976
|
+
stroke: "currentColor",
|
|
2977
|
+
strokeLinecap: "round",
|
|
2978
|
+
strokeLinejoin: "round",
|
|
2979
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2980
|
+
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"
|
|
2720
2981
|
}),
|
|
2721
2982
|
/* @__PURE__ */ React.createElement("circle", {
|
|
2722
2983
|
cx: 16,
|
|
2723
2984
|
cy: 7,
|
|
2724
2985
|
r: 2,
|
|
2725
2986
|
fill: "currentColor"
|
|
2987
|
+
}),
|
|
2988
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2989
|
+
stroke: "currentColor",
|
|
2990
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2991
|
+
d: "M11.8097 12.3875v.0001"
|
|
2726
2992
|
})
|
|
2727
2993
|
)
|
|
2728
2994
|
);
|
|
@@ -2744,6 +3010,11 @@ const IconCreditCard = forwardRef(
|
|
|
2744
3010
|
strokeLinecap: "round",
|
|
2745
3011
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2746
3012
|
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"
|
|
3013
|
+
}),
|
|
3014
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3015
|
+
stroke: "currentColor",
|
|
3016
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3017
|
+
d: "M11.8097 12.3875v.0001"
|
|
2747
3018
|
})
|
|
2748
3019
|
)
|
|
2749
3020
|
);
|
|
@@ -2761,10 +3032,14 @@ const IconCrop = forwardRef(
|
|
|
2761
3032
|
ref: forwardRef2
|
|
2762
3033
|
},
|
|
2763
3034
|
/* @__PURE__ */ React.createElement("g", {
|
|
3035
|
+
stroke: "currentColor",
|
|
3036
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2764
3037
|
clipPath: "url(#a)"
|
|
2765
3038
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2766
|
-
|
|
2767
|
-
d: "
|
|
3039
|
+
strokeLinecap: "round",
|
|
3040
|
+
d: "M6 2v15c0 .5523.4477 1 1 1h11m4 0h-4m-8-12h7c.5523 0 1 .4477 1 1v7m-16-8h4m12 16v-4"
|
|
3041
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3042
|
+
d: "M11.8097 12.3875v.0001"
|
|
2768
3043
|
})),
|
|
2769
3044
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2770
3045
|
id: "a"
|
|
@@ -2792,6 +3067,11 @@ const IconCrossCircle = forwardRef(
|
|
|
2792
3067
|
strokeLinecap: "round",
|
|
2793
3068
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2794
3069
|
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"
|
|
3070
|
+
}),
|
|
3071
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3072
|
+
stroke: "currentColor",
|
|
3073
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3074
|
+
d: "M11.8097 12.3875v.0001"
|
|
2795
3075
|
})
|
|
2796
3076
|
)
|
|
2797
3077
|
);
|
|
@@ -2809,10 +3089,15 @@ const IconCrossFat = forwardRef(
|
|
|
2809
3089
|
ref: forwardRef2
|
|
2810
3090
|
},
|
|
2811
3091
|
/* @__PURE__ */ React.createElement("g", {
|
|
3092
|
+
stroke: "currentColor",
|
|
3093
|
+
strokeLinecap: "round",
|
|
3094
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2812
3095
|
clipPath: "url(#a)"
|
|
2813
3096
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2814
|
-
|
|
2815
|
-
|
|
3097
|
+
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"
|
|
3098
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3099
|
+
strokeLinejoin: "round",
|
|
3100
|
+
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"
|
|
2816
3101
|
})),
|
|
2817
3102
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2818
3103
|
id: "a"
|
|
@@ -2870,6 +3155,11 @@ const IconCross = forwardRef(
|
|
|
2870
3155
|
strokeLinecap: "round",
|
|
2871
3156
|
strokeWidth: "var(--svg-stroke-width)",
|
|
2872
3157
|
d: "m6 6 12 12m0-12-12 12"
|
|
3158
|
+
}),
|
|
3159
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3160
|
+
stroke: "currentColor",
|
|
3161
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3162
|
+
d: "M11.8097 12.3875v.0001"
|
|
2873
3163
|
})
|
|
2874
3164
|
)
|
|
2875
3165
|
);
|
|
@@ -2887,13 +3177,15 @@ const IconCube = forwardRef(
|
|
|
2887
3177
|
ref: forwardRef2
|
|
2888
3178
|
},
|
|
2889
3179
|
/* @__PURE__ */ React.createElement("g", {
|
|
3180
|
+
stroke: "currentColor",
|
|
3181
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2890
3182
|
clipPath: "url(#a)"
|
|
2891
3183
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2892
|
-
stroke: "currentColor",
|
|
2893
3184
|
strokeLinecap: "round",
|
|
2894
3185
|
strokeLinejoin: "round",
|
|
2895
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2896
3186
|
d: "m21 7-9-3-9 3m18 0-9 3m9-3v11l-9 3m0-11-9-3m9 3v11m-9-14v11l9 3"
|
|
3187
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3188
|
+
d: "M11.8097 12.3875v.0001"
|
|
2897
3189
|
})),
|
|
2898
3190
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2899
3191
|
id: "a"
|
|
@@ -2925,6 +3217,11 @@ const IconCursorFilled = forwardRef(
|
|
|
2925
3217
|
/* @__PURE__ */ React.createElement("path", {
|
|
2926
3218
|
fill: "currentColor",
|
|
2927
3219
|
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"
|
|
3220
|
+
}),
|
|
3221
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3222
|
+
stroke: "currentColor",
|
|
3223
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3224
|
+
d: "M11.8097 12.3875v.0001"
|
|
2928
3225
|
})
|
|
2929
3226
|
)
|
|
2930
3227
|
);
|
|
@@ -2968,13 +3265,15 @@ const IconCursorText = forwardRef(
|
|
|
2968
3265
|
ref: forwardRef2
|
|
2969
3266
|
},
|
|
2970
3267
|
/* @__PURE__ */ React.createElement("g", {
|
|
3268
|
+
stroke: "currentColor",
|
|
3269
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2971
3270
|
clipPath: "url(#a)"
|
|
2972
3271
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2973
|
-
stroke: "currentColor",
|
|
2974
3272
|
strokeLinecap: "round",
|
|
2975
3273
|
strokeLinejoin: "round",
|
|
2976
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
2977
3274
|
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"
|
|
3275
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3276
|
+
d: "M11.8097 12.3875v.0001"
|
|
2978
3277
|
})),
|
|
2979
3278
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2980
3279
|
id: "a"
|
|
@@ -2998,12 +3297,14 @@ const IconCursor = forwardRef(
|
|
|
2998
3297
|
ref: forwardRef2
|
|
2999
3298
|
},
|
|
3000
3299
|
/* @__PURE__ */ React.createElement("g", {
|
|
3300
|
+
stroke: "currentColor",
|
|
3301
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3001
3302
|
clipPath: "url(#a)"
|
|
3002
3303
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3003
|
-
stroke: "currentColor",
|
|
3004
3304
|
strokeLinecap: "round",
|
|
3005
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3006
3305
|
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"
|
|
3306
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3307
|
+
d: "M11.8097 12.3875v.0001"
|
|
3007
3308
|
})),
|
|
3008
3309
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3009
3310
|
id: "a"
|
|
@@ -3027,13 +3328,15 @@ const IconCurveSquareCircleArrow = forwardRef(
|
|
|
3027
3328
|
ref: forwardRef2
|
|
3028
3329
|
},
|
|
3029
3330
|
/* @__PURE__ */ React.createElement("g", {
|
|
3331
|
+
stroke: "currentColor",
|
|
3332
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3030
3333
|
clipPath: "url(#a)"
|
|
3031
3334
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3032
|
-
stroke: "currentColor",
|
|
3033
3335
|
strokeLinecap: "round",
|
|
3034
3336
|
strokeLinejoin: "round",
|
|
3035
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3036
3337
|
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"
|
|
3338
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3339
|
+
d: "M11.8097 12.3875v.0001"
|
|
3037
3340
|
})),
|
|
3038
3341
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3039
3342
|
id: "a"
|
|
@@ -3057,13 +3360,15 @@ const IconDashLeftDownSquareDashRightUp = forwardRef(
|
|
|
3057
3360
|
ref: forwardRef2
|
|
3058
3361
|
},
|
|
3059
3362
|
/* @__PURE__ */ React.createElement("g", {
|
|
3363
|
+
stroke: "currentColor",
|
|
3364
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3060
3365
|
clipPath: "url(#a)"
|
|
3061
3366
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3062
|
-
stroke: "currentColor",
|
|
3063
3367
|
strokeLinecap: "round",
|
|
3064
3368
|
strokeLinejoin: "round",
|
|
3065
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3066
3369
|
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"
|
|
3370
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3371
|
+
d: "M11.8097 12.3875v.0001"
|
|
3067
3372
|
})),
|
|
3068
3373
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3069
3374
|
id: "a"
|
|
@@ -3087,13 +3392,15 @@ const IconDashLeftUpSquareDashDownRight = forwardRef(
|
|
|
3087
3392
|
ref: forwardRef2
|
|
3088
3393
|
},
|
|
3089
3394
|
/* @__PURE__ */ React.createElement("g", {
|
|
3395
|
+
stroke: "currentColor",
|
|
3396
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3090
3397
|
clipPath: "url(#a)"
|
|
3091
3398
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3092
|
-
stroke: "currentColor",
|
|
3093
3399
|
strokeLinecap: "round",
|
|
3094
3400
|
strokeLinejoin: "round",
|
|
3095
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3096
3401
|
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"
|
|
3402
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3403
|
+
d: "M11.8097 12.3875v.0001"
|
|
3097
3404
|
})),
|
|
3098
3405
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3099
3406
|
id: "a"
|
|
@@ -3117,13 +3424,15 @@ const IconDashSquareDashHorizontal = forwardRef(
|
|
|
3117
3424
|
ref: forwardRef2
|
|
3118
3425
|
},
|
|
3119
3426
|
/* @__PURE__ */ React.createElement("g", {
|
|
3427
|
+
stroke: "currentColor",
|
|
3428
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3120
3429
|
clipPath: "url(#a)"
|
|
3121
3430
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3122
|
-
stroke: "currentColor",
|
|
3123
3431
|
strokeLinecap: "round",
|
|
3124
3432
|
strokeLinejoin: "round",
|
|
3125
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3126
3433
|
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"
|
|
3434
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3435
|
+
d: "M11.8097 12.3875v.0001"
|
|
3127
3436
|
})),
|
|
3128
3437
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3129
3438
|
id: "a"
|
|
@@ -3147,13 +3456,15 @@ const IconDashSquareDashVertical = forwardRef(
|
|
|
3147
3456
|
ref: forwardRef2
|
|
3148
3457
|
},
|
|
3149
3458
|
/* @__PURE__ */ React.createElement("g", {
|
|
3459
|
+
stroke: "currentColor",
|
|
3460
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3150
3461
|
clipPath: "url(#a)"
|
|
3151
3462
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3152
|
-
stroke: "currentColor",
|
|
3153
3463
|
strokeLinecap: "round",
|
|
3154
3464
|
strokeLinejoin: "round",
|
|
3155
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3156
3465
|
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"
|
|
3466
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3467
|
+
d: "M11.8097 12.3875v.0001"
|
|
3157
3468
|
})),
|
|
3158
3469
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3159
3470
|
id: "a"
|
|
@@ -3189,6 +3500,11 @@ const IconDistributeHorizontal = forwardRef(
|
|
|
3189
3500
|
y: 7,
|
|
3190
3501
|
fill: "currentColor",
|
|
3191
3502
|
rx: 2
|
|
3503
|
+
}),
|
|
3504
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3505
|
+
stroke: "currentColor",
|
|
3506
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3507
|
+
d: "M11.8097 12.3875v.0001"
|
|
3192
3508
|
})
|
|
3193
3509
|
)
|
|
3194
3510
|
);
|
|
@@ -3219,6 +3535,11 @@ const IconDistributeVertical = forwardRef(
|
|
|
3219
3535
|
fill: "currentColor",
|
|
3220
3536
|
rx: 2,
|
|
3221
3537
|
transform: "rotate(90 17 10)"
|
|
3538
|
+
}),
|
|
3539
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3540
|
+
stroke: "currentColor",
|
|
3541
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3542
|
+
d: "M11.8097 12.3875v.0001"
|
|
3222
3543
|
})
|
|
3223
3544
|
)
|
|
3224
3545
|
);
|
|
@@ -3342,6 +3663,11 @@ const IconEnvelope = forwardRef(
|
|
|
3342
3663
|
strokeLinecap: "round",
|
|
3343
3664
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3344
3665
|
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"
|
|
3666
|
+
}),
|
|
3667
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3668
|
+
stroke: "currentColor",
|
|
3669
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3670
|
+
d: "M11.8097 12.3875v.0001"
|
|
3345
3671
|
})
|
|
3346
3672
|
)
|
|
3347
3673
|
);
|
|
@@ -3359,13 +3685,15 @@ const IconEraser = forwardRef(
|
|
|
3359
3685
|
ref: forwardRef2
|
|
3360
3686
|
},
|
|
3361
3687
|
/* @__PURE__ */ React.createElement("g", {
|
|
3688
|
+
stroke: "currentColor",
|
|
3689
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3362
3690
|
clipPath: "url(#a)"
|
|
3363
3691
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3364
|
-
stroke: "currentColor",
|
|
3365
3692
|
strokeLinecap: "round",
|
|
3366
3693
|
strokeLinejoin: "round",
|
|
3367
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3368
3694
|
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"
|
|
3695
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3696
|
+
d: "M11.8097 12.3875v.0001"
|
|
3369
3697
|
})),
|
|
3370
3698
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3371
3699
|
id: "a"
|
|
@@ -3393,8 +3721,11 @@ const IconExclamationMarkOctagon = forwardRef(
|
|
|
3393
3721
|
d: "M13 15.5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
3394
3722
|
}),
|
|
3395
3723
|
/* @__PURE__ */ React.createElement("path", {
|
|
3396
|
-
|
|
3397
|
-
|
|
3724
|
+
stroke: "currentColor",
|
|
3725
|
+
strokeLinecap: "round",
|
|
3726
|
+
strokeLinejoin: "round",
|
|
3727
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3728
|
+
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"
|
|
3398
3729
|
})
|
|
3399
3730
|
)
|
|
3400
3731
|
);
|
|
@@ -3420,6 +3751,11 @@ const IconExclamationPointCircle = forwardRef(
|
|
|
3420
3751
|
/* @__PURE__ */ React.createElement("path", {
|
|
3421
3752
|
fill: "currentColor",
|
|
3422
3753
|
d: "M13 15.5c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
3754
|
+
}),
|
|
3755
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3756
|
+
stroke: "currentColor",
|
|
3757
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3758
|
+
d: "M11.8097 12.3875v.0001"
|
|
3423
3759
|
})
|
|
3424
3760
|
)
|
|
3425
3761
|
);
|
|
@@ -3472,6 +3808,11 @@ const IconEyeClosedDotsFourFrameBroken = forwardRef(
|
|
|
3472
3808
|
strokeLinejoin: "round",
|
|
3473
3809
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3474
3810
|
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"
|
|
3811
|
+
}),
|
|
3812
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3813
|
+
stroke: "currentColor",
|
|
3814
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3815
|
+
d: "M11.8097 12.3875v.0001"
|
|
3475
3816
|
})
|
|
3476
3817
|
)
|
|
3477
3818
|
);
|
|
@@ -3489,13 +3830,15 @@ const IconEyeClosed = forwardRef(
|
|
|
3489
3830
|
ref: forwardRef2
|
|
3490
3831
|
},
|
|
3491
3832
|
/* @__PURE__ */ React.createElement("g", {
|
|
3833
|
+
stroke: "currentColor",
|
|
3834
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3492
3835
|
clipPath: "url(#a)"
|
|
3493
3836
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3494
|
-
stroke: "currentColor",
|
|
3495
3837
|
strokeLinecap: "round",
|
|
3496
3838
|
strokeLinejoin: "round",
|
|
3497
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3498
3839
|
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"
|
|
3840
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3841
|
+
d: "M11.8097 12.3875v.0001"
|
|
3499
3842
|
})),
|
|
3500
3843
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3501
3844
|
id: "a"
|
|
@@ -3530,6 +3873,11 @@ const IconEyeOpenLineFrameBroken = forwardRef(
|
|
|
3530
3873
|
cy: 7,
|
|
3531
3874
|
r: 2,
|
|
3532
3875
|
fill: "currentColor"
|
|
3876
|
+
}),
|
|
3877
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3878
|
+
stroke: "currentColor",
|
|
3879
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3880
|
+
d: "M11.8097 12.3875v.0001"
|
|
3533
3881
|
})
|
|
3534
3882
|
)
|
|
3535
3883
|
);
|
|
@@ -3547,10 +3895,15 @@ const IconEyeOpenSlash = forwardRef(
|
|
|
3547
3895
|
ref: forwardRef2
|
|
3548
3896
|
},
|
|
3549
3897
|
/* @__PURE__ */ React.createElement("g", {
|
|
3898
|
+
stroke: "currentColor",
|
|
3899
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3550
3900
|
clipPath: "url(#a)"
|
|
3551
3901
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3552
|
-
|
|
3553
|
-
|
|
3902
|
+
strokeLinecap: "round",
|
|
3903
|
+
strokeLinejoin: "round",
|
|
3904
|
+
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"
|
|
3905
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3906
|
+
d: "M11.8097 12.3875v.0001"
|
|
3554
3907
|
})),
|
|
3555
3908
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3556
3909
|
id: "a"
|
|
@@ -3574,10 +3927,17 @@ const IconEyeOpen = forwardRef(
|
|
|
3574
3927
|
ref: forwardRef2
|
|
3575
3928
|
},
|
|
3576
3929
|
/* @__PURE__ */ React.createElement("g", {
|
|
3930
|
+
stroke: "currentColor",
|
|
3931
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3577
3932
|
clipPath: "url(#a)"
|
|
3578
3933
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3579
|
-
|
|
3580
|
-
d: "
|
|
3934
|
+
strokeLinejoin: "round",
|
|
3935
|
+
d: "M12 5c-6 0-10 7-10 7s4 7 10 7 10-7 10-7-4-7-10-7Z"
|
|
3936
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3937
|
+
strokeLinejoin: "round",
|
|
3938
|
+
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"
|
|
3939
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
3940
|
+
d: "M11.8097 12.3875v.0001"
|
|
3581
3941
|
})),
|
|
3582
3942
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3583
3943
|
id: "a"
|
|
@@ -3610,6 +3970,11 @@ const IconEyedropper = forwardRef(
|
|
|
3610
3970
|
/* @__PURE__ */ React.createElement("path", {
|
|
3611
3971
|
fill: "currentColor",
|
|
3612
3972
|
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"
|
|
3973
|
+
}),
|
|
3974
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
3975
|
+
stroke: "currentColor",
|
|
3976
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3977
|
+
d: "M11.8097 12.3875v.0001"
|
|
3613
3978
|
})
|
|
3614
3979
|
)
|
|
3615
3980
|
);
|
|
@@ -3627,12 +3992,14 @@ const IconFactoryHouse = forwardRef(
|
|
|
3627
3992
|
ref: forwardRef2
|
|
3628
3993
|
},
|
|
3629
3994
|
/* @__PURE__ */ React.createElement("g", {
|
|
3995
|
+
stroke: "currentColor",
|
|
3996
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3630
3997
|
clipPath: "url(#a)"
|
|
3631
3998
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3632
|
-
stroke: "currentColor",
|
|
3633
3999
|
strokeLinecap: "round",
|
|
3634
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3635
4000
|
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"
|
|
4001
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4002
|
+
d: "M11.8097 12.3875v.0001"
|
|
3636
4003
|
})),
|
|
3637
4004
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3638
4005
|
id: "a"
|
|
@@ -3656,12 +4023,14 @@ const IconFactory = forwardRef(
|
|
|
3656
4023
|
ref: forwardRef2
|
|
3657
4024
|
},
|
|
3658
4025
|
/* @__PURE__ */ React.createElement("g", {
|
|
4026
|
+
stroke: "currentColor",
|
|
4027
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3659
4028
|
clipPath: "url(#a)"
|
|
3660
4029
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3661
|
-
stroke: "currentColor",
|
|
3662
4030
|
strokeLinecap: "round",
|
|
3663
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3664
4031
|
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"
|
|
4032
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4033
|
+
d: "M11.8097 12.3875v.0001"
|
|
3665
4034
|
})),
|
|
3666
4035
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3667
4036
|
id: "a"
|
|
@@ -3861,12 +4230,14 @@ const IconFunnel = forwardRef(
|
|
|
3861
4230
|
ref: forwardRef2
|
|
3862
4231
|
},
|
|
3863
4232
|
/* @__PURE__ */ React.createElement("g", {
|
|
4233
|
+
stroke: "currentColor",
|
|
4234
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3864
4235
|
clipPath: "url(#a)"
|
|
3865
4236
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3866
|
-
stroke: "currentColor",
|
|
3867
4237
|
strokeLinecap: "round",
|
|
3868
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3869
4238
|
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"
|
|
4239
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4240
|
+
d: "M11.8097 12.3875v.0001"
|
|
3870
4241
|
})),
|
|
3871
4242
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3872
4243
|
id: "a"
|
|
@@ -3900,6 +4271,11 @@ const IconGauge = forwardRef(
|
|
|
3900
4271
|
strokeLinecap: "round",
|
|
3901
4272
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3902
4273
|
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"
|
|
4274
|
+
}),
|
|
4275
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4276
|
+
stroke: "currentColor",
|
|
4277
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4278
|
+
d: "M11.8097 12.3875v.0001"
|
|
3903
4279
|
})
|
|
3904
4280
|
)
|
|
3905
4281
|
);
|
|
@@ -3919,8 +4295,10 @@ const IconGift = forwardRef(
|
|
|
3919
4295
|
/* @__PURE__ */ React.createElement("g", {
|
|
3920
4296
|
clipPath: "url(#a)"
|
|
3921
4297
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3922
|
-
|
|
3923
|
-
|
|
4298
|
+
stroke: "currentColor",
|
|
4299
|
+
strokeLinejoin: "round",
|
|
4300
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4301
|
+
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"
|
|
3924
4302
|
})),
|
|
3925
4303
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3926
4304
|
id: "a"
|
|
@@ -3948,6 +4326,11 @@ const IconGlobe = forwardRef(
|
|
|
3948
4326
|
strokeLinecap: "round",
|
|
3949
4327
|
strokeWidth: "var(--svg-stroke-width)",
|
|
3950
4328
|
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"
|
|
4329
|
+
}),
|
|
4330
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4331
|
+
stroke: "currentColor",
|
|
4332
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4333
|
+
d: "M11.8097 12.3875v.0001"
|
|
3951
4334
|
})
|
|
3952
4335
|
)
|
|
3953
4336
|
);
|
|
@@ -3965,14 +4348,16 @@ const IconGraduationCap = forwardRef(
|
|
|
3965
4348
|
ref: forwardRef2
|
|
3966
4349
|
},
|
|
3967
4350
|
/* @__PURE__ */ React.createElement("g", {
|
|
4351
|
+
stroke: "currentColor",
|
|
4352
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3968
4353
|
clipPath: "url(#a)"
|
|
3969
4354
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
3970
|
-
stroke: "currentColor",
|
|
3971
4355
|
strokeLinecap: "round",
|
|
3972
4356
|
strokeLinejoin: "round",
|
|
3973
4357
|
strokeMiterlimit: 1.414,
|
|
3974
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
3975
4358
|
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"
|
|
4359
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4360
|
+
d: "M11.8097 12.3875v.0001"
|
|
3976
4361
|
})),
|
|
3977
4362
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
3978
4363
|
id: "a"
|
|
@@ -3996,13 +4381,15 @@ const IconGridFour = forwardRef(
|
|
|
3996
4381
|
ref: forwardRef2
|
|
3997
4382
|
},
|
|
3998
4383
|
/* @__PURE__ */ React.createElement("g", {
|
|
4384
|
+
stroke: "currentColor",
|
|
4385
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3999
4386
|
clipPath: "url(#a)"
|
|
4000
4387
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4001
|
-
stroke: "currentColor",
|
|
4002
4388
|
strokeLinecap: "round",
|
|
4003
4389
|
strokeLinejoin: "round",
|
|
4004
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4005
4390
|
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"
|
|
4391
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4392
|
+
d: "M11.8097 12.3875v.0001"
|
|
4006
4393
|
})),
|
|
4007
4394
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4008
4395
|
id: "a"
|
|
@@ -4026,13 +4413,15 @@ const IconGridSix = forwardRef(
|
|
|
4026
4413
|
ref: forwardRef2
|
|
4027
4414
|
},
|
|
4028
4415
|
/* @__PURE__ */ React.createElement("g", {
|
|
4416
|
+
stroke: "currentColor",
|
|
4417
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4029
4418
|
clipPath: "url(#a)"
|
|
4030
4419
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4031
|
-
stroke: "currentColor",
|
|
4032
4420
|
strokeLinecap: "round",
|
|
4033
4421
|
strokeLinejoin: "round",
|
|
4034
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4035
4422
|
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"
|
|
4423
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4424
|
+
d: "M11.8097 12.3875v.0001"
|
|
4036
4425
|
})),
|
|
4037
4426
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4038
4427
|
id: "a"
|
|
@@ -4096,6 +4485,11 @@ const IconHandFilled = forwardRef(
|
|
|
4096
4485
|
strokeLinejoin: "round",
|
|
4097
4486
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4098
4487
|
d: "M12 12h.0007"
|
|
4488
|
+
}),
|
|
4489
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4490
|
+
stroke: "currentColor",
|
|
4491
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4492
|
+
d: "M11.8097 12.3875v.0001"
|
|
4099
4493
|
})
|
|
4100
4494
|
)
|
|
4101
4495
|
);
|
|
@@ -4115,8 +4509,11 @@ const IconHandPointing = forwardRef(
|
|
|
4115
4509
|
/* @__PURE__ */ React.createElement("g", {
|
|
4116
4510
|
clipPath: "url(#a)"
|
|
4117
4511
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4118
|
-
|
|
4119
|
-
|
|
4512
|
+
stroke: "currentColor",
|
|
4513
|
+
strokeLinecap: "round",
|
|
4514
|
+
strokeLinejoin: "round",
|
|
4515
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4516
|
+
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"
|
|
4120
4517
|
})),
|
|
4121
4518
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4122
4519
|
id: "a"
|
|
@@ -4140,10 +4537,15 @@ const IconHand = forwardRef(
|
|
|
4140
4537
|
ref: forwardRef2
|
|
4141
4538
|
},
|
|
4142
4539
|
/* @__PURE__ */ React.createElement("g", {
|
|
4540
|
+
stroke: "currentColor",
|
|
4541
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4143
4542
|
clipPath: "url(#a)"
|
|
4144
4543
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4145
|
-
|
|
4146
|
-
|
|
4544
|
+
strokeLinecap: "round",
|
|
4545
|
+
strokeLinejoin: "round",
|
|
4546
|
+
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"
|
|
4547
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4548
|
+
d: "M11.8097 12.3875v.0001"
|
|
4147
4549
|
})),
|
|
4148
4550
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4149
4551
|
id: "a"
|
|
@@ -4287,8 +4689,22 @@ const IconHighlighterUnderline = forwardRef(
|
|
|
4287
4689
|
rx: 0.5
|
|
4288
4690
|
}),
|
|
4289
4691
|
/* @__PURE__ */ React.createElement("path", {
|
|
4290
|
-
|
|
4291
|
-
|
|
4692
|
+
stroke: "currentColor",
|
|
4693
|
+
strokeLinecap: "round",
|
|
4694
|
+
strokeLinejoin: "round",
|
|
4695
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4696
|
+
d: "m18 9.8571 3-2.8571-4.5-4.5-3 3"
|
|
4697
|
+
}),
|
|
4698
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4699
|
+
stroke: "currentColor",
|
|
4700
|
+
strokeLinecap: "round",
|
|
4701
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4702
|
+
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"
|
|
4703
|
+
}),
|
|
4704
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4705
|
+
stroke: "currentColor",
|
|
4706
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4707
|
+
d: "M11.8097 12.3875v.0001"
|
|
4292
4708
|
})
|
|
4293
4709
|
)
|
|
4294
4710
|
);
|
|
@@ -4306,13 +4722,15 @@ const IconHighlighter = forwardRef(
|
|
|
4306
4722
|
ref: forwardRef2
|
|
4307
4723
|
},
|
|
4308
4724
|
/* @__PURE__ */ React.createElement("g", {
|
|
4725
|
+
stroke: "currentColor",
|
|
4726
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4309
4727
|
clipPath: "url(#a)"
|
|
4310
4728
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4311
|
-
stroke: "currentColor",
|
|
4312
4729
|
strokeLinecap: "round",
|
|
4313
4730
|
strokeLinejoin: "round",
|
|
4314
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4315
4731
|
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"
|
|
4732
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4733
|
+
d: "M11.8097 12.3875v.0001"
|
|
4316
4734
|
})),
|
|
4317
4735
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4318
4736
|
id: "a"
|
|
@@ -4336,8 +4754,16 @@ const IconHouse = forwardRef(
|
|
|
4336
4754
|
ref: forwardRef2
|
|
4337
4755
|
},
|
|
4338
4756
|
/* @__PURE__ */ React.createElement("path", {
|
|
4339
|
-
|
|
4340
|
-
|
|
4757
|
+
stroke: "currentColor",
|
|
4758
|
+
strokeLinecap: "round",
|
|
4759
|
+
strokeLinejoin: "round",
|
|
4760
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4761
|
+
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"
|
|
4762
|
+
}),
|
|
4763
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4764
|
+
stroke: "currentColor",
|
|
4765
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4766
|
+
d: "M11.8097 12.3875v.0001"
|
|
4341
4767
|
})
|
|
4342
4768
|
)
|
|
4343
4769
|
);
|
|
@@ -4365,6 +4791,11 @@ const IconImage = forwardRef(
|
|
|
4365
4791
|
cy: 8,
|
|
4366
4792
|
r: 2,
|
|
4367
4793
|
fill: "currentColor"
|
|
4794
|
+
}),
|
|
4795
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4796
|
+
stroke: "currentColor",
|
|
4797
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4798
|
+
d: "M11.8097 12.3875v.0001"
|
|
4368
4799
|
})
|
|
4369
4800
|
)
|
|
4370
4801
|
);
|
|
@@ -4390,6 +4821,11 @@ const IconInformationMarkCircle = forwardRef(
|
|
|
4390
4821
|
strokeLinecap: "round",
|
|
4391
4822
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4392
4823
|
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"
|
|
4824
|
+
}),
|
|
4825
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4826
|
+
stroke: "currentColor",
|
|
4827
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4828
|
+
d: "M11.8097 12.3875v.0001"
|
|
4393
4829
|
})
|
|
4394
4830
|
)
|
|
4395
4831
|
);
|
|
@@ -4407,12 +4843,14 @@ const IconKanban = forwardRef(
|
|
|
4407
4843
|
ref: forwardRef2
|
|
4408
4844
|
},
|
|
4409
4845
|
/* @__PURE__ */ React.createElement("g", {
|
|
4846
|
+
stroke: "currentColor",
|
|
4847
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4410
4848
|
clipPath: "url(#a)"
|
|
4411
4849
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4412
|
-
stroke: "currentColor",
|
|
4413
4850
|
strokeLinecap: "round",
|
|
4414
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4415
4851
|
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"
|
|
4852
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4853
|
+
d: "M11.8097 12.3875v.0001"
|
|
4416
4854
|
})),
|
|
4417
4855
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4418
4856
|
id: "a"
|
|
@@ -4436,10 +4874,15 @@ const IconKey = forwardRef(
|
|
|
4436
4874
|
ref: forwardRef2
|
|
4437
4875
|
},
|
|
4438
4876
|
/* @__PURE__ */ React.createElement("g", {
|
|
4877
|
+
stroke: "currentColor",
|
|
4878
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4439
4879
|
clipPath: "url(#a)"
|
|
4440
4880
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4441
|
-
|
|
4442
|
-
|
|
4881
|
+
strokeLinecap: "round",
|
|
4882
|
+
strokeLinejoin: "round",
|
|
4883
|
+
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"
|
|
4884
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4885
|
+
d: "M11.8097 12.3875v.0001"
|
|
4443
4886
|
})),
|
|
4444
4887
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4445
4888
|
id: "a"
|
|
@@ -4471,6 +4914,11 @@ const IconKeycap = forwardRef(
|
|
|
4471
4914
|
/* @__PURE__ */ React.createElement("path", {
|
|
4472
4915
|
fill: "currentColor",
|
|
4473
4916
|
d: "M0 0h.001v.001h-.001z"
|
|
4917
|
+
}),
|
|
4918
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4919
|
+
stroke: "currentColor",
|
|
4920
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4921
|
+
d: "M11.8097 12.3875v.0001"
|
|
4474
4922
|
})
|
|
4475
4923
|
)
|
|
4476
4924
|
);
|
|
@@ -4492,6 +4940,11 @@ const IconLaptop = forwardRef(
|
|
|
4492
4940
|
strokeLinecap: "round",
|
|
4493
4941
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4494
4942
|
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"
|
|
4943
|
+
}),
|
|
4944
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4945
|
+
stroke: "currentColor",
|
|
4946
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4947
|
+
d: "M11.8097 12.3875v.0001"
|
|
4495
4948
|
})
|
|
4496
4949
|
)
|
|
4497
4950
|
);
|
|
@@ -4509,13 +4962,15 @@ const IconLasso = forwardRef(
|
|
|
4509
4962
|
ref: forwardRef2
|
|
4510
4963
|
},
|
|
4511
4964
|
/* @__PURE__ */ React.createElement("g", {
|
|
4965
|
+
stroke: "currentColor",
|
|
4966
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4512
4967
|
clipPath: "url(#a)"
|
|
4513
4968
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4514
|
-
stroke: "currentColor",
|
|
4515
4969
|
strokeDasharray: "1 3",
|
|
4516
4970
|
strokeLinecap: "round",
|
|
4517
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4518
4971
|
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"
|
|
4972
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
4973
|
+
d: "M11.8097 12.3875v.0001"
|
|
4519
4974
|
})),
|
|
4520
4975
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4521
4976
|
id: "a"
|
|
@@ -4539,13 +4994,15 @@ const IconLayout = forwardRef(
|
|
|
4539
4994
|
ref: forwardRef2
|
|
4540
4995
|
},
|
|
4541
4996
|
/* @__PURE__ */ React.createElement("g", {
|
|
4997
|
+
stroke: "currentColor",
|
|
4998
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4542
4999
|
clipPath: "url(#a)"
|
|
4543
5000
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4544
|
-
stroke: "currentColor",
|
|
4545
5001
|
strokeLinecap: "round",
|
|
4546
5002
|
strokeLinejoin: "round",
|
|
4547
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4548
5003
|
d: "M3 9v12h6m-6-12v-6h18v6m-18 0h6m12 0v12h-12m12-12h-12m0 0v12"
|
|
5004
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5005
|
+
d: "M11.8097 12.3875v.0001"
|
|
4549
5006
|
})),
|
|
4550
5007
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4551
5008
|
id: "a"
|
|
@@ -4569,13 +5026,15 @@ const IconLifesaver = forwardRef(
|
|
|
4569
5026
|
ref: forwardRef2
|
|
4570
5027
|
},
|
|
4571
5028
|
/* @__PURE__ */ React.createElement("g", {
|
|
5029
|
+
stroke: "currentColor",
|
|
5030
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4572
5031
|
clipPath: "url(#a)"
|
|
4573
5032
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4574
|
-
stroke: "currentColor",
|
|
4575
5033
|
strokeLinecap: "square",
|
|
4576
5034
|
strokeMiterlimit: 1.414,
|
|
4577
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4578
5035
|
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"
|
|
5036
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5037
|
+
d: "M11.8097 12.3875v.0001"
|
|
4579
5038
|
})),
|
|
4580
5039
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4581
5040
|
id: "a"
|
|
@@ -4624,9 +5083,15 @@ const IconLightbulb = forwardRef(
|
|
|
4624
5083
|
fill: "none",
|
|
4625
5084
|
ref: forwardRef2
|
|
4626
5085
|
},
|
|
5086
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5087
|
+
stroke: "currentColor",
|
|
5088
|
+
strokeLinejoin: "round",
|
|
5089
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5090
|
+
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"
|
|
5091
|
+
}),
|
|
4627
5092
|
/* @__PURE__ */ React.createElement("path", {
|
|
4628
5093
|
fill: "currentColor",
|
|
4629
|
-
d: "M9
|
|
5094
|
+
d: "M9 20h6v1c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-1Z"
|
|
4630
5095
|
})
|
|
4631
5096
|
)
|
|
4632
5097
|
);
|
|
@@ -4644,14 +5109,16 @@ const IconLightning = forwardRef(
|
|
|
4644
5109
|
ref: forwardRef2
|
|
4645
5110
|
},
|
|
4646
5111
|
/* @__PURE__ */ React.createElement("g", {
|
|
5112
|
+
stroke: "currentColor",
|
|
5113
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4647
5114
|
clipPath: "url(#a)"
|
|
4648
5115
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4649
|
-
stroke: "currentColor",
|
|
4650
5116
|
strokeLinecap: "square",
|
|
4651
5117
|
strokeLinejoin: "round",
|
|
4652
5118
|
strokeMiterlimit: 1.414,
|
|
4653
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4654
5119
|
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"
|
|
5120
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5121
|
+
d: "M11.8097 12.3875v.0001"
|
|
4655
5122
|
})),
|
|
4656
5123
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4657
5124
|
id: "a"
|
|
@@ -4675,13 +5142,15 @@ const IconLineCurved = forwardRef(
|
|
|
4675
5142
|
ref: forwardRef2
|
|
4676
5143
|
},
|
|
4677
5144
|
/* @__PURE__ */ React.createElement("g", {
|
|
5145
|
+
stroke: "currentColor",
|
|
5146
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4678
5147
|
clipPath: "url(#a)"
|
|
4679
5148
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4680
|
-
stroke: "currentColor",
|
|
4681
5149
|
strokeLinecap: "round",
|
|
4682
5150
|
strokeLinejoin: "round",
|
|
4683
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4684
5151
|
d: "M2 12s2.767-2.5534 5-3c4.4658-.8932 5.5342 6.8931 10 6 2.2329-.4466 5-3 5-3"
|
|
5152
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5153
|
+
d: "M11.8097 12.3875v.0001"
|
|
4685
5154
|
})),
|
|
4686
5155
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4687
5156
|
id: "a"
|
|
@@ -4705,13 +5174,15 @@ const IconLineDashed = forwardRef(
|
|
|
4705
5174
|
ref: forwardRef2
|
|
4706
5175
|
},
|
|
4707
5176
|
/* @__PURE__ */ React.createElement("g", {
|
|
5177
|
+
stroke: "currentColor",
|
|
5178
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4708
5179
|
clipPath: "url(#a)"
|
|
4709
5180
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4710
|
-
stroke: "currentColor",
|
|
4711
5181
|
strokeLinecap: "round",
|
|
4712
5182
|
strokeLinejoin: "round",
|
|
4713
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4714
5183
|
d: "M2 12h4m4 0h4m4 0h4"
|
|
5184
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5185
|
+
d: "M11.8097 12.3875v.0001"
|
|
4715
5186
|
})),
|
|
4716
5187
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4717
5188
|
id: "a"
|
|
@@ -4735,12 +5206,14 @@ const IconLineDiagonal = forwardRef(
|
|
|
4735
5206
|
ref: forwardRef2
|
|
4736
5207
|
},
|
|
4737
5208
|
/* @__PURE__ */ React.createElement("g", {
|
|
5209
|
+
stroke: "currentColor",
|
|
5210
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4738
5211
|
clipPath: "url(#a)"
|
|
4739
5212
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4740
|
-
stroke: "currentColor",
|
|
4741
5213
|
strokeLinecap: "round",
|
|
4742
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4743
5214
|
d: "m4 20 16-16"
|
|
5215
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5216
|
+
d: "M11.8097 12.3875v.0001"
|
|
4744
5217
|
})),
|
|
4745
5218
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4746
5219
|
id: "a"
|
|
@@ -4764,10 +5237,14 @@ const IconLineDotted = forwardRef(
|
|
|
4764
5237
|
ref: forwardRef2
|
|
4765
5238
|
},
|
|
4766
5239
|
/* @__PURE__ */ React.createElement("g", {
|
|
4767
|
-
fill: "currentColor",
|
|
4768
5240
|
clipPath: "url(#a)"
|
|
4769
5241
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5242
|
+
fill: "currentColor",
|
|
4770
5243
|
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"
|
|
5244
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5245
|
+
stroke: "currentColor",
|
|
5246
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5247
|
+
d: "M11.8097 12.3875v.0001"
|
|
4771
5248
|
})),
|
|
4772
5249
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4773
5250
|
id: "a"
|
|
@@ -4791,13 +5268,15 @@ const IconLineHorizontal = forwardRef(
|
|
|
4791
5268
|
ref: forwardRef2
|
|
4792
5269
|
},
|
|
4793
5270
|
/* @__PURE__ */ React.createElement("g", {
|
|
5271
|
+
stroke: "currentColor",
|
|
5272
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4794
5273
|
clipPath: "url(#a)"
|
|
4795
5274
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4796
|
-
stroke: "currentColor",
|
|
4797
5275
|
strokeLinecap: "round",
|
|
4798
5276
|
strokeLinejoin: "round",
|
|
4799
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4800
5277
|
d: "M3 12h18"
|
|
5278
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5279
|
+
d: "M11.8097 12.3875v.0001"
|
|
4801
5280
|
})),
|
|
4802
5281
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4803
5282
|
id: "a"
|
|
@@ -4821,13 +5300,15 @@ const IconLineOrthogonal = forwardRef(
|
|
|
4821
5300
|
ref: forwardRef2
|
|
4822
5301
|
},
|
|
4823
5302
|
/* @__PURE__ */ React.createElement("g", {
|
|
5303
|
+
stroke: "currentColor",
|
|
5304
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4824
5305
|
clipPath: "url(#a)"
|
|
4825
5306
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4826
|
-
stroke: "currentColor",
|
|
4827
5307
|
strokeLinecap: "round",
|
|
4828
5308
|
strokeLinejoin: "round",
|
|
4829
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4830
5309
|
d: "M2 16h10v-8h10"
|
|
5310
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5311
|
+
d: "M11.8097 12.3875v.0001"
|
|
4831
5312
|
})),
|
|
4832
5313
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4833
5314
|
id: "a"
|
|
@@ -4851,13 +5332,15 @@ const IconLineStraight = forwardRef(
|
|
|
4851
5332
|
ref: forwardRef2
|
|
4852
5333
|
},
|
|
4853
5334
|
/* @__PURE__ */ React.createElement("g", {
|
|
5335
|
+
stroke: "currentColor",
|
|
5336
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4854
5337
|
clipPath: "url(#a)"
|
|
4855
5338
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4856
|
-
stroke: "currentColor",
|
|
4857
5339
|
strokeLinecap: "round",
|
|
4858
5340
|
strokeLinejoin: "round",
|
|
4859
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4860
5341
|
d: "m3 15 18-6"
|
|
5342
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5343
|
+
d: "M11.8097 12.3875v.0001"
|
|
4861
5344
|
})),
|
|
4862
5345
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4863
5346
|
id: "a"
|
|
@@ -4881,13 +5364,15 @@ const IconLinesThreeHorizontalLineVerticalCenter = forwardRef(
|
|
|
4881
5364
|
ref: forwardRef2
|
|
4882
5365
|
},
|
|
4883
5366
|
/* @__PURE__ */ React.createElement("g", {
|
|
5367
|
+
stroke: "currentColor",
|
|
5368
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4884
5369
|
clipPath: "url(#a)"
|
|
4885
5370
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4886
|
-
stroke: "currentColor",
|
|
4887
5371
|
strokeLinecap: "round",
|
|
4888
5372
|
strokeLinejoin: "round",
|
|
4889
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4890
5373
|
d: "M4 5h8m8 0h-8m-8 7h16m-16 7h8m8 0h-8m0-14v14"
|
|
5374
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5375
|
+
d: "M11.8097 12.3875v.0001"
|
|
4891
5376
|
})),
|
|
4892
5377
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4893
5378
|
id: "a"
|
|
@@ -4911,12 +5396,14 @@ const IconLinesThreeHorizontal = forwardRef(
|
|
|
4911
5396
|
ref: forwardRef2
|
|
4912
5397
|
},
|
|
4913
5398
|
/* @__PURE__ */ React.createElement("g", {
|
|
5399
|
+
stroke: "currentColor",
|
|
5400
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4914
5401
|
clipPath: "url(#a)"
|
|
4915
5402
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4916
|
-
stroke: "currentColor",
|
|
4917
5403
|
strokeLinecap: "round",
|
|
4918
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4919
5404
|
d: "M4 5h16m-16 7h16m-16 7h16"
|
|
5405
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5406
|
+
d: "M11.8097 12.3875v.0001"
|
|
4920
5407
|
})),
|
|
4921
5408
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4922
5409
|
id: "a"
|
|
@@ -4940,12 +5427,14 @@ const IconLinesThreeVertical = forwardRef(
|
|
|
4940
5427
|
ref: forwardRef2
|
|
4941
5428
|
},
|
|
4942
5429
|
/* @__PURE__ */ React.createElement("g", {
|
|
5430
|
+
stroke: "currentColor",
|
|
5431
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4943
5432
|
clipPath: "url(#a)"
|
|
4944
5433
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
4945
|
-
stroke: "currentColor",
|
|
4946
5434
|
strokeLinecap: "round",
|
|
4947
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
4948
5435
|
d: "M20 4v16m-8-16v16m-8-16v16"
|
|
5436
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5437
|
+
d: "M11.8097 12.3875v.0001"
|
|
4949
5438
|
})),
|
|
4950
5439
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
4951
5440
|
id: "a"
|
|
@@ -5001,8 +5490,11 @@ const IconLinkPlus = forwardRef(
|
|
|
5001
5490
|
/* @__PURE__ */ React.createElement("g", {
|
|
5002
5491
|
clipPath: "url(#a)"
|
|
5003
5492
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5004
|
-
|
|
5005
|
-
|
|
5493
|
+
stroke: "currentColor",
|
|
5494
|
+
strokeLinecap: "round",
|
|
5495
|
+
strokeLinejoin: "round",
|
|
5496
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5497
|
+
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"
|
|
5006
5498
|
})),
|
|
5007
5499
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5008
5500
|
id: "a"
|
|
@@ -5030,6 +5522,11 @@ const IconLink = forwardRef(
|
|
|
5030
5522
|
strokeLinecap: "round",
|
|
5031
5523
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5032
5524
|
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"
|
|
5525
|
+
}),
|
|
5526
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5527
|
+
stroke: "currentColor",
|
|
5528
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5529
|
+
d: "M11.8097 12.3875v.0001"
|
|
5033
5530
|
})
|
|
5034
5531
|
)
|
|
5035
5532
|
);
|
|
@@ -5056,6 +5553,11 @@ const IconListBullets = forwardRef(
|
|
|
5056
5553
|
/* @__PURE__ */ React.createElement("path", {
|
|
5057
5554
|
fill: "currentColor",
|
|
5058
5555
|
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"
|
|
5556
|
+
}),
|
|
5557
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5558
|
+
stroke: "currentColor",
|
|
5559
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5560
|
+
d: "M11.8097 12.3875v.0001"
|
|
5059
5561
|
})
|
|
5060
5562
|
)
|
|
5061
5563
|
);
|
|
@@ -5073,13 +5575,15 @@ const IconListNumbers = forwardRef(
|
|
|
5073
5575
|
ref: forwardRef2
|
|
5074
5576
|
},
|
|
5075
5577
|
/* @__PURE__ */ React.createElement("g", {
|
|
5578
|
+
stroke: "currentColor",
|
|
5579
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5076
5580
|
clipPath: "url(#a)"
|
|
5077
5581
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5078
|
-
stroke: "currentColor",
|
|
5079
5582
|
strokeLinecap: "round",
|
|
5080
5583
|
strokeLinejoin: "round",
|
|
5081
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5082
5584
|
d: "M3 3h3v6m6-3h9m-18 8h4v3h-4v3h4m5-3h9"
|
|
5585
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5586
|
+
d: "M11.8097 12.3875v.0001"
|
|
5083
5587
|
})),
|
|
5084
5588
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5085
5589
|
id: "a"
|
|
@@ -5113,6 +5617,11 @@ const IconLockClosed = forwardRef(
|
|
|
5113
5617
|
strokeLinecap: "round",
|
|
5114
5618
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5115
5619
|
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"
|
|
5620
|
+
}),
|
|
5621
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5622
|
+
stroke: "currentColor",
|
|
5623
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5624
|
+
d: "M11.8097 12.3875v.0001"
|
|
5116
5625
|
})
|
|
5117
5626
|
)
|
|
5118
5627
|
);
|
|
@@ -5140,6 +5649,11 @@ const IconLockOpen = forwardRef(
|
|
|
5140
5649
|
strokeLinecap: "round",
|
|
5141
5650
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5142
5651
|
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"
|
|
5652
|
+
}),
|
|
5653
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5654
|
+
stroke: "currentColor",
|
|
5655
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5656
|
+
d: "M11.8097 12.3875v.0001"
|
|
5143
5657
|
})
|
|
5144
5658
|
)
|
|
5145
5659
|
);
|
|
@@ -5217,13 +5731,15 @@ const IconMagnet = forwardRef(
|
|
|
5217
5731
|
ref: forwardRef2
|
|
5218
5732
|
},
|
|
5219
5733
|
/* @__PURE__ */ React.createElement("g", {
|
|
5734
|
+
stroke: "currentColor",
|
|
5735
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5220
5736
|
clipPath: "url(#a)"
|
|
5221
5737
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5222
|
-
stroke: "currentColor",
|
|
5223
5738
|
strokeLinecap: "square",
|
|
5224
5739
|
strokeMiterlimit: 1.414,
|
|
5225
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5226
5740
|
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"
|
|
5741
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5742
|
+
d: "M11.8097 12.3875v.0001"
|
|
5227
5743
|
})),
|
|
5228
5744
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5229
5745
|
id: "a"
|
|
@@ -5247,10 +5763,15 @@ const IconMagnifyingGlassLightning = forwardRef(
|
|
|
5247
5763
|
ref: forwardRef2
|
|
5248
5764
|
},
|
|
5249
5765
|
/* @__PURE__ */ React.createElement("g", {
|
|
5766
|
+
stroke: "currentColor",
|
|
5767
|
+
strokeLinecap: "round",
|
|
5768
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5250
5769
|
clipPath: "url(#a)"
|
|
5251
5770
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5252
|
-
|
|
5253
|
-
d: "
|
|
5771
|
+
strokeLinejoin: "round",
|
|
5772
|
+
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"
|
|
5773
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5774
|
+
d: "m14 2-3 4h3l-3 4"
|
|
5254
5775
|
})),
|
|
5255
5776
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5256
5777
|
id: "a"
|
|
@@ -5299,6 +5820,11 @@ const IconMagnifyingGlass = forwardRef(
|
|
|
5299
5820
|
strokeLinecap: "round",
|
|
5300
5821
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5301
5822
|
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"
|
|
5823
|
+
}),
|
|
5824
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5825
|
+
stroke: "currentColor",
|
|
5826
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5827
|
+
d: "M11.8097 12.3875v.0001"
|
|
5302
5828
|
})
|
|
5303
5829
|
)
|
|
5304
5830
|
);
|
|
@@ -5316,14 +5842,16 @@ const IconMap = forwardRef(
|
|
|
5316
5842
|
ref: forwardRef2
|
|
5317
5843
|
},
|
|
5318
5844
|
/* @__PURE__ */ React.createElement("g", {
|
|
5845
|
+
stroke: "currentColor",
|
|
5846
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5319
5847
|
clipPath: "url(#a)"
|
|
5320
5848
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5321
|
-
stroke: "currentColor",
|
|
5322
5849
|
strokeLinecap: "round",
|
|
5323
5850
|
strokeLinejoin: "round",
|
|
5324
5851
|
strokeMiterlimit: 1.414,
|
|
5325
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5326
5852
|
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"
|
|
5853
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5854
|
+
d: "M11.8097 12.3875v.0001"
|
|
5327
5855
|
})),
|
|
5328
5856
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5329
5857
|
id: "a"
|
|
@@ -5369,12 +5897,14 @@ const IconMicrophoneSlash = forwardRef(
|
|
|
5369
5897
|
ref: forwardRef2
|
|
5370
5898
|
},
|
|
5371
5899
|
/* @__PURE__ */ React.createElement("g", {
|
|
5900
|
+
stroke: "currentColor",
|
|
5901
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5372
5902
|
clipPath: "url(#a)"
|
|
5373
5903
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5374
|
-
stroke: "currentColor",
|
|
5375
5904
|
strokeLinecap: "round",
|
|
5376
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5377
5905
|
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"
|
|
5906
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5907
|
+
d: "M11.8097 12.3875v.0001"
|
|
5378
5908
|
})),
|
|
5379
5909
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5380
5910
|
id: "a"
|
|
@@ -5398,12 +5928,14 @@ const IconMicrophone = forwardRef(
|
|
|
5398
5928
|
ref: forwardRef2
|
|
5399
5929
|
},
|
|
5400
5930
|
/* @__PURE__ */ React.createElement("g", {
|
|
5931
|
+
stroke: "currentColor",
|
|
5932
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5401
5933
|
clipPath: "url(#a)"
|
|
5402
5934
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5403
|
-
stroke: "currentColor",
|
|
5404
5935
|
strokeLinecap: "round",
|
|
5405
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5406
5936
|
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"
|
|
5937
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
5938
|
+
d: "M11.8097 12.3875v.0001"
|
|
5407
5939
|
})),
|
|
5408
5940
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5409
5941
|
id: "a"
|
|
@@ -5431,6 +5963,11 @@ const IconMinus = forwardRef(
|
|
|
5431
5963
|
strokeLinecap: "round",
|
|
5432
5964
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5433
5965
|
d: "M6 12h12"
|
|
5966
|
+
}),
|
|
5967
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
5968
|
+
stroke: "currentColor",
|
|
5969
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5970
|
+
d: "M11.8097 12.3875v.0001"
|
|
5434
5971
|
})
|
|
5435
5972
|
)
|
|
5436
5973
|
);
|
|
@@ -5619,6 +6156,11 @@ const IconMouse = forwardRef(
|
|
|
5619
6156
|
/* @__PURE__ */ React.createElement("path", {
|
|
5620
6157
|
fill: "currentColor",
|
|
5621
6158
|
d: "M0 0h.001v.001h-.001v-.001Z"
|
|
6159
|
+
}),
|
|
6160
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6161
|
+
stroke: "currentColor",
|
|
6162
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6163
|
+
d: "M11.8097 12.3875v.0001"
|
|
5622
6164
|
})
|
|
5623
6165
|
)
|
|
5624
6166
|
);
|
|
@@ -5979,8 +6521,11 @@ const IconNoteMagnifyingGlass = forwardRef(
|
|
|
5979
6521
|
/* @__PURE__ */ React.createElement("g", {
|
|
5980
6522
|
clipPath: "url(#a)"
|
|
5981
6523
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
5982
|
-
|
|
5983
|
-
|
|
6524
|
+
stroke: "currentColor",
|
|
6525
|
+
strokeLinecap: "round",
|
|
6526
|
+
strokeLinejoin: "round",
|
|
6527
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6528
|
+
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"
|
|
5984
6529
|
})),
|
|
5985
6530
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
5986
6531
|
id: "a"
|
|
@@ -6069,6 +6614,30 @@ const IconPaintBucket = forwardRef(
|
|
|
6069
6614
|
);
|
|
6070
6615
|
IconPaintBucket[iconSymbol] = true;
|
|
6071
6616
|
|
|
6617
|
+
const IconPalette = forwardRef(
|
|
6618
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
6619
|
+
StyledIcon,
|
|
6620
|
+
{
|
|
6621
|
+
...props,
|
|
6622
|
+
weight,
|
|
6623
|
+
size,
|
|
6624
|
+
viewBox: "0 0 24 24",
|
|
6625
|
+
fill: "none",
|
|
6626
|
+
ref: forwardRef2
|
|
6627
|
+
},
|
|
6628
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6629
|
+
fill: "currentColor",
|
|
6630
|
+
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"
|
|
6631
|
+
}),
|
|
6632
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6633
|
+
stroke: "currentColor",
|
|
6634
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6635
|
+
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"
|
|
6636
|
+
})
|
|
6637
|
+
)
|
|
6638
|
+
);
|
|
6639
|
+
IconPalette[iconSymbol] = true;
|
|
6640
|
+
|
|
6072
6641
|
const IconPaperPlaneFilledRight = forwardRef(
|
|
6073
6642
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
6074
6643
|
StyledIcon,
|
|
@@ -6137,11 +6706,11 @@ const IconParallelogram = forwardRef(
|
|
|
6137
6706
|
ref: forwardRef2
|
|
6138
6707
|
},
|
|
6139
6708
|
/* @__PURE__ */ React.createElement("g", {
|
|
6140
|
-
clipPath: "url(#a)"
|
|
6141
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
6142
6709
|
stroke: "currentColor",
|
|
6143
6710
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6144
|
-
|
|
6711
|
+
clipPath: "url(#a)"
|
|
6712
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6713
|
+
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"
|
|
6145
6714
|
})),
|
|
6146
6715
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6147
6716
|
id: "a"
|
|
@@ -6165,12 +6734,14 @@ const IconPauseCircle = forwardRef(
|
|
|
6165
6734
|
ref: forwardRef2
|
|
6166
6735
|
},
|
|
6167
6736
|
/* @__PURE__ */ React.createElement("g", {
|
|
6737
|
+
stroke: "currentColor",
|
|
6738
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6168
6739
|
clipPath: "url(#a)"
|
|
6169
6740
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6170
|
-
stroke: "currentColor",
|
|
6171
6741
|
strokeLinecap: "round",
|
|
6172
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6173
6742
|
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"
|
|
6743
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6744
|
+
d: "M11.8097 12.3875v.0001"
|
|
6174
6745
|
})),
|
|
6175
6746
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6176
6747
|
id: "a"
|
|
@@ -6221,13 +6792,47 @@ const IconPdf = forwardRef(
|
|
|
6221
6792
|
ref: forwardRef2
|
|
6222
6793
|
},
|
|
6223
6794
|
/* @__PURE__ */ React.createElement("g", {
|
|
6795
|
+
stroke: "currentColor",
|
|
6796
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6224
6797
|
clipPath: "url(#a)"
|
|
6225
6798
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6226
|
-
stroke: "currentColor",
|
|
6227
6799
|
strokeLinecap: "round",
|
|
6228
6800
|
strokeLinejoin: "round",
|
|
6229
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6230
6801
|
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"
|
|
6802
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6803
|
+
d: "M11.8097 12.3875v.0001"
|
|
6804
|
+
})),
|
|
6805
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6806
|
+
id: "a"
|
|
6807
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6808
|
+
fill: "none",
|
|
6809
|
+
d: "M0 0h24v24h-24z"
|
|
6810
|
+
})))
|
|
6811
|
+
)
|
|
6812
|
+
);
|
|
6813
|
+
IconPdf[iconSymbol] = true;
|
|
6814
|
+
|
|
6815
|
+
const IconPenTip = forwardRef(
|
|
6816
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
6817
|
+
StyledIcon,
|
|
6818
|
+
{
|
|
6819
|
+
...props,
|
|
6820
|
+
weight,
|
|
6821
|
+
size,
|
|
6822
|
+
viewBox: "0 0 24 24",
|
|
6823
|
+
fill: "none",
|
|
6824
|
+
ref: forwardRef2
|
|
6825
|
+
},
|
|
6826
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
6827
|
+
stroke: "currentColor",
|
|
6828
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6829
|
+
clipPath: "url(#a)"
|
|
6830
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6831
|
+
strokeLinecap: "round",
|
|
6832
|
+
strokeLinejoin: "round",
|
|
6833
|
+
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"
|
|
6834
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6835
|
+
d: "M11.8097 12.3875v.0001"
|
|
6231
6836
|
})),
|
|
6232
6837
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6233
6838
|
id: "a"
|
|
@@ -6237,9 +6842,9 @@ const IconPdf = forwardRef(
|
|
|
6237
6842
|
})))
|
|
6238
6843
|
)
|
|
6239
6844
|
);
|
|
6240
|
-
|
|
6845
|
+
IconPenTip[iconSymbol] = true;
|
|
6241
6846
|
|
|
6242
|
-
const
|
|
6847
|
+
const IconPenUnderline = forwardRef(
|
|
6243
6848
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
6244
6849
|
StyledIcon,
|
|
6245
6850
|
{
|
|
@@ -6250,24 +6855,24 @@ const IconPenTip = forwardRef(
|
|
|
6250
6855
|
fill: "none",
|
|
6251
6856
|
ref: forwardRef2
|
|
6252
6857
|
},
|
|
6253
|
-
/* @__PURE__ */ React.createElement("
|
|
6254
|
-
|
|
6255
|
-
|
|
6858
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
6859
|
+
width: 18,
|
|
6860
|
+
height: 2,
|
|
6861
|
+
x: 3,
|
|
6862
|
+
y: 20,
|
|
6863
|
+
fill: "currentColor",
|
|
6864
|
+
rx: 0.5
|
|
6865
|
+
}),
|
|
6866
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6256
6867
|
stroke: "currentColor",
|
|
6257
6868
|
strokeLinecap: "round",
|
|
6258
6869
|
strokeLinejoin: "round",
|
|
6259
6870
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6260
|
-
d: "
|
|
6261
|
-
})
|
|
6262
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6263
|
-
id: "a"
|
|
6264
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
6265
|
-
fill: "none",
|
|
6266
|
-
d: "M0 0h24v24h-24z"
|
|
6267
|
-
})))
|
|
6871
|
+
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"
|
|
6872
|
+
})
|
|
6268
6873
|
)
|
|
6269
6874
|
);
|
|
6270
|
-
|
|
6875
|
+
IconPenUnderline[iconSymbol] = true;
|
|
6271
6876
|
|
|
6272
6877
|
const IconPen = forwardRef(
|
|
6273
6878
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
@@ -6281,13 +6886,15 @@ const IconPen = forwardRef(
|
|
|
6281
6886
|
ref: forwardRef2
|
|
6282
6887
|
},
|
|
6283
6888
|
/* @__PURE__ */ React.createElement("g", {
|
|
6889
|
+
stroke: "currentColor",
|
|
6890
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6284
6891
|
clipPath: "url(#a)"
|
|
6285
6892
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6286
|
-
stroke: "currentColor",
|
|
6287
6893
|
strokeLinecap: "round",
|
|
6288
6894
|
strokeLinejoin: "round",
|
|
6289
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6290
6895
|
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"
|
|
6896
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6897
|
+
d: "M11.8097 12.3875v.0001"
|
|
6291
6898
|
})),
|
|
6292
6899
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6293
6900
|
id: "a"
|
|
@@ -6345,6 +6952,11 @@ const IconPlaceholder = forwardRef(
|
|
|
6345
6952
|
strokeLinecap: "round",
|
|
6346
6953
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6347
6954
|
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"
|
|
6955
|
+
}),
|
|
6956
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6957
|
+
stroke: "currentColor",
|
|
6958
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6959
|
+
d: "M11.8097 12.3875v.0001"
|
|
6348
6960
|
})
|
|
6349
6961
|
)
|
|
6350
6962
|
);
|
|
@@ -6381,16 +6993,20 @@ const IconPlayCircle = forwardRef(
|
|
|
6381
6993
|
fill: "none",
|
|
6382
6994
|
ref: forwardRef2
|
|
6383
6995
|
},
|
|
6384
|
-
/* @__PURE__ */ React.createElement("
|
|
6385
|
-
cx: 12,
|
|
6386
|
-
cy: 12,
|
|
6387
|
-
r: 9,
|
|
6996
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
6388
6997
|
stroke: "currentColor",
|
|
6389
|
-
|
|
6998
|
+
strokeLinejoin: "round",
|
|
6999
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7000
|
+
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"
|
|
6390
7001
|
}),
|
|
6391
7002
|
/* @__PURE__ */ React.createElement("path", {
|
|
6392
7003
|
fill: "currentColor",
|
|
6393
7004
|
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"
|
|
7005
|
+
}),
|
|
7006
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7007
|
+
stroke: "currentColor",
|
|
7008
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7009
|
+
d: "M11.8097 12.3875v.0001"
|
|
6394
7010
|
})
|
|
6395
7011
|
)
|
|
6396
7012
|
);
|
|
@@ -6443,6 +7059,11 @@ const IconPlaybackSpeedCircle = forwardRef(
|
|
|
6443
7059
|
strokeLinecap: "round",
|
|
6444
7060
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6445
7061
|
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"
|
|
7062
|
+
}),
|
|
7063
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7064
|
+
stroke: "currentColor",
|
|
7065
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7066
|
+
d: "M11.8097 12.3875v.0001"
|
|
6446
7067
|
})
|
|
6447
7068
|
)
|
|
6448
7069
|
);
|
|
@@ -6464,6 +7085,11 @@ const IconPlug = forwardRef(
|
|
|
6464
7085
|
strokeLinecap: "round",
|
|
6465
7086
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6466
7087
|
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"
|
|
7088
|
+
}),
|
|
7089
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7090
|
+
stroke: "currentColor",
|
|
7091
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7092
|
+
d: "M11.8097 12.3875v.0001"
|
|
6467
7093
|
})
|
|
6468
7094
|
)
|
|
6469
7095
|
);
|
|
@@ -6508,13 +7134,15 @@ const IconPlusText = forwardRef(
|
|
|
6508
7134
|
ref: forwardRef2
|
|
6509
7135
|
},
|
|
6510
7136
|
/* @__PURE__ */ React.createElement("g", {
|
|
7137
|
+
stroke: "currentColor",
|
|
7138
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6511
7139
|
clipPath: "url(#a)"
|
|
6512
7140
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6513
|
-
stroke: "currentColor",
|
|
6514
7141
|
strokeLinecap: "round",
|
|
6515
7142
|
strokeLinejoin: "round",
|
|
6516
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
6517
7143
|
d: "M7 5h7m7 0h-7m0 0v15m-8-10v6m-3-3h6"
|
|
7144
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7145
|
+
d: "M11.8097 12.3875v.0001"
|
|
6518
7146
|
})),
|
|
6519
7147
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6520
7148
|
id: "a"
|
|
@@ -6542,6 +7170,11 @@ const IconPlus = forwardRef(
|
|
|
6542
7170
|
strokeLinecap: "round",
|
|
6543
7171
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6544
7172
|
d: "M5 12h14m-7-7v14"
|
|
7173
|
+
}),
|
|
7174
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7175
|
+
stroke: "currentColor",
|
|
7176
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7177
|
+
d: "M11.8097 12.3875v.0001"
|
|
6545
7178
|
})
|
|
6546
7179
|
)
|
|
6547
7180
|
);
|
|
@@ -6589,8 +7222,11 @@ const IconPresentationEyeOpen = forwardRef(
|
|
|
6589
7222
|
ref: forwardRef2
|
|
6590
7223
|
},
|
|
6591
7224
|
/* @__PURE__ */ React.createElement("path", {
|
|
6592
|
-
|
|
6593
|
-
|
|
7225
|
+
stroke: "currentColor",
|
|
7226
|
+
strokeLinecap: "round",
|
|
7227
|
+
strokeLinejoin: "round",
|
|
7228
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7229
|
+
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"
|
|
6594
7230
|
}),
|
|
6595
7231
|
/* @__PURE__ */ React.createElement("circle", {
|
|
6596
7232
|
cx: 17,
|
|
@@ -6676,8 +7312,11 @@ const IconPresentationLink = forwardRef(
|
|
|
6676
7312
|
/* @__PURE__ */ React.createElement("g", {
|
|
6677
7313
|
clipPath: "url(#a)"
|
|
6678
7314
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6679
|
-
|
|
6680
|
-
|
|
7315
|
+
stroke: "currentColor",
|
|
7316
|
+
strokeLinecap: "round",
|
|
7317
|
+
strokeLinejoin: "round",
|
|
7318
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7319
|
+
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"
|
|
6681
7320
|
})),
|
|
6682
7321
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6683
7322
|
id: "a"
|
|
@@ -6814,11 +7453,11 @@ const IconProhibit = forwardRef(
|
|
|
6814
7453
|
ref: forwardRef2
|
|
6815
7454
|
},
|
|
6816
7455
|
/* @__PURE__ */ React.createElement("g", {
|
|
6817
|
-
clipPath: "url(#a)"
|
|
6818
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
6819
7456
|
stroke: "currentColor",
|
|
6820
7457
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6821
|
-
|
|
7458
|
+
clipPath: "url(#a)"
|
|
7459
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
7460
|
+
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"
|
|
6822
7461
|
})),
|
|
6823
7462
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6824
7463
|
id: "a"
|
|
@@ -6830,6 +7469,32 @@ const IconProhibit = forwardRef(
|
|
|
6830
7469
|
);
|
|
6831
7470
|
IconProhibit[iconSymbol] = true;
|
|
6832
7471
|
|
|
7472
|
+
const IconPushPinFilled = forwardRef(
|
|
7473
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
7474
|
+
StyledIcon,
|
|
7475
|
+
{
|
|
7476
|
+
...props,
|
|
7477
|
+
weight,
|
|
7478
|
+
size,
|
|
7479
|
+
viewBox: "0 0 24 24",
|
|
7480
|
+
fill: "none",
|
|
7481
|
+
ref: forwardRef2
|
|
7482
|
+
},
|
|
7483
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7484
|
+
stroke: "currentColor",
|
|
7485
|
+
strokeLinecap: "round",
|
|
7486
|
+
strokeMiterlimit: 1.414,
|
|
7487
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7488
|
+
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"
|
|
7489
|
+
}),
|
|
7490
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7491
|
+
fill: "currentColor",
|
|
7492
|
+
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"
|
|
7493
|
+
})
|
|
7494
|
+
)
|
|
7495
|
+
);
|
|
7496
|
+
IconPushPinFilled[iconSymbol] = true;
|
|
7497
|
+
|
|
6833
7498
|
const IconPushPin = forwardRef(
|
|
6834
7499
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
|
|
6835
7500
|
StyledIcon,
|
|
@@ -6842,10 +7507,15 @@ const IconPushPin = forwardRef(
|
|
|
6842
7507
|
ref: forwardRef2
|
|
6843
7508
|
},
|
|
6844
7509
|
/* @__PURE__ */ React.createElement("g", {
|
|
7510
|
+
stroke: "currentColor",
|
|
7511
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
6845
7512
|
clipPath: "url(#a)"
|
|
6846
7513
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
6847
|
-
|
|
6848
|
-
|
|
7514
|
+
strokeLinecap: "round",
|
|
7515
|
+
strokeMiterlimit: 1.414,
|
|
7516
|
+
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"
|
|
7517
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7518
|
+
d: "M11.8097 12.3875v.0001"
|
|
6849
7519
|
})),
|
|
6850
7520
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6851
7521
|
id: "a"
|
|
@@ -6873,6 +7543,11 @@ const IconQuestionMarkCircle = forwardRef(
|
|
|
6873
7543
|
strokeLinecap: "round",
|
|
6874
7544
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6875
7545
|
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"
|
|
7546
|
+
}),
|
|
7547
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
7548
|
+
stroke: "currentColor",
|
|
7549
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7550
|
+
d: "M11.8097 12.3875v.0001"
|
|
6876
7551
|
})
|
|
6877
7552
|
)
|
|
6878
7553
|
);
|
|
@@ -7095,12 +7770,14 @@ const IconRectanglesThreeAligned = forwardRef(
|
|
|
7095
7770
|
},
|
|
7096
7771
|
/* @__PURE__ */ React.createElement("g", {
|
|
7097
7772
|
stroke: "currentColor",
|
|
7098
|
-
strokeLinecap: "round",
|
|
7099
|
-
strokeLinejoin: "round",
|
|
7100
7773
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7101
7774
|
clipPath: "url(#a)"
|
|
7102
7775
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7776
|
+
strokeLinecap: "round",
|
|
7777
|
+
strokeLinejoin: "round",
|
|
7103
7778
|
d: "M11 4h-8v8h8v-8ZM17.0629 16h-14v5h14v-5ZM19 4h-4v4h4v-4Z"
|
|
7779
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7780
|
+
d: "M11.8097 12.3875v.0001"
|
|
7104
7781
|
})),
|
|
7105
7782
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7106
7783
|
id: "a"
|
|
@@ -7125,12 +7802,14 @@ const IconRectanglesThreeFree = forwardRef(
|
|
|
7125
7802
|
},
|
|
7126
7803
|
/* @__PURE__ */ React.createElement("g", {
|
|
7127
7804
|
stroke: "currentColor",
|
|
7128
|
-
strokeLinecap: "round",
|
|
7129
|
-
strokeLinejoin: "round",
|
|
7130
7805
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7131
7806
|
clipPath: "url(#a)"
|
|
7132
7807
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7808
|
+
strokeLinecap: "round",
|
|
7809
|
+
strokeLinejoin: "round",
|
|
7133
7810
|
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"
|
|
7811
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7812
|
+
d: "M11.8097 12.3875v.0001"
|
|
7134
7813
|
})),
|
|
7135
7814
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7136
7815
|
id: "a"
|
|
@@ -7154,13 +7833,15 @@ const IconRectanglesThreeOverlap = forwardRef(
|
|
|
7154
7833
|
ref: forwardRef2
|
|
7155
7834
|
},
|
|
7156
7835
|
/* @__PURE__ */ React.createElement("g", {
|
|
7836
|
+
stroke: "currentColor",
|
|
7837
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7157
7838
|
clipPath: "url(#a)"
|
|
7158
7839
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7159
|
-
stroke: "currentColor",
|
|
7160
7840
|
strokeLinecap: "round",
|
|
7161
7841
|
strokeLinejoin: "round",
|
|
7162
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7163
7842
|
d: "M8 11h-4v10h9v-4m-5-6h5v6m-5-6v-4h4m1 10h4v-4m-5-6h5v6m-5-6v-4h9v10h-4"
|
|
7843
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7844
|
+
d: "M11.8097 12.3875v.0001"
|
|
7164
7845
|
})),
|
|
7165
7846
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7166
7847
|
id: "a"
|
|
@@ -7184,13 +7865,15 @@ const IconRectanglesTwoLine = forwardRef(
|
|
|
7184
7865
|
ref: forwardRef2
|
|
7185
7866
|
},
|
|
7186
7867
|
/* @__PURE__ */ React.createElement("g", {
|
|
7868
|
+
stroke: "currentColor",
|
|
7869
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7187
7870
|
clipPath: "url(#a)"
|
|
7188
7871
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7189
|
-
stroke: "currentColor",
|
|
7190
7872
|
strokeLinecap: "round",
|
|
7191
7873
|
strokeLinejoin: "round",
|
|
7192
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7193
7874
|
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"
|
|
7875
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
7876
|
+
d: "M11.8097 12.3875v.0001"
|
|
7194
7877
|
})),
|
|
7195
7878
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7196
7879
|
id: "a"
|
|
@@ -7310,8 +7993,11 @@ const IconRectanglesTwoUser = forwardRef(
|
|
|
7310
7993
|
clipRule: "evenodd"
|
|
7311
7994
|
}),
|
|
7312
7995
|
/* @__PURE__ */ React.createElement("path", {
|
|
7313
|
-
|
|
7314
|
-
|
|
7996
|
+
stroke: "currentColor",
|
|
7997
|
+
strokeLinecap: "round",
|
|
7998
|
+
strokeLinejoin: "round",
|
|
7999
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8000
|
+
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"
|
|
7315
8001
|
})
|
|
7316
8002
|
)
|
|
7317
8003
|
);
|
|
@@ -7329,11 +8015,11 @@ const IconRhombus = forwardRef(
|
|
|
7329
8015
|
ref: forwardRef2
|
|
7330
8016
|
},
|
|
7331
8017
|
/* @__PURE__ */ React.createElement("g", {
|
|
7332
|
-
clipPath: "url(#a)"
|
|
7333
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
7334
8018
|
stroke: "currentColor",
|
|
7335
8019
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7336
|
-
|
|
8020
|
+
clipPath: "url(#a)"
|
|
8021
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
8022
|
+
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"
|
|
7337
8023
|
})),
|
|
7338
8024
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7339
8025
|
id: "a"
|
|
@@ -7444,7 +8130,7 @@ const IconScissors = forwardRef(
|
|
|
7444
8130
|
/* @__PURE__ */ React.createElement("path", {
|
|
7445
8131
|
stroke: "currentColor",
|
|
7446
8132
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7447
|
-
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
|
|
8133
|
+
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"
|
|
7448
8134
|
})
|
|
7449
8135
|
)
|
|
7450
8136
|
);
|
|
@@ -7466,6 +8152,11 @@ const IconScrollbarXy = forwardRef(
|
|
|
7466
8152
|
strokeLinecap: "round",
|
|
7467
8153
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7468
8154
|
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"
|
|
8155
|
+
}),
|
|
8156
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8157
|
+
stroke: "currentColor",
|
|
8158
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8159
|
+
d: "M11.8097 12.3875v.0001"
|
|
7469
8160
|
})
|
|
7470
8161
|
)
|
|
7471
8162
|
);
|
|
@@ -7483,12 +8174,14 @@ const IconShapes = forwardRef(
|
|
|
7483
8174
|
ref: forwardRef2
|
|
7484
8175
|
},
|
|
7485
8176
|
/* @__PURE__ */ React.createElement("g", {
|
|
8177
|
+
stroke: "currentColor",
|
|
8178
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7486
8179
|
clipPath: "url(#a)"
|
|
7487
8180
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7488
|
-
stroke: "currentColor",
|
|
7489
8181
|
strokeLinecap: "round",
|
|
7490
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7491
8182
|
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"
|
|
8183
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8184
|
+
d: "M11.8097 12.3875v.0001"
|
|
7492
8185
|
})),
|
|
7493
8186
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7494
8187
|
id: "a"
|
|
@@ -7512,14 +8205,16 @@ const IconShieldCheck = forwardRef(
|
|
|
7512
8205
|
ref: forwardRef2
|
|
7513
8206
|
},
|
|
7514
8207
|
/* @__PURE__ */ React.createElement("g", {
|
|
8208
|
+
stroke: "currentColor",
|
|
8209
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7515
8210
|
clipPath: "url(#a)"
|
|
7516
8211
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7517
|
-
stroke: "currentColor",
|
|
7518
8212
|
strokeLinecap: "round",
|
|
7519
8213
|
strokeLinejoin: "round",
|
|
7520
8214
|
strokeMiterlimit: 1.414,
|
|
7521
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7522
8215
|
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"
|
|
8216
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8217
|
+
d: "M11.8097 12.3875v.0001"
|
|
7523
8218
|
})),
|
|
7524
8219
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7525
8220
|
id: "a"
|
|
@@ -7555,6 +8250,11 @@ const IconShieldLock = forwardRef(
|
|
|
7555
8250
|
strokeMiterlimit: 1.414,
|
|
7556
8251
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7557
8252
|
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"
|
|
8253
|
+
}),
|
|
8254
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8255
|
+
stroke: "currentColor",
|
|
8256
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8257
|
+
d: "M11.8097 12.3875v.0001"
|
|
7558
8258
|
})
|
|
7559
8259
|
)
|
|
7560
8260
|
);
|
|
@@ -7602,14 +8302,16 @@ const IconSidebarClosed = forwardRef(
|
|
|
7602
8302
|
ref: forwardRef2
|
|
7603
8303
|
},
|
|
7604
8304
|
/* @__PURE__ */ React.createElement("g", {
|
|
8305
|
+
stroke: "currentColor",
|
|
8306
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7605
8307
|
clipPath: "url(#a)"
|
|
7606
8308
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7607
|
-
stroke: "currentColor",
|
|
7608
8309
|
strokeLinecap: "round",
|
|
7609
8310
|
strokeLinejoin: "round",
|
|
7610
8311
|
strokeMiterlimit: 1.414,
|
|
7611
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7612
8312
|
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"
|
|
8313
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8314
|
+
d: "M11.8097 12.3875v.0001"
|
|
7613
8315
|
})),
|
|
7614
8316
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7615
8317
|
id: "a"
|
|
@@ -7645,6 +8347,11 @@ const IconSidebarOpen = forwardRef(
|
|
|
7645
8347
|
fillRule: "evenodd",
|
|
7646
8348
|
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",
|
|
7647
8349
|
clipRule: "evenodd"
|
|
8350
|
+
}),
|
|
8351
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8352
|
+
stroke: "currentColor",
|
|
8353
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8354
|
+
d: "M11.8097 12.3875v.0001"
|
|
7648
8355
|
})
|
|
7649
8356
|
)
|
|
7650
8357
|
);
|
|
@@ -7662,12 +8369,14 @@ const IconSlidersX = forwardRef(
|
|
|
7662
8369
|
ref: forwardRef2
|
|
7663
8370
|
},
|
|
7664
8371
|
/* @__PURE__ */ React.createElement("g", {
|
|
8372
|
+
stroke: "currentColor",
|
|
8373
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7665
8374
|
clipPath: "url(#a)"
|
|
7666
8375
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7667
|
-
stroke: "currentColor",
|
|
7668
8376
|
strokeLinecap: "round",
|
|
7669
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7670
8377
|
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"
|
|
8378
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8379
|
+
d: "M11.8097 12.3875v.0001"
|
|
7671
8380
|
})),
|
|
7672
8381
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7673
8382
|
id: "a"
|
|
@@ -7691,12 +8400,14 @@ const IconSlidersY = forwardRef(
|
|
|
7691
8400
|
ref: forwardRef2
|
|
7692
8401
|
},
|
|
7693
8402
|
/* @__PURE__ */ React.createElement("g", {
|
|
8403
|
+
stroke: "currentColor",
|
|
8404
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7694
8405
|
clipPath: "url(#a)"
|
|
7695
8406
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
7696
|
-
stroke: "currentColor",
|
|
7697
8407
|
strokeLinecap: "round",
|
|
7698
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
7699
8408
|
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"
|
|
8409
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8410
|
+
d: "M11.8097 12.3875v.0001"
|
|
7700
8411
|
})),
|
|
7701
8412
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
7702
8413
|
id: "a"
|
|
@@ -7720,12 +8431,20 @@ const IconSmileyChat = forwardRef(
|
|
|
7720
8431
|
ref: forwardRef2
|
|
7721
8432
|
},
|
|
7722
8433
|
/* @__PURE__ */ React.createElement("path", {
|
|
7723
|
-
|
|
7724
|
-
|
|
8434
|
+
stroke: "currentColor",
|
|
8435
|
+
strokeLinecap: "round",
|
|
8436
|
+
strokeLinejoin: "round",
|
|
8437
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8438
|
+
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"
|
|
7725
8439
|
}),
|
|
7726
8440
|
/* @__PURE__ */ React.createElement("path", {
|
|
7727
8441
|
fill: "currentColor",
|
|
7728
8442
|
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"
|
|
8443
|
+
}),
|
|
8444
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8445
|
+
stroke: "currentColor",
|
|
8446
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8447
|
+
d: "M11.8097 12.3875v.0001"
|
|
7729
8448
|
})
|
|
7730
8449
|
)
|
|
7731
8450
|
);
|
|
@@ -7804,6 +8523,11 @@ const IconSmiley = forwardRef(
|
|
|
7804
8523
|
strokeLinejoin: "round",
|
|
7805
8524
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7806
8525
|
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"
|
|
8526
|
+
}),
|
|
8527
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8528
|
+
stroke: "currentColor",
|
|
8529
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8530
|
+
d: "M11.8097 12.3875v.0001"
|
|
7807
8531
|
})
|
|
7808
8532
|
)
|
|
7809
8533
|
);
|
|
@@ -7829,6 +8553,11 @@ const IconSocialFacebook = forwardRef(
|
|
|
7829
8553
|
strokeLinejoin: "round",
|
|
7830
8554
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7831
8555
|
d: "M12 12h.0007"
|
|
8556
|
+
}),
|
|
8557
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8558
|
+
stroke: "currentColor",
|
|
8559
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8560
|
+
d: "M11.8097 12.3875v.0001"
|
|
7832
8561
|
})
|
|
7833
8562
|
)
|
|
7834
8563
|
);
|
|
@@ -7860,6 +8589,11 @@ const IconSocialInstagram = forwardRef(
|
|
|
7860
8589
|
strokeLinejoin: "round",
|
|
7861
8590
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7862
8591
|
d: "M12 12h.0007"
|
|
8592
|
+
}),
|
|
8593
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8594
|
+
stroke: "currentColor",
|
|
8595
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8596
|
+
d: "M11.8097 12.3875v.0001"
|
|
7863
8597
|
})
|
|
7864
8598
|
)
|
|
7865
8599
|
);
|
|
@@ -7918,6 +8652,11 @@ const IconSocialLinkedin = forwardRef(
|
|
|
7918
8652
|
strokeLinejoin: "round",
|
|
7919
8653
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7920
8654
|
d: "M12 12h.0007"
|
|
8655
|
+
}),
|
|
8656
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8657
|
+
stroke: "currentColor",
|
|
8658
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8659
|
+
d: "M11.8097 12.3875v.0001"
|
|
7921
8660
|
})
|
|
7922
8661
|
)
|
|
7923
8662
|
);
|
|
@@ -7968,6 +8707,11 @@ const IconSocialTwitter = forwardRef(
|
|
|
7968
8707
|
strokeLinejoin: "round",
|
|
7969
8708
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7970
8709
|
d: "M12 12h.0007"
|
|
8710
|
+
}),
|
|
8711
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8712
|
+
stroke: "currentColor",
|
|
8713
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8714
|
+
d: "M11.8097 12.3875v.0001"
|
|
7971
8715
|
})
|
|
7972
8716
|
)
|
|
7973
8717
|
);
|
|
@@ -7993,6 +8737,11 @@ const IconSocialYoutube = forwardRef(
|
|
|
7993
8737
|
strokeLinejoin: "round",
|
|
7994
8738
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7995
8739
|
d: "M12 12h.0007"
|
|
8740
|
+
}),
|
|
8741
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8742
|
+
stroke: "currentColor",
|
|
8743
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8744
|
+
d: "M11.8097 12.3875v.0001"
|
|
7996
8745
|
})
|
|
7997
8746
|
)
|
|
7998
8747
|
);
|
|
@@ -8061,12 +8810,14 @@ const IconSpeakerCross = forwardRef(
|
|
|
8061
8810
|
ref: forwardRef2
|
|
8062
8811
|
},
|
|
8063
8812
|
/* @__PURE__ */ React.createElement("g", {
|
|
8813
|
+
stroke: "currentColor",
|
|
8814
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8064
8815
|
clipPath: "url(#a)"
|
|
8065
8816
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8066
|
-
stroke: "currentColor",
|
|
8067
8817
|
strokeLinecap: "round",
|
|
8068
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8069
8818
|
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"
|
|
8819
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8820
|
+
d: "M11.8097 12.3875v.0001"
|
|
8070
8821
|
})),
|
|
8071
8822
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8072
8823
|
id: "a"
|
|
@@ -8090,12 +8841,14 @@ const IconSpeakerHigh = forwardRef(
|
|
|
8090
8841
|
ref: forwardRef2
|
|
8091
8842
|
},
|
|
8092
8843
|
/* @__PURE__ */ React.createElement("g", {
|
|
8844
|
+
stroke: "currentColor",
|
|
8845
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8093
8846
|
clipPath: "url(#a)"
|
|
8094
8847
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8095
|
-
stroke: "currentColor",
|
|
8096
8848
|
strokeLinecap: "round",
|
|
8097
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8098
8849
|
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"
|
|
8850
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8851
|
+
d: "M11.8097 12.3875v.0001"
|
|
8099
8852
|
})),
|
|
8100
8853
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8101
8854
|
id: "a"
|
|
@@ -8119,13 +8872,15 @@ const IconSplitVertical = forwardRef(
|
|
|
8119
8872
|
ref: forwardRef2
|
|
8120
8873
|
},
|
|
8121
8874
|
/* @__PURE__ */ React.createElement("g", {
|
|
8875
|
+
stroke: "currentColor",
|
|
8876
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8122
8877
|
clipPath: "url(#a)"
|
|
8123
8878
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8124
|
-
stroke: "currentColor",
|
|
8125
8879
|
strokeLinecap: "round",
|
|
8126
8880
|
strokeLinejoin: "round",
|
|
8127
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8128
8881
|
d: "M5 6.5v-2.5h14v2.5m-17 5.5h20m-17 5.5v2.5h14v-2.5"
|
|
8882
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8883
|
+
d: "M11.8097 12.3875v.0001"
|
|
8129
8884
|
})),
|
|
8130
8885
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8131
8886
|
id: "a"
|
|
@@ -8149,12 +8904,14 @@ const IconSquareBracketsAngleSlash = forwardRef(
|
|
|
8149
8904
|
ref: forwardRef2
|
|
8150
8905
|
},
|
|
8151
8906
|
/* @__PURE__ */ React.createElement("g", {
|
|
8907
|
+
stroke: "currentColor",
|
|
8908
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8152
8909
|
clipPath: "url(#a)"
|
|
8153
8910
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8154
|
-
stroke: "currentColor",
|
|
8155
8911
|
strokeLinecap: "round",
|
|
8156
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8157
8912
|
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"
|
|
8913
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8914
|
+
d: "M11.8097 12.3875v.0001"
|
|
8158
8915
|
})),
|
|
8159
8916
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8160
8917
|
id: "a"
|
|
@@ -8186,6 +8943,11 @@ const IconSquareCirclesTwo = forwardRef(
|
|
|
8186
8943
|
/* @__PURE__ */ React.createElement("path", {
|
|
8187
8944
|
fill: "currentColor",
|
|
8188
8945
|
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"
|
|
8946
|
+
}),
|
|
8947
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8948
|
+
stroke: "currentColor",
|
|
8949
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8950
|
+
d: "M11.8097 12.3875v.0001"
|
|
8189
8951
|
})
|
|
8190
8952
|
)
|
|
8191
8953
|
);
|
|
@@ -8203,13 +8965,15 @@ const IconSquareLineSquareDashed = forwardRef(
|
|
|
8203
8965
|
ref: forwardRef2
|
|
8204
8966
|
},
|
|
8205
8967
|
/* @__PURE__ */ React.createElement("g", {
|
|
8968
|
+
stroke: "currentColor",
|
|
8969
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8206
8970
|
clipPath: "url(#a)"
|
|
8207
8971
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8208
|
-
stroke: "currentColor",
|
|
8209
8972
|
strokeLinecap: "round",
|
|
8210
8973
|
strokeLinejoin: "round",
|
|
8211
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8212
8974
|
d: "M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0h-3v-3m0-15h11v11h-11v-11Z"
|
|
8975
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8976
|
+
d: "M11.8097 12.3875v.0001"
|
|
8213
8977
|
})),
|
|
8214
8978
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8215
8979
|
id: "a"
|
|
@@ -8233,11 +8997,11 @@ const IconSquareRounded = forwardRef(
|
|
|
8233
8997
|
ref: forwardRef2
|
|
8234
8998
|
},
|
|
8235
8999
|
/* @__PURE__ */ React.createElement("g", {
|
|
8236
|
-
clipPath: "url(#a)"
|
|
8237
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
8238
9000
|
stroke: "currentColor",
|
|
8239
9001
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8240
|
-
|
|
9002
|
+
clipPath: "url(#a)"
|
|
9003
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
9004
|
+
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"
|
|
8241
9005
|
})),
|
|
8242
9006
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8243
9007
|
id: "a"
|
|
@@ -8270,6 +9034,11 @@ const IconSquareStarScribble = forwardRef(
|
|
|
8270
9034
|
/* @__PURE__ */ React.createElement("path", {
|
|
8271
9035
|
fill: "currentColor",
|
|
8272
9036
|
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"
|
|
9037
|
+
}),
|
|
9038
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9039
|
+
stroke: "currentColor",
|
|
9040
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9041
|
+
d: "M11.8097 12.3875v.0001"
|
|
8273
9042
|
})
|
|
8274
9043
|
)
|
|
8275
9044
|
);
|
|
@@ -8287,12 +9056,14 @@ const IconSquareTriangleCirclePlus = forwardRef(
|
|
|
8287
9056
|
ref: forwardRef2
|
|
8288
9057
|
},
|
|
8289
9058
|
/* @__PURE__ */ React.createElement("g", {
|
|
9059
|
+
stroke: "currentColor",
|
|
9060
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8290
9061
|
clipPath: "url(#a)"
|
|
8291
9062
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8292
|
-
stroke: "currentColor",
|
|
8293
9063
|
strokeLinecap: "round",
|
|
8294
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8295
9064
|
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"
|
|
9065
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9066
|
+
d: "M11.8097 12.3875v.0001"
|
|
8296
9067
|
})),
|
|
8297
9068
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8298
9069
|
id: "a"
|
|
@@ -8316,11 +9087,11 @@ const IconSquare = forwardRef(
|
|
|
8316
9087
|
ref: forwardRef2
|
|
8317
9088
|
},
|
|
8318
9089
|
/* @__PURE__ */ React.createElement("g", {
|
|
8319
|
-
clipPath: "url(#a)"
|
|
8320
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
8321
9090
|
stroke: "currentColor",
|
|
8322
9091
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8323
|
-
|
|
9092
|
+
clipPath: "url(#a)"
|
|
9093
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
9094
|
+
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"
|
|
8324
9095
|
})),
|
|
8325
9096
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8326
9097
|
id: "a"
|
|
@@ -8345,11 +9116,13 @@ const IconSquaresFour = forwardRef(
|
|
|
8345
9116
|
},
|
|
8346
9117
|
/* @__PURE__ */ React.createElement("g", {
|
|
8347
9118
|
stroke: "currentColor",
|
|
8348
|
-
strokeLinecap: "round",
|
|
8349
9119
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8350
9120
|
clipPath: "url(#a)"
|
|
8351
9121
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9122
|
+
strokeLinecap: "round",
|
|
8352
9123
|
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"
|
|
9124
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9125
|
+
d: "M11.8097 12.3875v.0001"
|
|
8353
9126
|
})),
|
|
8354
9127
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8355
9128
|
id: "a"
|
|
@@ -8386,6 +9159,11 @@ const IconSquaresGroup = forwardRef(
|
|
|
8386
9159
|
/* @__PURE__ */ React.createElement("path", {
|
|
8387
9160
|
fill: "currentColor",
|
|
8388
9161
|
d: "M7 11h3v3h3v3h-6v-6Z"
|
|
9162
|
+
}),
|
|
9163
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9164
|
+
stroke: "currentColor",
|
|
9165
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9166
|
+
d: "M11.8097 12.3875v.0001"
|
|
8389
9167
|
})
|
|
8390
9168
|
)
|
|
8391
9169
|
);
|
|
@@ -8403,10 +9181,18 @@ const IconSquaresMerge = forwardRef(
|
|
|
8403
9181
|
ref: forwardRef2
|
|
8404
9182
|
},
|
|
8405
9183
|
/* @__PURE__ */ React.createElement("g", {
|
|
9184
|
+
stroke: "currentColor",
|
|
9185
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8406
9186
|
clipPath: "url(#a)"
|
|
8407
9187
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8408
|
-
|
|
8409
|
-
d: "
|
|
9188
|
+
strokeLinecap: "round",
|
|
9189
|
+
d: "M6 9h3v-3m9 9h-3v3"
|
|
9190
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9191
|
+
strokeLinecap: "round",
|
|
9192
|
+
strokeLinejoin: "round",
|
|
9193
|
+
d: "M6 9h-3v12h12v-3m-6-12v-3h12v12h-3"
|
|
9194
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9195
|
+
d: "M11.8097 12.3875v.0001"
|
|
8410
9196
|
})),
|
|
8411
9197
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8412
9198
|
id: "a"
|
|
@@ -8431,11 +9217,13 @@ const IconSquaresThree = forwardRef(
|
|
|
8431
9217
|
},
|
|
8432
9218
|
/* @__PURE__ */ React.createElement("g", {
|
|
8433
9219
|
stroke: "currentColor",
|
|
8434
|
-
strokeLinecap: "round",
|
|
8435
9220
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8436
9221
|
clipPath: "url(#a)"
|
|
8437
9222
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9223
|
+
strokeLinecap: "round",
|
|
8438
9224
|
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"
|
|
9225
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9226
|
+
d: "M11.8097 12.3875v.0001"
|
|
8439
9227
|
})),
|
|
8440
9228
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8441
9229
|
id: "a"
|
|
@@ -8459,13 +9247,15 @@ const IconSquaresTwoOverlap = forwardRef(
|
|
|
8459
9247
|
ref: forwardRef2
|
|
8460
9248
|
},
|
|
8461
9249
|
/* @__PURE__ */ React.createElement("g", {
|
|
9250
|
+
stroke: "currentColor",
|
|
9251
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8462
9252
|
clipPath: "url(#a)"
|
|
8463
9253
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8464
|
-
stroke: "currentColor",
|
|
8465
9254
|
strokeLinecap: "round",
|
|
8466
9255
|
strokeLinejoin: "round",
|
|
8467
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8468
9256
|
d: "M9 5v-2h12v12h-2m-16-6h12v12h-12v-12Z"
|
|
9257
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9258
|
+
d: "M11.8097 12.3875v.0001"
|
|
8469
9259
|
})),
|
|
8470
9260
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8471
9261
|
id: "a"
|
|
@@ -8498,6 +9288,11 @@ const IconSquaresUngroup = forwardRef(
|
|
|
8498
9288
|
/* @__PURE__ */ React.createElement("path", {
|
|
8499
9289
|
fill: "currentColor",
|
|
8500
9290
|
d: "M8 2h3v3h-3v-3ZM19 2h3v3h-3v-3ZM19 13h3v3h-3v-3ZM8 13h3v3h-3v-3ZM2 8h3v3h-3v-3ZM2 19h3v3h-3v-3ZM13 19h3v3h-3v-3Z"
|
|
9291
|
+
}),
|
|
9292
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9293
|
+
stroke: "currentColor",
|
|
9294
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9295
|
+
d: "M11.8097 12.3875v.0001"
|
|
8501
9296
|
})
|
|
8502
9297
|
)
|
|
8503
9298
|
);
|
|
@@ -8515,13 +9310,15 @@ const IconSquaresUnmerge = forwardRef(
|
|
|
8515
9310
|
ref: forwardRef2
|
|
8516
9311
|
},
|
|
8517
9312
|
/* @__PURE__ */ React.createElement("g", {
|
|
9313
|
+
stroke: "currentColor",
|
|
9314
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8518
9315
|
clipPath: "url(#a)"
|
|
8519
9316
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8520
|
-
stroke: "currentColor",
|
|
8521
9317
|
strokeLinecap: "round",
|
|
8522
9318
|
strokeLinejoin: "round",
|
|
8523
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8524
9319
|
d: "M9 3h12v12h-12v-12Zm6 6h-12v12h12v-12Z"
|
|
9320
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9321
|
+
d: "M11.8097 12.3875v.0001"
|
|
8525
9322
|
})),
|
|
8526
9323
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8527
9324
|
id: "a"
|
|
@@ -8545,13 +9342,15 @@ const IconStack = forwardRef(
|
|
|
8545
9342
|
ref: forwardRef2
|
|
8546
9343
|
},
|
|
8547
9344
|
/* @__PURE__ */ React.createElement("g", {
|
|
9345
|
+
stroke: "currentColor",
|
|
9346
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8548
9347
|
clipPath: "url(#a)"
|
|
8549
9348
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8550
|
-
stroke: "currentColor",
|
|
8551
9349
|
strokeLinecap: "round",
|
|
8552
9350
|
strokeLinejoin: "round",
|
|
8553
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8554
9351
|
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"
|
|
9352
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9353
|
+
d: "M11.8097 12.3875v.0001"
|
|
8555
9354
|
})),
|
|
8556
9355
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8557
9356
|
id: "a"
|
|
@@ -8715,8 +9514,11 @@ const IconStickyEyeOpen = forwardRef(
|
|
|
8715
9514
|
fill: "currentColor"
|
|
8716
9515
|
}),
|
|
8717
9516
|
/* @__PURE__ */ React.createElement("path", {
|
|
8718
|
-
|
|
8719
|
-
|
|
9517
|
+
stroke: "currentColor",
|
|
9518
|
+
strokeLinecap: "round",
|
|
9519
|
+
strokeLinejoin: "round",
|
|
9520
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9521
|
+
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"
|
|
8720
9522
|
})
|
|
8721
9523
|
)
|
|
8722
9524
|
);
|
|
@@ -8794,13 +9596,15 @@ const IconStickyNote = forwardRef(
|
|
|
8794
9596
|
ref: forwardRef2
|
|
8795
9597
|
},
|
|
8796
9598
|
/* @__PURE__ */ React.createElement("g", {
|
|
9599
|
+
stroke: "currentColor",
|
|
9600
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8797
9601
|
clipPath: "url(#a)"
|
|
8798
9602
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8799
|
-
stroke: "currentColor",
|
|
8800
9603
|
strokeLinecap: "round",
|
|
8801
9604
|
strokeLinejoin: "round",
|
|
8802
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
8803
9605
|
d: "M21 14.5v-11.5h-18v18h11.5m6.5-6.5-6.5 6.5m6.5-6.5h-6.5v6.5"
|
|
9606
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9607
|
+
d: "M11.8097 12.3875v.0001"
|
|
8804
9608
|
})),
|
|
8805
9609
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8806
9610
|
id: "a"
|
|
@@ -8826,8 +9630,10 @@ const IconStickyNotesTwo = forwardRef(
|
|
|
8826
9630
|
/* @__PURE__ */ React.createElement("g", {
|
|
8827
9631
|
clipPath: "url(#a)"
|
|
8828
9632
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
8829
|
-
|
|
8830
|
-
|
|
9633
|
+
stroke: "currentColor",
|
|
9634
|
+
strokeLinejoin: "round",
|
|
9635
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9636
|
+
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"
|
|
8831
9637
|
})),
|
|
8832
9638
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
8833
9639
|
id: "a"
|
|
@@ -8850,16 +9656,20 @@ const IconStopCircle = forwardRef(
|
|
|
8850
9656
|
fill: "none",
|
|
8851
9657
|
ref: forwardRef2
|
|
8852
9658
|
},
|
|
8853
|
-
/* @__PURE__ */ React.createElement("
|
|
8854
|
-
cx: 12,
|
|
8855
|
-
cy: 12,
|
|
8856
|
-
r: 9,
|
|
9659
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
8857
9660
|
stroke: "currentColor",
|
|
8858
|
-
|
|
9661
|
+
strokeLinejoin: "round",
|
|
9662
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9663
|
+
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"
|
|
8859
9664
|
}),
|
|
8860
9665
|
/* @__PURE__ */ React.createElement("path", {
|
|
8861
9666
|
fill: "currentColor",
|
|
8862
9667
|
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"
|
|
9668
|
+
}),
|
|
9669
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9670
|
+
stroke: "currentColor",
|
|
9671
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9672
|
+
d: "M11.8097 12.3875v.0001"
|
|
8863
9673
|
})
|
|
8864
9674
|
)
|
|
8865
9675
|
);
|
|
@@ -9079,6 +9889,11 @@ const IconTag = forwardRef(
|
|
|
9079
9889
|
cy: 8.5,
|
|
9080
9890
|
r: 1.5,
|
|
9081
9891
|
fill: "currentColor"
|
|
9892
|
+
}),
|
|
9893
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9894
|
+
stroke: "currentColor",
|
|
9895
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9896
|
+
d: "M11.8097 12.3875v.0001"
|
|
9082
9897
|
})
|
|
9083
9898
|
)
|
|
9084
9899
|
);
|
|
@@ -9104,8 +9919,16 @@ const IconTextAUnderline = forwardRef(
|
|
|
9104
9919
|
rx: 0.5
|
|
9105
9920
|
}),
|
|
9106
9921
|
/* @__PURE__ */ React.createElement("path", {
|
|
9107
|
-
|
|
9108
|
-
|
|
9922
|
+
stroke: "currentColor",
|
|
9923
|
+
strokeLinecap: "round",
|
|
9924
|
+
strokeLinejoin: "round",
|
|
9925
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9926
|
+
d: "m7 16 1.25-3m8.75 3-1.25-3m0 0-3.75-9-3.75 9m7.5 0h-7.5"
|
|
9927
|
+
}),
|
|
9928
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
9929
|
+
stroke: "currentColor",
|
|
9930
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9931
|
+
d: "M11.8097 12.3875v.0001"
|
|
9109
9932
|
})
|
|
9110
9933
|
)
|
|
9111
9934
|
);
|
|
@@ -9123,13 +9946,15 @@ const IconTextAlignCenter = forwardRef(
|
|
|
9123
9946
|
ref: forwardRef2
|
|
9124
9947
|
},
|
|
9125
9948
|
/* @__PURE__ */ React.createElement("g", {
|
|
9949
|
+
stroke: "currentColor",
|
|
9950
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9126
9951
|
clipPath: "url(#a)"
|
|
9127
9952
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9128
|
-
stroke: "currentColor",
|
|
9129
9953
|
strokeLinecap: "round",
|
|
9130
9954
|
strokeLinejoin: "round",
|
|
9131
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9132
9955
|
d: "M5 6h14m-11 4h8m-11 4h14m-11 4h8"
|
|
9956
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9957
|
+
d: "M11.8097 12.3875v.0001"
|
|
9133
9958
|
})),
|
|
9134
9959
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9135
9960
|
id: "a"
|
|
@@ -9153,13 +9978,15 @@ const IconTextAlignLeft = forwardRef(
|
|
|
9153
9978
|
ref: forwardRef2
|
|
9154
9979
|
},
|
|
9155
9980
|
/* @__PURE__ */ React.createElement("g", {
|
|
9981
|
+
stroke: "currentColor",
|
|
9982
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9156
9983
|
clipPath: "url(#a)"
|
|
9157
9984
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9158
|
-
stroke: "currentColor",
|
|
9159
9985
|
strokeLinecap: "round",
|
|
9160
9986
|
strokeLinejoin: "round",
|
|
9161
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9162
9987
|
d: "M5 6h14m-14 6h7m-7 6h14"
|
|
9988
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9989
|
+
d: "M11.8097 12.3875v.0001"
|
|
9163
9990
|
})),
|
|
9164
9991
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9165
9992
|
id: "a"
|
|
@@ -9184,7 +10011,19 @@ const IconTextBBoldItalicUnderlined = forwardRef(
|
|
|
9184
10011
|
},
|
|
9185
10012
|
/* @__PURE__ */ React.createElement("path", {
|
|
9186
10013
|
fill: "currentColor",
|
|
9187
|
-
d: "M4 20c0-.5523.4477-1 1-1h12c.5523 0 1 .4477 1 1s-.4477 1-1 1h-12c-.5523 0-1-.4477-1-
|
|
10014
|
+
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"
|
|
10015
|
+
}),
|
|
10016
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10017
|
+
stroke: "currentColor",
|
|
10018
|
+
strokeLinecap: "round",
|
|
10019
|
+
strokeLinejoin: "round",
|
|
10020
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10021
|
+
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"
|
|
10022
|
+
}),
|
|
10023
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10024
|
+
stroke: "currentColor",
|
|
10025
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10026
|
+
d: "M11.8097 12.3875v.0001"
|
|
9188
10027
|
})
|
|
9189
10028
|
)
|
|
9190
10029
|
);
|
|
@@ -9202,13 +10041,15 @@ const IconTextBBold = forwardRef(
|
|
|
9202
10041
|
ref: forwardRef2
|
|
9203
10042
|
},
|
|
9204
10043
|
/* @__PURE__ */ React.createElement("g", {
|
|
10044
|
+
stroke: "currentColor",
|
|
10045
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9205
10046
|
clipPath: "url(#a)"
|
|
9206
10047
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9207
|
-
stroke: "currentColor",
|
|
9208
10048
|
strokeLinecap: "round",
|
|
9209
10049
|
strokeLinejoin: "round",
|
|
9210
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9211
10050
|
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"
|
|
10051
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10052
|
+
d: "M11.8097 12.3875v.0001"
|
|
9212
10053
|
})),
|
|
9213
10054
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9214
10055
|
id: "a"
|
|
@@ -9232,14 +10073,22 @@ const IconTextCursorEyeOpen = forwardRef(
|
|
|
9232
10073
|
ref: forwardRef2
|
|
9233
10074
|
},
|
|
9234
10075
|
/* @__PURE__ */ React.createElement("path", {
|
|
9235
|
-
|
|
9236
|
-
|
|
10076
|
+
stroke: "currentColor",
|
|
10077
|
+
strokeLinecap: "round",
|
|
10078
|
+
strokeLinejoin: "round",
|
|
10079
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10080
|
+
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"
|
|
9237
10081
|
}),
|
|
9238
10082
|
/* @__PURE__ */ React.createElement("circle", {
|
|
9239
10083
|
cx: 16,
|
|
9240
10084
|
cy: 7,
|
|
9241
10085
|
r: 2,
|
|
9242
10086
|
fill: "currentColor"
|
|
10087
|
+
}),
|
|
10088
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10089
|
+
stroke: "currentColor",
|
|
10090
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10091
|
+
d: "M11.8097 12.3875v.0001"
|
|
9243
10092
|
})
|
|
9244
10093
|
)
|
|
9245
10094
|
);
|
|
@@ -9257,13 +10106,15 @@ const IconTextHOne = forwardRef(
|
|
|
9257
10106
|
ref: forwardRef2
|
|
9258
10107
|
},
|
|
9259
10108
|
/* @__PURE__ */ React.createElement("g", {
|
|
10109
|
+
stroke: "currentColor",
|
|
10110
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9260
10111
|
clipPath: "url(#a)"
|
|
9261
10112
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9262
|
-
stroke: "currentColor",
|
|
9263
10113
|
strokeLinecap: "round",
|
|
9264
10114
|
strokeLinejoin: "round",
|
|
9265
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9266
10115
|
d: "M5 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m5-12h3v12"
|
|
10116
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10117
|
+
d: "M11.8097 12.3875v.0001"
|
|
9267
10118
|
})),
|
|
9268
10119
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9269
10120
|
id: "a"
|
|
@@ -9287,13 +10138,15 @@ const IconTextHThree = forwardRef(
|
|
|
9287
10138
|
ref: forwardRef2
|
|
9288
10139
|
},
|
|
9289
10140
|
/* @__PURE__ */ React.createElement("g", {
|
|
10141
|
+
stroke: "currentColor",
|
|
10142
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9290
10143
|
clipPath: "url(#a)"
|
|
9291
10144
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9292
|
-
stroke: "currentColor",
|
|
9293
10145
|
strokeLinecap: "round",
|
|
9294
10146
|
strokeLinejoin: "round",
|
|
9295
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9296
10147
|
d: "M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"
|
|
10148
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10149
|
+
d: "M11.8097 12.3875v.0001"
|
|
9297
10150
|
})),
|
|
9298
10151
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9299
10152
|
id: "a"
|
|
@@ -9317,13 +10170,15 @@ const IconTextHTwo = forwardRef(
|
|
|
9317
10170
|
ref: forwardRef2
|
|
9318
10171
|
},
|
|
9319
10172
|
/* @__PURE__ */ React.createElement("g", {
|
|
10173
|
+
stroke: "currentColor",
|
|
10174
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9320
10175
|
clipPath: "url(#a)"
|
|
9321
10176
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9322
|
-
stroke: "currentColor",
|
|
9323
10177
|
strokeLinecap: "round",
|
|
9324
10178
|
strokeLinejoin: "round",
|
|
9325
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9326
10179
|
d: "M4 6v6m0 6v-6m0 0h7m0 0v-6m0 6v6m4-12h5v6h-5v6h5"
|
|
10180
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10181
|
+
d: "M11.8097 12.3875v.0001"
|
|
9327
10182
|
})),
|
|
9328
10183
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9329
10184
|
id: "a"
|
|
@@ -9347,12 +10202,14 @@ const IconTextIItalic = forwardRef(
|
|
|
9347
10202
|
ref: forwardRef2
|
|
9348
10203
|
},
|
|
9349
10204
|
/* @__PURE__ */ React.createElement("g", {
|
|
10205
|
+
stroke: "currentColor",
|
|
10206
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9350
10207
|
clipPath: "url(#a)"
|
|
9351
10208
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9352
|
-
stroke: "currentColor",
|
|
9353
10209
|
strokeLinecap: "round",
|
|
9354
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9355
10210
|
d: "M11 5h4m4 0h-4m0 0-6 14m0 0h-4m4 0h4"
|
|
10211
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10212
|
+
d: "M11.8097 12.3875v.0001"
|
|
9356
10213
|
})),
|
|
9357
10214
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9358
10215
|
id: "a"
|
|
@@ -9376,13 +10233,15 @@ const IconTextIndent = forwardRef(
|
|
|
9376
10233
|
ref: forwardRef2
|
|
9377
10234
|
},
|
|
9378
10235
|
/* @__PURE__ */ React.createElement("g", {
|
|
10236
|
+
stroke: "currentColor",
|
|
10237
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9379
10238
|
clipPath: "url(#a)"
|
|
9380
10239
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9381
|
-
stroke: "currentColor",
|
|
9382
10240
|
strokeLinecap: "round",
|
|
9383
10241
|
strokeLinejoin: "round",
|
|
9384
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9385
10242
|
d: "M12 3v18m-10-9h7m0 0-3-3m3 3-3 3m10-9h6m-6 6h3m-3 6h6"
|
|
10243
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10244
|
+
d: "M11.8097 12.3875v.0001"
|
|
9386
10245
|
})),
|
|
9387
10246
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9388
10247
|
id: "a"
|
|
@@ -9406,13 +10265,15 @@ const IconTextLinesThree = forwardRef(
|
|
|
9406
10265
|
ref: forwardRef2
|
|
9407
10266
|
},
|
|
9408
10267
|
/* @__PURE__ */ React.createElement("g", {
|
|
10268
|
+
stroke: "currentColor",
|
|
10269
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9409
10270
|
clipPath: "url(#a)"
|
|
9410
10271
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9411
|
-
stroke: "currentColor",
|
|
9412
10272
|
strokeLinecap: "round",
|
|
9413
10273
|
strokeLinejoin: "round",
|
|
9414
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9415
10274
|
d: "M4 6h15m-15 6h15m-15 6h9"
|
|
10275
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10276
|
+
d: "M11.8097 12.3875v.0001"
|
|
9416
10277
|
})),
|
|
9417
10278
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9418
10279
|
id: "a"
|
|
@@ -9436,13 +10297,15 @@ const IconTextSStrikethrough = forwardRef(
|
|
|
9436
10297
|
ref: forwardRef2
|
|
9437
10298
|
},
|
|
9438
10299
|
/* @__PURE__ */ React.createElement("g", {
|
|
10300
|
+
stroke: "currentColor",
|
|
10301
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9439
10302
|
clipPath: "url(#a)"
|
|
9440
10303
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9441
|
-
stroke: "currentColor",
|
|
9442
10304
|
strokeLinecap: "round",
|
|
9443
10305
|
strokeLinejoin: "round",
|
|
9444
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9445
10306
|
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"
|
|
10307
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10308
|
+
d: "M11.8097 12.3875v.0001"
|
|
9446
10309
|
})),
|
|
9447
10310
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9448
10311
|
id: "a"
|
|
@@ -9477,6 +10340,11 @@ const IconTextStyles = forwardRef(
|
|
|
9477
10340
|
fillRule: "evenodd",
|
|
9478
10341
|
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",
|
|
9479
10342
|
clipRule: "evenodd"
|
|
10343
|
+
}),
|
|
10344
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10345
|
+
stroke: "currentColor",
|
|
10346
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10347
|
+
d: "M11.8097 12.3875v.0001"
|
|
9480
10348
|
})
|
|
9481
10349
|
)
|
|
9482
10350
|
);
|
|
@@ -9494,12 +10362,14 @@ const IconTextT = forwardRef(
|
|
|
9494
10362
|
ref: forwardRef2
|
|
9495
10363
|
},
|
|
9496
10364
|
/* @__PURE__ */ React.createElement("g", {
|
|
10365
|
+
stroke: "currentColor",
|
|
10366
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9497
10367
|
clipPath: "url(#a)"
|
|
9498
10368
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9499
|
-
stroke: "currentColor",
|
|
9500
10369
|
strokeLinecap: "round",
|
|
9501
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9502
10370
|
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"
|
|
10371
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10372
|
+
d: "M11.8097 12.3875v.0001"
|
|
9503
10373
|
})),
|
|
9504
10374
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9505
10375
|
id: "a"
|
|
@@ -9523,13 +10393,15 @@ const IconTextUUnderlined = forwardRef(
|
|
|
9523
10393
|
ref: forwardRef2
|
|
9524
10394
|
},
|
|
9525
10395
|
/* @__PURE__ */ React.createElement("g", {
|
|
10396
|
+
stroke: "currentColor",
|
|
10397
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9526
10398
|
clipPath: "url(#a)"
|
|
9527
10399
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9528
|
-
stroke: "currentColor",
|
|
9529
10400
|
strokeLinecap: "round",
|
|
9530
10401
|
strokeLinejoin: "round",
|
|
9531
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9532
10402
|
d: "M7 20h10m-10-16v8c0 3 2.7229 4 5 4s5-1 5-4v-8"
|
|
10403
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10404
|
+
d: "M11.8097 12.3875v.0001"
|
|
9533
10405
|
})),
|
|
9534
10406
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9535
10407
|
id: "a"
|
|
@@ -9553,12 +10425,14 @@ const IconThumbsUp = forwardRef(
|
|
|
9553
10425
|
ref: forwardRef2
|
|
9554
10426
|
},
|
|
9555
10427
|
/* @__PURE__ */ React.createElement("g", {
|
|
10428
|
+
stroke: "currentColor",
|
|
10429
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9556
10430
|
clipPath: "url(#a)"
|
|
9557
10431
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9558
|
-
stroke: "currentColor",
|
|
9559
10432
|
strokeLinecap: "round",
|
|
9560
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9561
10433
|
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"
|
|
10434
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10435
|
+
d: "M11.8097 12.3875v.0001"
|
|
9562
10436
|
})),
|
|
9563
10437
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9564
10438
|
id: "a"
|
|
@@ -9612,8 +10486,16 @@ const IconTicket = forwardRef(
|
|
|
9612
10486
|
ref: forwardRef2
|
|
9613
10487
|
},
|
|
9614
10488
|
/* @__PURE__ */ React.createElement("path", {
|
|
9615
|
-
|
|
9616
|
-
|
|
10489
|
+
stroke: "currentColor",
|
|
10490
|
+
strokeLinecap: "round",
|
|
10491
|
+
strokeLinejoin: "round",
|
|
10492
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10493
|
+
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"
|
|
10494
|
+
}),
|
|
10495
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10496
|
+
stroke: "currentColor",
|
|
10497
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10498
|
+
d: "M11.8097 12.3875v.0001"
|
|
9617
10499
|
})
|
|
9618
10500
|
)
|
|
9619
10501
|
);
|
|
@@ -9631,14 +10513,23 @@ const IconTimer = forwardRef(
|
|
|
9631
10513
|
ref: forwardRef2
|
|
9632
10514
|
},
|
|
9633
10515
|
/* @__PURE__ */ React.createElement("path", {
|
|
9634
|
-
|
|
9635
|
-
|
|
10516
|
+
stroke: "currentColor",
|
|
10517
|
+
strokeLinecap: "round",
|
|
10518
|
+
strokeLinejoin: "round",
|
|
10519
|
+
strokeMiterlimit: 1.414,
|
|
10520
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10521
|
+
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"
|
|
9636
10522
|
}),
|
|
9637
10523
|
/* @__PURE__ */ React.createElement("circle", {
|
|
9638
10524
|
cx: 12,
|
|
9639
10525
|
cy: 12,
|
|
9640
10526
|
r: 2,
|
|
9641
10527
|
fill: "currentColor"
|
|
10528
|
+
}),
|
|
10529
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10530
|
+
stroke: "currentColor",
|
|
10531
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10532
|
+
d: "M11.8097 12.3875v.0001"
|
|
9642
10533
|
})
|
|
9643
10534
|
)
|
|
9644
10535
|
);
|
|
@@ -9702,7 +10593,7 @@ const IconTrackpad = forwardRef(
|
|
|
9702
10593
|
/* @__PURE__ */ React.createElement("path", {
|
|
9703
10594
|
stroke: "currentColor",
|
|
9704
10595
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9705
|
-
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
|
|
10596
|
+
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"
|
|
9706
10597
|
})
|
|
9707
10598
|
)
|
|
9708
10599
|
);
|
|
@@ -9750,13 +10641,15 @@ const IconTrashSimple = forwardRef(
|
|
|
9750
10641
|
ref: forwardRef2
|
|
9751
10642
|
},
|
|
9752
10643
|
/* @__PURE__ */ React.createElement("g", {
|
|
10644
|
+
stroke: "currentColor",
|
|
10645
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9753
10646
|
clipPath: "url(#a)"
|
|
9754
10647
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9755
|
-
stroke: "currentColor",
|
|
9756
10648
|
strokeLinecap: "round",
|
|
9757
10649
|
strokeMiterlimit: 1.414,
|
|
9758
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9759
10650
|
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"
|
|
10651
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10652
|
+
d: "M11.8097 12.3875v.0001"
|
|
9760
10653
|
})),
|
|
9761
10654
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9762
10655
|
id: "a"
|
|
@@ -9780,13 +10673,15 @@ const IconTrash = forwardRef(
|
|
|
9780
10673
|
ref: forwardRef2
|
|
9781
10674
|
},
|
|
9782
10675
|
/* @__PURE__ */ React.createElement("g", {
|
|
10676
|
+
stroke: "currentColor",
|
|
10677
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9783
10678
|
clipPath: "url(#a)"
|
|
9784
10679
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9785
|
-
stroke: "currentColor",
|
|
9786
10680
|
strokeLinecap: "round",
|
|
9787
10681
|
strokeMiterlimit: 1.414,
|
|
9788
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
9789
10682
|
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"
|
|
10683
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
10684
|
+
d: "M11.8097 12.3875v.0001"
|
|
9790
10685
|
})),
|
|
9791
10686
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9792
10687
|
id: "a"
|
|
@@ -9810,10 +10705,12 @@ const IconTriangleSquareCircle = forwardRef(
|
|
|
9810
10705
|
ref: forwardRef2
|
|
9811
10706
|
},
|
|
9812
10707
|
/* @__PURE__ */ React.createElement("g", {
|
|
10708
|
+
stroke: "currentColor",
|
|
10709
|
+
strokeLinejoin: "round",
|
|
10710
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9813
10711
|
clipPath: "url(#a)"
|
|
9814
10712
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9815
|
-
|
|
9816
|
-
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"
|
|
10713
|
+
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"
|
|
9817
10714
|
})),
|
|
9818
10715
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9819
10716
|
id: "a"
|
|
@@ -9837,11 +10734,11 @@ const IconTriangle = forwardRef(
|
|
|
9837
10734
|
ref: forwardRef2
|
|
9838
10735
|
},
|
|
9839
10736
|
/* @__PURE__ */ React.createElement("g", {
|
|
9840
|
-
clipPath: "url(#a)"
|
|
9841
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
9842
10737
|
stroke: "currentColor",
|
|
9843
10738
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9844
|
-
|
|
10739
|
+
clipPath: "url(#a)"
|
|
10740
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
10741
|
+
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"
|
|
9845
10742
|
})),
|
|
9846
10743
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9847
10744
|
id: "a"
|
|
@@ -9886,6 +10783,11 @@ const IconTrident = forwardRef(
|
|
|
9886
10783
|
/* @__PURE__ */ React.createElement("path", {
|
|
9887
10784
|
fill: "currentColor",
|
|
9888
10785
|
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"
|
|
10786
|
+
}),
|
|
10787
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10788
|
+
stroke: "currentColor",
|
|
10789
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10790
|
+
d: "M11.8097 12.3875v.0001"
|
|
9889
10791
|
})
|
|
9890
10792
|
)
|
|
9891
10793
|
);
|
|
@@ -9912,6 +10814,11 @@ const IconTrophy = forwardRef(
|
|
|
9912
10814
|
/* @__PURE__ */ React.createElement("path", {
|
|
9913
10815
|
fill: "currentColor",
|
|
9914
10816
|
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"
|
|
10817
|
+
}),
|
|
10818
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10819
|
+
stroke: "currentColor",
|
|
10820
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10821
|
+
d: "M11.8097 12.3875v.0001"
|
|
9915
10822
|
})
|
|
9916
10823
|
)
|
|
9917
10824
|
);
|
|
@@ -9933,6 +10840,11 @@ const IconUserAdd = forwardRef(
|
|
|
9933
10840
|
strokeLinecap: "round",
|
|
9934
10841
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9935
10842
|
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"
|
|
10843
|
+
}),
|
|
10844
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
10845
|
+
stroke: "currentColor",
|
|
10846
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10847
|
+
d: "M11.8097 12.3875v.0001"
|
|
9936
10848
|
})
|
|
9937
10849
|
)
|
|
9938
10850
|
);
|
|
@@ -9952,8 +10864,11 @@ const IconUserArrowRightUp = forwardRef(
|
|
|
9952
10864
|
/* @__PURE__ */ React.createElement("g", {
|
|
9953
10865
|
clipPath: "url(#a)"
|
|
9954
10866
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
9955
|
-
|
|
9956
|
-
|
|
10867
|
+
stroke: "currentColor",
|
|
10868
|
+
strokeLinecap: "round",
|
|
10869
|
+
strokeLinejoin: "round",
|
|
10870
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10871
|
+
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"
|
|
9957
10872
|
})),
|
|
9958
10873
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
9959
10874
|
id: "a"
|
|
@@ -10031,8 +10946,11 @@ const IconUserEyeOpen = forwardRef(
|
|
|
10031
10946
|
ref: forwardRef2
|
|
10032
10947
|
},
|
|
10033
10948
|
/* @__PURE__ */ React.createElement("path", {
|
|
10034
|
-
|
|
10035
|
-
|
|
10949
|
+
stroke: "currentColor",
|
|
10950
|
+
strokeLinecap: "round",
|
|
10951
|
+
strokeLinejoin: "round",
|
|
10952
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
10953
|
+
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"
|
|
10036
10954
|
}),
|
|
10037
10955
|
/* @__PURE__ */ React.createElement("circle", {
|
|
10038
10956
|
cx: 16,
|
|
@@ -10115,8 +11033,11 @@ const IconUserPenDashesBottom = forwardRef(
|
|
|
10115
11033
|
ref: forwardRef2
|
|
10116
11034
|
},
|
|
10117
11035
|
/* @__PURE__ */ React.createElement("path", {
|
|
10118
|
-
|
|
10119
|
-
|
|
11036
|
+
stroke: "currentColor",
|
|
11037
|
+
strokeLinecap: "round",
|
|
11038
|
+
strokeLinejoin: "round",
|
|
11039
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11040
|
+
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"
|
|
10120
11041
|
}),
|
|
10121
11042
|
/* @__PURE__ */ React.createElement("path", {
|
|
10122
11043
|
fill: "currentColor",
|
|
@@ -10140,8 +11061,11 @@ const IconUserPenLineBottom = forwardRef(
|
|
|
10140
11061
|
ref: forwardRef2
|
|
10141
11062
|
},
|
|
10142
11063
|
/* @__PURE__ */ React.createElement("path", {
|
|
10143
|
-
|
|
10144
|
-
|
|
11064
|
+
stroke: "currentColor",
|
|
11065
|
+
strokeLinecap: "round",
|
|
11066
|
+
strokeLinejoin: "round",
|
|
11067
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11068
|
+
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"
|
|
10145
11069
|
}),
|
|
10146
11070
|
/* @__PURE__ */ React.createElement("path", {
|
|
10147
11071
|
fill: "currentColor",
|
|
@@ -10167,8 +11091,11 @@ const IconUserTickDown = forwardRef(
|
|
|
10167
11091
|
/* @__PURE__ */ React.createElement("g", {
|
|
10168
11092
|
clipPath: "url(#a)"
|
|
10169
11093
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
10170
|
-
|
|
10171
|
-
|
|
11094
|
+
stroke: "currentColor",
|
|
11095
|
+
strokeLinecap: "round",
|
|
11096
|
+
strokeLinejoin: "round",
|
|
11097
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11098
|
+
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"
|
|
10172
11099
|
})),
|
|
10173
11100
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
10174
11101
|
id: "a"
|
|
@@ -10196,6 +11123,11 @@ const IconUser = forwardRef(
|
|
|
10196
11123
|
strokeLinecap: "round",
|
|
10197
11124
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10198
11125
|
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"
|
|
11126
|
+
}),
|
|
11127
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
11128
|
+
stroke: "currentColor",
|
|
11129
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11130
|
+
d: "M11.8097 12.3875v.0001"
|
|
10199
11131
|
})
|
|
10200
11132
|
)
|
|
10201
11133
|
);
|
|
@@ -10247,6 +11179,11 @@ const IconUsers = forwardRef(
|
|
|
10247
11179
|
strokeLinecap: "round",
|
|
10248
11180
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10249
11181
|
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"
|
|
11182
|
+
}),
|
|
11183
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
11184
|
+
stroke: "currentColor",
|
|
11185
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11186
|
+
d: "M11.8097 12.3875v.0001"
|
|
10250
11187
|
})
|
|
10251
11188
|
)
|
|
10252
11189
|
);
|
|
@@ -10367,6 +11304,11 @@ const IconViewCenter = forwardRef(
|
|
|
10367
11304
|
y: 8,
|
|
10368
11305
|
fill: "currentColor",
|
|
10369
11306
|
rx: 1
|
|
11307
|
+
}),
|
|
11308
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
11309
|
+
stroke: "currentColor",
|
|
11310
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11311
|
+
d: "M11.8097 12.3875v.0001"
|
|
10370
11312
|
})
|
|
10371
11313
|
)
|
|
10372
11314
|
);
|
|
@@ -10397,6 +11339,11 @@ const IconViewSideLeft = forwardRef(
|
|
|
10397
11339
|
y: 7,
|
|
10398
11340
|
fill: "currentColor",
|
|
10399
11341
|
rx: 1
|
|
11342
|
+
}),
|
|
11343
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
11344
|
+
stroke: "currentColor",
|
|
11345
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11346
|
+
d: "M11.8097 12.3875v.0001"
|
|
10400
11347
|
})
|
|
10401
11348
|
)
|
|
10402
11349
|
);
|
|
@@ -10422,10 +11369,15 @@ const IconWallet = forwardRef(
|
|
|
10422
11369
|
/* @__PURE__ */ React.createElement("path", {
|
|
10423
11370
|
fill: "currentColor",
|
|
10424
11371
|
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"
|
|
11372
|
+
}),
|
|
11373
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
11374
|
+
stroke: "currentColor",
|
|
11375
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11376
|
+
d: "M11.8097 12.3875v.0001"
|
|
10425
11377
|
})
|
|
10426
11378
|
)
|
|
10427
11379
|
);
|
|
10428
11380
|
IconWallet[iconSymbol] = true;
|
|
10429
11381
|
|
|
10430
|
-
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPentagon, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
11382
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
10431
11383
|
//# sourceMappingURL=module.js.map
|