| <!-- |
| ~ Copyright (C) 2025 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="20dp" |
| android:height="20dp" |
| android:viewportWidth="20" |
| android:viewportHeight="20"> |
| <group> |
| <clip-path |
| android:pathData="M0,0h20v20h-20z"/> |
| <path |
| android:pathData="M4,14V6C4,5.45 4.192,4.983 4.575,4.6C4.975,4.2 5.45,4 6,4H14C14.55,4 15.017,4.2 15.4,4.6C15.8,4.983 16,5.45 16,6V14C16,14.55 15.8,15.025 15.4,15.425C15.017,15.808 14.55,16 14,16H6C5.45,16 4.975,15.808 4.575,15.425C4.192,15.025 4,14.55 4,14Z" |
| android:fillColor="#ffffff"/> |
| </group> |
| </vector> |