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, );