@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 750 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Logout = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 78.2 74", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Logout-b{fill:white;}` }) }), _jsx("path", { className: "Logout-b", d: "M78.2,30l-18.2-18.2v12.2h-15.6c-3.1,0-5.8,2.2-6.2,5.2s2.4,6.8,6,6.8h15.8v12.2l18.2-18.2Z" }), _jsx("path", { className: "Logout-b", d: "M49,42.3s0,0,0,.1v13.1c-2.5,0-9.3,0-17-.2V14L11.4,5h37.1c.3,0,.5.2.5.5v10.8c0,1.3,1,2.6,2.3,2.7,1.5.1,2.7-1,2.7-2.5V4.5c0-3.9-2.5-4.5-3.9-4.5H0v60l32,14v-13.7c9.3,0,17.3.2,17.9.2,1.5,0,4.1-.5,4.1-4.1v-12.9c0-2.2-2.8-3.7-5-1.2Z" })] }));
export default Logout;
//# sourceMappingURL=Logout.js.map