UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 590 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const User = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 138 253.2", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.User-b{fill:white;}` }) }), _jsx("circle", { className: "User-b", cx: "69", cy: "51", r: "51" }), _jsx("path", { className: "User-b", d: "M137.9,231.3l-10.3-71.2c-9.7-67-106.3-67.5-116.6-.6L0,231.2c-.3,2.3.8,4.5,2.8,5.5l2.3,1.2c40.9,20.8,89.4,20.3,130-1.1h0c2-1,3.1-3.2,2.8-5.4Z" })] })); export default User; //# sourceMappingURL=User.js.map