From df81def6229118132d5c6e73b6d98ec90a995690 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 19 Jul 2021 15:48:38 +1000 Subject: [PATCH] Update select icons --- src/icons/SelecToolIcon.tsx | 3 ++- src/icons/SelectPathIcon.tsx | 3 ++- src/icons/SelectRectangleIcon.tsx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/icons/SelecToolIcon.tsx b/src/icons/SelecToolIcon.tsx index 12270ff..cf8a310 100644 --- a/src/icons/SelecToolIcon.tsx +++ b/src/icons/SelecToolIcon.tsx @@ -8,7 +8,8 @@ function SelectToolIcon() { fill="currentcolor" > - + + ); } diff --git a/src/icons/SelectPathIcon.tsx b/src/icons/SelectPathIcon.tsx index 2fa81f0..8651e29 100644 --- a/src/icons/SelectPathIcon.tsx +++ b/src/icons/SelectPathIcon.tsx @@ -8,7 +8,8 @@ function SelectPathIcon() { fill="currentcolor" > - + + ); } diff --git a/src/icons/SelectRectangleIcon.tsx b/src/icons/SelectRectangleIcon.tsx index aa31296..d7d9694 100644 --- a/src/icons/SelectRectangleIcon.tsx +++ b/src/icons/SelectRectangleIcon.tsx @@ -8,7 +8,8 @@ function SelectRectangleIcon() { fill="currentcolor" > - + + ); }