Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/globe-2.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

28 lines
629 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Globe2 = createLucideIcon("Globe2", [
["path", { d: "M21.54 15H17a2 2 0 0 0-2 2v4.54", key: "1djwo0" }],
[
"path",
{
d: "M7 3.34V5a3 3 0 0 0 3 3v0a2 2 0 0 1 2 2v0c0 1.1.9 2 2 2v0a2 2 0 0 0 2-2v0c0-1.1.9-2 2-2h3.17",
key: "1fi5u6"
}
],
[
"path",
{
d: "M11 21.95V18a2 2 0 0 0-2-2v0a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",
key: "xsiumc"
}
],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
export { Globe2 as default };
//# sourceMappingURL=globe-2.mjs.map