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