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