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-10-29 23:36:38 +0300
committerMark Otto <otto@github.com>2022-10-29 23:52:52 +0300
commit4e1651f93321d8ad734be261a08fcfde938dcbb7 (patch)
treea97305e3260212d33eae7db1b64a1dc12407bf5d /font
parentdc8249972016a8c4ade0ece3f8f20179935ce9d3 (diff)
Add more new icons, update some tags
- Fixes #1361: Add text wrap - Fixes #1351: Add regex - Fixes #1330: Add envelope with at sign Updates other code and braces icons to include code and software tags
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css8
-rw-r--r--font/bootstrap-icons.json6
-rw-r--r--font/bootstrap-icons.scss8
-rw-r--r--font/fonts/bootstrap-icons.woffbin151848 -> 152424 bytes
-rw-r--r--font/fonts/bootstrap-icons.woff2bin113076 -> 113836 bytes
5 files changed, 19 insertions, 3 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index ea1226a7b..f1e78f563 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -1,8 +1,8 @@
@font-face {
font-display: block;
font-family: "bootstrap-icons";
- src: url("./fonts/bootstrap-icons.woff2?e15be3d3600e4a11fe4586f0c485d891") format("woff2"),
-url("./fonts/bootstrap-icons.woff?e15be3d3600e4a11fe4586f0c485d891") format("woff");
+ src: url("./fonts/bootstrap-icons.woff2?b4b470c7065ebefa537038fab9165c2a") format("woff2"),
+url("./fonts/bootstrap-icons.woff?b4b470c7065ebefa537038fab9165c2a") format("woff");
}
.bi::before,
@@ -1886,3 +1886,7 @@ url("./fonts/bootstrap-icons.woff?e15be3d3600e4a11fe4586f0c485d891") format("wof
.bi-subscript::before { content: "\f848"; }
.bi-superscript::before { content: "\f849"; }
.bi-trello::before { content: "\f84a"; }
+.bi-envelope-at-fill::before { content: "\f84b"; }
+.bi-envelope-at::before { content: "\f84c"; }
+.bi-regex::before { content: "\f84d"; }
+.bi-text-wrap::before { content: "\f84e"; }
diff --git a/font/bootstrap-icons.json b/font/bootstrap-icons.json
index a3c73eeb1..fe6f92455 100644
--- a/font/bootstrap-icons.json
+++ b/font/bootstrap-icons.json
@@ -1864,5 +1864,9 @@
"stripe": 63559,
"subscript": 63560,
"superscript": 63561,
- "trello": 63562
+ "trello": 63562,
+ "envelope-at-fill": 63563,
+ "envelope-at": 63564,
+ "regex": 63565,
+ "text-wrap": 63566
} \ No newline at end of file
diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss
index b7e5b2396..99ec880bc 100644
--- a/font/bootstrap-icons.scss
+++ b/font/bootstrap-icons.scss
@@ -1892,6 +1892,10 @@ $bootstrap-icons-map: (
"subscript": "\f848",
"superscript": "\f849",
"trello": "\f84a",
+ "envelope-at-fill": "\f84b",
+ "envelope-at": "\f84c",
+ "regex": "\f84d",
+ "text-wrap": "\f84e",
);
.bi-123::before { content: map-get($bootstrap-icons-map, "123"); }
@@ -3760,3 +3764,7 @@ $bootstrap-icons-map: (
.bi-subscript::before { content: map-get($bootstrap-icons-map, "subscript"); }
.bi-superscript::before { content: map-get($bootstrap-icons-map, "superscript"); }
.bi-trello::before { content: map-get($bootstrap-icons-map, "trello"); }
+.bi-envelope-at-fill::before { content: map-get($bootstrap-icons-map, "envelope-at-fill"); }
+.bi-envelope-at::before { content: map-get($bootstrap-icons-map, "envelope-at"); }
+.bi-regex::before { content: map-get($bootstrap-icons-map, "regex"); }
+.bi-text-wrap::before { content: map-get($bootstrap-icons-map, "text-wrap"); }
diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff
index 9ab5ebea7..df112f10b 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 c455302c2..dba483569 100644
--- a/font/fonts/bootstrap-icons.woff2
+++ b/font/fonts/bootstrap-icons.woff2
Binary files differ