import * as React from 'react'; import Icon, { IconProps } from 'a-base-icon/lib/icon'; function LogoEc(componentProps: IconProps) { const IconNode = (props: React.SVGProps) => ( ); return ; } LogoEc.displayName = 'LogoEc'; export default LogoEc;