UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 373 B
import * as React from 'react'; export function SvgHeadingSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 5v2h1v18H6v2h8v-2h-1v-6h6v6h-1v2h8v-2h-1V7h1V5h-8v2h1v6h-6V7h1V5zm3 2h2v8h10V7h2v18h-2v-8H11v8H9z" }))); } export default SvgHeadingSolid;