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