mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-21 16:34:33 +03:00
version bump
This commit is contained in:
parent
27fce35c96
commit
82691fc1b1
@ -28,15 +28,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
|
|||||||
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
|
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/[ICON SLUG].svg" />
|
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@vNaN/icons/[ICON SLUG].svg" />
|
||||||
<img height="32" width="32" src="https://unpkg.com/simple-icons@v7/icons/[ICON SLUG].svg" />
|
<img height="32" width="32" src="https://unpkg.com/simple-icons@vNaN/icons/[ICON SLUG].svg" />
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
|
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/simpleicons.svg" />
|
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@vNaN/icons/simpleicons.svg" />
|
||||||
<img height="32" width="32" src="https://unpkg.com/simple-icons@v7/icons/simpleicons.svg" />
|
<img height="32" width="32" src="https://unpkg.com/simple-icons@vNaN/icons/simpleicons.svg" />
|
||||||
```
|
```
|
||||||
|
|
||||||
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.
|
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-icons",
|
"name": "simple-icons",
|
||||||
"version": "7.5.0",
|
"version": "",
|
||||||
"description": "SVG icons for popular brands https://simpleicons.org",
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
||||||
"homepage": "https://simpleicons.org",
|
"homepage": "https://simpleicons.org",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
1
slugs.md
1
slugs.md
@ -324,6 +324,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
|
|||||||
| `Bulma` | `bulma` |
|
| `Bulma` | `bulma` |
|
||||||
| `bunq` | `bunq` |
|
| `bunq` | `bunq` |
|
||||||
| `Burger King` | `burgerking` |
|
| `Burger King` | `burgerking` |
|
||||||
|
| `Burton` | `burton` |
|
||||||
| `Buy Me A Coffee` | `buymeacoffee` |
|
| `Buy Me A Coffee` | `buymeacoffee` |
|
||||||
| `BuzzFeed` | `buzzfeed` |
|
| `BuzzFeed` | `buzzfeed` |
|
||||||
| `Byju's` | `byjus` |
|
| `Byju's` | `byjus` |
|
||||||
|
Loading…
Reference in New Issue
Block a user