import * as React from 'react'; function SvgKongLogo(props: React.SVGProps) { return ( ); } export default SvgKongLogo;