From 1c9fc754570d4d089bfd399cd980ddb5ca7fe5fb Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 27 Sep 2019 03:34:58 -0700 Subject: [PATCH] Add some uncached icons to the preloaded set Reviewed By: passy Differential Revision: D17602891 fbshipit-source-id: f06b2de37eec0909dd7098dd0b2ea0f0514c5ab5 --- src/utils/icons.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/utils/icons.js b/src/utils/icons.js index 53186ae62..659967360 100644 --- a/src/utils/icons.js +++ b/src/utils/icons.js @@ -20,7 +20,7 @@ const ICONS = { 'caution-triangle': [16], 'info-circle': [16], 'magic-wand': [20], - 'magnifying-glass': [20], + 'magnifying-glass': [16, 20], 'minus-circle': [12], mobile: [12], box: [12], @@ -35,6 +35,17 @@ const ICONS = { 'chevron-down': [8], star: [16, 24], 'star-outline': [16, 24], + camera: [12], + camcorder: [12], + 'bell-null': [12], + 'question-circle-outline': [16], + 'chevron-down-outline': [10], + 'app-dailies': [12], + apps: [12], + internet: [12], + profile: [12], + target: [12], + bird: [12], }; // Takes a string like 'star', or 'star-outline', and converts it to