@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 516 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Credits = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 78 80", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Credits-b{fill:white;}` }) }), _jsx("polygon", { className: "Credits-b", points: "0 0 12 0 50 68 45 80 0 0" }), _jsx("polygon", { className: "Credits-b", points: "24 0 36 0 54 33 66 0 78 0 56 55 24 0" })] }));
export default Credits;
//# sourceMappingURL=Credits.js.map