@wix/wix-ui-icons-common 3.97.0 → 3.98.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/dist/cjs/odeditor/general/dist/components/AnimationHorizontal.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/AnimationHorizontalSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/AnimationXY.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/AnimationXYSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowBottomLeft.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowBottomLeftSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowBottomRight.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowBottomRightSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowTopLeft.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowTopLeftSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowTopRight.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/ArrowTopRightSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Blank.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/BlankSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DesignSettings.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DesignSettingsSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Gradient.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/GradientSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Help.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/HelpSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/IndividualPaddings.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/IndividualPaddingsSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/PositionBottom.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionBottomSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionLeft.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionLeftSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionRight.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionRightSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionTop.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/PositionTopSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/RevertClockwise.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/RevertClockwiseSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Section.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SectionSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SolidColor.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SolidColorSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SplitHorizontally.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SplitHorizontallySmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SplitVertically.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SplitVerticallySmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +114 -0
- package/dist/cjs/odeditor/general/metadata.js +194 -1
- package/dist/esm/odeditor/general/dist/components/AnimationHorizontal.js +7 -0
- package/dist/esm/odeditor/general/dist/components/AnimationHorizontalSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/AnimationXY.js +7 -0
- package/dist/esm/odeditor/general/dist/components/AnimationXYSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowBottomLeft.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowBottomLeftSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowBottomRight.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowBottomRightSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowTopLeft.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowTopLeftSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowTopRight.js +7 -0
- package/dist/esm/odeditor/general/dist/components/ArrowTopRightSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Blank.js +7 -0
- package/dist/esm/odeditor/general/dist/components/BlankSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DesignSettings.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DesignSettingsSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Gradient.js +7 -0
- package/dist/esm/odeditor/general/dist/components/GradientSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Help.js +7 -0
- package/dist/esm/odeditor/general/dist/components/HelpSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/IndividualPaddings.js +1 -1
- package/dist/esm/odeditor/general/dist/components/IndividualPaddingsSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/components/PositionBottom.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionBottomSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionLeft.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionLeftSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionRight.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionRightSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionTop.js +7 -0
- package/dist/esm/odeditor/general/dist/components/PositionTopSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/RevertClockwise.js +7 -0
- package/dist/esm/odeditor/general/dist/components/RevertClockwiseSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Section.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SectionSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SolidColor.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SolidColorSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SplitHorizontally.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SplitHorizontallySmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SplitVertically.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SplitVerticallySmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +646 -570
- package/dist/esm/odeditor/general/metadata.js +194 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/odeditor/general/dist/components/AnimationHorizontal.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AnimationHorizontal.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/AnimationHorizontalSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AnimationHorizontalSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/AnimationXY.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AnimationXY.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/AnimationXYSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/AnimationXYSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomLeft.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomLeft.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomLeftSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomLeftSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomRight.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomRight.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomRightSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowBottomRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopLeft.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopLeft.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopLeftSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopLeftSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopRight.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopRight.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopRightSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/ArrowTopRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Blank.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Blank.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/BlankSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/BlankSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DesignSettings.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DesignSettings.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DesignSettingsSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DesignSettingsSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Gradient.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Gradient.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/GradientSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/GradientSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Help.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Help.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/HelpSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/HelpSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionBottom.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionBottom.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionBottomSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionBottomSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionLeft.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionLeft.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionLeftSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionLeftSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionRight.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionRight.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionRightSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionTop.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionTop.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/PositionTopSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/PositionTopSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/RevertClockwise.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/RevertClockwise.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/RevertClockwiseSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/RevertClockwiseSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Section.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Section.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SectionSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SectionSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SolidColor.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SolidColor.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SolidColorSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SolidColorSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SplitHorizontally.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SplitHorizontally.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SplitHorizontallySmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SplitHorizontallySmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SplitVertically.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SplitVertically.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SplitVerticallySmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SplitVerticallySmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +38 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,37 @@
|
|
|
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 AnimationHorizontal_exports = {};
|
|
30
|
+
__export(AnimationHorizontal_exports, {
|
|
31
|
+
default: () => AnimationHorizontal_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AnimationHorizontal_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const AnimationHorizontal = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 8c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4Zm0 1.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5Zm-6.374-.166a.75.75 0 0 1 1.248.832L5.651 12l1.223 1.834a.75.75 0 1 1-1.248.832l-1.5-2.25a.75.75 0 0 1 0-.832l1.5-2.25Zm11.708-.208a.75.75 0 0 1 1.04.208l1.5 2.25a.75.75 0 0 1 0 .832l-1.5 2.25a.75.75 0 1 1-1.248-.832L18.349 12l-1.223-1.834a.75.75 0 0 1 .208-1.04Z" }));
|
|
36
|
+
AnimationHorizontal.displayName = "AnimationHorizontal";
|
|
37
|
+
var AnimationHorizontal_default = AnimationHorizontal;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 AnimationHorizontalSmall_exports = {};
|
|
30
|
+
__export(AnimationHorizontalSmall_exports, {
|
|
31
|
+
default: () => AnimationHorizontalSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AnimationHorizontalSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const AnimationHorizontalSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9 5.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5S5.5 10.93 5.5 9 7.07 5.5 9 5.5ZM9 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm-6.374-.666a.75.75 0 0 1 1.248.832L2.651 9l1.223 1.834a.75.75 0 1 1-1.248.832l-1.5-2.25a.75.75 0 0 1 0-.832l1.5-2.25Zm11.708-.208a.75.75 0 0 1 1.04.208l1.5 2.25a.75.75 0 0 1 0 .832l-1.5 2.25a.75.75 0 1 1-1.248-.832L15.349 9l-1.223-1.834a.75.75 0 0 1 .208-1.04Z" }));
|
|
36
|
+
AnimationHorizontalSmall.displayName = "AnimationHorizontalSmall";
|
|
37
|
+
var AnimationHorizontalSmall_default = AnimationHorizontalSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 AnimationXY_exports = {};
|
|
30
|
+
__export(AnimationXY_exports, {
|
|
31
|
+
default: () => AnimationXY_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AnimationXY_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const AnimationXY = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.834 17.126a.75.75 0 1 1 .832 1.248l-2.25 1.5a.75.75 0 0 1-.832 0l-2.25-1.5a.75.75 0 0 1 .832-1.248L12 18.35l1.834-1.223ZM12 8a4 4 0 1 1-4 4c0-2.21 1.79-4 4-4Zm0 1.5a2.501 2.501 0 0 0 0 5 2.501 2.501 0 0 0 0-5Zm-6.374-.166a.75.75 0 1 1 1.248.832L5.651 12l1.223 1.834a.75.75 0 0 1-1.248.832l-1.5-2.25a.75.75 0 0 1 0-.832l1.5-2.25Zm11.708-.208a.75.75 0 0 1 1.04.208l1.5 2.25a.75.75 0 0 1 0 .832l-1.5 2.25a.75.75 0 0 1-1.248-.832L18.349 12l-1.223-1.834a.75.75 0 0 1 .208-1.04Zm-5.652-5.054a.75.75 0 0 1 .734.054l2.25 1.5a.75.75 0 0 1-.832 1.248L12 5.652l-1.834 1.222a.75.75 0 0 1-.832-1.248l2.25-1.5.098-.054Z" }));
|
|
36
|
+
AnimationXY.displayName = "AnimationXY";
|
|
37
|
+
var AnimationXY_default = AnimationXY;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 AnimationXYSmall_exports = {};
|
|
30
|
+
__export(AnimationXYSmall_exports, {
|
|
31
|
+
default: () => AnimationXYSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AnimationXYSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const AnimationXYSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M10.834 13.126a.75.75 0 1 1 .832 1.248l-2.25 1.5a.75.75 0 0 1-.832 0l-2.25-1.5a.75.75 0 0 1 .832-1.248L9 14.35l1.834-1.223ZM9 5.5c1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5S5.5 10.93 5.5 9 7.07 5.5 9 5.5ZM9 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm-5.374-.666a.75.75 0 1 1 1.248.832L3.651 9l1.223 1.834a.75.75 0 0 1-1.248.832l-1.5-2.25a.75.75 0 0 1 0-.832l1.5-2.25Zm9.708-.208a.75.75 0 0 1 1.04.208l1.5 2.25a.75.75 0 0 1 0 .832l-1.5 2.25a.75.75 0 0 1-1.248-.832L14.349 9l-1.223-1.834a.75.75 0 0 1 .208-1.04ZM8.682 2.072a.75.75 0 0 1 .734.054l2.25 1.5a.75.75 0 0 1-.832 1.248L9 3.652 7.166 4.874a.75.75 0 0 1-.832-1.248l2.25-1.5.098-.054Z" }));
|
|
36
|
+
AnimationXYSmall.displayName = "AnimationXYSmall";
|
|
37
|
+
var AnimationXYSmall_default = AnimationXYSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowBottomLeft_exports = {};
|
|
30
|
+
__export(ArrowBottomLeft_exports, {
|
|
31
|
+
default: () => ArrowBottomLeft_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowBottomLeft_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowBottomLeft = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15.595 7.345a.75.75 0 1 1 1.06 1.06l-6.97 6.97h2.69a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 1 1.5 0v2.69l6.97-6.97Z" }));
|
|
36
|
+
ArrowBottomLeft.displayName = "ArrowBottomLeft";
|
|
37
|
+
var ArrowBottomLeft_default = ArrowBottomLeft;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowBottomLeftSmall_exports = {};
|
|
30
|
+
__export(ArrowBottomLeftSmall_exports, {
|
|
31
|
+
default: () => ArrowBottomLeftSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowBottomLeftSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowBottomLeftSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.48 5.46a.75.75 0 0 1 1.06 1.06L7.8 11.26h1.38a.75.75 0 0 1 0 1.5H5.99a.75.75 0 0 1-.75-.75V8.82a.75.75 0 0 1 1.5 0v1.378l4.74-4.739Z" }));
|
|
36
|
+
ArrowBottomLeftSmall.displayName = "ArrowBottomLeftSmall";
|
|
37
|
+
var ArrowBottomLeftSmall_default = ArrowBottomLeftSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowBottomRight_exports = {};
|
|
30
|
+
__export(ArrowBottomRight_exports, {
|
|
31
|
+
default: () => ArrowBottomRight_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowBottomRight_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowBottomRight = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7.345 7.345a.75.75 0 0 1 1.06 0l6.97 6.97v-2.69a.75.75 0 0 1 1.5 0v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h2.69l-6.97-6.97a.75.75 0 0 1 0-1.06Z" }));
|
|
36
|
+
ArrowBottomRight.displayName = "ArrowBottomRight";
|
|
37
|
+
var ArrowBottomRight_default = ArrowBottomRight;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowBottomRightSmall_exports = {};
|
|
30
|
+
__export(ArrowBottomRightSmall_exports, {
|
|
31
|
+
default: () => ArrowBottomRightSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowBottomRightSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowBottomRightSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M5.46 5.46a.75.75 0 0 1 1.06 0l4.74 4.739v-1.38a.75.75 0 0 1 1.5 0v3.191a.75.75 0 0 1-.75.75H8.82a.75.75 0 0 1 0-1.5h1.38L5.46 6.52a.75.75 0 0 1 0-1.06Z" }));
|
|
36
|
+
ArrowBottomRightSmall.displayName = "ArrowBottomRightSmall";
|
|
37
|
+
var ArrowBottomRightSmall_default = ArrowBottomRightSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowTopLeft_exports = {};
|
|
30
|
+
__export(ArrowTopLeft_exports, {
|
|
31
|
+
default: () => ArrowTopLeft_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowTopLeft_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowTopLeft = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.375 7.125a.75.75 0 0 1 0 1.5h-2.69l6.97 6.97a.75.75 0 1 1-1.06 1.06l-6.97-6.97v2.69a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75h4.5Z" }));
|
|
36
|
+
ArrowTopLeft.displayName = "ArrowTopLeft";
|
|
37
|
+
var ArrowTopLeft_default = ArrowTopLeft;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowTopLeftSmall_exports = {};
|
|
30
|
+
__export(ArrowTopLeftSmall_exports, {
|
|
31
|
+
default: () => ArrowTopLeftSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowTopLeftSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowTopLeftSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9.18 5.24a.75.75 0 0 1 0 1.5H7.8l4.74 4.74a.75.75 0 1 1-1.06 1.061l-4.74-4.74v1.38a.75.75 0 0 1-1.5 0V5.99a.75.75 0 0 1 .75-.75h3.19Z" }));
|
|
36
|
+
ArrowTopLeftSmall.displayName = "ArrowTopLeftSmall";
|
|
37
|
+
var ArrowTopLeftSmall_default = ArrowTopLeftSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowTopRight_exports = {};
|
|
30
|
+
__export(ArrowTopRight_exports, {
|
|
31
|
+
default: () => ArrowTopRight_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowTopRight_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowTopRight = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16.125 7.125a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-6.97 6.97a.75.75 0 0 1-1.06-1.06l6.97-6.97h-2.69a.75.75 0 0 1 0-1.5h4.5Z" }));
|
|
36
|
+
ArrowTopRight.displayName = "ArrowTopRight";
|
|
37
|
+
var ArrowTopRight_default = ArrowTopRight;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ArrowTopRightSmall_exports = {};
|
|
30
|
+
__export(ArrowTopRightSmall_exports, {
|
|
31
|
+
default: () => ArrowTopRightSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ArrowTopRightSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const ArrowTopRightSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.01 5.24a.75.75 0 0 1 .75.75v3.19a.75.75 0 0 1-1.5 0V7.8l-4.74 4.74a.75.75 0 1 1-1.061-1.06l4.74-4.74h-1.38a.75.75 0 0 1 0-1.5h3.19Z" }));
|
|
36
|
+
ArrowTopRightSmall.displayName = "ArrowTopRightSmall";
|
|
37
|
+
var ArrowTopRightSmall_default = ArrowTopRightSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 Blank_exports = {};
|
|
30
|
+
__export(Blank_exports, {
|
|
31
|
+
default: () => Blank_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Blank_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const Blank = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M17 5c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h10ZM7 6.5c-.27 0-.5.23-.5.5v10c0 .27.23.5.5.5h10c.27 0 .5-.23.5-.5V7c0-.27-.23-.5-.5-.5H7Z" }));
|
|
36
|
+
Blank.displayName = "Blank";
|
|
37
|
+
var Blank_default = Blank;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 BlankSmall_exports = {};
|
|
30
|
+
__export(BlankSmall_exports, {
|
|
31
|
+
default: () => BlankSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(BlankSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const BlankSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.5 3c.83 0 1.5.68 1.5 1.5v9c0 .82-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.68-1.5-1.5v-9C3 3.68 3.67 3 4.5 3h9Zm-9 1.5v9h9v-9h-9Z" }));
|
|
36
|
+
BlankSmall.displayName = "BlankSmall";
|
|
37
|
+
var BlankSmall_default = BlankSmall;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 DesignSettings_exports = {};
|
|
30
|
+
__export(DesignSettings_exports, {
|
|
31
|
+
default: () => DesignSettings_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DesignSettings_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DesignSettings = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16.49 11.344c.28 0 .5.22.5.5v.68c.35.12.66.31.94.54l.59-.34c.24-.14.54-.06.68.18l.5.87c.14.24.06.539-.18.68l-.59.339c.03.18.05.36.05.55 0 .19-.02.37-.05.55l.59.34c.24.13.32.44.18.68l-.5.87c-.14.24-.44.32-.68.18l-.59-.34c-.28.23-.59.42-.94.54v.68c0 .28-.22.5-.5.5h-1c-.28 0-.5-.22-.5-.5v-.68c-.35-.12-.66-.31-.94-.54l-.59.34c-.24.14-.54.06-.68-.18l-.5-.87a.493.493 0 0 1 .18-.68l.59-.34c-.03-.18-.05-.36-.05-.55 0-.19.02-.37.05-.55l-.59-.34a.491.491 0 0 1-.18-.68l.5-.87c.14-.24.44-.32.68-.18l.59.34c.28-.23.59-.42.94-.54v-.68c0-.28.22-.5.5-.5h1Zm-.5 3.01c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm-.768-9.698a.75.75 0 0 1 .75.75 6.221 6.221 0 0 1-2.48 4.97l-2.997 2.247c-.08 1.015-.474 1.795-1.107 2.323-.688.573-1.56.77-2.347.77H4.98a.75.75 0 0 1-.603-1.194l.07-.082h-.002a1.767 1.767 0 0 0 .204-.32c.124-.25.261-.648.261-1.204 0-.976.504-1.707 1.19-2.163.555-.37 1.232-.565 1.902-.62l2.249-2.996a6.222 6.222 0 0 1 4.97-2.48Zm-7.126 6.975c-.454.04-.866.172-1.164.371-.34.226-.52.52-.521.914 0 .506-.08.94-.19 1.3h.82c.562 0 1.052-.143 1.387-.422.272-.227.514-.604.57-1.26l-.902-.903Zm6.303-5.402a4.719 4.719 0 0 0-2.948 1.808l-2.07 2.758.45.451 2.76-2.07A4.72 4.72 0 0 0 14.4 6.229Z" }));
|
|
36
|
+
DesignSettings.displayName = "DesignSettings";
|
|
37
|
+
var DesignSettings_default = DesignSettings;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 DesignSettingsSmall_exports = {};
|
|
30
|
+
__export(DesignSettingsSmall_exports, {
|
|
31
|
+
default: () => DesignSettingsSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DesignSettingsSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DesignSettingsSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.03 9.21c.41 0 .75.34.75.75v.4c.17.07.33.17.48.28l.34-.2c.35-.21.81-.09 1.02.27.21.35.09.81-.27 1.02l-.34.2c.02.09.02.18.02.28 0 .1-.01.19-.02.28l.34.2.01-.01a.747.747 0 0 1-.75 1.29l-.34-.2c-.15.12-.31.21-.48.28v.4c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.4c-.17-.07-.33-.17-.48-.28l-.35.2c-.35.21-.81.09-1.02-.27a.743.743 0 0 1 .27-1.02l.35-.2c-.02-.09-.02-.19-.02-.28 0-.09.01-.18.02-.27l-.35-.2a.747.747 0 0 1 .75-1.29l.34.2c.14-.12.31-.21.48-.28v-.4c0-.41.34-.75.75-.75Zm0 2.25c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75Zm0-8.66a.75.75 0 0 1 .75.75 6.098 6.098 0 0 1-2.43 4.87l-2.938 2.203c-.083.977-.467 1.731-1.08 2.246-.674.566-1.53.76-2.303.76H3.02a.75.75 0 0 1-.603-1.194l.07-.082a1.722 1.722 0 0 0 .2-.312 2.57 2.57 0 0 0 .253-1.161c0-.958.499-1.675 1.171-2.123.543-.362 1.204-.553 1.86-.608L8.159 5.23h.001a6.1 6.1 0 0 1 4.87-2.43ZM6.054 9.646c-.435.041-.828.17-1.114.36-.33.22-.502.502-.502.874 0 .484-.075.902-.181 1.25h.771c.546 0 1.017-.14 1.338-.41.26-.217.493-.58.549-1.213l-.862-.861Zm6.148-5.27A4.601 4.601 0 0 0 9.358 6.13L7.345 8.814l.418.42L10.45 7.22a4.598 4.598 0 0 0 1.754-2.845Z" }));
|
|
36
|
+
DesignSettingsSmall.displayName = "DesignSettingsSmall";
|
|
37
|
+
var DesignSettingsSmall_default = DesignSettingsSmall;
|