From af9b9614115e52fc4ff97540eb42dbd715ddabbb Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Thu, 4 Apr 2024 10:49:14 +0900 Subject: Fix magnify icon (#3292) * Update icons.tsx * Update icons.tsx --- src/lib/icons.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index 7ae88806f..8783682d0 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -141,8 +141,8 @@ export function MagnifyingGlassIcon2({ width={size || 24} height={size || 24} style={style}> - - + + ) } @@ -167,14 +167,14 @@ export function MagnifyingGlassIcon2Solid({ style={style}> - - + + ) } -- cgit 1.4.1