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