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