Skip to content

Releases: marella/material-icons

0.6.3

08 May 20:20
Compare
Choose a tag to compare

Changes

  • Update script to get codepoints from font files
  • Update codepoints

0.6.2

02 May 18:58
Compare
Choose a tag to compare

Changes

  • Update font files and codepoints

0.6.1

09 Apr 20:32
Compare
Choose a tag to compare

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

05 Apr 19:23
Compare
Choose a tag to compare

Changes

  • Add font-display: block (#21)

0.5.5

05 Apr 19:00
Compare
Choose a tag to compare

Changes

  • Update font files

0.5.4

03 Mar 19:25
Compare
Choose a tag to compare

Changes

  • Update font files

0.5.3

02 Feb 18:42
Compare
Choose a tag to compare

Changes

  • Update font files

0.5.2

03 Jan 13:15
Compare
Choose a tag to compare

Changes

  • Update font files

0.5.1

10 Dec 07:46
Compare
Choose a tag to compare

Changes

  • Use ttf file for normal icons and otf file for outlined, round, sharp and two tone icons

0.5.0

09 Dec 14:30
Compare
Choose a tag to compare

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>