From 13ac64e0b93f5d08f3cb43309e05f3a756e94613 Mon Sep 17 00:00:00 2001 From: John Knox Date: Tue, 8 Oct 2019 03:39:30 -0700 Subject: [PATCH] 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 --- src/utils/icons.js | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/utils/icons.js b/src/utils/icons.js index 8f17d8d5f..1e40b15b3 100644 --- a/src/utils/icons.js +++ b/src/utils/icons.js @@ -15,40 +15,40 @@ const path = require('path'); const {remote} = require('electron'); const ICONS = { + 'app-dailies': [12], 'arrow-right': [12], + 'bell-null': [12], 'caution-octagon': [16], 'caution-triangle': [16], + 'chevron-down-outline': [10], + 'chevron-down': [8], + 'chevron-right': [8], + 'dots-3-circle-outline': [16], 'info-circle': [16], 'magic-wand': [20], 'magnifying-glass': [16, 20], 'minus-circle': [12], - mobile: [12], - box: [12], - desktop: [12], - bug: [12], - posts: [20], - rocket: [20], - tools: [20], + 'question-circle-outline': [16], + 'star-outline': [16, 24], 'triangle-down': [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], - internet: [12], - profile: [12], - target: [12], bird: [12], - settings: [12], + box: [12], + bug: [12], + camcorder: [12], + camera: [12], + desktop: [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