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