UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

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