@icongo/vv
Version:
Vivid Icons
17 lines • 655 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var VVCloud = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_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: {
fill: "#ff6e6e",
fillRule: "evenodd"
}
})
}));
export { VVCloud };