UNPKG

@icongo/gr

Version:
16 lines 569 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var GRFormEdit = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "none", stroke: "#000", strokeWidth: 2, d: "m11.996 8.336 3.497 3.498-3.497-3.498Zm5.54-.54a.994.994 0 0 1-.004 1.416l-7.451 7.451L6 17.83l1.166-4.08 7.451-7.452a.997.997 0 0 1 1.416-.005l1.504 1.504Z" }) })); export { GRFormEdit };