diff --git a/collections.json b/collections.json
index 352c521..fa6a963 100644
--- a/collections.json
+++ b/collections.json
@@ -619,7 +619,7 @@
},
"akar-icons": {
"name": "Akar Icons",
- "total": 248,
+ "total": 249,
"author": "Arturo Wibawa",
"url": "https://github.com/artcoholic/akar-icons",
"license": "MIT",
@@ -630,7 +630,7 @@
"pencil",
"location"
],
- "version": "1.3.6",
+ "version": "1.3.7",
"palette": "Colorless",
"category": "General"
},
diff --git a/collections.md b/collections.md
index 0cc02d4..2a895c0 100644
--- a/collections.md
+++ b/collections.md
@@ -353,12 +353,12 @@
### Akar Icons
-* Number of icons: 248
+* Number of icons: 249
* Author: Arturo Wibawa
* URL: https://github.com/artcoholic/akar-icons
* License: MIT
* License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE
-* Version: 1.3.6
+* Version: 1.3.7
* Palette: Colorless
diff --git a/composer.json b/composer.json
index 5cef433..f34546f 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
- "version": "1.1.344",
+ "version": "1.1.345",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {
diff --git a/json/akar-icons.json b/json/akar-icons.json
index 737de7d..54e534a 100644
--- a/json/akar-icons.json
+++ b/json/akar-icons.json
@@ -2,7 +2,7 @@
"prefix": "akar-icons",
"info": {
"name": "Akar Icons",
- "total": 248,
+ "total": 249,
"author": {
"name": "Arturo Wibawa",
"url": "https://github.com/artcoholic/akar-icons"
@@ -12,7 +12,7 @@
"spdx": "MIT",
"url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE"
},
- "version": "1.3.6",
+ "version": "1.3.7",
"samples": [
"paper",
"pencil",
@@ -411,6 +411,9 @@
"github-fill": {
"body": ""
},
+ "github-outline-fill": {
+ "body": ""
+ },
"glasses": {
"body": ""
},
diff --git a/package.json b/package.json
index 64e755b..6164409 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
- "version": "1.1.344",
+ "version": "1.1.345",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",