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