diff --git a/lib/constants/constants.dart b/lib/constants/constants.dart index 28e9b477..4ae4f97b 100644 --- a/lib/constants/constants.dart +++ b/lib/constants/constants.dart @@ -139,6 +139,17 @@ const Map peopleIconList = { 'face': Icons.face, 'face_3': Icons.face_3, }; +const Map medicalIconList = { + 'local_hospital': Icons.local_hospital, + 'medical_services': Icons.medical_services, + 'local_pharmacy': Icons.local_pharmacy, + 'dentistry': Icons.medical_information, + 'healing': Icons.healing, + 'health_and_safety': Icons.health_and_safety, + 'monitor_heart': Icons.monitor_heart, + 'bloodtype': Icons.bloodtype, + 'coronavirus': Icons.coronavirus, +}; const Map othersIconList = { 'real_estate_agent': Icons.real_estate_agent, 'auto_graph': Icons.auto_graph, @@ -172,6 +183,7 @@ const Map> mapIconsList = { "Travel": travelIconList, "Tech": techIconList, "People": peopleIconList, + "Medical": medicalIconList, "Others": othersIconList, }; const Map iconList = { @@ -180,6 +192,7 @@ const Map iconList = { ...travelIconList, ...techIconList, ...peopleIconList, + ...medicalIconList, ...othersIconList, }; const Map accountIconList = {