1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8  http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16<vector xmlns:android="http://schemas.android.com/apk/res/android"
17        android:width="56dp"
18        android:height="56dp"
19        android:viewportWidth="24"
20        android:viewportHeight="24"
21        android:tint="@color/selectable_button_tint_selector">
22
23    <group
24        android:translateX="-0.750000"
25        android:translateY="-0.750000">
26        <path
27            android:strokeWidth="1"
28            android:pathData="M 0.75 24.75 L 24.75 24.75 L 24.75 0.75 L 0.75 0.75 Z"/>
29        <path
30            android:fillColor="#000000"
31            android:strokeWidth="1"
32            android:pathData="M12.75,10.1666667 C13.4604167,10.1666667 14.0416667,9.58541667 14.0416667,8.875
33C14.0416667,8.16458333 13.4604167,7.58333333 12.75,7.58333333
34C12.0395833,7.58333333 11.4583333,8.16458333 11.4583333,8.875
35C11.4583333,9.58541667 12.0395833,10.1666667 12.75,10.1666667 L12.75,10.1666667
36Z M12.75,11.4583333 C12.0395833,11.4583333 11.4583333,12.0395833
3711.4583333,12.75 C11.4583333,13.4604167 12.0395833,14.0416667 12.75,14.0416667
38C13.4604167,14.0416667 14.0416667,13.4604167 14.0416667,12.75
39C14.0416667,12.0395833 13.4604167,11.4583333 12.75,11.4583333 L12.75,11.4583333
40Z M12.75,15.3333333 C12.0395833,15.3333333 11.4583333,15.9145833
4111.4583333,16.625 C11.4583333,17.3354167 12.0395833,17.9166667 12.75,17.9166667
42C13.4604167,17.9166667 14.0416667,17.3354167 14.0416667,16.625
43C14.0416667,15.9145833 13.4604167,15.3333333 12.75,15.3333333 L12.75,15.3333333
44Z"/>
45    </group>
46</vector>
47