From 312fa7ce3710e73ae8e8274e1a50fe3f649f856e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 11 Oct 2019 10:54:02 -0700 Subject: [PATCH] Cache layout icons Summary: Opened layout, looked at warnings, added icons. Reviewed By: jknoxville Differential Revision: D17879910 fbshipit-source-id: 12375173b15c8d2e0b158cae4ded23237ed9c9b6 --- src/utils/icons.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/utils/icons.js b/src/utils/icons.js index 1e40b15b3..1a7ddbff4 100644 --- a/src/utils/icons.js +++ b/src/utils/icons.js @@ -17,6 +17,7 @@ const {remote} = require('electron'); const ICONS = { 'app-dailies': [12], 'arrow-right': [12], + 'bell-null-outline': [12, 24], 'bell-null': [12], 'caution-octagon': [16], 'caution-triangle': [16], @@ -32,8 +33,10 @@ const ICONS = { 'star-outline': [16, 24], 'triangle-down': [12], 'triangle-right': [12], + accessibility: [16], apps: [12], bird: [12], + borders: [16], box: [12], bug: [12], camcorder: [12], @@ -47,7 +50,7 @@ const ICONS = { rocket: [20], settings: [12], star: [16, 24], - target: [12], + target: [12, 16], tools: [20], };