From 3573f25a153aa566ca05dee5672b2d68874bb3d2 Mon Sep 17 00:00:00 2001 From: Simon Golms <17799657+SimonGolms@users.noreply.github.com> Date: Sun, 21 Aug 2022 16:57:23 +0200 Subject: [PATCH 1/9] Add Axios icon (#5991) * feat: add axios icon * fix(axios): adjust precision * fix(axios): remove new line at file end --- _data/simple-icons.json | 5 +++++ icons/axios.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/axios.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 845102a9fc1f..4988f5efad4a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1215,6 +1215,11 @@ "source": "https://aws.amazon.com/architecture/icons/", "guidelines": "https://aws.amazon.com/architecture/icons/" }, + { + "title": "Axios", + "hex": "5A29E4", + "source": "https://github.com/axios/axios-docs/blob/ba35d67160f94419c1b0292831cd1a4b378adb42/assets/logo.svg" + }, { "title": "Azure Artifacts", "hex": "CB2E6D", diff --git a/icons/axios.svg b/icons/axios.svg new file mode 100644 index 000000000000..6f0364a44d06 --- /dev/null +++ b/icons/axios.svg @@ -0,0 +1 @@ +Axios \ No newline at end of file From 27a7b251962eb6aee0586eb6c330e1f12f5678b7 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:59:51 +0530 Subject: [PATCH 2/9] Wacom (#7680) * wacom icon * Update wacom.svg Re-upload icon with `precision:4` * Add files via upload Co-authored-by: Jorge Amado Soria Ramirez Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/wacom.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/wacom.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4988f5efad4a..6921a8d667a2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11786,6 +11786,11 @@ "url": "https://www.w3.org/Consortium/Legal/2002/trademark-license-20021231" } }, + { + "title": "Wacom", + "hex": "000000", + "source": "https://support.wacom.com/hc/en-us" + }, { "title": "Wagtail", "hex": "43B1B0", diff --git a/icons/wacom.svg b/icons/wacom.svg new file mode 100644 index 000000000000..c99b750dbe87 --- /dev/null +++ b/icons/wacom.svg @@ -0,0 +1 @@ +Wacom \ No newline at end of file From fe215a5c252c17c509e38b5046631203469bef23 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:25:35 +0900 Subject: [PATCH 3/9] feat: add TableCheck logo (#7696) * feat: add tablecheck logo * feat: shrink svg text and add metadata * feat: optimise svg * fix: revert optimisation * fix: 24x24 sizing * fix: 24x24 svg * fix: 24x24 * fix: 24x24 precision * fix: remove newline * fix: remove newline --- _data/simple-icons.json | 5 +++++ icons/tablecheck.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tablecheck.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6921a8d667a2..ae76a6bbe105 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10687,6 +10687,11 @@ "hex": "E97627", "source": "https://www.tableau.com/about/media-download-center" }, + { + "title": "TableCheck", + "hex": "7935D2", + "source": "https://www.tablecheck.com/join" + }, { "title": "Taco Bell", "hex": "38096C", diff --git a/icons/tablecheck.svg b/icons/tablecheck.svg new file mode 100644 index 000000000000..af298c3e5e7c --- /dev/null +++ b/icons/tablecheck.svg @@ -0,0 +1 @@ +TableCheck \ No newline at end of file From f6f0b658345fe6ce3cd0e0566b825310e75a465b Mon Sep 17 00:00:00 2001 From: yusancky Date: Thu, 25 Aug 2022 20:49:57 +0800 Subject: [PATCH 4/9] Add HarmonyOS (HMOS) icon (#7682) * Add HarmonyOS (HMOS) icon * Fix the problem (yusancky/simple-icons#2) --- _data/simple-icons.json | 10 ++++++++++ icons/harmonyos.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/harmonyos.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ae76a6bbe105..f471447c60eb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4694,6 +4694,16 @@ "hex": "60B932", "source": "https://branding.cncf.io/projects/harbor/" }, + { + "title": "HarmonyOS", + "hex": "000000", + "source": "https://www.harmonyos.com/", + "aliases": { + "aka": [ + "HMOS" + ] + } + }, { "title": "Hashnode", "hex": "2962FF", diff --git a/icons/harmonyos.svg b/icons/harmonyos.svg new file mode 100644 index 000000000000..99b8d7e62681 --- /dev/null +++ b/icons/harmonyos.svg @@ -0,0 +1 @@ +HarmonyOS \ No newline at end of file From c4db8ea85d32e570ad4dccd4303d477f301ebf23 Mon Sep 17 00:00:00 2001 From: Mot Date: Fri, 26 Aug 2022 09:38:03 -0700 Subject: [PATCH 5/9] Add .ENV (dotenv) icon (#7702) --- _data/simple-icons.json | 10 ++++++++++ icons/dotenv.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/dotenv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f471447c60eb..36426186552c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1,5 +1,15 @@ { "icons": [ + { + "title": ".ENV", + "hex": "ECD53F", + "source": "https://github.com/motdotla/dotenv", + "aliases": { + "aka": [ + "Dotenv" + ] + } + }, { "title": ".NET", "hex": "512BD4", diff --git a/icons/dotenv.svg b/icons/dotenv.svg new file mode 100644 index 000000000000..333eeda90d15 --- /dev/null +++ b/icons/dotenv.svg @@ -0,0 +1 @@ +.ENV \ No newline at end of file From e04f76f3efe345cf022f23f0604e1ac5c95c74c0 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sat, 27 Aug 2022 13:09:57 +0800 Subject: [PATCH 6/9] Add Legacy Games icon (#7704) --- _data/simple-icons.json | 5 +++++ icons/legacygames.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/legacygames.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 36426186552c..2890050ad94b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6041,6 +6041,11 @@ "hex": "FFA116", "source": "https://leetcode.com/store" }, + { + "title": "Legacy Games", + "hex": "144B9E", + "source": "https://legacygames.com" + }, { "title": "Lemmy", "hex": "FFFFFF", diff --git a/icons/legacygames.svg b/icons/legacygames.svg new file mode 100644 index 000000000000..97349de66c5a --- /dev/null +++ b/icons/legacygames.svg @@ -0,0 +1 @@ +Legacy Games \ No newline at end of file From dbb138b9991c3e56cdde06aa6279de0f0d1fb6a4 Mon Sep 17 00:00:00 2001 From: Paula Barszcz Date: Sat, 27 Aug 2022 13:09:20 +0200 Subject: [PATCH 7/9] Add Ducati icon (#7678) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/ducati.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ducati.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2890050ad94b..3ffec85f6f39 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3063,6 +3063,11 @@ "hex": "F01A30", "source": "https://about.d.tube/mediakit.html" }, + { + "title": "Ducati", + "hex": "CC0000", + "source": "https://brandlogos.net/ducati-logo-vector-svg-92931.html" + }, { "title": "DuckDB", "hex": "FFF000", diff --git a/icons/ducati.svg b/icons/ducati.svg new file mode 100644 index 000000000000..391fe83888ba --- /dev/null +++ b/icons/ducati.svg @@ -0,0 +1 @@ +Ducati \ No newline at end of file From 6826cb36844b08fdef7169a57e355638739d3cdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Aug 2022 00:28:58 +0000 Subject: [PATCH 8/9] version bump --- package.json | 2 +- slugs.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 140897819e1b..88b642fcf59f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.8.0", + "version": "7.9.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 024d11ddf7f9..deff2bb7fdfd 100644 --- a/slugs.md +++ b/slugs.md @@ -7,6 +7,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | Brand name | Brand slug | | :--- | :--- | +| `.ENV` | `dotenv` | | `.NET` | `dotnet` | | `/e/` | `e` | | `1001Tracklists` | `1001tracklists` | @@ -231,6 +232,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `AWS Amplify` | `awsamplify` | | `AWS Fargate` | `awsfargate` | | `AWS Lambda` | `awslambda` | +| `Axios` | `axios` | | `Azure Artifacts` | `azureartifacts` | | `Azure Data Explorer` | `azuredataexplorer` | | `Azure DevOps` | `azuredevops` | @@ -582,6 +584,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Drupal` | `drupal` | | `DS Automobiles` | `dsautomobiles` | | `DTube` | `dtube` | +| `Ducati` | `ducati` | | `DuckDB` | `duckdb` | | `DuckDuckGo` | `duckduckgo` | | `Dungeons & Dragons` | `dungeonsanddragons` | @@ -886,6 +889,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Handshake` | `handshake_protocol` | | `HappyCow` | `happycow` | | `Harbor` | `harbor` | +| `HarmonyOS` | `harmonyos` | | `Hashnode` | `hashnode` | | `Haskell` | `haskell` | | `Hasura` | `hasura` | @@ -1128,6 +1132,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Leaflet` | `leaflet` | | `Leanpub` | `leanpub` | | `LeetCode` | `leetcode` | +| `Legacy Games` | `legacygames` | | `Lemmy` | `lemmy` | | `Lenovo` | `lenovo` | | `Lens` | `lens` | @@ -1976,6 +1981,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Synology` | `synology` | | `T-Mobile` | `tmobile` | | `Tableau` | `tableau` | +| `TableCheck` | `tablecheck` | | `Taco Bell` | `tacobell` | | `tado°` | `tado` | | `Tails` | `tails` | @@ -2184,6 +2190,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Vulkan` | `vulkan` | | `Vultr` | `vultr` | | `W3C` | `w3c` | +| `Wacom` | `wacom` | | `Wagtail` | `wagtail` | | `WakaTime` | `wakatime` | | `WALKMAN` | `walkman` | From d4dd8016f0f8cf92a6aa6b92e686b7c9889bc378 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 28 Aug 2022 08:00:06 +0300 Subject: [PATCH 9/9] Add Fuga Cloud icon (#7135) Co-authored-by: LitoMore --- _data/simple-icons.json | 6 ++++++ icons/fugacloud.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/fugacloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3ffec85f6f39..9d6f10d66cd2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3932,6 +3932,12 @@ "hex": "3F54A3", "source": "https://www.frontendmentor.io" }, + { + "title": "Fuga Cloud", + "hex": "242F4B", + "source": "https://fuga.cloud", + "guidelines": "https://fuga.cloud/media/" + }, { "title": "Fujifilm", "hex": "ED1A3A", diff --git a/icons/fugacloud.svg b/icons/fugacloud.svg new file mode 100644 index 000000000000..e679c2c5d2f9 --- /dev/null +++ b/icons/fugacloud.svg @@ -0,0 +1 @@ +Fuga Cloud \ No newline at end of file