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