@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 602 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Pulse = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 197 153.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Pulse-b{fill:white;}` }) }), _jsx("path", { className: "Pulse-b", d: "M99.2,153.8l-35.4-67.4-7,11.8-43.9-.5c-6.6.5-12.4-4.4-12.9-11-.5-6.6,4.4-12.4,11-12.9l32.1.5,23-35.2,28.6,54.6L127.3,0l35.4,74.9,22.7-.2c6.6.2,11.8,5.8,11.6,12.4-.2,6.6-5.8,11.8-12.4,11.6l-37.3-.2-16.6-35.1-31.5,90.4Z" })] }));
export default Pulse;
//# sourceMappingURL=Pulse.js.map