diff --git a/README.md b/README.md
index 2db549a9a..6b58dad8a 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
```html
-
-
+
+
+```
+
+Where `[ICON NAME]` is replaced by the icon name, for example:
+
+```html
+
+
```
### Node Usage
@@ -35,13 +42,13 @@ The API can then be used as follows:
```javascript
const simpleIcons = require('simple-icons');
-console.log(simpleIcons['Google+']);
+console.log(simpleIcons['Simple Icons']);
/*
{
- title: 'Google+',
- hex: 'DC4E41',
- source: 'https://developers.google.com/+/branding-guidelines',
+ title: 'Simple Icons',
+ hex: '111111',
+ source: 'https://simpleicons.org/',
svg: ''
}
*/
@@ -50,15 +57,16 @@ console.log(simpleIcons['Google+']);
Alternatively you can import the needed icons individually.
This is useful if you are e.g. compiling your code with [webpack](https://webpack.js.org/) and therefore have to be mindful of your package size:
-```js
-const googleplus = require('simple-icons/icons/googleplus');
+```javascript
+const icon = require('simple-icons/icons/simpleicons');
+
+console.log(icon);
-console.log(googleplus);
/*
{
- title: 'Google+',
- hex: 'DC4E41',
- source: 'https://developers.google.com/+/branding-guidelines',
+ title: 'Simple Icons',
+ hex: '111111',
+ source: 'https://simpleicons.org/',
svg: ''
}
*/
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 456a46617..65640fb59 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -840,6 +840,11 @@
"hex": "A22430",
"source": "https://www.gnu.org/graphics/social.html"
},
+ {
+ "title": "GOG.com",
+ "hex": "86328A",
+ "source": "https://www.cdprojekt.com/en/media/logotypes/"
+ },
{
"title": "GoldenLine",
"hex": "F1B92B",
@@ -1275,6 +1280,11 @@
"hex": "00D735",
"source": "https://letterboxd.com/about/logos/"
},
+ {
+ "title": "LGTM",
+ "hex": "FFFFFF",
+ "source": "https://lgtm.com/"
+ },
{
"title": "LibraryThing",
"hex": "251A15",
@@ -2007,7 +2017,7 @@
},
{
"title": "Slack",
- "hex": "56B68B",
+ "hex": "4A154B",
"source": "https://slack.com/brand-guidelines"
},
{
@@ -2615,6 +2625,11 @@
"hex": "FF4A00",
"source": "https://zapier.com/about/brand"
},
+ {
+ "title": "Zeit",
+ "hex": "000000",
+ "source": "https://zeit.co/design/brand"
+ },
{
"title": "Zendesk",
"hex": "03363D",
diff --git a/icons/gog-dot-com.svg b/icons/gog-dot-com.svg
new file mode 100644
index 000000000..7df54701d
--- /dev/null
+++ b/icons/gog-dot-com.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/lgtm.svg b/icons/lgtm.svg
new file mode 100644
index 000000000..f1247f673
--- /dev/null
+++ b/icons/lgtm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/slack.svg b/icons/slack.svg
index 170136fe6..562f26828 100644
--- a/icons/slack.svg
+++ b/icons/slack.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/icons/zeit.svg b/icons/zeit.svg
new file mode 100644
index 000000000..0f0531687
--- /dev/null
+++ b/icons/zeit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 89758de9c..22051f3f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "1.9.18",
+ "version": "1.9.19",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [