Skip to content

Commit 662ac04

Browse files
mdoMark Otto
andauthored
Bluesky (#2141)
* Add Bluesky * The Bluesky update * Update banner --------- Co-authored-by: Mark Otto <mdo@heypierre.app>
1 parent e45c8d2 commit 662ac04

14 files changed

+20
-14
lines changed

bootstrap-icons.svg

Lines changed: 1 addition & 1 deletion
Loading

build/font/css.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Icons v1.11.4 (https://icons.getbootstrap.com/)
2+
* Bootstrap Icons v1.12.0 (https://icons.getbootstrap.com/)
33
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/

build/font/scss.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Icons v1.11.4 (https://icons.getbootstrap.com/)
2+
* Bootstrap Icons v1.12.0 (https://icons.getbootstrap.com/)
33
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/
Loading

font/bootstrap-icons.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
2-
* Bootstrap Icons v1.11.4 (https://icons.getbootstrap.com/)
2+
* Bootstrap Icons v1.12.0 (https://icons.getbootstrap.com/)
33
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/
66

77
@font-face {
88
font-display: block;
99
font-family: "bootstrap-icons";
10-
src: url("./fonts/bootstrap-icons.woff2?76330468ac064ad9a96c3f28eba72c8d") format("woff2"),
11-
url("./fonts/bootstrap-icons.woff?76330468ac064ad9a96c3f28eba72c8d") format("woff");
10+
src: url("./fonts/bootstrap-icons.woff2?b4ccbd261d7ba256f41b772c22def48d") format("woff2"),
11+
url("./fonts/bootstrap-icons.woff?b4ccbd261d7ba256f41b772c22def48d") format("woff");
1212
}
1313

1414
.bi::before,
@@ -2076,3 +2076,4 @@ url("./fonts/bootstrap-icons.woff?76330468ac064ad9a96c3f28eba72c8d") format("wof
20762076
.bi-suitcase2-fill::before { content: "\f901"; }
20772077
.bi-suitcase2::before { content: "\f902"; }
20782078
.bi-vignette::before { content: "\f903"; }
2079+
.bi-bluesky::before { content: "\f7f9"; }

font/bootstrap-icons.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,5 +2048,6 @@
20482048
"suitcase": 63744,
20492049
"suitcase2-fill": 63745,
20502050
"suitcase2": 63746,
2051-
"vignette": 63747
2051+
"vignette": 63747,
2052+
"bluesky": 63481
20522053
}

font/bootstrap-icons.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

font/bootstrap-icons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Icons v1.11.4 (https://icons.getbootstrap.com/)
2+
* Bootstrap Icons v1.12.0 (https://icons.getbootstrap.com/)
33
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/
@@ -2083,6 +2083,7 @@ $bootstrap-icons-map: (
20832083
"suitcase2-fill": "\f901",
20842084
"suitcase2": "\f902",
20852085
"vignette": "\f903",
2086+
"bluesky": "\f7f9",
20862087
);
20872088

20882089
@each $icon, $codepoint in $bootstrap-icons-map {

font/fonts/bootstrap-icons.woff

148 Bytes
Binary file not shown.

font/fonts/bootstrap-icons.woff2

80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)