import React from 'react'; import { Icon } from 'antd'; import styles from './index.less'; const Item = ({ title, flag, children, ...rest }) => (