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