From f59df93378d1d506569a25b65bbd16c960f9ff7c Mon Sep 17 00:00:00 2001 From: Yehor Mykhaylov Date: Mon, 26 Sep 2022 18:11:46 -0700 Subject: [PATCH] (1/2) Hero Prefetcher Flipper Plugin Summary: Created new/empty plugin following using scarf: https://www.internalfb.com/intern/staticdocs/flipper/docs/tutorial/intro/#scaffolding-a-new-plugin Differential Revision: D38415194 fbshipit-source-id: 6e89f4ec59c1ec3e229766044dfcf76f0ce6c9e9 --- desktop/static/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index b883ec8b3..00fe6748f 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -646,6 +646,9 @@ "nav-magnifying-glass": [ 16 ], + "list-arrow-down": [ + 16 + ], "photo-arrows-left-right": [ 16 ]