import React from 'react'; export const EmptyDataIllustration = ({ width = '64', height = '64' }) => { return ( Empty data illustration ); };