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