@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
12 lines (11 loc) • 1.96 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Globe = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 252 252", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `
.Globe-b {
fill: #474747;
}
.Globe-c {
fill: #dbdbdb;
}
` }) }), _jsx("circle", { className: "Globe-c", cx: "126", cy: "126", r: "110.5" }), _jsx("path", { className: "Globe-b", d: "M126,0C56.5,0,0,56.5,0,126s56.5,126,126,126,126-56.5,126-126S195.5,0,126,0ZM220.9,121.6h-49.3c-.4-14.4-3-28.5-7.7-41.9,12.1-3.6,23.6-9,34.2-15.9,13.4,15.7,21.9,35.8,22.8,57.8ZM129.6,38.1c9.7,10.9,17.6,23.2,23.2,36.6-7.6,1.7-15.4,2.7-23.2,3v-39.5ZM129.6,166.1v-36.5h33.6c-.5,13.8-3.1,27.2-7.7,39.9-8.5-2-17.1-3.1-25.9-3.4ZM152.6,177.4c-5.6,13.1-13.4,25.2-22.9,35.9v-38.8c7.8.3,15.4,1.2,22.9,2.9ZM121.6,174.5v39.9c-10-10.9-18-23.4-23.7-36.8,7.8-1.8,15.7-2.8,23.7-3.1ZM94.9,169.7c-4.6-12.8-7.2-26.3-7.6-40.1h34.3v36.5c-9,.3-18,1.5-26.7,3.6ZM121.6,77.6c-8-.3-16-1.3-23.8-3.1,5.8-13.5,13.8-26,23.8-37v40.1ZM90.4,72.4c-10.9-3.3-21.3-8-31-14.1,15.1-14.8,35.1-24.7,57.3-26.8-11.2,12.1-20.1,25.9-26.4,41ZM94.9,81.7c8.7,2.1,17.7,3.3,26.7,3.6v36.4h-34.3c.4-13.8,3-27.2,7.6-40ZM90.4,179.7c6.3,15,15.2,28.9,26.3,40.9-22.2-2.1-42.2-12-57.3-26.8,9.6-6.1,20-10.9,30.9-14.1ZM160.8,179.4c11.2,3.3,21.9,8.1,31.7,14.3-15.3,15-35.7,24.9-58.4,26.9,11.3-12.1,20.3-26.1,26.7-41.2ZM129.6,121.6v-36.4c8.9-.3,17.6-1.4,26.2-3.4,4.5,12.7,7.1,26.1,7.4,39.8h-33.6ZM161,72.6c-6.3-15.1-15.2-29.1-26.3-41.2,22.4,2.1,42.6,11.9,57.8,26.9-9.8,6.2-20.4,11-31.5,14.3ZM53.9,63.9c10.4,6.8,21.8,12.1,33.6,15.7-4.7,13.4-7.4,27.6-7.9,42.1H31.1c.9-22,9.3-42.1,22.8-57.8ZM31.1,129.6h48.6c.4,14.5,3.1,28.7,7.9,42.2-11.9,3.6-23.2,8.9-33.6,15.7-13.5-15.7-21.9-35.8-22.9-57.9ZM198,187.5c-10.7-6.9-22.2-12.3-34.4-15.9,4.7-13.4,7.5-27.5,7.9-42h49.3c-.9,22-9.4,42.2-22.9,57.9Z" })] }));
export default Globe;
//# sourceMappingURL=Globe.js.map