UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 625 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Cloud = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 166.5 91.5", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Cloud-b{fill:white;}` }) }), _jsx("path", { className: "Cloud-b", d: "M16,91.5h129c16,0,21.5-12.5,21.5-23.5s-4-19-9-24-13.5-9.5-13.5-9.5c0,0-.5-13.5-8.5-21.5S118.5,0,106.5,0s-21.5,6.5-25.5,9.5-6,4-6,4c0,0-8.5-9.5-18.5-9.5s-14.5,4.5-18.5,8.5-4,11-4,14,1,11,1,11c0,0-19.6,2-25.8,9S0,56.5,0,66.5c0,10,6,25,16,25Z" })] })); export default Cloud; //# sourceMappingURL=Cloud.js.map