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