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