@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 500 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Fire = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 53 81", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Fire-b{fill:white;}` }) }), _jsx("path", { className: "Fire-b", d: "M23,0S0,27,0,53s14,28,24,28,29.9-4,29-26c-.6-15-9.5-22.5-12.5-29.5-1.6,4.1-4.9,10.3-10.5,13.5,0,0-9-11.5-8.5-20.5S23,0,23,0Z" })] }));
export default Fire;
//# sourceMappingURL=Fire.js.map