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