UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.12 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const ChatUser = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 159 233.9", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.ChatUser-b{fill:white;}` }) }), _jsx("circle", { className: "ChatUser-b", cx: "72.9", cy: "120", r: "28.7" }), _jsx("path", { className: "ChatUser-b", d: "M105.9,181.5c-5.4-37.7-59.8-38-65.6-.3l-6.2,40.4c-.2,1.3.4,2.5,1.6,3.1l1.3.6c23.1,11.7,50.4,11.5,73.2-.6,1.1-.6,1.7-1.8,1.6-3.1l-5.8-40.1Z" }), _jsx("path", { className: "ChatUser-b", d: "M142.4,0H16.6C7.4,0,0,7.4,0,16.6v41.8c0,9.2,7.4,16.6,16.6,16.6h98.4l27,31,.4-31c9.2,0,16.6-7.4,16.6-16.6V16.6c0-9.2-7.4-16.6-16.6-16.6ZM138,59H22c-2.8,0-5-2.2-5-5V21c0-2.8,2.2-5,5-5h116c2.8,0,5,2.2,5,5v33c0,2.8-2.2,5-5,5Z" }), _jsx("circle", { className: "ChatUser-b", cx: "37", cy: "39.3", r: "12" }), _jsx("circle", { className: "ChatUser-b", cx: "79", cy: "39.3", r: "12" }), _jsx("circle", { className: "ChatUser-b", cx: "120", cy: "39.3", r: "12" })] })); export default ChatUser; //# sourceMappingURL=ChatUser.js.map