UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

12 lines (11 loc) 1.04 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const RankGood = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 247 247", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .RankGood-b { fill: #474747; } .RankGood-c { fill: #88e665; } ` }) }), _jsxs("g", { children: [_jsx("path", { className: "RankGood-b", d: "M123.5,239c-63.7,0-115.5-51.8-115.5-115.5S59.8,8,123.5,8s115.5,51.8,115.5,115.5-51.8,115.5-115.5,115.5Z" }), _jsx("path", { className: "RankGood-c", d: "M123.5,16c28.7,0,55.7,11.2,76,31.5,20.3,20.3,31.5,47.3,31.5,76s-11.2,55.7-31.5,76c-20.3,20.3-47.3,31.5-76,31.5s-55.7-11.2-76-31.5c-20.3-20.3-31.5-47.3-31.5-76s11.2-55.7,31.5-76c20.3-20.3,47.3-31.5,76-31.5M123.5,0C55.3,0,0,55.3,0,123.5s55.3,123.5,123.5,123.5,123.5-55.3,123.5-123.5S191.7,0,123.5,0h0Z" })] }), _jsx("circle", { className: "RankGood-c", cx: "123.5", cy: "123.5", r: "22.5" })] })); export default RankGood; //# sourceMappingURL=RankGood.js.map