@wix/wix-ui-icons-common 3.122.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.
@@ -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
@@ -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;
@@ -376,8 +376,10 @@ __export(dist_exports, {
376
376
  HeadingThreeSmall: () => import_HeadingThreeSmall.default,
377
377
  HeadingTwo: () => import_HeadingTwo.default,
378
378
  HeadingTwoSmall: () => import_HeadingTwoSmall.default,
379
+ Heart: () => import_Heart.default,
379
380
  HeartFilled: () => import_HeartFilled.default,
380
381
  HeartFilledSmall: () => import_HeartFilledSmall.default,
382
+ HeartSmall: () => import_HeartSmall.default,
381
383
  Height: () => import_Height.default,
382
384
  HeightSmall: () => import_HeightSmall.default,
383
385
  Help: () => import_Help.default,
@@ -1264,8 +1266,10 @@ var import_HeadingThree = __toESM(require("./components/HeadingThree"));
1264
1266
  var import_HeadingThreeSmall = __toESM(require("./components/HeadingThreeSmall"));
1265
1267
  var import_HeadingTwo = __toESM(require("./components/HeadingTwo"));
1266
1268
  var import_HeadingTwoSmall = __toESM(require("./components/HeadingTwoSmall"));
1269
+ var import_Heart = __toESM(require("./components/Heart"));
1267
1270
  var import_HeartFilled = __toESM(require("./components/HeartFilled"));
1268
1271
  var import_HeartFilledSmall = __toESM(require("./components/HeartFilledSmall"));
1272
+ var import_HeartSmall = __toESM(require("./components/HeartSmall"));
1269
1273
  var import_Height = __toESM(require("./components/Height"));
1270
1274
  var import_HeightSmall = __toESM(require("./components/HeightSmall"));
1271
1275
  var import_Help = __toESM(require("./components/Help"));
@@ -2152,8 +2156,10 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2152
2156
  HeadingThreeSmall,
2153
2157
  HeadingTwo,
2154
2158
  HeadingTwoSmall,
2159
+ Heart,
2155
2160
  HeartFilled,
2156
2161
  HeartFilledSmall,
2162
+ HeartSmall,
2157
2163
  Height,
2158
2164
  HeightSmall,
2159
2165
  Help,
@@ -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
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ 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" }));
3
+ Heart.displayName = "Heart";
4
+ var Heart_default = Heart;
5
+ export {
6
+ Heart_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ 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" }));
3
+ HeartSmall.displayName = "HeartSmall";
4
+ var HeartSmall_default = HeartSmall;
5
+ export {
6
+ HeartSmall_default as default
7
+ };