open-icon
Version:
Open Icon
25 lines (24 loc) • 455 B
JavaScript
// lib/meta/icon_heart-small.svg.ts
var meta = {
"description": "A small heart icon suitable for UI design, representing love and emotion.",
"category": [
"Interface"
],
"tag": [
"heart",
"love",
"romantic",
"valentine",
"affection",
"symbol",
"icon",
"graphic",
"small"
],
"title": "Heart Small"
};
var icon_heart_small_svg_default = meta;
export {
icon_heart_small_svg_default as default,
meta
};