@webstudio-is/icons 0.60.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,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 link_2_exports = {};
|
|
20
|
+
__export(link_2_exports, {
|
|
21
|
+
Link2Icon: () => Link2Icon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(link_2_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const Link2Icon = (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: "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" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
Link2Icon.displayName = "Link2Icon";
|
|
@@ -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 no_wrap_exports = {};
|
|
20
|
+
__export(no_wrap_exports, {
|
|
21
|
+
NoWrapIcon: () => NoWrapIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(no_wrap_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const NoWrapIcon = (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", { 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" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
NoWrapIcon.displayName = "NoWrapIcon";
|
|
@@ -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 wrap_exports = {};
|
|
20
|
+
__export(wrap_exports, {
|
|
21
|
+
WrapIcon: () => WrapIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(wrap_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const WrapIcon = (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", { 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" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.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" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
WrapIcon.displayName = "WrapIcon";
|
package/lib/cjs/index.js
CHANGED
|
@@ -21,36 +21,11 @@ __reExport(src_exports, require("./undo"), module.exports);
|
|
|
21
21
|
__reExport(src_exports, require("./redo"), module.exports);
|
|
22
22
|
__reExport(src_exports, require("./devices"), module.exports);
|
|
23
23
|
__reExport(src_exports, require("./types"), module.exports);
|
|
24
|
-
__reExport(src_exports, require("./align-content-center"), module.exports);
|
|
25
|
-
__reExport(src_exports, require("./align-content-end"), module.exports);
|
|
26
|
-
__reExport(src_exports, require("./align-content-space-around"), module.exports);
|
|
27
|
-
__reExport(src_exports, require("./align-content-space-between"), module.exports);
|
|
28
|
-
__reExport(src_exports, require("./align-content-start"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("./align-content-stretch"), module.exports);
|
|
30
|
-
__reExport(src_exports, require("./align-items-baseline"), module.exports);
|
|
31
|
-
__reExport(src_exports, require("./align-items-center"), module.exports);
|
|
32
|
-
__reExport(src_exports, require("./align-items-end"), module.exports);
|
|
33
|
-
__reExport(src_exports, require("./align-items-start"), module.exports);
|
|
34
|
-
__reExport(src_exports, require("./align-items-stretch"), module.exports);
|
|
35
|
-
__reExport(src_exports, require("./flex-direction-row"), module.exports);
|
|
36
|
-
__reExport(src_exports, require("./flex-direction-column"), module.exports);
|
|
37
|
-
__reExport(src_exports, require("./flex-direction-row-reverse"), module.exports);
|
|
38
|
-
__reExport(src_exports, require("./flex-direction-column-reverse"), module.exports);
|
|
39
|
-
__reExport(src_exports, require("./flex-wrap-wrap"), module.exports);
|
|
40
|
-
__reExport(src_exports, require("./flex-wrap-no-wrap"), module.exports);
|
|
41
|
-
__reExport(src_exports, require("./flex-wrap-wrap-reverse"), module.exports);
|
|
42
|
-
__reExport(src_exports, require("./justify-content-center"), module.exports);
|
|
43
|
-
__reExport(src_exports, require("./justify-content-end"), module.exports);
|
|
44
|
-
__reExport(src_exports, require("./justify-content-space-around"), module.exports);
|
|
45
|
-
__reExport(src_exports, require("./justify-content-space-between"), module.exports);
|
|
46
|
-
__reExport(src_exports, require("./justify-content-start"), module.exports);
|
|
47
24
|
__reExport(src_exports, require("./justify-items-center"), module.exports);
|
|
48
25
|
__reExport(src_exports, require("./justify-items-end"), module.exports);
|
|
49
26
|
__reExport(src_exports, require("./justify-items-space-around"), module.exports);
|
|
50
27
|
__reExport(src_exports, require("./justify-items-space-between"), module.exports);
|
|
51
28
|
__reExport(src_exports, require("./justify-items-start"), module.exports);
|
|
52
|
-
__reExport(src_exports, require("./gap-row"), module.exports);
|
|
53
|
-
__reExport(src_exports, require("./gap-column"), module.exports);
|
|
54
29
|
__reExport(src_exports, require("./aspect-ratio"), module.exports);
|
|
55
30
|
__reExport(src_exports, require("./cloud"), module.exports);
|
|
56
31
|
__reExport(src_exports, require("./trash"), module.exports);
|
package/lib/index.js
CHANGED
|
@@ -4,36 +4,11 @@ export * from "./undo";
|
|
|
4
4
|
export * from "./redo";
|
|
5
5
|
export * from "./devices";
|
|
6
6
|
export * from "./types";
|
|
7
|
-
export * from "./align-content-center";
|
|
8
|
-
export * from "./align-content-end";
|
|
9
|
-
export * from "./align-content-space-around";
|
|
10
|
-
export * from "./align-content-space-between";
|
|
11
|
-
export * from "./align-content-start";
|
|
12
|
-
export * from "./align-content-stretch";
|
|
13
|
-
export * from "./align-items-baseline";
|
|
14
|
-
export * from "./align-items-center";
|
|
15
|
-
export * from "./align-items-end";
|
|
16
|
-
export * from "./align-items-start";
|
|
17
|
-
export * from "./align-items-stretch";
|
|
18
|
-
export * from "./flex-direction-row";
|
|
19
|
-
export * from "./flex-direction-column";
|
|
20
|
-
export * from "./flex-direction-row-reverse";
|
|
21
|
-
export * from "./flex-direction-column-reverse";
|
|
22
|
-
export * from "./flex-wrap-wrap";
|
|
23
|
-
export * from "./flex-wrap-no-wrap";
|
|
24
|
-
export * from "./flex-wrap-wrap-reverse";
|
|
25
|
-
export * from "./justify-content-center";
|
|
26
|
-
export * from "./justify-content-end";
|
|
27
|
-
export * from "./justify-content-space-around";
|
|
28
|
-
export * from "./justify-content-space-between";
|
|
29
|
-
export * from "./justify-content-start";
|
|
30
7
|
export * from "./justify-items-center";
|
|
31
8
|
export * from "./justify-items-end";
|
|
32
9
|
export * from "./justify-items-space-around";
|
|
33
10
|
export * from "./justify-items-space-between";
|
|
34
11
|
export * from "./justify-items-start";
|
|
35
|
-
export * from "./gap-row";
|
|
36
|
-
export * from "./gap-column";
|
|
37
12
|
export * from "./aspect-ratio";
|
|
38
13
|
export * from "./cloud";
|
|
39
14
|
export * from "./trash";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const ACCenterIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -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";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { IconProps } from "../types";
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const NoWrapIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -4,36 +4,11 @@ export * from "./undo";
|
|
|
4
4
|
export * from "./redo";
|
|
5
5
|
export * from "./devices";
|
|
6
6
|
export * from "./types";
|
|
7
|
-
export * from "./align-content-center";
|
|
8
|
-
export * from "./align-content-end";
|
|
9
|
-
export * from "./align-content-space-around";
|
|
10
|
-
export * from "./align-content-space-between";
|
|
11
|
-
export * from "./align-content-start";
|
|
12
|
-
export * from "./align-content-stretch";
|
|
13
|
-
export * from "./align-items-baseline";
|
|
14
|
-
export * from "./align-items-center";
|
|
15
|
-
export * from "./align-items-end";
|
|
16
|
-
export * from "./align-items-start";
|
|
17
|
-
export * from "./align-items-stretch";
|
|
18
|
-
export * from "./flex-direction-row";
|
|
19
|
-
export * from "./flex-direction-column";
|
|
20
|
-
export * from "./flex-direction-row-reverse";
|
|
21
|
-
export * from "./flex-direction-column-reverse";
|
|
22
|
-
export * from "./flex-wrap-wrap";
|
|
23
|
-
export * from "./flex-wrap-no-wrap";
|
|
24
|
-
export * from "./flex-wrap-wrap-reverse";
|
|
25
|
-
export * from "./justify-content-center";
|
|
26
|
-
export * from "./justify-content-end";
|
|
27
|
-
export * from "./justify-content-space-around";
|
|
28
|
-
export * from "./justify-content-space-between";
|
|
29
|
-
export * from "./justify-content-start";
|
|
30
7
|
export * from "./justify-items-center";
|
|
31
8
|
export * from "./justify-items-end";
|
|
32
9
|
export * from "./justify-items-space-around";
|
|
33
10
|
export * from "./justify-items-space-between";
|
|
34
11
|
export * from "./justify-items-start";
|
|
35
|
-
export * from "./gap-row";
|
|
36
|
-
export * from "./gap-column";
|
|
37
12
|
export * from "./aspect-ratio";
|
|
38
13
|
export * from "./cloud";
|
|
39
14
|
export * from "./trash";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.61.0",
|
|
4
4
|
"description": "Webstudio Icons",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"typescript": "5.0.3",
|
|
16
16
|
"@webstudio-is/scripts": "^0.0.0",
|
|
17
17
|
"@webstudio-is/storybook-config": "^0.0.0",
|
|
18
|
-
"@webstudio-is/tsconfig": "^1.0.
|
|
18
|
+
"@webstudio-is/tsconfig": "^1.0.6"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": "^18.2.0",
|
|
22
22
|
"react-dom": "^18.2.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@webstudio-is/css-vars": "^0.
|
|
25
|
+
"@webstudio-is/css-vars": "^0.61.0"
|
|
26
26
|
},
|
|
27
27
|
"module": "./lib/index.js",
|
|
28
28
|
"exports": {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-center.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACCenterIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACCenterIcon.displayName = "ACCenterIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-end.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACEndIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACEndIcon.displayName = "ACEndIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-space-around.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACSpaceAroundIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACSpaceAroundIcon.displayName = "ACSpaceAroundIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-space-between.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACSpaceBetweenIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACSpaceBetweenIcon.displayName = "ACSpaceBetweenIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-start.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACStartIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACStartIcon.displayName = "ACStartIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-c-stretch.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ACStretchIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ACStretchIcon.displayName = "ACStretchIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-i-baseline.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AIBaselineIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AIBaselineIcon.displayName = "AIBaselineIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-i-center.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AICenterIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AICenterIcon.displayName = "AICenterIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-i-end.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AIEndIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AIEndIcon.displayName = "AIEndIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-i-start.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AIStartIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AIStartIcon.displayName = "AIStartIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/a-i-stretch.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const AIStretchIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><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" /><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" /><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" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
AIStretchIcon.displayName = "AIStretchIcon";
|