30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
| <!--
 | |
|     Copyright (C) 2016 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.0"
 | |
|         android:viewportHeight="24.0">
 | |
|     <path
 | |
|         android:pathData="M14,2C14,3.1 13.1,4 12,4C10.9,4 10,3.1 10,2C10,0.9 10.9,0 12,0C13.1,0 14,0.9 14,2ZM12,5C14.83,5 17.89,4.7 20.5,4L21,6C19.14,6.5 17,6.83 15,7V20H13V14H11V20H9V7C7,6.83 4.86,6.5 3,6L3.5,4C6.11,4.7 9.17,5 12,5Z"
 | |
|         android:fillType="evenOdd"
 | |
|         android:fillColor="?android:attr/colorPrimary"/>
 | |
|     <path
 | |
|         android:pathData="M7,24H9V22H7V24ZM11,24H13V22H11V24ZM17,24H15V22H17V24Z"
 | |
|         android:fillType="evenOdd"
 | |
|         android:fillColor="?android:attr/colorPrimary"/>
 | |
| </vector>
 |