33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 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"
|
|
android:tint="?attr/colorControlNormal">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M6,6h2v9H6z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M16,9L16,4h1L17,2h-5L12,1L6,1v1L1,2v2h1v13c0,1.1 0.9,2 2,2h5.68A6.999,6.999 0,0 0,23 16c0,-3.87 -3.13,-7 -7,-7zM10,6v6.43c-0.63,1.05 -1,2.26 -1,3.57 0,0.34 0.03,0.67 0.08,1L4,17L4,4h10v5.29c-0.72,0.22 -1.4,0.54 -2,0.96L12,6h-2zM16,21c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M16.5,12H15v5l3.6,2.1 0.8,-1.2 -2.9,-1.7z"/>
|
|
</vector>
|