Skip to content

Commit

Permalink
Release 2 new icons (v6.14.0)
Browse files Browse the repository at this point in the history
# New Icons

- IBM Cloud (#6746)
- PUBG (#7199)
  • Loading branch information
mondeja authored Mar 13, 2022
2 parents c60e16b + d362dbb commit 0c78227
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/remove-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1.0.0
- uses: mondeja/remove-labels-gh-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged)
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1.0.0
- uses: mondeja/remove-labels-gh-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand All @@ -41,7 +41,7 @@ jobs:
if: github.event.issue.state == 'closed'
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1.0.0
- uses: mondeja/remove-labels-gh-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Expand Down
10 changes: 10 additions & 0 deletions _data/simple-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -4658,6 +4658,11 @@
"source": "https://www.ibm.com/design/language/ibm-logos/8-bar/",
"guidelines": "https://www.ibm.com/design/language/ibm-logos/8-bar/"
},
{
"title": "IBM Cloud",
"hex": "1261FE",
"source": "https://www.ibm.com/brand/systems/cloud/brand/logo"
},
{
"title": "IBM Watson",
"hex": "BE95FF",
Expand Down Expand Up @@ -8004,6 +8009,11 @@
"source": "https://www.proxmox.com/en/news/media-kit",
"guidelines": "https://www.proxmox.com/en/news/media-kit"
},
{
"title": "PUBG",
"hex": "FEAB02",
"source": "https://www.pubgmobile.com/en/event/brandassets/"
},
{
"title": "Publons",
"hex": "336699",
Expand Down
1 change: 1 addition & 0 deletions icons/ibmcloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/pubg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "6.13.0",
"version": "6.14.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions slugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Iata` | `iata` |
| `iBeacon` | `ibeacon` |
| `IBM` | `ibm` |
| `IBM Cloud` | `ibmcloud` |
| `IBM Watson` | `ibmwatson` |
| `Iceland` | `iceland` |
| `Icinga` | `icinga` |
Expand Down Expand Up @@ -1113,6 +1114,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Lubuntu` | `lubuntu` |
| `Lufthansa` | `lufthansa` |
| `Lumen` | `lumen` |
| `Lunacy` | `lunacy` |
| `Lydia` | `lydia` |
| `Lyft` | `lyft` |
| `MAAS` | `maas` |
Expand Down Expand Up @@ -1506,6 +1508,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `ProtonVPN` | `protonvpn` |
| `Protractor` | `protractor` |
| `Proxmox` | `proxmox` |
| `PUBG` | `pubg` |
| `Publons` | `publons` |
| `PubMed` | `pubmed` |
| `Pug` | `pug` |
Expand Down Expand Up @@ -2170,6 +2173,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Zalando` | `zalando` |
| `Zalo` | `zalo` |
| `Zapier` | `zapier` |
| `Zara` | `zara` |
| `Zazzle` | `zazzle` |
| `Zcash` | `zcash` |
| `ZDF` | `zdf` |
| `Zelle` | `zelle` |
Expand Down

0 comments on commit 0c78227

Please sign in to comment.