@icongo/vv
Version:
Vivid Icons
24 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVGraphPoly = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M36.214 28.786a7 7 0 1 1-12.428 0l-5.02-5.02a6.925 6.925 0 0 1-5.612-.921L7 29l-3-3 6.477-6.477a7 7 0 1 1 11.947 1.9l4.363 4.363a6.965 6.965 0 0 1 6.428 0L42 17l3 3Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M17 14a3 3 0 1 1-3 3 3 3 0 0 1 3-3Zm13 15a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVGraphPoly };