@iconify-json/codicon 1.2.30 → 1.2.31
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
|
@@ -1407,6 +1407,9 @@
|
|
|
1407
1407
|
"text-size": {
|
|
1408
1408
|
"body": "<path fill=\"currentColor\" d=\"M3.36 7L1 13h1.34l.51-1.47h2.26L5.64 13H7L4.65 7zm-.15 3.53l.78-2.14l.78 2.14zM11.82 4h-1.6L7 13h1.56l.75-2.29h3.36l.77 2.29H15zM9.67 9.5l1.18-3.59q.09-.278.12-.57q.04.288.11.57l1.25 3.59z\"/>"
|
|
1409
1409
|
},
|
|
1410
|
+
"thinking": {
|
|
1411
|
+
"body": "<path fill=\"currentColor\" d=\"M13.569 7.444c.567-.458.931-1.16.931-1.944C14.5 4.122 13.379 3 12 3h-.014A2.253 2.253 0 0 0 9.75 1c-.706 0-1.337.327-1.75.838A2.25 2.25 0 0 0 6.25 1a2.253 2.253 0 0 0-2.236 2H4a2.503 2.503 0 0 0-2.5 2.5c0 .784.363 1.486.931 1.944A3 3 0 0 0 1 10a3.004 3.004 0 0 0 2.543 2.965A2.499 2.499 0 0 0 8 13.999A2.5 2.5 0 0 0 10 15c1.22 0 2.238-.878 2.457-2.035A3.004 3.004 0 0 0 15 10a3 3 0 0 0-1.431-2.556M6 14c-.827 0-1.5-.673-1.5-1.5V12H4c-1.103 0-2-.897-2-2s.897-2 2-2h1V7H4c-.827 0-1.5-.673-1.5-1.5S3.173 4 4 4h1v-.75C5 2.561 5.561 2 6.25 2s1.25.561 1.25 1.25v9.25c0 .827-.673 1.5-1.5 1.5m6-2h-.5v.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V3.25C8.5 2.561 9.061 2 9.75 2S11 2.561 11 3.25V4h1c.827 0 1.5.673 1.5 1.5S12.827 7 12 7h-1v1h1c1.103 0 2 .897 2 2s-.897 2-2 2\"/>"
|
|
1412
|
+
},
|
|
1410
1413
|
"three-bars": {
|
|
1411
1414
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 5H2V3h12zm0 4H2V7h12zM2 13h12v-2H2z\" clip-rule=\"evenodd\"/>"
|
|
1412
1415
|
},
|
|
@@ -1551,5 +1554,5 @@
|
|
|
1551
1554
|
"parent": "circle-small-filled"
|
|
1552
1555
|
}
|
|
1553
1556
|
},
|
|
1554
|
-
"lastModified":
|
|
1557
|
+
"lastModified": 1759206764
|
|
1555
1558
|
}
|
package/info.json
CHANGED