iconMap constant
Implementation
static const Map<String, IconData> iconMap = <String, IconData>{
// Common icons for both components
'circle': Icons.circle,
'person': Icons.person,
'directions_run': Icons.directions_run,
'terrain': Icons.terrain,
'attach_money': Icons.attach_money,
'spa': Icons.spa,
'stars': Icons.stars,
'smoking_rooms': Icons.smoking_rooms,
'smoke_free': Icons.smoke_free,
'business': Icons.business,
'hotel': Icons.hotel,
'health': Icons.health_and_safety,
'ambulance': Icons.local_hospital,
'care': Icons.elderly,
'umbrella': Icons.umbrella,
'shield': Icons.shield,
'accident': Icons.emergency,
'child': Icons.child_care,
'medical': Icons.medical_services,
'longterm_care': Icons.elderly,
//MING CUTE ICONS
'home': MingCuteIcons.mgc_house_line,
'savings': MingCuteIcons.mgc_wallet_2_line,
'retirement': MingCuteIcons.mgc_umbrella_line,
'disabled': MingCuteIcons.mgc_disabled_line,
'education': MingCuteIcons.mgc_school_line,
'hospitalization': MingCuteIcons.mgc_bed_line,
'death': MingCuteIcons.mgc_heartbeat_line,
'critical_illness': MingCuteIcons.mgc_shield_line,
'engine': MingCuteIcons.mgc_engine_line,
'heartbreak': MingCuteIcons.mgc_heart_crack_line,
'info_outline': MingCuteIcons.mgc_information_line,
'arrow_drop_down': MingCuteIcons.mgc_align_arrow_down_line,
'edit': MingCuteIcons.mgc_edge_line,
'delete': MingCuteIcons.mgc_delete_line,
'question': MingCuteIcons.mgc_question_line,
'mgc_add': MingCuteIcons.mgc_add_line,
'mgc_share': MingCuteIcons.mgc_share_2_line,
};