UNPKG

@sanity/icons

Version:
38 lines (37 loc) 898 B
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function DocumentVideoIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "document-video", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "M11.5 16.5V13.5L14 15L11.5 16.5Z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.2 }), /* @__PURE__ */ jsx("path", { d: "M11.5 4.5V9.5H6.5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }), /* @__PURE__ */ jsx("path", { d: "M11.5 4.5H18.5V20.5H6.5V9.5L11.5 4.5Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) ] }); } export { DocumentVideoIcon, DocumentVideoIcon as default }; //# sourceMappingURL=DocumentVideo.js.map