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