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