@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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var a_s_stretch_exports = {};
|
|
20
|
+
__export(a_s_stretch_exports, {
|
|
21
|
+
ASStretchIcon: () => ASStretchIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(a_s_stretch_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ASStretchIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 14.2c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.5 11.7a.8.8 0 0 1-.8.8H7.3a.8.8 0 0 1-.8-.8V4.3a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v7.4Z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.5 1.8c0 .387-.344.7-.768.7H2.268c-.424 0-.768-.313-.768-.7 0-.387.344-.7.768-.7h11.464c.424 0 .768.313.768.7Z", clipRule: "evenodd" })
|
|
32
|
+
] });
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
ASStretchIcon.displayName = "ASStretchIcon";
|
|
@@ -27,7 +27,7 @@ const BorderRadiusBottomLeftIcon = (0, import_react.forwardRef)(
|
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
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
29
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M1.997 5.318a.65.65 0 0 1-.646-.654c.005-.75.026-1.353.288-1.867a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.514.262-1.118.283-1.866.288a.65.65 0 1 1-.01-1.3c.807-.006 1.092-.047 1.286-.146.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.099.194-.14.48-.146 1.285a.65.65 0 0 1-.654.646Z", clipRule: "evenodd" }),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M1.35 10.827V8.672a.65.65 0 1 1 1.3 0V10.8c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.26.098.552.122.301.024.69.025 1.261.025h2.136a.65.65 0 1 1 0 1.3H5.173c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.163-.32-.229-.663-.26-1.037-.029-.36-.029-.802-.029-1.34Z", clipRule: "evenodd" })
|
|
31
31
|
] });
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -27,7 +27,7 @@ const BorderRadiusBottomRightIcon = (0, import_react.forwardRef)(
|
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
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
29
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M5.318 14.003a.65.65 0 0 1-.654.646c-.75-.005-1.353-.026-1.867-.288a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.229-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.037-.26.36-.029.802-.029 1.34-.029h5.653c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.262.514.283 1.118.288 1.866a.65.65 0 1 1-1.3.01c-.006-.807-.047-1.092-.146-1.286a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.194.099.48.14 1.285.146a.65.65 0 0 1 .646.654Z", clipRule: "evenodd" }),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M10.827 14.65H8.672a.65.65 0 1 1 0-1.3H10.8c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.024-.301.025-.69.025-1.261V8.664a.65.65 0 1 1 1.3 0v2.163c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.163-.663.229-1.037.26-.36.029-.802.029-1.34.029Z", clipRule: "evenodd" })
|
|
31
31
|
] });
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -27,7 +27,7 @@ const BorderRadiusTopLeftIcon = (0, import_react.forwardRef)(
|
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
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
29
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M10.682 1.997a.65.65 0 0 1 .654-.646c.75.005 1.353.026 1.867.288.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036-.254.499-.66.904-1.158 1.158-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.262-.514-.283-1.118-.288-1.866a.65.65 0 0 1 1.3-.01c.006.806.047 1.092.146 1.286.13.254.336.46.59.59.107.054.259.098.552.122.301.024.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.024-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.194-.099-.48-.14-1.285-.146a.65.65 0 0 1-.646-.654Z", clipRule: "evenodd" }),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h2.155a.65.65 0 1 1 0 1.3H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v2.136a.65.65 0 0 1-1.3 0V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.037-.26.36-.029.802-.029 1.34-.029Z", clipRule: "evenodd" })
|
|
31
31
|
] });
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -27,7 +27,7 @@ const BorderRadiusTopRightIcon = (0, import_react.forwardRef)(
|
|
|
27
27
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
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
29
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#C1C8CD", fillRule: "evenodd", d: "M14.003 10.682a.65.65 0 0 1 .646.654c-.005.75-.026 1.353-.288 1.867a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.514-.262 1.118-.283 1.866-.288a.65.65 0 0 1 .01 1.3c-.807.006-1.092.047-1.286.146a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.024.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.024.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.099-.194.14-.48.146-1.285a.65.65 0 0 1 .654-.646Z", clipRule: "evenodd" }),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.65 5.173v2.155a.65.65 0 1 1-1.3 0V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H8.664a.65.65 0 0 1 0-1.3h2.163c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.23.663.26 1.037.029.36.029.802.029 1.34Z", clipRule: "evenodd" })
|
|
31
31
|
] });
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const BoxIcon = (0, import_react.forwardRef)(
|
|
27
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
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.23 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.025-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }) });
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
BoxIcon.displayName = "BoxIcon";
|
|
@@ -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 checkbox_checked_exports = {};
|
|
20
|
+
__export(checkbox_checked_exports, {
|
|
21
|
+
CheckboxCheckedIcon: () => CheckboxCheckedIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(checkbox_checked_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const CheckboxCheckedIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.229-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.23 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.26.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.025-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z", clipRule: "evenodd" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M11.566 5.357a.8.8 0 0 1 0 1.132l-4.154 4.154a.8.8 0 0 1-1.132 0L4.434 8.796a.8.8 0 1 1 1.132-1.13l1.28 1.28 3.588-3.589a.8.8 0 0 1 1.132 0Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
CheckboxCheckedIcon.displayName = "CheckboxCheckedIcon";
|
|
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const ChevronFilledUpIcon = (0, import_react.forwardRef)(
|
|
27
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: "M7.5 5.508 4.623 9.826a.6.6 0 0 0 .5.933h5.757a.6.6 0 0 0 .5-.933l-2.88-4.318a.6.6 0 0 0-.998 0Z" }) });
|
|
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", { fill: "#11181C", d: "M7.5 5.508 4.623 9.826a.6.6 0 0 0 .5.933h5.757a.6.6 0 0 0 .5-.933l-2.88-4.318a.6.6 0 0 0-.998 0Z" }) });
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
ChevronFilledUpIcon.displayName = "ChevronFilledUpIcon";
|
|
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const CodeIcon = (0, import_react.forwardRef)(
|
|
27
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
|
|
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: "M9.474 1.365a.65.65 0 0 1 .494.776l-2.667 12a.65.65 0 0 1-1.269-.282l2.667-12a.65.65 0 0 1 .775-.494ZM5.126 4.207a.65.65 0 0 1 0 .92L2.253 8l2.873 2.874a.65.65 0 1 1-.919.919L.874 8.46a.65.65 0 0 1 0-.92l3.333-3.333a.65.65 0 0 1 .92 0Zm5.748 0a.65.65 0 0 1 .919 0l3.333 3.333a.65.65 0 0 1 0 .92l-3.333 3.333a.65.65 0 1 1-.92-.92L13.748 8l-2.873-2.874a.65.65 0 0 1 0-.919Z", clipRule: "evenodd" }) });
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
CodeIcon.displayName = "CodeIcon";
|
|
@@ -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 form_text_area_exports = {};
|
|
20
|
+
__export(form_text_area_exports, {
|
|
21
|
+
FormTextAreaIcon: () => FormTextAreaIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(form_text_area_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const FormTextAreaIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M1.35 3.325c0-.723.586-1.31 1.31-1.31h10.68c.723 0 1.31.587 1.31 1.31v9.35a1.31 1.31 0 0 1-1.31 1.31H2.66a1.31 1.31 0 0 1-1.31-1.31v-9.35Zm12 5.739V3.321a.01.01 0 0 0-.003-.003.01.01 0 0 0-.003-.002l-.004-.001H2.656l-.003.003a.012.012 0 0 0-.003.003V12.68a.012.012 0 0 0 .006.005l.004.001h7.069l3.62-3.621Zm-1.783 3.621 1.783-1.783v1.777l-.003.003a.01.01 0 0 1-.003.002l-.004.001h-1.773Zm-6.9-8.011a.65.65 0 0 1 .65.65v2.67a.65.65 0 0 1-1.3 0v-2.67a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
FormTextAreaIcon.displayName = "FormTextAreaIcon";
|
|
@@ -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 grow_exports = {};
|
|
20
|
+
__export(grow_exports, {
|
|
21
|
+
GrowIcon: () => GrowIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(grow_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const GrowIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M1.5 1.85a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65Zm13 0a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65ZM6.156 5.54a.65.65 0 0 1 0 .92l-.89.89h5.468l-.89-.89a.65.65 0 1 1 .92-.92l2 2a.65.65 0 0 1 0 .92l-2 2a.65.65 0 1 1-.92-.92l.89-.89H5.266l.89.89a.65.65 0 1 1-.92.92l-2-2a.65.65 0 0 1 0-.92l2-2a.65.65 0 0 1 .92 0Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
GrowIcon.displayName = "GrowIcon";
|
|
@@ -26,6 +26,11 @@ __reExport(generated_exports, require("./a-i-center"), module.exports);
|
|
|
26
26
|
__reExport(generated_exports, require("./a-i-end"), module.exports);
|
|
27
27
|
__reExport(generated_exports, require("./a-i-start"), module.exports);
|
|
28
28
|
__reExport(generated_exports, require("./a-i-stretch"), module.exports);
|
|
29
|
+
__reExport(generated_exports, require("./a-s-baseline"), module.exports);
|
|
30
|
+
__reExport(generated_exports, require("./a-s-center"), module.exports);
|
|
31
|
+
__reExport(generated_exports, require("./a-s-end"), module.exports);
|
|
32
|
+
__reExport(generated_exports, require("./a-s-start"), module.exports);
|
|
33
|
+
__reExport(generated_exports, require("./a-s-stretch"), module.exports);
|
|
29
34
|
__reExport(generated_exports, require("./alert"), module.exports);
|
|
30
35
|
__reExport(generated_exports, require("./arrow-down"), module.exports);
|
|
31
36
|
__reExport(generated_exports, require("./arrow-right"), module.exports);
|
|
@@ -45,12 +50,12 @@ __reExport(generated_exports, require("./border-width-individual"), module.expor
|
|
|
45
50
|
__reExport(generated_exports, require("./border-width-left"), module.exports);
|
|
46
51
|
__reExport(generated_exports, require("./border-width-right"), module.exports);
|
|
47
52
|
__reExport(generated_exports, require("./border-width-top"), module.exports);
|
|
48
|
-
__reExport(generated_exports, require("./box-link"), module.exports);
|
|
49
53
|
__reExport(generated_exports, require("./box"), module.exports);
|
|
50
54
|
__reExport(generated_exports, require("./bp-star-off"), module.exports);
|
|
51
55
|
__reExport(generated_exports, require("./bp-star-on"), module.exports);
|
|
52
56
|
__reExport(generated_exports, require("./button-element"), module.exports);
|
|
53
57
|
__reExport(generated_exports, require("./checkbox-checked-filled"), module.exports);
|
|
58
|
+
__reExport(generated_exports, require("./checkbox-checked"), module.exports);
|
|
54
59
|
__reExport(generated_exports, require("./checkbox-empty"), module.exports);
|
|
55
60
|
__reExport(generated_exports, require("./checkbox-mixed-filled"), module.exports);
|
|
56
61
|
__reExport(generated_exports, require("./chevron-big-down"), module.exports);
|
|
@@ -74,12 +79,14 @@ __reExport(generated_exports, require("./email"), module.exports);
|
|
|
74
79
|
__reExport(generated_exports, require("./external-link"), module.exports);
|
|
75
80
|
__reExport(generated_exports, require("./eyecon-closed"), module.exports);
|
|
76
81
|
__reExport(generated_exports, require("./eyecon-open"), module.exports);
|
|
82
|
+
__reExport(generated_exports, require("./form-text-area"), module.exports);
|
|
77
83
|
__reExport(generated_exports, require("./form-text-field"), module.exports);
|
|
78
84
|
__reExport(generated_exports, require("./form"), module.exports);
|
|
79
85
|
__reExport(generated_exports, require("./gap-horizontal"), module.exports);
|
|
80
86
|
__reExport(generated_exports, require("./gap-vertical"), module.exports);
|
|
81
87
|
__reExport(generated_exports, require("./github"), module.exports);
|
|
82
88
|
__reExport(generated_exports, require("./google"), module.exports);
|
|
89
|
+
__reExport(generated_exports, require("./grow"), module.exports);
|
|
83
90
|
__reExport(generated_exports, require("./hamburger-menu"), module.exports);
|
|
84
91
|
__reExport(generated_exports, require("./heading"), module.exports);
|
|
85
92
|
__reExport(generated_exports, require("./image"), module.exports);
|
|
@@ -92,11 +99,16 @@ __reExport(generated_exports, require("./j-c-space-between"), module.exports);
|
|
|
92
99
|
__reExport(generated_exports, require("./j-c-start"), module.exports);
|
|
93
100
|
__reExport(generated_exports, require("./link-2-unlinked"), module.exports);
|
|
94
101
|
__reExport(generated_exports, require("./link-2"), module.exports);
|
|
102
|
+
__reExport(generated_exports, require("./link-block"), module.exports);
|
|
95
103
|
__reExport(generated_exports, require("./link"), module.exports);
|
|
96
104
|
__reExport(generated_exports, require("./list-item"), module.exports);
|
|
97
105
|
__reExport(generated_exports, require("./list"), module.exports);
|
|
106
|
+
__reExport(generated_exports, require("./menu-ellipses"), module.exports);
|
|
107
|
+
__reExport(generated_exports, require("./minus"), module.exports);
|
|
98
108
|
__reExport(generated_exports, require("./no-wrap"), module.exports);
|
|
99
109
|
__reExport(generated_exports, require("./offline"), module.exports);
|
|
110
|
+
__reExport(generated_exports, require("./order-first"), module.exports);
|
|
111
|
+
__reExport(generated_exports, require("./order-last"), module.exports);
|
|
100
112
|
__reExport(generated_exports, require("./page"), module.exports);
|
|
101
113
|
__reExport(generated_exports, require("./paint-brush"), module.exports);
|
|
102
114
|
__reExport(generated_exports, require("./phone"), module.exports);
|
|
@@ -109,12 +121,15 @@ __reExport(generated_exports, require("./repeat-grid"), module.exports);
|
|
|
109
121
|
__reExport(generated_exports, require("./repeat-row"), module.exports);
|
|
110
122
|
__reExport(generated_exports, require("./scroll"), module.exports);
|
|
111
123
|
__reExport(generated_exports, require("./section-link"), module.exports);
|
|
124
|
+
__reExport(generated_exports, require("./shrink"), module.exports);
|
|
112
125
|
__reExport(generated_exports, require("./slot-component"), module.exports);
|
|
113
126
|
__reExport(generated_exports, require("./small-x"), module.exports);
|
|
114
127
|
__reExport(generated_exports, require("./subscript"), module.exports);
|
|
115
128
|
__reExport(generated_exports, require("./subtract"), module.exports);
|
|
116
129
|
__reExport(generated_exports, require("./superscript"), module.exports);
|
|
130
|
+
__reExport(generated_exports, require("./text-align-left"), module.exports);
|
|
117
131
|
__reExport(generated_exports, require("./text-block"), module.exports);
|
|
118
132
|
__reExport(generated_exports, require("./text-italic"), module.exports);
|
|
133
|
+
__reExport(generated_exports, require("./video"), module.exports);
|
|
119
134
|
__reExport(generated_exports, require("./webstudio"), module.exports);
|
|
120
135
|
__reExport(generated_exports, require("./wrap"), module.exports);
|
|
@@ -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_block_exports = {};
|
|
20
|
+
__export(link_block_exports, {
|
|
21
|
+
LinkBlockIcon: () => LinkBlockIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(link_block_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const LinkBlockIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
LinkBlockIcon.displayName = "LinkBlockIcon";
|
|
@@ -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 menu_ellipses_exports = {};
|
|
20
|
+
__export(menu_ellipses_exports, {
|
|
21
|
+
MenuEllipsesIcon: () => MenuEllipsesIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(menu_ellipses_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const MenuEllipsesIcon = (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 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
MenuEllipsesIcon.displayName = "MenuEllipsesIcon";
|
|
@@ -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 minus_exports = {};
|
|
20
|
+
__export(minus_exports, {
|
|
21
|
+
MinusIcon: () => MinusIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(minus_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const MinusIcon = (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: "M14 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1 0-1.5h10.5A.75.75 0 0 1 14 8Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
MinusIcon.displayName = "MinusIcon";
|
|
@@ -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 order_first_exports = {};
|
|
20
|
+
__export(order_first_exports, {
|
|
21
|
+
OrderFirstIcon: () => OrderFirstIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(order_first_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const OrderFirstIcon = (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: "M2.324 3.35a.98.98 0 0 0-.98.98v7.34c0 .541.438.98.98.98h1.34a.98.98 0 0 0 .98-.98V4.33a.98.98 0 0 0-.98-.98h-1.34Z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M6.657 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37ZM11.66 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
@@ -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 order_last_exports = {};
|
|
20
|
+
__export(order_last_exports, {
|
|
21
|
+
OrderLastIcon: () => OrderLastIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(order_last_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const OrderLastIcon = (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: "M13.67 3.35a.98.98 0 0 1 .98.98v7.34a.98.98 0 0 1-.98.98h-1.34a.98.98 0 0 1-.98-.98V4.33a.98.98 0 0 1 .98-.98h1.34Z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M4.334 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37ZM9.337 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37Z", clipRule: "evenodd" })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
OrderLastIcon.displayName = "OrderLastIcon";
|
|
@@ -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 shrink_exports = {};
|
|
20
|
+
__export(shrink_exports, {
|
|
21
|
+
ShrinkIcon: () => ShrinkIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(shrink_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const ShrinkIcon = (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: "M7.95 1.85a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65ZM3.159 5.52a.65.65 0 0 1 .918.042l1.822 2a.65.65 0 0 1 0 .876l-1.822 2a.65.65 0 0 1-.96-.876l.83-.912H1.32a.65.65 0 0 1 0-1.3h2.628l-.83-.912a.65.65 0 0 1 .042-.918Zm9.632.005a.65.65 0 0 1 .032.919l-.846.906h2.704a.65.65 0 1 1 0 1.3h-2.704l.846.907a.65.65 0 0 1-.95.887l-1.867-2a.65.65 0 0 1 0-.887l1.867-2a.65.65 0 0 1 .918-.032Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
ShrinkIcon.displayName = "ShrinkIcon";
|
|
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const SlotComponentIcon = (0, import_react.forwardRef)(
|
|
27
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
|
|
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.33 1.356a8.54 8.54 0 0 0-.497.024c-.375.03-.717.097-1.039.261A2.63 2.63 0 0 0 1.64 2.797c-.164.32-.23.662-.26 1.036a8.54 8.54 0 0 0-.024.497h1.3c.004-.146.01-.275.02-.39.023-.293.067-.446.123-.554l.002-.005c.125-.249.33-.452.585-.582.109-.056.261-.1.554-.124.115-.01.243-.015.39-.019v-1.3ZM9.67 2.65H6.33v-1.3h3.34v1.3ZM13.344 4.33a6.932 6.932 0 0 0-.02-.39c-.023-.293-.067-.445-.122-.553a1.328 1.328 0 0 0-.583-.586l-.005-.002c-.108-.056-.26-.1-.554-.124a6.923 6.923 0 0 0-.39-.019v-1.3c.18.004.346.011.497.024.374.03.715.096 1.036.26.51.256.907.669 1.155 1.153.165.322.231.665.262 1.04.013.151.02.316.024.497h-1.3ZM13.35 9.67V6.33h1.3v3.34h-1.3ZM11.67 13.344c.147-.004.275-.01.39-.02.293-.023.445-.067.554-.122.254-.131.46-.334.585-.583l.002-.005c.056-.108.1-.26.124-.554.01-.115.015-.243.019-.39h1.3c-.004.18-.011.346-.024.497-.03.374-.096.715-.26 1.036-.256.51-.669.907-1.153 1.155-.322.165-.665.231-1.04.262-.15.013-.316.02-.497.024v-1.3ZM6.33 13.35h3.34v1.3H6.33v-1.3ZM2.656 11.67c.004.147.01.275.02.39.023.293.067.446.123.554.13.254.333.46.582.585l.005.002c.108.056.26.1.554.124.115.01.243.015.39.019v1.3a8.573 8.573 0 0 1-.497-.024c-.374-.03-.715-.096-1.036-.26a2.628 2.628 0 0 1-1.155-1.153c-.165-.322-.231-.665-.262-1.04a8.54 8.54 0 0 1-.024-.497h1.3ZM2.65 6.33v3.34h-1.3V6.33h1.3Z" }) });
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
SlotComponentIcon.displayName = "SlotComponentIcon";
|
|
@@ -25,7 +25,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
25
25
|
var import_react = require("react");
|
|
26
26
|
const SmallXIcon = (0, import_react.forwardRef)(
|
|
27
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: "M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0
|
|
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: "M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0 0 1 .99-.99L8 7.01l2.505-2.505a.7.7 0 0 1 .99 0Z", clipRule: "evenodd" }) });
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
SmallXIcon.displayName = "SmallXIcon";
|
|
@@ -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 text_align_left_exports = {};
|
|
20
|
+
__export(text_align_left_exports, {
|
|
21
|
+
TextAlignLeftIcon: () => TextAlignLeftIcon
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(text_align_left_exports);
|
|
24
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
+
var import_react = require("react");
|
|
26
|
+
const TextAlignLeftIcon = (0, import_react.forwardRef)(
|
|
27
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M1.85 4a.65.65 0 0 1 .65-.65h12a.65.65 0 1 1 0 1.3h-12A.65.65 0 0 1 1.85 4Zm0 4a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6A.65.65 0 0 1 1.85 8Zm0 4a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3h-8a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|