UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.38 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVActivity = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVActivity = function VVActivity(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: "M20 33a2 2 0 0 1-1.788-1.1l-3.6-7.183-2.047 2.551a2 2 0 0 1-1.565.745H7a1.994 1.994 0 1 1 0-3.988h3.039l3.4-4.237a2 2 0 0 1 3.351.354l2.7 5.386 2.588-9.03a2 2 0 0 1 3.75-.262l3.473 7.79H32a1.994 1.994 0 1 1 0 3.988h-4a2 2 0 0 1-1.827-1.184l-1.763-3.956-2.487 8.678a2 2 0 0 1-1.737 1.437C20.123 33 20.061 33 20 33Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M37 32a6 6 0 1 1 6-6 6 6 0 0 1-6 6Zm0-8.717A2.72 2.72 0 1 0 39.728 26 2.724 2.724 0 0 0 37 23.283Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVActivity = VVActivity;