Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonytonyjan/material_design_icons_rails

Rails plugin for Google Material Design Icons
https://github.com/tonytonyjan/material_design_icons_rails

Last synced: about 2 months ago
JSON representation

Rails plugin for Google Material Design Icons

Awesome Lists containing this project

README

        

# Usage

Gemfile:

```ruby
gem 'material_design_icons_rails'
```

CSS:

``` css
/*
*= require sprite-av-black
*= require svg-sprite-av
*/
```

HTML:

```html

.svg-ic_play_circle_outline_24px-dims { width: 24px; height: 24px; }



```