@iconify-json/codicon 1.2.17 → 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 +5 -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
|
},
|
|
@@ -1502,5 +1505,5 @@
|
|
|
1502
1505
|
"parent": "circle-small-filled"
|
|
1503
1506
|
}
|
|
1504
1507
|
},
|
|
1505
|
-
"lastModified":
|
|
1508
|
+
"lastModified": 1748584083
|
|
1506
1509
|
}
|
package/info.json
CHANGED