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