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