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