@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 955 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Heart = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 233.2 213.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Heart-b{fill:white;}` }) }), _jsx("path", { className: "Heart-b", d: "M166,0c-19.1-.2-36.4,8.2-49.6,21.6-5-5.3-10.8-10-17.3-13.5C55.3-16.1-.3,16.8,0,67c.8,28,34.8,77.3,59,105.4,18.3,20.4,41.3,44.2,62.3,40.6,6.3-1.3,12-4.2,17.6-7.9,33-21.4,92.1-99.7,94.3-137.6C233.7,31.4,203.5-.1,166.2,0h-.2ZM175.2,142.9c-11.7,15.4-26.1,32.4-41,44-11.9,8.6-16.3,11.5-25.6,6.5-13.7-6.5-38.7-33.7-50.8-50.5-19.4-25.9-40-60.4-39.9-75.6-.3-35.1,38.3-59.4,69.8-44.2,8.6,4,15.9,10.5,21,18.6.4.7,3.5,5.8,5.9,9.7s3.7,1.5,4.5-.4c1.1-2.8,2.7-6.1,4.1-7.8,9.2-15,24.8-24.7,42.6-24.7,28.5-.3,52.6,25.3,48.8,53.8-1.5,6.6-3.9,12.2-7.2,19.2-8.3,17-20.6,35.9-32.1,51.2h0Z" })] }));
export default Heart;
//# sourceMappingURL=Heart.js.map