@icongo/vv
Version:
Vivid Icons
20 lines • 654 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var VVHeart = 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: "M24 40S7 35.578 7 18.482C7 13.245 11.349 8 16.714 8A10.088 10.088 0 0 1 24 11.556 10.088 10.088 0 0 1 31.286 8C36.651 8 41 13.245 41 18.482 41 35.523 24 40 24 40Z",
style: {
fill: "#ff6e6e",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})
}));
export { VVHeart };