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