open-icon
Version:
Open Icon
13 lines (12 loc) • 529 B
JavaScript
// lib/meta/icon_world.svg.ts
var meta = {
description: "The world icon represents the global concept, often used to symbolize international, worldwide, or global themes. It can be used to indicate a map, geolocation, travel, or multiculturalism.",
category: ["Interface", "Symbol"],
tag: ["global", "international", "maps", "geolocation", "travel", "multiculturalism", "earth", "planet", "worldwide", "globe"],
title: "World"
};
var icon_world_svg_default = meta;
export {
icon_world_svg_default as default,
meta
};