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