From cd737a0177c8b6ed75cf5a1531e6bb58593ea903 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 7 Oct 2020 02:24:04 -0700 Subject: [PATCH] Update some prefetch icons Summary: Enabled all android plugins in Flipper and navigated around. Some additional icons were prefetched. Reviewed By: passy Differential Revision: D24138244 fbshipit-source-id: d38ad8b39781bdfea76c849611772de37260d8b3 --- desktop/static/icons.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index be5aea325..c953937ac 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -1,6 +1,7 @@ { "accessibility": [ - 16 + 16, + 20 ], "app-dailies": [ 12 @@ -413,7 +414,8 @@ 20 ], "checkmark-circle": [ - 12 + 12, + 20 ], "circle": [ 12 @@ -444,5 +446,11 @@ ], "cup-outline": [ 24 + ], + "unicorn": [ + 20 + ], + "turtle": [ + 20 ] } \ No newline at end of file