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