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