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