magick-icons 0.1.263 → 0.1.264
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/index.js +6 -3
- package/index.js.map +1 -1
- package/index.mjs +6 -3
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -13334,9 +13334,12 @@ import React1020 from "react";
|
|
|
13334
13334
|
import { jsx as jsx1020, jsxs as jsxs835 } from "react/jsx-runtime";
|
|
13335
13335
|
var Messages21 = React1020.forwardRef(
|
|
13336
13336
|
({ size, ...props }, ref) => {
|
|
13337
|
-
return /* @__PURE__ */ jsxs835("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "
|
|
13338
|
-
/* @__PURE__ */
|
|
13339
|
-
|
|
13337
|
+
return /* @__PURE__ */ jsxs835("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "18", height: "18", fill: "none", viewBox: "0 0 18 18", ...props, children: [
|
|
13338
|
+
/* @__PURE__ */ jsxs835("g", { fill: "#1e293b", "clip-path": "url(#a)", children: [
|
|
13339
|
+
/* @__PURE__ */ jsx1020("path", { d: "M13.403 16.403c-.232 0-.465-.06-.675-.188L9.721 14.43a8 8 0 0 1-.93-.075.57.57 0 0 1-.45-.36.55.55 0 0 1 .097-.562c.495-.578.75-1.268.75-2.003 0-1.815-1.597-3.292-3.562-3.292-.735 0-1.44.202-2.033.592a.57.57 0 0 1-.87-.405 6 6 0 0 1-.037-.637C2.686 3.968 5.91.945 9.87.945s7.185 3.023 7.185 6.743c0 2.04-.945 3.915-2.61 5.197l.255 2.04a1.314 1.314 0 0 1-1.297 1.477m-3.54-3.105a.48.48 0 0 1 .3.082l3.143 1.868c.082.052.15.03.195 0a.18.18 0 0 0 .082-.188l-.292-2.37a.58.58 0 0 1 .232-.532c1.53-1.073 2.408-2.708 2.408-4.485 0-3.098-2.715-5.618-6.06-5.618-3.218 0-5.858 2.34-6.053 5.28a5 5 0 0 1 1.8-.337c2.588 0 4.688 1.98 4.688 4.417.007.66-.15 1.298-.443 1.883" }),
|
|
13340
|
+
/* @__PURE__ */ jsx1020("path", { d: "M3.435 17.063a1 1 0 0 1-.555-.165 1.03 1.03 0 0 1-.472-.99l.15-1.155c-1.013-.825-1.613-2.048-1.613-3.33 0-1.463.765-2.828 2.048-3.645a4.83 4.83 0 0 1 2.64-.773c2.587 0 4.687 1.98 4.687 4.418 0 .99-.36 1.965-1.02 2.737-.847 1.028-2.115 1.628-3.51 1.673L3.96 16.92a1 1 0 0 1-.525.143m2.19-8.933c-.735 0-1.44.203-2.032.593-.96.615-1.53 1.62-1.53 2.7 0 1.042.51 1.995 1.41 2.61a.57.57 0 0 1 .24.532l-.165 1.283 1.792-1.065a.57.57 0 0 1 .285-.083c1.103 0 2.145-.472 2.805-1.275.495-.585.758-1.275.758-2.01 0-1.807-1.598-3.285-3.563-3.285" })
|
|
13341
|
+
] }),
|
|
13342
|
+
/* @__PURE__ */ jsx1020("defs", { children: /* @__PURE__ */ jsx1020("clipPath", { id: "a", children: /* @__PURE__ */ jsx1020("path", { fill: "#fff", d: "M0 0h18v18H0z" }) }) })
|
|
13340
13343
|
] });
|
|
13341
13344
|
}
|
|
13342
13345
|
);
|