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