Regenerated Android vector drawables (#300)
* Regenerated Android vector drawables * Removed typo icon (redhat.xml exists) * Remove broken icon open_benches (Already exists) * Fixed gojek,opencores,sentry android drawable icons * Reformatted gojek,sentry * Fixed elementaryos,lastpass,opencores,redhat,vivino android drawable icons * Fixed rust,calendar icons (very complex icons but they work) * Remove duplicate amazon-s3 icon * Reformatted XML files * Fixed amberframework,auth0,deezer,drone,dropbox,gitea,grafana,luckyframework,rubygema,xmpp android drawable icons * Revert accidental change to SVGs * Update vivino.xml
This commit is contained in:
committed by
Terence Eden
parent
67e404f007
commit
ffc7ae9b07
33
images/android-vector-drawable/gmail.xml
Executable file → Normal file
33
images/android-vector-drawable/gmail.xml
Executable file → Normal file
@@ -1,35 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
android:fillColor="#FFFFFF"
|
||||
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="#f2f2f2"
|
||||
android:pathData="M 83 120 L 429 120 Q 437 120 437 128 L 437 384 Q 437 392 429 392 L 83 392 Q 75 392 75 384 L 75 128 Q 75 120 83 120 Z" />
|
||||
android:fillColor="#F2F2F2"
|
||||
android:pathData="M83 120H429A8 8 0 0 1 437 128V384A8 8 0 0 1 429 392H83A8 8 0 0 1 75 384V128A8 8 0 0 1 83 120Z" />
|
||||
<path
|
||||
android:fillColor="#d54c3f"
|
||||
android:pathData="M120 392H97c-12 0-22-10-22-23V143h45z" />
|
||||
android:fillColor="#D54C3F"
|
||||
android:pathData="M120 392H97c-12 0 -22 -10 -22 -23V143h45z" />
|
||||
<path
|
||||
android:fillColor="#b63524"
|
||||
android:pathData="M392 392h23c12 0 22-10 22-23V143h-45z" />
|
||||
android:fillColor="#B63524"
|
||||
android:pathData="M392 392h23c12 0 22 -10 22 -23V143h-45z" />
|
||||
<path
|
||||
android:fillAlpha="0.05"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha=".05"
|
||||
android:pathData="M256 286L120 392V187z" />
|
||||
<path
|
||||
android:fillAlpha="0.08"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha=".08"
|
||||
android:pathData="M82 159l235 233h75V159z" />
|
||||
<path
|
||||
android:strokeColor="#de5145"
|
||||
android:pathData="M97 143l159 115 159 -115"
|
||||
android:strokeWidth="45"
|
||||
android:pathData="M97 143l159 115 159-115" />
|
||||
android:strokeColor="#DE5145"
|
||||
android:strokeLineCap="round" />
|
||||
<path
|
||||
android:fillColor="#f2f2f2"
|
||||
android:pathData="M415 120c-5 0-10 2-13 4L256 230 110 124c-3-2-8-4-13-4z" />
|
||||
</vector>
|
||||
android:fillColor="#F2F2F2"
|
||||
android:pathData="M415 120c-5 0 -10 2 -13 4L256 230 110 124c-3 -2 -8 -4 -13 -4z" />
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user