From f819cece389777e90b1ea0bb296f22fa86099d53 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Sun, 9 Jul 2023 12:47:30 +0300 Subject: [PATCH] new icon for reselect-area button by @amir167 --- icon/reselect-area.svg | 35 +++++++++++++++++++++++++++++++++++ index.html | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 icon/reselect-area.svg diff --git a/icon/reselect-area.svg b/icon/reselect-area.svg new file mode 100644 index 0000000..9bfd19c --- /dev/null +++ b/icon/reselect-area.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 0f87c8f..07b6397 100644 --- a/index.html +++ b/index.html @@ -598,7 +598,7 @@ background-repeat: no-repeat; } .selectionAreaButton { - background-image: url(./icon/selection-area_2.svg); + background-image: url(./icon/reselect-area.svg); } .interrogateButton { font-family: Arial, Verdana;