ui: Add a home icon (#4076)

This commit adds the fontawesome "home" icon, codepoint e80b
This commit is contained in:
Gerrit Pape 2020-06-03 11:56:24 +02:00 committed by GitHub
parent 66a56234fa
commit f925d5fc74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 0 deletions

View file

@ -104,6 +104,7 @@
.buttonicon-pencil-alt:before { content: '\e808'; } /* '' */
.buttonicon-file-code:before { content: '\e809'; } /* '' */
.buttonicon-mail:before { content: '\e80a'; } /* '' */
.buttonicon-home:before { content: '\e80b'; } /* '' */
.buttonicon-trash:before { content: '\e80e'; } /* '' */
.buttonicon-times:before { content: '\e826'; } /* '' */
.buttonicon-pause:before { content: '\e829'; } /* '' */