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