From 7222437beb888d97d7f8560439b113bb421b3ada Mon Sep 17 00:00:00 2001 From: Adam Fiksen Date: Wed, 2 Mar 2022 14:59:50 -0800 Subject: [PATCH] Add plumbing icon to flipper Summary: Adds a reference to plumbing icon for plugins to use Reviewed By: svaithia Differential Revision: D34467457 fbshipit-source-id: 21d95f663309224742f4f93ac584998e1a470f28 --- 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 33f6a919d..f37999fc7 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -601,6 +601,9 @@ "camcorder-live": [ 16 ], + "plumbing": [ + 16 + ], "app-facebook-circle": [ 16 ], @@ -619,4 +622,4 @@ "caution-triangle-outline": [ 24 ] -} \ No newline at end of file +}