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