open-icon
Version:
Open Icon
13 lines (12 loc) • 589 B
JavaScript
// lib/meta/icon_map2.svg.ts
var meta = {
description: "The map2 icon is an illustration representing a map with various landmarks, roads, and geographical details. It is commonly used in digital interfaces for wayfinding purposes, such as displaying locations, directions, and points of interest.",
category: ["Wayfinding", "Interface"],
tag: ["Map", "Landmarks", "Geographical", "Roads", "Directions", "Travel", "Navigation", "Points of Interest", "Location", "Explore"],
title: "Map 2"
};
var icon_map2_svg_default = meta;
export {
icon_map2_svg_default as default,
meta
};