From 7831b6e74b20459f4f0e0b96ca09c2adc5dad9c0 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Mon, 14 Nov 2022 07:12:28 +0100 Subject: [PATCH] fix: SVG element attributes in icons.tsx (#5871) Update icons.tsx --- src/components/icons.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/icons.tsx b/src/components/icons.tsx index e9c7f59e..55650385 100644 --- a/src/components/icons.tsx +++ b/src/components/icons.tsx @@ -1470,11 +1470,11 @@ export const TextAlignRightIcon = createIcon( export const TextAlignTopIcon = React.memo(({ theme }: { theme: Theme }) => createIcon( @@ -1488,11 +1488,11 @@ export const TextAlignTopIcon = React.memo(({ theme }: { theme: Theme }) => export const TextAlignBottomIcon = React.memo(({ theme }: { theme: Theme }) => createIcon( @@ -1506,11 +1506,11 @@ export const TextAlignBottomIcon = React.memo(({ theme }: { theme: Theme }) => export const TextAlignMiddleIcon = React.memo(({ theme }: { theme: Theme }) => createIcon(