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