elm-community/elm-material-icons

Name: elm-material-icons

Owner: Elm Community

Description: DEPRECATED, please see:

Created: 2015-11-23 20:31:41.0

Updated: 2018-03-14 20:16:53.0

Pushed: 2016-11-16 03:30:15.0

Homepage: https://github.com/elm-community/material-icons

Size: 103

Language: Elm

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Material Icons for Elm

This library offers access to all of Google's Material icons in elm-lang/svg.

All icons functions expect a color and a size, which is used as both the width and the height of the icon.

Note: The icons are grouped in submodules mirroring the grouping of the icons by the material design folks in this page.

So, if you want to use some icons, first go to the google design icons page, find the icons you want to use, then search them in this package. Finding them is very simple as naming is respected and spaces are changed to underscores.

For example :

account balance in the Action category can be imported as

rt Material.Icons.Action exposing (account_balance)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.