open-icon
Version:
Open Icon
27 lines (26 loc) • 586 B
JavaScript
// lib/meta/icon_anchor.svg.ts
var meta = {
"description": "An icon of an anchor, used in wayfinding to indicate a location or point of interest near a body of water. The anchor is a symbol often associated with maritime themes and navigation.",
"category": [
"Wayfinding",
"Symbol"
],
"tag": [
"Navigation",
"Water",
"Maritime",
"Direction",
"Point of interest",
"Location",
"Sea",
"Ocean",
"Sailor",
"Boat"
],
"title": "Anchor"
};
var icon_anchor_svg_default = meta;
export {
icon_anchor_svg_default as default,
meta
};