open-icon
Version:
Open Icon
27 lines (26 loc) • 525 B
JavaScript
// lib/meta/icon_cactus.svg.ts
var meta = {
"description": "An icon of a cactus plant commonly found in desert environments. The cactus icon can symbolize resilience, strength, and adaptability.",
"category": [
"Nature",
"Plants",
"Misc"
],
"tag": [
"desert",
"succulent",
"plant",
"spiky",
"thorny",
"wildlife",
"arid climate",
"growth",
"botany"
],
"title": "Cactus"
};
var icon_cactus_svg_default = meta;
export {
icon_cactus_svg_default as default,
meta
};