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