@icongo/gr
Version:
Grommet Icons
16 lines • 592 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRMagic = 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: "m2.5 19.5 17-17 2 2-17 17-2-2Zm.5.5L15 8l1 1L4 21l-1-1ZM5.5 3l-.5.5.5.5.5-.5-.5-.5Zm6 0-.5.5.5.5.5-.5-.5-.5Zm-3 3-.5.5.5.5.5-.5-.5-.5Zm12 6-.5.5.5.5.5-.5-.5-.5Zm0 5-.5.5.5.5.5-.5-.5-.5Z"
})
}));
export { GRMagic };