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