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