From 01fc74d4f175765163140ac5c7540119be241e47 Mon Sep 17 00:00:00 2001 From: Gabriele Palma Date: Tue, 12 Jul 2022 08:38:24 -0700 Subject: [PATCH] Added NetworkSourceContainers Flipper Plugin (Desktop) 1/3 Summary: Added Flipper plugin. Initial scaffolding for both iOS and JS javascript code Reviewed By: apadalko Differential Revision: D37612499 fbshipit-source-id: a0a0ef596ef39f1d0bfe978767748c8fc3840d7a --- 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 d4c13f1e1..80a062925 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -638,5 +638,8 @@ ], "friend-except": [ 16 + ], + "app-instagram": [ + 16 ] -} \ No newline at end of file +}