From 59b8db5f693f5e481a7c3c0fd44a8b82204bfb7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 May 2022 15:10:22 -0700 Subject: Fix some icon bugs - #1284: Fix cutoff `bank` icon - #1305: Fix house-heart and house-heart-fill fill-rules - #1257: Round corners of pentagon icons to match other shapes - #1238: Fix fill-rule for `x-lg` - #1226: Fix cutoff `tool` icon --- bootstrap-icons.svg | 2 +- font/bootstrap-icons.css | 4 ++-- font/bootstrap-icons.scss | 4 ++-- font/fonts/bootstrap-icons.woff | Bin 137124 -> 137216 bytes font/fonts/bootstrap-icons.woff2 | Bin 102536 -> 102380 bytes icons/bank.svg | 2 +- icons/house-heart-fill.svg | 4 ++-- icons/house-heart.svg | 3 ++- icons/pentagon-fill.svg | 2 +- icons/pentagon-half.svg | 2 +- icons/pentagon.svg | 2 +- icons/tools.svg | 2 +- icons/x-lg.svg | 3 +-- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 3bbbc6978..99df40fb4 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/font/bootstrap-icons.css b/font/bootstrap-icons.css index 5712315eb..b2a576090 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?524846017b983fc8ded9325d94ed40f3") format("woff2"), -url("./fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff"); + src: url("./fonts/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"), +url("./fonts/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff"); } .bi::before, diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss index f8b286562..02f9ecac1 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?524846017b983fc8ded9325d94ed40f3") format("woff2"), -url("./fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff") !default; +$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?08efbba7c53d8c5413793eecb19b20bb") format("woff2"), +url("./fonts/bootstrap-icons.woff?08efbba7c53d8c5413793eecb19b20bb") format("woff") !default; @font-face { font-family: $bootstrap-icons-font; diff --git a/font/fonts/bootstrap-icons.woff b/font/fonts/bootstrap-icons.woff index b26ccd1ac..4cd66b71a 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 f865a4b26..de01cad9d 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/bank.svg b/icons/bank.svg index 1825c96f6..264eaaa52 100644 --- a/icons/bank.svg +++ b/icons/bank.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/house-heart-fill.svg b/icons/house-heart-fill.svg index e4df41615..6d874fc1e 100644 --- a/icons/house-heart-fill.svg +++ b/icons/house-heart-fill.svg @@ -1,4 +1,4 @@ - - + + \ No newline at end of file diff --git a/icons/house-heart.svg b/icons/house-heart.svg index 2479ba533..26b239529 100644 --- a/icons/house-heart.svg +++ b/icons/house-heart.svg @@ -1,3 +1,4 @@ - + + \ No newline at end of file diff --git a/icons/pentagon-fill.svg b/icons/pentagon-fill.svg index 838d1f4cf..9c8078906 100644 --- a/icons/pentagon-fill.svg +++ b/icons/pentagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pentagon-half.svg b/icons/pentagon-half.svg index 2e4aaf5b2..305125cb3 100644 --- a/icons/pentagon-half.svg +++ b/icons/pentagon-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pentagon.svg b/icons/pentagon.svg index deb8406a9..b6f5fe300 100644 --- a/icons/pentagon.svg +++ b/icons/pentagon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tools.svg b/icons/tools.svg index b60ce108c..fcc8362f7 100644 --- a/icons/tools.svg +++ b/icons/tools.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-lg.svg b/icons/x-lg.svg index 173125757..53aec00d4 100644 --- a/icons/x-lg.svg +++ b/icons/x-lg.svg @@ -1,4 +1,3 @@ - - + \ No newline at end of file -- cgit v1.2.3