UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 327 B
import * as React from 'react'; export function SvgLessThanSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M26 6L6 15.219v1.562L26 26v-2.156L9.469 16 26 8.156z" }))); } export default SvgLessThanSolid;