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