open-icon
Version:
Open Icon
26 lines (25 loc) • 517 B
JavaScript
// lib/meta/icon_cat-head.svg.ts
var meta = {
"description": "A cute and adorable icon of a cat head, with pointy ears and whiskers. Perfect for any design related to cats, pets, or animal lovers.",
"category": [
"Animals"
],
"tag": [
"cat",
"pet",
"feline",
"kitten",
"whiskers",
"cute",
"adorable",
"animal lover",
"domestic",
"mammal"
],
"title": "Cat Head"
};
var icon_cat_head_svg_default = meta;
export {
icon_cat_head_svg_default as default,
meta
};