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