@wix/wix-ui-icons-common 3.136.0 → 3.138.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/lazy/general/dist/components/LayoutGalleryWithPanelsSparkles.js +31 -0
- package/dist/cjs/lazy/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/dist/components/LayoutGalleryWithPanelsSparkles.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/metadata.js +19 -0
- package/dist/esm/lazy/general/dist/components/LayoutGalleryWithPanelsSparkles.js +11 -0
- package/dist/esm/lazy/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.js +11 -0
- package/dist/esm/lazy/general/dist/index.js +196 -192
- package/dist/esm/odeditor/general/dist/components/LayoutGalleryWithPanelsSparkles.js +7 -0
- package/dist/esm/odeditor/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1018 -1014
- package/dist/esm/odeditor/general/metadata.js +19 -0
- package/dist/statics/icons/odeditor/general/LayoutGalleryWithPanelsSparkles.38dc.json +3 -0
- package/dist/statics/icons/odeditor/general/LayoutGalleryWithPanelsSparklesSmall.7b21.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/lazy/general/dist/components/LayoutGalleryWithPanelsSparkles.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LayoutGalleryWithPanelsSparkles.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +2 -0
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/LayoutGalleryWithPanelsSparkles.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LayoutGalleryWithPanelsSparkles.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/LayoutGalleryWithPanelsSparklesSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +2 -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 +3 -3
|
@@ -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 LayoutGalleryWithPanelsSparkles_exports = {};
|
|
20
|
+
__export(LayoutGalleryWithPanelsSparkles_exports, {
|
|
21
|
+
default: () => LayoutGalleryWithPanelsSparkles_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(LayoutGalleryWithPanelsSparkles_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var LayoutGalleryWithPanelsSparkles_default = (0, import_core.icon)({
|
|
26
|
+
name: "LayoutGalleryWithPanelsSparkles",
|
|
27
|
+
hashes: { "odeditor": "38dc" },
|
|
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 LayoutGalleryWithPanelsSparklesSmall_exports = {};
|
|
20
|
+
__export(LayoutGalleryWithPanelsSparklesSmall_exports, {
|
|
21
|
+
default: () => LayoutGalleryWithPanelsSparklesSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(LayoutGalleryWithPanelsSparklesSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var LayoutGalleryWithPanelsSparklesSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "LayoutGalleryWithPanelsSparklesSmall",
|
|
27
|
+
hashes: { "odeditor": "7b21" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -849,6 +849,8 @@ __export(dist_exports, {
|
|
|
849
849
|
LayoutGalleryWithPanelSmall: () => import_LayoutGalleryWithPanelSmall.default,
|
|
850
850
|
LayoutGalleryWithPanelSparkles: () => import_LayoutGalleryWithPanelSparkles.default,
|
|
851
851
|
LayoutGalleryWithPanelSparklesSmall: () => import_LayoutGalleryWithPanelSparklesSmall.default,
|
|
852
|
+
LayoutGalleryWithPanelsSparkles: () => import_LayoutGalleryWithPanelsSparkles.default,
|
|
853
|
+
LayoutGalleryWithPanelsSparklesSmall: () => import_LayoutGalleryWithPanelsSparklesSmall.default,
|
|
852
854
|
LayoutList: () => import_LayoutList.default,
|
|
853
855
|
LayoutListSmall: () => import_LayoutListSmall.default,
|
|
854
856
|
LayoutListWithPanel: () => import_LayoutListWithPanel.default,
|
|
@@ -3416,6 +3418,8 @@ var import_HorizontalTextSmall = __toESM(require("./components/HorizontalTextSma
|
|
|
3416
3418
|
var import_IncreaseIndentSmall = __toESM(require("./components/IncreaseIndentSmall"));
|
|
3417
3419
|
var import_InwardArrowsAll = __toESM(require("./components/InwardArrowsAll"));
|
|
3418
3420
|
var import_InwardArrowsAllSmall = __toESM(require("./components/InwardArrowsAllSmall"));
|
|
3421
|
+
var import_LayoutGalleryWithPanelsSparkles = __toESM(require("./components/LayoutGalleryWithPanelsSparkles"));
|
|
3422
|
+
var import_LayoutGalleryWithPanelsSparklesSmall = __toESM(require("./components/LayoutGalleryWithPanelsSparklesSmall"));
|
|
3419
3423
|
var import_LayoutTwoThirds = __toESM(require("./components/LayoutTwoThirds"));
|
|
3420
3424
|
var import_LayoutTwoThirdsSmall = __toESM(require("./components/LayoutTwoThirdsSmall"));
|
|
3421
3425
|
var import_LeftAlignmentInner = __toESM(require("./components/LeftAlignmentInner"));
|
|
@@ -4335,6 +4339,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
4335
4339
|
LayoutGalleryWithPanelSmall,
|
|
4336
4340
|
LayoutGalleryWithPanelSparkles,
|
|
4337
4341
|
LayoutGalleryWithPanelSparklesSmall,
|
|
4342
|
+
LayoutGalleryWithPanelsSparkles,
|
|
4343
|
+
LayoutGalleryWithPanelsSparklesSmall,
|
|
4338
4344
|
LayoutList,
|
|
4339
4345
|
LayoutListSmall,
|
|
4340
4346
|
LayoutListWithPanel,
|
|
@@ -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 LayoutGalleryWithPanelsSparkles_exports = {};
|
|
30
|
+
__export(LayoutGalleryWithPanelsSparkles_exports, {
|
|
31
|
+
default: () => LayoutGalleryWithPanelsSparkles_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(LayoutGalleryWithPanelsSparkles_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const LayoutGalleryWithPanelsSparkles = ({ 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: "M18.17 13C18.6 13 18.96 13.35 18.96 13.78 18.96 15.22 20.13 16.39 21.57 16.39 21.99 16.39 22.35 16.75 22.35 17.17 22.35 17.6 21.99 17.96 21.57 17.96 20.13 17.96 18.96 19.13 18.96 20.57 18.96 20.99 18.6 21.35 18.17 21.35 17.75 21.35 17.39 20.99 17.39 20.57 17.39 19.13 16.22 17.96 14.78 17.96 14.35 17.96 14 17.6 14 17.17 14 16.75 14.35 16.39 14.78 16.39 16.22 16.39 17.39 15.22 17.39 13.78 17.39 13.35 17.75 13 18.17 13ZM18.17 16.21C17.91 16.58 17.58 16.91 17.21 17.17 17.58 17.43 17.91 17.77 18.17 18.13 18.43 17.77 18.77 17.43 19.13 17.17 18.77 16.91 18.43 16.58 18.17 16.21ZM8.5 12C9.33 12 10 12.67 10 13.5V17.5C10 18.33 9.33 19 8.5 19H4.5C3.67 19 3 18.33 3 17.5V13.5C3 12.67 3.67 12 4.5 12H8.5ZM4.5 17.5H8.5V13.5H4.5V17.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M17.65 4.01C18.41 4.08 19 4.72 19 5.5V10.75C19 11.16 18.66 11.5 18.25 11.5 17.84 11.5 17.5 11.16 17.5 10.75V5.5H12.5L12.5 18.25C12.5 18.66 12.16 19 11.75 19 11.34 19 11 18.66 11 18.25V5.5C11 4.67 11.67 4 12.5 4H17.5L17.65 4.01ZM8.5 4C9.33 4 10 4.67 10 5.5V9.5C10 10.33 9.33 11 8.5 11H4.5C3.67 11 3 10.33 3 9.5V5.5C3 4.67 3.67 4 4.5 4H8.5ZM4.5 9.5H8.5V5.5H4.5V9.5Z" }));
|
|
36
|
+
LayoutGalleryWithPanelsSparkles.displayName = "LayoutGalleryWithPanelsSparkles";
|
|
37
|
+
var LayoutGalleryWithPanelsSparkles_default = LayoutGalleryWithPanelsSparkles;
|
|
@@ -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 LayoutGalleryWithPanelsSparklesSmall_exports = {};
|
|
30
|
+
__export(LayoutGalleryWithPanelsSparklesSmall_exports, {
|
|
31
|
+
default: () => LayoutGalleryWithPanelsSparklesSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(LayoutGalleryWithPanelsSparklesSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const LayoutGalleryWithPanelsSparklesSmall = ({ 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.35 10C13.74 10 14.06 10.32 14.06 10.71 14.06 11.5 14.7 12.14 15.48 12.14 15.87 12.14 16.19 12.46 16.19 12.85 16.19 13.24 15.87 13.56 15.48 13.56 14.7 13.56 14.06 14.2 14.06 14.98 14.06 15.37 13.74 15.69 13.35 15.69 12.96 15.69 12.64 15.37 12.64 14.98 12.64 14.2 12 13.56 11.21 13.56 10.82 13.56 10.5 13.24 10.5 12.85 10.5 12.46 10.82 12.14 11.21 12.14 12 12.14 12.64 11.5 12.64 10.71 12.64 10.32 12.96 10 13.35 10ZM3.5 5.5V7.5H5.5V5.5H3.5ZM7 7.5C7 8.33 6.33 9 5.5 9H3.5C2.67 9 2 8.33 2 7.5V5.5C2 4.67 2.67 4 3.5 4H5.5C6.33 4 7 4.67 7 5.5V7.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12.5 4C13.33 4 14 4.67 14 5.5V8.25C14 8.66 13.66 9 13.25 9 12.84 9 12.5 8.66 12.5 8.25V5.5H9.5L9.5 14.25C9.5 14.66 9.16 15 8.75 15 8.34 15 8 14.66 8 14.25V5.5C8 4.67 8.67 4 9.5 4H12.5ZM3.5 11.5V13.5H5.5V11.5H3.5ZM7 13.5C7 14.33 6.33 15 5.5 15H3.5C2.67 15 2 14.33 2 13.5V11.5C2 10.67 2.67 10 3.5 10H5.5C6.33 10 7 10.67 7 11.5V13.5Z" }));
|
|
36
|
+
LayoutGalleryWithPanelsSparklesSmall.displayName = "LayoutGalleryWithPanelsSparklesSmall";
|
|
37
|
+
var LayoutGalleryWithPanelsSparklesSmall_default = LayoutGalleryWithPanelsSparklesSmall;
|
|
@@ -486,6 +486,8 @@ __export(dist_exports, {
|
|
|
486
486
|
LayoutGallerySmall: () => import_LayoutGallerySmall.default,
|
|
487
487
|
LayoutGalleryWithPanel: () => import_LayoutGalleryWithPanel.default,
|
|
488
488
|
LayoutGalleryWithPanelSmall: () => import_LayoutGalleryWithPanelSmall.default,
|
|
489
|
+
LayoutGalleryWithPanelsSparkles: () => import_LayoutGalleryWithPanelsSparkles.default,
|
|
490
|
+
LayoutGalleryWithPanelsSparklesSmall: () => import_LayoutGalleryWithPanelsSparklesSmall.default,
|
|
489
491
|
LayoutSplit: () => import_LayoutSplit.default,
|
|
490
492
|
LayoutSplitSmall: () => import_LayoutSplitSmall.default,
|
|
491
493
|
LayoutThird: () => import_LayoutThird.default,
|
|
@@ -1453,6 +1455,8 @@ var import_LayoutGallery = __toESM(require("./components/LayoutGallery"));
|
|
|
1453
1455
|
var import_LayoutGallerySmall = __toESM(require("./components/LayoutGallerySmall"));
|
|
1454
1456
|
var import_LayoutGalleryWithPanel = __toESM(require("./components/LayoutGalleryWithPanel"));
|
|
1455
1457
|
var import_LayoutGalleryWithPanelSmall = __toESM(require("./components/LayoutGalleryWithPanelSmall"));
|
|
1458
|
+
var import_LayoutGalleryWithPanelsSparkles = __toESM(require("./components/LayoutGalleryWithPanelsSparkles"));
|
|
1459
|
+
var import_LayoutGalleryWithPanelsSparklesSmall = __toESM(require("./components/LayoutGalleryWithPanelsSparklesSmall"));
|
|
1456
1460
|
var import_LayoutSplit = __toESM(require("./components/LayoutSplit"));
|
|
1457
1461
|
var import_LayoutSplitSmall = __toESM(require("./components/LayoutSplitSmall"));
|
|
1458
1462
|
var import_LayoutThird = __toESM(require("./components/LayoutThird"));
|
|
@@ -2420,6 +2424,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
2420
2424
|
LayoutGallerySmall,
|
|
2421
2425
|
LayoutGalleryWithPanel,
|
|
2422
2426
|
LayoutGalleryWithPanelSmall,
|
|
2427
|
+
LayoutGalleryWithPanelsSparkles,
|
|
2428
|
+
LayoutGalleryWithPanelsSparklesSmall,
|
|
2423
2429
|
LayoutSplit,
|
|
2424
2430
|
LayoutSplitSmall,
|
|
2425
2431
|
LayoutThird,
|
|
@@ -3107,6 +3107,25 @@ const generalIconsMetadata = [
|
|
|
3107
3107
|
tags: ["status", "warning", "filled", "alert", "caution", "attention"],
|
|
3108
3108
|
sizes: { "18": "StatusWarningFilledSmall", "24": "StatusWarningFilled" }
|
|
3109
3109
|
},
|
|
3110
|
+
{
|
|
3111
|
+
title: "LayoutGalleryWithPanelsSparkles",
|
|
3112
|
+
category: import_types.IconCategory.LayoutAndAlignment,
|
|
3113
|
+
description: "Button - displays items as a gallery with a panel on a side with AI features",
|
|
3114
|
+
tags: [
|
|
3115
|
+
"layout",
|
|
3116
|
+
"gallery",
|
|
3117
|
+
"with",
|
|
3118
|
+
"panels",
|
|
3119
|
+
"sparkles",
|
|
3120
|
+
"photos",
|
|
3121
|
+
"images",
|
|
3122
|
+
"album"
|
|
3123
|
+
],
|
|
3124
|
+
sizes: {
|
|
3125
|
+
"18": "LayoutGalleryWithPanelsSparklesSmall",
|
|
3126
|
+
"24": "LayoutGalleryWithPanelsSparkles"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3110
3129
|
{
|
|
3111
3130
|
title: "SiteRemove",
|
|
3112
3131
|
category: import_types.IconCategory.WebAppsAndTechnology,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { icon } from "@wix/wix-ui-icons-common/core";
|
|
2
|
+
var LayoutGalleryWithPanelsSparkles_default = icon({
|
|
3
|
+
name: "LayoutGalleryWithPanelsSparkles",
|
|
4
|
+
hashes: { "odeditor": "38dc" },
|
|
5
|
+
category: "general",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
LayoutGalleryWithPanelsSparkles_default as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { icon } from "@wix/wix-ui-icons-common/core";
|
|
2
|
+
var LayoutGalleryWithPanelsSparklesSmall_default = icon({
|
|
3
|
+
name: "LayoutGalleryWithPanelsSparklesSmall",
|
|
4
|
+
hashes: { "odeditor": "7b21" },
|
|
5
|
+
category: "general",
|
|
6
|
+
width: 18,
|
|
7
|
+
height: 18
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
LayoutGalleryWithPanelsSparklesSmall_default as default
|
|
11
|
+
};
|