diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f96878df478..969882c68196 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Remove dark theme images from README - uses: mondeja/strip-gh-theme-links@v2 + uses: mondeja/strip-gh-theme-links@v3 with: files: README.md strict: true @@ -75,7 +75,7 @@ jobs: export PACKAGE_VERSION=$(cat package.json | grep 'version' | sed 's/[ \",:]//g' | sed 's/version//') echo "::set-output name=version::$PACKAGE_VERSION" - name: Remove dark theme images from README - uses: mondeja/strip-gh-theme-links@v2 + uses: mondeja/strip-gh-theme-links@v3 with: files: README.md strict: true diff --git a/.gitignore b/.gitignore index 1fdb44ac412f..c2287035c54a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* +yarn.lock # Dependency directories node_modules/ diff --git a/README.md b/README.md index b55f44315676..f098795b6412 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); | FlutterFlutter [Flutter package](https://pub.dev/packages/simple_icons) | [@jlnrrg](https://jlnrrg.github.io/) | | HexoHexo [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) | [@nidbCN](https://github.com/nidbCN/) | | Home AssistantHome Assistant [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) | [@vigonotion](https://github.com/vigonotion/) | +| HugoHugo [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) | [@foo-dogsquared](https://github.com/foo-dogsquared) | | JavaJava [Java library](https://github.com/silentsoft/simpleicons4j) | [@silentsoft](https://github.com/silentsoft) | | Jetpack ComposeJetpack Compose [Jetpack Compose library](https://github.com/DevSrSouza/compose-icons) | [@devsrsouza](https://github.com/devsrsouza/) | | KirbyKirby [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) | [@runxel](https://github.com/runxel) | diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d71bb552a526..70391b465bfa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4053,6 +4053,11 @@ "source": "https://partnermarketinghub.withgoogle.com/", "guidelines": "https://about.google/brand-resource-center/brand-elements/" }, + { + "title": "Google AdMob", + "hex": "EA4335", + "source": "https://commons.wikimedia.org/wiki/File:Google_AdMob_logo.svg" + }, { "title": "Google Ads", "hex": "4285F4", @@ -4674,6 +4679,11 @@ "hex": "E34F26", "source": "http://www.w3.org/html/logo/" }, + { + "title": "HTTPie", + "hex": "73DC8C", + "source": "https://github.com/httpie/httpie/blob/d262181bede5241a6b692c3245a77e2eb02bc262/docs/httpie-logo.svg" + }, { "title": "Huawei", "hex": "FF0000", @@ -6081,6 +6091,11 @@ "source": "http://mailchimp.com/about/brand-assets", "guidelines": "http://mailchimp.com/about/brand-assets" }, + { + "title": "Mailgun", + "hex": "F06B66", + "source": "https://mailgun.com" + }, { "title": "Major League Hacking", "hex": "265A8F", @@ -6143,6 +6158,11 @@ "hex": "5C4C9F", "source": "https://www.marketo.com/" }, + { + "title": "Marko", + "hex": "2596BE", + "source": "https://github.com/marko-js/website/blob/c03b8229e8fe8e01fde6c0772bc1cb0ceae9be05/src/logos/marko.svg" + }, { "title": "Marriott", "hex": "A70023", @@ -7295,6 +7315,11 @@ "hex": "F78C40", "source": "https://openid.net/add-openid/logos/" }, + { + "title": "OpenJDK", + "hex": "FFFFFF", + "source": "https://hg.openjdk.java.net/duke/duke/file/ca00f100dafc/vector/Agent.svg#l1" + }, { "title": "Openlayers", "hex": "1F6B75", @@ -8692,6 +8717,11 @@ "hex": "D1AB66", "source": "https://www.ril.com/getattachment/7c210e67-5b0e-4965-b1a2-2ee83e19cee9/Morgan-Stanley-Eighteenth-Annual-India-Summit,-31.aspx" }, + { + "title": "Remix", + "hex": "000000", + "source": "https://drive.google.com/drive/u/0/folders/1pbHnJqg8Y1ATs0Oi8gARH7wccJGv4I2c" + }, { "title": "Ren'Py", "hex": "FF7F7F", diff --git a/assets/readme/hugo-white.svg b/assets/readme/hugo-white.svg new file mode 100644 index 000000000000..18e5a1872c28 --- /dev/null +++ b/assets/readme/hugo-white.svg @@ -0,0 +1 @@ +Hugo \ No newline at end of file diff --git a/composer.json b/composer.json index 0769053a2291..98b1cea17362 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,9 @@ "icons" ], "support": { - "issues": "https://github.com/simple-icons/simple-icons/issues" + "issues": "https://github.com/simple-icons/simple-icons/issues", + "source": "https://github.com/simple-icons/simple-icons", + "docs": "https://github.com/simple-icons/simple-icons#php-usage-" }, "license": "CC0-1.0", "funding": [ diff --git a/icons/googleadmob.svg b/icons/googleadmob.svg new file mode 100644 index 000000000000..7c1695b04f7e --- /dev/null +++ b/icons/googleadmob.svg @@ -0,0 +1 @@ +Google AdMob \ No newline at end of file diff --git a/icons/httpie.svg b/icons/httpie.svg new file mode 100644 index 000000000000..51db2ef85387 --- /dev/null +++ b/icons/httpie.svg @@ -0,0 +1 @@ +HTTPie \ No newline at end of file diff --git a/icons/mailgun.svg b/icons/mailgun.svg new file mode 100644 index 000000000000..86788431b6e3 --- /dev/null +++ b/icons/mailgun.svg @@ -0,0 +1 @@ +Mailgun diff --git a/icons/marko.svg b/icons/marko.svg new file mode 100644 index 000000000000..dd7c5246b4aa --- /dev/null +++ b/icons/marko.svg @@ -0,0 +1 @@ +Marko diff --git a/icons/openjdk.svg b/icons/openjdk.svg new file mode 100644 index 000000000000..9402ce9cf7ad --- /dev/null +++ b/icons/openjdk.svg @@ -0,0 +1 @@ +OpenJDK \ No newline at end of file diff --git a/icons/remix.svg b/icons/remix.svg new file mode 100644 index 000000000000..f8b1f6c3a12f --- /dev/null +++ b/icons/remix.svg @@ -0,0 +1 @@ +Remix \ No newline at end of file diff --git a/package.json b/package.json index 6c6825f5b8e5..e02420b34601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "6.20.0", + "version": "6.21.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 93fb6cb030b1..b08b05c1bc75 100644 --- a/slugs.md +++ b/slugs.md @@ -779,6 +779,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `GoldenLine` | `goldenline` | | `Goodreads` | `goodreads` | | `Google` | `google` | +| `Google AdMob` | `googleadmob` | | `Google Ads` | `googleads` | | `Google AdSense` | `googleadsense` | | `Google Analytics` | `googleanalytics` | @@ -896,6 +897,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `HP` | `hp` | | `HTML Academy` | `htmlacademy` | | `HTML5` | `html5` | +| `HTTPie` | `httpie` | | `Huawei` | `huawei` | | `HubSpot` | `hubspot` | | `Hugo` | `hugo` | @@ -1153,6 +1155,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Magisk` | `magisk` | | `Mail.Ru` | `maildotru` | | `MailChimp` | `mailchimp` | +| `Mailgun` | `mailgun` | | `Major League Hacking` | `majorleaguehacking` | | `MakerBot` | `makerbot` | | `MAMP` | `mamp` | @@ -1164,6 +1167,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `MariaDB Foundation` | `mariadbfoundation` | | `Markdown` | `markdown` | | `Marketo` | `marketo` | +| `Marko` | `marko` | | `Marriott` | `marriott` | | `Maserati` | `maserati` | | `MasterCard` | `mastercard` | @@ -1374,6 +1378,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `OpenFaaS` | `openfaas` | | `OpenGL` | `opengl` | | `OpenID` | `openid` | +| `OpenJDK` | `openjdk` | | `Openlayers` | `openlayers` | | `OpenMined` | `openmined` | | `OpenNebula` | `opennebula` | @@ -1629,6 +1634,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `RedwoodJS` | `redwoodjs` | | `Reebok` | `reebok` | | `Reliance Industries Limited` | `relianceindustrieslimited` | +| `Remix` | `remix` | | `Ren'Py` | `renpy` | | `Renault` | `renault` | | `RenovateBot` | `renovatebot` |