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