@iconify-json/codicon 1.2.6 → 1.2.8
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 +2 -2
- package/info.json +4 -0
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
"body": "<path fill=\"currentColor\" d=\"M11.8 9L10 3H9L7.158 9.64L5.99 4.69h-.97L3.85 9H1v.99h3.23l.49-.37l.74-2.7L6.59 12h1.03l1.87-7.04l1.46 4.68l.48.36H15V9z\"/>"
|
|
974
974
|
},
|
|
975
975
|
"python": {
|
|
976
|
-
"body": "<g fill=\"currentColor\"><path d=\"
|
|
976
|
+
"body": "<g fill=\"currentColor\"><path d=\"M2.551 11.456c-.67-.235-1.141-.93-1.425-2.107c-.113-.47-.151-1.036-.11-1.641c.06-.889.178-1.397.453-1.962c.146-.302.206-.388.415-.602a1.7 1.7 0 0 1 .864-.505c.125-.028.815-.043 2.741-.056l2.574-.018v-.399l-3.37-.024l-.018-.068c-.029-.11-.02-1.177.012-1.492c.05-.478.149-.732.383-.986c.168-.182.53-.367.888-.455c.517-.125.75-.141 2.09-.141c1.355 0 1.698.024 2.089.143c.534.164 1.08.668 1.242 1.145c.105.31.122.625.121 2.36c0 1.84-.007 1.92-.174 2.237c-.178.335-.51.476-.918.63c-.17.063-.226.042-1.97.048c-1.88.012-3.448-.009-3.862.139c-.472.148-.648.31-.857.739c-.2.408-.08 1.097-.094 2.184v.875c-.81.029-.904.007-1.074-.052zm3.94-8.297c.201-.136.27-.27.27-.528c0-.198-.01-.237-.092-.355a.63.63 0 0 0-.824-.205c-.465.242-.443.907.037 1.136a.69.69 0 0 0 .609-.048\"/><path d=\"M13.449 4.544c.67.235 1.141.93 1.425 2.107c.113.47.151 1.036.11 1.641c-.06.889-.178 1.397-.453 1.962c-.146.302-.206.388-.415.602a1.7 1.7 0 0 1-.864.504c-.125.03-.815.044-2.741.057l-2.574.018v.399l3.37.024l.018.068c.029.11.02 1.177-.012 1.492c-.05.479-.149.732-.383.986c-.168.182-.53.367-.888.455c-.517.125-.75.141-2.09.141c-1.355 0-1.698-.024-2.089-.143c-.534-.164-1.08-.668-1.242-1.145c-.105-.31-.121-.625-.121-2.36c0-1.84-.038-2.071.129-2.388c.178-.335.207-.319.615-.473c.17-.063.574-.047 2.318-.053c1.88-.013 3.133.022 3.45-.077c.473-.149.978-.36 1.187-.788c.2-.408.162-.673.176-1.76V4.5c.81-.029.904-.007 1.074.052zm-3.94 8.297c-.201.136-.27.27-.27.528c0 .198.01.237.092.355a.63.63 0 0 0 .824.205c.465-.242.443-.907-.037-1.136a.69.69 0 0 0-.609.048\"/></g>"
|
|
977
977
|
},
|
|
978
978
|
"question": {
|
|
979
979
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.5 1a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m0 12a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11m1.55-8.42a1.8 1.8 0 0 0-.61-.42A2.25 2.25 0 0 0 7.53 4a2.2 2.2 0 0 0-.88.17c-.239.1-.45.254-.62.45a1.9 1.9 0 0 0-.38.62a3 3 0 0 0-.15.72h1.23a.84.84 0 0 1 .506-.741a.7.7 0 0 1 .304-.049a.9.9 0 0 1 .27 0a.6.6 0 0 1 .22.14a.6.6 0 0 1 .16.22a.7.7 0 0 1 .06.3c0 .173-.037.343-.11.5a2.4 2.4 0 0 1-.27.46l-.35.42c-.12.13-.24.27-.35.41a2.3 2.3 0 0 0-.27.45a1.2 1.2 0 0 0-.1.5v.66H8v-.49a.94.94 0 0 1 .11-.42a3 3 0 0 1 .28-.41l.36-.44a4 4 0 0 0 .36-.48a2.6 2.6 0 0 0 .28-.55a1.9 1.9 0 0 0 .11-.64a2.2 2.2 0 0 0-.1-.67a1.5 1.5 0 0 0-.35-.55M6.8 9.83h1.17V11H6.8z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1465,5 +1465,5 @@
|
|
|
1465
1465
|
"parent": "circle-small-filled"
|
|
1466
1466
|
}
|
|
1467
1467
|
},
|
|
1468
|
-
"lastModified":
|
|
1468
|
+
"lastModified": 1733990300
|
|
1469
1469
|
}
|
package/info.json
CHANGED