diff --git a/collections.json b/collections.json index c4270ce..4682f55 100644 --- a/collections.json +++ b/collections.json @@ -33,7 +33,7 @@ }, "ic": { "name": "Google Material Icons", - "total": 10285, + "total": 10290, "author": "Material Design Authors", "url": "https://github.com/cyberalien/google-material-design-icons-updated", "license": "Apache 2.0", @@ -701,7 +701,7 @@ }, "akar-icons": { "name": "Akar Icons", - "total": 382, + "total": 385, "author": "Arturo Wibawa", "url": "https://github.com/artcoholic/akar-icons", "license": "MIT", @@ -712,7 +712,7 @@ "pencil", "location" ], - "version": "1.9.3", + "version": "1.9.4", "palette": "Colorless", "category": "General" }, diff --git a/collections.md b/collections.md index 402e2f7..2f30082 100644 --- a/collections.md +++ b/collections.md @@ -21,7 +21,7 @@ ### Google Material Icons -* Number of icons: 10285 +* Number of icons: 10290 * Author: Material Design Authors * URL: https://github.com/cyberalien/google-material-design-icons-updated * License: Apache 2.0 @@ -400,12 +400,12 @@ ### Akar Icons -* Number of icons: 382 +* Number of icons: 385 * 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.9.3 +* Version: 1.9.4 * Palette: Colorless diff --git a/composer.json b/composer.json index 7da7a3a..9343316 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.435", + "version": "1.1.436", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/akar-icons.json b/json/akar-icons.json index 13b885c..ba8620e 100644 --- a/json/akar-icons.json +++ b/json/akar-icons.json @@ -2,7 +2,7 @@ "prefix": "akar-icons", "info": { "name": "Akar Icons", - "total": 382, + "total": 385, "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.9.3", + "version": "1.9.4", "samples": [ "paper", "pencil", @@ -654,6 +654,9 @@ "jquery-fill": { "body": "" }, + "key": { + "body": "" + }, "key-cap": { "body": "" }, @@ -983,6 +986,12 @@ "star": { "body": "" }, + "statistic-down": { + "body": "" + }, + "statistic-up": { + "body": "" + }, "stop": { "body": "" }, diff --git a/json/ic.json b/json/ic.json index 57d8ca0..ca57b2f 100644 --- a/json/ic.json +++ b/json/ic.json @@ -2,7 +2,7 @@ "prefix": "ic", "info": { "name": "Google Material Icons", - "total": 10285, + "total": 10290, "author": { "name": "Material Design Authors", "url": "https://github.com/cyberalien/google-material-design-icons-updated" @@ -4654,6 +4654,9 @@ "baseline-save": { "body": "" }, + "baseline-save-all": { + "body": "" + }, "baseline-save-alt": { "body": "" }, @@ -10829,6 +10832,9 @@ "outline-save": { "body": "" }, + "outline-save-all": { + "body": "" + }, "outline-save-alt": { "body": "" }, @@ -17000,6 +17006,9 @@ "round-save": { "body": "" }, + "round-save-all": { + "body": "" + }, "round-save-alt": { "body": "" }, @@ -23171,6 +23180,9 @@ "sharp-save": { "body": "" }, + "sharp-save-all": { + "body": "" + }, "sharp-save-alt": { "body": "" }, @@ -29342,6 +29354,9 @@ "twotone-save": { "body": "" }, + "twotone-save-all": { + "body": "" + }, "twotone-save-alt": { "body": "" }, @@ -37147,6 +37162,7 @@ "baseline-report-gmailerrorred", "baseline-report-off", "baseline-save", + "baseline-save-all", "baseline-save-alt", "baseline-save-as", "baseline-select-all", @@ -37228,6 +37244,7 @@ "outline-report-gmailerrorred", "outline-report-off", "outline-save", + "outline-save-all", "outline-save-alt", "outline-save-as", "outline-select-all", @@ -37309,6 +37326,7 @@ "round-report-gmailerrorred", "round-report-off", "round-save", + "round-save-all", "round-save-alt", "round-save-as", "round-select-all", @@ -37390,6 +37408,7 @@ "sharp-report-gmailerrorred", "sharp-report-off", "sharp-save", + "sharp-save-all", "sharp-save-alt", "sharp-save-as", "sharp-select-all", @@ -37471,6 +37490,7 @@ "twotone-report-gmailerrorred", "twotone-report-off", "twotone-save", + "twotone-save-all", "twotone-save-alt", "twotone-save-as", "twotone-select-all", diff --git a/package.json b/package.json index 8624944..ae0cd54 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.435", + "version": "1.1.436", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",