open-icon
Version:
Open Icon
26 lines (25 loc) • 549 B
JavaScript
// lib/meta/icon_palmtree-island.svg.ts
var meta = {
"description": "This icon depicts a tropical island with a single palm tree, often used as a symbol for island destinations or tropical getaways.",
"category": [
"Wayfinding"
],
"tag": [
"palm tree",
"island",
"tropical",
"vacation",
"destination",
"beach",
"summer",
"travel",
"nature",
"ocean"
],
"title": "Palmtree Island"
};
var icon_palmtree_island_svg_default = meta;
export {
icon_palmtree_island_svg_default as default,
meta
};