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:autoMirrored="true"
19        android:viewportWidth="24"
20        android:viewportHeight="24"
21        android:width="@dimen/notification_secondary_icon_size"
22        android:height="@dimen/notification_secondary_icon_size">
23<path android:fillAlpha="@dimen/group_icon_fill_alpha"
24      android:fillColor="@color/icon_tint"
25      android:fillType="evenOdd"
26      android:pathData="M13.67,4.24C14.5,5.27 15,6.58 15,8C15,9.42 14.5,10.73 13.67,11.76C13.71,11.77 13.74,11.78 13.77,11.79C14.16,11.91 14.57,12 15,12C17.21,12 19,10.21 19,8C19,5.79 17.21,4 15,4C14.53,4 14.09,4.1 13.67,4.24ZM19,17C19,15.32 18.03,14.06 16.66,13.13C19.42,13.53 23,14.82 23,17V20H19V17ZM9,6C7.9,6 7,6.9 7,8C7,9.1 7.9,10 9,10C10.1,10 11,9.1 11,8C11,6.9 10.1,6 9,6ZM3,17.01C3.2,16.29 6.3,15 9,15C11.7,15 14.8,16.29 15,17V18H3V17.01ZM9,4C11.21,4 13,5.79 13,8C13,10.21 11.21,12 9,12C6.79,12 5,10.21 5,8C5,5.79 6.79,4 9,4ZM17,17C17,14.34 11.67,13 9,13C6.33,13 1,14.34 1,17V20H17V17Z"/>
27</vector>