Skip to content

Commit

Permalink
Add more used bootstrap icons to css
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Dec 23, 2022
1 parent 27f0c8b commit 0ab4658
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions public/css/bootstrap-icons-1.10.2.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ url("../fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wo
-moz-osx-font-smoothing: grayscale;
}

.bi-search::before { content: "\f52a"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-search::before { content: "\f52a"; }
.bi-star::before { content: "\f588"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-x-circle-fill::before { content: "\f622"; }

0 comments on commit 0ab4658

Please sign in to comment.