Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-11-01 06:13:54 +0300
committerMark Otto <otto@github.com>2021-11-01 22:05:20 +0300
commitc0eb7ff052eb7317e756bb3b16959373e9d8466e (patch)
tree133f12241bc6717ef15742555ef813124cc0d53c /src
parent5d4001edd3663a169a2c1f0fc38c803083063b42 (diff)
Blog post for v1.7.0 icons
Diffstat (limited to 'src')
-rw-r--r--src/content/posts/2021/bootstrap-icons-1-7-0.md36
-rw-r--r--src/static/assets/img/2021/11/icons-v170.pngbin0 -> 21499 bytes
2 files changed, 36 insertions, 0 deletions
diff --git a/src/content/posts/2021/bootstrap-icons-1-7-0.md b/src/content/posts/2021/bootstrap-icons-1-7-0.md
new file mode 100644
index 00000000..c5187b23
--- /dev/null
+++ b/src/content/posts/2021/bootstrap-icons-1-7-0.md
@@ -0,0 +1,36 @@
+---
+author: mdo
+date: "2021-11-01T00:00:00Z"
+title: Bootstrap Icons v1.7.0
+video: CqZgd6-xQl8
+---
+
+[Bootstrap Icons v1.7.0](https://icons.getbootstrap.com) is here with 120 new and updated icons, taking us over 1,500 total icons for the project! It's the largest update since the initial release, so keep reading to see what's new.
+
+## 120 new icons
+
+This update was a lot of fun for me—drawing all these tiny computer parts most of all! There are dozens of new computer related icons for parts, ports, and peripheral devices. There are also several new brand icons, including Meta, and some other fun icons like a new robot head and a boombox.
+
+<img src="/assets/img/2021/11/icons-v170.png" alt="New icons in v1.7.0" style="border: 1px solid rgba(0,0,0,.15);">
+
+*Looking for more new icons? Head to the [issue tracker](https://github.com/twbs/icons/issues) to check for open requests or submit a new one.*
+
+## Install
+
+To get started, install or update via npm:
+
+```sh
+npm i bootstrap-icons
+```
+
+Or Composer:
+
+```sh
+composer require twbs/bootstrap-icons
+```
+
+You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.7.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.7.0/bootstrap-icons-1.7.0.zip) (without the rest of the repository files).
+
+## Figma
+
+The Figma file is now published to the Figma Community! It's the same [Bootstrap Icons Figma file](https://www.figma.com/file/cKgRyErzl4pR1WN4NcB5lv/Bootstrap-Icons) you've seen from previous releases, just a little more accessible to those using the app.
diff --git a/src/static/assets/img/2021/11/icons-v170.png b/src/static/assets/img/2021/11/icons-v170.png
new file mode 100644
index 00000000..30612aa0
--- /dev/null
+++ b/src/static/assets/img/2021/11/icons-v170.png
Binary files differ