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