You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.7 KiB
48 lines
1.7 KiB
<!--
|
|
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="#FF000000"
|
|
android:pathData="M18,2h-8L4,8v12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M18,4v16H6V8.83L10.83,4L18,4L18,4z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 7 17 H 9 V 19 H 7 V 17 Z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 15 17 H 17 V 19 H 15 V 17 Z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 7 11 H 9 V 15 H 7 V 11 Z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 11 15 H 13 V 19 H 11 V 15 Z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 11 11 H 13 V 13 H 11 V 11 Z" />
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M 15 11 H 17 V 15 H 15 V 11 Z" />
|
|
<path
|
|
android:pathData="M0,0h24v24H0V0z" />
|
|
</vector>
|