@iconify-json/codicon 1.2.16 → 1.2.18
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 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -463,7 +463,10 @@
|
|
|
463
463
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m13.086 7l-2.39-2.398l.702-.704L15 7.5l-3.602 3.602l-.703-.704l2.383-2.382V8H3V7zM1 4h1v7H1z\" clip-rule=\"evenodd\"/>"
|
|
464
464
|
},
|
|
465
465
|
"extensions": {
|
|
466
|
-
"body": "<path fill=\"currentColor\"
|
|
466
|
+
"body": "<path fill=\"currentColor\" d=\"m15.507 4.646l-3.5-3.5H11.3L8.654 3.792V2.499l-.5-.5H2.153l-.5.5v12l.5.5h12l.5-.5v-6l-.5-.5H12.86l2.646-2.646zM2.653 3h5v5h-5zm0 6h5v5h-5zm11 5h-5V9h5zm-5-6V6.207L10.446 8zm3-.207L8.86 5l2.793-2.793L14.446 5z\"/>"
|
|
467
|
+
},
|
|
468
|
+
"extensions-large": {
|
|
469
|
+
"body": "<path fill=\"currentColor\" d=\"m22.281 6.969l-5.25-5.25h-1.06L12 5.688v-1.94l-.75-.75h-9l-.75.75v18l.75.75h18l.75-.75v-9l-.75-.75h-1.94l3.97-3.969V6.97zM3 4.5h7.5V12H3zm0 9h7.5V21H3zM19.5 21H12v-7.5h7.5zM12 12V9.31L14.69 12zm4.5-.31L12.31 7.5l4.19-4.19l4.19 4.19z\"/>",
|
|
467
470
|
"width": 24,
|
|
468
471
|
"height": 24
|
|
469
472
|
},
|
|
@@ -857,6 +860,10 @@
|
|
|
857
860
|
"markdown": {
|
|
858
861
|
"body": "<path fill=\"currentColor\" d=\"M6.345 5h2.1v6.533H6.993l.055-5.31l-1.774 5.31H4.072l-1.805-5.31c.04.644.06 5.31.06 5.31H1V5h2.156s1.528 4.493 1.577 4.807zm6.71 3.617v-3.5H11.11v3.5H9.166l2.917 2.916L15 8.617z\"/>"
|
|
859
862
|
},
|
|
863
|
+
"mcp": {
|
|
864
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m14.557 8.468l-.055.054l-5.804 5.691a.183.183 0 0 0-.003.259l.003.003l1.192 1.17a.55.55 0 0 1 .011.776l-.01.01a.575.575 0 0 1-.803 0l-1.192-1.168a1.28 1.28 0 0 1 0-1.836l5.805-5.692a1.647 1.647 0 0 0 .031-2.328l-.031-.032l-.034-.032a1.725 1.725 0 0 0-2.405-.002l-4.781 4.69h-.002l-.065.065a.575.575 0 0 1-.803 0a.55.55 0 0 1-.01-.776l.01-.01l4.849-4.756c.65-.636.663-1.678.027-2.329l-.029-.03a1.725 1.725 0 0 0-2.407 0L1.635 8.489a.575.575 0 0 1-.802 0a.55.55 0 0 1-.011-.776l.011-.01L7.25 1.407a2.875 2.875 0 0 1 4.01 0c.63.613.929 1.49.803 2.36c.88-.125 1.77.166 2.406.787l.034.033a2.743 2.743 0 0 1 .053 3.88m-1.691-1.553a.55.55 0 0 0 .01-.776l-.01-.01a.575.575 0 0 0-.803 0l-4.746 4.654a1.725 1.725 0 0 1-2.407 0a1.647 1.647 0 0 1 0-2.36l4.747-4.655a.55.55 0 0 0 .011-.776l-.011-.01a.575.575 0 0 0-.803 0L4.108 7.635a2.743 2.743 0 0 0 0 3.933a2.876 2.876 0 0 0 4.011 0z\" clip-rule=\"evenodd\"/>",
|
|
865
|
+
"height": 17
|
|
866
|
+
},
|
|
860
867
|
"megaphone": {
|
|
861
868
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m2 6.77l12.33-3.43l.67.53v8.6l-.67.53l-6.089-1.595a2.16 2.16 0 1 1-4.178-1.095L2 9.77l-.42-.53V7.3zm3.006 3.787a1 1 0 0 0-.04.242a1.17 1.17 0 0 0 2.288.347zM2.58 8.82L14 11.83V4.5L2.58 7.72z\" clip-rule=\"evenodd\"/>"
|
|
862
869
|
},
|
|
@@ -1498,5 +1505,5 @@
|
|
|
1498
1505
|
"parent": "circle-small-filled"
|
|
1499
1506
|
}
|
|
1500
1507
|
},
|
|
1501
|
-
"lastModified":
|
|
1508
|
+
"lastModified": 1748584083
|
|
1502
1509
|
}
|
package/info.json
CHANGED