Add some uncached icons to the preloaded set
Reviewed By: passy Differential Revision: D17602891 fbshipit-source-id: f06b2de37eec0909dd7098dd0b2ea0f0514c5ab5
This commit is contained in:
committed by
Facebook Github Bot
parent
2bd8548252
commit
1c9fc75457
@@ -20,7 +20,7 @@ const ICONS = {
|
|||||||
'caution-triangle': [16],
|
'caution-triangle': [16],
|
||||||
'info-circle': [16],
|
'info-circle': [16],
|
||||||
'magic-wand': [20],
|
'magic-wand': [20],
|
||||||
'magnifying-glass': [20],
|
'magnifying-glass': [16, 20],
|
||||||
'minus-circle': [12],
|
'minus-circle': [12],
|
||||||
mobile: [12],
|
mobile: [12],
|
||||||
box: [12],
|
box: [12],
|
||||||
@@ -35,6 +35,17 @@ const ICONS = {
|
|||||||
'chevron-down': [8],
|
'chevron-down': [8],
|
||||||
star: [16, 24],
|
star: [16, 24],
|
||||||
'star-outline': [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
|
// Takes a string like 'star', or 'star-outline', and converts it to
|
||||||
|
|||||||
Reference in New Issue
Block a user