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