@iconify-json/octicon 1.2.2 → 1.2.3
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
|
@@ -2908,6 +2908,14 @@
|
|
|
2908
2908
|
"width": 24,
|
|
2909
2909
|
"height": 24
|
|
2910
2910
|
},
|
|
2911
|
+
"square-circle-16": {
|
|
2912
|
+
"body": "<path fill=\"currentColor\" d=\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16m0-1.5a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13\"/><path fill=\"currentColor\" d=\"M5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75Z\"/>"
|
|
2913
|
+
},
|
|
2914
|
+
"square-circle-24": {
|
|
2915
|
+
"body": "<path fill=\"currentColor\" d=\"M12 23C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11m0-1.5a9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5\"/><path fill=\"currentColor\" d=\"M7 8.75C7 7.784 7.784 7 8.75 7h6.5c.966 0 1.75.784 1.75 1.75v6.5A1.75 1.75 0 0 1 15.25 17h-6.5A1.75 1.75 0 0 1 7 15.25z\"/>",
|
|
2916
|
+
"width": 24,
|
|
2917
|
+
"height": 24
|
|
2918
|
+
},
|
|
2911
2919
|
"square-fill-16": {
|
|
2912
2920
|
"body": "<path fill=\"currentColor\" d=\"M5.75 4h4.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0 1 10.25 12h-4.5A1.75 1.75 0 0 1 4 10.25v-4.5C4 4.784 4.784 4 5.75 4\"/>"
|
|
2913
2921
|
},
|
|
@@ -3495,5 +3503,5 @@
|
|
|
3495
3503
|
"parent": "unverified-24"
|
|
3496
3504
|
}
|
|
3497
3505
|
},
|
|
3498
|
-
"lastModified":
|
|
3506
|
+
"lastModified": 1738737537
|
|
3499
3507
|
}
|
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.3",
|
|
5
|
+
"iconSetVersion": "19.15.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|