@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 735 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const UserDrooped = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 79.9 87.88", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.UserDrooped-b{fill:white;}` }) }), _jsx("circle", { className: "UserDrooped-b", cx: "39.95", cy: "28.86", r: "28.86" }), _jsx("path", { className: "UserDrooped-b", d: "M65.12,56.79c-.74-.6-1.79-.63-2.52-.03-6.18,5.05-14.07,8.08-22.65,8.08s-16.47-3.04-22.65-8.08c-.73-.6-1.79-.57-2.52.03C6.25,63.71.61,74.07,0,85.76c-.06,1.15.85,2.12,2,2.12h75.9c1.15,0,2.06-.97,2-2.12-.61-11.69-6.24-22.05-14.78-28.97Z" })] }));
export default UserDrooped;
//# sourceMappingURL=UserDrooped.js.map