@iconify-json/octicon 1.1.37 → 1.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons.json +6 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -3075,6 +3075,11 @@
|
|
|
3075
3075
|
"width": 12,
|
|
3076
3076
|
"hidden": true
|
|
3077
3077
|
},
|
|
3078
|
+
"x-12": {
|
|
3079
|
+
"body": "<path fill=\"currentColor\" d=\"M2.22 2.22a.749.749 0 0 1 1.06 0L6 4.939L8.72 2.22a.749.749 0 1 1 1.06 1.06L7.061 6L9.78 8.72a.749.749 0 1 1-1.06 1.06L6 7.061L3.28 9.78a.749.749 0 1 1-1.06-1.06L4.939 6L2.22 3.28a.749.749 0 0 1 0-1.06Z\"/>",
|
|
3080
|
+
"width": 12,
|
|
3081
|
+
"height": 12
|
|
3082
|
+
},
|
|
3078
3083
|
"x-16": {
|
|
3079
3084
|
"body": "<path fill=\"currentColor\" d=\"M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326a.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275a.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018a.751.751 0 0 1-.018-1.042L6.94 8L3.72 4.78a.75.75 0 0 1 0-1.06Z\"/>"
|
|
3080
3085
|
},
|
|
@@ -3193,5 +3198,5 @@
|
|
|
3193
3198
|
"parent": "unverified-24"
|
|
3194
3199
|
}
|
|
3195
3200
|
},
|
|
3196
|
-
"lastModified":
|
|
3201
|
+
"lastModified": 1682660377
|
|
3197
3202
|
}
|
package/info.json
CHANGED