import * as React from "react"; export const EmptyDataIllustration = ({ width = "61", height = "59" }) => { return ( Empty data illustration ); };