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