1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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:viewportWidth="24"
19        android:viewportHeight="24"
20        android:width="32dp"
21        android:height="32dp">
22    <path
23        android:pathData="M15 9L9 9C8.45 9 8 9.45 8 10l0 12c0 0.55 0.45 1 1 1l6 0c0.55 0 1 -0.45 1 -1L16 10C16 9.45 15.55 9 15 9Zm-3 6c-1.1 0 -2 -0.9 -2 -2 0 -1.1 0.9 -2 2 -2 1.1 0 2 0.9 2 2 0 1.1 -0.9 2 -2 2zM7.05 6.05L8.46 7.46C9.37 6.56 10.62 6 12 6c1.38 0 2.63 0.56 3.54 1.46L16.95 6.05C15.68 4.78 13.93 4 12 4 10.07 4 8.32 4.78 7.05 6.05ZM12 0C8.96 0 6.21 1.23 4.22 3.22L5.63 4.63C7.26 3.01 9.51 2 12 2c2.49 0 4.74 1.01 6.36 2.64L19.77 3.23C17.79 1.23 15.04 0 12 0Z"
24        android:fillColor="@color/preference_icon_color" />
25</vector>