material-icons

Latest icon fonts and CSS for self-hosting material design icons.

APACHE-2.0 License

Downloads
768.1K
Stars
310
Committers
6

Bot releases are hidden (Show)

material-icons - v1.0.0

Published by marella about 3 years ago

Changes in 1.0.0

  • Deprecate redundant CSS classes—mi, mi-outlined, mi-round, mi-sharp, mi-two-tone. You can use material-icons, material-icons-outlined, material-icons-round, material-icons-sharp, material-icons-two-tone classes instead
  • Deprecate material-icons() Sass mixin. You can use @extend .material-icons; instead of @include material-icons();

Major Changes since 0.2.x

  • Added outlined, round, sharp and two-tone icons (0.5.0)
  • Removed eot, ttf and otf font files and renamed other font files (0.7.0)
  • Removed $material-icons-font-name, $material-icons-font-family Sass variables (0.7.0)

Migrating from 0.x to 1.x

The core features have remained same since 0.2.x. Addition (0.5.0) and removal (0.7.0) of font files don't require any code changes if you are just importing the provided CSS or Sass files. Since new fonts are added (0.5.0), you may want to look at reducing build size.

material-icons - 0.7.4

Published by marella over 3 years ago

Changes

  • Update fonts and codepoints
  • Add interpreter_mode, playlist_add_check_circle, playlist_add_circle, south_america, vaccines icons
material-icons - 0.7.3

Published by marella over 3 years ago

Changes

  • Use :: for CSS pseudo-elements
  • Change download script
material-icons - 0.7.2

Published by marella over 3 years ago

Changes

  • Update fonts and codepoints
  • Add switch_access_shortcut, switch_access_shortcut_add icons
  • Refactor Sass mixins
material-icons - 0.7.1

Published by marella over 3 years ago

Changes

  • Add separate CSS and Sass files for each font to reduce build size. Learn more
  • Refactor Sass mixins
material-icons - 0.7.0

Published by marella over 3 years ago

Major Changes

  • Remove eot font files as they are only required for IE6-8
  • Remove ttf and otf font files as woff2 and woff font files should be enough for modern browsers
  • Rename font files to match their CSS class names (MaterialIconsOutlined-Regularmaterial-icons-outlined)
  • Refactor Sass mixins and remove unused Sass variables ($material-icons-font-name, $material-icons-font-family)

Other Changes

  • Delete unused svg font file
  • Remove local() font references in css as they may cause issues with locally installed fonts
  • Add files field to package.json to include only css, scss and font files in package
  • Switch to dart-sass as node-sass is deprecated
  • Update fonts and codepoints
  • Add airline_stops, airlines, apps_outage, browser_updated, connecting_airports, expand_circle_down, flight_class, interests, mode_of_travel, soup_kitchen icons
material-icons - 0.6.4

Published by marella over 3 years ago

Changes

  • Update font files and codepoints
  • Add co2, comments_disabled, gif_box, group_remove, workspace_premium icons
material-icons - 0.6.3

Published by marella over 3 years ago

Changes

  • Update script to get codepoints from font files
  • Update codepoints
material-icons - 0.6.2

Published by marella over 3 years ago

Changes

  • Update font files and codepoints
material-icons - 0.6.1

Published by marella over 3 years ago

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>
material-icons - 0.6.0

Published by marella over 3 years ago

Changes

  • Add font-display: block (#21)
material-icons - 0.5.5

Published by marella over 3 years ago

Changes

  • Update font files
material-icons - 0.5.4

Published by marella over 3 years ago

Changes

  • Update font files
material-icons - 0.5.3

Published by marella over 3 years ago

Changes

  • Update font files
material-icons - 0.5.2

Published by marella almost 4 years ago

Changes

  • Update font files
material-icons - 0.5.1

Published by marella almost 4 years ago

Changes

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

Published by marella almost 4 years ago

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>
material-icons - 0.4.0

Published by marella almost 4 years ago

Changes

  • Add bash script to download fonts
  • Update font files for new icons
  • Update codepoints
material-icons - 0.3.1

Published by marella over 5 years ago

Changes

  • Update font files for new icons
material-icons - 0.3.0

Published by marella almost 6 years ago

Changes

  • [MAJOR] Update font files for new icons