From 8eb2243f5fc21e8b30ed24f780bf41dbf6940679 Mon Sep 17 00:00:00 2001 From: Scott Kensell Date: Tue, 12 Jan 2021 11:33:09 -0800 Subject: [PATCH] Added hub icon. Summary: This adds the hub icon to the list of available icons. Reviewed By: mweststrate Differential Revision: D25873343 fbshipit-source-id: 0060a1a2e3e6298eb39cb652a5e3dbc71c01367e --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index 957293e44..851e5816e 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -562,5 +562,8 @@ ], "dog": [ 16 + ], + "hub": [ + 16 ] -} +} \ No newline at end of file