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