@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
package/lib/cjs/gap-row.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var gap_row_exports = {};
|
|
30
|
-
__export(gap_row_exports, {
|
|
31
|
-
RowGapIcon: () => RowGapIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(gap_row_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const RowGapIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "24",
|
|
42
|
-
height: "24",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
fill: "none",
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
style: { transform: "rotate(90deg)" },
|
|
49
|
-
children: [
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
-
"path",
|
|
52
|
-
{
|
|
53
|
-
d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z",
|
|
54
|
-
fill: color
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z", fill: color }),
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
-
"path",
|
|
60
|
-
{
|
|
61
|
-
d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z",
|
|
62
|
-
fill: color
|
|
63
|
-
}
|
|
64
|
-
),
|
|
65
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
66
|
-
"path",
|
|
67
|
-
{
|
|
68
|
-
d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z",
|
|
69
|
-
fill: color
|
|
70
|
-
}
|
|
71
|
-
)
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
);
|
|
77
|
-
RowGapIcon.displayName = "RowGapIcon";
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var justify_content_center_exports = {};
|
|
30
|
-
__export(justify_content_center_exports, {
|
|
31
|
-
JustifyContentCenterIcon: () => JustifyContentCenterIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(justify_content_center_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const JustifyContentCenterIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
37
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
38
|
-
"svg",
|
|
39
|
-
{
|
|
40
|
-
width: "24",
|
|
41
|
-
height: "24",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
fill: "none",
|
|
44
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
-
...props,
|
|
46
|
-
ref: forwardedRef,
|
|
47
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
fillRule: "evenodd",
|
|
51
|
-
clipRule: "evenodd",
|
|
52
|
-
d: "M12.7999 4.79999V19.2H11.1999V4.79999H12.7999ZM16.5999 15.8H14.3999V8.19999H16.5999V15.8ZM7.3999 15.8H9.5999V8.19999H7.3999V15.8Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
)
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
});
|
|
59
|
-
JustifyContentCenterIcon.displayName = "JustifyContentCenterIcon";
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var justify_content_end_exports = {};
|
|
30
|
-
__export(justify_content_end_exports, {
|
|
31
|
-
JustifyContentEndIcon: () => JustifyContentEndIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(justify_content_end_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const JustifyContentEndIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "24",
|
|
42
|
-
height: "24",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
fill: "none",
|
|
45
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
d: "M12 16.8H15.2V19.2H16.8V4.79999H15.2V7.19999H12V16.8Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.19995 16.8H10.4V7.19999H7.19995V16.8Z", fill: color })
|
|
57
|
-
]
|
|
58
|
-
}
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
);
|
|
62
|
-
JustifyContentEndIcon.displayName = "JustifyContentEndIcon";
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var justify_content_space_around_exports = {};
|
|
30
|
-
__export(justify_content_space_around_exports, {
|
|
31
|
-
JustifyContentSpaceAroundIcon: () => JustifyContentSpaceAroundIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(justify_content_space_around_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const JustifyContentSpaceAroundIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
37
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
38
|
-
"svg",
|
|
39
|
-
{
|
|
40
|
-
width: "24",
|
|
41
|
-
height: "24",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
fill: "none",
|
|
44
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
-
...props,
|
|
46
|
-
ref: forwardedRef,
|
|
47
|
-
children: [
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.9999 19.2V4.79999H6.3999V19.2H7.9999Z", fill: color }),
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.5999 19.2V4.79999H15.9999V19.2H17.5999Z", fill: color }),
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.1999 16.8H12.7999V7.19999H15.1999V16.8Z", fill: color }),
|
|
51
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.7999 16.8H11.1999V7.19999H8.7999V16.8Z", fill: color })
|
|
52
|
-
]
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
});
|
|
56
|
-
JustifyContentSpaceAroundIcon.displayName = "JustifyContentSpaceAroundIcon";
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var justify_content_space_between_exports = {};
|
|
30
|
-
__export(justify_content_space_between_exports, {
|
|
31
|
-
JustifyContentSpaceBetweenIcon: () => JustifyContentSpaceBetweenIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(justify_content_space_between_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const JustifyContentSpaceBetweenIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
37
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
38
|
-
"svg",
|
|
39
|
-
{
|
|
40
|
-
width: "24",
|
|
41
|
-
height: "24",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
fill: "none",
|
|
44
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
-
...props,
|
|
46
|
-
ref: forwardedRef,
|
|
47
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
-
"path",
|
|
49
|
-
{
|
|
50
|
-
fillRule: "evenodd",
|
|
51
|
-
clipRule: "evenodd",
|
|
52
|
-
d: "M11.1999 7.19999H7.9999V4.79999H6.3999V19.2H7.9999V16.8H11.1999V7.19999ZM12.7999 16.8H15.9999V19.2H17.5999V4.79999H15.9999V7.19999H12.7999V16.8Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
)
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
});
|
|
59
|
-
JustifyContentSpaceBetweenIcon.displayName = "JustifyContentSpaceBetweenIcon";
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var justify_content_start_exports = {};
|
|
30
|
-
__export(justify_content_start_exports, {
|
|
31
|
-
JustifyContentStartIcon: () => JustifyContentStartIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(justify_content_start_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const JustifyContentStartIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
37
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
38
|
-
"svg",
|
|
39
|
-
{
|
|
40
|
-
width: "24",
|
|
41
|
-
height: "24",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
fill: "none",
|
|
44
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
-
...props,
|
|
46
|
-
ref: forwardedRef,
|
|
47
|
-
children: [
|
|
48
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
-
"path",
|
|
50
|
-
{
|
|
51
|
-
d: "M10.9999 7.19999H8.79995V4.79999H7.19995V19.2H8.79995V16.8H10.9999V7.19999Z",
|
|
52
|
-
fill: color
|
|
53
|
-
}
|
|
54
|
-
),
|
|
55
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.8 7.19999H13.6V16.8H16.8V7.19999Z", fill: color })
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
);
|
|
59
|
-
});
|
|
60
|
-
JustifyContentStartIcon.displayName = "JustifyContentStartIcon";
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexDirectionColumnReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
style: { transform: "rotate(180deg)" },
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
|
|
19
|
-
fill: color
|
|
20
|
-
}
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
);
|
|
24
|
-
});
|
|
25
|
-
FlexDirectionColumnReverseIcon.displayName = "FlexDirectionColumnReverseIcon";
|
|
26
|
-
export {
|
|
27
|
-
FlexDirectionColumnReverseIcon
|
|
28
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexDirectionColumnIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: /* @__PURE__ */ jsx(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
d: "M11.1667 6L11.1667 15.8881L8.175 12.9794L7 14.125L12 19L17 14.125L15.825 12.9794L12.8333 15.8881L12.8333 6L11.1667 6Z",
|
|
18
|
-
fill: color
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
);
|
|
23
|
-
});
|
|
24
|
-
FlexDirectionColumnIcon.displayName = "FlexDirectionColumnIcon";
|
|
25
|
-
export {
|
|
26
|
-
FlexDirectionColumnIcon
|
|
27
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexDirectionRowReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
style: { transform: "rotate(180deg)" },
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
d: "M5 12.8334L14.8881 12.8334L11.9794 15.825L13.125 17L18 12L13.125 7.00003L11.9794 8.17503L14.8881 11.1667L5 11.1667V12.8334Z",
|
|
19
|
-
fill: color
|
|
20
|
-
}
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
);
|
|
24
|
-
});
|
|
25
|
-
FlexDirectionRowReverseIcon.displayName = "FlexDirectionRowReverseIcon";
|
|
26
|
-
export {
|
|
27
|
-
FlexDirectionRowReverseIcon
|
|
28
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexDirectionRowIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
d: "M5 12.8334L14.8881 12.8334L11.9794 15.825L13.125 17L18 12L13.125 7.00003L11.9794 8.17503L14.8881 11.1667L5 11.1667V12.8334Z",
|
|
19
|
-
fill: color
|
|
20
|
-
}
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
FlexDirectionRowIcon.displayName = "FlexDirectionRowIcon";
|
|
27
|
-
export {
|
|
28
|
-
FlexDirectionRowIcon
|
|
29
|
-
};
|
package/lib/flex-wrap-no-wrap.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexWrapNowrapIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
clipRule: "evenodd",
|
|
20
|
-
d: "M13 9H11V15H13V9ZM19 9H17V15H19V9ZM7 9H5V15H7V9ZM4 8V16H8V8H4ZM14 8V16H10V8H14ZM20 8V16H16V8H20Z",
|
|
21
|
-
fill: color
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
FlexWrapNowrapIcon.displayName = "FlexWrapNowrapIcon";
|
|
29
|
-
export {
|
|
30
|
-
FlexWrapNowrapIcon
|
|
31
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexWrapWrapReverseIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
style: { transform: "rotate(180deg)" },
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { d: "M16 13H20V20H16V13Z", fill: color }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { d: "M4 13H8V20H4V13Z", fill: color }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { d: "M10 13H14V20H10V13Z", fill: color }),
|
|
19
|
-
/* @__PURE__ */ jsx(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
fillRule: "evenodd",
|
|
23
|
-
clipRule: "evenodd",
|
|
24
|
-
d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z",
|
|
25
|
-
fill: color
|
|
26
|
-
}
|
|
27
|
-
)
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
});
|
|
32
|
-
FlexWrapWrapReverseIcon.displayName = "FlexWrapWrapReverseIcon";
|
|
33
|
-
export {
|
|
34
|
-
FlexWrapWrapReverseIcon
|
|
35
|
-
};
|
package/lib/flex-wrap-wrap.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexWrapWrapIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { d: "M16 13H20V20H16V13Z", fill: color }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { d: "M4 13H8V20H4V13Z", fill: color }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { d: "M10 13H14V20H10V13Z", fill: color }),
|
|
19
|
-
/* @__PURE__ */ jsx(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
fillRule: "evenodd",
|
|
23
|
-
clipRule: "evenodd",
|
|
24
|
-
d: "M13 5H11V10H13V5ZM19 5H17V10H19V5ZM7 5H5V10H7V5ZM19 14H17V19H19V14ZM7 14H5V19H7V14ZM13 14H11V19H13V14ZM8 4V11H4V4H8ZM10 4V11H14V4H10ZM16 4V11H20V4H16ZM16 13V20H20V13H16ZM8 13V20H4V13H8ZM10 13V20H14V13H10Z",
|
|
25
|
-
fill: color
|
|
26
|
-
}
|
|
27
|
-
)
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
}
|
|
32
|
-
);
|
|
33
|
-
FlexWrapWrapIcon.displayName = "FlexWrapWrapIcon";
|
|
34
|
-
export {
|
|
35
|
-
FlexWrapWrapIcon
|
|
36
|
-
};
|
package/lib/gap-column.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const ColumnGapIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
d: "M14.4704 6H13.4407L13.4407 18L14.4704 18L14.4704 6Z",
|
|
20
|
-
fill: color
|
|
21
|
-
}
|
|
22
|
-
),
|
|
23
|
-
/* @__PURE__ */ jsx("path", { d: "M14.4704 6H17.5593V7H14.4704L14.4704 6Z", fill: color }),
|
|
24
|
-
/* @__PURE__ */ jsx(
|
|
25
|
-
"path",
|
|
26
|
-
{
|
|
27
|
-
d: "M14.4704 17L17.5593 17V18L14.4704 18L14.4704 17Z",
|
|
28
|
-
fill: color
|
|
29
|
-
}
|
|
30
|
-
),
|
|
31
|
-
/* @__PURE__ */ jsx(
|
|
32
|
-
"path",
|
|
33
|
-
{
|
|
34
|
-
d: "M6.44074 6L10.5296 6L10.5296 18L6.44073 18L6.44073 17L9.5 17L9.5 7L6.44074 7L6.44074 6Z",
|
|
35
|
-
fill: color
|
|
36
|
-
}
|
|
37
|
-
)
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
);
|
|
43
|
-
ColumnGapIcon.displayName = "ColumnGapIcon";
|
|
44
|
-
export {
|
|
45
|
-
ColumnGapIcon
|
|
46
|
-
};
|