@wix/wix-ui-icons-common 3.153.0 → 3.154.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/components/CollectionCloud.js +37 -0
- package/dist/cjs/default/general/dist/components/CollectionCloudSmall.js +37 -0
- package/dist/cjs/default/general/dist/index.js +6 -0
- package/dist/cjs/default/general/metadata.js +15 -0
- package/dist/cjs/lazy/general/dist/components/CollectionCloud.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CollectionCloudSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Donation.js +1 -1
- package/dist/cjs/lazy/general/dist/components/DonationSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/dist/components/Donation.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DonationSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/metadata.js +7 -0
- package/dist/esm/default/general/dist/components/CollectionCloud.js +7 -0
- package/dist/esm/default/general/dist/components/CollectionCloudSmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +2618 -2614
- package/dist/esm/default/general/metadata.js +15 -0
- package/dist/esm/lazy/general/dist/components/CollectionCloud.js +11 -0
- package/dist/esm/lazy/general/dist/components/CollectionCloudSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Donation.js +1 -1
- package/dist/esm/lazy/general/dist/components/DonationSmall.js +1 -1
- package/dist/esm/lazy/general/dist/index.js +3078 -3074
- package/dist/esm/odeditor/general/dist/components/Donation.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DonationSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1464 -1460
- package/dist/esm/odeditor/general/metadata.js +7 -0
- package/dist/statics/icons/default/general/CollectionCloud.d4cd.json +3 -0
- package/dist/statics/icons/default/general/CollectionCloudSmall.3afc.json +3 -0
- package/dist/statics/icons/odeditor/general/Donation.100e.json +3 -0
- package/dist/statics/icons/odeditor/general/DonationSmall.005d.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/CollectionCloud.d.ts +7 -0
- package/dist/types/default/general/dist/components/CollectionCloud.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/CollectionCloudSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/CollectionCloudSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/index.d.ts +2 -0
- 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/CollectionCloud.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CollectionCloud.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/CollectionCloudSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CollectionCloudSmall.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/Donation.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Donation.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DonationSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DonationSmall.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 +5 -5
|
@@ -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 CollectionCloud_exports = {};
|
|
30
|
+
__export(CollectionCloud_exports, {
|
|
31
|
+
default: () => CollectionCloud_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CollectionCloud_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CollectionCloud = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2701_34298)" }, /* @__PURE__ */ React.createElement("path", { d: "M17.29 14.57C18.38 14.57 19.34 15.19 19.82 16.1C20.03 16.03 20.26 16 20.5 16C21.88 16 23 17.12 23 18.5C23 19.88 21.88 21 20.5 21H15.14C14.03 21 13.12 20.16 13.01 19.08L13 18.86C13 17.9 13.63 17.08 14.5 16.81C14.76 15.62 15.76 14.71 17 14.59L17.29 14.57ZM17.08 15.58C16.29 15.67 15.65 16.26 15.48 17.03L15.35 17.59L14.8 17.77C14.34 17.91 14.01 18.33 14 18.84L14.01 18.99C14.07 19.56 14.56 20 15.14 20H20.5C21.28 20 21.92 19.41 21.99 18.65L22 18.5C22 17.67 21.33 17 20.5 17C20.36 17 20.22 17.02 20.09 17.06L19.31 17.28L18.93 16.56C18.62 15.98 18.01 15.58 17.3 15.57L17.08 15.58ZM18.99 6C19.54 6 19.99 6.45 19.99 7V12H18.99V10H9V12H16V13H9V15H12V16H9V18H11V19H5C4.45 19 4 18.55 4 18V7C4 6.45 4.45 6 5 6H18.99ZM5 18H8V16H5V18ZM5 15H8V13H5V15ZM5 12H8V10H5V12ZM5 9H8V7H5V9ZM9 9H18.99V7H9V9Z" })));
|
|
36
|
+
CollectionCloud.displayName = "CollectionCloud";
|
|
37
|
+
var CollectionCloud_default = CollectionCloud;
|
|
@@ -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 CollectionCloudSmall_exports = {};
|
|
30
|
+
__export(CollectionCloudSmall_exports, {
|
|
31
|
+
default: () => CollectionCloudSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CollectionCloudSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CollectionCloudSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2701_34295)" }, /* @__PURE__ */ React.createElement("path", { d: "M12.5 10.5C13.27 10.5 13.93 10.93 14.27 11.57C14.42 11.52 14.58 11.5 14.75 11.5C15.72 11.5 16.5 12.28 16.5 13.25C16.5 14.22 15.72 15 14.75 15H11C10.17 15 9.5 14.33 9.5 13.5C9.5 12.83 9.94 12.26 10.55 12.07C10.75 11.17 11.54 10.5 12.5 10.5ZM12.5 11.5C12.02 11.5 11.62 11.83 11.53 12.28L11.4 12.85L10.85 13.02C10.65 13.09 10.5 13.28 10.5 13.5C10.5 13.78 10.72 14 11 14H14.75C15.16 14 15.5 13.66 15.5 13.25C15.5 12.84 15.16 12.5 14.75 12.5C14.68 12.5 14.61 12.51 14.54 12.53L13.76 12.75L13.38 12.04C13.22 11.71 12.88 11.5 12.5 11.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.94 9H13.95V8L6.98 7.97V9.96H9V10.95H6.98V12.94H8V13.93H4C3.45 13.93 3 13.49 3 12.94V4.99C3 4.45 3.45 4 4 4H13.95C14.49 4 14.94 4.45 14.94 4.99V9ZM13.95 6.98V4.99H6.98V6.98H13.95ZM4 10.95V12.94H5.99V10.95H4ZM4 7.97V9.96H5.99V7.97H4ZM4 4.99V6.98H5.99V4.99H4Z" })));
|
|
36
|
+
CollectionCloudSmall.displayName = "CollectionCloudSmall";
|
|
37
|
+
var CollectionCloudSmall_default = CollectionCloudSmall;
|
|
@@ -297,6 +297,8 @@ __export(dist_exports, {
|
|
|
297
297
|
CodeObject: () => import_CodeObject.default,
|
|
298
298
|
CodeObjectSmall: () => import_CodeObjectSmall.default,
|
|
299
299
|
CodeSmall: () => import_CodeSmall.default,
|
|
300
|
+
CollectionCloud: () => import_CollectionCloud.default,
|
|
301
|
+
CollectionCloudSmall: () => import_CollectionCloudSmall.default,
|
|
300
302
|
Collections: () => import_Collections.default,
|
|
301
303
|
CollectionsSmall: () => import_CollectionsSmall.default,
|
|
302
304
|
ColorBucket: () => import_ColorBucket.default,
|
|
@@ -1875,6 +1877,8 @@ var import_CodeArraySmall = __toESM(require("./components/CodeArraySmall"));
|
|
|
1875
1877
|
var import_CodeObject = __toESM(require("./components/CodeObject"));
|
|
1876
1878
|
var import_CodeObjectSmall = __toESM(require("./components/CodeObjectSmall"));
|
|
1877
1879
|
var import_CodeSmall = __toESM(require("./components/CodeSmall"));
|
|
1880
|
+
var import_CollectionCloud = __toESM(require("./components/CollectionCloud"));
|
|
1881
|
+
var import_CollectionCloudSmall = __toESM(require("./components/CollectionCloudSmall"));
|
|
1878
1882
|
var import_Collections = __toESM(require("./components/Collections"));
|
|
1879
1883
|
var import_CollectionsSmall = __toESM(require("./components/CollectionsSmall"));
|
|
1880
1884
|
var import_ColorBucket = __toESM(require("./components/ColorBucket"));
|
|
@@ -3453,6 +3457,8 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
|
|
|
3453
3457
|
CodeObject,
|
|
3454
3458
|
CodeObjectSmall,
|
|
3455
3459
|
CodeSmall,
|
|
3460
|
+
CollectionCloud,
|
|
3461
|
+
CollectionCloudSmall,
|
|
3456
3462
|
Collections,
|
|
3457
3463
|
CollectionsSmall,
|
|
3458
3464
|
ColorBucket,
|
|
@@ -5595,6 +5595,21 @@ const generalIconsMetadata = [
|
|
|
5595
5595
|
tags: ["revert", "clockwise", "action", "button"],
|
|
5596
5596
|
sizes: { "18": "RevertClockwiseSmall", "24": "RevertClockwise" }
|
|
5597
5597
|
},
|
|
5598
|
+
{
|
|
5599
|
+
title: "CollectionCloud",
|
|
5600
|
+
category: import_types.IconCategory.WebAppsAndTechnology,
|
|
5601
|
+
description: "Icon - represents external or cloud collection",
|
|
5602
|
+
tags: [
|
|
5603
|
+
"collection",
|
|
5604
|
+
"cloud",
|
|
5605
|
+
"storage",
|
|
5606
|
+
"sync",
|
|
5607
|
+
"external",
|
|
5608
|
+
"CMS",
|
|
5609
|
+
"system"
|
|
5610
|
+
],
|
|
5611
|
+
sizes: { "18": "CollectionCloudSmall", "24": "CollectionCloud" }
|
|
5612
|
+
},
|
|
5598
5613
|
{
|
|
5599
5614
|
title: "Moon",
|
|
5600
5615
|
category: import_types.IconCategory.General,
|
|
@@ -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 CollectionCloud_exports = {};
|
|
20
|
+
__export(CollectionCloud_exports, {
|
|
21
|
+
default: () => CollectionCloud_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CollectionCloud_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CollectionCloud_default = (0, import_core.icon)({
|
|
26
|
+
name: "CollectionCloud",
|
|
27
|
+
hashes: { "default": "d4cd" },
|
|
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 CollectionCloudSmall_exports = {};
|
|
20
|
+
__export(CollectionCloudSmall_exports, {
|
|
21
|
+
default: () => CollectionCloudSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CollectionCloudSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CollectionCloudSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "CollectionCloudSmall",
|
|
27
|
+
hashes: { "default": "3afc" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Donation_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var Donation_default = (0, import_core.icon)({
|
|
26
26
|
name: "Donation",
|
|
27
|
-
hashes: { "default": "fd0f" },
|
|
27
|
+
hashes: { "default": "fd0f", "odeditor": "100e" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(DonationSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var DonationSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "DonationSmall",
|
|
27
|
-
hashes: { "default": "f0a3" },
|
|
27
|
+
hashes: { "default": "f0a3", "odeditor": "005d" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -345,6 +345,8 @@ __export(dist_exports, {
|
|
|
345
345
|
CodeSmall: () => import_CodeSmall.default,
|
|
346
346
|
CollapseKeyboard: () => import_CollapseKeyboard.default,
|
|
347
347
|
CollapseKeyboardSmall: () => import_CollapseKeyboardSmall.default,
|
|
348
|
+
CollectionCloud: () => import_CollectionCloud.default,
|
|
349
|
+
CollectionCloudSmall: () => import_CollectionCloudSmall.default,
|
|
348
350
|
Collections: () => import_Collections.default,
|
|
349
351
|
CollectionsSmall: () => import_CollectionsSmall.default,
|
|
350
352
|
CollectionsSparkles: () => import_CollectionsSparkles.default,
|
|
@@ -2105,6 +2107,8 @@ var import_CodeArraySmall = __toESM(require("./components/CodeArraySmall"));
|
|
|
2105
2107
|
var import_CodeObject = __toESM(require("./components/CodeObject"));
|
|
2106
2108
|
var import_CodeObjectSmall = __toESM(require("./components/CodeObjectSmall"));
|
|
2107
2109
|
var import_CodeSmall = __toESM(require("./components/CodeSmall"));
|
|
2110
|
+
var import_CollectionCloud = __toESM(require("./components/CollectionCloud"));
|
|
2111
|
+
var import_CollectionCloudSmall = __toESM(require("./components/CollectionCloudSmall"));
|
|
2108
2112
|
var import_Collections = __toESM(require("./components/Collections"));
|
|
2109
2113
|
var import_CollectionsSmall = __toESM(require("./components/CollectionsSmall"));
|
|
2110
2114
|
var import_ColorBucket = __toESM(require("./components/ColorBucket"));
|
|
@@ -3961,6 +3965,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3961
3965
|
CodeSmall,
|
|
3962
3966
|
CollapseKeyboard,
|
|
3963
3967
|
CollapseKeyboardSmall,
|
|
3968
|
+
CollectionCloud,
|
|
3969
|
+
CollectionCloudSmall,
|
|
3964
3970
|
Collections,
|
|
3965
3971
|
CollectionsSmall,
|
|
3966
3972
|
CollectionsSparkles,
|
|
@@ -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 Donation_exports = {};
|
|
30
|
+
__export(Donation_exports, {
|
|
31
|
+
default: () => Donation_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Donation_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const Donation = ({ 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: "M5.52 12H8.38C8.57 12 8.75 12.03 8.93 12.09L14.88 14.06C15.59 14.3 16.07 14.97 16.07 15.73V15.75H19.07C20 15.75 20.75 16.5 20.75 17.43 20.75 18.18 20.26 18.84 19.54 19.05L15.04 20.36C14.02 20.66 12.94 20.63 11.94 20.27L7 18.48V18.5C7 19.33 6.33 20 5.5 20H4.5C3.67 20 3 19.33 3 18.5V13.5C3 12.67 3.67 12 4.5 12H5.5C5.51 12 5.51 12 5.52 12ZM7 16.88 12.45 18.86C13.15 19.11 13.91 19.13 14.62 18.92L19.12 17.61C19.2 17.59 19.25 17.52 19.25 17.43 19.25 17.33 19.17 17.25 19.07 17.25H15.6C14.95 17.75 14.08 17.87 13.31 17.55L13.26 17.53 9.69 16.48C9.3 16.36 9.07 15.95 9.18 15.55 9.3 15.15 9.72 14.93 10.12 15.04L10.89 15.27 14.21 16.32C14.45 16.4 14.7 16.27 14.78 16.03 14.85 15.79 14.72 15.53 14.48 15.46L10.83 14.3 8.46 13.51C8.43 13.51 8.41 13.5 8.38 13.5H7V16.88ZM5 13.53C4.72 13.53 4.5 13.75 4.5 14.03V18.03C4.5 18.3 4.72 18.53 5 18.53 5.28 18.53 5.5 18.3 5.5 18.03V14.03C5.5 13.75 5.28 13.53 5 13.53ZM16.56 4.73C17.54 3.76 19.12 3.76 20.1 4.73 21.07 5.71 21.07 7.29 20.1 8.27L16.41 11.95 12.73 8.27C11.82 7.35 11.76 5.9 12.56 4.92L12.73 4.73C13.71 3.76 15.29 3.76 16.27 4.73L16.41 4.88 16.56 4.73ZM19.04 5.79C18.64 5.4 18.01 5.4 17.62 5.79L16.41 7 15.21 5.79C14.82 5.4 14.18 5.4 13.79 5.79 13.4 6.18 13.4 6.82 13.79 7.21L16.41 9.83 19.04 7.21C19.43 6.82 19.43 6.18 19.04 5.79Z" }));
|
|
36
|
+
Donation.displayName = "Donation";
|
|
37
|
+
var Donation_default = Donation;
|
|
@@ -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 DonationSmall_exports = {};
|
|
30
|
+
__export(DonationSmall_exports, {
|
|
31
|
+
default: () => DonationSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(DonationSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const DonationSmall = ({ 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.61 9C6.77 9 6.93 9.02 7.09 9.07L10.46 10.03 10.47 10.03 10.49 10.04C10.8 10.14 11.26 10.36 11.66 10.68 11.91 10.88 12.18 11.17 12.35 11.54L14.39 11.69C14.57 11.7 14.75 11.75 14.91 11.81L14.98 11.84C15.6 12.09 16 12.68 16 13.35V13.36C16 13.83 15.79 14.27 15.44 14.57 15.2 14.77 14.91 14.9 14.61 14.94L12.59 15.2 12.59 15.2 9.27 15.7C9.02 15.74 8.75 15.72 8.51 15.65L4.79 14.54C4.52 14.98 4.05 15.28 3.5 15.28 2.67 15.28 2 14.6 2 13.78V10.5C2 9.71 2.61 9.07 3.38 9.01 3.41 9 3.44 9 3.48 9H6.61ZM3.5 10.28C3.22 10.28 3 10.5 3 10.78V13.78C3 14.05 3.22 14.28 3.5 14.28 3.78 14.28 4 14.05 4 13.78V10.78C4 10.5 3.78 10.28 3.5 10.28ZM5 13.04 8.94 14.21C8.97 14.22 9.01 14.23 9.04 14.22L12.39 13.71 12.4 13.71 12.41 13.71 14.42 13.45C14.44 13.45 14.45 13.44 14.47 13.43 14.48 13.42 14.49 13.41 14.49 13.4 14.5 13.38 14.51 13.36 14.52 13.34 14.52 13.26 14.47 13.2 14.39 13.2L14.29 13.19C14.29 13.19 14.29 13.19 14.28 13.19L11.92 13.01 11.92 13.02C11.78 13.09 11.59 13.18 11.36 13.27 10.93 13.44 10.27 13.63 9.59 13.48L9.58 13.48 9.57 13.48 7.6 12.98C7.2 12.87 6.96 12.47 7.06 12.07 7.16 11.67 7.56 11.43 7.95 11.52L10.41 12.24C10.58 12.29 10.75 12.19 10.8 12.02 10.85 11.86 10.75 11.68 10.59 11.63L10.05 11.47C10.04 11.47 10.02 11.47 10.01 11.46L9.37 11.28 7.38 10.7C7.36 10.69 7.33 10.69 7.3 10.69L6.68 10.51C6.66 10.5 6.63 10.5 6.61 10.5H5V13.04ZM12.59 2.59C13.37 1.81 14.63 1.81 15.41 2.59 16.19 3.37 16.19 4.63 15.41 5.41L11.96 8.87 11.94 8.84 11.93 8.85 8.49 5.41C7.76 4.68 7.72 3.52 8.36 2.74L8.49 2.59C9.28 1.81 10.54 1.81 11.32 2.59L11.95 3.22 12.59 2.59ZM14.35 3.65C14.16 3.45 13.84 3.45 13.65 3.65L11.95 5.34 10.26 3.65C10.07 3.45 9.75 3.45 9.55 3.65 9.36 3.84 9.36 4.16 9.55 4.35L11.86 6.66 11.87 6.65 11.96 6.75 14.35 4.35C14.52 4.18 14.54 3.92 14.42 3.72L14.35 3.65Z" }));
|
|
36
|
+
DonationSmall.displayName = "DonationSmall";
|
|
37
|
+
var DonationSmall_default = DonationSmall;
|
|
@@ -332,6 +332,8 @@ __export(dist_exports, {
|
|
|
332
332
|
DockTopSmall: () => import_DockTopSmall.default,
|
|
333
333
|
Document: () => import_Document.default,
|
|
334
334
|
DocumentSmall: () => import_DocumentSmall.default,
|
|
335
|
+
Donation: () => import_Donation.default,
|
|
336
|
+
DonationSmall: () => import_DonationSmall.default,
|
|
335
337
|
DownloadImport: () => import_DownloadImport.default,
|
|
336
338
|
DownloadImportSmall: () => import_DownloadImportSmall.default,
|
|
337
339
|
DragHorizontally: () => import_DragHorizontally.default,
|
|
@@ -1368,6 +1370,8 @@ var import_DockTop = __toESM(require("./components/DockTop"));
|
|
|
1368
1370
|
var import_DockTopSmall = __toESM(require("./components/DockTopSmall"));
|
|
1369
1371
|
var import_Document = __toESM(require("./components/Document"));
|
|
1370
1372
|
var import_DocumentSmall = __toESM(require("./components/DocumentSmall"));
|
|
1373
|
+
var import_Donation = __toESM(require("./components/Donation"));
|
|
1374
|
+
var import_DonationSmall = __toESM(require("./components/DonationSmall"));
|
|
1371
1375
|
var import_DownloadImport = __toESM(require("./components/DownloadImport"));
|
|
1372
1376
|
var import_DownloadImportSmall = __toESM(require("./components/DownloadImportSmall"));
|
|
1373
1377
|
var import_DragHorizontally = __toESM(require("./components/DragHorizontally"));
|
|
@@ -2404,6 +2408,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
2404
2408
|
DockTopSmall,
|
|
2405
2409
|
Document,
|
|
2406
2410
|
DocumentSmall,
|
|
2411
|
+
Donation,
|
|
2412
|
+
DonationSmall,
|
|
2407
2413
|
DownloadImport,
|
|
2408
2414
|
DownloadImportSmall,
|
|
2409
2415
|
DragHorizontally,
|
|
@@ -3696,6 +3696,13 @@ const generalIconsMetadata = [
|
|
|
3696
3696
|
tags: ["lottie"],
|
|
3697
3697
|
sizes: { "18": "LottieSmall", "24": "Lottie" }
|
|
3698
3698
|
},
|
|
3699
|
+
{
|
|
3700
|
+
title: "Donation",
|
|
3701
|
+
category: import_types.IconCategory.FinanceAndMoney,
|
|
3702
|
+
description: "Icon - marks a donation or other value given for free",
|
|
3703
|
+
tags: ["donation", "payment", "transaction", "finance"],
|
|
3704
|
+
sizes: { "18": "DonationSmall", "24": "Donation" }
|
|
3705
|
+
},
|
|
3699
3706
|
{
|
|
3700
3707
|
title: "CustomGrid",
|
|
3701
3708
|
category: import_types.IconCategory.LayoutAndAlignment,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const CollectionCloud = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2701_34298)" }, /* @__PURE__ */ React.createElement("path", { d: "M17.29 14.57C18.38 14.57 19.34 15.19 19.82 16.1C20.03 16.03 20.26 16 20.5 16C21.88 16 23 17.12 23 18.5C23 19.88 21.88 21 20.5 21H15.14C14.03 21 13.12 20.16 13.01 19.08L13 18.86C13 17.9 13.63 17.08 14.5 16.81C14.76 15.62 15.76 14.71 17 14.59L17.29 14.57ZM17.08 15.58C16.29 15.67 15.65 16.26 15.48 17.03L15.35 17.59L14.8 17.77C14.34 17.91 14.01 18.33 14 18.84L14.01 18.99C14.07 19.56 14.56 20 15.14 20H20.5C21.28 20 21.92 19.41 21.99 18.65L22 18.5C22 17.67 21.33 17 20.5 17C20.36 17 20.22 17.02 20.09 17.06L19.31 17.28L18.93 16.56C18.62 15.98 18.01 15.58 17.3 15.57L17.08 15.58ZM18.99 6C19.54 6 19.99 6.45 19.99 7V12H18.99V10H9V12H16V13H9V15H12V16H9V18H11V19H5C4.45 19 4 18.55 4 18V7C4 6.45 4.45 6 5 6H18.99ZM5 18H8V16H5V18ZM5 15H8V13H5V15ZM5 12H8V10H5V12ZM5 9H8V7H5V9ZM9 9H18.99V7H9V9Z" })));
|
|
3
|
+
CollectionCloud.displayName = "CollectionCloud";
|
|
4
|
+
var CollectionCloud_default = CollectionCloud;
|
|
5
|
+
export {
|
|
6
|
+
CollectionCloud_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const CollectionCloudSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_2701_34295)" }, /* @__PURE__ */ React.createElement("path", { d: "M12.5 10.5C13.27 10.5 13.93 10.93 14.27 11.57C14.42 11.52 14.58 11.5 14.75 11.5C15.72 11.5 16.5 12.28 16.5 13.25C16.5 14.22 15.72 15 14.75 15H11C10.17 15 9.5 14.33 9.5 13.5C9.5 12.83 9.94 12.26 10.55 12.07C10.75 11.17 11.54 10.5 12.5 10.5ZM12.5 11.5C12.02 11.5 11.62 11.83 11.53 12.28L11.4 12.85L10.85 13.02C10.65 13.09 10.5 13.28 10.5 13.5C10.5 13.78 10.72 14 11 14H14.75C15.16 14 15.5 13.66 15.5 13.25C15.5 12.84 15.16 12.5 14.75 12.5C14.68 12.5 14.61 12.51 14.54 12.53L13.76 12.75L13.38 12.04C13.22 11.71 12.88 11.5 12.5 11.5Z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.94 9H13.95V8L6.98 7.97V9.96H9V10.95H6.98V12.94H8V13.93H4C3.45 13.93 3 13.49 3 12.94V4.99C3 4.45 3.45 4 4 4H13.95C14.49 4 14.94 4.45 14.94 4.99V9ZM13.95 6.98V4.99H6.98V6.98H13.95ZM4 10.95V12.94H5.99V10.95H4ZM4 7.97V9.96H5.99V7.97H4ZM4 4.99V6.98H5.99V4.99H4Z" })));
|
|
3
|
+
CollectionCloudSmall.displayName = "CollectionCloudSmall";
|
|
4
|
+
var CollectionCloudSmall_default = CollectionCloudSmall;
|
|
5
|
+
export {
|
|
6
|
+
CollectionCloudSmall_default as default
|
|
7
|
+
};
|