open-icon
Version:
Open Icon
25 lines (24 loc) • 515 B
JavaScript
// lib/meta/icon_butterfly.svg.ts
var meta = {
"description": "A butterfly icon, symbolizing beauty, transformation, and growth. Butterflies are known for their colorful wings and graceful movements.",
"category": [
"Animals"
],
"tag": [
"insect",
"nature",
"beauty",
"transformation",
"growth",
"wings",
"graceful",
"flutter",
"symbol"
],
"title": "Butterfly"
};
var icon_butterfly_svg_default = meta;
export {
icon_butterfly_svg_default as default,
meta
};