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