@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 514 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const NextArrow = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164 142.3", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.NextArrow-b{fill:white;}` }) }), _jsx("polygon", { className: "NextArrow-b", points: "164 71.1 94.5 0 76.1 19.3 112.3 56.2 0 56.2 0 86.2 112 86.2 75.6 122.6 75.6 122.6 94.5 142.3 164 71.1" })] }));
export default NextArrow;
//# sourceMappingURL=NextArrow.js.map