From f9528e5c087dfa68df3ccd063857ab2f4a0f181a Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Mon, 21 Oct 2024 18:10:59 +0200 Subject: [PATCH] docs: restore PanResponder icon (#2498) # Summary This PR restores PanResponder icon that somehow got corrupted in #2460. --- apps/examples/src/examples/PanResponder.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/examples/src/examples/PanResponder.tsx b/apps/examples/src/examples/PanResponder.tsx index e689bc0a5..198425920 100644 --- a/apps/examples/src/examples/PanResponder.tsx +++ b/apps/examples/src/examples/PanResponder.tsx @@ -86,6 +86,7 @@ const icon = ( strokeWidth="1" strokeLinecap="round" strokeLinejoin="round" + d="M6.2,9.4 c0,0,0-0.1,0-0.2c0-0.2,0.1-0.3,0.1-0.4c0.2-0.4,0.5-0.7,1-0.7c0.3,0,0.5,0,0.6,0h0.1v0.7V10 M8.1,8.8c0,0,0-0.1,0-0.2 c0-0.2,0.1-0.3,0.1-0.4c0.2-0.4,0.5-0.7,1-0.7c0.3,0,0.5,0,0.6,0h0.1v1.9 M10.1,7.5v-2c0,0,0-0.1,0-0.2c0-0.2,0.1-0.3,0.1-0.4 c0.2-0.4,0.5-0.6,0.9-0.7c0.4,0,0.7,0.2,0.9,0.7C12,5,12,5.2,12,5.4c0,0.1,0,0.1,0,0.2v6c1.4-1.8,2.4-1.8,2.8,0.1 c-1.7,1.5-2.9,3.7-3.4,6.4l-5.8,0c-0.2-0.6-0.5-1.4-0.7-2.5c-0.3-1-0.5-2.5-0.6-4.5l0-0.8c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.3,0.1-0.4 c0.2-0.4,0.5-0.7,1-0.7c0.3,0,0.5,0,0.6,0l0.1,0v0.5c0,0,0,0,0,0l0,1.1l0,0.2 M6.2,10.9l0-0.4" /> );