@webstudio-is/icons 0.48.0 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__generated__/alert.js +14 -0
- package/lib/__generated__/auto-scroll.js +4 -19
- package/lib/__generated__/blockquote.js +1 -12
- package/lib/__generated__/border-radius-bottom-left.js +14 -0
- package/lib/__generated__/border-radius-bottom-right.js +14 -0
- package/lib/__generated__/border-radius-individual.js +11 -0
- package/lib/__generated__/border-radius-top-left.js +14 -0
- package/lib/__generated__/border-radius-top-right.js +14 -0
- package/lib/__generated__/border-radius.js +11 -0
- package/lib/__generated__/border-width-bottom.js +14 -0
- package/lib/__generated__/border-width-individual.js +11 -0
- package/lib/__generated__/border-width-left.js +14 -0
- package/lib/__generated__/border-width-right.js +14 -0
- package/lib/__generated__/border-width-top.js +14 -0
- package/lib/__generated__/box-link.js +4 -21
- package/lib/__generated__/box.js +1 -14
- package/lib/__generated__/checkbox-checked-filled.js +1 -14
- package/lib/__generated__/checkbox-empty.js +1 -14
- package/lib/__generated__/checkbox-mixed-filled.js +1 -14
- package/lib/__generated__/chevron-big-down.js +1 -12
- package/lib/__generated__/chevron-big-left.js +1 -12
- package/lib/__generated__/chevron-big-right.js +1 -12
- package/lib/__generated__/chevron-big-up.js +1 -12
- package/lib/__generated__/chevron-filled-down.js +1 -12
- package/lib/__generated__/chevron-filled-left.js +1 -12
- package/lib/__generated__/chevron-filled-right.js +1 -12
- package/lib/__generated__/chevron-filled-up.js +1 -12
- package/lib/__generated__/code.js +1 -14
- package/lib/__generated__/commit.js +1 -15
- package/lib/__generated__/dash.js +1 -14
- package/lib/__generated__/div.js +11 -0
- package/lib/__generated__/dot.js +1 -12
- package/lib/__generated__/drag-handle.js +6 -39
- package/lib/__generated__/eyecon-closed.js +1 -12
- package/lib/__generated__/eyecon-open.js +4 -19
- package/lib/__generated__/github.js +1 -15
- package/lib/__generated__/google.js +6 -27
- package/lib/__generated__/hamburger-menu.js +1 -14
- package/lib/__generated__/index.js +15 -0
- package/lib/__generated__/info.js +4 -19
- package/lib/__generated__/information.js +4 -23
- package/lib/__generated__/linked.js +1 -14
- package/lib/__generated__/list-item.js +4 -19
- package/lib/__generated__/list.js +8 -35
- package/lib/__generated__/offline.js +1 -13
- package/lib/__generated__/play.js +1 -12
- package/lib/__generated__/plus.js +14 -0
- package/lib/__generated__/radio-checked.js +4 -19
- package/lib/__generated__/radio-unchecked.js +1 -14
- package/lib/__generated__/repeat-column.js +1 -13
- package/lib/__generated__/repeat-grid.js +1 -13
- package/lib/__generated__/repeat-row.js +1 -13
- package/lib/__generated__/scroll.js +4 -19
- package/lib/__generated__/slot-component.js +11 -0
- package/lib/__generated__/subscript.js +1 -12
- package/lib/__generated__/subtract.js +1 -14
- package/lib/__generated__/superscript.js +1 -12
- package/lib/__generated__/unlinked.js +1 -14
- package/lib/__generated__/webstudio.js +113 -538
- package/lib/align-content-center.js +21 -15
- package/lib/align-content-end.js +21 -15
- package/lib/align-content-space-around.js +21 -15
- package/lib/align-content-space-between.js +21 -15
- package/lib/align-content-start.js +19 -31
- package/lib/align-content-stretch.js +21 -15
- package/lib/align-items-baseline.js +61 -49
- package/lib/align-items-center.js +21 -15
- package/lib/align-items-end.js +21 -15
- package/lib/align-items-start.js +21 -15
- package/lib/align-items-stretch.js +21 -15
- package/lib/align-self-baseline.js +48 -46
- package/lib/align-self-center.js +24 -25
- package/lib/align-self-end.js +35 -26
- package/lib/align-self-start.js +24 -25
- package/lib/align-self-stretch.js +44 -32
- package/lib/aspect-ratio.js +30 -21
- package/lib/body.js +20 -14
- package/lib/brush.js +21 -15
- package/lib/check-mark.js +22 -16
- package/lib/chevron-double-down.js +22 -16
- package/lib/chevron-double-left.js +22 -16
- package/lib/chevron-double-right.js +22 -16
- package/lib/chevron-double-up.js +22 -16
- package/lib/chevron-down.js +19 -13
- package/lib/chevron-left.js +21 -15
- package/lib/chevron-right.js +21 -15
- package/lib/chevron-up.js +21 -15
- package/lib/cjs/__generated__/alert.cjs +34 -0
- package/lib/cjs/__generated__/auto-scroll.cjs +4 -19
- package/lib/cjs/__generated__/blockquote.cjs +1 -12
- package/lib/cjs/__generated__/border-radius-bottom-left.cjs +34 -0
- package/lib/cjs/__generated__/border-radius-bottom-right.cjs +34 -0
- package/lib/cjs/__generated__/border-radius-individual.cjs +31 -0
- package/lib/cjs/__generated__/border-radius-top-left.cjs +34 -0
- package/lib/cjs/__generated__/border-radius-top-right.cjs +34 -0
- package/lib/cjs/__generated__/border-radius.cjs +31 -0
- package/lib/cjs/__generated__/border-width-bottom.cjs +34 -0
- package/lib/cjs/__generated__/border-width-individual.cjs +31 -0
- package/lib/cjs/__generated__/border-width-left.cjs +34 -0
- package/lib/cjs/__generated__/border-width-right.cjs +34 -0
- package/lib/cjs/__generated__/border-width-top.cjs +34 -0
- package/lib/cjs/__generated__/box-link.cjs +4 -21
- package/lib/cjs/__generated__/box.cjs +1 -14
- package/lib/cjs/__generated__/checkbox-checked-filled.cjs +1 -14
- package/lib/cjs/__generated__/checkbox-empty.cjs +1 -14
- package/lib/cjs/__generated__/checkbox-mixed-filled.cjs +1 -14
- package/lib/cjs/__generated__/chevron-big-down.cjs +1 -12
- package/lib/cjs/__generated__/chevron-big-left.cjs +1 -12
- package/lib/cjs/__generated__/chevron-big-right.cjs +1 -12
- package/lib/cjs/__generated__/chevron-big-up.cjs +1 -12
- package/lib/cjs/__generated__/chevron-filled-down.cjs +1 -12
- package/lib/cjs/__generated__/chevron-filled-left.cjs +1 -12
- package/lib/cjs/__generated__/chevron-filled-right.cjs +1 -12
- package/lib/cjs/__generated__/chevron-filled-up.cjs +1 -12
- package/lib/cjs/__generated__/code.cjs +1 -14
- package/lib/cjs/__generated__/commit.cjs +1 -15
- package/lib/cjs/__generated__/dash.cjs +1 -14
- package/lib/cjs/__generated__/div.cjs +31 -0
- package/lib/cjs/__generated__/dot.cjs +1 -12
- package/lib/cjs/__generated__/drag-handle.cjs +6 -39
- package/lib/cjs/__generated__/eyecon-closed.cjs +1 -12
- package/lib/cjs/__generated__/eyecon-open.cjs +4 -19
- package/lib/cjs/__generated__/github.cjs +1 -15
- package/lib/cjs/__generated__/google.cjs +6 -27
- package/lib/cjs/__generated__/hamburger-menu.cjs +1 -14
- package/lib/cjs/__generated__/index.cjs +15 -0
- package/lib/cjs/__generated__/info.cjs +4 -19
- package/lib/cjs/__generated__/information.cjs +4 -23
- package/lib/cjs/__generated__/linked.cjs +1 -14
- package/lib/cjs/__generated__/list-item.cjs +4 -19
- package/lib/cjs/__generated__/list.cjs +8 -35
- package/lib/cjs/__generated__/offline.cjs +1 -13
- package/lib/cjs/__generated__/play.cjs +1 -12
- package/lib/cjs/__generated__/plus.cjs +34 -0
- package/lib/cjs/__generated__/radio-checked.cjs +4 -19
- package/lib/cjs/__generated__/radio-unchecked.cjs +1 -14
- package/lib/cjs/__generated__/repeat-column.cjs +1 -13
- package/lib/cjs/__generated__/repeat-grid.cjs +1 -13
- package/lib/cjs/__generated__/repeat-row.cjs +1 -13
- package/lib/cjs/__generated__/scroll.cjs +4 -19
- package/lib/cjs/__generated__/slot-component.cjs +31 -0
- package/lib/cjs/__generated__/subscript.cjs +1 -12
- package/lib/cjs/__generated__/subtract.cjs +1 -14
- package/lib/cjs/__generated__/superscript.cjs +1 -12
- package/lib/cjs/__generated__/unlinked.cjs +1 -14
- package/lib/cjs/__generated__/webstudio.cjs +113 -538
- package/lib/cjs/align-content-center.cjs +25 -15
- package/lib/cjs/align-content-end.cjs +25 -15
- package/lib/cjs/align-content-space-around.cjs +25 -15
- package/lib/cjs/align-content-space-between.cjs +25 -15
- package/lib/cjs/align-content-start.cjs +23 -31
- package/lib/cjs/align-content-stretch.cjs +25 -15
- package/lib/cjs/align-items-baseline.cjs +65 -49
- package/lib/cjs/align-items-center.cjs +25 -15
- package/lib/cjs/align-items-end.cjs +25 -15
- package/lib/cjs/align-items-start.cjs +25 -15
- package/lib/cjs/align-items-stretch.cjs +25 -15
- package/lib/cjs/align-self-baseline.cjs +52 -46
- package/lib/cjs/align-self-center.cjs +28 -25
- package/lib/cjs/align-self-end.cjs +39 -26
- package/lib/cjs/align-self-start.cjs +28 -25
- package/lib/cjs/align-self-stretch.cjs +48 -32
- package/lib/cjs/aspect-ratio.cjs +34 -21
- package/lib/cjs/body.cjs +24 -14
- package/lib/cjs/brush.cjs +25 -15
- package/lib/cjs/check-mark.cjs +22 -16
- package/lib/cjs/chevron-double-down.cjs +26 -16
- package/lib/cjs/chevron-double-left.cjs +26 -16
- package/lib/cjs/chevron-double-right.cjs +26 -16
- package/lib/cjs/chevron-double-up.cjs +26 -16
- package/lib/cjs/chevron-down.cjs +23 -13
- package/lib/cjs/chevron-left.cjs +25 -15
- package/lib/cjs/chevron-right.cjs +25 -15
- package/lib/cjs/chevron-up.cjs +25 -15
- package/lib/cjs/cloud.cjs +26 -16
- package/lib/cjs/copy.cjs +26 -16
- package/lib/cjs/cross-circled-filled.cjs +25 -15
- package/lib/cjs/cross-large.cjs +25 -15
- package/lib/cjs/cross-small.cjs +25 -15
- package/lib/cjs/cross.cjs +25 -15
- package/lib/cjs/devices.cjs +23 -13
- package/lib/cjs/ellipses.cjs +21 -29
- package/lib/cjs/external-link.cjs +24 -14
- package/lib/cjs/flex-direction-column-reverse.cjs +24 -14
- package/lib/cjs/flex-direction-column.cjs +23 -13
- package/lib/cjs/flex-direction-row-reverse.cjs +24 -14
- package/lib/cjs/flex-direction-row.cjs +23 -13
- package/lib/cjs/flex-sizing-grow.cjs +41 -25
- package/lib/cjs/flex-sizing-shrink.cjs +34 -21
- package/lib/cjs/flex-wrap-no-wrap.cjs +25 -15
- package/lib/cjs/flex-wrap-wrap-reverse.cjs +31 -30
- package/lib/cjs/flex-wrap-wrap.cjs +30 -29
- package/lib/cjs/form.cjs +25 -15
- package/lib/cjs/gap-column.cjs +40 -27
- package/lib/cjs/gap-row.cjs +41 -28
- package/lib/cjs/gear.cjs +39 -26
- package/lib/cjs/justify-content-center.cjs +25 -15
- package/lib/cjs/justify-content-end.cjs +26 -19
- package/lib/cjs/justify-content-space-around.cjs +22 -27
- package/lib/cjs/justify-content-space-between.cjs +25 -15
- package/lib/cjs/justify-content-start.cjs +26 -19
- package/lib/cjs/justify-items-center.cjs +25 -15
- package/lib/cjs/justify-items-end.cjs +26 -19
- package/lib/cjs/justify-items-space-around.cjs +22 -27
- package/lib/cjs/justify-items-space-between.cjs +25 -15
- package/lib/cjs/justify-items-start.cjs +26 -19
- package/lib/cjs/legacy.cjs +0 -1
- package/lib/cjs/list-nested.cjs +25 -15
- package/lib/cjs/magnifying-glass.cjs +25 -15
- package/lib/cjs/menu.cjs +39 -23
- package/lib/cjs/new-folder.cjs +26 -16
- package/lib/cjs/new-page.cjs +26 -16
- package/lib/cjs/order-first.cjs +43 -27
- package/lib/cjs/order-last.cjs +43 -27
- package/lib/cjs/page.cjs +26 -16
- package/lib/cjs/redo.cjs +20 -18
- package/lib/cjs/size.cjs +25 -15
- package/lib/cjs/text-align-center.cjs +39 -23
- package/lib/cjs/text-align-justify.cjs +39 -23
- package/lib/cjs/text-align-left.cjs +39 -23
- package/lib/cjs/text-align-right.cjs +39 -23
- package/lib/cjs/text-capitalize.cjs +23 -13
- package/lib/cjs/text-direction-ltr.cjs +25 -15
- package/lib/cjs/text-direction-rtl.cjs +25 -15
- package/lib/cjs/text-hyphen.cjs +25 -15
- package/lib/cjs/text-italic.cjs +26 -16
- package/lib/cjs/text-lowercase.cjs +23 -13
- package/lib/cjs/text-strikethrough.cjs +39 -23
- package/lib/cjs/text-truncate.cjs +46 -27
- package/lib/cjs/text-underline.cjs +25 -15
- package/lib/cjs/text-uppercase.cjs +26 -16
- package/lib/cjs/trash.cjs +26 -16
- package/lib/cjs/undo.cjs +20 -18
- package/lib/cjs/upload.cjs +22 -12
- package/lib/cloud.js +22 -16
- package/lib/copy.js +22 -16
- package/lib/cross-circled-filled.js +21 -15
- package/lib/cross-large.js +21 -15
- package/lib/cross-small.js +21 -15
- package/lib/cross.js +21 -15
- package/lib/devices.js +19 -13
- package/lib/ellipses.js +17 -29
- package/lib/external-link.js +20 -14
- package/lib/flex-direction-column-reverse.js +20 -14
- package/lib/flex-direction-column.js +19 -13
- package/lib/flex-direction-row-reverse.js +20 -14
- package/lib/flex-direction-row.js +19 -13
- package/lib/flex-sizing-grow.js +37 -25
- package/lib/flex-sizing-shrink.js +30 -21
- package/lib/flex-wrap-no-wrap.js +21 -15
- package/lib/flex-wrap-wrap-reverse.js +27 -30
- package/lib/flex-wrap-wrap.js +26 -29
- package/lib/form.js +21 -15
- package/lib/gap-column.js +36 -27
- package/lib/gap-row.js +37 -28
- package/lib/gear.js +35 -26
- package/lib/justify-content-center.js +21 -15
- package/lib/justify-content-end.js +22 -19
- package/lib/justify-content-space-around.js +18 -27
- package/lib/justify-content-space-between.js +21 -15
- package/lib/justify-content-start.js +22 -19
- package/lib/justify-items-center.js +21 -15
- package/lib/justify-items-end.js +22 -19
- package/lib/justify-items-space-around.js +18 -27
- package/lib/justify-items-space-between.js +21 -15
- package/lib/justify-items-start.js +22 -19
- package/lib/legacy.js +0 -2
- package/lib/list-nested.js +21 -15
- package/lib/magnifying-glass.js +21 -15
- package/lib/menu.js +35 -23
- package/lib/new-folder.js +22 -16
- package/lib/new-page.js +22 -16
- package/lib/order-first.js +39 -27
- package/lib/order-last.js +39 -27
- package/lib/page.js +22 -16
- package/lib/redo.js +16 -18
- package/lib/size.js +21 -15
- package/lib/text-align-center.js +35 -23
- package/lib/text-align-justify.js +35 -23
- package/lib/text-align-left.js +35 -23
- package/lib/text-align-right.js +35 -23
- package/lib/text-capitalize.js +19 -13
- package/lib/text-direction-ltr.js +21 -15
- package/lib/text-direction-rtl.js +21 -15
- package/lib/text-hyphen.js +21 -15
- package/lib/text-italic.js +22 -16
- package/lib/text-lowercase.js +19 -13
- package/lib/text-strikethrough.js +35 -23
- package/lib/text-truncate.js +42 -27
- package/lib/text-underline.js +21 -15
- package/lib/text-uppercase.js +22 -16
- package/lib/trash.js +22 -16
- package/lib/undo.js +16 -18
- package/lib/upload.js +18 -12
- package/package.json +3 -3
- package/src/__generated__/alert.tsx +15 -0
- package/src/__generated__/border-radius-bottom-left.tsx +15 -0
- package/src/__generated__/border-radius-bottom-right.tsx +15 -0
- package/src/__generated__/border-radius-individual.tsx +15 -0
- package/src/__generated__/border-radius-top-left.tsx +15 -0
- package/src/__generated__/border-radius-top-right.tsx +15 -0
- package/src/__generated__/border-radius.tsx +15 -0
- package/src/__generated__/border-width-bottom.tsx +15 -0
- package/src/__generated__/border-width-individual.tsx +15 -0
- package/src/__generated__/border-width-left.tsx +15 -0
- package/src/__generated__/border-width-right.tsx +15 -0
- package/src/__generated__/border-width-top.tsx +15 -0
- package/src/__generated__/commit.tsx +1 -1
- package/src/__generated__/div.tsx +15 -0
- package/src/__generated__/github.tsx +1 -1
- package/src/__generated__/index.ts +15 -0
- package/src/__generated__/offline.tsx +1 -1
- package/src/__generated__/plus.tsx +15 -0
- package/src/__generated__/repeat-column.tsx +1 -1
- package/src/__generated__/repeat-grid.tsx +1 -1
- package/src/__generated__/repeat-row.tsx +1 -1
- package/src/__generated__/slot-component.tsx +15 -0
- package/src/legacy.ts +0 -1
|
@@ -2,22 +2,28 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronDoubleLeftIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M14 13L9 8L14 3M7 13L2 8L7 3",
|
|
19
|
+
stroke: color,
|
|
20
|
+
strokeWidth: "1.3",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
);
|
|
21
27
|
}
|
|
22
28
|
);
|
|
23
29
|
ChevronDoubleLeftIcon.displayName = "ChevronDoubleLeftIcon";
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronDoubleRightIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
return /* @__PURE__ */ jsx(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
width: "16",
|
|
8
|
+
height: "16",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...props,
|
|
13
|
+
ref: forwardedRef,
|
|
14
|
+
children: /* @__PURE__ */ jsx(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M2 3L7 8L2 13M9 3L14 8L9 13",
|
|
18
|
+
stroke: color,
|
|
19
|
+
strokeWidth: "1.3",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
20
26
|
});
|
|
21
27
|
ChevronDoubleRightIcon.displayName = "ChevronDoubleRightIcon";
|
|
22
28
|
export {
|
package/lib/chevron-double-up.js
CHANGED
|
@@ -2,22 +2,28 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronDoubleUpIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M3 14L8 9L13 14M3 7L8 2L13 7",
|
|
19
|
+
stroke: color,
|
|
20
|
+
strokeWidth: "1.3",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round"
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
}
|
|
26
|
+
);
|
|
21
27
|
}
|
|
22
28
|
);
|
|
23
29
|
ChevronDoubleUpIcon.displayName = "ChevronDoubleUpIcon";
|
package/lib/chevron-down.js
CHANGED
|
@@ -2,19 +2,25 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronDownIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M4.04008 6.28383C4.29431 6.03037 4.70587 6.031 4.95932 6.28523L7.99985 9.33506L11.0404 6.28523C11.2938 6.031 11.7054 6.03037 11.9596 6.28383C12.2139 6.53728 12.2145 6.94884 11.961 7.20306L8.46017 10.7146C8.33822 10.837 8.17259 10.9057 7.99985 10.9057C7.82712 10.9057 7.66149 10.837 7.53953 10.7146L4.03868 7.20306C3.78523 6.94884 3.78585 6.53728 4.04008 6.28383Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
18
24
|
}
|
|
19
25
|
);
|
|
20
26
|
ChevronDownIcon.displayName = "ChevronDownIcon";
|
package/lib/chevron-left.js
CHANGED
|
@@ -2,21 +2,27 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronLeftIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M9.7162 4.04011C9.96966 4.29434 9.96903 4.7059 9.7148 4.95935L6.66497 7.99988L9.7148 11.0404C9.96903 11.2939 9.96966 11.7054 9.7162 11.9597C9.46275 12.2139 9.05119 12.2145 8.79697 11.9611L5.28541 8.4602C5.16308 8.33825 5.09432 8.17262 5.09432 7.99988C5.09432 7.82715 5.16308 7.66152 5.28541 7.53956L8.79697 4.03871C9.05119 3.78526 9.46275 3.78588 9.7162 4.04011Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
20
26
|
}
|
|
21
27
|
);
|
|
22
28
|
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|
package/lib/chevron-right.js
CHANGED
|
@@ -2,21 +2,27 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronRightIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M6.2838 11.9599C6.03034 11.7057 6.03097 11.2941 6.2852 11.0407L9.33503 8.00013L6.2852 4.95959C6.03097 4.70614 6.03034 4.29458 6.2838 4.04036C6.53725 3.78613 6.94881 3.7855 7.20303 4.03895L10.7146 7.5398C10.8369 7.66176 10.9057 7.82739 10.9057 8.00013C10.9057 8.17286 10.8369 8.33849 10.7146 8.46045L7.20303 11.9613C6.94881 12.2148 6.53725 12.2141 6.2838 11.9599Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
20
26
|
}
|
|
21
27
|
);
|
|
22
28
|
ChevronRightIcon.displayName = "ChevronRightIcon";
|
package/lib/chevron-up.js
CHANGED
|
@@ -2,21 +2,27 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
const ChevronUpIcon = React.forwardRef(
|
|
4
4
|
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "16",
|
|
9
|
+
height: "16",
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
ref: forwardedRef,
|
|
15
|
+
children: /* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M11.9599 9.71617C11.7057 9.96963 11.2941 9.969 11.0407 9.71477L8.00015 6.66494L4.95962 9.71477C4.70616 9.969 4.29461 9.96963 4.04038 9.71617C3.78615 9.46272 3.78552 9.05116 4.03897 8.79694L7.53983 5.28538C7.66178 5.16305 7.82741 5.09429 8.00015 5.09429C8.17288 5.09429 8.33851 5.16305 8.46047 5.28538L11.9613 8.79694C12.2148 9.05116 12.2141 9.46272 11.9599 9.71617Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
}
|
|
25
|
+
);
|
|
20
26
|
}
|
|
21
27
|
);
|
|
22
28
|
ChevronUpIcon.displayName = "ChevronUpIcon";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var alert_exports = {};
|
|
20
|
+
__export(alert_exports, {
|
|
21
|
+
AlertIcon: () => AlertIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(alert_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const AlertIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M9.213 2.567c.784-1.393 2.79-1.393 3.573 0l8.09 14.378C21.645 18.31 20.657 20 19.089 20H2.91c-1.568 0-2.555-1.689-1.786-3.055l8.09-14.378Zm2.266.736a.55.55 0 0 0-.959 0L2.431 17.68a.55.55 0 0 0 .48.82h16.178a.55.55 0 0 0 .48-.82l-8.09-14.377Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M11 7.5a.75.75 0 0 1 .75.75v3.658a.75.75 0 0 1-1.5 0V8.25A.75.75 0 0 1 11 7.5ZM10.1 15.583a.9.9 0 0 1 .9-.9h.009a.9.9 0 0 1 0 1.8h-.01a.9.9 0 0 1-.9-.9Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
AlertIcon.displayName = "AlertIcon";
|
|
@@ -25,25 +25,10 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const AutoScrollIcon = (0, import_react.forwardRef)(
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
height: size,
|
|
33
|
-
fill: color,
|
|
34
|
-
...props,
|
|
35
|
-
ref: forwardedRef,
|
|
36
|
-
children: [
|
|
37
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
38
|
-
d: "M2.375 3.302c0-.305.28-.552.625-.552h10c.345 0 .625.247.625.552 0 .305-.28.552-.625.552H3c-.345 0-.625-.247-.625-.552ZM2.375 12.698c0-.305.28-.552.625-.552h10c.345 0 .625.247.625.552 0 .305-.28.552-.625.552H3c-.345 0-.625-.247-.625-.552ZM11.23 5.429c0-.26-.211-.47-.473-.47a.472.472 0 0 0-.474.47v3.946l-1.238-1.23a.476.476 0 0 0-.67 0 .468.468 0 0 0 0 .666l2.047 2.033a.476.476 0 0 0 .67 0L13.14 8.81a.468.468 0 0 0 0-.666.476.476 0 0 0-.67 0l-1.238 1.23V5.429Z"
|
|
39
|
-
}),
|
|
40
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
41
|
-
fillRule: "evenodd",
|
|
42
|
-
d: "M5.487 4.965a.749.749 0 0 1 .262.345c.037.087.075.2.115.317l1.629 4.825a.482.482 0 0 1-.913.304l-.581-1.722H4.272l-.58 1.722a.482.482 0 0 1-.913-.304l1.623-4.81.005-.015c.04-.117.078-.23.114-.316l.001-.001c.028-.067.1-.237.262-.345a.631.631 0 0 1 .703 0Zm-.892 3.113h1.081l-.54-1.6-.54 1.6Z",
|
|
43
|
-
clipRule: "evenodd"
|
|
44
|
-
})
|
|
45
|
-
]
|
|
46
|
-
});
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.375 3.302c0-.305.28-.552.625-.552h10c.345 0 .625.247.625.552 0 .305-.28.552-.625.552H3c-.345 0-.625-.247-.625-.552ZM2.375 12.698c0-.305.28-.552.625-.552h10c.345 0 .625.247.625.552 0 .305-.28.552-.625.552H3c-.345 0-.625-.247-.625-.552ZM11.23 5.429c0-.26-.211-.47-.473-.47a.472.472 0 0 0-.474.47v3.946l-1.238-1.23a.476.476 0 0 0-.67 0 .468.468 0 0 0 0 .666l2.047 2.033a.476.476 0 0 0 .67 0L13.14 8.81a.468.468 0 0 0 0-.666.476.476 0 0 0-.67 0l-1.238 1.23V5.429Z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.487 4.965a.749.749 0 0 1 .262.345c.037.087.075.2.115.317l1.629 4.825a.482.482 0 0 1-.913.304l-.581-1.722H4.272l-.58 1.722a.482.482 0 0 1-.913-.304l1.623-4.81.005-.015c.04-.117.078-.23.114-.316l.001-.001c.028-.067.1-.237.262-.345a.631.631 0 0 1 .703 0Zm-.892 3.113h1.081l-.54-1.6-.54 1.6Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
47
32
|
}
|
|
48
33
|
);
|
|
49
34
|
AutoScrollIcon.displayName = "AutoScrollIcon";
|
|
@@ -25,18 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const BlockquoteIcon = (0, import_react.forwardRef)(
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
viewBox: "0 0 16 16",
|
|
31
|
-
width: size,
|
|
32
|
-
height: size,
|
|
33
|
-
fill: color,
|
|
34
|
-
...props,
|
|
35
|
-
ref: forwardedRef,
|
|
36
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
37
|
-
d: "M3.764 11.31c-.595-.64-.914-1.357-.914-2.52 0-1.918 1.245-3.65 3.1-4.607a.472.472 0 0 1 .612.175.53.53 0 0 1-.17.722C4.86 6.09 4.534 7.304 4.397 8.094c.31-.163.716-.22 1.114-.182a2.049 2.049 0 0 1 1.864 2.04A2.06 2.06 0 0 1 6.78 11.4c-.379.384-.893.6-1.43.6-.619 0-1.212-.287-1.587-.69Zm5.777 0c-.595-.64-.915-1.357-.915-2.52 0-1.918 1.246-3.65 3.1-4.607a.472.472 0 0 1 .613.175.53.53 0 0 1-.17.722c-1.532 1.01-1.86 2.224-1.997 3.014.31-.163.716-.22 1.114-.182a2.049 2.049 0 0 1 1.864 2.04 2.06 2.06 0 0 1-.592 1.448c-.38.384-.894.6-1.43.6-.62 0-1.212-.287-1.587-.69Z"
|
|
38
|
-
})
|
|
39
|
-
});
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.764 11.31c-.595-.64-.914-1.357-.914-2.52 0-1.918 1.245-3.65 3.1-4.607a.472.472 0 0 1 .612.175.53.53 0 0 1-.17.722C4.86 6.09 4.534 7.304 4.397 8.094c.31-.163.716-.22 1.114-.182a2.049 2.049 0 0 1 1.864 2.04A2.06 2.06 0 0 1 6.78 11.4c-.379.384-.893.6-1.43.6-.619 0-1.212-.287-1.587-.69Zm5.777 0c-.595-.64-.915-1.357-.915-2.52 0-1.918 1.246-3.65 3.1-4.607a.472.472 0 0 1 .613.175.53.53 0 0 1-.17.722c-1.532 1.01-1.86 2.224-1.997 3.014.31-.163.716-.22 1.114-.182a2.049 2.049 0 0 1 1.864 2.04 2.06 2.06 0 0 1-.592 1.448c-.38.384-.894.6-1.43.6-.62 0-1.212-.287-1.587-.69Z" }) });
|
|
40
29
|
}
|
|
41
30
|
);
|
|
42
31
|
BlockquoteIcon.displayName = "BlockquoteIcon";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_bottom_left_exports = {};
|
|
20
|
+
__export(border_radius_bottom_left_exports, {
|
|
21
|
+
BorderRadiusBottomLeftIcon: () => BorderRadiusBottomLeftIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_bottom_left_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusBottomLeftIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M1.997 5.318a.65.65 0 0 1-.646-.654c.005-.75.026-1.353.288-1.867a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.514.262-1.118.283-1.866.288a.65.65 0 1 1-.01-1.3c.807-.006 1.092-.047 1.286-.146.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.099.194-.14.48-.146 1.285a.65.65 0 0 1-.654.646Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#11181C", fillRule: "evenodd", d: "M1.35 10.827V8.672a.65.65 0 1 1 1.3 0V10.8c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.26.098.552.122.301.024.69.025 1.261.025h2.136a.65.65 0 1 1 0 1.3H5.173c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.163-.32-.229-.663-.26-1.037-.029-.36-.029-.802-.029-1.34Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
BorderRadiusBottomLeftIcon.displayName = "BorderRadiusBottomLeftIcon";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_bottom_right_exports = {};
|
|
20
|
+
__export(border_radius_bottom_right_exports, {
|
|
21
|
+
BorderRadiusBottomRightIcon: () => BorderRadiusBottomRightIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_bottom_right_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusBottomRightIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M5.318 14.003a.65.65 0 0 1-.654.646c-.75-.005-1.353-.026-1.867-.288a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.229-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.037-.26.36-.029.802-.029 1.34-.029h5.653c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.262.514.283 1.118.288 1.866a.65.65 0 1 1-1.3.01c-.006-.807-.047-1.092-.146-1.286a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.194.099.48.14 1.285.146a.65.65 0 0 1 .646.654Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#11181C", fillRule: "evenodd", d: "M10.827 14.65H8.672a.65.65 0 1 1 0-1.3H10.8c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.024-.301.025-.69.025-1.261V8.664a.65.65 0 1 1 1.3 0v2.163c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.163-.663.229-1.037.26-.36.029-.802.029-1.34.029Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
BorderRadiusBottomRightIcon.displayName = "BorderRadiusBottomRightIcon";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_individual_exports = {};
|
|
20
|
+
__export(border_radius_individual_exports, {
|
|
21
|
+
BorderRadiusIndividualIcon: () => BorderRadiusIndividualIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_individual_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusIndividualIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h.157a.65.65 0 0 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.024.301-.025.69-.025 1.261v.13a.65.65 0 0 1-1.3 0v-.157c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.23 1.036-.26.36-.029.803-.029 1.34-.029Zm6.888 1.325c-.301-.025-.69-.025-1.261-.025h-.13a.65.65 0 1 1 0-1.3h.157c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.23.663.26 1.036.029.36.029.803.029 1.34v.157a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122ZM2 10.02a.65.65 0 0 1 .65.65v.13c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h.13a.65.65 0 1 1 0 1.3h-.157c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.229-.663-.26-1.037-.029-.36-.029-.802-.029-1.34v-.156a.65.65 0 0 1 .65-.65Zm12 0a.65.65 0 0 1 .65.65v.157c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029h-.156a.65.65 0 1 1 0-1.3h.13c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.025-.301.025-.69.025-1.261v-.13a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
BorderRadiusIndividualIcon.displayName = "BorderRadiusIndividualIcon";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_top_left_exports = {};
|
|
20
|
+
__export(border_radius_top_left_exports, {
|
|
21
|
+
BorderRadiusTopLeftIcon: () => BorderRadiusTopLeftIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_top_left_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusTopLeftIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M10.682 1.997a.65.65 0 0 1 .654-.646c.75.005 1.353.026 1.867.288.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036-.254.499-.66.904-1.158 1.158-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.262-.514-.283-1.118-.288-1.866a.65.65 0 0 1 1.3-.01c.006.806.047 1.092.146 1.286.13.254.336.46.59.59.107.054.259.098.552.122.301.024.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.024-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.194-.099-.48-.14-1.285-.146a.65.65 0 0 1-.646-.654Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#11181C", fillRule: "evenodd", d: "M5.173 1.35h2.155a.65.65 0 1 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v2.136a.65.65 0 0 1-1.3 0V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.037-.26.36-.029.802-.029 1.34-.029Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
BorderRadiusTopLeftIcon.displayName = "BorderRadiusTopLeftIcon";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_top_right_exports = {};
|
|
20
|
+
__export(border_radius_top_right_exports, {
|
|
21
|
+
BorderRadiusTopRightIcon: () => BorderRadiusTopRightIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_top_right_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusTopRightIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M14.003 10.682a.65.65 0 0 1 .646.654c-.005.75-.026 1.353-.288 1.867a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.514-.262 1.118-.283 1.866-.288a.65.65 0 0 1 .01 1.3c-.807.006-1.092.047-1.286.146a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.024.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.024.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.099-.194.14-.48.146-1.285a.65.65 0 0 1 .654-.646Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#11181C", fillRule: "evenodd", d: "M14.65 5.173v2.155a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H8.664a.65.65 0 0 1 0-1.3h2.163c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.23.663.26 1.037.029.36.029.802.029 1.34Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
BorderRadiusTopRightIcon.displayName = "BorderRadiusTopRightIcon";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var border_radius_exports = {};
|
|
20
|
+
__export(border_radius_exports, {
|
|
21
|
+
BorderRadiusIcon: () => BorderRadiusIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(border_radius_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const BorderRadiusIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M1.917 10.666a8.75 8.75 0 0 1 8.75-8.75h2.666a.75.75 0 0 1 0 1.5h-2.667a7.25 7.25 0 0 0-7.25 7.25v2.667a.75.75 0 0 1-1.5 0v-2.667Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
BorderRadiusIcon.displayName = "BorderRadiusIcon";
|