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