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