@wix/wix-ui-icons-common 3.121.0 → 3.123.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.
Files changed (52) hide show
  1. package/dist/cjs/core/components/empty-state.js +1 -8
  2. package/dist/cjs/core/icon.js +1 -0
  3. package/dist/cjs/lazy/general/dist/components/CollectionsSparkles.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/CollectionsSparklesSmall.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/Heart.js +1 -1
  6. package/dist/cjs/lazy/general/dist/components/HeartSmall.js +1 -1
  7. package/dist/cjs/lazy/general/dist/index.js +6 -0
  8. package/dist/cjs/odeditor/general/dist/components/CollectionsSparkles.js +37 -0
  9. package/dist/cjs/odeditor/general/dist/components/CollectionsSparklesSmall.js +37 -0
  10. package/dist/cjs/odeditor/general/dist/components/Heart.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/HeartSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/index.js +12 -0
  13. package/dist/cjs/odeditor/general/metadata.js +7 -0
  14. package/dist/esm/core/components/empty-state.js +1 -8
  15. package/dist/esm/core/icon.js +1 -0
  16. package/dist/esm/lazy/general/dist/components/CollectionsSparkles.js +11 -0
  17. package/dist/esm/lazy/general/dist/components/CollectionsSparklesSmall.js +11 -0
  18. package/dist/esm/lazy/general/dist/components/Heart.js +1 -1
  19. package/dist/esm/lazy/general/dist/components/HeartSmall.js +1 -1
  20. package/dist/esm/lazy/general/dist/index.js +240 -236
  21. package/dist/esm/odeditor/general/dist/components/CollectionsSparkles.js +7 -0
  22. package/dist/esm/odeditor/general/dist/components/CollectionsSparklesSmall.js +7 -0
  23. package/dist/esm/odeditor/general/dist/components/Heart.js +7 -0
  24. package/dist/esm/odeditor/general/dist/components/HeartSmall.js +7 -0
  25. package/dist/esm/odeditor/general/dist/index.js +1440 -1432
  26. package/dist/esm/odeditor/general/metadata.js +7 -0
  27. package/dist/statics/icons/odeditor/general/CollectionsSparkles.19e1.json +3 -0
  28. package/dist/statics/icons/odeditor/general/CollectionsSparklesSmall.4105.json +3 -0
  29. package/dist/statics/icons/odeditor/general/Heart.f82f.json +3 -0
  30. package/dist/statics/icons/odeditor/general/HeartSmall.1860.json +3 -0
  31. package/dist/tsconfig.tsbuildinfo +1 -1
  32. package/dist/types/core/components/empty-state.d.ts.map +1 -1
  33. package/dist/types/core/fetcher.d.ts.map +1 -1
  34. package/dist/types/core/icon.d.ts.map +1 -1
  35. package/dist/types/lazy/general/dist/components/CollectionsSparkles.d.ts +3 -0
  36. package/dist/types/lazy/general/dist/components/CollectionsSparkles.d.ts.map +1 -0
  37. package/dist/types/lazy/general/dist/components/CollectionsSparklesSmall.d.ts +3 -0
  38. package/dist/types/lazy/general/dist/components/CollectionsSparklesSmall.d.ts.map +1 -0
  39. package/dist/types/lazy/general/dist/index.d.ts +2 -0
  40. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  41. package/dist/types/odeditor/general/dist/components/CollectionsSparkles.d.ts +7 -0
  42. package/dist/types/odeditor/general/dist/components/CollectionsSparkles.d.ts.map +1 -0
  43. package/dist/types/odeditor/general/dist/components/CollectionsSparklesSmall.d.ts +7 -0
  44. package/dist/types/odeditor/general/dist/components/CollectionsSparklesSmall.d.ts.map +1 -0
  45. package/dist/types/odeditor/general/dist/components/Heart.d.ts +7 -0
  46. package/dist/types/odeditor/general/dist/components/Heart.d.ts.map +1 -0
  47. package/dist/types/odeditor/general/dist/components/HeartSmall.d.ts +7 -0
  48. package/dist/types/odeditor/general/dist/components/HeartSmall.d.ts.map +1 -0
  49. package/dist/types/odeditor/general/dist/index.d.ts +4 -0
  50. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  51. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  52. package/package.json +34 -36
