UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

16 lines (14 loc) 1.02 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Layer3D = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 215.7 249.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .Layer3D-b { fill: #474747; } .Layer3D-c { fill: #dbdbdb; } .Layer3D-d { fill: #5d5d5d; } ` }) }), _jsx("polygon", { className: "Layer3D-d", points: "186 89.7 108.6 167.9 29.9 90.1 7.5 103.6 108.8 203.9 208.4 103.3 186 89.7" }), _jsx("polygon", { className: "Layer3D-c", points: "107.9 5.3 7.3 66.2 108.6 166.5 208.2 65.9 107.9 5.3" }), _jsx("path", { className: "Layer3D-b", d: "M215.7,102.4l-23.3-14.1,23.1-23.3L107.9,0,0,65.4l23.5,23.3L.2,102.8l24.7,24.4L0,142.3l108.6,107.5,106.9-107.9-24.3-14.7,24.5-24.8ZM202.6,66.6l-94.1,95L12.9,66.9,107.9,9.4l94.7,57.2ZM108.6,172.9l78-78.7,16.3,9.8-94.1,95L13.1,104.3l16.2-9.8,79.2,78.4Z" })] })); export default Layer3D; //# sourceMappingURL=Layer3D.js.map