open-icon
Version:
Open Icon
27 lines (26 loc) • 584 B
JavaScript
// lib/meta/icon_broken-heart-m.svg.ts
var meta = {
"description": "The broken-heart-m icon is a symbol depicting a heart shape that is broken in the middle. It is commonly used to represent heartbreak and sadness in various UI designs.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"heart",
"broken",
"emotions",
"love",
"sadness",
"UI",
"design",
"symbol",
"romance",
"feelings"
],
"title": "Broken Heart"
};
var icon_broken_heart_m_svg_default = meta;
export {
icon_broken_heart_m_svg_default as default,
meta
};