* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid
* Reverted the auto generated vector drawables that don't match the SVG properly.
* Removed broken vector files that didn't have a previous version. Revert openstreetmap.
The reference logo is an official SVG, taken from
https://code.visualstudio.com/brand
The tiny SVG is a simplified & minified version of it.
Mostly, there is less shadows / blur / etc. (less SVG <filter>),
so as to make the tiny SVG fit into 1 KiB.
The Android Vector Drawable is a converted version of the tiny SVG, via
Android Studio. Because Vector Drawable doesn’t have equivalents to most
SVG <filter>, it ends up “flatter” than the SVG. However, the logo is
still easily identifiable.