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