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