{action.icon && action.icon}
{ancestors.length > 0 &&
ancestors.map((ancestor) => (
{ancestor.name}
›
))}
{action.name}
{action.subtitle && (
{action.subtitle}
)}
{action.shortcut?.length ? (
{action.shortcut.map((sc) => (
{sc}
))}
) : null}
);
}
);
export default App;
function HomeIcon() {
return (