Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-11-08 20:05:35 +0300
committerGitHub <noreply@github.com>2021-11-08 20:05:35 +0300
commit3499e1bda18f13f9f1f713a9dcb3a755e161adfa (patch)
tree58fdaad1c1e1361f3bbfb072cfdb5103addefe85 /font
parent8b2c668c7cdb9d21fefb95eb9de44e8df6863c73 (diff)
v1.7.1 icon fixes (#1088)
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css5
-rw-r--r--font/bootstrap-icons.json3
-rw-r--r--font/bootstrap-icons.scss6
-rw-r--r--font/fonts/bootstrap-icons.woffbin123356 -> 123408 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin91824 -> 92004 bytes
-rw-r--r--font/index.html4
6 files changed, 13 insertions, 5 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index 5c9bc8049..add9409d8 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -1,7 +1,7 @@
@font-face {
font-family: "bootstrap-icons";
- src: url("./fonts/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff2"),
-url("./fonts/bootstrap-icons.woff?a97b3594ad416896e15824f6787370e0") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345") format("woff2"),
+url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff");
}
.bi::before,
@@ -1553,3 +1553,4 @@ url("./fonts/bootstrap-icons.woff?a97b3594ad416896e15824f6787370e0") format("wof
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
+.bi-terminal-x::before { content: "\f6ff"; }
diff --git a/font/bootstrap-icons.json b/font/bootstrap-icons.json
index 4b36b9875..8fc583d56 100644
--- a/font/bootstrap-icons.json
+++ b/font/bootstrap-icons.json
@@ -1532,5 +1532,6 @@
"device-ssd": 63227,
"displayport-fill": 63228,
"mortarboard-fill": 63229,
- "mortarboard": 63230
+ "mortarboard": 63230,
+ "terminal-x": 63231
} \ No newline at end of file
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index 10d4a8608..8b95f2b47 100644
--- a/font/bootstrap-icons.scss
+++ b/font/bootstrap-icons.scss
@@ -1,6 +1,6 @@
$bootstrap-icons-font: "bootstrap-icons" !default;
-$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff2"),
-url("./fonts/bootstrap-icons.woff?a97b3594ad416896e15824f6787370e0") format("woff") !default;
+$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345") format("woff2"),
+url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff") !default;
@font-face {
font-family: $bootstrap-icons-font;
@@ -1557,6 +1557,7 @@ $bootstrap-icons-map: (
"displayport-fill": "\f6fc",
"mortarboard-fill": "\f6fd",
"mortarboard": "\f6fe",
+ "terminal-x": "\f6ff",
);
.bi-123::before { content: map-get($bootstrap-icons-map, "123"); }
@@ -3093,3 +3094,4 @@ $bootstrap-icons-map: (
.bi-displayport-fill::before { content: map-get($bootstrap-icons-map, "displayport-fill"); }
.bi-mortarboard-fill::before { content: map-get($bootstrap-icons-map, "mortarboard-fill"); }
.bi-mortarboard::before { content: map-get($bootstrap-icons-map, "mortarboard"); }
+.bi-terminal-x::before { content: map-get($bootstrap-icons-map, "terminal-x"); }
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index 15e9b14db..812621e64 100644
--- a/font/fonts/bootstrap-icons.woff
+++ b/font/fonts/bootstrap-icons.woff
Binary files differ
diff --git a/font/fonts/bootstrap-icons.woff2 b/font/fonts/bootstrap-icons.woff2
index a724ab33d..7cb9191f7 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ
diff --git a/font/index.html b/font/index.html
index 46175252c..3a75230fc 100644
--- a/font/index.html
+++ b/font/index.html
@@ -5546,6 +5546,10 @@
<div class="label">terminal-split</div>
</div>
<div class="icon">
+ <i class="bi bi-terminal-x"></i>
+ <div class="label">terminal-x</div>
+ </div>
+ <div class="icon">
<i class="bi bi-terminal"></i>
<div class="label">terminal</div>
</div>