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