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