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