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