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