From 708db9003a6076860dc4309d6d028ac77b5e3ff6 Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Tue, 26 Sep 2023 09:38:07 -0700 Subject: [PATCH] Fix broken icon Summary: it isnt showing up in prod, Reviewed By: lblasa Differential Revision: D49639706 fbshipit-source-id: 952a4580ecb102f8a765d63c702e80ae384b88a7 --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index 09a208149..9719f74e0 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -673,5 +673,8 @@ ], "weather-thunder-outline": [ 16 + ], + "weather-thunder": [ + 16 ] -} \ No newline at end of file +}