open-icon
Version:
Open Icon
27 lines (26 loc) • 492 B
JavaScript
// lib/meta/icon_leafs.svg.ts
var meta = {
"description": "The icon 'leafs' represents green leaves, typically associated with nature, gardening, and ecology.",
"category": [
"Nature",
"Gardening"
],
"tag": [
"leaves",
"green",
"ecology",
"environment",
"plants",
"botanical",
"foliage",
"flora",
"natural",
"organic"
],
"title": "Leafs"
};
var icon_leafs_svg_default = meta;
export {
icon_leafs_svg_default as default,
meta
};