diff --git a/collections.json b/collections.json index d29c9e0..bb2abc4 100644 --- a/collections.json +++ b/collections.json @@ -33,7 +33,7 @@ }, "ic": { "name": "Google Material Icons", - "total": 5350, + "total": 5375, "author": "Material Design Authors", "url": "https://github.com/cyberalien/google-material-design-icons-updated", "license": "Apache 2.0", diff --git a/collections.md b/collections.md index f22a5a0..ff22c03 100644 --- a/collections.md +++ b/collections.md @@ -21,7 +21,7 @@ ### Google Material Icons -* Number of icons: 5350 +* Number of icons: 5375 * Author: Material Design Authors * URL: https://github.com/cyberalien/google-material-design-icons-updated * License: Apache 2.0 diff --git a/composer.json b/composer.json index b0fb80b..2206eb8 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.0.107", + "version": "1.0.108", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ic.json b/json/ic.json index 64a9cfa..21b139e 100644 --- a/json/ic.json +++ b/json/ic.json @@ -1318,6 +1318,9 @@ "baseline-graphic-eq": { "body": "" }, + "baseline-greater-than-equal": { + "body": "" + }, "baseline-grid-off": { "body": "" }, @@ -1555,6 +1558,12 @@ "baseline-lens": { "body": "" }, + "baseline-less-than": { + "body": "" + }, + "baseline-less-than-equal": { + "body": "" + }, "baseline-library-add": { "body": "" }, @@ -2203,6 +2212,12 @@ "baseline-plus": { "body": "" }, + "baseline-plus-minus": { + "body": "" + }, + "baseline-plus-minus-alt": { + "body": "" + }, "baseline-plus-one": { "body": "" }, @@ -4536,6 +4551,9 @@ "outline-graphic-eq": { "body": "" }, + "outline-greater-than-equal": { + "body": "" + }, "outline-grid-off": { "body": "" }, @@ -4773,6 +4791,12 @@ "outline-lens": { "body": "" }, + "outline-less-than": { + "body": "" + }, + "outline-less-than-equal": { + "body": "" + }, "outline-library-add": { "body": "" }, @@ -5421,6 +5445,12 @@ "outline-plus": { "body": "" }, + "outline-plus-minus": { + "body": "" + }, + "outline-plus-minus-alt": { + "body": "" + }, "outline-plus-one": { "body": "" }, @@ -7746,6 +7776,9 @@ "round-graphic-eq": { "body": "" }, + "round-greater-than-equal": { + "body": "" + }, "round-grid-off": { "body": "" }, @@ -7983,6 +8016,12 @@ "round-lens": { "body": "" }, + "round-less-than": { + "body": "" + }, + "round-less-than-equal": { + "body": "" + }, "round-library-add": { "body": "" }, @@ -8631,6 +8670,12 @@ "round-plus": { "body": "" }, + "round-plus-minus": { + "body": "" + }, + "round-plus-minus-alt": { + "body": "" + }, "round-plus-one": { "body": "" }, @@ -10956,6 +11001,9 @@ "sharp-graphic-eq": { "body": "" }, + "sharp-greater-than-equal": { + "body": "" + }, "sharp-grid-off": { "body": "" }, @@ -11193,6 +11241,12 @@ "sharp-lens": { "body": "" }, + "sharp-less-than": { + "body": "" + }, + "sharp-less-than-equal": { + "body": "" + }, "sharp-library-add": { "body": "" }, @@ -11841,6 +11895,12 @@ "sharp-plus": { "body": "" }, + "sharp-plus-minus": { + "body": "" + }, + "sharp-plus-minus-alt": { + "body": "" + }, "sharp-plus-one": { "body": "" }, @@ -14170,6 +14230,9 @@ "twotone-graphic-eq": { "body": "" }, + "twotone-greater-than-equal": { + "body": "" + }, "twotone-grid-off": { "body": "" }, @@ -14407,6 +14470,12 @@ "twotone-lens": { "body": "" }, + "twotone-less-than": { + "body": "" + }, + "twotone-less-than-equal": { + "body": "" + }, "twotone-library-add": { "body": "" }, @@ -15055,6 +15124,12 @@ "twotone-plus": { "body": "" }, + "twotone-plus-minus": { + "body": "" + }, + "twotone-plus-minus-alt": { + "body": "" + }, "twotone-plus-one": { "body": "" }, @@ -23515,34 +23590,59 @@ "Math": [ "baseline-divide", "baseline-equals", + "baseline-greater-than-equal", + "baseline-less-than", + "baseline-less-than-equal", "baseline-minus", "baseline-not-equal", "baseline-percentage", "baseline-plus", + "baseline-plus-minus", + "baseline-plus-minus-alt", "outline-divide", "outline-equals", + "outline-greater-than-equal", + "outline-less-than", + "outline-less-than-equal", "outline-minus", "outline-not-equal", "outline-percentage", "outline-plus", + "outline-plus-minus", + "outline-plus-minus-alt", "round-divide", "round-equals", + "round-greater-than-equal", + "round-less-than", + "round-less-than-equal", "round-minus", "round-not-equal", "round-percentage", "round-plus", + "round-plus-minus", + "round-plus-minus-alt", "sharp-divide", "sharp-equals", + "sharp-greater-than-equal", + "sharp-less-than", + "sharp-less-than-equal", "sharp-minus", "sharp-not-equal", "sharp-percentage", "sharp-plus", + "sharp-plus-minus", + "sharp-plus-minus-alt", "twotone-divide", "twotone-equals", + "twotone-greater-than-equal", + "twotone-less-than", + "twotone-less-than-equal", "twotone-minus", "twotone-not-equal", "twotone-percentage", - "twotone-plus" + "twotone-plus", + "twotone-plus-minus", + "twotone-plus-minus-alt" ], "Navigation": [ "baseline-apps", diff --git a/package.json b/package.json index 4fbd0c4..4224db6 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.0.107", + "version": "1.0.108", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",