From 28d1451018cad27c8d659e7bdff40d492da0d865 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:37:12 +0530 Subject: [PATCH 01/11] Add Instructure icon (#7891) --- _data/simple-icons.json | 6 ++++++ icons/instructure.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/instructure.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4d8c2e6d2bdd..4505d0010db1 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5353,6 +5353,12 @@ "hex": "FABF15", "source": "https://www.instructables.com/community/Official-Instructables-Logos-1/" }, + { + "title": "Instructure", + "hex": "2A7BA0", + "source": "https://www.instructure.com/about/brand-guide/download-logos", + "guidelines": "https://www.instructure.com/canvas/resources/noram-guides/instructure-brand-guide-2022" + }, { "title": "Integromat", "hex": "2F8CBB", diff --git a/icons/instructure.svg b/icons/instructure.svg new file mode 100644 index 000000000000..0f713b2dbca9 --- /dev/null +++ b/icons/instructure.svg @@ -0,0 +1 @@ +Instructure \ No newline at end of file From 194c9d292aa6612ef08c0290680878d8846fdbbd Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:24:41 +0530 Subject: [PATCH 02/11] Add RSocket icon (#7907) --- _data/simple-icons.json | 5 +++++ icons/rsocket.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rsocket.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4505d0010db1..c319da3bfa53 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9621,6 +9621,11 @@ "hex": "37BEFF", "source": "https://roundcube.net/" }, + { + "title": "RSocket", + "hex": "EF0092", + "source": "https://rsocket.io/img/r-socket-pink.svg" + }, { "title": "RSS", "hex": "FFA500", diff --git a/icons/rsocket.svg b/icons/rsocket.svg new file mode 100644 index 000000000000..eed897e3d4a3 --- /dev/null +++ b/icons/rsocket.svg @@ -0,0 +1 @@ +RSocket \ No newline at end of file From 1eda76560784f80d0ba804ba0a5082059f662c66 Mon Sep 17 00:00:00 2001 From: Eric Salvi <32136086+ericsalvi@users.noreply.github.com> Date: Tue, 4 Oct 2022 01:13:28 -0400 Subject: [PATCH 03/11] Add Crayon icon (#7908) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/crayon.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/crayon.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c319da3bfa53..ff38784a8950 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2536,6 +2536,11 @@ "hex": "009DC7", "source": "https://github.com/crate/crate-docs-theme/blob/cbd734b3617489ca937f35e30f37f3f6c1870e1f/src/crate/theme/rtd/crate/static/images/crate-logo.svg" }, + { + "title": "Crayon", + "hex": "FF6A4C", + "source": "https://www.crayon.com" + }, { "title": "Create React App", "hex": "09D3AC", diff --git a/icons/crayon.svg b/icons/crayon.svg new file mode 100644 index 000000000000..35983934bd5b --- /dev/null +++ b/icons/crayon.svg @@ -0,0 +1 @@ +Crayon \ No newline at end of file From c280ff055d343d9c87799348e43bcb82255119a9 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:09:45 +0530 Subject: [PATCH 04/11] Add Billboard icon (#7892) --- _data/simple-icons.json | 5 +++++ icons/billboard.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/billboard.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ff38784a8950..b276dcb44927 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1463,6 +1463,11 @@ "hex": "00A1D6", "source": "https://www.bilibili.com/" }, + { + "title": "Billboard", + "hex": "000000", + "source": "https://www.billboard.com/" + }, { "title": "Binance", "hex": "F0B90B", diff --git a/icons/billboard.svg b/icons/billboard.svg new file mode 100644 index 000000000000..5e13e63b1cb1 --- /dev/null +++ b/icons/billboard.svg @@ -0,0 +1 @@ +Billboard \ No newline at end of file From d3f1911f11e3d41eff73db53d78da390d13c2027 Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Wed, 5 Oct 2022 13:27:50 +0530 Subject: [PATCH 05/11] Add PySyft icon (#7914) * Add PySyft icon * Fix Source Link * Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/pysyft.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/pysyft.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b276dcb44927..03d84c98584e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8959,6 +8959,11 @@ "hex": "005CA0", "source": "https://github.com/pyscaffold/pyscaffold/blob/3f72bf7894fc73b34af06a90bb5d43aae410ce5d/docs/gfx/logo.svg" }, + { + "title": "PySyft", + "hex": "F1BF7A", + "source": "https://github.com/OpenMined/openmined-website/blob/db5c223657c8c49ab1ee8db2841fe802f73af31c/src/containers/app/components/repo-icon/assets/syft.svg" + }, { "title": "Pytest", "hex": "0A9EDC", diff --git a/icons/pysyft.svg b/icons/pysyft.svg new file mode 100644 index 000000000000..9e95890e0877 --- /dev/null +++ b/icons/pysyft.svg @@ -0,0 +1 @@ +PySyft \ No newline at end of file From 532fb1d9fcd4e05f541bc3df71d31939ab9a6258 Mon Sep 17 00:00:00 2001 From: Pasindu Akalpa Date: Wed, 5 Oct 2022 14:29:13 +0530 Subject: [PATCH 06/11] Add Fireship icon (#7864) * Add Fireship icon * Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/fireship.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/fireship.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 03d84c98584e..f7b7275d7833 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3782,6 +3782,11 @@ "hex": "FF7139", "source": "https://mozilla.design/firefox/logos-usage/" }, + { + "title": "Fireship", + "hex": "EB844E", + "source": "https://github.com/fireship-io/fireship.io/blob/987da97305a5968b99347aa748f928a4667336f8/hugo/layouts/partials/svg/logo.svg" + }, { "title": "FIRST", "hex": "0066B3", diff --git a/icons/fireship.svg b/icons/fireship.svg new file mode 100644 index 000000000000..0251401fd74b --- /dev/null +++ b/icons/fireship.svg @@ -0,0 +1 @@ +Fireship \ No newline at end of file From bcca774e2d9c5dcba04e541fe4f438e992984189 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:11:23 +0530 Subject: [PATCH 07/11] Add Persistent icon (#7912) Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Co-authored-by: LitoMore --- _data/simple-icons.json | 6 ++++++ icons/persistent.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/persistent.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f7b7275d7833..00e6aaf602b7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8234,6 +8234,12 @@ "hex": "39457E", "source": "https://github.com/tpf/marketing-materials/blob/6765c6fd71bc5b123d6c1a77b86e08cdd6376078/images/onion-logo/tpf-logo-onion.svg" }, + { + "title": "Persistent", + "hex": "FD5F07", + "source": "https://www.persistent.com/company-overview/branding-guidelines/#nav-persistent-logo", + "guidelines": "https://www.persistent.com/company-overview/branding-guidelines/#nav-persistent-logo" + }, { "title": "Personio", "hex": "FFFFFF", diff --git a/icons/persistent.svg b/icons/persistent.svg new file mode 100644 index 000000000000..ccd30918443d --- /dev/null +++ b/icons/persistent.svg @@ -0,0 +1 @@ +Persistent \ No newline at end of file From 617d26879e15c58966fbb4f8434b4436fe89f818 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:22:54 +0530 Subject: [PATCH 08/11] Add Hedera icon (#7913) Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 6 ++++++ icons/hedera.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/hedera.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 00e6aaf602b7..528fb6e1f883 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4904,6 +4904,12 @@ "hex": "F47D31", "source": "https://www.headspace.com/press-and-media" }, + { + "title": "Hedera", + "hex": "222222", + "source": "https://hederabrandcentral.frontify.com/d/Tmocz52AXpLj/brand-assets#/brand-assets/brand-identity/our-hbar-logomark", + "guidelines": "https://hederabrandcentral.frontify.com/d/Tmocz52AXpLj/brand-assets#/brand-assets/brand-identity" + }, { "title": "HelloFresh", "hex": "99CC33", diff --git a/icons/hedera.svg b/icons/hedera.svg new file mode 100644 index 000000000000..a992c915813e --- /dev/null +++ b/icons/hedera.svg @@ -0,0 +1 @@ +Hedera \ No newline at end of file From 0b41599f5337f7039b010887e1af03ce2d70f20f Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:07:18 +0530 Subject: [PATCH 09/11] Add Penpot icon (#7911) --- _data/simple-icons.json | 5 +++++ icons/penpot.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/penpot.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 528fb6e1f883..af51e5a90f06 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8219,6 +8219,11 @@ "hex": "CD1414", "source": "https://www.penny.de/" }, + { + "title": "Penpot", + "hex": "000000", + "source": "https://penpot.app" + }, { "title": "Pepsi", "hex": "2151A1", diff --git a/icons/penpot.svg b/icons/penpot.svg new file mode 100644 index 000000000000..a976fb049ab3 --- /dev/null +++ b/icons/penpot.svg @@ -0,0 +1 @@ +Penpot \ No newline at end of file From f73a86bcc98878f019334e9bd0c7b1e801c239a5 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:21:14 +0530 Subject: [PATCH 10/11] Add Backblaze icon (#7923) --- _data/simple-icons.json | 6 ++++++ icons/backblaze.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/backblaze.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index af51e5a90f06..6e339a9ca5c7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1291,6 +1291,12 @@ "hex": "F9DC3E", "source": "https://github.com/babel/website/blob/93330158b6ecca1ab88d3be8dbf661f5c2da6c76/website/static/img/babel-black.svg" }, + { + "title": "Backblaze", + "hex": "E21E29", + "source": "https://www.backblaze.com/company/news.html", + "guidelines": "https://www.backblaze.com/company/news.html" + }, { "title": "Backbone.js", "hex": "0071B5", diff --git a/icons/backblaze.svg b/icons/backblaze.svg new file mode 100644 index 000000000000..19691ae9df9e --- /dev/null +++ b/icons/backblaze.svg @@ -0,0 +1 @@ +Backblaze \ No newline at end of file From f498519ce1613ae438a3fad71e1e7e0406091bc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Oct 2022 00:30:34 +0000 Subject: [PATCH 11/11] version bump --- package.json | 2 +- slugs.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a27444bd3ea4..35d3f3b1aec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.14.0", + "version": "7.15.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index fde7e448e09f..354d9dcc146a 100644 --- a/slugs.md +++ b/slugs.md @@ -245,6 +245,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Azure Pipelines` | `azurepipelines` | | `B&R Automation` | `bandrautomation` | | `Babel` | `babel` | +| `Backblaze` | `backblaze` | | `Backbone.js` | `backbonedotjs` | | `Backendless` | `backendless` | | `Badgr` | `badgr` | @@ -277,6 +278,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `BigBlueButton` | `bigbluebutton` | | `BigCommerce` | `bigcommerce` | | `Bilibili` | `bilibili` | +| `Billboard` | `billboard` | | `Binance` | `binance` | | `Bio Link` | `biolink` | | `Bit` | `bit` | @@ -485,6 +487,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `cPanel` | `cpanel` | | `Craft CMS` | `craftcms` | | `CrateDB` | `cratedb` | +| `Crayon` | `crayon` | | `Create React App` | `createreactapp` | | `Creative Commons` | `creativecommons` | | `Credly` | `credly` | @@ -717,6 +720,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Firebase` | `firebase` | | `Firefox` | `firefox` | | `Firefox Browser` | `firefoxbrowser` | +| `Fireship` | `fireship` | | `FIRST` | `first` | | `Fitbit` | `fitbit` | | `FITE` | `fite` | @@ -919,6 +923,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `HCL` | `hcl` | | `Headless UI` | `headlessui` | | `Headspace` | `headspace` | +| `Hedera` | `hedera` | | `HelloFresh` | `hellofresh` | | `Helly Hansen` | `hellyhansen` | | `Helm` | `helm` | @@ -1006,6 +1011,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Instapaper` | `instapaper` | | `Instatus` | `instatus` | | `Instructables` | `instructables` | +| `Instructure` | `instructure` | | `Integromat` | `integromat` | | `Intel` | `intel` | | `IntelliJ IDEA` | `intellijidea` | @@ -1520,10 +1526,12 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Pelican` | `pelican` | | `Peloton` | `peloton` | | `Penny` | `penny` | +| `Penpot` | `penpot` | | `Pepsi` | `pepsi` | | `Percy` | `percy` | | `Perforce` | `perforce` | | `Perl` | `perl` | +| `Persistent` | `persistent` | | `Personio` | `personio` | | `Pets at Home` | `petsathome` | | `Peugeot` | `peugeot` | @@ -1654,6 +1662,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `PyPI` | `pypi` | | `PyPy` | `pypy` | | `PyScaffold` | `pyscaffold` | +| `PySyft` | `pysyft` | | `Pytest` | `pytest` | | `Python` | `python` | | `PyTorch` | `pytorch` | @@ -1772,6 +1781,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Rotary International` | `rotaryinternational` | | `Rotten Tomatoes` | `rottentomatoes` | | `Roundcube` | `roundcube` | +| `RSocket` | `rsocket` | | `RSS` | `rss` | | `RStudio` | `rstudio` | | `RTÉ` | `rte` |