From 4e1651f93321d8ad734be261a08fcfde938dcbb7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 29 Oct 2022 16:36:38 -0400 Subject: 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 --- bootstrap-icons.svg | 2 +- docs/content/icons/braces-asterisk.md | 6 +++++- docs/content/icons/braces.md | 4 ++++ docs/content/icons/code-slash.md | 4 ++++ docs/content/icons/code-square.md | 4 ++++ docs/content/icons/code.md | 4 ++++ docs/content/icons/envelope-at-fill.md | 10 ++++++++++ docs/content/icons/envelope-at.md | 10 ++++++++++ docs/content/icons/regex.md | 13 +++++++++++++ docs/content/icons/text-wrap.md | 9 +++++++++ font/bootstrap-icons.css | 8 ++++++-- font/bootstrap-icons.json | 6 +++++- font/bootstrap-icons.scss | 8 ++++++++ font/fonts/bootstrap-icons.woff | Bin 151848 -> 152424 bytes font/fonts/bootstrap-icons.woff2 | Bin 113076 -> 113836 bytes icons/envelope-at-fill.svg | 4 ++++ icons/envelope-at.svg | 4 ++++ icons/regex.svg | 3 +++ icons/text-wrap.svg | 3 +++ 19 files changed, 97 insertions(+), 5 deletions(-) create mode 100644 docs/content/icons/envelope-at-fill.md create mode 100644 docs/content/icons/envelope-at.md create mode 100644 docs/content/icons/regex.md create mode 100644 docs/content/icons/text-wrap.md create mode 100644 icons/envelope-at-fill.svg create mode 100644 icons/envelope-at.svg create mode 100644 icons/regex.svg create mode 100644 icons/text-wrap.svg diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 077c77fb9..783acffe6 100644 --- a/bootstrap-icons.svg +++ b/bootstrap-icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/content/icons/braces-asterisk.md b/docs/content/icons/braces-asterisk.md index 5c8abc78e..342fad7ab 100644 --- a/docs/content/icons/braces-asterisk.md +++ b/docs/content/icons/braces-asterisk.md @@ -3,6 +3,10 @@ title: Braces asterisk categories: - Typography tags: + - text + - type - code - - css + - developer + - development + - software --- diff --git a/docs/content/icons/braces.md b/docs/content/icons/braces.md index bd347aaac..34720d22e 100644 --- a/docs/content/icons/braces.md +++ b/docs/content/icons/braces.md @@ -5,4 +5,8 @@ categories: tags: - text - type + - code + - developer + - development + - software --- diff --git a/docs/content/icons/code-slash.md b/docs/content/icons/code-slash.md index 1a1564827..a695a3f38 100644 --- a/docs/content/icons/code-slash.md +++ b/docs/content/icons/code-slash.md @@ -5,4 +5,8 @@ categories: tags: - text - type + - code + - developer + - development + - software --- diff --git a/docs/content/icons/code-square.md b/docs/content/icons/code-square.md index abbe03d48..590b62b22 100644 --- a/docs/content/icons/code-square.md +++ b/docs/content/icons/code-square.md @@ -5,5 +5,9 @@ categories: tags: - text - type + - code + - developer + - development + - software - preformatted --- diff --git a/docs/content/icons/code.md b/docs/content/icons/code.md index 13b410025..a863c70af 100644 --- a/docs/content/icons/code.md +++ b/docs/content/icons/code.md @@ -5,4 +5,8 @@ categories: tags: - text - type + - code + - developer + - development + - software --- diff --git a/docs/content/icons/envelope-at-fill.md b/docs/content/icons/envelope-at-fill.md new file mode 100644 index 000000000..9c21af957 --- /dev/null +++ b/docs/content/icons/envelope-at-fill.md @@ -0,0 +1,10 @@ +--- +title: Envelope at fill +categories: + - Communications +tags: + - email + - message + - mail + - letter +--- diff --git a/docs/content/icons/envelope-at.md b/docs/content/icons/envelope-at.md new file mode 100644 index 000000000..457c695ab --- /dev/null +++ b/docs/content/icons/envelope-at.md @@ -0,0 +1,10 @@ +--- +title: Envelope at +categories: + - Communications +tags: + - email + - message + - mail + - letter +--- diff --git a/docs/content/icons/regex.md b/docs/content/icons/regex.md new file mode 100644 index 000000000..fe72cf2be --- /dev/null +++ b/docs/content/icons/regex.md @@ -0,0 +1,13 @@ +--- +title: Regex +categories: + - Typography +tags: + - text + - type + - code + - developer + - development + - software + - "regular expression" +--- diff --git a/docs/content/icons/text-wrap.md b/docs/content/icons/text-wrap.md new file mode 100644 index 000000000..01d6fe46e --- /dev/null +++ b/docs/content/icons/text-wrap.md @@ -0,0 +1,9 @@ +--- +title: Text wrap +categories: + - Typography +tags: + - text + - type + - "word wrap" +--- 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 Binary files a/font/fonts/bootstrap-icons.woff and b/font/fonts/bootstrap-icons.woff differ diff --git a/font/fonts/bootstrap-icons.woff2 b/font/fonts/bootstrap-icons.woff2 index c455302c2..dba483569 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/envelope-at-fill.svg b/icons/envelope-at-fill.svg new file mode 100644 index 000000000..7102a5b12 --- /dev/null +++ b/icons/envelope-at-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/envelope-at.svg b/icons/envelope-at.svg new file mode 100644 index 000000000..46b9134ae --- /dev/null +++ b/icons/envelope-at.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/regex.svg b/icons/regex.svg new file mode 100644 index 000000000..19c0ff30f --- /dev/null +++ b/icons/regex.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/text-wrap.svg b/icons/text-wrap.svg new file mode 100644 index 000000000..713a96c72 --- /dev/null +++ b/icons/text-wrap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3