@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
7 lines • 574 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CountryballJP = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 84 84", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.CountryballJP-b{fill:#ad2333;}
.CountryballJP-c{fill:white;}
` }) }), _jsx("circle", { className: "CountryballJP-c", cx: "42", cy: "42", r: "42" }), _jsx("circle", { className: "CountryballJP-b", cx: "42", cy: "42", r: "20" })] }));
export default CountryballJP;
//# sourceMappingURL=CountryballJP.js.map