19 lines
		
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			578 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
 | |
| android:width="24dp"
 | |
| android:height="24dp"
 | |
| android:viewportWidth="24.0"
 | |
| android:viewportHeight="24.0">
 | |
| 
 | |
| <path
 | |
|     android:fillColor="?attr/colorOnBackground"
 | |
|     android:pathData="M22,7h-9v2h9V7zM22,15h-9v2h9V15z"/>
 | |
| 
 | |
| <path
 | |
|     android:fillColor="?attr/colorPrimary"
 | |
|     android:pathData="M5.54,11L2,7.46l1.41,-1.41l2.12,2.12l4.24,-4.24l1.41,1.41L5.54,11z"/>
 | |
| 
 | |
| <path
 | |
|     android:fillColor="?attr/colorPrimary"
 | |
|     android:pathData="M5.54,19L2,15.46l1.41,-1.41l2.12,2.12l4.24,-4.24l1.41,1.41L5.54,19z"/>
 | |
| </vector>
 |