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