@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 677 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const UserIcon = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 120 120", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.UserIcon-b{fill:white;}` }) }), _jsx("path", { className: "UserIcon-b", d: "M60,0C26.9,0,0,26.9,0,60s26.9,60,60,60,60-26.9,60-60S93.1,0,60,0ZM89.9,101.2c-.9-15.8-14-28.3-29.9-28.3s-29,12.5-29.9,28.3c-12.7-9.3-21.1-24.3-21.1-41.2,0-28.1,22.9-51,51-51s51,22.9,51,51-8.3,32-21.1,41.2Z" }), _jsx("circle", { className: "UserIcon-b", cx: "60", cy: "44", r: "26" })] }));
export default UserIcon;
//# sourceMappingURL=UserIcon.js.map