@medway-ui/icons 1.0.10 → 1.0.12
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.
|
@@ -34,7 +34,7 @@ module.exports = __toCommonJS(Smile_exports);
|
|
|
34
34
|
var import_react = __toESM(require("react"), 1);
|
|
35
35
|
var import_Icon = require("../Icon");
|
|
36
36
|
const Smile = (0, import_Icon.createIcon)(
|
|
37
|
-
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5 15C14.5 16.3333 13 17 11.5 17C10 17 8.5 16.3333 7.5 15", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9 10H9.01", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M14 10H14.01", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("circle", { cx: "12", cy: "12", r: "9.25" }))
|
|
38
38
|
);
|
|
39
39
|
Smile.displayName = "Smile";
|
|
40
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { createIcon } from "../Icon";
|
|
3
3
|
const Smile = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M15.5 15C14.5 16.3333 13 17 11.5 17C10 17 8.5 16.3333 7.5 15", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M9 10H9.01", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M14 10H14.01", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "12", r: "9.25" }))
|
|
5
5
|
);
|
|
6
6
|
Smile.displayName = "Smile";
|
|
7
7
|
export {
|
package/package.json
CHANGED