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