From 741ef9ecdecc6c7ca7ac765f52f8be3679cfe035 Mon Sep 17 00:00:00 2001 From: donykevin214 Date: Sat, 20 May 2023 18:40:57 +0100 Subject: [PATCH] chore: fix svg props --- src/assets/icons.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/icons.tsx b/src/assets/icons.tsx index daf7d2f..3d84efe 100644 --- a/src/assets/icons.tsx +++ b/src/assets/icons.tsx @@ -13,8 +13,8 @@ export const Settings = ({ color, ...props }: ChessPieceIconProps) => ( export const SettingCog = ({ color, ...props }: ChessPieceIconProps) => ( @@ -27,8 +27,8 @@ export const SettingCog = ({ color, ...props }: ChessPieceIconProps) => ( y2="22.0025" gradientUnits="userSpaceOnUse" > - - + + @@ -49,8 +49,8 @@ export const Flag = ({ color, ...props }: ChessPieceIconProps) => ( y2="20.6282" gradientUnits="userSpaceOnUse" > - - + + @@ -70,8 +70,8 @@ export const FrontHand = ({ color, ...props }: ChessPieceIconProps) => ( y2="21.1686" gradientUnits="userSpaceOnUse" > - - + +