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