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