Skip to content

Commit

Permalink
Publish 5 new icons (v2.11.0)
Browse files Browse the repository at this point in the history
# New Icons

- NBB (#2915)
- Ardour (#2918)
- Facebook Live (#2990)
- Azure Functions (#2991)
- Autodesk (#2954)
  • Loading branch information
ericcornelissen committed May 3, 2020
2 parents bef3cd9 + e3b3be9 commit 6523bca
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -203,7 +203,7 @@ In general, make sure the URL does not contain any tracking identifiers.

### 7. Create a Pull Request

Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch.
Once you've completed the previous steps, create a pull request to merge your edits into the *develop* branch. You can run `npm run lint` to check if there are any issues you still need to address.

## Building Locally

Expand Down
25 changes: 25 additions & 0 deletions _data/simple-icons.json
Expand Up @@ -515,6 +515,11 @@
"hex": "990000",
"source": "https://archiveofourown.org/"
},
{
"title": "Ardour",
"hex": "C61C3E",
"source": "https://github.com/Ardour/ardour/tree/master/tools/misc_resources/"
},
{
"title": "Arduino",
"hex": "00979D",
Expand Down Expand Up @@ -615,6 +620,11 @@
"hex": "EC1C24",
"source": "https://authy.com/"
},
{
"title": "Autodesk",
"hex": "0696D7",
"source": "https://www.autodesk.com"
},
{
"title": "Automatic",
"hex": "7D8084",
Expand Down Expand Up @@ -645,6 +655,11 @@
"hex": "0078D7",
"source": "http://azure.com/devops"
},
{
"title": "Azure Functions",
"hex": "0062AD",
"source": "https://azure.microsoft.com/en-us/services/functions"
},
{
"title": "Azure Pipelines",
"hex": "2560E0",
Expand Down Expand Up @@ -1830,6 +1845,11 @@
"hex": "1877F2",
"source": "https://en.facebookbrand.com/"
},
{
"title": "Facebook Live",
"hex": "ED4242",
"source": "https://en.facebookbrand.com/"
},
{
"title": "FACEIT",
"hex": "FF5500",
Expand Down Expand Up @@ -3825,6 +3845,11 @@
"hex": "3655FF",
"source": "https://docs.nativescript.org/"
},
{
"title": "NBB",
"hex": "FF7100",
"source": "https://presse.notebooksbilliger.de/presskits/style-guide"
},
{
"title": "NDR",
"hex": "0C1754",
Expand Down
1 change: 1 addition & 0 deletions icons/ardour.svg
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/autodesk.svg
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/azurefunctions.svg
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/facebooklive.svg
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/nbb.svg
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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "2.10.0",
"version": "2.11.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
Expand Down

0 comments on commit 6523bca

Please sign in to comment.