open-icon
Version:
Open Icon
27 lines (26 loc) • 533 B
JavaScript
// lib/meta/icon_trees.svg.ts
var meta = {
"description": "The icon represents a group of trees, typically depicted with a trunk and green foliage. It symbolizes nature, growth, and the environment.",
"category": [
"Things",
"Nature"
],
"tag": [
"forest",
"woodland",
"foliage",
"environment",
"landscape",
"scenery",
"greenery",
"flora",
"outdoors",
"plant"
],
"title": "Trees"
};
var icon_trees_svg_default = meta;
export {
icon_trees_svg_default as default,
meta
};