import { NoFound, NoToken } from '@dodoex/icons'; import { Box, BoxProps } from '../Box'; export default function EmptyDataIcon({ hasSearch, sx, }: { hasSearch?: boolean; sx?: BoxProps['sx']; }) { return ( ); }