44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<!--
|
|
Copyright (C) 2020 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="?android:attr/colorControlNormal">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M14.5,2H8L4,6v10.5C4,17.33 4.67,18 5.5,18h9c0.83,0 1.5,-0.67 1.5,-1.5v-13C16,2.67 15.33,2 14.5,2zM14.5,16.5h-9V6.62L8.62,3.5h5.88V16.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M6.5,9h1.5v3h-1.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M6.5,13.5h1.5v1.5h-1.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M12,13.5h1.5v1.5h-1.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M9.25,9h1.5v1.5h-1.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M12,9h1.5v3h-1.5z"/>
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M9.25,12h1.5v3h-1.5z"/>
|
|
</vector>
|