react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 429 B
JavaScript
import * as React from 'react';
export function SvgFileVideo(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M6 3v26h20V9.594l-.281-.313-6-6L19.406 3zm2 2h10v6h6v16H8zm12 1.438L22.563 9H20zm-7 6.78v9.563l1.5-.937 5-3L20.938 18l-1.438-.844-5-3zm2 3.532L17.094 18 15 19.25z" })));
}
export default SvgFileVideo;