open-icon
Version:
Open Icon
13 lines (12 loc) • 484 B
JavaScript
// lib/meta/icon_globe-2.svg.ts
var meta = {
description: "The globe-2 icon represents the Earth or navigating the world wide web. It is commonly used to symbolize global or international concepts on user interfaces.",
category: ["Interface"],
tag: ["earth", "world", "globe", "internet", "navigation", "global", "international", "planet", "web", "worldwide"],
title: "Globe 2"
};
var icon_globe_2_svg_default = meta;
export {
icon_globe_2_svg_default as default,
meta
};