thesabbir / simple-line-icons

Simple and Minimal Line Icons
https://thesabbir.github.io/simple-line-icons
MIT License
1.86k stars 845 forks source link

docs? #101

Closed corysimmons closed 6 years ago

corysimmons commented 6 years ago

am i missing something?

corysimmons commented 6 years ago

Usage is import however, then <i class="icon-user"></i>.

You can also use in css like so:

.some-element:before {
    content: "\e005";  /* find from source code on simplelineicons.com */
}