@icongo/vv
Version:
Vivid Icons
32 lines (31 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVInfinity = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVInfinity = function VVInfinity(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: "M33.952 33a9.04 9.04 0 0 1-7.2-3.56L21.288 24l5.469-5.44A9.024 9.024 0 1 1 33.952 33Zm-.1-14.4a5.56 5.56 0 0 0-4.4 2.136L26.112 24l3.342 3.264a5.559 5.559 0 0 0 4.4 2.136 5.4 5.4 0 1 0-.002-10.8Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21.243 29.44a9 9 0 1 1 0-10.88L26.712 24Zm-2.7-8.7a5.56 5.56 0 0 0-4.4-2.136 5.4 5.4 0 1 0 0 10.8 5.559 5.559 0 0 0 4.4-2.136L21.888 24Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
})]
}));
};
exports.VVInfinity = VVInfinity;