import { FailedList } from '@dodoex/icons'; import { Box, BoxProps } from '../Box'; export default function FailedIcon({ sx }: { sx?: BoxProps['sx'] }) { return ( ); }