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