Bug: 270290013 Fix: 270290013 Test: manual Change-Id: I92cda88269fdee767b00cd1b9aa78062015a5095
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<!--
 | 
						|
    Copyright (C) 2023 The Android Open Source Project
 | 
						|
 | 
						|
    Licensed under the Apache License, Version 2.0 (the "License");
 | 
						|
    you may not use this file except in compliance with the License.
 | 
						|
    You may obtain a copy of the License at
 | 
						|
 | 
						|
         http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
 | 
						|
    Unless required by applicable law or agreed to in writing, software
 | 
						|
    distributed under the License is distributed on an "AS IS" BASIS,
 | 
						|
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | 
						|
    See the License for the specific language governing permissions and
 | 
						|
    limitations under the License.
 | 
						|
-->
 | 
						|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
        android:width="24dp"
 | 
						|
        android:height="24dp"
 | 
						|
        android:viewportWidth="24"
 | 
						|
        android:viewportHeight="24"
 | 
						|
        android:tint="@color/battery_usage_system_icon_color">
 | 
						|
    <path
 | 
						|
        android:pathData="M1.003,9L3.003,11C7.973,6.03 16.033,6.03 21.003,11L23.003,9C16.933,2.93 7.083,2.93 1.003,9ZM9.003,17L12.003,20L15.003,17C13.353,15.34 10.663,15.34 9.003,17ZM7.005,15L5.005,13C8.875,9.14 15.145,9.14 19.005,13L17.005,15C14.245,12.241 9.765,12.241 7.005,15Z"
 | 
						|
        android:fillType="evenOdd"
 | 
						|
        android:fillColor="@android:color/white"/>
 | 
						|
    <path
 | 
						|
        android:pathData="M0,0H24V24H0V0ZM0,0H24V24H0V0Z"
 | 
						|
        android:fillType="evenOdd"
 | 
						|
        android:fillColor="@android:color/white"/>
 | 
						|
</vector>
 |