UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 324 B
import * as React from 'react'; export function SvgGripLinesVerticalSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M11 3v26h2V3h-2zm8 0v26h2V3h-2z" }))); } export default SvgGripLinesVerticalSolid;