diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index abcd4e8f..10a20be3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ Before opening your pull request, have a quick look at our contribution guidelin ### Checklist + - [ ] I updated the JSON data in `_data/simple-icons.json` - [ ] I optimized the icon with SVGO or SVGOMG - [ ] The SVG `viewbox` is `0 0 24 24` diff --git a/.travis.yml b/.travis.yml index ed5774e4..7bcecbf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ jobs: - stage: "Test" name: "Lint" language: node_js + before_install: + - sudo apt-get install -y xmlstarlet node_js: 8 script: + - xmlstarlet validate --well-formed icons/*.svg - npm run jsonlint - npm run svglint - name: "Build website" diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6da35864..0bf40d02 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -90,6 +90,11 @@ "hex": "FF9900", "source": "https://worldvectorlogo.com/logo/amazon-icon" }, + { + "title": "Amazon AWS", + "hex": "232F3E", + "source": "https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg" + }, { "title": "AMD", "hex": "ED1C24", @@ -130,6 +135,11 @@ "hex": "000000", "source": "https://developer.apple.com/apple-pay/marketing/" }, + { + "title": "AppVeyor", + "hex": "00B3E0", + "source": "https://commons.wikimedia.org/wiki/File:Appveyor_logo.svg" + }, { "title": "Arch Linux", "hex": "1793D1", @@ -440,6 +450,11 @@ "hex": "0066DC", "source": "http://press.dailymotion.com/?page_id=346" }, + { + "title": "DAZN", + "hex": "F8F8F5", + "source": "https://media.dazn.com/en/assets/" + }, { "title": "Debian", "hex": "A81D33", @@ -675,6 +690,11 @@ "hex": "00B0B9", "source": "http://www.fitbit.com/uk/home" }, + { + "title": "Flask", + "hex": "000000", + "source": "http://flask.pocoo.org/community/logos/" + }, { "title": "Flattr", "hex": "000000", @@ -1005,6 +1025,11 @@ "hex": "CC2929", "source": "https://support.humblebundle.com/hc/en-us/articles/202742060-Bundle-Logos" }, + { + "title": "iCloud", + "hex": "3693F3", + "source": "https://www.icloud.com/" + }, { "title": "IconJar", "hex": "16A5F3", @@ -1670,6 +1695,11 @@ "hex": "9933CC", "source": "https://www.apple.com/itunes/marketing-on-podcasts/identity-guidelines.html#apple-podcasts-icon" }, + { + "title": "PostgreSQL", + "hex": "336791", + "source": "https://wiki.postgresql.org/wiki/Logo" + }, { "title": "PowerShell", "hex": "5391FE", @@ -1960,6 +1990,11 @@ "hex": "FFFC00", "source": "https://www.snapchat.com/brand-guidelines" }, + { + "title": "Snyk", + "hex": "4C4A73", + "source": "https://snyk.io/press-kit" + }, { "title": "Sogou", "hex": "FB6022", diff --git a/icons/amazonaws.svg b/icons/amazonaws.svg new file mode 100644 index 00000000..260adf30 --- /dev/null +++ b/icons/amazonaws.svg @@ -0,0 +1 @@ +Amazon AWS icon \ No newline at end of file diff --git a/icons/appveyor.svg b/icons/appveyor.svg new file mode 100644 index 00000000..c75a9c39 --- /dev/null +++ b/icons/appveyor.svg @@ -0,0 +1 @@ +AppVeyor icon diff --git a/icons/dazn.svg b/icons/dazn.svg new file mode 100644 index 00000000..5e5d8507 --- /dev/null +++ b/icons/dazn.svg @@ -0,0 +1 @@ +DAZN icon \ No newline at end of file diff --git a/icons/flask.svg b/icons/flask.svg new file mode 100644 index 00000000..22df8bc2 --- /dev/null +++ b/icons/flask.svg @@ -0,0 +1 @@ +Flask icon diff --git a/icons/icloud.svg b/icons/icloud.svg new file mode 100644 index 00000000..c2e6a8dc --- /dev/null +++ b/icons/icloud.svg @@ -0,0 +1 @@ +iCloud icon diff --git a/icons/postgresql.svg b/icons/postgresql.svg new file mode 100644 index 00000000..b102a0e8 --- /dev/null +++ b/icons/postgresql.svg @@ -0,0 +1 @@ +PostgreSQL icon \ No newline at end of file diff --git a/icons/snyk.svg b/icons/snyk.svg new file mode 100644 index 00000000..09b0ff5a --- /dev/null +++ b/icons/snyk.svg @@ -0,0 +1 @@ +Snyk icon \ No newline at end of file diff --git a/package.json b/package.json index a0b62004..6281d154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.15", + "version": "1.9.16", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [