Cara Mengonfigurasi Ikon Kustom
How to Configure Custom Icons
-
You should visit the Material Design Icons website . There you can choose from a variety of SVG icons, which will be coded for use.
-
Select one of the available icon menus, for example select the Plus icon menu .
-
Click on the icon button section
</>
to copy the SVG icon code.An example of the code results is like this:
<svg fill="currentColor" viewBox="0 0 24 24"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"/></svg>
-
Finished