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