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