From 81de2986651c9a796b147e2313b78d6d7c3a3266 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 Dec 2021 12:14:28 -0800 Subject: Fix skip-forward-btn-fill SVG shape Fixes #1097 --- bootstrap-icons.svg | 2 +- font/bootstrap-icons.css | 4 ++-- font/bootstrap-icons.scss | 4 ++-- font/fonts/bootstrap-icons.woff | Bin 123408 -> 123384 bytes font/fonts/bootstrap-icons.woff2 | Bin 92004 -> 92064 bytes icons/skip-forward-btn-fill.svg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 3b77c0d7c..a7289f17c 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 727f7fa39..3c1537f1b 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?a74547b2f0863226942ff8ded57db345") format("woff2"), -url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff"); + src: url("./fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d") format("woff2"), +url("./fonts/bootstrap-icons.woff?30af91bf14e37666a085fb8a161ff36d") format("woff"); } .bi::before, diff --git a/font/bootstrap-icons.scss b/font/bootstrap-icons.scss index 80e2b0be9..1f5b7eb2e 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?a74547b2f0863226942ff8ded57db345") format("woff2"), -url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff") !default; +$bootstrap-icons-font-src: url("./fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d") format("woff2"), +url("./fonts/bootstrap-icons.woff?30af91bf14e37666a085fb8a161ff36d") 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 812621e64..1f5d54300 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 7cb9191f7..b3897eff0 100644 Binary files a/font/fonts/bootstrap-icons.woff2 and b/font/fonts/bootstrap-icons.woff2 differ diff --git a/icons/skip-forward-btn-fill.svg b/icons/skip-forward-btn-fill.svg index 6a62da67c..b767e9c97 100644 --- a/icons/skip-forward-btn-fill.svg +++ b/icons/skip-forward-btn-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file -- cgit v1.2.3