UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 379 B
import * as React from 'react'; export function SvgFirstdraft(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M7 4v18h6v-6h6v-6h6V4H7zm14 8v6h-6v6H7v1h9v-6h6v-6h3v-1h-4zm3 3v6h-6v6h-8v1h9v-6h6v-7h-1zm-3 9v4h1v-3h3v-1h-4z" }))); } export default SvgFirstdraft;