Default
default.tsx
const leftIcon = (
<IconButton theme="clear" shadow="none" icon={FaArrowLeft} aria-label="Back" />
);
const rightIcon = (
<IconButton theme="clear" shadow="none" icon={FaBell} aria-label="Notifications" />
);
<Toolbar
center={<strong>Dashboard</strong>}
left={leftIcon}
right={rightIcon}
/>