From 1fa518a754ef3eef753fd65c2d68e3c81cf4793e Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Thu, 30 Jul 2020 12:18:10 -0700 Subject: [PATCH] Add initial desktop files Summary: This is just an initial setup from Flipper. I just ran `scarf flipper-plugin`, followed the iOS path, removed the native files (as we will use the JS infra directly later on) and submitted. :) I followed this documentation/tutorial: https://www.internalfb.com/intern/wiki/Flipper/create-new-plugin/ (Followed iOS path, then removed native code as not needed) Differential Revision: D22754500 fbshipit-source-id: 39130b4ee17c6bc72990eec34c466cfa7a650d17 --- desktop/static/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index d71fbec70..74b7c2a35 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -433,5 +433,8 @@ ], "caution-circle": [ 12 + ], + "megaphone": [ + 12 ] } \ No newline at end of file