From ec8d34d556134705eaf93ebf06bb1d5aadee7407 Mon Sep 17 00:00:00 2001 From: Raahul Natarrajan Date: Mon, 19 Dec 2022 14:06:03 -0800 Subject: [PATCH] Create VR Call Hub Flipper plugin Summary: As part of BE, this diff creates the initial Flipper plugin for VR Call Hub using `scarf flipper-plugin` from the tutorial https://www.internalfb.com/intern/staticdocs/flipper/docs/tutorial/intro/ Differential Revision: D42146201 fbshipit-source-id: 8bc52184b21b2e47304f694068d11fd962b07b9d --- desktop/static/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index f43a07261..d36548c50 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -658,5 +658,8 @@ ], "square-ruler": [ 16 + ], + "phone": [ + 16 ] }