Cache layout icons

Summary: Opened layout, looked at warnings, added icons.

Reviewed By: jknoxville

Differential Revision: D17879910

fbshipit-source-id: 12375173b15c8d2e0b158cae4ded23237ed9c9b6
This commit is contained in:
Pascal Hartig
2019-10-11 10:54:02 -07:00
committed by Facebook Github Bot
parent ab121f9d96
commit 312fa7ce37

View File

@@ -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],
};