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