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