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