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