UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 329 B
import * as React from 'react'; export function SvgGreaterThanSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 6v2.156L22.531 16 6 23.844V26l20-9.219V15.22z" }))); } export default SvgGreaterThanSolid;