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