1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17<vector xmlns:android="http://schemas.android.com/apk/res/android"
18    android:viewportWidth="24"
19    android:viewportHeight="24"
20    android:width="24dp"
21    android:height="24dp">
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="#FFFFFF" />
25</vector>