Sort icons
Summary: You can do this in VSCode by selecting the lines, Cmd-Shift-P, "Sort Lines Ascending". Reviewed By: passy Differential Revision: D17710137 fbshipit-source-id: 3cef628b24dd86d4e307bd30761049c30cbc8f68
This commit is contained in:
committed by
Facebook Github Bot
parent
86eb24b02c
commit
13ac64e0b9
@@ -15,40 +15,40 @@ const path = require('path');
|
|||||||
const {remote} = require('electron');
|
const {remote} = require('electron');
|
||||||
|
|
||||||
const ICONS = {
|
const ICONS = {
|
||||||
|
'app-dailies': [12],
|
||||||
'arrow-right': [12],
|
'arrow-right': [12],
|
||||||
|
'bell-null': [12],
|
||||||
'caution-octagon': [16],
|
'caution-octagon': [16],
|
||||||
'caution-triangle': [16],
|
'caution-triangle': [16],
|
||||||
|
'chevron-down-outline': [10],
|
||||||
|
'chevron-down': [8],
|
||||||
|
'chevron-right': [8],
|
||||||
|
'dots-3-circle-outline': [16],
|
||||||
'info-circle': [16],
|
'info-circle': [16],
|
||||||
'magic-wand': [20],
|
'magic-wand': [20],
|
||||||
'magnifying-glass': [16, 20],
|
'magnifying-glass': [16, 20],
|
||||||
'minus-circle': [12],
|
'minus-circle': [12],
|
||||||
mobile: [12],
|
'question-circle-outline': [16],
|
||||||
box: [12],
|
'star-outline': [16, 24],
|
||||||
desktop: [12],
|
|
||||||
bug: [12],
|
|
||||||
posts: [20],
|
|
||||||
rocket: [20],
|
|
||||||
tools: [20],
|
|
||||||
'triangle-down': [12],
|
'triangle-down': [12],
|
||||||
'triangle-right': [12],
|
'triangle-right': [12],
|
||||||
'chevron-right': [8],
|
|
||||||
'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],
|
apps: [12],
|
||||||
internet: [12],
|
|
||||||
profile: [12],
|
|
||||||
target: [12],
|
|
||||||
bird: [12],
|
bird: [12],
|
||||||
settings: [12],
|
box: [12],
|
||||||
|
bug: [12],
|
||||||
|
camcorder: [12],
|
||||||
|
camera: [12],
|
||||||
|
desktop: [12],
|
||||||
directions: [12],
|
directions: [12],
|
||||||
'dots-3-circle-outline': [16],
|
internet: [12],
|
||||||
|
mobile: [12],
|
||||||
|
posts: [20],
|
||||||
|
profile: [12],
|
||||||
|
rocket: [20],
|
||||||
|
settings: [12],
|
||||||
|
star: [16, 24],
|
||||||
|
target: [12],
|
||||||
|
tools: [20],
|
||||||
};
|
};
|
||||||
|
|
||||||
// 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