UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 899 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const List = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 102", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.List-b{fill:white;}` }) }), _jsx("rect", { className: "List-b", width: "28", height: "25", rx: "3", ry: "3" }), _jsx("rect", { className: "List-b", y: "40", width: "28", height: "25", rx: "3", ry: "3" }), _jsx("rect", { className: "List-b", y: "77", width: "28", height: "25", rx: "3", ry: "3" }), _jsx("rect", { className: "List-b", x: "34", width: "66", height: "25", rx: "3", ry: "3" }), _jsx("rect", { className: "List-b", x: "35", y: "40", width: "65", height: "25", rx: "3", ry: "3" }), _jsx("rect", { className: "List-b", x: "35", y: "77", width: "65", height: "25", rx: "3", ry: "3" })] })); export default List; //# sourceMappingURL=List.js.map