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