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