How to Configure Custom Icons
-
You should visit the Material Design Icons website. There you can select different types of SVG icons, which will be encoded for use.
-
Select one of the available icon menus, e.g. select the Plus icon menu.
-
Click on the
</>
icon button section to copy the SVG icon code and paste it in the Menu Item section. For example, like the code example below:<svg fill="currentColor" viewBox="0 0 24 24"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"/></svg>
-
Done