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