From 7f91cdc0c981ff83b1c4eb9e17e293e0fcd131fa Mon Sep 17 00:00:00 2001 From: David Luzar Date: Tue, 1 Nov 2022 18:39:31 +0100 Subject: [PATCH] fix: fix vertical/horizntal centering icons (#5812) --- src/components/icons.tsx | 42 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/src/components/icons.tsx b/src/components/icons.tsx index fb438eff..e9c7f59e 100644 --- a/src/components/icons.tsx +++ b/src/components/icons.tsx @@ -864,40 +864,22 @@ export const DistributeVerticallyIcon = createIcon( ); export const CenterVerticallyIcon = createIcon( - <> - - - - - - - - - - - - , + + + + + + , modifiedTablerIconProps, ); export const CenterHorizontallyIcon = createIcon( - <> - - - - - - - - - - - - , + + + + + + , modifiedTablerIconProps, );