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