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