import type { IconDefinition } from '../../types';
export const heart: IconDefinition = {
name: 'heart',
category: 'social',
description: 'Like/favorite action',
tags: ['love', 'favorite', 'like', 'save'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};