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