1<!--
2  ~ Copyright (C) 2024 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<vector
18    xmlns:android="http://schemas.android.com/apk/res/android"
19    android:width="12dp"
20    android:height="32dp"
21    android:viewportWidth="12"
22    android:viewportHeight="32"
23    >
24    <group>
25        <clip-path
26            android:pathData="M6 4C7.10457 4 8 4.89543 8 6V26C8 27.1046 7.10457 28 6 28C4.89543 28 4 27.1046 4 26V6C4 4.89543 4.89543 4 6 4Z"
27            />
28        <path
29            android:pathData="M4 4V28H8V4"
30            android:fillColor="@color/media_card_seekbar_thumb_color"
31            />
32    </group>
33    <group>
34        <clip-path
35            android:pathData="M0 0V32H12V0M6 4C7.10457 4 8 4.89543 8 6V26C8 27.1046 7.10457 28 6 28C4.89543 28 4 27.1046 4 26V6C4 4.89543 4.89543 4 6 4Z"
36            />
37        <path
38            android:pathData="M6 4C7.10457 4 8 4.89543 8 6V26C8 27.1046 7.10457 28 6 28C4.89543 28 4 27.1046 4 26V6C4 4.89543 4.89543 4 6 4Z"
39            android:strokeWidth="4"
40            android:strokeColor="@android:color/transparent"
41            />
42    </group>
43</vector>
44