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