import { AtIcon } from 'taro-ui'; import { IconProps } from '../../../@types/icon'; import Taro from '@tarojs/taro'; const Icon: React.FC = props => { return {props.children}; }; export default Icon;