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