ic_battery.xml raw

   1  <vector xmlns:android="http://schemas.android.com/apk/res/android"
   2      android:width="24dp"
   3      android:height="24dp"
   4      android:viewportWidth="24"
   5      android:viewportHeight="24">
   6    <path
   7        android:fillColor="?android:attr/textColorSecondary"
   8        android:pathData="M13,4v2h2h1v14H8V6h1h2V4H13M15,2H9v2H8C6.9,4 6,4.9 6,6v14c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V6c0,-1.1 -0.9,-2 -2,-2h-1V2L15,2z"/>
   9  </vector>
  10