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

@@ -3,10 +3,10 @@
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M119.8 303.6c17.6 0 31.3 -13.6 31.3 -33.8V191.3h19.1V318.6H151.3V306.8a45.9 45.9 0 0 1 -33.6 14c-27.3 0 -48.2 -19.8 -48.2 -49.8V191.4H88.6v78.5c0 20.5 13.4 33.7 31.2 33.7m64.6 -112.3h18.4v46.4a46.11 46.11 0 0 1 32.9 -13.8 48.45 48.45 0 0 1 0 96.9A46.52 46.52 0 0 1 202.6 307v11.6H184.4V191.3Zm50 113.2a32.2 32.2 0 1 0 -32 -32.4v0.2a32 32 0 0 0 31.8 32.2h0.2M339.3 224c26.7 0 46.4 20.5 46.4 48.2v6H310.3A31.09 31.09 0 0 0 341 304.6c10.7 0 19.8 -4.4 26.7 -13.6l13.3 9.8c-9.3 12.4 -23.1 19.8 -40 19.8 -27.8 0 -49.3 -20.7 -49.3 -48.4 -0.1 -26.2 20.5 -48.2 47.6 -48.2m-28.8 39.6H367c-3.1 -14.2 -14.5 -23.6 -28.2 -23.6 -13.5 0 -25 9.5 -28.3 23.6m124.4 -21.4c-12 0 -20.7 9.3 -20.7 23.6v52.7H395.8V225.8H414v11.5c4.5 -7.5 12 -12.2 22.2 -12.2h6.4v17.1Z" />
<path
android:fillColor="#FF000000"
android:pathData="M0,0h512v512h-512z"/>
<path
android:pathData="M119.8,303.6c17.6,0 31.3,-13.6 31.3,-33.8L151.1,191.3h19.1L170.2,318.6L151.3,318.6L151.3,306.8a45.9,45.9 0,0 1,-33.6 14c-27.3,0 -48.2,-19.8 -48.2,-49.8L69.5,191.4L88.6,191.4v78.5c0,20.5 13.4,33.7 31.2,33.7m64.6,-112.3h18.4v46.4a46.11,46.11 0,0 1,32.9 -13.8,48.45 48.45,0 0,1 0,96.9A46.52,46.52 0,0 1,202.6 307v11.6L184.4,318.6L184.4,191.3ZM234.4,304.5a32.2,32.2 0,1 0,-32 -32.4v0.2a32,32 0,0 0,31.8 32.2h0.2M339.3,224c26.7,0 46.4,20.5 46.4,48.2v6L310.3,278.2A31.09,31.09 0,0 0,341 304.6c10.7,0 19.8,-4.4 26.7,-13.6l13.3,9.8c-9.3,12.4 -23.1,19.8 -40,19.8 -27.8,0 -49.3,-20.7 -49.3,-48.4 -0.1,-26.2 20.5,-48.2 47.6,-48.2m-28.8,39.6L367,263.6c-3.1,-14.2 -14.5,-23.6 -28.2,-23.6 -13.5,0 -25,9.5 -28.3,23.6m124.4,-21.4c-12,0 -20.7,9.3 -20.7,23.6v52.7L395.8,318.5L395.8,225.8L414,225.8v11.5c4.5,-7.5 12,-12.2 22.2,-12.2h6.4v17.1Z"
android:fillColor="#fff"/>
</vector>