export function SpaceDashboardSharpIcon({ className, ...props }) {
  return (
    <svg className={`no-mui-icon no-mui-sharp-icon no-mui-space-dashboard-sharp-icon ${ className ?? '' }`} {...props} xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><rect fill="none" height="24" width="24"/><path d="M11,21H3V3h8V21z M13,21h8v-9h-8V21z M21,10V3h-8v7H21z"/></svg>
  );
}
