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