@iconify-json/octicon 1.2.16 → 1.2.17
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 +9 -1
- package/info.json +2 -2
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -1678,6 +1678,14 @@
|
|
|
1678
1678
|
"width": 24,
|
|
1679
1679
|
"height": 24
|
|
1680
1680
|
},
|
|
1681
|
+
"inbox-fill-16": {
|
|
1682
|
+
"body": "<path fill=\"currentColor\" d=\"M2.8 2.06A1.75 1.75 0 0 1 4.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395a.8.8 0 0 1 .06.295v4.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-4.5a.8.8 0 0 1 .06-.295zm1.61.44a.25.25 0 0 0-.23.152L1.887 8H4.75a.75.75 0 0 1 .6.3L6.625 10h2.75l1.275-1.7a.75.75 0 0 1 .6-.3h2.863L11.82 2.652a.25.25 0 0 0-.23-.152z\"/>"
|
|
1683
|
+
},
|
|
1684
|
+
"inbox-fill-24": {
|
|
1685
|
+
"body": "<path fill=\"currentColor\" d=\"M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051l-3.304-7.797a.25.25 0 0 0-.23-.152z\"/>",
|
|
1686
|
+
"width": 24,
|
|
1687
|
+
"height": 24
|
|
1688
|
+
},
|
|
1681
1689
|
"infinity-16": {
|
|
1682
1690
|
"body": "<path fill=\"currentColor\" d=\"M8 6.984c.59-.533 1.204-1.066 1.825-1.493c.797-.548 1.7-.991 2.675-.991C14.414 4.5 16 6.086 16 8s-1.586 3.5-3.5 3.5c-.975 0-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204 1.066-1.825 1.493c-.797.547-1.7.991-2.675.991C1.586 11.5 0 9.914 0 8s1.586-3.5 3.5-3.5c.975 0 1.878.443 2.675.991c.621.427 1.235.96 1.825 1.493M9.114 8c.536.483 1.052.922 1.56 1.273c.704.483 1.3.727 1.826.727c1.086 0 2-.914 2-2s-.914-2-2-2c-.525 0-1.122.244-1.825.727c-.51.35-1.025.79-1.561 1.273M3.5 6c-1.086 0-2 .914-2 2s.914 2 2 2c.525 0 1.122-.244 1.825-.727c.51-.35 1.025-.79 1.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6\"/>"
|
|
1683
1691
|
},
|
|
@@ -3596,5 +3604,5 @@
|
|
|
3596
3604
|
"parent": "unverified-24"
|
|
3597
3605
|
}
|
|
3598
3606
|
},
|
|
3599
|
-
"lastModified":
|
|
3607
|
+
"lastModified": 1762407808
|
|
3600
3608
|
}
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/octicon",
|
|
3
3
|
"description": "Octicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.2.
|
|
5
|
-
"iconSetVersion": "19.
|
|
4
|
+
"version": "1.2.17",
|
|
5
|
+
"iconSetVersion": "19.20.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|