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:
authorJacob Johansson <hello@jacobjohansson.com>2020-12-23 20:20:34 +0300
committerGitHub <noreply@github.com>2020-12-23 20:20:34 +0300
commit9e91309e5d7d0db28e4b36752ea6ad399b3d69ed (patch)
tree156bf4b5fcb04dd5c96f6367aa67009c731d9d9e /font
parentb4daf3f2aa5be8ee88a0c6e3d717121a92eecce0 (diff)
Fixed "fll" typo on all patch icons. ("fll" -> "fill") (#586)
* Fixed typo on patch icons * Removed vscode configuration
Diffstat (limited to 'font')
-rw-r--r--font/bootstrap-icons.css10
-rw-r--r--font/bootstrap-icons.json10
-rw-r--r--font/index.html20
3 files changed, 20 insertions, 20 deletions
diff --git a/font/bootstrap-icons.css b/font/bootstrap-icons.css
index f98746906..bb3f12c56 100644
--- a/font/bootstrap-icons.css
+++ b/font/bootstrap-icons.css
@@ -884,15 +884,15 @@ url("./fonts/bootstrap-icons.woff2?5813790c1ebd573b51a03ec84367082a") format("wo
.bi-outlet::before { content: "\f460"; }
.bi-paperclip::before { content: "\f461"; }
.bi-paragraph::before { content: "\f462"; }
-.bi-patch-check-fll::before { content: "\f463"; }
+.bi-patch-check-fill::before { content: "\f463"; }
.bi-patch-check::before { content: "\f464"; }
-.bi-patch-exclamation-fll::before { content: "\f465"; }
+.bi-patch-exclamation-fill::before { content: "\f465"; }
.bi-patch-exclamation::before { content: "\f466"; }
-.bi-patch-minus-fll::before { content: "\f467"; }
+.bi-patch-minus-fill::before { content: "\f467"; }
.bi-patch-minus::before { content: "\f468"; }
-.bi-patch-plus-fll::before { content: "\f469"; }
+.bi-patch-plus-fill::before { content: "\f469"; }
.bi-patch-plus::before { content: "\f46a"; }
-.bi-patch-question-fll::before { content: "\f46b"; }
+.bi-patch-question-fill::before { content: "\f46b"; }
.bi-patch-question::before { content: "\f46c"; }
.bi-pause-btn-fill::before { content: "\f46d"; }
.bi-pause-btn::before { content: "\f46e"; }
diff --git a/font/bootstrap-icons.json b/font/bootstrap-icons.json
index cbd079642..4a1bcfe08 100644
--- a/font/bootstrap-icons.json
+++ b/font/bootstrap-icons.json
@@ -865,15 +865,15 @@
"outlet": 62560,
"paperclip": 62561,
"paragraph": 62562,
- "patch-check-fll": 62563,
+ "patch-check-fill": 62563,
"patch-check": 62564,
- "patch-exclamation-fll": 62565,
+ "patch-exclamation-fill": 62565,
"patch-exclamation": 62566,
- "patch-minus-fll": 62567,
+ "patch-minus-fill": 62567,
"patch-minus": 62568,
- "patch-plus-fll": 62569,
+ "patch-plus-fill": 62569,
"patch-plus": 62570,
- "patch-question-fll": 62571,
+ "patch-question-fill": 62571,
"patch-question": 62572,
"pause-btn-fill": 62573,
"pause-btn": 62574,
diff --git a/font/index.html b/font/index.html
index 85cb4b4d9..4b155856b 100644
--- a/font/index.html
+++ b/font/index.html
@@ -3506,40 +3506,40 @@
<div class="label">paragraph</div>
</div>
<div class="icon">
- <i class="bi bi-patch-check-fll"></i>
- <div class="label">patch-check-fll</div>
+ <i class="bi bi-patch-check-fill"></i>
+ <div class="label">patch-check-fill</div>
</div>
<div class="icon">
<i class="bi bi-patch-check"></i>
<div class="label">patch-check</div>
</div>
<div class="icon">
- <i class="bi bi-patch-exclamation-fll"></i>
- <div class="label">patch-exclamation-fll</div>
+ <i class="bi bi-patch-exclamation-fill"></i>
+ <div class="label">patch-exclamation-fill</div>
</div>
<div class="icon">
<i class="bi bi-patch-exclamation"></i>
<div class="label">patch-exclamation</div>
</div>
<div class="icon">
- <i class="bi bi-patch-minus-fll"></i>
- <div class="label">patch-minus-fll</div>
+ <i class="bi bi-patch-minus-fill"></i>
+ <div class="label">patch-minus-fill</div>
</div>
<div class="icon">
<i class="bi bi-patch-minus"></i>
<div class="label">patch-minus</div>
</div>
<div class="icon">
- <i class="bi bi-patch-plus-fll"></i>
- <div class="label">patch-plus-fll</div>
+ <i class="bi bi-patch-plus-fill"></i>
+ <div class="label">patch-plus-fill</div>
</div>
<div class="icon">
<i class="bi bi-patch-plus"></i>
<div class="label">patch-plus</div>
</div>
<div class="icon">
- <i class="bi bi-patch-question-fll"></i>
- <div class="label">patch-question-fll</div>
+ <i class="bi bi-patch-question-fill"></i>
+ <div class="label">patch-question-fill</div>
</div>
<div class="icon">
<i class="bi bi-patch-question"></i>