@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 491 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const DownTri = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 243.4 214.2", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.DownTri-b{fill:white;}` }) }), _jsx("path", { className: "DownTri-b", d: "M124.6,212.5L242.9,5c1.3-2.2-.3-5-2.9-5H3.3C.8,0-.8,2.8.4,5l118.3,207.5c1.3,2.2,4.5,2.2,5.8,0Z" })] }));
export default DownTri;
//# sourceMappingURL=DownTri.js.map