open-icon
Version:
Open Icon
26 lines (25 loc) • 641 B
JavaScript
// lib/meta/icon_sea-star.svg.ts
var meta = {
"description": "A sea star, also known as a starfish, is a marine animal with multiple arms extending from a central disc. They come in various colors and sizes, and are commonly found in oceans around the world.",
"category": [
"Animals"
],
"tag": [
"marine life",
"ocean creature",
"star shape",
"underwater",
"aquatic animal",
"marine biology",
"sea creature",
"marine fauna",
"marine organism",
"marine species"
],
"title": "Sea Star"
};
var icon_sea_star_svg_default = meta;
export {
icon_sea_star_svg_default as default,
meta
};