open-icon
Version:
Open Icon
26 lines (25 loc) • 484 B
JavaScript
// lib/meta/icon_cat3.svg.ts
var meta = {
"description": "A cute and playful icon of a cat with big eyes and a fluffy tail, perfect for any project related to animals or pets.",
"category": [
"Animals"
],
"tag": [
"cat",
"pet",
"feline",
"kitten",
"whiskers",
"adorable",
"playful",
"fluffy",
"cute",
"animal lover"
],
"title": "Cat 3"
};
var icon_cat3_svg_default = meta;
export {
icon_cat3_svg_default as default,
meta
};