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