LineIcon.hospitalAlt constructor
      const
      LineIcon.hospitalAlt({ 
    
- Key? key,
 - double? size,
 - Color? color,
 - String? semanticLabel,
 - TextDirection? textDirection,
 
Constructor for hospital_1 icon Name hospital_1 turns into flutterish hospitalAlt
Implementation
const LineIcon.hospitalAlt({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.hospitalAlt,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );