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