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