diff --git a/composer.json b/composer.json index fceb994..028a8d0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.2.249", + "version": "2.2.250", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/arcticons.json b/json/arcticons.json index b0a1a90..bfb2f04 100644 --- a/json/arcticons.json +++ b/json/arcticons.json @@ -25,7 +25,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1723097111, + "lastModified": 1726637464, "icons": { "85": { "body": "" @@ -11511,10 +11511,10 @@ "futbin": { "body": "" }, - "futo-keyboard": { + "futo-keyboard-alt": { "body": "" }, - "futo-voice-input": { + "futo-voice-input-alt": { "body": "" }, "fv-file-explorer": { @@ -31717,6 +31717,12 @@ "frost": { "parent": "frost-icon-pack" }, + "futo-keyboard": { + "parent": "futo-keyboard-alt" + }, + "futo-voice-input": { + "parent": "futo-voice-input-alt" + }, "geometrydash": { "parent": "geometry-dash" }, diff --git a/package-lock.json b/package-lock.json index 8825b8f..7dede3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.249", + "version": "2.2.250", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.249", + "version": "2.2.250", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 1da6007..a7a6740 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Hundreds of open source icon sets in IconifyJSON format", "license": "MIT", - "version": "2.2.249", + "version": "2.2.250", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",