@iconify-json/codicon 1.1.28 → 1.1.29
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
|
@@ -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
|
},
|
|
@@ -1333,5 +1336,5 @@
|
|
|
1333
1336
|
"parent": "circle-small-filled"
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
"lastModified":
|
|
1339
|
+
"lastModified": 1693459661
|
|
1337
1340
|
}
|
package/info.json
CHANGED