@wix/wix-ui-icons-common 3.129.2 → 3.130.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/default/general/dist/index.js +0 -6
- package/dist/cjs/default/general/metadata.js +0 -7
- package/dist/cjs/lazy/general/dist/components/DockBottom.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockBottomSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockLeft.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockLeftSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockRight.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockRightSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockTop.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DockTopSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/LinkedElement.js +31 -0
- package/dist/cjs/lazy/general/dist/components/LinkedElementSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Remix.js +31 -0
- package/dist/cjs/lazy/general/dist/components/RemixSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/SwapImage.js +31 -0
- package/dist/cjs/lazy/general/dist/components/SwapImageSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Transition.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TransitionSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/index.js +20 -2
- package/dist/cjs/{default/general/dist/components/Transition.js → odeditor/general/dist/components/DockBottom.js} +7 -7
- package/dist/cjs/{default/general/dist/components/TransitionSmall.js → odeditor/general/dist/components/DockBottomSmall.js} +7 -7
- package/dist/cjs/odeditor/general/dist/components/DockLeft.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockLeftSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockRight.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockRightSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockTop.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DockTopSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/LinkedElement.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/LinkedElementSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Remix.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/RemixSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SwapImage.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/SwapImageSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Transition.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TransitionSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/index.js +42 -0
- package/dist/cjs/odeditor/general/metadata.js +56 -7
- package/dist/esm/default/general/dist/index.js +312 -316
- package/dist/esm/default/general/metadata.js +0 -7
- package/dist/esm/lazy/general/dist/components/DockBottom.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockBottomSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockLeft.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockLeftSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockRight.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockRightSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockTop.js +1 -1
- package/dist/esm/lazy/general/dist/components/DockTopSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/LinkedElement.js +11 -0
- package/dist/esm/lazy/general/dist/components/LinkedElementSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Remix.js +11 -0
- package/dist/esm/lazy/general/dist/components/RemixSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/SwapImage.js +11 -0
- package/dist/esm/lazy/general/dist/components/SwapImageSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Transition.js +1 -1
- package/dist/esm/lazy/general/dist/components/TransitionSmall.js +1 -1
- package/dist/esm/lazy/general/dist/index.js +614 -602
- package/dist/esm/odeditor/general/dist/components/DockBottom.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockBottomSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockLeft.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockLeftSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockRight.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockRightSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockTop.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DockTopSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/LinkedElement.js +7 -0
- package/dist/esm/odeditor/general/dist/components/LinkedElementSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Remix.js +7 -0
- package/dist/esm/odeditor/general/dist/components/RemixSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SwapImage.js +7 -0
- package/dist/esm/odeditor/general/dist/components/SwapImageSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Transition.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TransitionSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/index.js +1382 -1354
- package/dist/esm/odeditor/general/metadata.js +56 -7
- package/dist/statics/icons/odeditor/general/DockBottom.cda9.json +3 -0
- package/dist/statics/icons/odeditor/general/DockBottomSmall.6bca.json +3 -0
- package/dist/statics/icons/odeditor/general/DockLeft.30f4.json +3 -0
- package/dist/statics/icons/odeditor/general/DockLeftSmall.21fa.json +3 -0
- package/dist/statics/icons/odeditor/general/DockRight.38e5.json +3 -0
- package/dist/statics/icons/odeditor/general/DockRightSmall.bb0a.json +3 -0
- package/dist/statics/icons/odeditor/general/DockTop.4bfa.json +3 -0
- package/dist/statics/icons/odeditor/general/DockTopSmall.5df7.json +3 -0
- package/dist/statics/icons/odeditor/general/LinkedElement.b3ca.json +3 -0
- package/dist/statics/icons/odeditor/general/LinkedElementSmall.0674.json +3 -0
- package/dist/statics/icons/odeditor/general/Remix.c14a.json +3 -0
- package/dist/statics/icons/odeditor/general/RemixSmall.c7ad.json +3 -0
- package/dist/statics/icons/odeditor/general/SwapImage.ed4e.json +3 -0
- package/dist/statics/icons/odeditor/general/SwapImageSmall.2e15.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/index.d.ts +0 -2
- package/dist/types/default/general/dist/index.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/components/LinkedElement.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LinkedElement.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/LinkedElementSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LinkedElementSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/Remix.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/Remix.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/RemixSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/RemixSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/SwapImage.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/SwapImage.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/SwapImageSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/SwapImageSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +8 -2
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/DockBottom.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockBottom.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockBottomSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockBottomSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockLeft.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockLeft.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockLeftSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockLeftSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockRight.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockRight.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockRightSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockRightSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockTop.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockTop.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DockTopSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DockTopSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/LinkedElement.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LinkedElement.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/LinkedElementSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LinkedElementSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Remix.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Remix.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/RemixSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/RemixSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SwapImage.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SwapImage.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/SwapImageSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/SwapImageSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +14 -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
- package/dist/esm/default/general/dist/components/Transition.js +0 -7
- package/dist/esm/default/general/dist/components/TransitionSmall.js +0 -7
- package/dist/statics/icons/odeditor/general/Transition.756e.json +0 -3
- package/dist/statics/icons/odeditor/general/TransitionSmall.f7e1.json +0 -3
- package/dist/types/default/general/dist/components/Transition.d.ts +0 -7
- package/dist/types/default/general/dist/components/Transition.d.ts.map +0 -1
- package/dist/types/default/general/dist/components/TransitionSmall.d.ts +0 -7
- package/dist/types/default/general/dist/components/TransitionSmall.d.ts.map +0 -1
- /package/dist/statics/icons/{default → odeditor}/general/Transition.7157.json +0 -0
- /package/dist/statics/icons/{default → odeditor}/general/TransitionSmall.6977.json +0 -0
|
@@ -1422,8 +1422,6 @@ __export(dist_exports, {
|
|
|
1422
1422
|
Transfer: () => import_Transfer.default,
|
|
1423
1423
|
TransferSmall: () => import_TransferSmall.default,
|
|
1424
1424
|
TransformSmall: () => import_TransformSmall.default,
|
|
1425
|
-
Transition: () => import_Transition.default,
|
|
1426
|
-
TransitionSmall: () => import_TransitionSmall.default,
|
|
1427
1425
|
TriangleLarge: () => import_TriangleLarge.default,
|
|
1428
1426
|
TriangleLargeSmall: () => import_TriangleLargeSmall.default,
|
|
1429
1427
|
Twitch: () => import_Twitch.default,
|
|
@@ -2976,8 +2974,6 @@ var import_ToolboxSmall = __toESM(require("./components/ToolboxSmall"));
|
|
|
2976
2974
|
var import_Transfer = __toESM(require("./components/Transfer"));
|
|
2977
2975
|
var import_TransferSmall = __toESM(require("./components/TransferSmall"));
|
|
2978
2976
|
var import_TransformSmall = __toESM(require("./components/TransformSmall"));
|
|
2979
|
-
var import_Transition = __toESM(require("./components/Transition"));
|
|
2980
|
-
var import_TransitionSmall = __toESM(require("./components/TransitionSmall"));
|
|
2981
2977
|
var import_TriangleLarge = __toESM(require("./components/TriangleLarge"));
|
|
2982
2978
|
var import_TriangleLargeSmall = __toESM(require("./components/TriangleLargeSmall"));
|
|
2983
2979
|
var import_Twitch = __toESM(require("./components/Twitch"));
|
|
@@ -4530,8 +4526,6 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
|
|
|
4530
4526
|
Transfer,
|
|
4531
4527
|
TransferSmall,
|
|
4532
4528
|
TransformSmall,
|
|
4533
|
-
Transition,
|
|
4534
|
-
TransitionSmall,
|
|
4535
4529
|
TriangleLarge,
|
|
4536
4530
|
TriangleLargeSmall,
|
|
4537
4531
|
Twitch,
|
|
@@ -5511,13 +5511,6 @@ const generalIconsMetadata = [
|
|
|
5511
5511
|
tags: ["stroke", "table", "side"],
|
|
5512
5512
|
sizes: { "18": "CellBordersSmall", "24": "CellBorders" }
|
|
5513
5513
|
},
|
|
5514
|
-
{
|
|
5515
|
-
title: "Transition",
|
|
5516
|
-
category: import_types.IconCategory.MediaAndCommunication,
|
|
5517
|
-
description: "Icon - indicated transition or switch between elements",
|
|
5518
|
-
tags: ["transition", "media", "content"],
|
|
5519
|
-
sizes: { "18": "TransitionSmall", "24": "Transition" }
|
|
5520
|
-
},
|
|
5521
5514
|
{
|
|
5522
5515
|
title: "Time",
|
|
5523
5516
|
category: import_types.IconCategory.DateTime,
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockBottom_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockBottom_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockBottom",
|
|
27
|
-
hashes: { "default": "ba03" },
|
|
27
|
+
hashes: { "default": "ba03", "odeditor": "cda9" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockBottomSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockBottomSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockBottomSmall",
|
|
27
|
-
hashes: { "default": "1478" },
|
|
27
|
+
hashes: { "default": "1478", "odeditor": "6bca" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockLeft_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockLeft_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockLeft",
|
|
27
|
-
hashes: { "default": "ad98" },
|
|
27
|
+
hashes: { "default": "ad98", "odeditor": "30f4" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockLeftSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockLeftSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockLeftSmall",
|
|
27
|
-
hashes: { "default": "08d4" },
|
|
27
|
+
hashes: { "default": "08d4", "odeditor": "21fa" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockRight_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockRight_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockRight",
|
|
27
|
-
hashes: { "default": "1f4f" },
|
|
27
|
+
hashes: { "default": "1f4f", "odeditor": "38e5" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockRightSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockRightSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockRightSmall",
|
|
27
|
-
hashes: { "default": "ae2b" },
|
|
27
|
+
hashes: { "default": "ae2b", "odeditor": "bb0a" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockTop_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockTop_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockTop",
|
|
27
|
-
hashes: { "default": "040b" },
|
|
27
|
+
hashes: { "default": "040b", "odeditor": "4bfa" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DockTopSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DockTopSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "DockTopSmall",
|
|
27
|
-
hashes: { "default": "8cd8" },
|
|
27
|
+
hashes: { "default": "8cd8", "odeditor": "5df7" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -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 LinkedElement_exports = {};
|
|
20
|
+
__export(LinkedElement_exports, {
|
|
21
|
+
default: () => LinkedElement_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(LinkedElement_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var LinkedElement_default = (0, import_core.icon)({
|
|
26
|
+
name: "LinkedElement",
|
|
27
|
+
hashes: { "odeditor": "b3ca" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24
|
|
31
|
+
});
|
|
@@ -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 LinkedElementSmall_exports = {};
|
|
20
|
+
__export(LinkedElementSmall_exports, {
|
|
21
|
+
default: () => LinkedElementSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(LinkedElementSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var LinkedElementSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "LinkedElementSmall",
|
|
27
|
+
hashes: { "odeditor": "0674" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -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 Remix_exports = {};
|
|
20
|
+
__export(Remix_exports, {
|
|
21
|
+
default: () => Remix_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(Remix_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var Remix_default = (0, import_core.icon)({
|
|
26
|
+
name: "Remix",
|
|
27
|
+
hashes: { "odeditor": "c14a" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24
|
|
31
|
+
});
|
|
@@ -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 RemixSmall_exports = {};
|
|
20
|
+
__export(RemixSmall_exports, {
|
|
21
|
+
default: () => RemixSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(RemixSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var RemixSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "RemixSmall",
|
|
27
|
+
hashes: { "odeditor": "c7ad" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -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 SwapImage_exports = {};
|
|
20
|
+
__export(SwapImage_exports, {
|
|
21
|
+
default: () => SwapImage_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(SwapImage_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var SwapImage_default = (0, import_core.icon)({
|
|
26
|
+
name: "SwapImage",
|
|
27
|
+
hashes: { "odeditor": "ed4e" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24
|
|
31
|
+
});
|
|
@@ -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 SwapImageSmall_exports = {};
|
|
20
|
+
__export(SwapImageSmall_exports, {
|
|
21
|
+
default: () => SwapImageSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(SwapImageSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var SwapImageSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "SwapImageSmall",
|
|
27
|
+
hashes: { "odeditor": "2e15" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Transition_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var Transition_default = (0, import_core.icon)({
|
|
26
26
|
name: "Transition",
|
|
27
|
-
hashes: { "
|
|
27
|
+
hashes: { "odeditor": "7157" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(TransitionSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var TransitionSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "TransitionSmall",
|
|
27
|
-
hashes: { "
|
|
27
|
+
hashes: { "odeditor": "6977" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -897,6 +897,8 @@ __export(dist_exports, {
|
|
|
897
897
|
LinkBold: () => import_LinkBold.default,
|
|
898
898
|
LinkBoldSmall: () => import_LinkBoldSmall.default,
|
|
899
899
|
LinkSmall: () => import_LinkSmall.default,
|
|
900
|
+
LinkedElement: () => import_LinkedElement.default,
|
|
901
|
+
LinkedElementSmall: () => import_LinkedElementSmall.default,
|
|
900
902
|
LinkedIn: () => import_LinkedIn.default,
|
|
901
903
|
LinkedInSmall: () => import_LinkedInSmall.default,
|
|
902
904
|
List: () => import_List.default,
|
|
@@ -1221,6 +1223,8 @@ __export(dist_exports, {
|
|
|
1221
1223
|
RegenerateSparkleSmall: () => import_RegenerateSparkleSmall.default,
|
|
1222
1224
|
RelatedApps: () => import_RelatedApps.default,
|
|
1223
1225
|
RelatedAppsSmall: () => import_RelatedAppsSmall.default,
|
|
1226
|
+
Remix: () => import_Remix.default,
|
|
1227
|
+
RemixSmall: () => import_RemixSmall.default,
|
|
1224
1228
|
Rename: () => import_Rename.default,
|
|
1225
1229
|
RenameSmall: () => import_RenameSmall.default,
|
|
1226
1230
|
Reorder: () => import_Reorder.default,
|
|
@@ -1479,6 +1483,8 @@ __export(dist_exports, {
|
|
|
1479
1483
|
StylesSmall: () => import_StylesSmall.default,
|
|
1480
1484
|
Substract: () => import_Substract.default,
|
|
1481
1485
|
SubstractSmall: () => import_SubstractSmall.default,
|
|
1486
|
+
SwapImage: () => import_SwapImage.default,
|
|
1487
|
+
SwapImageSmall: () => import_SwapImageSmall.default,
|
|
1482
1488
|
TS: () => import_TS.default,
|
|
1483
1489
|
TSSmall: () => import_TSSmall.default,
|
|
1484
1490
|
TShirt: () => import_TShirt.default,
|
|
@@ -3149,8 +3155,6 @@ var import_ToolboxSmall = __toESM(require("./components/ToolboxSmall"));
|
|
|
3149
3155
|
var import_Transfer = __toESM(require("./components/Transfer"));
|
|
3150
3156
|
var import_TransferSmall = __toESM(require("./components/TransferSmall"));
|
|
3151
3157
|
var import_TransformSmall = __toESM(require("./components/TransformSmall"));
|
|
3152
|
-
var import_Transition = __toESM(require("./components/Transition"));
|
|
3153
|
-
var import_TransitionSmall = __toESM(require("./components/TransitionSmall"));
|
|
3154
3158
|
var import_TriangleLarge = __toESM(require("./components/TriangleLarge"));
|
|
3155
3159
|
var import_TriangleLargeSmall = __toESM(require("./components/TriangleLargeSmall"));
|
|
3156
3160
|
var import_Twitch = __toESM(require("./components/Twitch"));
|
|
@@ -3404,6 +3408,8 @@ var import_LineEndArrowRight = __toESM(require("./components/LineEndArrowRight")
|
|
|
3404
3408
|
var import_LineEndArrowRightSmall = __toESM(require("./components/LineEndArrowRightSmall"));
|
|
3405
3409
|
var import_LineEndSquareRight = __toESM(require("./components/LineEndSquareRight"));
|
|
3406
3410
|
var import_LineEndSquareRightSmall = __toESM(require("./components/LineEndSquareRightSmall"));
|
|
3411
|
+
var import_LinkedElement = __toESM(require("./components/LinkedElement"));
|
|
3412
|
+
var import_LinkedElementSmall = __toESM(require("./components/LinkedElementSmall"));
|
|
3407
3413
|
var import_Logo = __toESM(require("./components/Logo"));
|
|
3408
3414
|
var import_LogoSmall = __toESM(require("./components/LogoSmall"));
|
|
3409
3415
|
var import_MasonryGrid = __toESM(require("./components/MasonryGrid"));
|
|
@@ -3434,6 +3440,8 @@ var import_PositionRight = __toESM(require("./components/PositionRight"));
|
|
|
3434
3440
|
var import_PositionRightSmall = __toESM(require("./components/PositionRightSmall"));
|
|
3435
3441
|
var import_PositionTop = __toESM(require("./components/PositionTop"));
|
|
3436
3442
|
var import_PositionTopSmall = __toESM(require("./components/PositionTopSmall"));
|
|
3443
|
+
var import_Remix = __toESM(require("./components/Remix"));
|
|
3444
|
+
var import_RemixSmall = __toESM(require("./components/RemixSmall"));
|
|
3437
3445
|
var import_Reorder = __toESM(require("./components/Reorder"));
|
|
3438
3446
|
var import_ReorderSmall = __toESM(require("./components/ReorderSmall"));
|
|
3439
3447
|
var import_RevertClockwise = __toESM(require("./components/RevertClockwise"));
|
|
@@ -3462,6 +3470,8 @@ var import_SplitHorizontallySmall = __toESM(require("./components/SplitHorizonta
|
|
|
3462
3470
|
var import_SplitVertically = __toESM(require("./components/SplitVertically"));
|
|
3463
3471
|
var import_SplitVerticallySmall = __toESM(require("./components/SplitVerticallySmall"));
|
|
3464
3472
|
var import_StrikethroughSmall = __toESM(require("./components/StrikethroughSmall"));
|
|
3473
|
+
var import_SwapImage = __toESM(require("./components/SwapImage"));
|
|
3474
|
+
var import_SwapImageSmall = __toESM(require("./components/SwapImageSmall"));
|
|
3465
3475
|
var import_TextAnimation = __toESM(require("./components/TextAnimation"));
|
|
3466
3476
|
var import_TextAnimationSmall = __toESM(require("./components/TextAnimationSmall"));
|
|
3467
3477
|
var import_TextHighlightColorSmall = __toESM(require("./components/TextHighlightColorSmall"));
|
|
@@ -3470,6 +3480,8 @@ var import_TextSettingsSmall = __toESM(require("./components/TextSettingsSmall")
|
|
|
3470
3480
|
var import_TextStrokeColorSmall = __toESM(require("./components/TextStrokeColorSmall"));
|
|
3471
3481
|
var import_TimelineView = __toESM(require("./components/TimelineView"));
|
|
3472
3482
|
var import_TimelineViewSmall = __toESM(require("./components/TimelineViewSmall"));
|
|
3483
|
+
var import_Transition = __toESM(require("./components/Transition"));
|
|
3484
|
+
var import_TransitionSmall = __toESM(require("./components/TransitionSmall"));
|
|
3473
3485
|
var import_Trending = __toESM(require("./components/Trending"));
|
|
3474
3486
|
var import_TrendingSmall = __toESM(require("./components/TrendingSmall"));
|
|
3475
3487
|
var import_Ungroup = __toESM(require("./components/Ungroup"));
|
|
@@ -4351,6 +4363,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
4351
4363
|
LinkBold,
|
|
4352
4364
|
LinkBoldSmall,
|
|
4353
4365
|
LinkSmall,
|
|
4366
|
+
LinkedElement,
|
|
4367
|
+
LinkedElementSmall,
|
|
4354
4368
|
LinkedIn,
|
|
4355
4369
|
LinkedInSmall,
|
|
4356
4370
|
List,
|
|
@@ -4675,6 +4689,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
4675
4689
|
RegenerateSparkleSmall,
|
|
4676
4690
|
RelatedApps,
|
|
4677
4691
|
RelatedAppsSmall,
|
|
4692
|
+
Remix,
|
|
4693
|
+
RemixSmall,
|
|
4678
4694
|
Rename,
|
|
4679
4695
|
RenameSmall,
|
|
4680
4696
|
Reorder,
|
|
@@ -4933,6 +4949,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
4933
4949
|
StylesSmall,
|
|
4934
4950
|
Substract,
|
|
4935
4951
|
SubstractSmall,
|
|
4952
|
+
SwapImage,
|
|
4953
|
+
SwapImageSmall,
|
|
4936
4954
|
TS,
|
|
4937
4955
|
TSSmall,
|
|
4938
4956
|
TShirt,
|
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
31
|
-
default: () =>
|
|
29
|
+
var DockBottom_exports = {};
|
|
30
|
+
__export(DockBottom_exports, {
|
|
31
|
+
default: () => DockBottom_default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(DockBottom_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
var
|
|
35
|
+
const DockBottom = ({ 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: "M6.01 7.8C6.11 6.79 6.96 6 8 6H16L16.2 6.01C17.15 6.11 17.89 6.85 17.99 7.8L18 8V16C18 17.04 17.21 17.89 16.2 17.99L16 18H14.38C14.07 19.01 13.12 19.75 12 19.75C10.88 19.75 9.93 19.01 9.61 18H8C6.9 18 6 17.1 6 16V8L6.01 7.8ZM7.5 16C7.5 16.28 7.72 16.5 8 16.5H9.61C9.93 15.49 10.88 14.75 12 14.75C13.12 14.75 14.07 15.49 14.38 16.5H16C16.28 16.5 16.5 16.28 16.5 16V8C16.5 7.72 16.28 7.5 16 7.5H8C7.72 7.5 7.5 7.72 7.5 8V16Z" }));
|
|
36
|
+
DockBottom.displayName = "DockBottom";
|
|
37
|
+
var DockBottom_default = DockBottom;
|
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
31
|
-
default: () =>
|
|
29
|
+
var DockBottomSmall_exports = {};
|
|
30
|
+
__export(DockBottomSmall_exports, {
|
|
31
|
+
default: () => DockBottomSmall_default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(DockBottomSmall_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
var
|
|
35
|
+
const DockBottomSmall = ({ 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: "M4 6C4 4.9 4.9 4 6 4H12C13.04 4 13.89 4.79 13.99 5.8L14 6V12L13.99 12.2C13.89 13.15 13.15 13.89 12.2 13.99L12 14H11.38C11.07 15.01 10.12 15.75 9 15.75C7.88 15.75 6.93 15.01 6.61 14H6C4.9 14 4 13.1 4 12V6ZM5.5 12C5.5 12.28 5.72 12.5 6 12.5H6.61C6.93 11.49 7.88 10.75 9 10.75C10.12 10.75 11.07 11.49 11.38 12.5H12C12.28 12.5 12.5 12.28 12.5 12V6C12.5 5.72 12.28 5.5 12 5.5H6C5.72 5.5 5.5 5.72 5.5 6V12Z" }));
|
|
36
|
+
DockBottomSmall.displayName = "DockBottomSmall";
|
|
37
|
+
var DockBottomSmall_default = DockBottomSmall;
|
|
@@ -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 DockLeft_exports = {};
|
|
30
|
+
__export(DockLeft_exports, {
|
|
31
|
+
default: () => DockLeft_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DockLeft_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DockLeft = ({ 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.2 6.01C17.21 6.11 18 6.96 18 8V16L17.99 16.2C17.89 17.15 17.15 17.89 16.2 17.99L16 18H8C6.96 18 6.11 17.21 6.01 16.2L6 16V14.38C4.99 14.07 4.25 13.12 4.25 12C4.25 10.88 4.99 9.93 6 9.61V8C6 6.9 6.9 6 8 6H16L16.2 6.01ZM8 7.5C7.72 7.5 7.5 7.72 7.5 8V9.61C8.51 9.93 9.25 10.88 9.25 12C9.25 13.12 8.51 14.07 7.5 14.38V16C7.5 16.28 7.72 16.5 8 16.5H16C16.28 16.5 16.5 16.28 16.5 16V8C16.5 7.72 16.28 7.5 16 7.5H8Z" }));
|
|
36
|
+
DockLeft.displayName = "DockLeft";
|
|
37
|
+
var DockLeft_default = DockLeft;
|
|
@@ -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 DockLeftSmall_exports = {};
|
|
30
|
+
__export(DockLeftSmall_exports, {
|
|
31
|
+
default: () => DockLeftSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DockLeftSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DockLeftSmall = ({ 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 4C13.1 4 14 4.9 14 6V12C14 13.04 13.21 13.89 12.2 13.99L12 14H6L5.8 13.99C4.85 13.89 4.11 13.15 4.01 12.2L4 12V11.38C2.99 11.07 2.25 10.12 2.25 9C2.25 7.88 2.99 6.93 4 6.61V6C4 4.9 4.9 4 6 4H12ZM6 5.5C5.72 5.5 5.5 5.72 5.5 6V6.61C6.51 6.93 7.25 7.88 7.25 9C7.25 10.12 6.51 11.07 5.5 11.38V12C5.5 12.28 5.72 12.5 6 12.5H12C12.28 12.5 12.5 12.28 12.5 12V6C12.5 5.72 12.28 5.5 12 5.5H6Z" }));
|
|
36
|
+
DockLeftSmall.displayName = "DockLeftSmall";
|
|
37
|
+
var DockLeftSmall_default = DockLeftSmall;
|
|
@@ -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 DockRight_exports = {};
|
|
30
|
+
__export(DockRight_exports, {
|
|
31
|
+
default: () => DockRight_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DockRight_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DockRight = ({ 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.8 17.99C6.79 17.89 6 17.04 6 16V8L6.01 7.8C6.11 6.85 6.86 6.11 7.8 6.01L8 6H16C17.04 6 17.89 6.79 17.99 7.8L18 8V9.62C19.02 9.93 19.75 10.88 19.75 12C19.75 13.12 19.02 14.07 18 14.39V16C18 17.1 17.11 18 16 18H8L7.8 17.99ZM16 16.5C16.28 16.5 16.5 16.28 16.5 16V14.39C15.49 14.07 14.75 13.12 14.75 12C14.75 10.88 15.49 9.93 16.5 9.62V8C16.5 7.72 16.28 7.5 16 7.5H8C7.73 7.5 7.5 7.72 7.5 8V16C7.5 16.28 7.73 16.5 8 16.5H16Z" }));
|
|
36
|
+
DockRight.displayName = "DockRight";
|
|
37
|
+
var DockRight_default = DockRight;
|
|
@@ -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 DockRightSmall_exports = {};
|
|
30
|
+
__export(DockRightSmall_exports, {
|
|
31
|
+
default: () => DockRightSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DockRightSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DockRightSmall = ({ 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: "M6 14C4.9 14 4 13.1 4 12V6C4 4.96 4.79 4.11 5.8 4.01L6 4L12 4L12.2 4.01C13.15 4.11 13.89 4.85 13.99 5.8L14 6V6.62C15.01 6.93 15.75 7.88 15.75 9C15.75 10.12 15.01 11.07 14 11.39V12C14 13.1 13.1 14 12 14H6ZM12 12.5C12.28 12.5 12.5 12.28 12.5 12V11.39C11.49 11.07 10.75 10.12 10.75 9C10.75 7.88 11.49 6.93 12.5 6.62V6C12.5 5.72 12.28 5.5 12 5.5H6C5.72 5.5 5.5 5.72 5.5 6V12C5.5 12.28 5.72 12.5 6 12.5H12Z" }));
|
|
36
|
+
DockRightSmall.displayName = "DockRightSmall";
|
|
37
|
+
var DockRightSmall_default = DockRightSmall;
|