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