thesabbir/simple-line-icons

docs?

Closed this issue · 1 comments

am i missing something?

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 */
}