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