Icon usage
In order to use the icons add the following line: <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=fallback">
in your <head>
tag. To use an icon use the following code:
<i class="material-icons">home</i>
.
The code should give you this: home icon.
All icons are used the same. When a icon name has spaces use a "_
" you
can see this and the icons in the examples below.
When you want to use an icon in a component add the class .icon
.
This has been done to make it easier to add other font icons
All icons are listed below in alphabetical order but you can also take a look here.
For a quick search press CTRL
/ CMD
and F
on your keyboard (pc only) to start searching.