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