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