open-icon
Version:
Open Icon
27 lines (26 loc) • 657 B
JavaScript
// lib/meta/icon_palmtree-island-wave.svg.ts
var meta = {
"description": "The icon depicts a tropical palm tree on an island with waves below, symbolizing a picturesque beach destination. It can be used for wayfinding purposes to indicate beach locations or tropical getaways.",
"category": [
"Wayfinding",
"Nature"
],
"tag": [
"palm tree",
"island",
"wave",
"tropical",
"beach",
"destination",
"vacation",
"summer",
"travel",
"seaside"
],
"title": "Palm Tree Island Wave"
};
var icon_palmtree_island_wave_svg_default = meta;
export {
icon_palmtree_island_wave_svg_default as default,
meta
};