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