From 36b8092a98ca4b7d44e4d9a0552df9c2d4bc92ff Mon Sep 17 00:00:00 2001 From: Yossi Saadi Date: Mon, 18 Nov 2024 19:06:40 +0200 Subject: [PATCH] fix(Switcher): revert icon change to older version this reverts commit change 0d6803c from PR #2583 --- .../Icon/Icons/components/Switcher.tsx | 13 ++++++++++--- packages/style/src/Icons/Switcher.svg | 19 +++++++++++++++++-- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/packages/core/src/components/Icon/Icons/components/Switcher.tsx b/packages/core/src/components/Icon/Icons/components/Switcher.tsx index e2c1e22703..9d217b2e5a 100644 --- a/packages/core/src/components/Icon/Icons/components/Switcher.tsx +++ b/packages/core/src/components/Icon/Icons/components/Switcher.tsx @@ -5,9 +5,16 @@ export interface SwitcherProps extends React.SVGAttributes { size?: string | number; } const Switcher: React.FC = ({size, ...props}) => ( - - + + + + + + + + + ); Switcher.displayName = 'Switcher'; diff --git a/packages/style/src/Icons/Switcher.svg b/packages/style/src/Icons/Switcher.svg index 3502be3030..5585371f9f 100644 --- a/packages/style/src/Icons/Switcher.svg +++ b/packages/style/src/Icons/Switcher.svg @@ -1,3 +1,18 @@ - - + + + + + + + + + + + + + + + + +