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