index.tsx 222 B

1234567
  1. import { Image } from '@tarojs/components'
  2. import Icon from '@/images/component-icons/mail.svg'
  3. export default () => {
  4. return (
  5. <Image src={Icon} mode="widthFix" style={{width: '14px', height: '11px'}}></Image>
  6. )
  7. }