1<!--
2     Copyright (C) 2015 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<vector xmlns:android="http://schemas.android.com/apk/res/android"
17    android:name="ic_volume_collapse"
18    android:height="24dp"
19    android:viewportHeight="24"
20    android:viewportWidth="24"
21    android:width="24dp" >
22
23    <group
24        android:name="chevron_02"
25        android:rotation="90"
26        android:translateX="12"
27        android:translateY="9" >
28        <group
29            android:name="rectangle_2"
30            android:rotation="-45" >
31            <group
32                android:name="rectangle_2_pivot"
33                android:translateY="4" >
34                <group
35                    android:name="rectangle_path_2_position"
36                    android:translateY="-1" >
37                    <path
38                        android:name="rectangle_path_2"
39                        android:fillColor="#FFFFFFFF"
40                        android:pathData="M -1.0,-4.0 l 2.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,8.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -2.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-8.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" />
41                </group>
42            </group>
43        </group>
44        <group
45            android:name="rectangle_1"
46            android:rotation="45" >
47            <group
48                android:name="rectangle_1_pivot"
49                android:translateY="-4" >
50                <group
51                    android:name="rectangle_path_1_position"
52                    android:translateY="1" >
53                    <path
54                        android:name="rectangle_path_1"
55                        android:fillColor="#FFFFFFFF"
56                        android:pathData="M -1.0,-4.0 l 2.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,8.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -2.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-8.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" />
57                </group>
58            </group>
59        </group>
60    </group>
61
62</vector>