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