34 lines
1.3 KiB
XML
34 lines
1.3 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:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:tint="?attr/colorControlNormal">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M10,8H4V10.0571H7L4,13.9429V16H10V13.9429H7L10,10.0571V8Z" />
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M18,3H12V5.0571H15L12,8.9429V11H18V8.9429H15L18,5.0571V3Z" />
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M20,13H14V15.0571H17L14,18.9429V21H20V18.9429H17L20,15.0571V13Z" />
|
|
</vector>
|