@iconify-json/octicon 1.1.32 → 1.1.33
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 +17 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -3071,6 +3071,22 @@
|
|
|
3071
3071
|
"body": "<path fill=\"currentColor\" d=\"M15.716 1.329a1.341 1.341 0 0 1 2.109 1.55L15.147 9h4.161c1.623 0 2.372 2.016 1.143 3.075L8.102 22.721a1.148 1.148 0 0 1-1.81-1.317L8.996 15H4.674c-1.619 0-2.37-2.008-1.148-3.07l12.19-10.6Zm.452 1.595L4.51 13.061a.25.25 0 0 0 .164.439h5.45a.749.749 0 0 1 .692 1.041l-2.559 6.066l11.215-9.668a.25.25 0 0 0-.164-.439H14a.75.75 0 0 1-.687-1.05Z\"/>",
|
|
3072
3072
|
"width": 24,
|
|
3073
3073
|
"height": 24
|
|
3074
|
+
},
|
|
3075
|
+
"zoom-in-16": {
|
|
3076
|
+
"body": "<path fill=\"currentColor\" d=\"M3.75 7.5a.75.75 0 0 1 .75-.75h2.25V4.5a.75.75 0 0 1 1.5 0v2.25h2.25a.75.75 0 0 1 0 1.5H8.25v2.25a.75.75 0 0 1-1.5 0V8.25H4.5a.75.75 0 0 1-.75-.75Z\"/><path fill=\"currentColor\" d=\"M7.5 0a7.5 7.5 0 0 1 5.807 12.247l2.473 2.473a.749.749 0 1 1-1.06 1.06l-2.473-2.473A7.5 7.5 0 1 1 7.5 0Zm-6 7.5a6 6 0 1 0 12 0a6 6 0 0 0-12 0Z\"/>"
|
|
3077
|
+
},
|
|
3078
|
+
"zoom-in-24": {
|
|
3079
|
+
"body": "<path fill=\"currentColor\" d=\"M10.5 5.75a.75.75 0 0 1 .75.75v3.25h3.25a.75.75 0 0 1 0 1.5h-3.25v3.25a.75.75 0 0 1-1.5 0v-3.25H6.5a.75.75 0 0 1 0-1.5h3.25V6.5a.75.75 0 0 1 .75-.75Z\"/><path fill=\"currentColor\" d=\"M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.749.749 0 1 1-1.06 1.06l-4.345-4.344A10.459 10.459 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5Zm10.5-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9Z\"/>",
|
|
3080
|
+
"width": 24,
|
|
3081
|
+
"height": 24
|
|
3082
|
+
},
|
|
3083
|
+
"zoom-out-16": {
|
|
3084
|
+
"body": "<path fill=\"currentColor\" d=\"M4.5 6.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5Z\"/><path fill=\"currentColor\" d=\"M0 7.5a7.5 7.5 0 1 1 13.307 4.747l2.473 2.473a.749.749 0 1 1-1.06 1.06l-2.473-2.473A7.5 7.5 0 0 1 0 7.5Zm7.5-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12Z\"/>"
|
|
3085
|
+
},
|
|
3086
|
+
"zoom-out-24": {
|
|
3087
|
+
"body": "<path fill=\"currentColor\" d=\"M14.5 11.25a.75.75 0 0 0 0-1.5h-8a.75.75 0 0 0 0 1.5h8Z\"/><path fill=\"currentColor\" d=\"M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.749.749 0 1 1-1.06 1.06l-4.345-4.344A10.459 10.459 0 0 1 10.5 21C4.701 21 0 16.299 0 10.5Zm10.5-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9a9 9 0 0 0 9-9a9 9 0 0 0-9-9Z\"/>",
|
|
3088
|
+
"width": 24,
|
|
3089
|
+
"height": 24
|
|
3074
3090
|
}
|
|
3075
3091
|
},
|
|
3076
3092
|
"aliases": {
|
|
@@ -3126,5 +3142,5 @@
|
|
|
3126
3142
|
"parent": "unverified-24"
|
|
3127
3143
|
}
|
|
3128
3144
|
},
|
|
3129
|
-
"lastModified":
|
|
3145
|
+
"lastModified": 1676446820
|
|
3130
3146
|
}
|
package/info.json
CHANGED