From ccff4252d7d355fb745f3474f2a8748c8f789328 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Jul 2022 13:15:41 -0700 Subject: Icons v190 (#290) * Add Icons v1.9.0 post * Date * Image and updates --- src/content/posts/2022/bootstrap-icons-1-9-0.md | 50 +++++++++++++++++++++ .../assets/img/2022/07/bootstrap-icons-v190.png | Bin 0 -> 46141 bytes 2 files changed, 50 insertions(+) create mode 100644 src/content/posts/2022/bootstrap-icons-1-9-0.md create mode 100644 src/static/assets/img/2022/07/bootstrap-icons-v190.png 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 Binary files /dev/null and b/src/static/assets/img/2022/07/bootstrap-icons-v190.png differ -- cgit v1.2.3