blob: b41129fb7c1e263b3377c49393e232426144f805 [file] [log] [blame]
Maurice Lam35c9abd2017-05-19 15:23:26 -07001<!--
2 Copyright (C) 2017 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 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:width="24dp"
19 android:height="24dp"
20 android:viewportHeight="24.0"
21 android:viewportWidth="24.0">
22 <path
pastychang79614822019-01-03 10:12:54 +080023 android:fillColor="?attr/sudListItemIconColor"
Maurice Lam35c9abd2017-05-19 15:23:26 -070024 android:pathData="M4,4m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
25 <path
pastychang79614822019-01-03 10:12:54 +080026 android:fillColor="?attr/sudListItemIconColor"
Maurice Lam35c9abd2017-05-19 15:23:26 -070027 android:pathData="M4,12m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
28 <path
pastychang79614822019-01-03 10:12:54 +080029 android:fillColor="?attr/sudListItemIconColor"
Maurice Lam35c9abd2017-05-19 15:23:26 -070030 android:pathData="M12,4m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
31 <path
pastychang79614822019-01-03 10:12:54 +080032 android:fillColor="?attr/sudListItemIconColor"
Maurice Lam35c9abd2017-05-19 15:23:26 -070033 android:pathData="M20,12m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
34 <path
pastychang79614822019-01-03 10:12:54 +080035 android:fillColor="?attr/sudListItemIconColor"
Maurice Lam35c9abd2017-05-19 15:23:26 -070036 android:pathData="M20,18c-0.93,0 -1.7,0.64 -1.93,1.5h-4.14c-0.22,-0.86 -1,-1.5 -1.93,-1.5s-1.7,0.64 -1.93,1.5H5.93c-0.05,-0.18 -0.12,-0.35 -0.21,-0.51l5.28,-5.28C11.29,13.89 11.63,14 12,14c1.1,0 2,-0.9 2,-2c0,-0.37 -0.11,-0.71 -0.28,-1.01l5.28,-5.28C19.29,5.89 19.63,6 20,6c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2s-2,0.9 -2,2c0,0.37 0.11,0.71 0.28,1.01l-5.28,5.28C12.71,10.11 12.37,10 12,10c-1.1,0 -2,0.9 -2,2c0,0.37 0.11,0.71 0.28,1.01l-5.28,5.28C4.71,18.11 4.37,18 4,18c-1.1,0 -2,0.9 -2,2s0.9,2 2,2c0.93,0 1.7,-0.64 1.93,-1.5h4.14c0.22,0.86 1,1.5 1.93,1.5s1.7,-0.64 1.93,-1.5h4.14c0.22,0.86 1,1.5 1.93,1.5c1.1,0 2,-0.9 2,-2S21.1,18 20,18z" />
37</vector>