diff --git a/composer.json b/composer.json
index ec9f536..99df2cc 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.11",
+	"version": "1.1.12",
 	"license": "MIT",
 	"homepage": "https://iconify.design/icon-sets/",
 	"autoload": {
diff --git a/json/ic.json b/json/ic.json
index 37e441e..bb0da4d 100644
--- a/json/ic.json
+++ b/json/ic.json
@@ -203,7 +203,7 @@
 			"body": "<path d=\"M20 11H7.83l5.59-5.59L12 4l-8 8l8 8l1.41-1.41L7.83 13H20v-2z\" fill=\"currentColor\"/>"
 		},
 		"baseline-arrow-back-ios": {
-			"body": "<path d=\"M11.67 3.87L9.9 2.1L0 12l9.9 9.9l1.77-1.77L3.54 12z\" fill=\"currentColor\"/>"
+			"body": "<path d=\"M17.51 3.87L15.73 2.1L5.84 12l9.9 9.9l1.77-1.77L9.38 12l8.13-8.13z\" fill=\"currentColor\"/>"
 		},
 		"baseline-arrow-downward": {
 			"body": "<path d=\"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8l8-8z\" fill=\"currentColor\"/>"
diff --git a/package.json b/package.json
index 79b7b19..67f6556 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.11",
+	"version": "1.1.12",
 	"homepage": "https://iconify.design/icon-sets/",
 	"main": "lib/finder.js",
 	"bugs": "https://github.com/iconify/collections-json/issues",