UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 878 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const ChatBox = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 168 141.6", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.ChatBox-b{fill:white;}` }) }), _jsx("path", { className: "ChatBox-b", d: "M150.2,0H17.8C8,0,0,8,0,17.8v72.5c0,9.8,8,17.8,17.8,17.8h103.4l28.9,33.6v-33.6c10,0,18-8,18-17.7V17.8c0-9.8-8-17.8-17.8-17.8ZM150.2,94H17.8c-2.1,0-3.8-1.7-3.8-3.8V17.8c0-2.1,1.7-3.8,3.8-3.8h132.5c2.1,0,3.8,1.7,3.8,3.8v72.5c0,2.1-1.7,3.8-3.8,3.8Z" }), _jsx("circle", { className: "ChatBox-b", cx: "83.9", cy: "54.7", r: "12.2" }), _jsx("circle", { className: "ChatBox-b", cx: "39.9", cy: "54.6", r: "12.2" }), _jsx("circle", { className: "ChatBox-b", cx: "128.3", cy: "54.6", r: "12.2" })] })); export default ChatBox; //# sourceMappingURL=ChatBox.js.map