From eba328e2a19b698072bc4323f1ed53eb43b4236d Mon Sep 17 00:00:00 2001 From: Aaron Coplan Date: Wed, 13 Oct 2021 14:21:26 -0700 Subject: [PATCH] Implement screens list UI and copy action Summary: TSIA, implementation for delete button coming in next diff. Note that Flipper doesn't seem to have a good Toast I could find so this is the best we have at the moment. Reviewed By: nscoding Differential Revision: D31496628 fbshipit-source-id: b9f94b3b2e757907b36e93b32d7f61448473a304 --- desktop/static/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index ca3848027..cdbc41021 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -603,5 +603,8 @@ ], "app-facebook-circle": [ 16 + ], + "link": [ + 16 ] } \ No newline at end of file