open-icon
Version:
Open Icon
26 lines (25 loc) • 512 B
JavaScript
// lib/meta/icon_jellyfish.svg.ts
var meta = {
"description": "A cute jellyfish icon that represents marine life. It has a bell-shaped body and long tentacles.",
"category": [
"Animals"
],
"tag": [
"sea creature",
"ocean life",
"underwater",
"marine biology",
"jelly",
"tentacles",
"aquatic",
"wildlife",
"marine animal",
"ocean"
],
"title": "Jellyfish"
};
var icon_jellyfish_svg_default = meta;
export {
icon_jellyfish_svg_default as default,
meta
};