From e3ad62f9ba084cb637d662fab5283bc365ecef14 Mon Sep 17 00:00:00 2001 From: Ivn Nv Date: Sat, 17 Feb 2024 12:49:19 -0500 Subject: [PATCH] fix arrowup icon --- packages/ui/src/components/Icons/ArrowUpIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/Icons/ArrowUpIcon.tsx b/packages/ui/src/components/Icons/ArrowUpIcon.tsx index a8c5277b..be710af0 100644 --- a/packages/ui/src/components/Icons/ArrowUpIcon.tsx +++ b/packages/ui/src/components/Icons/ArrowUpIcon.tsx @@ -1,5 +1,5 @@ import React from 'react'; export const ArrowUpIcon = () => ( - + );