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-11-11 20:32:09 +0300
committerGitHub <noreply@github.com>2022-11-11 20:32:09 +0300
commitb2f73803e27b1d0784852f06e448782a3abcd86e (patch)
treeb50f4a6160ded8353c2c7549355d2f507e3be41e
parentd64b15528349f3a2206b37d3462f6b0b8e03660c (diff)
Add Icons v1.10.0 post (#320)
-rw-r--r--src/content/posts/2022/bootstrap-icons-1-10-0.md55
-rw-r--r--src/static/assets/img/2022/11/bootstrap-icons-v1100.pngbin0 -> 37461 bytes
2 files changed, 55 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-icons-1-10-0.md b/src/content/posts/2022/bootstrap-icons-1-10-0.md
new file mode 100644
index 00000000..d2f88d6b
--- /dev/null
+++ b/src/content/posts/2022/bootstrap-icons-1-10-0.md
@@ -0,0 +1,55 @@
+---
+author: mdo
+date: "2022-11-11T00:01:00Z"
+title: Bootstrap Icons v1.10.0
+keywords:
+ - icons
+ - release
+---
+
+[Bootstrap Icons v1.10.0](https://icons.getbootstrap.com) is here with nearly 150 new icons. This release includes tons of new variants for person, building, and database icons, plus new brands, rockets, road signs, globes, and many more. We're now at **over 1,900 icons**!
+
+## 150 new icons
+
+ Here's a quick look at all the new icons in v1.10.0:
+
+![New love icons in v1.10.0](/assets/img/2022/11/bootstrap-icons-v1100.png)
+
+Some highlights for the new icons include:
+
+- 22 new person icons
+- 26 new house icons
+- 24 new building icons, including a renamed `building` to `buildings`
+- 22 new database icons
+- 24 new street sign icons
+- New globe icons
+- New EV, taxi, bus, and scooter transportation icons
+- New rockets
+- and more!
+
+We also fixed the fill rules for several some issues across the docs, including:
+
+- De-duped category names `Brand` and `Brands` to be just `Brand`
+- Updated tags on several icon pages for additional aliases
+
+*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/11/bootstrap-icons-v1100.png b/src/static/assets/img/2022/11/bootstrap-icons-v1100.png
new file mode 100644
index 00000000..e81d5b33
--- /dev/null
+++ b/src/static/assets/img/2022/11/bootstrap-icons-v1100.png
Binary files differ