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