UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 419 B
import * as React from 'react'; export function SvgReplySolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M12.281 5.281l-8 8-.687.719.687.719 8 8 1.438-1.438L7.438 15H21c2.773 0 5 2.227 5 5s-2.227 5-5 5v2c3.855 0 7-3.145 7-7s-3.145-7-7-7H7.437l6.282-6.281z" }))); } export default SvgReplySolid;