@icongo/vv
Version:
Vivid Icons
20 lines • 595 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var VVMoon = 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: "M20.848 27.134A17.853 17.853 0 0 0 41 30.675 17.849 17.849 0 1 1 17.3 7a17.815 17.815 0 0 0 3.548 20.134Z",
style: {
fill: "#ff6e6e",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})
}));
export { VVMoon };