@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 704 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Grid = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Grid-b{fill:white;}` }) }), _jsx("rect", { className: "Grid-b", width: "45", height: "45", rx: "4", ry: "4" }), _jsx("rect", { className: "Grid-b", y: "55", width: "45", height: "45", rx: "4", ry: "4" }), _jsx("rect", { className: "Grid-b", x: "55", y: "55", width: "45", height: "45", rx: "4", ry: "4" }), _jsx("rect", { className: "Grid-b", x: "55", width: "45", height: "45", rx: "4", ry: "4" })] }));
export default Grid;
//# sourceMappingURL=Grid.js.map