import * as React from 'react'; export interface MHeart24Props extends React.SVGProps { ariaLabel?: string } export default function MHeart24({ ariaLabel, ...props }: MHeart24Props) { return ( ); }