@icongo/gr
Version:
Grommet Icons
16 lines • 599 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRFormCut = 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: "m18 7.524-7.857 6.286L18 7.524Zm0 8.38L10.143 9.62 18 15.905Zm-9.429-5.761a1.571 1.571 0 1 0 0-3.143 1.571 1.571 0 0 0 0 3.143Zm0 6.286a1.571 1.571 0 1 0 0-3.143 1.571 1.571 0 0 0 0 3.143Z"
})
}));
export { GRFormCut };