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