import { memo } from 'react'; export const EmptySvg = memo(function EmptySvg() { return ( ); });