@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 926 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const RankPoor = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 247 247", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.RankPoor-b {
fill: #474747;
}
.RankPoor-c {
fill: #d36449;
}
` }) }), _jsxs("g", { children: [_jsx("path", { className: "RankPoor-b", d: "M123.5,238.5c-63.4,0-115-51.6-115-115S60.1,8.5,123.5,8.5s115,51.6,115,115-51.6,115-115,115Z" }), _jsx("path", { className: "RankPoor-c", d: "M123.5,17c58.7,0,106.5,47.8,106.5,106.5s-47.8,106.5-106.5,106.5S17,182.2,17,123.5,64.8,17,123.5,17M123.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: "RankPoor-c", cx: "123.5", cy: "123.5", r: "79.5" })] }));
export default RankPoor;
//# sourceMappingURL=RankPoor.js.map