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<!-- This drawable should only be used by the Bluetooth application for its share target icon. -->
17<!-- The tint color is from https://www.bluetooth.com/develop-with-bluetooth/marketing-branding/ -->
18<vector xmlns:android="http://schemas.android.com/apk/res/android"
19        android:width="24dp"
20        android:height="24dp"
21        android:viewportWidth="24"
22        android:viewportHeight="24"
23        android:tint="#2285F8">
24
25    <path
26        android:fillColor="@android:color/white"
27        android:pathData="M17.71,7.71L12,2h-1v7.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L11,14.41V22h1l5.71-5.71L13.41,12L17.71,7.71z M13,5.83 l1.88,1.88L13,9.59V5.83z M14.88,16.29L13,18.17v-3.76L14.88,16.29z" />
28</vector>
29