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