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