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