Skip to content

Commit 34146d9

Browse files
authored
chore(android): forward/rewind svg (#2249)
1 parent 5b5658b commit 34146d9

File tree

12 files changed

+10
-0
lines changed

12 files changed

+10
-0
lines changed
-15 KB
Binary file not shown.
-391 Bytes
Binary file not shown.
-14.8 KB
Binary file not shown.
-244 Bytes
Binary file not shown.
Binary file not shown.
-457 Bytes
Binary file not shown.
-15.3 KB
Binary file not shown.
-675 Bytes
Binary file not shown.
-15.5 KB
Binary file not shown.
-908 Bytes
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector android:autoMirrored="true" android:height="24dp"
2+
android:tint="#FFFFFF" android:viewportHeight="24"
3+
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4+
<path android:fillColor="@android:color/white" android:pathData="M18,13c0,3.31 -2.69,6 -6,6s-6,-2.69 -6,-6s2.69,-6 6,-6v4l5,-5l-5,-5v4c-4.42,0 -8,3.58 -8,8c0,4.42 3.58,8 8,8c4.42,0 8,-3.58 8,-8H18z"/>
5+
</vector>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector android:autoMirrored="true" android:height="24dp"
2+
android:tint="#FFFFFF" android:viewportHeight="24"
3+
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4+
<path android:fillColor="@android:color/white" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z"/>
5+
</vector>

0 commit comments

Comments
 (0)