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:
committed by
Facebook Github Bot
parent
ab121f9d96
commit
312fa7ce37
@@ -17,6 +17,7 @@ const {remote} = require('electron');
|
|||||||
const ICONS = {
|
const ICONS = {
|
||||||
'app-dailies': [12],
|
'app-dailies': [12],
|
||||||
'arrow-right': [12],
|
'arrow-right': [12],
|
||||||
|
'bell-null-outline': [12, 24],
|
||||||
'bell-null': [12],
|
'bell-null': [12],
|
||||||
'caution-octagon': [16],
|
'caution-octagon': [16],
|
||||||
'caution-triangle': [16],
|
'caution-triangle': [16],
|
||||||
@@ -32,8 +33,10 @@ const ICONS = {
|
|||||||
'star-outline': [16, 24],
|
'star-outline': [16, 24],
|
||||||
'triangle-down': [12],
|
'triangle-down': [12],
|
||||||
'triangle-right': [12],
|
'triangle-right': [12],
|
||||||
|
accessibility: [16],
|
||||||
apps: [12],
|
apps: [12],
|
||||||
bird: [12],
|
bird: [12],
|
||||||
|
borders: [16],
|
||||||
box: [12],
|
box: [12],
|
||||||
bug: [12],
|
bug: [12],
|
||||||
camcorder: [12],
|
camcorder: [12],
|
||||||
@@ -47,7 +50,7 @@ const ICONS = {
|
|||||||
rocket: [20],
|
rocket: [20],
|
||||||
settings: [12],
|
settings: [12],
|
||||||
star: [16, 24],
|
star: [16, 24],
|
||||||
target: [12],
|
target: [12, 16],
|
||||||
tools: [20],
|
tools: [20],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user