diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4d8c2e6d2bdd..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", @@ -1463,6 +1469,11 @@ "hex": "00A1D6", "source": "https://www.bilibili.com/" }, + { + "title": "Billboard", + "hex": "000000", + "source": "https://www.billboard.com/" + }, { "title": "Binance", "hex": "F0B90B", @@ -2536,6 +2547,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", @@ -3772,6 +3788,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", @@ -4889,6 +4910,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", @@ -5353,6 +5380,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", @@ -8192,6 +8225,11 @@ "hex": "CD1414", "source": "https://www.penny.de/" }, + { + "title": "Penpot", + "hex": "000000", + "source": "https://penpot.app" + }, { "title": "Pepsi", "hex": "2151A1", @@ -8213,6 +8251,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", @@ -8943,6 +8987,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", @@ -9615,6 +9664,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/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 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 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 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 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 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 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 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 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 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 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` |