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