open-icon
Version:
Open Icon
26 lines (25 loc) • 573 B
JavaScript
// lib/meta/icon_whale.svg.ts
var meta = {
"description": "The icon depicts a stylized whale, a large marine mammal known for its massive size and peaceful nature. Whales are often associated with the ocean and are symbols of strength and intelligence.",
"category": [
"Animals"
],
"tag": [
"whale",
"marine",
"mammal",
"ocean",
"sea",
"wildlife",
"nature",
"oceanography",
"marine biology",
"creature"
],
"title": "Whale"
};
var icon_whale_svg_default = meta;
export {
icon_whale_svg_default as default,
meta
};