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