UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.1 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const UserCard = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 205 133", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.UserCard-b{fill:white;}` }) }), _jsx("path", { className: "UserCard-b", d: "M182.8,133H22.2c-12.3,0-22.2-10-22.2-22.2V22.2C0,10,10,0,22.2,0h160.5c12.3,0,22.2,10,22.2,22.2v88.5c0,12.3-10,22.2-22.2,22.2ZM59.2,66c11.2,0,20.2-9.1,20.2-20.2s-9.1-20.2-20.2-20.2-20.2,9.1-20.2,20.2,9.1,20.2,20.2,20.2ZM76.9,65.4c-.5-.4-1.3-.4-1.8,0-4.3,3.5-9.8,5.6-15.8,5.6s-11.5-2.1-15.8-5.6c-.5-.4-1.3-.5-1.8,0-6,4.9-9.9,12.1-10.4,20.3,0,.8,1.3,11.9,2.2,11.9h0c14.4,12.9,36.1,13.4,51.1,1.2l1.3-1.1c.8,0,1.5-11.2,1.5-12-.4-8.2-4.4-15.5-10.4-20.3ZM114,40h58.1c2.4,0,4.6-1.6,5.1-4s-1.8-6-4.9-6h-58.1c-2.4,0-4.6,1.6-5.1,4s1.8,6,4.9,6ZM172.3,62h-58.1c-2.4,0-4.6,1.6-5.1,4s1.8,6,4.9,6h58.1c2.4,0,4.6-1.6,5.1-4s-1.8-6-4.9-6ZM172.3,93h-58.1c-2.4,0-4.6,1.6-5.1,4s1.8,6,4.9,6h58.1c2.4,0,4.6-1.6,5.1-4s-1.8-6-4.9-6Z" })] })); export default UserCard; //# sourceMappingURL=UserCard.js.map