diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d99f4814289a..1f4ca3724555 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -487,6 +487,11 @@ "hex": "A5915F", "source": "https://www.altium.com/altium-designer/" }, + { + "title": "Alwaysdata", + "hex": "E9568E", + "source": "https://www.alwaysdata.com" + }, { "title": "Amazon", "hex": "FF9900", @@ -2868,7 +2873,8 @@ { "title": "Deezer", "hex": "FEAA2D", - "source": "https://deezerbrand.com/" + "source": "https://deezerbrand.com/", + "guidelines": "https://deezerbrand.com/" }, { "title": "del.icio.us", @@ -12304,6 +12310,12 @@ "source": "https://corporate.walmart.com", "guidelines": "https://one.walmart.com/content/people-experience/associate-brand-center.html" }, + { + "title": "Wantedly", + "hex": "21BDDB", + "source": "https://wantedlyinc.com/ja/brand_assets", + "guidelines": "https://wantedlyinc.com/ja/brand_assets" + }, { "title": "Wappalyzer", "hex": "32067C", diff --git a/icons/alwaysdata.svg b/icons/alwaysdata.svg new file mode 100644 index 000000000000..9f3eb2632619 --- /dev/null +++ b/icons/alwaysdata.svg @@ -0,0 +1 @@ +Alwaysdata \ No newline at end of file diff --git a/icons/wantedly.svg b/icons/wantedly.svg new file mode 100644 index 000000000000..8a735cb423cf --- /dev/null +++ b/icons/wantedly.svg @@ -0,0 +1 @@ +Wantedly \ No newline at end of file diff --git a/package.json b/package.json index ab5079ecaedf..0a288bef6835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.18.0", + "version": "7.19.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 67ab44cba677..7f6a3a910afc 100644 --- a/slugs.md +++ b/slugs.md @@ -101,6 +101,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Alpine Linux` | `alpinelinux` | | `Alpine.js` | `alpinedotjs` | | `Altium Designer` | `altiumdesigner` | +| `Alwaysdata` | `alwaysdata` | | `Amazon` | `amazon` | | `Amazon Alexa` | `amazonalexa` | | `Amazon API Gateway` | `amazonapigateway` | @@ -2270,6 +2271,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `WALKMAN` | `walkman` | | `Wallabag` | `wallabag` | | `Walmart` | `walmart` | +| `Wantedly` | `wantedly` | | `Wappalyzer` | `wappalyzer` | | `Warner Bros.` | `warnerbros` | | `Warp` | `warp` |