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