@icongo/cg
Version:
css.gg Icons
17 lines • 740 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGHeart = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "m12.012 5.572-1.087-1.087a5.5 5.5 0 1 0-7.778 7.778l8.839 8.839.002-.002.026.026 8.839-8.839a5.5 5.5 0 1 0-7.778-7.778l-1.063 1.063Zm-.024 12.7 4.936-4.937 1.45-1.4h.002l1.063-1.062a3.5 3.5 0 1 0-4.95-4.95L12.013 8.4l-.007-.007h-.001L9.511 5.9a3.5 3.5 0 1 0-4.95 4.95l2.54 2.54.001-.003 4.886 4.886Z",
clipRule: "evenodd"
})
}));
export { CGHeart };