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