icidasset/elm-material-icons - version: 11.0.0

for more information visit the package's GitHub page

Package contains the following modules:

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