diff --git a/src/components/Icon/index.tsx b/src/components/Icon/index.tsx index d61e91267b46..d38e61f8eba1 100644 --- a/src/components/Icon/index.tsx +++ b/src/components/Icon/index.tsx @@ -104,6 +104,4 @@ class Icon extends PureComponent { export default withTheme(withThemeStyles(withStyleUtils(Icon))); -export type {SrcProps}; - -export default Icon; +export type {SrcProps}; \ No newline at end of file