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