trinil-react 1.3.4 → 1.3.5
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
|
@@ -9111,7 +9111,7 @@ import React1013 from "react";
|
|
|
9111
9111
|
import { jsx as jsx1013 } from "react/jsx-runtime";
|
|
9112
9112
|
var VideoOff = React1013.memo((props) => {
|
|
9113
9113
|
const { size = 24, color = "currentColor", strokeWidth = 1.5, className, title, ariaLabel } = props;
|
|
9114
|
-
return /* @__PURE__ */ jsx1013("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="
|
|
9114
|
+
return /* @__PURE__ */ jsx1013("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="M14.25 8.25v-1.5a1.5 1.5 0 0 0-1.5-1.5h-3m4.5 3 7.5-3v12m-7.5-9v1.5m0 6v1.5a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5V6.75a1.5 1.5 0 0 1 1.5-1.5h1.5m9 10.5v-1.5m0 1.5 2.5 1M5.25 5.25l-3-3m3 3L7.5 7.5l2.25 2.25L12 12l2.25 2.25m0 0 2.5 2.5m0 0 5 5"/>` }, children: title && /* @__PURE__ */ jsx1013("title", { children: title }) });
|
|
9115
9115
|
});
|
|
9116
9116
|
VideoOff.displayName = "VideoOff";
|
|
9117
9117
|
|