open-icon
Version:
Open Icon
27 lines (26 loc) • 594 B
JavaScript
// lib/meta/icon_location-marker.svg.ts
var meta = {
"description": "Location marker icon that signifies a specific spot on a map or location. Used commonly in various applications for indicating places of interest or directions.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"navigation",
"map",
"pin",
"place",
"guide",
"direction",
"destination",
"marker",
"destination",
"location"
],
"title": "Location Marker"
};
var icon_location_marker_svg_default = meta;
export {
icon_location_marker_svg_default as default,
meta
};