From e0cfb3e3fff20e20228184ecb74597671426a22a Mon Sep 17 00:00:00 2001 From: Max Makaluk Date: Mon, 23 Dec 2024 22:55:29 +0200 Subject: [PATCH] style(components): re-import SortUp and SortDown icons --- converter/svg/sources/name=sort-down.svg | 2 +- converter/svg/sources/name=sort-up.svg | 2 +- src/components/icons/IconSortDown.tsx | 2 +- src/components/icons/IconSortUp.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/converter/svg/sources/name=sort-down.svg b/converter/svg/sources/name=sort-down.svg index 0620c60d62..258b10c020 100644 --- a/converter/svg/sources/name=sort-down.svg +++ b/converter/svg/sources/name=sort-down.svg @@ -1,4 +1,4 @@ - + diff --git a/converter/svg/sources/name=sort-up.svg b/converter/svg/sources/name=sort-up.svg index a6e3caa37b..07e98e763b 100644 --- a/converter/svg/sources/name=sort-up.svg +++ b/converter/svg/sources/name=sort-up.svg @@ -1,4 +1,4 @@ - + diff --git a/src/components/icons/IconSortDown.tsx b/src/components/icons/IconSortDown.tsx index 2fc8c8dd52..4af0578dcf 100644 --- a/src/components/icons/IconSortDown.tsx +++ b/src/components/icons/IconSortDown.tsx @@ -32,7 +32,7 @@ const IconSortDown = ({ fill={color} /> diff --git a/src/components/icons/IconSortUp.tsx b/src/components/icons/IconSortUp.tsx index 7eddde50e7..3c962c6ef7 100644 --- a/src/components/icons/IconSortUp.tsx +++ b/src/components/icons/IconSortUp.tsx @@ -32,7 +32,7 @@ const IconSortUp = ({ fill={color} />