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-01-31 22:28:46 +0300
committerGitHub <noreply@github.com>2022-01-31 22:28:46 +0300
commit39dc08db6d352cdca6c400180cb0a69465474d39 (patch)
treece0040cd10a98692b1183a78aab6768b4843b260
parentcd454b00efb88858f7d417eeb76a2579240de385 (diff)
Icons v180 (#251)
* Add blog post for Icons v1.8.0 * wordsmith * link
-rw-r--r--src/content/posts/2022/bootstrap-icons-1-8-0.md44
-rw-r--r--src/static/assets/img/2022/01/icons-v180-filetypes.pngbin0 -> 8934 bytes
-rw-r--r--src/static/assets/img/2022/01/icons-v180-love.pngbin0 -> 12922 bytes
-rw-r--r--src/static/assets/img/2022/01/icons-v180-misc.pngbin0 -> 11038 bytes
4 files changed, 44 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-icons-1-8-0.md b/src/content/posts/2022/bootstrap-icons-1-8-0.md
new file mode 100644
index 00000000..b12a2f85
--- /dev/null
+++ b/src/content/posts/2022/bootstrap-icons-1-8-0.md
@@ -0,0 +1,44 @@
+---
+author: mdo
+date: "2022-01-31T00:00:00Z"
+title: Bootstrap Icons v1.8.0
+video: HhZaHf8RP6g
+---
+
+[Bootstrap Icons v1.8.0](https://icons.getbootstrap.com) is here with over 140 new icons, including dozens of new heart icons ready for Valentine's Day and dozens of filetype icons. We're not at almost 1,700 icons and is once again our second largest release. Keep reading to see what's new.
+
+## 140+ new icons
+
+Perfect for Valentine's Day or any other time you need to show a little heart, there are dozens of icons to choose from.
+
+<img src="/assets/img/2022/01/icons-v180-love.png" alt="New love icons in v1.8.0" style="border: 1px solid rgba(0,0,0,.15);">
+
+Want to visually show the extensions of your files? There are tons of new options for programming languages, audio and video, images, and more.
+
+<img src="/assets/img/2022/01/icons-v180-filetypes.png" alt="New filetype icons in v1.8.0" style="border: 1px solid rgba(0,0,0,.15);">
+
+Elsewhere we've expanded a number of other categories of icons. There are some new medical icons (more are planned), lots of new clipboard icons, additional tools, and more.
+
+<img src="/assets/img/2022/01/icons-v180-misc.png" alt="Miscellaneous new icons in v1.8.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.8.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.8.0/bootstrap-icons-1.8.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/01/icons-v180-filetypes.png b/src/static/assets/img/2022/01/icons-v180-filetypes.png
new file mode 100644
index 00000000..3e87e5b1
--- /dev/null
+++ b/src/static/assets/img/2022/01/icons-v180-filetypes.png
Binary files differ
diff --git a/src/static/assets/img/2022/01/icons-v180-love.png b/src/static/assets/img/2022/01/icons-v180-love.png
new file mode 100644
index 00000000..9cc5a98a
--- /dev/null
+++ b/src/static/assets/img/2022/01/icons-v180-love.png
Binary files differ
diff --git a/src/static/assets/img/2022/01/icons-v180-misc.png b/src/static/assets/img/2022/01/icons-v180-misc.png
new file mode 100644
index 00000000..b7fe249d
--- /dev/null
+++ b/src/static/assets/img/2022/01/icons-v180-misc.png
Binary files differ