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