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