How to customize sidebar collapse icon

I thought I had read about this in the doc previously but I can't seem to find it anywhere. Is there a way to customize the icon that is show in the topbar for collapsing the sidebar nav?
Screenshot_2024-04-01_at_10.51.45_AM.png
Solution
in app provider:
FilamentIcon::register([
  'panels::sidebar.collapse-button' => 'icon',
]);


replace the icon to what you want
Was this page helpful?