open-icon
Version:
Open Icon
27 lines (26 loc) • 658 B
JavaScript
// lib/meta/icon_button-broken-heart.svg.ts
var meta = {
"description": "This icon features a heart symbol that is broken in half, conveying the concept of a broken heart. It is commonly used in user interfaces to represent a state of emotional distress or heartbreak.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"heart",
"love",
"emotions",
"sadness",
"heartbreak",
"button",
"user interface",
"broken heart",
"relationship",
"symbol"
],
"title": "Button Broken Heart"
};
var icon_button_broken_heart_svg_default = meta;
export {
icon_button_broken_heart_svg_default as default,
meta
};