trinil-react 1.3.0 → 1.3.1

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
@@ -1668,7 +1668,7 @@ import React186 from "react";
1668
1668
  import { jsx as jsx186 } from "react/jsx-runtime";
1669
1669
  var Cash = React186.memo((props) => {
1670
1670
  const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
1671
- return /* @__PURE__ */ jsx186("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 d="M21.75 16.5v-9a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v9a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5"/>` }, children: title && /* @__PURE__ */ jsx186("title", { children: title }) });
1671
+ return /* @__PURE__ */ jsx186("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 d="M21.75 7.5v9a1.5 1.5 0 0 1-1.5 1.5H3.75a1.5 1.5 0 0 1-1.5-1.5v-9A1.5 1.5 0 0 1 3.75 6h16.5a1.5 1.5 0 0 1 1.5 1.5M5.25 12a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0M18 11.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-6-1.5a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5" clip-rule="evenodd"/>` }, children: title && /* @__PURE__ */ jsx186("title", { children: title }) });
1672
1672
  });
1673
1673
  Cash.displayName = "Cash";
1674
1674
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trinil-react",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "SVG icon library for React with locked stroke styles",
5
5
  "type": "module",
6
6
  "sideEffects": false,