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