UNPKG

@kurone-kito/launchpad-icons-react

Version:

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

12 lines (11 loc) 821 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const RankExcellent = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 247 247", ...props, children: [_jsx("defs", { children: _jsx("style", { children: ` .RankExcellent-b { fill: #474747; } .RankExcellent-c { fill: #88e665; } ` }) }), _jsx("circle", { className: "RankExcellent-c", cx: "123.5", cy: "123.5", r: "123.5" }), _jsx("path", { className: "RankExcellent-b", d: "M168.8,193.4l-46.1-23.9-44.1,23.8c-1.6.9-3.4-.4-3.2-2.2l7.3-50.6-36.6-35.9c-1.3-1.2-.6-3.5,1.2-3.7l51.4-7.4,23-47.1c.8-1.6,3.1-1.6,3.9,0l22.1,47.1,52.4,7.4c1.8.2,2.5,2.5,1.2,3.7l-37.6,35.9,8.2,50.6c.3,1.8-1.5,3.1-3.1,2.3Z" })] })); export default RankExcellent; //# sourceMappingURL=RankExcellent.js.map