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