Add icon for tags (#6096)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2023-02-26 17:37:28 +01:00 committed by GitHub
parent 6e0f600dfd
commit 87a7d8b627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -71,9 +71,10 @@
.icon-sliders-h:before { content: "\f129"; }
.icon-snowflake:before { content: "\f12a"; }
.icon-star:before { content: "\f12b"; }
.icon-times-solid:before { content: "\f12c"; }
.icon-tools-solid:before { content: "\f12d"; }
.icon-truck-solid:before { content: "\f12e"; }
.icon-user-cog-solid:before { content: "\f12f"; }
.icon-user-solid:before { content: "\f130"; }
.icon-vial-solid:before { content: "\f131"; }
.icon-tag-solid:before { content: "\f12c"; }
.icon-times-solid:before { content: "\f12d"; }
.icon-tools-solid:before { content: "\f12e"; }
.icon-truck-solid:before { content: "\f12f"; }
.icon-user-cog-solid:before { content: "\f130"; }
.icon-user-solid:before { content: "\f131"; }
.icon-vial-solid:before { content: "\f132"; }