open-icon
Version:
Open Icon
27 lines (26 loc) • 538 B
JavaScript
// lib/meta/icon_plant.svg.ts
var meta = {
"description": "The plant icon signifies nature, growth, and freshness. It is often used to represent environmental themes, gardening, and sustainability.",
"category": [
"Things",
"Nature"
],
"tag": [
"green",
"leaf",
"organic",
"eco-friendly",
"botany",
"floral",
"environment",
"growth",
"freshness",
"sustainability"
],
"title": "Plant"
};
var icon_plant_svg_default = meta;
export {
icon_plant_svg_default as default,
meta
};