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