1
0
Fork 0

Adding upstream version 1.13.1+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-10 07:55:20 +02:00
parent 75a2ef6995
commit 8e74b91403
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
42 changed files with 184 additions and 19 deletions

View file

@ -1,5 +1,5 @@
/*!
* Bootstrap Icons v1.12.1 (https://icons.getbootstrap.com/)
* Bootstrap Icons v1.13.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?b4ccbd261d7ba256f41b772c22def48d") format("woff2"),
url("./fonts/bootstrap-icons.woff?b4ccbd261d7ba256f41b772c22def48d") format("woff");
src: url("./fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}
.bi::before,
@ -2077,3 +2077,30 @@ url("./fonts/bootstrap-icons.woff?b4ccbd261d7ba256f41b772c22def48d") format("wof
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }
.bi-bluesky::before { content: "\f7f9"; }
.bi-tux::before { content: "\f904"; }
.bi-beaker-fill::before { content: "\f905"; }
.bi-beaker::before { content: "\f906"; }
.bi-flask-fill::before { content: "\f907"; }
.bi-flask-florence-fill::before { content: "\f908"; }
.bi-flask-florence::before { content: "\f909"; }
.bi-flask::before { content: "\f90a"; }
.bi-leaf-fill::before { content: "\f90b"; }
.bi-leaf::before { content: "\f90c"; }
.bi-measuring-cup-fill::before { content: "\f90d"; }
.bi-measuring-cup::before { content: "\f90e"; }
.bi-unlock2-fill::before { content: "\f90f"; }
.bi-unlock2::before { content: "\f910"; }
.bi-battery-low::before { content: "\f911"; }
.bi-anthropic::before { content: "\f912"; }
.bi-apple-music::before { content: "\f913"; }
.bi-claude::before { content: "\f914"; }
.bi-openai::before { content: "\f915"; }
.bi-perplexity::before { content: "\f916"; }
.bi-css::before { content: "\f917"; }
.bi-javascript::before { content: "\f918"; }
.bi-typescript::before { content: "\f919"; }
.bi-fork-knife::before { content: "\f91a"; }
.bi-globe-americas-fill::before { content: "\f91b"; }
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
.bi-globe-europe-africa-fill::before { content: "\f91e"; }

View file

@ -2049,5 +2049,32 @@
"suitcase2-fill": 63745,
"suitcase2": 63746,
"vignette": 63747,
"bluesky": 63481
"bluesky": 63481,
"tux": 63748,
"beaker-fill": 63749,
"beaker": 63750,
"flask-fill": 63751,
"flask-florence-fill": 63752,
"flask-florence": 63753,
"flask": 63754,
"leaf-fill": 63755,
"leaf": 63756,
"measuring-cup-fill": 63757,
"measuring-cup": 63758,
"unlock2-fill": 63759,
"unlock2": 63760,
"battery-low": 63761,
"anthropic": 63762,
"apple-music": 63763,
"claude": 63764,
"openai": 63765,
"perplexity": 63766,
"css": 63767,
"javascript": 63768,
"typescript": 63769,
"fork-knife": 63770,
"globe-americas-fill": 63771,
"globe-asia-australia-fill": 63772,
"globe-central-south-asia-fill": 63773,
"globe-europe-africa-fill": 63774
}

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* Bootstrap Icons v1.12.1 (https://icons.getbootstrap.com/)
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/
@ -2084,6 +2084,33 @@ $bootstrap-icons-map: (
"suitcase2": "\f902",
"vignette": "\f903",
"bluesky": "\f7f9",
"tux": "\f904",
"beaker-fill": "\f905",
"beaker": "\f906",
"flask-fill": "\f907",
"flask-florence-fill": "\f908",
"flask-florence": "\f909",
"flask": "\f90a",
"leaf-fill": "\f90b",
"leaf": "\f90c",
"measuring-cup-fill": "\f90d",
"measuring-cup": "\f90e",
"unlock2-fill": "\f90f",
"unlock2": "\f910",
"battery-low": "\f911",
"anthropic": "\f912",
"apple-music": "\f913",
"claude": "\f914",
"openai": "\f915",
"perplexity": "\f916",
"css": "\f917",
"javascript": "\f918",
"typescript": "\f919",
"fork-knife": "\f91a",
"globe-americas-fill": "\f91b",
"globe-asia-australia-fill": "\f91c",
"globe-central-south-asia-fill": "\f91d",
"globe-europe-africa-fill": "\f91e",
);
@each $icon, $codepoint in $bootstrap-icons-map {