UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

4 lines 619 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Lightning = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 146.2 240.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Lightning-b{fill:white;}` }) }), _jsx("path", { className: "Lightning-b", d: "M133.9,2.5l-52.3,93.9c-.6,1.1.2,2.5,1.5,2.5h61.4c1.4,0,2.2,1.6,1.3,2.7L39.2,239.8c-1.2,1.5-3.6.2-3-1.6l29.6-89c.4-1.1-.5-2.2-1.6-2.2H1.7c-1.3,0-2.1-1.3-1.5-2.5L71.6.9c.3-.6.9-.9,1.5-.9h59.3c1.3,0,2.1,1.4,1.5,2.5Z" })] })); export default Lightning; //# sourceMappingURL=Lightning.js.map