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