open-icon
Version:
Open Icon
27 lines (26 loc) • 540 B
JavaScript
// lib/meta/icon_leaf.svg.ts
var meta = {
"description": "The leaf icon represents a small and usually flat green part of a plant that grows from a stem or branch, providing energy through the process of photosynthesis.",
"category": [
"Things",
"Nature"
],
"tag": [
"nature",
"green",
"plant",
"environment",
"ecology",
"foliage",
"botany",
"flora",
"symbol",
"fresh"
],
"title": "Leaf"
};
var icon_leaf_svg_default = meta;
export {
icon_leaf_svg_default as default,
meta
};