import React, { memo, type SVGProps } from 'react'; const SvgChinaResidentIdentityCardBack = (props: SVGProps) => ( ); const Memo = memo(SvgChinaResidentIdentityCardBack); export default Memo;