import { Image } from '@tarojs/components' import Icon from '@/images/component-icons/wechat.svg' export default () => { return ( <Image src={Icon} mode="widthFix" style={{width: '12px', height: '10px'}}></Image> ) }