import React from 'react'; import Icon from '@ant-design/icons'; const ThemeIcon = (props: any) => { const SVGIcon = React.useCallback( () => ( ), [props], ); return ; }; export default ThemeIcon;