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