Re-do Android Vector Drawables

This commit is contained in:
Terence Eden
2023-03-19 14:30:09 +00:00
parent ea3ea761a4
commit 6a1f96d529
193 changed files with 1966 additions and 1208 deletions

View File

@@ -4,17 +4,17 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M256,140h228A256,256 0,0 1,244 511.7"
android:fillColor="#fc4"/>
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"
android:fillColor="#fcc11d"/>
<path
android:pathData="M357,314 L244,511.7A256,256 0,0 1,40 118"
android:fillColor="#0f9d58"/>
android:pathData="M34.3,128A256,256 0,0 0,256 512L367,320"
android:fillColor="#289b48"/>
<path
android:pathData="M256,140h228A256,256 1,0 0,40 118L155,314"
android:fillColor="#db4437"/>
android:pathData="M34.3,128a256,256 0,0 1,443.4 0H256L145,320"
android:fillColor="#e0392c"/>
<path
android:pathData="M256,256m-105,0a105,105 0,1 1,210 0a105,105 0,1 1,-210 0"
android:strokeWidth="24"
android:fillColor="#4285f4"
android:strokeColor="#f1f1f1"/>
android:pathData="M256,256m-114.7,0a114.7,114.7 0,1 1,229.4 0a114.7,114.7 0,1 1,-229.4 0"
android:strokeWidth="26.7"
android:fillColor="#1a73e8"
android:strokeColor="#fff"/>
</vector>