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