Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-12-12 00:05:23 +0300
committerGitHub <noreply@github.com>2020-12-12 00:05:23 +0300
commit76f211498e92fcf9ba0d5aceb4ebda336184a2dc (patch)
tree0a989d1340326b2ed9134eb6f667210e9dfde42c /README.md
parentab4976de9f9876f2e53b2dc608b7a5733047c5a3 (diff)
Prep v1.2.0 (#530)
* bump version * readme update * Replace social image * figma link * Update Bootstrap version to 5.0 * Update image * add blog link to hero notice
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 39f2862d1..a4ef4f880 100644
--- a/README.md
+++ b/README.md
@@ -12,25 +12,25 @@
<a href="https://icons.getbootstrap.com/"><strong>Explore Bootstrap Icons »</strong></a>
<br>
<br>
- <a href="https://getbootstrap.com/docs/4.5/">Bootstrap</a>
+ <a href="https://getbootstrap.com/">Bootstrap</a>
·
<a href="https://themes.getbootstrap.com/">Themes</a>
·
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
-## 1,100+ icons
+## 1,200+ icons
[![Bootstrap Icons full set](https://github.com/twbs/icons/blob/main/.github/preview.png)](https://icons.getbootstrap.com)
-[Also available in Figma.](https://www.figma.com/file/6jIgJymnRpMjGSMG2BKNRe/Bootstrap-Icons-v1.1.0?node-id=0%3A1)
+[Also available in Figma.](https://www.figma.com/file/JeBqM2fRcfIe7wMDgNZG6d/Bootstrap-Icons-v1.2.0?node-id=0%3A1)
## Install
Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. [Read our docs](https://icons.getbootstrap.com/) for usage instructions.
```shell
-npm i bootstrap-icons --save
+npm i bootstrap-icons
```
## Usage