@iconify-json/octicon 1.1.18 → 1.1.19
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 +11 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -379,6 +379,11 @@
|
|
|
379
379
|
"width": 10,
|
|
380
380
|
"hidden": true
|
|
381
381
|
},
|
|
382
|
+
"chevron-down-12": {
|
|
383
|
+
"body": "<path fill=\"currentColor\" d=\"M6 8.8c-.2 0-.4-.1-.5-.2L2.2 5.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0L6 6.9l2.7-2.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1L6.6 8.5c-.2.2-.4.3-.6.3z\"/>",
|
|
384
|
+
"width": 12,
|
|
385
|
+
"height": 12
|
|
386
|
+
},
|
|
382
387
|
"chevron-down-16": {
|
|
383
388
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.78 6.22a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 7.28a.75.75 0 0 1 1.06-1.06L8 9.94l3.72-3.72a.75.75 0 0 1 1.06 0z\"/>"
|
|
384
389
|
},
|
|
@@ -405,6 +410,11 @@
|
|
|
405
410
|
"width": 8,
|
|
406
411
|
"hidden": true
|
|
407
412
|
},
|
|
413
|
+
"chevron-right-12": {
|
|
414
|
+
"body": "<path fill=\"currentColor\" d=\"M4.7 10c-.2 0-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1L6.9 6L4.2 3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.3 3.2c.3.3.3.8 0 1.1L5.3 9.7c-.2.2-.4.3-.6.3z\"/>",
|
|
415
|
+
"width": 12,
|
|
416
|
+
"height": 12
|
|
417
|
+
},
|
|
408
418
|
"chevron-right-16": {
|
|
409
419
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L9.94 8L6.22 4.28a.75.75 0 0 1 0-1.06z\"/>"
|
|
410
420
|
},
|
|
@@ -2947,5 +2957,5 @@
|
|
|
2947
2957
|
"parent": "unverified-24"
|
|
2948
2958
|
}
|
|
2949
2959
|
},
|
|
2950
|
-
"lastModified":
|
|
2960
|
+
"lastModified": 1663997073
|
|
2951
2961
|
}
|
package/info.json
CHANGED