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