Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <vector xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:width="512dp"
      4     android:height="512dp"
      5     android:viewportWidth="512"
      6     android:viewportHeight="512">
      7 
      8     <path
      9         android:fillColor="#616161"
     10         android:pathData="M 0 0 H 512 V 512 H 0 V 0 Z" />
     11     <path
     12         android:fillColor="#525252"
     13         android:pathData="M256,151v123.14c-6.88-4.02-14.82-6.48-23.33-6.48 c-25.78,0-46.67,20.88-46.67,46.67c0,25.78,20.88,46.67,46.67,46.67s46.67-20.88,46.67-46.67V197.67H326V151H256z" />
     14 </vector>
     15