• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2021 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
18    xmlns:android="http://schemas.android.com/apk/res/android"
19    android:width="@dimen/icon_size"
20    android:height="@dimen/icon_size"
21    android:viewportHeight="48.0"
22    android:viewportWidth="48.0">
23    <path
24        android:fillColor="?attr/iconColor"
25        android:pathData="M22 25.6667C25.0341 25.6667 27.4816 23.2009 27.4816 20.1667L27.5 9.16669C27.5 6.12335 25.0433 3.66669 22 3.66669C18.9658 3.66669 16.5 6.12335 16.5 9.16669V20.1667C16.5 23.2009 18.9658 25.6667 22 25.6667ZM31.7166 20.1667C31.7166 25.6667 27.0691 29.5167 22 29.5167C16.94 29.5167 12.2833 25.6667 12.2833 20.1667H9.16663C9.16663 26.4275 14.1533 31.5975 20.1666 32.4867V38.5H23.8333V32.4867C29.8466 31.5975 34.8333 26.4275 34.8333 20.1667H31.7166Z"/>
26</vector>