open-icon
Version:
Open Icon
27 lines (26 loc) • 586 B
JavaScript
// lib/meta/icon_palmtree.svg.ts
var meta = {
"description": "The palmtree icon is a symbol commonly used for indicating tropical or exotic locations. It is often used in wayfinding signage to represent beaches, resorts, or vacation spots.",
"category": [
"Wayfinding",
"Symbol"
],
"tag": [
"Nature",
"Vacation",
"Tropical",
"Exotic",
"Destination",
"Travel",
"Beach",
"Resort",
"Direction",
"Signage"
],
"title": "Palm Tree"
};
var icon_palmtree_svg_default = meta;
export {
icon_palmtree_svg_default as default,
meta
};