• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2023 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="56dp"
19    android:height="56dp"
20    android:viewportWidth="24"
21    android:viewportHeight="24"
22    android:tint="?attr/colorControlNormal">
23    <path
24        android:fillColor="@android:color/black"
25        android:pathData="M18.59,10.52c1.05,0.51 2.04,1.15 2.96,1.91l-1.07,1.07c-0.58,-0.47 -1.21,-0.89 -1.88,-1.27v-1.71m-13.2,0v1.7c-0.65,0.37 -1.28,0.79 -1.87,1.27l-1.07,-1.07c0.91,-0.75 1.9,-1.38 2.94,-1.9M12,7C7.46,7 3.34,8.78 0.29,11.67c-0.18,0.18 -0.29,0.43 -0.29,0.71s0.11,0.53 0.29,0.7l2.48,2.48c0.18,0.18 0.43,0.29 0.71,0.29 0.27,0 0.52,-0.1 0.7,-0.28 0.79,-0.73 1.68,-1.36 2.66,-1.85 0.33,-0.16 0.56,-0.51 0.56,-0.9v-3.1C8.85,9.25 10.4,9 12,9s3.15,0.25 4.59,0.73v3.1c0,0.4 0.23,0.74 0.56,0.9 0.98,0.49 1.88,1.11 2.67,1.85 0.18,0.17 0.43,0.28 0.7,0.28 0.28,0 0.53,-0.11 0.71,-0.29l2.48,-2.48c0.18,-0.18 0.29,-0.43 0.29,-0.71s-0.11,-0.53 -0.29,-0.71C20.66,8.78 16.54,7 12,7z"/>
26</vector>