trinil-react 1.3.0 → 1.3.3
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/dist/index.js +2 -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
|
|
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
|
|
|
@@ -2406,7 +2406,7 @@ import React268 from "react";
|
|
|
2406
2406
|
import { jsx as jsx268 } from "react/jsx-runtime";
|
|
2407
2407
|
var Crown = React268.memo((props) => {
|
|
2408
2408
|
const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
|
|
2409
|
-
return /* @__PURE__ */ jsx268("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="
|
|
2409
|
+
return /* @__PURE__ */ jsx268("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="M3.75 18.75h16.5a1.5 1.5 0 0 0 1.5-1.5V9l-3-3.75-3 3.75L12 5.25 8.25 9l-3-3.75-3 3.75v8.25a1.5 1.5 0 0 0 1.5 1.5M6 13.5A.75.75 0 1 1 6 15a.75.75 0 0 1 0-1.5m12 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-8.25 0a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0" clip-rule="evenodd"/>` }, children: title && /* @__PURE__ */ jsx268("title", { children: title }) });
|
|
2410
2410
|
});
|
|
2411
2411
|
Crown.displayName = "Crown";
|
|
2412
2412
|
|