blob: d4f807a4700e2950c792c8c1aad91d3fceb6a774 [file] [log] [blame]
Beth Thibodeau28b44892020-01-22 13:56:37 -05001<!--
Beth Thibodeau47811b42020-04-22 01:22:39 -04002Copyright (C) 2020 The Android Open Source Project
Beth Thibodeau28b44892020-01-22 13:56:37 -05003
Beth Thibodeau47811b42020-04-22 01:22:39 -04004 Licensed under the Apache License, Version 2.0 (the "License");
Beth Thibodeau28b44892020-01-22 13:56:37 -05005 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"
Beth Thibodeau47811b42020-04-22 01:22:39 -040017 android:width="24dp"
18 android:height="24dp"
19 android:viewportWidth="24.0"
20 android:viewportHeight="24.0"
21 android:tint="?android:attr/colorControlNormal">
Beth Thibodeau28b44892020-01-22 13:56:37 -050022 <path
Beth Thibodeau47811b42020-04-22 01:22:39 -040023 android:fillColor="#FFFFFFFF"
24 android:pathData="M12,16c-2.21,0 -4,-1.79 -4,-4c0,-2.21 1.79,-4 4,-4c2.21,0 4,1.79 4,4C16,14.21 14.21,16 12,16zM11.99,1.99c-2.22,0 -4.26,0.73 -5.92,1.96l1.44,1.44c1.28,-0.87 2.82,-1.39 4.49,-1.39c1.67,0 3.21,0.52 4.5,1.4l1.44,-1.44C16.26,2.72 14.22,1.99 11.99,1.99zM16.48,18.6c-1.28,0.87 -2.82,1.39 -4.49,1.39c-1.66,0 -3.2,-0.52 -4.47,-1.39l-1.44,1.44c1.66,1.22 3.7,1.95 5.91,1.95c2.22,0 4.26,-0.73 5.92,-1.95L16.48,18.6zM5.39,16.49c-0.88,-1.28 -1.4,-2.83 -1.4,-4.5c0,-1.66 0.52,-3.21 1.39,-4.49L3.95,6.07c-1.22,1.66 -1.95,3.7 -1.95,5.92c0,2.22 0.73,4.27 1.96,5.93L5.39,16.49zM20.04,6.08l-1.44,1.44c0.87,1.28 1.39,2.82 1.39,4.47c0,1.66 -0.52,3.2 -1.39,4.49l1.44,1.44c1.22,-1.66 1.96,-3.7 1.96,-5.92C21.99,9.78 21.26,7.73 20.04,6.08z"/>
Beth Thibodeau28b44892020-01-22 13:56:37 -050025</vector>