UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

12 lines (11 loc) 843 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Signal3 = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 240 208", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .Signal3-b { opacity: .4; } .Signal3-b, .Signal3-c { fill: white; } ` }) }), _jsx("rect", { className: "Signal3-b", x: "192", width: "48", height: "208", rx: "5", ry: "5" }), _jsx("rect", { className: "Signal3-c", x: "128", y: "43", width: "48", height: "165", rx: "5", ry: "5" }), _jsx("rect", { className: "Signal3-c", x: "64", y: "86", width: "48", height: "122", rx: "5", ry: "5" }), _jsx("rect", { className: "Signal3-c", y: "129", width: "48", height: "79", rx: "5", ry: "5" })] })); export default Signal3; //# sourceMappingURL=Signal3.js.map