Skip to content

Commit

Permalink
Add 45 new icons for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 29, 2021
1 parent a5bcfa7 commit 1cb1392
Show file tree
Hide file tree
Showing 51 changed files with 429 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-icons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 47 additions & 2 deletions font/bootstrap-icons.css
@@ -1,7 +1,7 @@
@font-face {
font-family: "bootstrap-icons";
src: url("./fonts/bootstrap-icons.woff2?231ce25e89ab5804f9a6c427b8d325c9") format("woff2"),
url("./fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9") format("woff");
src: url("./fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
url("./fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}

[class^="bi-"]::before,
Expand Down Expand Up @@ -1343,3 +1343,48 @@ url("./fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9") format("wof
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
47 changes: 46 additions & 1 deletion font/bootstrap-icons.json
Expand Up @@ -1323,5 +1323,50 @@
"x": 63018,
"youtube": 63019,
"zoom-in": 63020,
"zoom-out": 63021
"zoom-out": 63021,
"bank": 63022,
"bank2": 63023,
"bell-slash-fill": 63024,
"bell-slash": 63025,
"cash-coin": 63026,
"check-lg": 63027,
"coin": 63028,
"currency-bitcoin": 63029,
"currency-dollar": 63030,
"currency-euro": 63031,
"currency-exchange": 63032,
"currency-pound": 63033,
"currency-yen": 63034,
"dash-lg": 63035,
"exclamation-lg": 63036,
"file-earmark-pdf-fill": 63037,
"file-earmark-pdf": 63038,
"file-pdf-fill": 63039,
"file-pdf": 63040,
"gender-ambiguous": 63041,
"gender-female": 63042,
"gender-male": 63043,
"gender-trans": 63044,
"headset-vr": 63045,
"info-lg": 63046,
"mastodon": 63047,
"messenger": 63048,
"piggy-bank-fill": 63049,
"piggy-bank": 63050,
"pin-map-fill": 63051,
"pin-map": 63052,
"plus-lg": 63053,
"question-lg": 63054,
"recycle": 63055,
"reddit": 63056,
"safe-fill": 63057,
"safe2-fill": 63058,
"safe2": 63059,
"sd-card-fill": 63060,
"sd-card": 63061,
"skype": 63062,
"slash-lg": 63063,
"translate": 63064,
"x-lg": 63065,
"safe": 63066
}
Binary file modified font/fonts/bootstrap-icons.woff
Binary file not shown.
Binary file modified font/fonts/bootstrap-icons.woff2
Binary file not shown.

0 comments on commit 1cb1392

Please sign in to comment.