import { memo } from 'react'; import * as Icon from '@ant-design/icons'; import IconImg from 'assets/icon.png'; const XIcon = memo(props => { const { color, size, type, spin, isTpl } = props; const MyIcon = Icon[type]; return isTpl ? (