Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonytonyjan/material_design_icons_rails
- Owner: tonytonyjan
- License: mit
- Created: 2014-10-24T02:40:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T15:23:29.000Z (about 6 years ago)
- Last Synced: 2024-10-27T22:47:33.399Z (2 months ago)
- Language: CSS
- Size: 969 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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; }
```