@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 892 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Rocket = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 137.7 140.1", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Rocket-b{fill:white;}` }) }), _jsx("path", { className: "Rocket-b", d: "M23.9,98.1s-2,7-2,13,0,6,0,6c0,0-1,1,7,0s13-1,13-1c0,0-4,11.8-11.5,15.9s-23.2,3.5-23.5,2.1c0,0-2-16,1-24s16-12,16-12Z" }), _jsx("path", { className: "Rocket-b", d: "M120,67.1c-18,24-25,26-25,26,0,0,6,22-1,31s-33,16-33,16c0,0,9-15,9-19,0-7-1.5-12.1-1.5-12.1,0,0-22.5,1.1-31.5-6.9s-9-34-9-34c0,0-7-1-14-1S0,78.1,0,78.1c0,0,1-21,11-31s8-8,17-8,18,4,18,4c0,0,1-4,30-25C105-2.9,137,.1,137,.1c0,0,6.2,36.1-17,67ZM99.4,26.1c-6.9,0-12.5,5.6-12.5,12.5s5.6,12.5,12.5,12.5,12.5-5.6,12.5-12.5-5.6-12.5-12.5-12.5Z" })] }));
export default Rocket;
//# sourceMappingURL=Rocket.js.map