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