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 @@ - - + + + + + + + + + + + + + + + + +