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