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