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