@iconify-json/codicon 1.1.45 → 1.1.46
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 +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -892,6 +892,9 @@
|
|
|
892
892
|
"pass-filled": {
|
|
893
893
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m-1.02-4.13h-.71L4 8.6l.71-.71l1.92 1.92l4.2-4.21l.71.71z\" clip-rule=\"evenodd\"/>"
|
|
894
894
|
},
|
|
895
|
+
"percentage": {
|
|
896
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m3.61 12.688l8-10l.78.624l-8 10zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m7 5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5\" clip-rule=\"evenodd\"/>"
|
|
897
|
+
},
|
|
895
898
|
"person": {
|
|
896
899
|
"body": "<path fill=\"currentColor\" d=\"M8 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-1a2 2 0 1 0 0 4a2 2 0 0 0 0-4m1.23 4.49H6.77A1.77 1.77 0 0 0 5 7.26V9.9A1.06 1.06 0 0 0 6 11v2.33a1.2 1.2 0 0 0 1.2 1.2h1.6a1.2 1.2 0 0 0 1.2-1.24V11a1.06 1.06 0 0 0 1-1.1V7.26a1.77 1.77 0 0 0-1.77-1.77M6 10V7.26a.76.76 0 0 1 .77-.77h2.46a.76.76 0 0 1 .77.77V10H9v3.31a.2.2 0 0 1-.2.2H7.2a.2.2 0 0 1-.2-.2V10z\"/>"
|
|
897
900
|
},
|
|
@@ -1435,5 +1438,5 @@
|
|
|
1435
1438
|
"parent": "circle-small-filled"
|
|
1436
1439
|
}
|
|
1437
1440
|
},
|
|
1438
|
-
"lastModified":
|
|
1441
|
+
"lastModified": 1712228537
|
|
1439
1442
|
}
|
package/info.json
CHANGED