@iconify-json/codicon 1.1.28 → 1.1.30
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
|
@@ -768,6 +768,9 @@
|
|
|
768
768
|
"merge": {
|
|
769
769
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.5 4.646L8.354 2.5h-.707L5.5 4.646l.707.707L7.3 4.261V5.28h-.02v.456l.025.001l.006.319c.004.187.02.379.05.574c.03.195.069.39.117.586c.048.195.114.404.2.627c.155.379.343.722.565 1.031c.221.309.46.598.715.867c.255.27.508.535.76.797c.25.262.478.541.681.838c.203.297.368.621.494.973c.125.351.188.755.188 1.213v.884H12.5v-.884a5.991 5.991 0 0 0-.166-1.39a4.638 4.638 0 0 0-.427-1.1a5.875 5.875 0 0 0-.604-.897c-.222-.27-.453-.527-.693-.774c-.24-.246-.471-.492-.693-.738a6.39 6.39 0 0 1-.604-.785a3.794 3.794 0 0 1-.433-.914a3.676 3.676 0 0 1-.16-1.13V5.28h-.001v-1l1.074 1.074l.707-.708zM7.042 9.741a8.19 8.19 0 0 0 .329-.369a6.06 6.06 0 0 1-.62-1.15L6.744 8.2a7.26 7.26 0 0 1-.095-.263c-.17.256-.359.498-.565.726c-.222.246-.453.492-.693.738c-.24.247-.47.504-.693.774c-.221.27-.423.568-.604.896a4.643 4.643 0 0 0-.427 1.102a5.995 5.995 0 0 0-.166 1.389v.884h1.42v-.884c0-.457.062-.862.188-1.213c.125-.352.29-.676.493-.973c.203-.297.43-.576.682-.838c.251-.262.504-.527.76-.797z\" clip-rule=\"evenodd\"/>"
|
|
770
770
|
},
|
|
771
|
+
"mic": {
|
|
772
|
+
"body": "<g fill=\"currentColor\"><path d=\"M8 1a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3Zm2 7a2 2 0 1 1-4 0V4a2 2 0 1 1 4 0v4Z\"/><path d=\"M11.695 9.53A4 4 0 0 0 12 8h1a5.001 5.001 0 0 1-4.5 4.975V15h-1v-2.025A4.997 4.997 0 0 1 3 8h1a4.002 4.002 0 0 0 4 4a4 4 0 0 0 3.695-2.47Z\"/></g>"
|
|
773
|
+
},
|
|
771
774
|
"milestone": {
|
|
772
775
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 1H7v2H1.5l-.5.5v4l.5.5H7v7h1V8h4.49l.34-.13l2.18-2v-.74l-2.18-2L12.5 3H8V1zm4.29 6H2V4h10.29l1.63 1.5L12.29 7zM5 5h5v1H5V5z\" clip-rule=\"evenodd\"/>"
|
|
773
776
|
},
|
|
@@ -1176,7 +1179,7 @@
|
|
|
1176
1179
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m11.24 1l.59.24l2.11 4.93l-.23.59l-3.29 1.41l-.59-.24l-.17-.41L6.1 9l-.58-.19l-.16-.38L2.8 9.49l-.58-.24l-.72-1.67l.28-.59l2.5-1.06l-.18-.41l.24-.58L7.9 3.41L7.72 3L8 2.42L11.24 1zM2.5 7.64l.35.85l2.22-.91l-.37-.85l-2.2.91zm2.74-2.12l1.11 2.45l3-1.28l-1.11-2.44l-3 1.27zM8.79 3l1.86 4.11l2.29-1.01L11.18 2L8.72 3h.07zM8.5 9.1l3.02 4.9h-1.17l-1.88-3.03v4h-1V9.82L5.58 14h-1.1l1.7-3.9l2.32-1z\" clip-rule=\"evenodd\"/>"
|
|
1177
1180
|
},
|
|
1178
1181
|
"terminal": {
|
|
1179
|
-
"body": "<
|
|
1182
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M1.5 3L3 1.5h18L22.5 3v18L21 22.5H3L1.5 21V3ZM3 3v18h18V3H3Z\" clip-rule=\"evenodd\"/><path d=\"M7.06 7.5L6 8.56l4.243 4.243L6 17.046l1.06 1.06L12 13.168v-.728L7.06 7.5Zm4.94 9h6V18h-6z\"/></g>",
|
|
1180
1183
|
"width": 24,
|
|
1181
1184
|
"height": 24
|
|
1182
1185
|
},
|
|
@@ -1333,5 +1336,5 @@
|
|
|
1333
1336
|
"parent": "circle-small-filled"
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
"lastModified":
|
|
1339
|
+
"lastModified": 1695361735
|
|
1337
1340
|
}
|
package/info.json
CHANGED