@webstudio-is/icons 0.59.0 → 0.61.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__/a-c-center.js +15 -0
- package/lib/__generated__/a-c-end.js +15 -0
- package/lib/__generated__/a-c-space-around.js +15 -0
- package/lib/__generated__/a-c-space-between.js +15 -0
- package/lib/__generated__/a-c-start.js +15 -0
- package/lib/__generated__/a-c-stretch.js +15 -0
- package/lib/__generated__/a-i-baseline.js +14 -0
- package/lib/__generated__/a-i-center.js +14 -0
- package/lib/__generated__/a-i-end.js +11 -0
- package/lib/__generated__/a-i-start.js +14 -0
- package/lib/__generated__/a-i-stretch.js +15 -0
- package/lib/__generated__/arrow-down.js +11 -0
- package/lib/__generated__/arrow-right.js +11 -0
- package/lib/__generated__/gap-horizontal.js +11 -0
- package/lib/__generated__/gap-vertical.js +11 -0
- package/lib/__generated__/index.js +24 -2
- package/lib/__generated__/j-c-center.js +15 -0
- package/lib/__generated__/j-c-end.js +14 -0
- package/lib/__generated__/j-c-space-around.js +15 -0
- package/lib/__generated__/j-c-space-between.js +15 -0
- package/lib/__generated__/j-c-start.js +14 -0
- package/lib/__generated__/link-2-unlinked.js +11 -0
- package/lib/__generated__/link-2.js +11 -0
- package/lib/__generated__/no-wrap.js +11 -0
- package/lib/__generated__/wrap.js +14 -0
- package/lib/cjs/__generated__/a-c-center.js +35 -0
- package/lib/cjs/__generated__/a-c-end.js +35 -0
- package/lib/cjs/__generated__/a-c-space-around.js +35 -0
- package/lib/cjs/__generated__/a-c-space-between.js +35 -0
- package/lib/cjs/__generated__/a-c-start.js +35 -0
- package/lib/cjs/__generated__/a-c-stretch.js +35 -0
- package/lib/cjs/__generated__/a-i-baseline.js +34 -0
- package/lib/cjs/__generated__/a-i-center.js +34 -0
- package/lib/cjs/__generated__/{unlinked.js → a-i-end.js} +7 -7
- package/lib/cjs/__generated__/a-i-start.js +34 -0
- package/lib/cjs/__generated__/a-i-stretch.js +35 -0
- package/lib/cjs/__generated__/{linked.js → arrow-down.js} +7 -7
- package/lib/cjs/__generated__/arrow-right.js +31 -0
- package/lib/cjs/__generated__/gap-horizontal.js +31 -0
- package/lib/cjs/__generated__/gap-vertical.js +31 -0
- package/lib/cjs/__generated__/index.js +24 -2
- package/lib/cjs/__generated__/j-c-center.js +35 -0
- package/lib/cjs/__generated__/j-c-end.js +34 -0
- package/lib/cjs/__generated__/j-c-space-around.js +35 -0
- package/lib/cjs/__generated__/j-c-space-between.js +35 -0
- package/lib/cjs/__generated__/j-c-start.js +34 -0
- package/lib/cjs/__generated__/link-2-unlinked.js +31 -0
- package/lib/cjs/__generated__/link-2.js +31 -0
- package/lib/cjs/__generated__/no-wrap.js +31 -0
- package/lib/cjs/__generated__/wrap.js +34 -0
- package/lib/cjs/index.js +0 -25
- package/lib/index.js +0 -25
- package/lib/types/__generated__/{unlinked.d.ts → a-c-center.d.ts} +1 -1
- package/lib/types/__generated__/a-c-end.d.ts +3 -0
- package/lib/types/__generated__/a-c-space-around.d.ts +3 -0
- package/lib/types/__generated__/a-c-space-between.d.ts +3 -0
- package/lib/types/__generated__/a-c-start.d.ts +3 -0
- package/lib/types/__generated__/a-c-stretch.d.ts +3 -0
- package/lib/types/__generated__/a-i-baseline.d.ts +3 -0
- package/lib/types/__generated__/a-i-center.d.ts +3 -0
- package/lib/types/__generated__/a-i-end.d.ts +3 -0
- package/lib/types/__generated__/a-i-start.d.ts +3 -0
- package/lib/types/__generated__/a-i-stretch.d.ts +3 -0
- package/lib/types/__generated__/arrow-down.d.ts +3 -0
- package/lib/types/__generated__/arrow-right.d.ts +3 -0
- package/lib/types/__generated__/gap-horizontal.d.ts +3 -0
- package/lib/types/__generated__/gap-vertical.d.ts +3 -0
- package/lib/types/__generated__/index.d.ts +24 -2
- package/lib/types/__generated__/j-c-center.d.ts +3 -0
- package/lib/types/__generated__/j-c-end.d.ts +3 -0
- package/lib/types/__generated__/j-c-space-around.d.ts +3 -0
- package/lib/types/__generated__/j-c-space-between.d.ts +3 -0
- package/lib/types/__generated__/j-c-start.d.ts +3 -0
- package/lib/types/__generated__/link-2-unlinked.d.ts +3 -0
- package/lib/types/__generated__/link-2.d.ts +3 -0
- package/lib/types/__generated__/{linked.d.ts → no-wrap.d.ts} +1 -1
- package/lib/types/__generated__/wrap.d.ts +3 -0
- package/lib/types/index.d.ts +0 -25
- package/package.json +3 -3
- package/src/__generated__/a-c-center.tsx +15 -0
- package/src/__generated__/a-c-end.tsx +15 -0
- package/src/__generated__/a-c-space-around.tsx +15 -0
- package/src/__generated__/a-c-space-between.tsx +15 -0
- package/src/__generated__/a-c-start.tsx +15 -0
- package/src/__generated__/a-c-stretch.tsx +15 -0
- package/src/__generated__/a-i-baseline.tsx +15 -0
- package/src/__generated__/a-i-center.tsx +15 -0
- package/src/__generated__/a-i-end.tsx +15 -0
- package/src/__generated__/a-i-start.tsx +15 -0
- package/src/__generated__/a-i-stretch.tsx +15 -0
- package/src/__generated__/arrow-down.tsx +15 -0
- package/src/__generated__/arrow-right.tsx +15 -0
- package/src/__generated__/gap-horizontal.tsx +15 -0
- package/src/__generated__/gap-vertical.tsx +15 -0
- package/src/__generated__/index.ts +24 -2
- package/src/__generated__/j-c-center.tsx +15 -0
- package/src/__generated__/j-c-end.tsx +15 -0
- package/src/__generated__/j-c-space-around.tsx +15 -0
- package/src/__generated__/j-c-space-between.tsx +15 -0
- package/src/__generated__/j-c-start.tsx +15 -0
- package/src/__generated__/link-2-unlinked.tsx +15 -0
- package/src/__generated__/link-2.tsx +15 -0
- package/src/__generated__/no-wrap.tsx +15 -0
- package/src/__generated__/wrap.tsx +15 -0
- package/src/index.ts +0 -25
- package/lib/__generated__/linked.js +0 -11
- package/lib/__generated__/unlinked.js +0 -11
- package/lib/align-content-center.js +0 -29
- package/lib/align-content-end.js +0 -31
- package/lib/align-content-space-around.js +0 -29
- package/lib/align-content-space-between.js +0 -29
- package/lib/align-content-start.js +0 -29
- package/lib/align-content-stretch.js +0 -29
- package/lib/align-items-baseline.js +0 -69
- package/lib/align-items-center.js +0 -31
- package/lib/align-items-end.js +0 -31
- package/lib/align-items-start.js +0 -31
- package/lib/align-items-stretch.js +0 -31
- package/lib/cjs/align-content-center.js +0 -59
- package/lib/cjs/align-content-end.js +0 -61
- package/lib/cjs/align-content-space-around.js +0 -59
- package/lib/cjs/align-content-space-between.js +0 -59
- package/lib/cjs/align-content-start.js +0 -59
- package/lib/cjs/align-content-stretch.js +0 -59
- package/lib/cjs/align-items-baseline.js +0 -99
- package/lib/cjs/align-items-center.js +0 -61
- package/lib/cjs/align-items-end.js +0 -61
- package/lib/cjs/align-items-start.js +0 -61
- package/lib/cjs/align-items-stretch.js +0 -61
- package/lib/cjs/flex-direction-column-reverse.js +0 -58
- package/lib/cjs/flex-direction-column.js +0 -57
- package/lib/cjs/flex-direction-row-reverse.js +0 -58
- package/lib/cjs/flex-direction-row.js +0 -59
- package/lib/cjs/flex-wrap-no-wrap.js +0 -61
- package/lib/cjs/flex-wrap-wrap-reverse.js +0 -65
- package/lib/cjs/flex-wrap-wrap.js +0 -66
- package/lib/cjs/gap-column.js +0 -76
- package/lib/cjs/gap-row.js +0 -77
- package/lib/cjs/justify-content-center.js +0 -59
- package/lib/cjs/justify-content-end.js +0 -62
- package/lib/cjs/justify-content-space-around.js +0 -56
- package/lib/cjs/justify-content-space-between.js +0 -59
- package/lib/cjs/justify-content-start.js +0 -60
- package/lib/flex-direction-column-reverse.js +0 -28
- package/lib/flex-direction-column.js +0 -27
- package/lib/flex-direction-row-reverse.js +0 -28
- package/lib/flex-direction-row.js +0 -29
- package/lib/flex-wrap-no-wrap.js +0 -31
- package/lib/flex-wrap-wrap-reverse.js +0 -35
- package/lib/flex-wrap-wrap.js +0 -36
- package/lib/gap-column.js +0 -46
- package/lib/gap-row.js +0 -47
- package/lib/justify-content-center.js +0 -29
- package/lib/justify-content-end.js +0 -32
- package/lib/justify-content-space-around.js +0 -26
- package/lib/justify-content-space-between.js +0 -29
- package/lib/justify-content-start.js +0 -30
- package/lib/types/align-content-center.d.ts +0 -3
- package/lib/types/align-content-end.d.ts +0 -3
- package/lib/types/align-content-space-around.d.ts +0 -3
- package/lib/types/align-content-space-between.d.ts +0 -3
- package/lib/types/align-content-start.d.ts +0 -3
- package/lib/types/align-content-stretch.d.ts +0 -3
- package/lib/types/align-items-baseline.d.ts +0 -3
- package/lib/types/align-items-center.d.ts +0 -3
- package/lib/types/align-items-end.d.ts +0 -3
- package/lib/types/align-items-start.d.ts +0 -3
- package/lib/types/align-items-stretch.d.ts +0 -3
- package/lib/types/flex-direction-column-reverse.d.ts +0 -3
- package/lib/types/flex-direction-column.d.ts +0 -3
- package/lib/types/flex-direction-row-reverse.d.ts +0 -3
- package/lib/types/flex-direction-row.d.ts +0 -3
- package/lib/types/flex-wrap-no-wrap.d.ts +0 -3
- package/lib/types/flex-wrap-wrap-reverse.d.ts +0 -3
- package/lib/types/flex-wrap-wrap.d.ts +0 -3
- package/lib/types/gap-column.d.ts +0 -3
- package/lib/types/gap-row.d.ts +0 -3
- package/lib/types/justify-content-center.d.ts +0 -3
- package/lib/types/justify-content-end.d.ts +0 -3
- package/lib/types/justify-content-space-around.d.ts +0 -3
- package/lib/types/justify-content-space-between.d.ts +0 -3
- package/lib/types/justify-content-start.d.ts +0 -3
- package/src/__generated__/linked.tsx +0 -15
- package/src/__generated__/unlinked.tsx +0 -15
- package/src/align-content-center.tsx +0 -27
- package/src/align-content-end.tsx +0 -26
- package/src/align-content-space-around.tsx +0 -27
- package/src/align-content-space-between.tsx +0 -27
- package/src/align-content-start.tsx +0 -25
- package/src/align-content-stretch.tsx +0 -27
- package/src/align-items-baseline.tsx +0 -53
- package/src/align-items-center.tsx +0 -26
- package/src/align-items-end.tsx +0 -26
- package/src/align-items-start.tsx +0 -26
- package/src/align-items-stretch.tsx +0 -26
- package/src/flex-direction-column-reverse.tsx +0 -26
- package/src/flex-direction-column.tsx +0 -25
- package/src/flex-direction-row-reverse.tsx +0 -26
- package/src/flex-direction-row.tsx +0 -24
- package/src/flex-wrap-no-wrap.tsx +0 -26
- package/src/flex-wrap-wrap-reverse.tsx +0 -31
- package/src/flex-wrap-wrap.tsx +0 -29
- package/src/gap-column.tsx +0 -33
- package/src/gap-row.tsx +0 -34
- package/src/justify-content-center.tsx +0 -27
- package/src/justify-content-end.tsx +0 -25
- package/src/justify-content-space-around.tsx +0 -25
- package/src/justify-content-space-between.tsx +0 -27
- package/src/justify-content-start.tsx +0 -26
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACCenterIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM6.25 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM1.75 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM1.75 9a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V9Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACCenterIcon.displayName = "ACCenterIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACCenterIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACEndIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM6.25 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM1.75 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM1.75 10.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5v-1.5Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACEndIcon.displayName = "ACEndIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACEndIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACSpaceAroundIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM6.25 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM1.75 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM1.75 9.7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V9.7Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACSpaceAroundIcon.displayName = "ACSpaceAroundIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACSpaceAroundIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACSpaceBetweenIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM6.25 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 10.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5v-1.5Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACSpaceBetweenIcon.displayName = "ACSpaceBetweenIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACSpaceBetweenIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACStartIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM6.25 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 7.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7.5Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACStartIcon.displayName = "ACStartIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACStartIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ACStretchIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M10.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM6.25 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 9a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V9Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
ACStretchIcon.displayName = "ACStretchIcon";
|
|
13
|
+
export {
|
|
14
|
+
ACStretchIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const AIBaselineIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M4.5 3.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v8.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V3.8Zm1 3.46V4h1v3.26h-1ZM11.5 10.2a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V3.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4ZM9.5 4v3.26h1V4h-1Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.5 7.95c0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7 0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7Z", clipRule: "evenodd" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
AIBaselineIcon.displayName = "AIBaselineIcon";
|
|
12
|
+
export {
|
|
13
|
+
AIBaselineIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const AICenterIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 3.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v8.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V3.8ZM8.5 5.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v4.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V5.8Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.5 7.95c0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7 0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7Z", clipRule: "evenodd" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
AICenterIcon.displayName = "AICenterIcon";
|
|
12
|
+
export {
|
|
13
|
+
AICenterIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const AIEndIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { d: "M13.732 14.4c.424 0 .768-.313.768-.7 0-.386-.344-.7-.768-.7H2.268c-.424 0-.768.313-.768.7 0 .387.344.7.768.7h11.464ZM10.7 12a.8.8 0 0 0 .8-.8V7.8a.8.8 0 0 0-.8-.8H9.3a.8.8 0 0 0-.8.8v3.4a.8.8 0 0 0 .8.8h1.4ZM6.7 12a.8.8 0 0 0 .8-.8V4.8a.8.8 0 0 0-.8-.8H5.3a.8.8 0 0 0-.8.8v6.4a.8.8 0 0 0 .8.8h1.4Z" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
AIEndIcon.displayName = "AIEndIcon";
|
|
9
|
+
export {
|
|
10
|
+
AIEndIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const AIStartIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.5 2.3c0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7 0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V4.8ZM8.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v3.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
AIStartIcon.displayName = "AIStartIcon";
|
|
12
|
+
export {
|
|
13
|
+
AIStartIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const AIStretchIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.5 2.3c0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7 0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V4.8ZM8.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.5 13.7c0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7 0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
AIStretchIcon.displayName = "AIStretchIcon";
|
|
13
|
+
export {
|
|
14
|
+
AIStretchIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ArrowDownIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { fillRule: "evenodd", d: "M3.434 8.434a.8.8 0 0 1 1.132 0L7.2 11.07V3a.8.8 0 1 1 1.6 0v8.069l2.634-2.635a.8.8 0 0 1 1.132 1.132l-4 4a.8.8 0 0 1-1.132 0l-4-4a.8.8 0 0 1 0-1.132Z", clipRule: "evenodd" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
9
|
+
export {
|
|
10
|
+
ArrowDownIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const ArrowRightIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { fillRule: "evenodd", d: "M8.434 12.566a.8.8 0 0 1 0-1.132L11.07 8.8H3a.8.8 0 1 1 0-1.6h8.069L8.434 4.566a.8.8 0 1 1 1.132-1.132l4 4a.8.8 0 0 1 0 1.132l-4 4a.8.8 0 0 1-1.132 0Z", clipRule: "evenodd" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
9
|
+
export {
|
|
10
|
+
ArrowRightIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const GapHorizontalIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { d: "M12.67 14.65h-.53c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7V4.13c0-.82 0-1.28.22-1.7.19-.38.49-.68.87-.87.42-.22.88-.22 1.7-.22h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65h-.53c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v7.73c0 .58 0 .96.07 1.11.06.13.17.23.3.3.15.07.53.07 1.11.07h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65v.02Zm-8.8 0h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.58 0 .96 0 1.11-.07.13-.07.23-.17.3-.3.07-.15.07-.53.07-1.11V4.13c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.82 0 1.28 0 1.7.22.38.19.67.49.87.87.22.42.22.88.22 1.7v7.73c0 .82 0 1.28-.22 1.7-.19.37-.49.67-.87.87-.42.22-.88.22-1.7.22v-.01Z" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
GapHorizontalIcon.displayName = "GapHorizontalIcon";
|
|
9
|
+
export {
|
|
10
|
+
GapHorizontalIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const GapVerticalIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { d: "M14.65 3.335v.53c0 .82 0 1.28-.22 1.7-.19.38-.49.68-.87.87-.42.22-.88.22-1.7.22H4.13c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65v.53c0 .58 0 .96.07 1.11.07.13.17.23.3.3.15.07.53.07 1.11.07h7.73c.58 0 .96 0 1.11-.07a.67.67 0 0 0 .3-.3c.07-.15.07-.53.07-1.11v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65h.02Zm0 8.8v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07H4.13c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.82 0-1.28.22-1.7.19-.38.49-.67.87-.87.42-.22.88-.22 1.7-.22h7.73c.82 0 1.28 0 1.7.22.37.19.67.49.87.87.22.42.22.88.22 1.7h-.01Z" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
GapVerticalIcon.displayName = "GapVerticalIcon";
|
|
9
|
+
export {
|
|
10
|
+
GapVerticalIcon
|
|
11
|
+
};
|
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
export * from "./a-c-center";
|
|
2
|
+
export * from "./a-c-end";
|
|
3
|
+
export * from "./a-c-space-around";
|
|
4
|
+
export * from "./a-c-space-between";
|
|
5
|
+
export * from "./a-c-start";
|
|
6
|
+
export * from "./a-c-stretch";
|
|
7
|
+
export * from "./a-i-baseline";
|
|
8
|
+
export * from "./a-i-center";
|
|
9
|
+
export * from "./a-i-end";
|
|
10
|
+
export * from "./a-i-start";
|
|
11
|
+
export * from "./a-i-stretch";
|
|
1
12
|
export * from "./alert";
|
|
13
|
+
export * from "./arrow-down";
|
|
14
|
+
export * from "./arrow-right";
|
|
2
15
|
export * from "./attachment";
|
|
3
16
|
export * from "./auto-scroll";
|
|
4
17
|
export * from "./blockquote";
|
|
@@ -46,6 +59,8 @@ export * from "./eyecon-closed";
|
|
|
46
59
|
export * from "./eyecon-open";
|
|
47
60
|
export * from "./form-text-field";
|
|
48
61
|
export * from "./form";
|
|
62
|
+
export * from "./gap-horizontal";
|
|
63
|
+
export * from "./gap-vertical";
|
|
49
64
|
export * from "./github";
|
|
50
65
|
export * from "./google";
|
|
51
66
|
export * from "./hamburger-menu";
|
|
@@ -53,10 +68,17 @@ export * from "./heading";
|
|
|
53
68
|
export * from "./image";
|
|
54
69
|
export * from "./info";
|
|
55
70
|
export * from "./information";
|
|
71
|
+
export * from "./j-c-center";
|
|
72
|
+
export * from "./j-c-end";
|
|
73
|
+
export * from "./j-c-space-around";
|
|
74
|
+
export * from "./j-c-space-between";
|
|
75
|
+
export * from "./j-c-start";
|
|
76
|
+
export * from "./link-2-unlinked";
|
|
77
|
+
export * from "./link-2";
|
|
56
78
|
export * from "./link";
|
|
57
|
-
export * from "./linked";
|
|
58
79
|
export * from "./list-item";
|
|
59
80
|
export * from "./list";
|
|
81
|
+
export * from "./no-wrap";
|
|
60
82
|
export * from "./offline";
|
|
61
83
|
export * from "./page";
|
|
62
84
|
export * from "./paint-brush";
|
|
@@ -77,5 +99,5 @@ export * from "./subtract";
|
|
|
77
99
|
export * from "./superscript";
|
|
78
100
|
export * from "./text-block";
|
|
79
101
|
export * from "./text-italic";
|
|
80
|
-
export * from "./unlinked";
|
|
81
102
|
export * from "./webstudio";
|
|
103
|
+
export * from "./wrap";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const JCCenterIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M3.1 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H3.9a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { d: "M9.9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8h-1.4a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
JCCenterIcon.displayName = "JCCenterIcon";
|
|
13
|
+
export {
|
|
14
|
+
JCCenterIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const JCEndIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M13.8 14.5c-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M12 11.2a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4ZM8 11.2a.8.8 0 0 1-.8.8H5.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4Z" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
JCEndIcon.displayName = "JCEndIcon";
|
|
12
|
+
export {
|
|
13
|
+
JCEndIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const JCSpaceAroundIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.7 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V4.8ZM8.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.3 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
JCSpaceAroundIcon.displayName = "JCSpaceAroundIcon";
|
|
13
|
+
export {
|
|
14
|
+
JCSpaceAroundIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const JCSpaceBetweenIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8Z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M13.8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
JCSpaceBetweenIcon.displayName = "JCSpaceBetweenIcon";
|
|
13
|
+
export {
|
|
14
|
+
JCSpaceBetweenIcon
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const JCStartIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM8 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H8.8a.8.8 0 0 1-.8-.8V4.8Z" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
JCStartIcon.displayName = "JCStartIcon";
|
|
12
|
+
export {
|
|
13
|
+
JCStartIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const Link2UnlinkedIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { fillRule: "evenodd", d: "M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z", clipRule: "evenodd" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
Link2UnlinkedIcon.displayName = "Link2UnlinkedIcon";
|
|
9
|
+
export {
|
|
10
|
+
Link2UnlinkedIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const Link2Icon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { fillRule: "evenodd", d: "M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97Zm-2.857 0a.65.65 0 0 1-.65.65H5.933a.65.65 0 1 1 0-1.3h4.133a.65.65 0 0 1 .65.65ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z", clipRule: "evenodd" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
Link2Icon.displayName = "Link2Icon";
|
|
9
|
+
export {
|
|
10
|
+
Link2Icon
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const NoWrapIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ 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__ */ jsx("path", { d: "M4 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H2.66a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98H4ZM8.67 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H7.33a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34ZM13.34 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H12a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34Z" }) });
|
|
6
|
+
}
|
|
7
|
+
);
|
|
8
|
+
NoWrapIcon.displayName = "NoWrapIcon";
|
|
9
|
+
export {
|
|
10
|
+
NoWrapIcon
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
const WrapIcon = forwardRef(
|
|
4
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M4.98 2.33A.98.98 0 0 0 4 1.35H2.66a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98H4a.98.98 0 0 0 .98-.98V2.33ZM9.65 2.33a.98.98 0 0 0-.98-.98H7.33a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98h1.34a.98.98 0 0 0 .98-.98V2.33ZM4.98 9.67A.98.98 0 0 0 4 8.69H2.66a.98.98 0 0 0-.98.98v4.01c0 .54.439.98.98.98H4a.98.98 0 0 0 .98-.98V9.67Z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { d: "M11.687 3.902a.65.65 0 0 0-.407 1.234 3.022 3.022 0 0 1-.947 5.889H8.572L9.8 9.8a.65.65 0 0 0-.919-.92l-2.34 2.335a.65.65 0 0 0 0 .92l2.34 2.335a.65.65 0 1 0 .919-.92l-1.228-1.225h1.761a4.32 4.32 0 0 0 1.354-8.423Z" })
|
|
8
|
+
] });
|
|
9
|
+
}
|
|
10
|
+
);
|
|
11
|
+
WrapIcon.displayName = "WrapIcon";
|
|
12
|
+
export {
|
|
13
|
+
WrapIcon
|
|
14
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
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 a_c_center_exports = {};
|
|
20
|
+
__export(a_c_center_exports, {
|
|
21
|
+
ACCenterIcon: () => ACCenterIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_c_center_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ACCenterIcon = (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", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM6.25 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM1.75 5.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V5.5ZM1.75 9a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V9Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ACCenterIcon.displayName = "ACCenterIcon";
|
|
@@ -0,0 +1,35 @@
|
|
|
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 a_c_end_exports = {};
|
|
20
|
+
__export(a_c_end_exports, {
|
|
21
|
+
ACEndIcon: () => ACEndIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_c_end_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ACEndIcon = (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", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM6.25 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM1.75 7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7ZM1.75 10.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5v-1.5Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ACEndIcon.displayName = "ACEndIcon";
|
|
@@ -0,0 +1,35 @@
|
|
|
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 a_c_space_around_exports = {};
|
|
20
|
+
__export(a_c_space_around_exports, {
|
|
21
|
+
ACSpaceAroundIcon: () => ACSpaceAroundIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_c_space_around_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ACSpaceAroundIcon = (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", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM6.25 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM1.75 4.8a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4.8ZM1.75 9.7a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V9.7Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ACSpaceAroundIcon.displayName = "ACSpaceAroundIcon";
|
|
@@ -0,0 +1,35 @@
|
|
|
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 a_c_space_between_exports = {};
|
|
20
|
+
__export(a_c_space_between_exports, {
|
|
21
|
+
ACSpaceBetweenIcon: () => ACSpaceBetweenIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_c_space_between_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ACSpaceBetweenIcon = (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", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM6.25 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 10.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5v-1.5Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ACSpaceBetweenIcon.displayName = "ACSpaceBetweenIcon";
|
|
@@ -0,0 +1,35 @@
|
|
|
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 a_c_start_exports = {};
|
|
20
|
+
__export(a_c_start_exports, {
|
|
21
|
+
ACStartIcon: () => ACStartIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_c_start_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ACStartIcon = (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", { fillRule: "evenodd", d: "M14.5 14.3c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM6.25 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V4ZM1.75 7.5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-.5.5h-2.5a.5.5 0 0 1-.5-.5V7.5Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.7c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ACStartIcon.displayName = "ACStartIcon";
|