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" > - + + ); }