trinil-react 1.3.1 → 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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
|