@iconify-json/octicon 1.1.0 → 1.1.1
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 +4 -1
- package/info.json +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -899,13 +899,16 @@
|
|
|
899
899
|
"hidden": true
|
|
900
900
|
},
|
|
901
901
|
"file-directory-16": {
|
|
902
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.75
|
|
902
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.75 2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H7.5c-.55 0-1.07-.26-1.4-.7l-.9-1.2a.25.25 0 0 0-.2-.1H1.75zM0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75z\"/>"
|
|
903
903
|
},
|
|
904
904
|
"file-directory-24": {
|
|
905
905
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 4.5a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h16.5a.25.25 0 0 0 .25-.25V7.687a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.765L8.928 4.61a.25.25 0 0 0-.208-.11H3.75zM2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H3.75A1.75 1.75 0 0 1 2 19.25V4.75z\"/>",
|
|
906
906
|
"width": 24,
|
|
907
907
|
"height": 24
|
|
908
908
|
},
|
|
909
|
+
"file-directory-fill-16": {
|
|
910
|
+
"body": "<path fill=\"currentColor\" d=\"M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z\"/>"
|
|
911
|
+
},
|
|
909
912
|
"file-directory-fill-24": {
|
|
910
913
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H3.75A1.75 1.75 0 0 1 2 19.25V4.75z\"/>",
|
|
911
914
|
"width": 24,
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/octicon",
|
|
3
3
|
"description": "Octicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"iconSetVersion": "16.3.1",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|
|
9
|
-
"homepage": "https://icon-sets.iconify.design/",
|
|
9
|
+
"homepage": "https://icon-sets.iconify.design/octicon/",
|
|
10
10
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
11
11
|
"license": "Open Font License",
|
|
12
12
|
"exports": {
|