open-icon
Version:
Open Icon
26 lines (25 loc) • 525 B
JavaScript
// lib/meta/icon_tree.svg.ts
var meta = {
"description": "The icon 'tree' symbolizes nature, growth, and strength. It is commonly used to represent environmental themes, forests, ecology, and sustainability.",
"category": [
"Nature"
],
"tag": [
"environment",
"forest",
"ecology",
"sustainability",
"plant",
"green",
"leaves",
"wood",
"natural",
"landscape"
],
"title": "Tree"
};
var icon_tree_svg_default = meta;
export {
icon_tree_svg_default as default,
meta
};