From cb56d81425fa495778df273057f44e744d4492d0 Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Mon, 22 Oct 2018 19:47:09 +0200 Subject: [PATCH 01/12] Add Google Pay (#1017) * Add Google Pay * Update Google Pay icon * Enlarge Google Pay icon --- _data/simple-icons.json | 5 +++++ icons/googlepay.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/googlepay.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ad9b0573..0978d87f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -790,6 +790,11 @@ "hex": "FFBB00", "source": "https://play.google.com/store/apps/details?id=com.google.android.keep" }, + { + "title": "Google Pay", + "hex": "5F6368", + "source": "https://developers.google.com/pay/api/web/guides/brand-guidelines" + }, { "title": "Google Play", "hex": "607D8B", diff --git a/icons/googlepay.svg b/icons/googlepay.svg new file mode 100644 index 00000000..020b56a5 --- /dev/null +++ b/icons/googlepay.svg @@ -0,0 +1 @@ +Google Pay icon From 6bfbb4e49a069319ca8ed5f83795cdfafc693410 Mon Sep 17 00:00:00 2001 From: Navin Pai Date: Tue, 23 Oct 2018 11:40:54 +0530 Subject: [PATCH 02/12] Added SparkFun Icon (Fixes #1018) (#1022) * Added SparkFun Icon * Review changes: - Remove pt - Run through svgomg * Fix color hex for Sparkfun * Added back title which was removed by SVGOMG * Remove height and width as suggested in review --- _data/simple-icons.json | 5 +++++ icons/sparkfun.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/sparkfun.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0978d87f..f14cd551 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1875,6 +1875,11 @@ "hex": "535353", "source": "https://sourceforge.net/" }, + { + "title": "SparkFun", + "hex": "E53525", + "source": "https://www.sparkfun.com/brand_assets" + }, { "title": "SparkPost", "hex": "FA6423", diff --git a/icons/sparkfun.svg b/icons/sparkfun.svg new file mode 100644 index 00000000..5507c763 --- /dev/null +++ b/icons/sparkfun.svg @@ -0,0 +1 @@ +SparkFun icon From ee185e89d4fd936e2ce449c94fd4784106dde59a Mon Sep 17 00:00:00 2001 From: Paul Hart Date: Tue, 23 Oct 2018 07:13:30 +0100 Subject: [PATCH 03/12] Added Flattr & Jabber icons (#1019) * Create jabber.svg * Create flattr.svg * Added Jabber & Flattr * removed extranious space * flattr colour updated --- _data/simple-icons.json | 10 ++++++++++ icons/flattr.svg | 1 + icons/jabber.svg | 1 + 3 files changed, 12 insertions(+) create mode 100644 icons/flattr.svg create mode 100644 icons/jabber.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f14cd551..74315d59 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -625,6 +625,11 @@ "hex": "00B0B9", "source": "http://www.fitbit.com/uk/home" }, + { + "title": "Flattr", + "hex": "000000", + "source": "https://flattr.com/" + }, { "title": "Flickr", "hex": "0063DC", @@ -985,6 +990,11 @@ "hex": "FF3366", "source": "https://projects.invisionapp.com/boards/BX4P1DY5H46R" }, + { + "title": "Jabber", + "hex": "CC0000", + "source": "https://commons.wikimedia.org/wiki/File:Jabber-bulb.svg" + }, { "title": "Java", "hex": "007396", diff --git a/icons/flattr.svg b/icons/flattr.svg new file mode 100644 index 00000000..f847bf9a --- /dev/null +++ b/icons/flattr.svg @@ -0,0 +1 @@ +Flattr icon diff --git a/icons/jabber.svg b/icons/jabber.svg new file mode 100644 index 00000000..3e8aa4c6 --- /dev/null +++ b/icons/jabber.svg @@ -0,0 +1 @@ +Jabber icon From eafda278fd99de74833d6c392ec47666694440b1 Mon Sep 17 00:00:00 2001 From: Paul Hart Date: Tue, 23 Oct 2018 12:02:31 +0100 Subject: [PATCH 04/12] Steemit (#1024) * Create steemit.svg * added steemit * added title tag * another update --- _data/simple-icons.json | 5 +++++ icons/steemit.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/steemit.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 74315d59..39ed8236 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1955,6 +1955,11 @@ "hex": "4BA2F2", "source": "https://steem.io/" }, + { + "title": "Steemit", + "hex": "06D6A9", + "source": "https://steemit.com/" + }, { "title": "Stitcher", "hex": "000000", diff --git a/icons/steemit.svg b/icons/steemit.svg new file mode 100644 index 00000000..da8cc532 --- /dev/null +++ b/icons/steemit.svg @@ -0,0 +1 @@ +Steemit icon From a0a82054556965f78f9125d66c0e258a8311d4fe Mon Sep 17 00:00:00 2001 From: Navin Pai Date: Tue, 23 Oct 2018 16:39:15 +0530 Subject: [PATCH 05/12] Add F-Secure (#1021) * Added icon for F-Secure * Review fixes: - Removed pt - Ran through SVGOMG to remove extra artifacts * Remove height and width as suggested in review * Fix weird scaling issue * Further scaling fixes * Update icons/f-secure.svg --- _data/simple-icons.json | 5 +++++ icons/f-secure.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/f-secure.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 39ed8236..93e5919e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -595,6 +595,11 @@ "hex": "FA4B32", "source": "https://everplaces.com" }, + { + "title": "F-Secure", + "hex": "00BAFF", + "source": "https://vip.f-secure.com/en/marketing/logos" + }, { "title": "Facebook", "hex": "3B5998", diff --git a/icons/f-secure.svg b/icons/f-secure.svg new file mode 100644 index 00000000..9c01285c --- /dev/null +++ b/icons/f-secure.svg @@ -0,0 +1 @@ +F-Secure icon From 02977c0cefa4261f56a2cb84df6b821328093614 Mon Sep 17 00:00:00 2001 From: Paul Hart Date: Tue, 23 Oct 2018 15:02:48 +0100 Subject: [PATCH 06/12] Adobe premiere (#1029) * Create adobepremiere.svg * adding adobe premiere * added role img --- _data/simple-icons.json | 5 +++++ icons/adobepremiere.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobepremiere.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 93e5919e..2fdd30c8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -65,6 +65,11 @@ "hex": "00C8FF", "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" }, + { + "title": "Adobe Premiere", + "hex": "EA77FF", + "source": "https://helpx.adobe.com/content/dam/help/mnemonics/pr_cc_app_RGB.svg" + }, { "title": "Adobe Typekit", "hex": "87EC00", diff --git a/icons/adobepremiere.svg b/icons/adobepremiere.svg new file mode 100644 index 00000000..31b8e768 --- /dev/null +++ b/icons/adobepremiere.svg @@ -0,0 +1 @@ +Adobe Premiere icon From 3cda61612374c4a73e54cce3ac7c9a933a1756fb Mon Sep 17 00:00:00 2001 From: Paul Hart Date: Tue, 23 Oct 2018 16:21:15 +0100 Subject: [PATCH 07/12] Adobe Audition (#1030) * Create adobeaudition.svg * Update adobeaudition.svg * Added Adobe Audition --- _data/simple-icons.json | 5 +++++ icons/adobeaudition.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/adobeaudition.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 2fdd30c8..55717707 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -40,6 +40,11 @@ "hex": "D291FF", "source": "https://wwwimages2.adobe.com/etc/clientlibs/beagle/ace/source/font/aceui-fonts.svg" }, + { + "title": "Adobe Audition", + "hex": "00E4BB", + "source": "https://helpx.adobe.com/content/dam/help/mnemonics/au_cc_app_RGB.svg" + }, { "title": "Adobe Dreamweaver", "hex": "35FA00", diff --git a/icons/adobeaudition.svg b/icons/adobeaudition.svg new file mode 100644 index 00000000..7999f1a4 --- /dev/null +++ b/icons/adobeaudition.svg @@ -0,0 +1 @@ +Adobe Audition icon From 2e8b064d5172fca0426c5e68838e215ea6c5ba76 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 23 Oct 2018 23:10:46 +0300 Subject: [PATCH 08/12] Update Github templates (#1023) * Add Pull Request template * Use multiple issue templates * Add item about referencing issues in the Pull Request template * Update issue templates based on suggestions by @birjolaxew * Update issue templates based on suggestions by @birjolaxew * Combine package and website template * Update Pull Request template Co-Authored-By: Johan Fagerberg * Change template style for pull requests * Add "etc." to lists of examples --- .github/ISSUE_TEMPLATE/icon_request.md | 19 ++++++++++++ .github/ISSUE_TEMPLATE/icon_update.md | 12 ++++++++ .github/ISSUE_TEMPLATE/website_and_package.md | 29 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++++++++ ISSUE_TEMPLATE.md | 5 ---- 5 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/icon_request.md create mode 100644 .github/ISSUE_TEMPLATE/icon_update.md create mode 100644 .github/ISSUE_TEMPLATE/website_and_package.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md new file mode 100644 index 00000000..a7e39b38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -0,0 +1,19 @@ +--- +name: Icon request +about: Request a new icon for SimpleIcons +--- + + + + + +**Name:** +**Website:** +**Official resources for icon and color:** + + + + diff --git a/.github/ISSUE_TEMPLATE/icon_update.md b/.github/ISSUE_TEMPLATE/icon_update.md new file mode 100644 index 00000000..559f8f72 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon_update.md @@ -0,0 +1,12 @@ +--- +name: Icon update +about: Help us improve by reporting outdated icons +--- + + + + + +**Name:** +**Official resources for icon and color:** + diff --git a/.github/ISSUE_TEMPLATE/website_and_package.md b/.github/ISSUE_TEMPLATE/website_and_package.md new file mode 100644 index 00000000..e4b022b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website_and_package.md @@ -0,0 +1,29 @@ +--- +name: Website & NPM Package +about: For general issues and improvements +--- + + + + +### Kind of issue + - [ ] Improvement + - [ ] Bug + - [ ] Other, namely: + +### This issue concerns + - [ ] The NPM Package + - [ ] The website + - [ ] Other, namely: + +### Description + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0a03a587 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +**Issue:** + + +### Checklist + - [ ] I optimized the icon with SVGO or SVGOMG + - [ ] The SVG `viewbox` is `0 0 24 24` + +### Description + + + diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 9ce4dbb5..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -Before opening a new issue search for duplicate or closed issues. - -When requesting a new or updated icon include helpful information such as: -* The requested icon’s brand name in the title. -* Links to official sources for the brand's icon and colors (e.g. media kits, brand guidelines, SVG files etc.). From dfc1fd8975d83f25881c0540adc7fe6aaf41c2a6 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Tue, 23 Oct 2018 22:15:42 +0200 Subject: [PATCH 09/12] Decrease whitespace in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0a03a587..abcd4e8f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,8 +10,6 @@ Before opening your pull request, have a quick look at our contribution guidelin - [ ] The SVG `viewbox` is `0 0 24 24` ### Description - -