/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const Globe = [ "svg", defaultAttributes, [ ["circle", { cx: "12", cy: "12", r: "10" }], ["line", { x1: "2", x2: "22", y1: "12", y2: "12" }], [ "path", { d: "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" } ] ] ]; export { Globe as default }; //# sourceMappingURL=globe.js.map