taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

ic_info.xml (494B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <vector xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:width="24dp"
      4     android:height="24dp"
      5     android:viewportWidth="24"
      6     android:viewportHeight="24">
      7     <path
      8         android:fillColor="@color/colorPrimary"
      9         android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zm0,3c0.83,0 1.5,0.67 1.5,1.5S12.83,8 12,8s-1.5,-0.67 -1.5,-1.5S11.17,5 12,5zm2,14h-4v-2h1v-4h-1v-2h3v6h1v2z"/>
     10 </vector>