ic_about_palette.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.0"
   5          android:viewportHeight="24.0">
   6      <path
   7          android:fillColor="?android:attr/textColorSecondary"
   8          android:pathData="M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z"/>
   9      <path
  10          android:fillColor="?android:attr/textColorSecondary"
  11          android:pathData="M5,11.5a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0"/>
  12      <path
  13          android:fillColor="?android:attr/textColorSecondary"
  14          android:pathData="M8,7.5a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0"/>
  15      <path
  16          android:fillColor="?android:attr/textColorSecondary"
  17          android:pathData="M13,7.5a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0"/>
  18      <path
  19          android:fillColor="?android:attr/textColorSecondary"
  20          android:pathData="M16,11.5a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0"/>
  21  </vector>
  22