@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 594 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Collapse = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 80.7 68.8", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Collapse-b{fill:white;}` }) }), _jsx("polygon", { className: "Collapse-b", points: "32.5 68.6 0 33.8 32.6 0 42.7 9.7 19.3 33.9 42.8 59.1 32.5 68.6" }), _jsx("polygon", { className: "Collapse-b", points: "70.4 68.8 37.9 33.9 70.5 .2 80.6 9.9 57.2 34.1 80.7 59.2 70.4 68.8" })] }));
export default Collapse;
//# sourceMappingURL=Collapse.js.map