UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVGraphPoly = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVGraphPoly = function VVGraphPoly(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" } })] })); }; exports.VVGraphPoly = VVGraphPoly;