trinil-react 1.3.8 → 1.3.9

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8184,7 +8184,7 @@ import React910 from "react";
8184
8184
  import { jsx as jsx910 } from "react/jsx-runtime";
8185
8185
  var TargetBow = React910.memo((props) => {
8186
8186
  const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
8187
- return /* @__PURE__ */ jsx910("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth, strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke", width: size, height: size, className, role: "img", "aria-label": ariaLabel, dangerouslySetInnerHTML: { __html: `<path stroke-miterlimit="1.788" d="M12 2.25c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25"/>` }, children: title && /* @__PURE__ */ jsx910("title", { children: title }) });
8187
+ return /* @__PURE__ */ jsx910("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth, strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke", width: size, height: size, className, role: "img", "aria-label": ariaLabel, dangerouslySetInnerHTML: { __html: `<path stroke-miterlimit="1.788" d="M21.75 12c0-5.385-4.365-9.75-9.75-9.75S2.25 6.615 2.25 12s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75m-15 0a5.25 5.25 0 1 0 10.5 0 5.25 5.25 0 0 0-10.5 0" clip-rule="evenodd"/><path stroke-miterlimit="1.788" d="M11.25 12a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0"/>` }, children: title && /* @__PURE__ */ jsx910("title", { children: title }) });
8188
8188
  });
8189
8189
  TargetBow.displayName = "TargetBow";
8190
8190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trinil-react",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "SVG icon library for React with locked stroke styles",
5
5
  "type": "module",
6
6
  "sideEffects": false,