From fd422e663e915ce6a91108852aafece0d967f310 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sat, 15 Jun 2019 13:25:28 +0200 Subject: [PATCH 01/21] Updated Visual Studio Code icon (#1470) * Updated Visual Studio Code icon * Update source for Visual Studio Code --- Closes #1462 --- _data/simple-icons.json | 2 +- icons/visualstudiocode.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ef03133e..6a286888 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2958,7 +2958,7 @@ { "title": "Visual Studio Code", "hex": "007ACC", - "source": "https://code.visualstudio.com" + "source": "https://commons.wikimedia.org/wiki/File:Visual_Studio_Code_1.35_icon.svg" }, { "title": "VK", diff --git a/icons/visualstudiocode.svg b/icons/visualstudiocode.svg index 4e0a35ca..f091d172 100644 --- a/icons/visualstudiocode.svg +++ b/icons/visualstudiocode.svg @@ -1 +1 @@ -Visual Studio Code icon \ No newline at end of file +Visual Studio Code icon \ No newline at end of file From e5cca7a613dfa07f5df709dc047f313cab7ce9d1 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sat, 15 Jun 2019 13:33:10 +0200 Subject: [PATCH 02/21] Added OCaml icon (#1469) Closes #1466 --- _data/simple-icons.json | 5 +++++ icons/ocaml.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ocaml.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6a286888..9ad91fee 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1935,6 +1935,11 @@ "hex": "76B900", "source": "https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/NVIDIA-Logo.svg" }, + { + "title": "OCaml", + "hex": "EC6813", + "source": "http://ocaml.org/img/OCaml_Sticker.svg" + }, { "title": "Octopus Deploy", "hex": "2F93E0", diff --git a/icons/ocaml.svg b/icons/ocaml.svg new file mode 100644 index 00000000..2c3c47e7 --- /dev/null +++ b/icons/ocaml.svg @@ -0,0 +1 @@ +OCaml icon \ No newline at end of file From 712c355484aa2d21999effa3a58dc3a82c66e88e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 15 Jun 2019 12:43:28 +0100 Subject: [PATCH 03/21] Add predefined labels to issue templates (#1471) --- .github/ISSUE_TEMPLATE/icon_request.md | 1 + .github/ISSUE_TEMPLATE/icon_update.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index a7e39b38..cff00e35 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -1,6 +1,7 @@ --- name: Icon request about: Request a new icon for SimpleIcons +labels: new icon --- diff --git a/.github/ISSUE_TEMPLATE/icon_update.md b/.github/ISSUE_TEMPLATE/icon_update.md index 559f8f72..2c0b75d0 100644 --- a/.github/ISSUE_TEMPLATE/icon_update.md +++ b/.github/ISSUE_TEMPLATE/icon_update.md @@ -1,6 +1,7 @@ --- name: Icon update about: Help us improve by reporting outdated icons +labels: icon outdated --- From 82be160b769f957681f022210d5f4f1b5a173eff Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sat, 15 Jun 2019 14:14:54 +0200 Subject: [PATCH 04/21] Added Crunchyroll icon (#1468) Closes #1467 --- _data/simple-icons.json | 5 +++++ icons/crunchyroll.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/crunchyroll.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ad91fee..90144300 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -545,6 +545,11 @@ "hex": "0288D1", "source": "https://www.crunchbase.com/home" }, + { + "title": "Crunchyroll", + "hex": "F47521", + "source": "https://www.crunchyroll.com" + }, { "title": "CSS3", "hex": "1572B6", diff --git a/icons/crunchyroll.svg b/icons/crunchyroll.svg new file mode 100644 index 00000000..059127b4 --- /dev/null +++ b/icons/crunchyroll.svg @@ -0,0 +1 @@ +Crunchyroll icon \ No newline at end of file From b8d7649e7bd3e3d229368577926a69ab8c1bb34a Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 15 Jun 2019 13:27:14 +0100 Subject: [PATCH 05/21] Update Build Status shield to travis-ci.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b58dad8..08351461 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ Icons are also available on WordPress through a simple plugin created by [@tjtay ## Status -[![Build Status](https://img.shields.io/travis/simple-icons/simple-icons/develop.svg)](https://travis-ci.org/simple-icons/simple-icons) +[![Build Status](https://travis-ci.com/simple-icons/simple-icons.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons) [![npm version](https://img.shields.io/npm/v/simple-icons.svg)](https://www.npmjs.com/package/simple-icons) From 30cd9ecc99ad53c69fcdad69059331cfab27d7df Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 15 Jun 2019 21:31:23 +0100 Subject: [PATCH 06/21] Add "path" key with raw path data to NPM package (#1472) * Update prepublish script to add path to generated .js files * Test generated path values * Fix Furry Network icon The Furry Network icon used to have "e"s in the path, however the official SVG definition does not specify the E command. source: https://www.w3schools.com/graphics/svg_path.asp --- icons/furrynetwork.svg | 2 +- scripts/prepublish.js | 1 + tests/icons.test.js | 5 +++++ tests/index.test.js | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/icons/furrynetwork.svg b/icons/furrynetwork.svg index 78405ef2..1509f6a9 100644 --- a/icons/furrynetwork.svg +++ b/icons/furrynetwork.svg @@ -1 +1 @@ -Furry Network icon \ No newline at end of file +Furry Network icon \ No newline at end of file diff --git a/scripts/prepublish.js b/scripts/prepublish.js index a767cfac..b8f02ec0 100755 --- a/scripts/prepublish.js +++ b/scripts/prepublish.js @@ -19,6 +19,7 @@ const icons = {}; data.icons.forEach(icon => { const filename = titleToFilename(icon.title); icon.svg = fs.readFileSync(`${iconsDir}/${filename}.svg`, "utf8"); + icon.path = icon.svg.match(/ { test(`${icon.title} has an "svg"`, () => { expect(typeof subject.svg).toBe('string'); }); + + test(`${icon.title} has a "path"`, () => { + expect(typeof subject.path).toBe('string'); + expect(subject.path).toMatch(/[MmZzLlHhVvCcSsQqTtAa0-9-,.\s]/g); + }); }); diff --git a/tests/index.test.js b/tests/index.test.js index 6900abf9..2daf82a8 100644 --- a/tests/index.test.js +++ b/tests/index.test.js @@ -20,4 +20,9 @@ icons.forEach(icon => { test(`${icon.title} has an "svg"`, () => { expect(typeof subject.svg).toBe('string'); }); + + test(`${icon.title} has a "path"`, () => { + expect(typeof subject.path).toBe('string'); + expect(subject.path).toMatch(/^[MmZzLlHhVvCcSsQqTtAa0-9-,.\s]+$/g); + }); }); From e6faf25fc7aac1d3780d871b10cf61238ebb7018 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sat, 15 Jun 2019 22:56:06 +0200 Subject: [PATCH 07/21] Added Prettier icon (#1454) --- _data/simple-icons.json | 5 +++++ icons/prettier.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/prettier.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 90144300..275496e4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2135,6 +2135,11 @@ "hex": "5391FE", "source": "https://github.com/PowerShell/PowerShell" }, + { + "title": "Prettier", + "hex": "F7B93E", + "source": "https://github.com/prettier/prettier-logo/tree/master/images" + }, { "title": "Prismic", "hex": "484A7A", diff --git a/icons/prettier.svg b/icons/prettier.svg new file mode 100644 index 00000000..018b3859 --- /dev/null +++ b/icons/prettier.svg @@ -0,0 +1 @@ +Prettier icon \ No newline at end of file From 40fa48d01c8534c647355ce6f28ece65b069b9f0 Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Sat, 15 Jun 2019 23:01:05 +0200 Subject: [PATCH 08/21] Added Elsevier icon (#1448) * Added Elsevier icon * Removed hash from HEX color value --- _data/simple-icons.json | 5 +++++ icons/elsevier.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/elsevier.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 275496e4..1b7f872b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -780,6 +780,11 @@ "hex": "000000", "source": "https://ello.co" }, + { + "title": "Elsevier", + "hex": "FF6C00", + "source": "https://www.elsevier.com" + }, { "title": "Empire Kred", "hex": "72BE50", diff --git a/icons/elsevier.svg b/icons/elsevier.svg new file mode 100644 index 00000000..5e0ff9f4 --- /dev/null +++ b/icons/elsevier.svg @@ -0,0 +1 @@ +Elsevier icon \ No newline at end of file From 7adf62083c010263890ae07077543df207a15866 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Sun, 16 Jun 2019 00:59:04 +0200 Subject: [PATCH 09/21] Add SpaceX (#1314) * Add SpaceX The "X" logomark is chosen over the full wordmark for reasons discussed in #1257 * Update SpaceX color to blue Reasoning found in #1314 --- Closes #1257 --- _data/simple-icons.json | 5 +++++ icons/spacex.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/spacex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1b7f872b..94adb790 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2530,6 +2530,11 @@ "hex": "9266CC", "source": "http://spacemacs.org/" }, + { + "title": "SpaceX", + "hex": "005288", + "source": "https://www.spacex.com/sites/all/themes/spacex2012/images/logo.svg" + }, { "title": "SparkFun", "hex": "E53525", diff --git a/icons/spacex.svg b/icons/spacex.svg new file mode 100644 index 00000000..bc85c646 --- /dev/null +++ b/icons/spacex.svg @@ -0,0 +1 @@ +SpaceX icon \ No newline at end of file From a46fe2266aa55509af1ac2bc0954a4d7b79e917d Mon Sep 17 00:00:00 2001 From: Piotr Hylicki Date: Tue, 25 Jun 2019 23:38:46 +0200 Subject: [PATCH 10/21] Added Cirrus CI icon (#1478) --- _data/simple-icons.json | 5 +++++ icons/cirrusci.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/cirrusci.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 94adb790..c517edc6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -410,6 +410,11 @@ "hex": "343434", "source": "https://circleci.com/press" }, + { + "title": "Cirrus CI", + "hex": "212121", + "source": "https://cirrus-ci.org" + }, { "title": "CiviCRM", "hex": "81C459", diff --git a/icons/cirrusci.svg b/icons/cirrusci.svg new file mode 100644 index 00000000..e7d920fc --- /dev/null +++ b/icons/cirrusci.svg @@ -0,0 +1 @@ +Cirrus CI \ No newline at end of file From 6fd05e5a7a4f84ad1531afd71624c53b53a5a31c Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Wed, 26 Jun 2019 15:39:23 -0700 Subject: [PATCH 11/21] Added Pantheon (#1484) Closes #1456 --- _data/simple-icons.json | 5 +++++ icons/pantheon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pantheon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c517edc6..04c15804 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2030,6 +2030,11 @@ "hex": "005483", "source": "http://blog.pandora.com/us/the-color-of-music-unveiling-a-new-pandora-look-that-reflects-your-music-experience/" }, + { + "title": "Pantheon", + "hex": "EFD01B", + "source": "https://projects.invisionapp.com/boards/8UOJQWW2J3G5#/1145336" + }, { "title": "Patreon", "hex": "F96854", diff --git a/icons/pantheon.svg b/icons/pantheon.svg new file mode 100644 index 00000000..d770cc90 --- /dev/null +++ b/icons/pantheon.svg @@ -0,0 +1 @@ +Pantheon icon \ No newline at end of file From 61c9dde12a2e6ffc1bf0513b86380ac17ecbe7a7 Mon Sep 17 00:00:00 2001 From: rembik Date: Thu, 27 Jun 2019 00:42:10 +0200 Subject: [PATCH 12/21] Added Ansible icon (#1483) * Added Ansible icon #1452 * Update Ansible color --- Closes #1452 --- _data/simple-icons.json | 5 +++++ icons/ansible.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ansible.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 04c15804..030689fa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -145,6 +145,11 @@ "hex": "00ACC1", "source": "https://angular.io/presskit" }, + { + "title": "Ansible", + "hex": "EE0000", + "source": "https://www.ansible.com/logos" + }, { "title": "Apache", "hex": "D22128", diff --git a/icons/ansible.svg b/icons/ansible.svg new file mode 100644 index 00000000..21847331 --- /dev/null +++ b/icons/ansible.svg @@ -0,0 +1 @@ +Ansible icon \ No newline at end of file From d592183ea886aa1603b18c3ef1db76f260cd2fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Thu, 27 Jun 2019 16:26:13 -0300 Subject: [PATCH 13/21] Add icon Canva (#1487) Fixes #1482 --- _data/simple-icons.json | 5 +++++ icons/canva.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/canva.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 030689fa..03d6719b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -380,6 +380,11 @@ "hex": "509CF6", "source": "https://www.campaignmonitor.com/brand" }, + { + "title": "Canva", + "hex": "00C4CC", + "source": "https://www.canva.com/" + }, { "title": "Cash App", "hex": "00C244", diff --git a/icons/canva.svg b/icons/canva.svg new file mode 100644 index 00000000..4972a5cb --- /dev/null +++ b/icons/canva.svg @@ -0,0 +1 @@ +Canva icon \ No newline at end of file From 82fa340c481f994a4c39bd111663a67d789f650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 14:28:48 -0300 Subject: [PATCH 14/21] Added Google Cloud Icon (#1491) Closes #1352. --- _data/simple-icons.json | 5 +++++ icons/googlecloud.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlecloud.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 03d6719b..1de29d59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1085,6 +1085,11 @@ "hex": "4285F4", "source": "https://blog.google/press/?product_tag=chrome" }, + { + "title": "Google Cloud", + "hex": "4285F4", + "source": "https://cloud.google.com/" + }, { "title": "Google Analytics", "hex": "FFC107", diff --git a/icons/googlecloud.svg b/icons/googlecloud.svg new file mode 100644 index 00000000..428c4a88 --- /dev/null +++ b/icons/googlecloud.svg @@ -0,0 +1 @@ +Google Cloud icon \ No newline at end of file From 7bc1279547ec00858f1c5954fdc42545afa0bc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 14:45:14 -0300 Subject: [PATCH 15/21] Added Babel icon (#1493) --- _data/simple-icons.json | 5 +++++ icons/babel.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/babel.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1de29d59..366f33ed 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -250,6 +250,11 @@ "hex": "2560E0", "source": "https://github.com/vscode-icons/vscode-icons/pull/1741" }, + { + "title": "Babel", + "hex": "F9DC3E", + "source": "https://babeljs.io/" + }, { "title": "Baidu", "hex": "2319DC", diff --git a/icons/babel.svg b/icons/babel.svg new file mode 100644 index 00000000..9eaffe69 --- /dev/null +++ b/icons/babel.svg @@ -0,0 +1 @@ +Babel icon \ No newline at end of file From ad5b1852851fcf0ba66d4516af8462efec29c1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 14:46:57 -0300 Subject: [PATCH 16/21] Added Epic Game icon (#1492) Closes #1333. --- _data/simple-icons.json | 5 +++++ icons/epicgames.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/epicgames.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 366f33ed..f78ae868 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -815,6 +815,11 @@ "hex": "81B441", "source": "https://envato.com/" }, + { + "title": "Epic Games", + "hex": "313131", + "source": "https://www.epicgames.com/" + }, { "title": "ESEA", "hex": "0E9648", diff --git a/icons/epicgames.svg b/icons/epicgames.svg new file mode 100644 index 00000000..fff100e6 --- /dev/null +++ b/icons/epicgames.svg @@ -0,0 +1 @@ +Epic Games icon \ No newline at end of file From df971abf2fcab31bb2daa100c9b0448990613c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 16:40:28 -0300 Subject: [PATCH 17/21] Added Intellij Idea icon (#1497) Closes #1152. --- _data/simple-icons.json | 5 +++++ icons/intellijidea.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/intellijidea.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f78ae868..8894b60d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1365,6 +1365,11 @@ "hex": "0071C5", "source": "https://www.intel.com" }, + { + "title": "IntelliJ IDEA", + "hex": "000000", + "source": "https://www.jetbrains.com/idea/" + }, { "title": "Intercom", "hex": "1F8DED", diff --git a/icons/intellijidea.svg b/icons/intellijidea.svg new file mode 100644 index 00000000..691b45d3 --- /dev/null +++ b/icons/intellijidea.svg @@ -0,0 +1 @@ +IntelliJ IDEA icon \ No newline at end of file From 02ec1cba89b2b7c2b66a34541616357d68c9447c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Fri, 28 Jun 2019 16:50:49 -0300 Subject: [PATCH 18/21] Added Kodi icon (#1494) Closes #1490. --- _data/simple-icons.json | 5 +++++ icons/kodi.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/kodi.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8894b60d..a28b1342 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1520,6 +1520,11 @@ "hex": "333333", "source": "https://withknown.com/img/logo_k.png" }, + { + "title": "Kodi", + "hex": "17B2E7", + "source": "https://kodi.tv/ " + }, { "title": "Koding", "hex": "00B057", diff --git a/icons/kodi.svg b/icons/kodi.svg new file mode 100644 index 00000000..7716b8d3 --- /dev/null +++ b/icons/kodi.svg @@ -0,0 +1 @@ +Kodi icon \ No newline at end of file From 7704018878db9359c1fc7b72a8b090b7c913c4b2 Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Sat, 29 Jun 2019 15:35:01 -0700 Subject: [PATCH 19/21] Remove extra space in Kodi source. --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a28b1342..307daf3e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1523,7 +1523,7 @@ { "title": "Kodi", "hex": "17B2E7", - "source": "https://kodi.tv/ " + "source": "https://kodi.tv/" }, { "title": "Koding", From 4b3cf014856eed7d6048778b069c85d209962f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Moraes?= Date: Sun, 30 Jun 2019 06:53:22 -0300 Subject: [PATCH 20/21] Fix google cloud icon (#1501) * fix google cloud icon * fix svg 2 --- icons/googlecloud.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/googlecloud.svg b/icons/googlecloud.svg index 428c4a88..17d6a4f6 100644 --- a/icons/googlecloud.svg +++ b/icons/googlecloud.svg @@ -1 +1 @@ -Google Cloud icon \ No newline at end of file +Google Cloud icon \ No newline at end of file From 01b84bc2c25b15ae1fc5c52787538a55484d536e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sun, 30 Jun 2019 11:55:57 +0100 Subject: [PATCH 21/21] Version bump Bumped the second digit instead of the third to indicate a not backwards compatible change: removing the icon named Adobe Lightroom. --- package-lock.json | 2 +- package.json | 2 +- scripts/prepublish.js | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e1951ed..798da9db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.28", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd97d5cf..7a18aa6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "1.9.28", + "version": "1.10.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ diff --git a/scripts/prepublish.js b/scripts/prepublish.js index b8f02ec0..db663d7d 100755 --- a/scripts/prepublish.js +++ b/scripts/prepublish.js @@ -28,19 +28,5 @@ data.icons.forEach(icon => { ); }); -/* Backwards compatibility */ -// https://github.com/simple-icons/simple-icons/pull/1365 -const adobeLightroom = icons["Adobe Lightroom Classic"]; -adobeLightroom.title = "Adobe Lightroom"; -icons["Adobe Lightroom"] = adobeLightroom; -fs.writeFileSync( - `${iconsDir}/adobelightroom.svg`, - adobeLightroom.svg -); -fs.writeFileSync( - `${iconsDir}/adobelightroom.js`, - `module.exports=${JSON.stringify(adobeLightroom)};` -); - // write our generic index.js fs.writeFileSync(indexFile, `module.exports=${JSON.stringify(icons)};`);