UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 355 B
import * as React from 'react'; export function SvgTextHeightSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M4 6v2h7v18h2V8h7V6zm21 .625L21.5 11H24v10h-2.5l3.5 4.375L28.5 21H26V11h2.5z" }))); } export default SvgTextHeightSolid;