@iconify-json/octicon 1.1.5 → 1.1.6
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/README.md +1 -1
- package/icons.json +3 -0
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -939,6 +939,9 @@
|
|
|
939
939
|
"width": 24,
|
|
940
940
|
"height": 24
|
|
941
941
|
},
|
|
942
|
+
"file-directory-open-fill-16": {
|
|
943
|
+
"body": "<path fill=\"currentColor\" d=\"M.513 1.513A1.75 1.75 0 0 1 1.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1H13a1 1 0 0 1 1 1v.5H2.75a.75.75 0 0 0 0 1.5h11.978a1 1 0 0 1 .994 1.117L15 13.25A1.75 1.75 0 0 1 13.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75c0-.464.184-.91.513-1.237z\"/>"
|
|
944
|
+
},
|
|
942
945
|
"file-media": {
|
|
943
946
|
"body": "<path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5l2 4l2-2l3 3V5z\" fill=\"currentColor\"/>",
|
|
944
947
|
"width": 12,
|
package/info.json
CHANGED