25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2018 The Android Open Source Project
|
||
|
|
||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
you may not use this file except in compliance with the License.
|
||
|
You may obtain a copy of the License at
|
||
|
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
Unless required by applicable law or agreed to in writing, software
|
||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
See the License for the specific language governing permissions and
|
||
|
limitations under the License.
|
||
|
-->
|
||
|
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp">
|
||
|
<path
|
||
|
android:pathData="M13 3C8.03 3 4 7.03 4 12L1 12 4.89 15.89 4.96 16.03 9 12 6 12c0 -3.87 3.13 -7 7 -7 3.87 0 7 3.13 7 7 0 3.87 -3.13 7 -7 7 -1.93 0 -3.68 -0.79 -4.94 -2.06L6.64 18.36C8.27 19.99 10.51 21 13 21c4.97 0 9 -4.03 9 -9 0 -4.97 -4.03 -9 -9 -9zm-1 5l0 5 4.28 2.54L17 14.33 13.5 12.25 13.5 8 12 8Z"
|
||
|
android:fillColor="@color/preference_icon_color" />
|
||
|
</vector>
|