From 2a1c1cc228f48afa3571f4043cd20d923aa0f1d5 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Tue, 11 Jan 2022 14:14:55 +0530 Subject: [PATCH 1/2] refactor: running optimize script blindly (not literally) --- icons/banknote.svg | 2 +- icons/bell-minus.svg | 2 +- icons/bell-plus.svg | 2 +- icons/bitcoin.svg | 2 +- icons/bug.svg | 1 - icons/carrot.svg | 6 +++--- icons/chevrons-down-up.svg | 1 + icons/chevrons-up-down.svg | 2 +- icons/clipboard-list.svg | 2 +- icons/cloud-fog.svg | 4 ++-- icons/code-2.svg | 6 +++--- icons/coffee.svg | 2 +- icons/columns.svg | 2 +- icons/drumstick.svg | 4 ++-- icons/edit-2.svg | 2 +- icons/edit-3.svg | 2 +- icons/edit.svg | 2 +- icons/euro.svg | 2 +- icons/figma.svg | 2 +- icons/forward.svg | 4 ++-- icons/framer.svg | 2 +- icons/frown.svg | 2 +- icons/function-square.svg | 2 +- icons/grid.svg | 2 +- icons/indian-rupee.svg | 2 +- icons/key.svg | 2 +- icons/meh.svg | 2 +- icons/music.svg | 2 +- icons/pen-tool.svg | 2 +- icons/pencil.svg | 2 +- icons/person-standing.svg | 6 +++--- icons/pound-sterling.svg | 2 +- icons/reply-all.svg | 6 +++--- icons/reply.svg | 4 ++-- icons/russian-ruble.svg | 2 +- icons/sheet.svg | 2 +- icons/sidebar-close.svg | 2 +- icons/sidebar-open.svg | 2 +- icons/sigma.svg | 2 +- icons/slack.svg | 8 ++++---- icons/smile.svg | 2 +- icons/sprout.svg | 2 +- icons/subscript.svg | 20 ++++++++++---------- icons/swiss-franc.svg | 2 +- icons/table.svg | 2 +- icons/trello.svg | 2 +- 46 files changed, 69 insertions(+), 69 deletions(-) diff --git a/icons/banknote.svg b/icons/banknote.svg index 1bf15bb8119..af14b58a401 100644 --- a/icons/banknote.svg +++ b/icons/banknote.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/icons/chevrons-down-up.svg b/icons/chevrons-down-up.svg index 52e593fc2c2..7cbc30d7dce 100644 --- a/icons/chevrons-down-up.svg +++ b/icons/chevrons-down-up.svg @@ -2,6 +2,7 @@ xmlns="http://www.w3.org/2000/svg" width="24" height="24" + viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" diff --git a/icons/chevrons-up-down.svg b/icons/chevrons-up-down.svg index baf6b42930e..06d7a3abb0b 100644 --- a/icons/chevrons-up-down.svg +++ b/icons/chevrons-up-down.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/code-2.svg b/icons/code-2.svg index 04bb18381c8..068ce4380a9 100644 --- a/icons/code-2.svg +++ b/icons/code-2.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + + diff --git a/icons/coffee.svg b/icons/coffee.svg index db25fdc4d67..3cd2c68d8ef 100644 --- a/icons/coffee.svg +++ b/icons/coffee.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/edit-2.svg b/icons/edit-2.svg index 6267827eb96..f88601d1744 100644 --- a/icons/edit-2.svg +++ b/icons/edit-2.svg @@ -1,7 +1,7 @@ - - + + diff --git a/icons/framer.svg b/icons/framer.svg index df5af3c08a2..c6315a59078 100644 --- a/icons/framer.svg +++ b/icons/framer.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/grid.svg b/icons/grid.svg index 71d3f6b3a9e..17bbc841a11 100644 --- a/icons/grid.svg +++ b/icons/grid.svg @@ -1,7 +1,7 @@ - - - + + + diff --git a/icons/pound-sterling.svg b/icons/pound-sterling.svg index 0f0233fa789..4bbf3d3f611 100644 --- a/icons/pound-sterling.svg +++ b/icons/pound-sterling.svg @@ -1,7 +1,7 @@ - - - + + + diff --git a/icons/reply.svg b/icons/reply.svg index a0f906e6e5e..41146ce9111 100644 --- a/icons/reply.svg +++ b/icons/reply.svg @@ -9,6 +9,6 @@ stroke-linecap="round" stroke-linejoin="round" > - - + + diff --git a/icons/russian-ruble.svg b/icons/russian-ruble.svg index ed4961c47f1..dc1295bdf9b 100644 --- a/icons/russian-ruble.svg +++ b/icons/russian-ruble.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/sidebar-open.svg b/icons/sidebar-open.svg index 8c03d29fb38..87ce8af738f 100644 --- a/icons/sidebar-open.svg +++ b/icons/sidebar-open.svg @@ -11,5 +11,5 @@ > - + diff --git a/icons/sigma.svg b/icons/sigma.svg index 2662b8a9f89..254859a8e77 100644 --- a/icons/sigma.svg +++ b/icons/sigma.svg @@ -1,7 +1,7 @@ - + - + - + - + diff --git a/icons/smile.svg b/icons/smile.svg index 90062b2846a..41bc8f163a1 100644 --- a/icons/smile.svg +++ b/icons/smile.svg @@ -1,7 +1,7 @@ - - - + + + diff --git a/icons/swiss-franc.svg b/icons/swiss-franc.svg index 5fc3ea3ba97..4e263b4a219 100644 --- a/icons/swiss-franc.svg +++ b/icons/swiss-franc.svg @@ -1,7 +1,7 @@ Date: Thu, 20 Jan 2022 13:38:21 +0100 Subject: [PATCH 2/2] Update function-square.svg --- icons/function-square.svg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icons/function-square.svg b/icons/function-square.svg index ff030838913..eed6935d80c 100644 --- a/icons/function-square.svg +++ b/icons/function-square.svg @@ -10,5 +10,6 @@ stroke-linejoin="round" > - + +