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