12 lines
		
	
	
		
			375 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			375 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:width="24dp"
 | 
						|
    android:height="24dp"
 | 
						|
    android:viewportWidth="24"
 | 
						|
    android:viewportHeight="24">
 | 
						|
 | 
						|
    <path
 | 
						|
        android:fillColor="@color/button_bar_text"
 | 
						|
        android:pathData="M10,6L8.59,7.41L13.17,12l-4.58,4.59L10,18l6-6L10,6Z" />
 | 
						|
</vector>
 |