Merging upstream version 1.12.1+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a08570f34b
commit
8aa3b5c5ca
20 changed files with 2088 additions and 2105 deletions
7
font/bootstrap-icons.css
vendored
7
font/bootstrap-icons.css
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
|
||||
* Bootstrap Icons v1.12.1 (https://icons.getbootstrap.com/)
|
||||
* Copyright 2019-2024 The Bootstrap Authors
|
||||
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
|
||||
*/
|
||||
|
@ -7,8 +7,8 @@
|
|||
@font-face {
|
||||
font-display: block;
|
||||
font-family: "bootstrap-icons";
|
||||
src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
|
||||
url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
|
||||
src: url("./fonts/bootstrap-icons.woff2?b4ccbd261d7ba256f41b772c22def48d") format("woff2"),
|
||||
url("./fonts/bootstrap-icons.woff?b4ccbd261d7ba256f41b772c22def48d") format("woff");
|
||||
}
|
||||
|
||||
.bi::before,
|
||||
|
@ -2076,3 +2076,4 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
|
|||
.bi-suitcase2-fill::before { content: "\f901"; }
|
||||
.bi-suitcase2::before { content: "\f902"; }
|
||||
.bi-vignette::before { content: "\f903"; }
|
||||
.bi-bluesky::before { content: "\f7f9"; }
|
||||
|
|
|
@ -2048,5 +2048,6 @@
|
|||
"suitcase": 63744,
|
||||
"suitcase2-fill": 63745,
|
||||
"suitcase2": 63746,
|
||||
"vignette": 63747
|
||||
"vignette": 63747,
|
||||
"bluesky": 63481
|
||||
}
|
4
font/bootstrap-icons.min.css
vendored
4
font/bootstrap-icons.min.css
vendored
File diff suppressed because one or more lines are too long
3
font/bootstrap-icons.scss
vendored
3
font/bootstrap-icons.scss
vendored
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
|
||||
* Bootstrap Icons v1.12.1 (https://icons.getbootstrap.com/)
|
||||
* Copyright 2019-2024 The Bootstrap Authors
|
||||
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
|
||||
*/
|
||||
|
@ -2083,6 +2083,7 @@ $bootstrap-icons-map: (
|
|||
"suitcase2-fill": "\f901",
|
||||
"suitcase2": "\f902",
|
||||
"vignette": "\f903",
|
||||
"bluesky": "\f7f9",
|
||||
);
|
||||
|
||||
@each $icon, $codepoint in $bootstrap-icons-map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue