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