Skip to content

Commit

Permalink
Blog post for Icons v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 12, 2023
1 parent 8c61714 commit d9b0e0c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/content/posts/2022/bootstrap-icons-1-11-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
author: mdo
date: "2023-09-12T00:01:00Z"
title: Bootstrap Icons v1.11.0
keywords:
- icons
- release
---

[Bootstrap Icons v1.11.0](https://icons.getbootstrap.com) has arrived with 100 new icons—including new floppy disk icons, additional brand icons, new person icons, new emojis, some birthday cake, a few new science icons, and more. We're now at **over 2,000 icons**!

## 100 new icons

Here's a quick look at all the new icons in v1.11.0:

![New icons in v1.11.0](/assets/img/2023/09/icons-1-11-0.png)

[Check out the pull request](https://github.com/twbs/icons/pull/1792) for all the details on which icons were added and which were updated.

*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.11.0), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.9.0/bootstrap-icons-1.11.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.
Binary file added src/static/assets/img/2023/09/icons-1-11-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9b0e0c

Please sign in to comment.