open-icon
Version:
Open Icon
27 lines (26 loc) • 570 B
JavaScript
// lib/meta/icon_squared-heart.svg.ts
var meta = {
"description": "The squared-heart icon is a symbol commonly used to represent love or affection. It features a heart shape enclosed within a square outline.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"love",
"affection",
"Valentine's Day",
"emotion",
"romance",
"symbol",
"relationship",
"heart",
"square",
"icon"
],
"title": "Squared Heart"
};
var icon_squared_heart_svg_default = meta;
export {
icon_squared_heart_svg_default as default,
meta
};