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