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