diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 9a2b1e96..9cb28802 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -985,6 +985,11 @@
"hex": "20BEFF",
"source": "https://www.kaggle.com/contact"
},
+ {
+ "title": "KaiOS",
+ "hex": "6F02B5",
+ "source": "https://www.dropbox.com/sh/2qihtgrzllws8ki/AABmo9X1KMT6lHnvh4Em7dpWa?dl=0"
+ },
{
"title": "Keybase",
"hex": "33A0FF",
diff --git a/icons/kaios.svg b/icons/kaios.svg
new file mode 100644
index 00000000..36c28400
--- /dev/null
+++ b/icons/kaios.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 57828d39..e3f6e2cb 100644
--- a/index.html
+++ b/index.html
@@ -146,11 +146,11 @@
{% assign allIconNames = "" %}
{% for icon in iconsArray %}
{% assign iconArray = icon | split: "," %}
- {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[3] }}",{% endcapture %}
+ {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[5] }}",{% endcapture %}
{% endfor %}
{% for icon in greyscaleIconsArray %}
{% assign iconArray = icon | split: "," %}
- {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[1] }}"{% unless forloop.last %},{% endunless %}{% endcapture %}
+ {% capture allIconNames %}{{ allIconNames }}"{{ iconArray[5] }}"{% unless forloop.last %},{% endunless %}{% endcapture %}
{% endfor %}
@@ -191,12 +191,7 @@
diff --git a/package.json b/package.json
index 972038a3..2e43dc66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [