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