// @ts-nocheck // This file is generated by Umi automatically // DO NOT CHANGE IT MANUALLY! import React from 'react'; const LogoIcon: React.FC = () => { return ( logo ); }; export default LogoIcon;