From ee6f1d7d2bcc596870129b7a5c80ada26956d592 Mon Sep 17 00:00:00 2001 From: evgenyponomarev <712802+evgenyponomarev@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:03:06 +0300 Subject: [PATCH] Apply reviewed change --- lib/constants/constants.dart | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 = {