@brizy/ui-icons
Version:
7 lines (6 loc) • 589 B
JavaScript
import React from "react";
export const VideoFile = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 48 48" },
React.createElement("g", { fill: "none", stroke: "currentColor", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 2 },
React.createElement("path", { d: "m20 18 10 6-10 6V18z" }),
React.createElement("path", { d: "M3 5h42v38H3z" }),
React.createElement("path", { strokeLinecap: "butt", d: "M3 12h42M24 5v7M17 5v7M10 5v7M38 5v7M31 5v7M45 36H3M24 36v7M17 36v7M10 36v7M38 36v7M31 36v7", "data-cap": "butt" }))));