ic_portrait.xml 691 B

123456789101112
  1. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:width="@dimen/default_img_width"
  3. android:height="@dimen/default_img_width"
  4. android:viewportWidth="24"
  5. android:viewportHeight="24">
  6. <path
  7. android:fillColor="#FF000000"
  8. android:pathData="M19,0L5,0A5.006,5.006 0,0 0,0 5L0,19a5.006,5.006 0,0 0,5 5L19,24a5.006,5.006 0,0 0,5 -5L24,5A5.006,5.006 0,0 0,19 0ZM7,22L7,21a5,5 0,0 1,10 0v1ZM22,19a3,3 0,0 1,-3 3L19,21A7,7 0,0 0,5 21v1a3,3 0,0 1,-3 -3L2,5A3,3 0,0 1,5 2L19,2a3,3 0,0 1,3 3Z"/>
  9. <path
  10. android:fillColor="#FF000000"
  11. android:pathData="M12,4a4,4 0,1 0,4 4A4,4 0,0 0,12 4ZM12,10a2,2 0,1 1,2 -2A2,2 0,0 1,12 10Z"/>
  12. </vector>