UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 308 B
import * as React from 'react'; export function SvgGripLinesSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M3 11v2h26v-2H3zm0 8v2h26v-2H3z" }))); } export default SvgGripLinesSolid;