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