UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 302 B
import * as React from 'react'; export function SvgPlusSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M15 5v10H5v2h10v10h2V17h10v-2H17V5z" }))); } export default SvgPlusSolid;