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