open-icon
Version:
Open Icon
27 lines (26 loc) • 628 B
JavaScript
// lib/meta/icon_note-heart.svg.ts
var meta = {
"description": "The note-heart icon is a representation of a heart shape commonly used to symbolize love and affection. It combines the visual of a heart with a sheet of paper, suggesting a message or expression of sentiment.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"love",
"affection",
"Valentine's Day",
"message",
"note",
"communication",
"emoticon",
"romance",
"card",
"heart"
],
"title": "Note Heart"
};
var icon_note_heart_svg_default = meta;
export {
icon_note_heart_svg_default as default,
meta
};