Changing the default hamburger icon of IonMenu

Hi there,

Is there any way to modify the default hamburger icon of the IonMenu class? Spent some time searching but couldn’t get an answer. Below is my code snippet:


    <IonMenu side="end" menuId="first" contentId="main-content">
    <IonHeader>
      <IonToolbar color="primary">
        <IonTitle>Start Menu</IonTitle>
      </IonToolbar>
    </IonHeader>
    <IonContent>
      <IonList>
        <IonItem>Menu Item</IonItem>
        <IonItem>Menu Item</IonItem>
        <IonItem>Menu Item</IonItem>
        <IonItem>Menu Item</IonItem>
        <IonItem>Menu Item</IonItem>
      </IonList>
    </IonContent>
  </IonMenu>