@@ -44,14 +44,7 @@ function EmptyState({
44
44
  width,
45
45
  height
46
46
  });
47
- return /* @__PURE__ */ import_react.default.createElement(
48
- "svg",
49
- {
50
- viewBox,
51
- ...dimensions,
52
- ...restProps
53
- }
54
- );
47
+ return /* @__PURE__ */ import_react.default.createElement("svg", { viewBox, ...dimensions, ...restProps });
55
48
  }
56
49
  // Annotate the CommonJS export names for ESM import in node:
57
50
  0 && (module.exports = {
@@ -72,6 +72,7 @@ const icon = (params) => {
72
72
  "g",
73
73
  {
74
74
  ...{
75
+ // eslint-disable-next-line no-useless-concat
75
76
  ["dangerouslySetInnerHTML"]: { __html: content }
76
77
  }
77
78
  }
@@ -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 CollectionsSparkles_exports = {};
20
+ __export(CollectionsSparkles_exports, {
21
+ default: () => CollectionsSparkles_default
22
+ });
23
+ module.exports = __toCommonJS(CollectionsSparkles_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var CollectionsSparkles_default = (0, import_core.icon)({
26
+ name: "CollectionsSparkles",
27
+ hashes: { "odeditor": "19e1" },
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 CollectionsSparklesSmall_exports = {};
20
+ __export(CollectionsSparklesSmall_exports, {
21
+ default: () => CollectionsSparklesSmall_default
22
+ });
23
+ module.exports = __toCommonJS(CollectionsSparklesSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var CollectionsSparklesSmall_default = (0, import_core.icon)({
26
+ name: "CollectionsSparklesSmall",
27
+ hashes: { "odeditor": "4105" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Heart_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Heart_default = (0, import_core.icon)({
26
26
  name: "Heart",
27
- hashes: { "default": "26af" },
27
+ hashes: { "default": "26af", "odeditor": "f82f" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(HeartSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var HeartSmall_default = (0, import_core.icon)({
26
26
  name: "HeartSmall",
27
- hashes: { "default": "d679" },
27
+ hashes: { "default": "d679", "odeditor": "1860" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -337,6 +337,8 @@ __export(dist_exports, {
337
337
  CollapseKeyboardSmall: () => import_CollapseKeyboardSmall.default,
338
338
  Collections: () => import_Collections.default,
339
339
  CollectionsSmall: () => import_CollectionsSmall.default,
340
+ CollectionsSparkles: () => import_CollectionsSparkles.default,
341
+ CollectionsSparklesSmall: () => import_CollectionsSparklesSmall.default,
340
342
  ColorBucket: () => import_ColorBucket.default,
341
343
  ColorBucketSmall: () => import_ColorBucketSmall.default,
342
344
  ColorDrop: () => import_ColorDrop.default,
@@ -3312,6 +3314,8 @@ var import_CenterAlignmentInner = __toESM(require("./components/CenterAlignmentI
3312
3314
  var import_CenterAlignmentInnerSmall = __toESM(require("./components/CenterAlignmentInnerSmall"));
3313
3315
  var import_CollapseKeyboard = __toESM(require("./components/CollapseKeyboard"));
3314
3316
  var import_CollapseKeyboardSmall = __toESM(require("./components/CollapseKeyboardSmall"));
3317
+ var import_CollectionsSparkles = __toESM(require("./components/CollectionsSparkles"));
3318
+ var import_CollectionsSparklesSmall = __toESM(require("./components/CollectionsSparklesSmall"));
3315
3319
  var import_ContainerFilled = __toESM(require("./components/ContainerFilled"));
3316
3320
  var import_ContainerFilledSmall = __toESM(require("./components/ContainerFilledSmall"));
3317
3321
  var import_Copy = __toESM(require("./components/Copy"));
@@ -3741,6 +3745,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
3741
3745
  CollapseKeyboardSmall,
3742
3746
  Collections,
3743
3747
  CollectionsSmall,
3748
+ CollectionsSparkles,
3749
+ CollectionsSparklesSmall,
3744
3750
  ColorBucket,
3745
3751
  ColorBucketSmall,
3746
3752
  ColorDrop,
@@ -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 CollectionsSparkles_exports = {};
30
+ __export(CollectionsSparkles_exports, {
31
+ default: () => CollectionsSparkles_default
32
+ });
33
+ module.exports = __toCommonJS(CollectionsSparkles_exports);
34
+ var React = __toESM(require("react"));
35
+ const CollectionsSparkles = ({ 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: "M9.48699 5.64347C10.4186 5.64347 11.1608 6.38565 11.1608 7.31739V9.1913H12.6352C13.5669 9.1913 14.3091 9.93348 14.3091 10.8652V12.7391H15.7826C16.7143 12.7391 17.4565 13.4813 17.4565 14.413V20.6261C17.4565 21.5578 16.7143 22.3 15.7826 22.3H10.8696C9.93804 22.3 9.19587 21.5578 9.19587 20.6261V18.7522H7.72174C6.79017 18.7522 6.04799 18.01 6.04799 17.0783V15.2043H4.57391C3.64235 15.2043 2.90017 14.4622 2.90017 13.5304V7.31739C2.90017 6.38565 3.64235 5.64347 4.57391 5.64347H9.48699ZM10.8696 14.413V20.6261H15.7826V14.413H10.8696ZM7.72174 10.8652V17.0783H9.19587V14.413C9.19587 14.3066 9.2078 14.212 9.23148 14.1174 9.27861 13.8245 9.43212 13.5669 9.55696 13.3304 9.59143 12.9997 9.63987 12.9521 9.68699 12.9165 9.92348 12.6919 10.231 12.5387 10.574 12.4917 10.6686 12.468 10.7632 12.4558 10.8696 12.4558H13.1352V10.8652H7.72174ZM4.57391 7.31739V13.5304H6.04799V10.8652C6.04799 9.93348 6.79017 9.1913 7.72174 9.1913H9.68699V7.31739H4.57391ZM17.4696 1.8C17.8547 1.8 18.1565 2.10174 18.1565 2.48696 18.1565 3.51891 19.0811 4.44348 20.113 4.44348 20.4983 4.44348 20.8 4.74522 20.8 5.13043 20.8 5.51565 20.4983 5.81739 20.113 5.81739 19.0811 5.81739 18.1565 6.74196 18.1565 7.77391 18.1565 8.15913 17.8547 8.46087 17.4696 8.46087 17.0843 8.46087 16.7826 8.15913 16.7826 7.77391 16.7826 6.74196 15.858 5.81739 14.8261 5.81739 14.441 5.81739 14.1391 5.51565 14.1391 5.13043 14.1391 4.74522 14.441 4.44348 14.8261 4.44348 15.858 4.44348 16.7826 3.51891 16.7826 2.48696 16.7826 2.10174 17.0843 1.8 17.4696 1.8ZM17.4696 4.64252C17.2739 4.95639 17.0452 5.18522 16.7815 5.38065 17.0452 5.57609 17.2739 5.80452 17.4696 6.11839 17.6652 5.80452 17.894 5.57609 18.1576 5.38065 17.894 5.18522 17.6652 4.95639 17.4696 4.64252Z" }));
36
+ CollectionsSparkles.displayName = "CollectionsSparkles";
37
+ var CollectionsSparkles_default = 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 CollectionsSparklesSmall_exports = {};
30
+ __export(CollectionsSparklesSmall_exports, {
31
+ default: () => CollectionsSparklesSmall_default
32
+ });
33
+ module.exports = __toCommonJS(CollectionsSparklesSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const CollectionsSparklesSmall = ({ 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: "M7.11524 4.2326C7.81395 4.2326 8.3706 4.78922 8.3706 5.48804V6.89348H9.4764C10.1752 6.89348 10.7318 7.45009 10.7318 8.14891V9.55435H11.837C12.5358 9.55435 13.0924 10.111 13.0924 10.8098V15.4696C13.0924 16.1684 12.5358 16.725 11.837 16.725H8.1522C7.45339 16.725 6.89678 16.1684 6.89678 15.4696V14.0642H5.7913C5.09248 14.0642 4.53587 13.5076 4.53587 12.8088V11.4033H3.43043C2.73161 11.4033 2.175 10.8467 2.175 10.1479V5.48804C2.175 4.78922 2.73161 4.2326 3.43043 4.2326H7.11524ZM8.1522 10.8098V15.4696H11.837V10.8098H8.1522ZM5.7913 8.14891V12.8088H6.89678V10.8098C6.89678 10.73 6.90585 10.659 6.92361 10.588 6.95896 10.3684 7.07409 10.1752 7.16772 9.9978 7.19357 9.74978 7.2299 9.71409 7.26524 9.68739 7.44261 9.51893 7.67325 9.40404 7.9305 9.36878 8.00148 9.35104 8.07239 9.34187 8.1522 9.34187H9.85139V8.14891H5.7913ZM3.43043 5.48804V10.1479H4.53587V8.14891C4.53587 7.45009 5.09248 6.89348 5.7913 6.89348H7.26524V5.48804H3.43043ZM13.1022 1.35C13.391 1.35 13.6174 1.5763 13.6174 1.86522 13.6174 2.63918 14.3108 3.33261 15.0848 3.33261 15.3737 3.33261 15.6 3.55891 15.6 3.84783 15.6 4.13674 15.3737 4.36304 15.0848 4.36304 14.3108 4.36304 13.6174 5.05648 13.6174 5.83043 13.6174 6.11935 13.391 6.34565 13.1022 6.34565 12.8132 6.34565 12.5869 6.11935 12.5869 5.83043 12.5869 5.05648 11.8935 4.36304 11.1196 4.36304 10.8306 4.36304 10.6043 4.13674 10.6043 3.84783 10.6043 3.55891 10.8306 3.33261 11.1196 3.33261 11.8935 3.33261 12.5869 2.63918 12.5869 1.86522 12.5869 1.5763 12.8132 1.35 13.1022 1.35ZM13.1022 3.48189C12.9554 3.71729 12.7839 3.88891 12.5861 4.03549 12.7839 4.18209 12.9554 4.3537 13.1022 4.58909 13.2489 4.3537 13.4205 4.18209 13.6182 4.03549 13.4205 3.88891 13.2489 3.71729 13.1022 3.48189Z" }));
36
+ CollectionsSparklesSmall.displayName = "CollectionsSparklesSmall";
37
+ var CollectionsSparklesSmall_default = CollectionsSparklesSmall;
@@ -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 Heart_exports = {};
30
+ __export(Heart_exports, {
31
+ default: () => Heart_default
32
+ });
33
+ module.exports = __toCommonJS(Heart_exports);
34
+ var React = __toESM(require("react"));
35
+ const Heart = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 17.994c-.33 0-.66-.1-.95-.29-1.86-1.24-5.08-3.66-5.8-5.92-.25-.7-.31-1.47-.19-2.22.29-1.77 1.64-3.17 3.36-3.49 1.32-.25 2.62.14 3.58 1.03.95-.89 2.26-1.28 3.58-1.03 1.71.32 3.06 1.72 3.36 3.49.13.76.06 1.53-.19 2.24-.71 2.24-3.93 4.67-5.79 5.91-.29.19-.62.29-.95.29l-.01-.01Zm-2.81-10.5c-.16 0-.33.02-.5.05-1.08.2-1.96 1.13-2.15 2.26-.08.5-.04 1.02.13 1.49v.03c.49 1.55 3.01 3.67 5.21 5.14.07.05.16.05.23 0 2.2-1.47 4.72-3.59 5.2-5.14a3 3 0 0 0 .14-1.51c-.19-1.13-1.07-2.06-2.15-2.26-1.04-.2-2.08.24-2.69 1.12-.28.41-.95.41-1.23 0-.52-.75-1.33-1.17-2.19-1.17v-.01Z" }));
36
+ Heart.displayName = "Heart";
37
+ var Heart_default = Heart;
@@ -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 HeartSmall_exports = {};
30
+ __export(HeartSmall_exports, {
31
+ default: () => HeartSmall_default
32
+ });
33
+ module.exports = __toCommonJS(HeartSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const HeartSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9.01 14c-.3 0-.59-.08-.85-.25-1.573-1.01-4.305-2.99-4.936-4.87-.22-.6-.28-1.25-.17-1.88a3.63 3.63 0 0 1 2.923-2.94c1.111-.2 2.202.1 3.023.8.82-.69 1.912-1 3.023-.8A3.63 3.63 0 0 1 14.946 7c.11.64.05 1.3-.17 1.9-.6 1.85-3.344 3.84-4.925 4.85-.26.17-.56.25-.851.25h.01ZM6.648 5.5c-.13 0-.27.01-.4.04a2.132 2.132 0 0 0-1.612 2.84v.03c.4 1.22 2.492 2.91 4.324 4.09 1.912-1.18 4.004-2.87 4.405-4.09.14-.39.18-.76.11-1.15a2.155 2.155 0 0 0-1.712-1.72 2.156 2.156 0 0 0-2.152.86c-.28.39-.941.39-1.222 0a2.145 2.145 0 0 0-1.751-.89l.01-.01Z" }));
36
+ HeartSmall.displayName = "HeartSmall";
37
+ var HeartSmall_default = HeartSmall;
@@ -196,6 +196,8 @@ __export(dist_exports, {
196
196
  CollapseKeyboardSmall: () => import_CollapseKeyboardSmall.default,
197
197
  Collections: () => import_Collections.default,
198
198
  CollectionsSmall: () => import_CollectionsSmall.default,
199
+ CollectionsSparkles: () => import_CollectionsSparkles.default,
200
+ CollectionsSparklesSmall: () => import_CollectionsSparklesSmall.default,
199
201
  ColorBucket: () => import_ColorBucket.default,
200
202
  ColorBucketSmall: () => import_ColorBucketSmall.default,
201
203
  ColorDrop: () => import_ColorDrop.default,
@@ -374,8 +376,10 @@ __export(dist_exports, {
374
376
  HeadingThreeSmall: () => import_HeadingThreeSmall.default,
375
377
  HeadingTwo: () => import_HeadingTwo.default,
376
378
  HeadingTwoSmall: () => import_HeadingTwoSmall.default,
379
+ Heart: () => import_Heart.default,
377
380
  HeartFilled: () => import_HeartFilled.default,
378
381
  HeartFilledSmall: () => import_HeartFilledSmall.default,
382
+ HeartSmall: () => import_HeartSmall.default,
379
383
  Height: () => import_Height.default,
380
384
  HeightSmall: () => import_HeightSmall.default,
381
385
  Help: () => import_Help.default,
@@ -1082,6 +1086,8 @@ var import_CollapseKeyboard = __toESM(require("./components/CollapseKeyboard"));
1082
1086
  var import_CollapseKeyboardSmall = __toESM(require("./components/CollapseKeyboardSmall"));
1083
1087
  var import_Collections = __toESM(require("./components/Collections"));
1084
1088
  var import_CollectionsSmall = __toESM(require("./components/CollectionsSmall"));
1089
+ var import_CollectionsSparkles = __toESM(require("./components/CollectionsSparkles"));
1090
+ var import_CollectionsSparklesSmall = __toESM(require("./components/CollectionsSparklesSmall"));
1085
1091
  var import_ColorBucket = __toESM(require("./components/ColorBucket"));
1086
1092
  var import_ColorBucketSmall = __toESM(require("./components/ColorBucketSmall"));
1087
1093
  var import_ColorDrop = __toESM(require("./components/ColorDrop"));
@@ -1260,8 +1266,10 @@ var import_HeadingThree = __toESM(require("./components/HeadingThree"));
1260
1266
  var import_HeadingThreeSmall = __toESM(require("./components/HeadingThreeSmall"));
1261
1267
  var import_HeadingTwo = __toESM(require("./components/HeadingTwo"));
1262
1268
  var import_HeadingTwoSmall = __toESM(require("./components/HeadingTwoSmall"));
1269
+ var import_Heart = __toESM(require("./components/Heart"));
1263
1270
  var import_HeartFilled = __toESM(require("./components/HeartFilled"));
1264
1271
  var import_HeartFilledSmall = __toESM(require("./components/HeartFilledSmall"));
1272
+ var import_HeartSmall = __toESM(require("./components/HeartSmall"));
1265
1273
  var import_Height = __toESM(require("./components/Height"));
1266
1274
  var import_HeightSmall = __toESM(require("./components/HeightSmall"));
1267
1275
  var import_Help = __toESM(require("./components/Help"));
@@ -1968,6 +1976,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
1968
1976
  CollapseKeyboardSmall,
1969
1977
  Collections,
1970
1978
  CollectionsSmall,
1979
+ CollectionsSparkles,
1980
+ CollectionsSparklesSmall,
1971
1981
  ColorBucket,
1972
1982
  ColorBucketSmall,
1973
1983
  ColorDrop,
@@ -2146,8 +2156,10 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2146
2156
  HeadingThreeSmall,
2147
2157
  HeadingTwo,
2148
2158
  HeadingTwoSmall,
2159
+ Heart,
2149
2160
  HeartFilled,
2150
2161
  HeartFilledSmall,
2162
+ HeartSmall,
2151
2163
  Height,
2152
2164
  HeightSmall,
2153
2165
  Help,
@@ -498,6 +498,13 @@ const generalIconsMetadata = [
498
498
  tags: [],
499
499
  sizes: { "18": "CollectionsSmall", "24": "Collections" }
500
500
  },
501
+ {
502
+ title: "CollectionsSparkles",
503
+ category: "General",
504
+ description: "Button - opens collections with sparkles (AI)",
505
+ tags: ["AI", "Collections", "Sparkles"],
506
+ sizes: { "18": "CollectionsSparklesSmall", "24": "CollectionsSparkles" }
507
+ },
501
508
  {
502
509
  title: "CornerRadius",
503
510
  category: "Adjustments and effects",
@@ -11,14 +11,7 @@ function EmptyState({
11
11
  width,
12
12
  height
13
13
  });
14
- return /* @__PURE__ */ React.createElement(
15
- "svg",
16
- {
17
- viewBox,
18
- ...dimensions,
19
- ...restProps
20
- }
21
- );
14
+ return /* @__PURE__ */ React.createElement("svg", { viewBox, ...dimensions, ...restProps });
22
15
  }
23
16
  export {
24
17
  EmptyState
@@ -41,6 +41,7 @@ const icon = (params) => {
41
41
  "g",
42
42
  {
43
43
  ...{
44
+ // eslint-disable-next-line no-useless-concat
44
45
  ["dangerouslySetInnerHTML"]: { __html: content }
45
46
  }
46
47
  }
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var CollectionsSparkles_default = icon({
3
+ name: "CollectionsSparkles",
4
+ hashes: { "odeditor": "19e1" },
5
+ category: "general",
6
+ width: 24,
7
+ height: 24
8
+ });
9
+ export {
10
+ CollectionsSparkles_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var CollectionsSparklesSmall_default = icon({
3
+ name: "CollectionsSparklesSmall",
4
+ hashes: { "odeditor": "4105" },
5
+ category: "general",
6
+ width: 18,
7
+ height: 18
8
+ });
9
+ export {
10
+ CollectionsSparklesSmall_default as default
11
+ };
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var Heart_default = icon({
3
3
  name: "Heart",
4
- hashes: { "default": "26af" },
4
+ hashes: { "default": "26af", "odeditor": "f82f" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var HeartSmall_default = icon({
3
3
  name: "HeartSmall",
4
- hashes: { "default": "d679" },
4
+ hashes: { "default": "d679", "odeditor": "1860" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18