From 7af8e2d5a330a142c77381500fe90c3d11e2bc36 Mon Sep 17 00:00:00 2001 From: Chaiwat Ekkaewnumchai Date: Fri, 10 Jan 2020 09:39:15 -0800 Subject: [PATCH] Add Icon Summary: The first four were added when I ran `yarn start` from `master`. The last one was added when I logged out. Reviewed By: mweststrate Differential Revision: D19346191 fbshipit-source-id: 6025bf9b0b2667f93858450cb73e81a6b50126f0 --- static/icons.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/static/icons.json b/static/icons.json index 06e96bee2..1059ceaab 100644 --- a/static/icons.json +++ b/static/icons.json @@ -300,5 +300,20 @@ ], "messenger-code": [ 12 + ], + "book": [ + 12 + ], + "list-arrow-up": [ + 12 + ], + "cat": [ + 12 + ], + "duplicate": [ + 12 + ], + "profile-circle-outline": [ + 16 ] -} \ No newline at end of file +}