Releases: marella/material-icons
Releases · marella/material-icons
0.6.3
0.6.2
0.6.1
Changes
- Update codepoints and CSS classes for new icons
- Add support for outlined, round, sharp and two tone icons to CSS classes
To display outlined, round, sharp and two tone icons, use:
<span class="mi-outlined mi-home"></span>
<span class="mi-round mi-home"></span>
<span class="mi-sharp mi-home"></span>
<span class="mi-two-tone mi-home"></span>
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Changes
- Add outlined, round, sharp and two tone icons
To display outlined, round, sharp and two tone icons, use:
<span class="material-icons-outlined">home</span>
<span class="material-icons-round">home</span>
<span class="material-icons-sharp">home</span>
<span class="material-icons-two-tone">home</span>