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
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-07-13 23:15:41 +0300
committerGitHub <noreply@github.com>2022-07-13 23:15:41 +0300
commitccff4252d7d355fb745f3474f2a8748c8f789328 (patch)
tree568c03649680276804fa31e4509deb9b6ab13388
parentccbc4e7bd0d90c701c4868fc438e089954675988 (diff)
Icons v190 (#290)
* Add Icons v1.9.0 post * Date * Image and updates
-rw-r--r--src/content/posts/2022/bootstrap-icons-1-9-0.md50
-rw-r--r--src/static/assets/img/2022/07/bootstrap-icons-v190.pngbin0 -> 46141 bytes
2 files changed, 50 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-icons-1-9-0.md b/src/content/posts/2022/bootstrap-icons-1-9-0.md
new file mode 100644
index 00000000..4077fe1e
--- /dev/null
+++ b/src/content/posts/2022/bootstrap-icons-1-9-0.md
@@ -0,0 +1,50 @@
+---
+author: mdo
+date: "2022-07-13T00:01:00Z"
+title: Bootstrap Icons v1.9.0
+video: Z6_ZNW1DACE
+keywords:
+ - icons
+ - release
+---
+
+[Bootstrap Icons v1.9.0](https://icons.getbootstrap.com) is here with over 140 new and updated icons, including some longstanding requests for new brands, transportation options, numbers and letters, and so much more. With this release, we're now at **over 1,800 icons**!
+
+## 140+ new icons
+
+Here's a quick look at all the new icons in v1.9.0:
+
+![New love icons in v1.9.0](/assets/img/2022/07/bootstrap-icons-v190.png)
+
+- Tons of new brand icons including popular browsers, Ubuntu, Google Play, Android, Dropbox, and many more.
+- New transportation icons including cars, trains, planes, fuel, and common road signs.
+- New number and letter icons for 1-9, R, C, CC, H, and P (for use cases like registered trademark, copyright, Creative Commons, hospital or helicopter, and parking).
+- New medical icons for prescriptions, pills, and viruses.
+- New keyboard icons for tab and escape.
+- New Universal Access cions.
+- Redrawn cup icon, now with a steam variant for hot beverages.
+- Fire, finally!
+
+There are a handful more in there as well, so have a look and put them to use in your next update! In addition, we've updated our docs to include mention of Composer installs.
+
+*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.9.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.9.0/bootstrap-icons-1.9.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/community/file/1042482994486402696/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/2022/07/bootstrap-icons-v190.png b/src/static/assets/img/2022/07/bootstrap-icons-v190.png
new file mode 100644
index 00000000..cfa87594
--- /dev/null
+++ b/src/static/assets/img/2022/07/bootstrap-icons-v190.png
Binary files differ