@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 448 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Down = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 81.6 83.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Down-b{fill:white;}` }) }), _jsx("polygon", { className: "Down-b", points: "56.8 43 56.8 0 24.8 0 24.8 43 0 43 40.8 83.8 81.6 43 56.8 43" })] }));
export default Down;
//# sourceMappingURL=Down.js.map