open-icon
Version:
Open Icon
26 lines (25 loc) • 470 B
JavaScript
// lib/meta/icon_cat.svg.ts
var meta = {
"description": "An icon of a cute and playful cat, commonly used to represent pets, feline animals, or domestic animals.",
"category": [
"Animals"
],
"tag": [
"cat",
"pet",
"feline",
"domestic animals",
"mammal",
"playful",
"cute",
"kitten",
"adorable",
"whiskers"
],
"title": "Cat"
};
var icon_cat_svg_default = meta;
export {
icon_cat_svg_default as default,
meta
};