UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 845 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Wallpaper = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 160 139", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Wallpaper-b{fill:white;}` }) }), _jsx("path", { className: "Wallpaper-b", d: "M149.5,95H10.5c-5.8,0-10.5-4.7-10.5-10.5V10.5C0,4.7,4.7,0,10.5,0h139c5.8,0,10.5,4.7,10.5,10.5v74c0,5.8-4.7,10.5-10.5,10.5ZM15,80h130V15H15v65Z" }), _jsx("path", { className: "Wallpaper-b", d: "M120.5,139H39.5c15.1-13,22.8-26,23-39h33c-1.7,13,6.7,26,25,39Z" }), _jsx("polygon", { className: "Wallpaper-b", points: "21 76 32 55 48 71 76 29 103 72 124 51 141.2 76 21 76" }), _jsx("circle", { className: "Wallpaper-b", cx: "115", cy: "31", r: "12" })] })); export default Wallpaper; //# sourceMappingURL=Wallpaper.js.map