icidasset / elm-material-icons

Material icons for Elm.
https://package.elm-lang.org/packages/icidasset/elm-material-icons/latest/
MIT License
6 stars 1 forks source link

Material Icons for Elm

This package includes all the Material icons. It does not use Google's Github repo, which is currently out-of-date (19th of January 2020). Instead it uses the data set from the material.io website.

import Color
import Material.Icons as Filled
import Material.Icons.Outlined as Outlined
import Material.Icons.Types exposing (Coloring(..))

Filled.offline_bolt 16 (Color <| Color.rgb255 96 181 204)
Outlined.offline_bolt 16 Inherit

Preview

All the icons are listed on the material.io website.

Notes