UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 1.19 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Bulb = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 199 184.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Bulb-b{fill:white;}` }) }), _jsx("path", { className: "Bulb-b", d: "M100.5,25c-25,1-45.4,21-46.9,45.9-1.1,17.7,7.2,33.4,20.4,42.9v23.6c0,2.8,2.3,5,5,5h47.1c2.7,0,4.9-2.2,4.9-4.9v-23.7c12.4-8.9,20.5-23.4,20.5-39.8,0-27.7-23-50.1-51-49Z" }), _jsx("path", { className: "Bulb-b", d: "M125.9,148.5h-46.9c-2.8,0-5,2.3-5,5v14.9c0,4.4,3.6,8.1,8.1,8.1h40.9c4.4,0,8.1-3.6,8.1-8.1v-14.9c0-2.8-2.3-5.1-5.1-5.1Z" }), _jsx("path", { className: "Bulb-b", d: "M30,100.5c0,16.5-13.5,42-30,42h0c16.5,0,30,25.5,30,42,0-16.5,13.5-42,30-42h1c-16.5,0-31-25.5-31-42Z" }), _jsx("path", { className: "Bulb-b", d: "M46.2,45h0c0-8.8,7.2-22.5,16.1-22.5h.5c-8.8,0-16.6-13.7-16.6-22.5h0c0,8.8-7.2,22.5-16.1,22.5,8.8,0,16.1,13.7,16.1,22.5Z" }), _jsx("path", { className: "Bulb-b", d: "M174.2,80.8h0c0,13.2-10.8,33.7-24,33.7,13.2,0,24,20.4,24,33.7h0c0-13.2,10.8-33.7,24-33.7h.8c-13.2,0-24.8-20.4-24.8-33.7Z" })] })); export default Bulb; //# sourceMappingURL=Bulb.js.map