@icongo/vv
Version:
Vivid Icons
24 lines • 1 kB
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 VVActivity = 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: "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__*/_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"
}
})]
}));
export { VVActivity };