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