@webstudio-is/icons 0.61.0 → 0.63.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-s-baseline.js +14 -0
- package/lib/__generated__/a-s-center.js +14 -0
- package/lib/__generated__/a-s-end.js +14 -0
- package/lib/__generated__/a-s-start.js +14 -0
- package/lib/__generated__/a-s-stretch.js +15 -0
- package/lib/__generated__/border-radius-bottom-left.js +1 -1
- package/lib/__generated__/border-radius-bottom-right.js +1 -1
- package/lib/__generated__/border-radius-top-left.js +1 -1
- package/lib/__generated__/border-radius-top-right.js +1 -1
- package/lib/__generated__/box.js +1 -1
- package/lib/__generated__/checkbox-checked.js +14 -0
- package/lib/__generated__/chevron-filled-up.js +1 -1
- package/lib/__generated__/code.js +1 -1
- package/lib/__generated__/form-text-area.js +11 -0
- package/lib/__generated__/grow.js +11 -0
- package/lib/__generated__/index.js +16 -1
- package/lib/__generated__/link-block.js +11 -0
- package/lib/__generated__/menu-ellipses.js +11 -0
- package/lib/__generated__/minus.js +11 -0
- package/lib/__generated__/order-first.js +14 -0
- package/lib/__generated__/order-last.js +14 -0
- package/lib/__generated__/shrink.js +11 -0
- package/lib/__generated__/slot-component.js +1 -1
- package/lib/__generated__/small-x.js +1 -1
- package/lib/__generated__/text-align-left.js +11 -0
- package/lib/__generated__/video.js +14 -0
- package/lib/cjs/__generated__/a-s-baseline.js +34 -0
- package/lib/cjs/__generated__/a-s-center.js +34 -0
- package/lib/cjs/__generated__/a-s-end.js +34 -0
- package/lib/cjs/__generated__/a-s-start.js +34 -0
- package/lib/cjs/__generated__/a-s-stretch.js +35 -0
- package/lib/cjs/__generated__/border-radius-bottom-left.js +1 -1
- package/lib/cjs/__generated__/border-radius-bottom-right.js +1 -1
- package/lib/cjs/__generated__/border-radius-top-left.js +1 -1
- package/lib/cjs/__generated__/border-radius-top-right.js +1 -1
- package/lib/cjs/__generated__/box.js +1 -1
- package/lib/cjs/__generated__/checkbox-checked.js +34 -0
- package/lib/cjs/__generated__/chevron-filled-up.js +1 -1
- package/lib/cjs/__generated__/code.js +1 -1
- package/lib/cjs/__generated__/form-text-area.js +31 -0
- package/lib/cjs/__generated__/grow.js +31 -0
- package/lib/cjs/__generated__/index.js +16 -1
- package/lib/cjs/__generated__/link-block.js +31 -0
- package/lib/cjs/__generated__/menu-ellipses.js +31 -0
- package/lib/cjs/__generated__/minus.js +31 -0
- package/lib/cjs/__generated__/order-first.js +34 -0
- package/lib/cjs/__generated__/order-last.js +34 -0
- package/lib/cjs/__generated__/shrink.js +31 -0
- package/lib/cjs/__generated__/slot-component.js +1 -1
- package/lib/cjs/__generated__/small-x.js +1 -1
- package/lib/cjs/__generated__/text-align-left.js +31 -0
- package/lib/cjs/__generated__/video.js +34 -0
- package/lib/cjs/index.js +0 -10
- package/lib/index.js +0 -10
- package/lib/types/__generated__/a-s-baseline.d.ts +3 -0
- package/lib/types/__generated__/a-s-center.d.ts +3 -0
- package/lib/types/__generated__/a-s-end.d.ts +3 -0
- package/lib/types/__generated__/{box-link.d.ts → a-s-start.d.ts} +1 -1
- package/lib/types/__generated__/a-s-stretch.d.ts +3 -0
- package/lib/types/__generated__/checkbox-checked.d.ts +3 -0
- package/lib/types/__generated__/form-text-area.d.ts +3 -0
- package/lib/types/__generated__/grow.d.ts +3 -0
- package/lib/types/__generated__/index.d.ts +16 -1
- package/lib/types/__generated__/link-block.d.ts +3 -0
- package/lib/types/__generated__/menu-ellipses.d.ts +3 -0
- package/lib/types/__generated__/minus.d.ts +3 -0
- package/lib/types/__generated__/order-first.d.ts +3 -0
- package/lib/types/__generated__/order-last.d.ts +3 -0
- package/lib/types/__generated__/shrink.d.ts +3 -0
- package/lib/types/__generated__/text-align-left.d.ts +3 -0
- package/lib/types/__generated__/video.d.ts +3 -0
- package/lib/types/index.d.ts +0 -10
- package/package.json +2 -2
- package/src/__generated__/a-s-baseline.tsx +15 -0
- package/src/__generated__/a-s-center.tsx +15 -0
- package/src/__generated__/a-s-end.tsx +15 -0
- package/src/__generated__/a-s-start.tsx +15 -0
- package/src/__generated__/a-s-stretch.tsx +15 -0
- package/src/__generated__/border-radius-bottom-left.tsx +1 -1
- package/src/__generated__/border-radius-bottom-right.tsx +1 -1
- package/src/__generated__/border-radius-top-left.tsx +1 -1
- package/src/__generated__/border-radius-top-right.tsx +1 -1
- package/src/__generated__/box.tsx +1 -1
- package/src/__generated__/checkbox-checked.tsx +15 -0
- package/src/__generated__/chevron-filled-up.tsx +1 -1
- package/src/__generated__/code.tsx +1 -1
- package/src/__generated__/form-text-area.tsx +15 -0
- package/src/__generated__/grow.tsx +15 -0
- package/src/__generated__/index.ts +16 -1
- package/src/__generated__/link-block.tsx +15 -0
- package/src/__generated__/menu-ellipses.tsx +15 -0
- package/src/__generated__/minus.tsx +15 -0
- package/src/__generated__/order-first.tsx +15 -0
- package/src/__generated__/order-last.tsx +15 -0
- package/src/__generated__/shrink.tsx +15 -0
- package/src/__generated__/slot-component.tsx +1 -1
- package/src/__generated__/small-x.tsx +1 -1
- package/src/__generated__/text-align-left.tsx +15 -0
- package/src/__generated__/video.tsx +15 -0
- package/src/index.ts +0 -10
- package/lib/__generated__/box-link.js +0 -14
- package/lib/align-self-baseline.js +0 -58
- package/lib/align-self-center.js +0 -34
- package/lib/align-self-end.js +0 -45
- package/lib/align-self-start.js +0 -34
- package/lib/align-self-stretch.js +0 -54
- package/lib/cjs/__generated__/box-link.js +0 -34
- package/lib/cjs/align-self-baseline.js +0 -88
- package/lib/cjs/align-self-center.js +0 -64
- package/lib/cjs/align-self-end.js +0 -75
- package/lib/cjs/align-self-start.js +0 -64
- package/lib/cjs/align-self-stretch.js +0 -84
- package/lib/cjs/flex-sizing-grow.js +0 -77
- package/lib/cjs/flex-sizing-shrink.js +0 -70
- package/lib/cjs/order-first.js +0 -79
- package/lib/cjs/order-last.js +0 -79
- package/lib/cjs/text-align-left.js +0 -75
- package/lib/flex-sizing-grow.js +0 -47
- package/lib/flex-sizing-shrink.js +0 -40
- package/lib/order-first.js +0 -49
- package/lib/order-last.js +0 -49
- package/lib/text-align-left.js +0 -45
- package/lib/types/align-self-baseline.d.ts +0 -3
- package/lib/types/align-self-center.d.ts +0 -3
- package/lib/types/align-self-end.d.ts +0 -3
- package/lib/types/align-self-start.d.ts +0 -3
- package/lib/types/align-self-stretch.d.ts +0 -3
- package/lib/types/flex-sizing-grow.d.ts +0 -3
- package/lib/types/flex-sizing-shrink.d.ts +0 -3
- package/lib/types/order-first.d.ts +0 -3
- package/lib/types/order-last.d.ts +0 -3
- package/lib/types/text-align-left.d.ts +0 -3
- package/src/__generated__/box-link.tsx +0 -15
- package/src/align-self-baseline.tsx +0 -47
- package/src/align-self-center.tsx +0 -27
- package/src/align-self-end.tsx +0 -35
- package/src/align-self-start.tsx +0 -27
- package/src/align-self-stretch.tsx +0 -41
- package/src/flex-sizing-grow.tsx +0 -34
- package/src/flex-sizing-shrink.tsx +0 -30
- package/src/order-first.tsx +0 -36
- package/src/order-last.tsx +0 -36
- package/src/text-align-left.tsx +0 -32
|
@@ -1,75 +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 align_self_end_exports = {};
|
|
30
|
-
__export(align_self_end_exports, {
|
|
31
|
-
AlignSelfEndIcon: () => AlignSelfEndIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(align_self_end_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const AlignSelfEndIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
fill: color,
|
|
53
|
-
fillRule: "evenodd",
|
|
54
|
-
d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
55
|
-
clipRule: "evenodd"
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
-
"rect",
|
|
60
|
-
{
|
|
61
|
-
width: "3",
|
|
62
|
-
height: "9",
|
|
63
|
-
x: "9.5",
|
|
64
|
-
y: "12.4004",
|
|
65
|
-
fill: color,
|
|
66
|
-
rx: ".8",
|
|
67
|
-
transform: "rotate(-180 9.5 12.4004)"
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
]
|
|
71
|
-
}
|
|
72
|
-
);
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
|
-
AlignSelfEndIcon.displayName = "AlignSelfEndIcon";
|
|
@@ -1,64 +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 align_self_start_exports = {};
|
|
30
|
-
__export(align_self_start_exports, {
|
|
31
|
-
AlignSelfStartIcon: () => AlignSelfStartIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(align_self_start_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const AlignSelfStartIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
fill: color,
|
|
53
|
-
fillRule: "evenodd",
|
|
54
|
-
d: "M1.5 1.79961c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
55
|
-
clipRule: "evenodd"
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "3", height: "9", x: "6.5", y: "3.59961", fill: color, rx: ".8" })
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
);
|
|
64
|
-
AlignSelfStartIcon.displayName = "AlignSelfStartIcon";
|
|
@@ -1,84 +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 align_self_stretch_exports = {};
|
|
30
|
-
__export(align_self_stretch_exports, {
|
|
31
|
-
AlignSelfStretchIcon: () => AlignSelfStretchIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(align_self_stretch_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const AlignSelfStretchIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
fill: color,
|
|
53
|
-
fillRule: "evenodd",
|
|
54
|
-
d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
55
|
-
clipRule: "evenodd"
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
-
"rect",
|
|
60
|
-
{
|
|
61
|
-
width: "3",
|
|
62
|
-
height: "9",
|
|
63
|
-
x: "9.5",
|
|
64
|
-
y: "12.5",
|
|
65
|
-
fill: color,
|
|
66
|
-
rx: ".8",
|
|
67
|
-
transform: "rotate(-180 9.5 12.5)"
|
|
68
|
-
}
|
|
69
|
-
),
|
|
70
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
71
|
-
"path",
|
|
72
|
-
{
|
|
73
|
-
fill: color,
|
|
74
|
-
fillRule: "evenodd",
|
|
75
|
-
d: "M14.5 1.8c0 .3866-.3439.7-.7682.7H2.26818C1.84393 2.5 1.5 2.1866 1.5 1.8c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
76
|
-
clipRule: "evenodd"
|
|
77
|
-
}
|
|
78
|
-
)
|
|
79
|
-
]
|
|
80
|
-
}
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
);
|
|
84
|
-
AlignSelfStretchIcon.displayName = "AlignSelfStretchIcon";
|
|
@@ -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 flex_sizing_grow_exports = {};
|
|
30
|
-
__export(flex_sizing_grow_exports, {
|
|
31
|
-
FlexSizingGrowIcon: () => FlexSizingGrowIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(flex_sizing_grow_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const FlexSizingGrowIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
fill: color,
|
|
53
|
-
d: "M10.7641 5.54038c-.2539-.25384-.6654-.25384-.91928 0-.25384.25384-.25384.6654 0 .91924l.91928-.91924ZM12.3044 8l.4597.45962c.2538-.25384.2538-.6654 0-.91924L12.3044 8ZM9.84482 9.54038c-.25384.25384-.25384.66542 0 .91922.25388.2539.66538.2539.91928 0l-.91928-.91922ZM7.80469 7.35c-.35899 0-.65.29101-.65.65 0 .35899.29101.65.65.65v-1.3Zm2.04013-.89038 1.99998 2 .9193-.91924-2-2-.91928.91924Zm1.99998 1.08076-1.99998 2 .91928.91922 2-1.99998-.9193-.91924ZM7.80469 8.65h4.49971v-1.3H7.80469v1.3Z"
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
-
"path",
|
|
58
|
-
{
|
|
59
|
-
fill: color,
|
|
60
|
-
d: "m3.69531 8-.45962-.45962c-.25384.25384-.25384.6654 0 .91924L3.69531 8Zm2.45962-1.54038c.25384-.25384.25384-.6654 0-.91924-.25384-.25384-.6654-.25384-.91924 0l.91924.91924Zm-.91924 3.99998c.25384.2539.6654.2539.91924 0 .25384-.2538.25384-.66538 0-.91922l-.91924.91922ZM8.19556 8.65c.35898 0 .65-.29101.65-.65 0-.35899-.29102-.65-.65-.65v1.3Zm-4.04063-.19038 2-2-.91924-.91924-2 2 .91924.91924Zm-.91924 0 2 1.99998.91924-.91922-2-2-.91924.91924Zm.45962.19038h4.50025v-1.3H3.69531v1.3Z"
|
|
61
|
-
}
|
|
62
|
-
),
|
|
63
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
64
|
-
"path",
|
|
65
|
-
{
|
|
66
|
-
stroke: color,
|
|
67
|
-
strokeLinecap: "round",
|
|
68
|
-
strokeWidth: "1.4",
|
|
69
|
-
d: "M1.5 2.5v11m13-11v11"
|
|
70
|
-
}
|
|
71
|
-
)
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
);
|
|
77
|
-
FlexSizingGrowIcon.displayName = "FlexSizingGrowIcon";
|
|
@@ -1,70 +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 flex_sizing_shrink_exports = {};
|
|
30
|
-
__export(flex_sizing_shrink_exports, {
|
|
31
|
-
FlexSizingShrinkIcon: () => FlexSizingShrinkIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(flex_sizing_shrink_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const FlexSizingShrinkIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
-
"path",
|
|
51
|
-
{
|
|
52
|
-
stroke: color,
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeWidth: "1.4",
|
|
55
|
-
d: "M7.95312 2.5v11"
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
-
"path",
|
|
60
|
-
{
|
|
61
|
-
fill: color,
|
|
62
|
-
d: "m5.42188 8 .51745.47143c.2434-.26716.2434-.6757 0-.94286L5.42188 8ZM3.0823 9.52857c-.26036.28578-.23976.72853.04602.98883.28578.2604.72852.2398.98888-.046l-1.0349-.94283Zm1.0349-4c-.26036-.28578-.7031-.30638-.98888-.04602-.28578.26036-.30638.7031-.04602.98888l1.0349-.94286ZM1.32188 7.3c-.386604 0-.700005.3134-.700005.7 0 .3866.313401.7.700005.7V7.3Zm3.58255.22857-1.82213 2 1.0349.94283 1.82213-1.99997-1.0349-.94286Zm1.0349 0-1.82213-2-1.0349.94286 1.82212 2 1.03491-.94286ZM5.42188 7.3h-4.1v1.4h4.1V7.3Zm6.41672 3.1776c.2638.2827.7068.2979.9894.0341.2826-.2638.2979-.70672.0341-.98934l-1.0235.95524ZM10.4836 8l-.51173-.47764c-.25103.26895-.25103.68633 0 .95528L10.4836 8Zm2.3785-1.52236c.2638-.28262.2485-.72557-.0341-.98937-.2826-.26379-.7256-.24853-.9894.03409l1.0235.95528ZM14.6836 8.7c.3866 0 .7-.3134.7-.7 0-.3866-.3134-.7-.7-.7v1.4Zm-1.8215.82236-1.8668-2-1.02343.95528 1.86673 1.99996 1.0235-.95524Zm-1.8668-1.04472 1.8668-2-1.0235-.95528-1.86673 2 1.02343.95528ZM14.6836 7.3h-4.2v1.4h4.2V7.3Z"
|
|
63
|
-
}
|
|
64
|
-
)
|
|
65
|
-
]
|
|
66
|
-
}
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
);
|
|
70
|
-
FlexSizingShrinkIcon.displayName = "FlexSizingGrowIcon";
|
package/lib/cjs/order-first.js
DELETED
|
@@ -1,79 +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 order_first_exports = {};
|
|
30
|
-
__export(order_first_exports, {
|
|
31
|
-
OrderFirstIcon: () => OrderFirstIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(order_first_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const OrderFirstIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "16",
|
|
42
|
-
height: "16",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
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: "M2.10022 2.5C1.54794 2.5 1.10022 2.94771 1.10022 3.5L1.10022 12.5C1.10022 13.0523 1.54793 13.5 2.10022 13.5H3.90022C4.4525 13.5 4.90022 13.0523 4.90022 12.5L4.90022 3.5C4.90022 2.94772 4.45251 2.5 3.90022 2.5L2.10022 2.5Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
-
"path",
|
|
58
|
-
{
|
|
59
|
-
fillRule: "evenodd",
|
|
60
|
-
clipRule: "evenodd",
|
|
61
|
-
d: "M11.9 4C11.3477 4 10.9 4.44771 10.9 5L10.9 11C10.9 11.5523 11.3477 12 11.9 12H13.9C14.4523 12 14.9 11.5523 14.9 11L14.9 5C14.9 4.44772 14.4523 4 13.9 4L11.9 4ZM12 5.1L12 10.9H13.8L13.8 5.1H12Z",
|
|
62
|
-
fill: color
|
|
63
|
-
}
|
|
64
|
-
),
|
|
65
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
66
|
-
"path",
|
|
67
|
-
{
|
|
68
|
-
fillRule: "evenodd",
|
|
69
|
-
clipRule: "evenodd",
|
|
70
|
-
d: "M7.10022 4C6.54794 4 6.10022 4.44771 6.10022 5L6.10022 11C6.10022 11.5523 6.54794 12 7.10022 12H9.10022C9.65251 12 10.1002 11.5523 10.1002 11L10.1002 5C10.1002 4.44771 9.65251 4 9.10022 4L7.10022 4ZM7.20022 5.1L7.20022 10.9H9.00022L9.00022 5.1L7.20022 5.1Z",
|
|
71
|
-
fill: color
|
|
72
|
-
}
|
|
73
|
-
)
|
|
74
|
-
]
|
|
75
|
-
}
|
|
76
|
-
);
|
|
77
|
-
}
|
|
78
|
-
);
|
|
79
|
-
OrderFirstIcon.displayName = "OrderFirstIcon";
|
package/lib/cjs/order-last.js
DELETED
|
@@ -1,79 +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 order_last_exports = {};
|
|
30
|
-
__export(order_last_exports, {
|
|
31
|
-
OrderLastIcon: () => OrderLastIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(order_last_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const OrderLastIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "16",
|
|
42
|
-
height: "16",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
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: "M13.8998 13.5C14.4521 13.5 14.8998 13.0523 14.8998 12.5L14.8998 3.5C14.8998 2.94772 14.4521 2.5 13.8998 2.5H12.0998C11.5475 2.5 11.0998 2.94771 11.0998 3.5L11.0998 12.5C11.0998 13.0523 11.5475 13.5 12.0998 13.5H13.8998Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
-
"path",
|
|
58
|
-
{
|
|
59
|
-
fillRule: "evenodd",
|
|
60
|
-
clipRule: "evenodd",
|
|
61
|
-
d: "M6.89978 12C6.57826 12 6.29219 11.8483 6.10925 11.6125C5.97795 11.4433 5.89978 11.2308 5.89978 11L5.89978 5C5.89978 4.76923 5.97795 4.55672 6.10925 4.3875C6.29219 4.15173 6.57826 4 6.89978 4H8.89978C9.45207 4 9.89978 4.44772 9.89978 5V11C9.89978 11.5523 9.45206 12 8.89978 12H6.89978ZM8.79978 5.1V10.9H6.99978L6.99978 5.1L8.79978 5.1Z",
|
|
62
|
-
fill: color
|
|
63
|
-
}
|
|
64
|
-
),
|
|
65
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
66
|
-
"path",
|
|
67
|
-
{
|
|
68
|
-
fillRule: "evenodd",
|
|
69
|
-
clipRule: "evenodd",
|
|
70
|
-
d: "M4.89051 4.3875C5.02181 4.55672 5.09998 4.76923 5.09998 5L5.09998 11C5.09998 11.2308 5.02181 11.4433 4.89051 11.6125C4.70757 11.8483 4.42149 12 4.09998 12H2.09998C1.54769 12 1.09998 11.5523 1.09998 11V5C1.09998 4.44771 1.54769 4 2.09998 4H4.09998C4.42149 4 4.70757 4.15173 4.89051 4.3875ZM3.99998 5.1L3.99998 10.9H2.19998L2.19998 5.1L3.99998 5.1Z",
|
|
71
|
-
fill: color
|
|
72
|
-
}
|
|
73
|
-
)
|
|
74
|
-
]
|
|
75
|
-
}
|
|
76
|
-
);
|
|
77
|
-
}
|
|
78
|
-
);
|
|
79
|
-
OrderLastIcon.displayName = "OrderLastIcon";
|
|
@@ -1,75 +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 text_align_left_exports = {};
|
|
30
|
-
__export(text_align_left_exports, {
|
|
31
|
-
TextAlignLeftIcon: () => TextAlignLeftIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(text_align_left_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const TextAlignLeftIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
width: "16",
|
|
42
|
-
height: "16",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
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: "M1 4C1 3.65482 1.27982 3.375 1.625 3.375H14.375C14.7202 3.375 15 3.65482 15 4C15 4.34518 14.7202 4.625 14.375 4.625H1.625C1.27982 4.625 1 4.34518 1 4Z",
|
|
53
|
-
fill: color
|
|
54
|
-
}
|
|
55
|
-
),
|
|
56
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
57
|
-
"path",
|
|
58
|
-
{
|
|
59
|
-
d: "M1 8C1 7.65482 1.27982 7.375 1.625 7.375H8.375C8.72018 7.375 9 7.65482 9 8C9 8.34518 8.72018 8.625 8.375 8.625H1.625C1.27982 8.625 1 8.34518 1 8Z",
|
|
60
|
-
fill: color
|
|
61
|
-
}
|
|
62
|
-
),
|
|
63
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
64
|
-
"path",
|
|
65
|
-
{
|
|
66
|
-
d: "M1 12C1 11.6548 1.27982 11.375 1.625 11.375H10.375C10.7202 11.375 11 11.6548 11 12C11 12.3452 10.7202 12.625 10.375 12.625H1.625C1.27982 12.625 1 12.3452 1 12Z",
|
|
67
|
-
fill: color
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
]
|
|
71
|
-
}
|
|
72
|
-
);
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
|
-
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
package/lib/flex-sizing-grow.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const FlexSizingGrowIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: color,
|
|
20
|
-
d: "M10.7641 5.54038c-.2539-.25384-.6654-.25384-.91928 0-.25384.25384-.25384.6654 0 .91924l.91928-.91924ZM12.3044 8l.4597.45962c.2538-.25384.2538-.6654 0-.91924L12.3044 8ZM9.84482 9.54038c-.25384.25384-.25384.66542 0 .91922.25388.2539.66538.2539.91928 0l-.91928-.91922ZM7.80469 7.35c-.35899 0-.65.29101-.65.65 0 .35899.29101.65.65.65v-1.3Zm2.04013-.89038 1.99998 2 .9193-.91924-2-2-.91928.91924Zm1.99998 1.08076-1.99998 2 .91928.91922 2-1.99998-.9193-.91924ZM7.80469 8.65h4.49971v-1.3H7.80469v1.3Z"
|
|
21
|
-
}
|
|
22
|
-
),
|
|
23
|
-
/* @__PURE__ */ jsx(
|
|
24
|
-
"path",
|
|
25
|
-
{
|
|
26
|
-
fill: color,
|
|
27
|
-
d: "m3.69531 8-.45962-.45962c-.25384.25384-.25384.6654 0 .91924L3.69531 8Zm2.45962-1.54038c.25384-.25384.25384-.6654 0-.91924-.25384-.25384-.6654-.25384-.91924 0l.91924.91924Zm-.91924 3.99998c.25384.2539.6654.2539.91924 0 .25384-.2538.25384-.66538 0-.91922l-.91924.91922ZM8.19556 8.65c.35898 0 .65-.29101.65-.65 0-.35899-.29102-.65-.65-.65v1.3Zm-4.04063-.19038 2-2-.91924-.91924-2 2 .91924.91924Zm-.91924 0 2 1.99998.91924-.91922-2-2-.91924.91924Zm.45962.19038h4.50025v-1.3H3.69531v1.3Z"
|
|
28
|
-
}
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ jsx(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
stroke: color,
|
|
34
|
-
strokeLinecap: "round",
|
|
35
|
-
strokeWidth: "1.4",
|
|
36
|
-
d: "M1.5 2.5v11m13-11v11"
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
);
|
|
44
|
-
FlexSizingGrowIcon.displayName = "FlexSizingGrowIcon";
|
|
45
|
-
export {
|
|
46
|
-
FlexSizingGrowIcon
|
|
47
|
-
};
|