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/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2022-07-17 01:31:55 +0300
committerGitHub <noreply@github.com>2022-07-17 01:31:55 +0300
commit2e38adacd3e8b4520afac582bb5e822f436ba44e (patch)
tree53ce45ce7242d01a5ec92c25990dea65fc048408 /docs
parent27860fdc9ae8288ebb47db5206d9e24243fb09a6 (diff)
Fixes for v1.9.1 (#1373)
* Properly add font-display to CSS and SCSS templates for icon fonts Fixes #1368 * Add missing icons and fix broken ones from v1.9.0 release - Fixes #1372: Rename cassette and cassette-fill - Fixes #1370: Adds fuel pump and EV station icons - Fixes #1367: Fixes duplicate path in Apple icon * Bump versions, update homepage new banner * Update social card
Diffstat (limited to 'docs')
-rw-r--r--docs/content/icons/ev-station-fill.md8
-rw-r--r--docs/content/icons/ev-station.md8
-rw-r--r--docs/content/icons/fuel-pump-diesel-fill.md10
-rw-r--r--docs/content/icons/fuel-pump-diesel.md10
-rw-r--r--docs/content/icons/fuel-pump-fill.md10
-rw-r--r--docs/content/icons/fuel-pump.md10
-rw-r--r--docs/layouts/partials/home/hero.html4
-rw-r--r--docs/static/assets/img/bootstrap-icons-social.pngbin469040 -> 476153 bytes
8 files changed, 58 insertions, 2 deletions
diff --git a/docs/content/icons/ev-station-fill.md b/docs/content/icons/ev-station-fill.md
new file mode 100644
index 000000000..67e83e73c
--- /dev/null
+++ b/docs/content/icons/ev-station-fill.md
@@ -0,0 +1,8 @@
+---
+title: EV station fill
+categories:
+ - Transportation
+tags:
+ - charging
+ - electric vehicle
+---
diff --git a/docs/content/icons/ev-station.md b/docs/content/icons/ev-station.md
new file mode 100644
index 000000000..554617153
--- /dev/null
+++ b/docs/content/icons/ev-station.md
@@ -0,0 +1,8 @@
+---
+title: EV station
+categories:
+ - Transportation
+tags:
+ - charging
+ - electric vehicle
+---
diff --git a/docs/content/icons/fuel-pump-diesel-fill.md b/docs/content/icons/fuel-pump-diesel-fill.md
new file mode 100644
index 000000000..075f868c9
--- /dev/null
+++ b/docs/content/icons/fuel-pump-diesel-fill.md
@@ -0,0 +1,10 @@
+---
+title: Fuel pump diesel fill
+categories:
+ - Transportation
+tags:
+ - gas
+ - petrol
+ - fuel
+ - "gas station"
+---
diff --git a/docs/content/icons/fuel-pump-diesel.md b/docs/content/icons/fuel-pump-diesel.md
new file mode 100644
index 000000000..425a16549
--- /dev/null
+++ b/docs/content/icons/fuel-pump-diesel.md
@@ -0,0 +1,10 @@
+---
+title: Fuel pump diesel
+categories:
+ - Transportation
+tags:
+ - gas
+ - petrol
+ - fuel
+ - "gas station"
+---
diff --git a/docs/content/icons/fuel-pump-fill.md b/docs/content/icons/fuel-pump-fill.md
new file mode 100644
index 000000000..7a2d086ab
--- /dev/null
+++ b/docs/content/icons/fuel-pump-fill.md
@@ -0,0 +1,10 @@
+---
+title: Fuel pump fill
+categories:
+ - Transportation
+tags:
+ - gas
+ - petrol
+ - fuel
+ - "gas station"
+---
diff --git a/docs/content/icons/fuel-pump.md b/docs/content/icons/fuel-pump.md
new file mode 100644
index 000000000..be9ea06b5
--- /dev/null
+++ b/docs/content/icons/fuel-pump.md
@@ -0,0 +1,10 @@
+---
+title: Fuel pump
+categories:
+ - Transportation
+tags:
+ - gas
+ - petrol
+ - fuel
+ - "gas station"
+---
diff --git a/docs/layouts/partials/home/hero.html b/docs/layouts/partials/home/hero.html
index 22b118998..955acc253 100644
--- a/docs/layouts/partials/home/hero.html
+++ b/docs/layouts/partials/home/hero.html
@@ -8,8 +8,8 @@
alt="Bootstrap Icons" width="450" height="340">
</div>
<div class="col-lg-7">
- <a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2022/01/31/bootstrap-icons-1-8-0/">
- <strong>New in v1.8.0:</strong> 140+ new icons!
+ <a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2022/07/13/bootstrap-icons-1-9-0/">
+ <strong>New in v1.9.0:</strong> 140+ new icons!
</a>
<h1 class="f0">Bootstrap Icons</h1>
<p class="mb-4 f3 font-weight-normal">Free, high quality, open source icon library with over 1,600 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without <a href="{{ .Site.Params.main }}/">Bootstrap</a> in any project.</p>
diff --git a/docs/static/assets/img/bootstrap-icons-social.png b/docs/static/assets/img/bootstrap-icons-social.png
index 279207f0e..0f7f6e215 100644
--- a/docs/static/assets/img/bootstrap-icons-social.png
+++ b/docs/static/assets/img/bootstrap-icons-social.png
Binary files differ