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