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