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