@medway-ui/icons 1.0.12 → 1.0.13

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: "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" }))
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.5 9.5C9.5 9.77614 9.27614 10 9 10C8.72386 10 8.5 9.77614 8.5 9.5C8.5 9.22386 8.72386 9 9 9C9.27614 9 9.5 9.22386 9.5 9.5Z", strokeLinecap: "round", strokeLinejoin: "round", fill: "#181D25" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5 9.5C15.5 9.77614 15.2761 10 15 10C14.7239 10 14.5 9.77614 14.5 9.5C14.5 9.22386 14.7239 9 15 9C15.2761 9 15.5 9.22386 15.5 9.5Z", strokeLinecap: "round", strokeLinejoin: "round", fill: "#181D25" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 14.5C9.5 16.5 10.5 17 12 17C13.5 17 14.5 16.5 16 14.5", strokeLinecap: "round", strokeLinejoin: "round" }))
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: "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" }))
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M9.5 9.5C9.5 9.77614 9.27614 10 9 10C8.72386 10 8.5 9.77614 8.5 9.5C8.5 9.22386 8.72386 9 9 9C9.27614 9 9.5 9.22386 9.5 9.5Z", strokeLinecap: "round", strokeLinejoin: "round", fill: "#181D25" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5 9.5C15.5 9.77614 15.2761 10 15 10C14.7239 10 14.5 9.77614 14.5 9.5C14.5 9.22386 14.7239 9 15 9C15.2761 9 15.5 9.22386 15.5 9.5Z", strokeLinecap: "round", strokeLinejoin: "round", fill: "#181D25" }), /* @__PURE__ */ React.createElement("path", { d: "M8 14.5C9.5 16.5 10.5 17 12 17C13.5 17 14.5 16.5 16 14.5", strokeLinecap: "round", strokeLinejoin: "round" }))
5
5
  );
6
6
  Smile.displayName = "Smile";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Pacote para geração e gerenciamento de ícones Medway.",
5
5
  "homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
6
6
  "main": "dist/index.cjs",