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