Pixelcat-App-Android/app/src/main/res/drawable/ic_repeat.xml

35 lines
1.2 KiB
XML
Raw Normal View History

2020-06-12 15:44:45 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2020-06-14 09:13:19 +02:00
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
2020-06-12 15:44:45 +02:00
<path
2020-06-14 09:13:19 +02:00
android:fillColor="#00000000"
android:pathData="M17,1l4,4l-4,4"
android:strokeWidth="2"
android:strokeColor="?android:attr/textColorTertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
2020-06-12 15:44:45 +02:00
<path
2020-06-14 09:13:19 +02:00
android:fillColor="#00000000"
android:pathData="M3,11V9a4,4 0,0 1,4 -4h14"
android:strokeWidth="2"
android:strokeColor="?android:attr/textColorTertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
2020-06-12 15:44:45 +02:00
<path
2020-06-14 09:13:19 +02:00
android:fillColor="#00000000"
android:pathData="M7,23l-4,-4l4,-4"
android:strokeWidth="2"
android:strokeColor="?android:attr/textColorTertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
2020-06-12 15:44:45 +02:00
<path
2020-06-14 09:13:19 +02:00
android:fillColor="#00000000"
android:pathData="M21,13v2a4,4 0,0 1,-4 4H3"
android:strokeWidth="2"
android:strokeColor="?android:attr/textColorTertiary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
2020-06-12 15:44:45 +02:00
</vector>