@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 533 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const ReturnReverse = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 53.5 60.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.ReturnReverse-b{fill:white;}` }) }), _jsx("path", { className: "ReturnReverse-b", d: "M53.5,49.5l-18.5-10.8v6.3H9V4.7c0-2.2-1.4-4.2-3.6-4.6S0,1.7,0,4.5v45c0,2.5,2,4.5,4.5,4.5h30.5v6.3l18.5-10.8Z" })] }));
export default ReturnReverse;
//# sourceMappingURL=ReturnReverse.js.map