From 5a89776a055428d73dc0d8dcb2ed3599b37578b0 Mon Sep 17 00:00:00 2001 From: Aaron Coplan Date: Tue, 20 Apr 2021 18:52:02 -0700 Subject: [PATCH] Implement Diff selection flow in UIQR Flipper Plugin Summary: Allow the user to manually select a diff from a list of diffs they have authored to send a screen to. This is particularly useful for NT users. Reviewed By: nscoding Differential Revision: D27804191 fbshipit-source-id: 805923399f2ced8d9c3b3ca0c80d5cdfd63af4f8 --- 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 ea1ae1d42..b27959872 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -586,5 +586,8 @@ ], "box-outline": [ 24 + ], + "differential": [ + 16 ] -} \ No newline at end of file +}