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