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 <markdotto@gmail.com>2022-02-08 07:11:26 +0300
committerMark Otto <otto@github.com>2022-02-08 07:17:03 +0300
commit6ba89a1b540ce4f363688edbb538ad5b6669671b (patch)
tree209c56b3052d0649cb3ecabc9bed899a916c4604 /font
parentd6ec7c766c3730ad115a251cb3f2de1b1699f24d (diff)
Update dozens of icons to fix fill rules for icon fonts
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.woffbin136700 -> 137224 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin102040 -> 102284 bytes
5 files changed, 9 insertions, 5 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index 35ed0b5a2..8cb58f35f 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?e2f6e48459d8b0f394eea57aba940179") format("woff2"),
-url("./fonts/bootstrap-icons.woff?e2f6e48459d8b0f394eea57aba940179") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?009fd943122989304213fa8254f7c4ad") format("woff2"),
+url("./fonts/bootstrap-icons.woff?009fd943122989304213fa8254f7c4ad") format("woff");
}
.bi::before,
@@ -1702,3 +1702,4 @@ url("./fonts/bootstrap-icons.woff?e2f6e48459d8b0f394eea57aba940179") format("wof
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }
+.bi-clipboard-x-fill-1::before { content: "\f794"; }
diff --git a/font/bootstrap-icons.json b/font/bootstrap-icons.json
index a706aeaa4..e274e1dbf 100644
--- a/font/bootstrap-icons.json
+++ b/font/bootstrap-icons.json
@@ -1681,5 +1681,6 @@
"wrench-adjustable": 63376,
"filetype-json": 63377,
"filetype-pptx": 63378,
- "filetype-xlsx": 63379
+ "filetype-xlsx": 63379,
+ "clipboard-x-fill-1": 63380
} \ No newline at end of file
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index 32ec51a24..d2547cd62 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?e2f6e48459d8b0f394eea57aba940179") format("woff2"),
-url("./fonts/bootstrap-icons.woff?e2f6e48459d8b0f394eea57aba940179") format("woff") !default;
+$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?009fd943122989304213fa8254f7c4ad") format("woff2"),
+url("./fonts/bootstrap-icons.woff?009fd943122989304213fa8254f7c4ad") format("woff") !default;
@font-face {
font-family: $bootstrap-icons-font;
@@ -1706,6 +1706,7 @@ $bootstrap-icons-map: (
"filetype-json": "\f791",
"filetype-pptx": "\f792",
"filetype-xlsx": "\f793",
+ "clipboard-x-fill-1": "\f794",
);
.bi-123::before { content: map-get($bootstrap-icons-map, "123"); }
@@ -3391,3 +3392,4 @@ $bootstrap-icons-map: (
.bi-filetype-json::before { content: map-get($bootstrap-icons-map, "filetype-json"); }
.bi-filetype-pptx::before { content: map-get($bootstrap-icons-map, "filetype-pptx"); }
.bi-filetype-xlsx::before { content: map-get($bootstrap-icons-map, "filetype-xlsx"); }
+.bi-clipboard-x-fill-1::before { content: map-get($bootstrap-icons-map, "clipboard-x-fill-1"); }
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index 8a8b45da1..6cfdd80a7 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 6c80dd616..5d90be16f 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