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