open-icon
Version:
Open Icon
26 lines (25 loc) • 559 B
JavaScript
// lib/meta/icon_cross.svg.ts
var meta = {
"description": "The icon 'cross' typically represents a point of interest or a location on a map. It is commonly used in wayfinding signage to indicate a specific destination or area.",
"category": [
"Wayfinding"
],
"tag": [
"Navigation",
"Map",
"Location",
"Destination",
"Signage",
"Symbol",
"Marker",
"Point of interest",
"Direction",
"Guide"
],
"title": "Cross"
};
var icon_cross_svg_default = meta;
export {
icon_cross_svg_default as default,
meta
};