@icongo/vv
Version:
Vivid Icons
38 lines (37 loc) • 1.63 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVCloudTools = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVCloudTools = function VVCloudTools(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: "M37.22 37H13.492A9.67 9.67 0 0 1 4 27.162C4 21.729 7.758 18 13 18a17.222 17.222 0 0 1 3 0c1.607-3.882 5.022-7 9.356-7C31.16 11 36 14.985 36 21c0 .411.043 1.6 0 2a3.292 3.292 0 0 1 1 0 7.046 7.046 0 0 1 7 6.973A6.907 6.907 0 0 1 37.22 37Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m8.809 35.713 12.414-12.49L24.9 26.9 14.853 37h-1.361a9.183 9.183 0 0 1-4.683-1.287Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M32.427 19.171a7.041 7.041 0 0 1-1.443 7.754 6.869 6.869 0 0 1-6.426 1.862 7.573 7.573 0 0 1-5.387-6.655 6.981 6.981 0 0 1 2.008-5.1 6.885 6.885 0 0 1 7.683-1.456l-5.009 5.055 3.566 3.6Z",
style: {
fill: "#fff",
fillRule: "evenodd"
}
})]
}));
};
exports.VVCloudTools = VVCloudTools;