@wix/wix-ui-icons-common 3.152.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 +6 -6
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
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" }));
|
|
3
|
+
Donation.displayName = "Donation";
|
|
4
|
+
var Donation_default = Donation;
|
|
5
|
+
export {
|
|
6
|
+
Donation_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
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" }));
|
|
3
|
+
DonationSmall.displayName = "DonationSmall";
|
|
4
|
+
var DonationSmall_default = DonationSmall;
|
|
5
|
+
export {
|
|
6
|
+
DonationSmall_default as default
|
|
7
|
+
};
|