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