@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 509 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Return = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 53.4 60.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Return-b{fill:white;}` }) }), _jsx("path", { className: "Return-b", d: "M49.8,0c-2.9-.6-5.4,1.6-5.4,4.4v40.5h-26v-6.3L0,49.5l18.4,10.8v-6.3h30.5c2.5,0,4.5-2,4.5-4.5V4.7c0-2.2-1.4-4.2-3.6-4.6Z" })] }));
export default Return;
//# sourceMappingURL=Return.js.map