trinil-react 1.3.6 → 1.3.7
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
|
@@ -3864,7 +3864,7 @@ import React430 from "react";
|
|
|
3864
3864
|
import { jsx as jsx430 } from "react/jsx-runtime";
|
|
3865
3865
|
var Gear = React430.memo((props) => {
|
|
3866
3866
|
const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
|
|
3867
|
-
return /* @__PURE__ */ jsx430("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="M5.106
|
|
3867
|
+
return /* @__PURE__ */ jsx430("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="M5.106 18.895a2.25 2.25 0 0 1 0-3.182l.243-.244a7.5 7.5 0 0 1-.506-1.219H4.5a2.25 2.25 0 0 1 0-4.5h.343q.2-.636.506-1.22l-.243-.242a2.25 2.25 0 1 1 3.182-3.182l.243.243a7.5 7.5 0 0 1 1.219-.506V4.5a2.25 2.25 0 0 1 4.5 0v.343q.637.2 1.22.506l.242-.243a2.25 2.25 0 0 1 3.182 3.182l-.243.243q.305.582.506 1.219h.343a2.25 2.25 0 0 1 0 4.5h-.343a7.5 7.5 0 0 1-.506 1.22l.243.242a2.25 2.25 0 1 1-3.182 3.182l-.243-.243a7.5 7.5 0 0 1-1.219.506v.343a2.25 2.25 0 0 1-4.5 0v-.343a7.5 7.5 0 0 1-1.22-.506l-.242.244a2.25 2.25 0 0 1-3.182 0M12 8.25a3.75 3.75 0 1 1 0 7.5 3.75 3.75 0 0 1 0-7.5" clip-rule="evenodd"/>` }, children: title && /* @__PURE__ */ jsx430("title", { children: title }) });
|
|
3868
3868
|
});
|
|
3869
3869
|
Gear.displayName = "Gear";
|
|
3870
3870
|
|
|
@@ -4638,7 +4638,7 @@ import React516 from "react";
|
|
|
4638
4638
|
import { jsx as jsx516 } from "react/jsx-runtime";
|
|
4639
4639
|
var Key = React516.memo((props) => {
|
|
4640
4640
|
const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
|
|
4641
|
-
return /* @__PURE__ */ jsx516("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="
|
|
4641
|
+
return /* @__PURE__ */ jsx516("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="M7.5 11.25a5.25 5.25 0 1 0 4.386 2.364L17.25 8.25l2.25 2.25 2.25-2.25L19.5 6 21 4.5l-2.25-2.25-9.353 9.353A5.2 5.2 0 0 0 7.5 11.25m-.75 5.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" clip-rule="evenodd"/>` }, children: title && /* @__PURE__ */ jsx516("title", { children: title }) });
|
|
4642
4642
|
});
|
|
4643
4643
|
Key.displayName = "Key";
|
|
4644
4644
|
|