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