131fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi<!--
231fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ Copyright (C) 2014 The Android Open Source Project
331fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~
431fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ Licensed under the Apache License, Version 2.0 (the "License");
531fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ you may not use this file except in compliance with the License.
631fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ You may obtain a copy of the License at
731fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~
831fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~      http://www.apache.org/licenses/LICENSE-2.0
931fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~
1031fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ Unless required by applicable law or agreed to in writing, software
1131fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ distributed under the License is distributed on an "AS IS" BASIS,
1231fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1331fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ See the License for the specific language governing permissions and
1431fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  ~ limitations under the License
1531fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi  -->
1631fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi
1731fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi<vector xmlns:android="http://schemas.android.com/apk/res/android"
1831fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:width="24.0dp"
1931fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:height="24.0dp"
2031fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:viewportWidth="24.0"
2131fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:viewportHeight="24.0">
2231fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi    <path
2331fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:pathData="M20.000000,5.000000L4.000000,5.000000C2.900000,5.000000 2.000000,5.900000 2.000000,7.000000l0.000000,10.000000c0.000000,1.100000 0.900000,2.000000 2.000000,2.000000l16.000000,0.000000c1.100000,0.000000 2.000000,-0.900000 2.000000,-2.000000L22.000000,7.000000C22.000000,5.900000 21.100000,5.000000 20.000000,5.000000zM11.000000,8.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000L11.000000,8.000000zM11.000000,11.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000L11.000000,11.000000zM8.000000,8.000000l2.000000,0.000000l0.000000,2.000000L8.000000,10.000000L8.000000,8.000000zM8.000000,11.000000l2.000000,0.000000l0.000000,2.000000L8.000000,13.000000L8.000000,11.000000zM7.000000,13.000000L5.000000,13.000000l0.000000,-2.000000l2.000000,0.000000L7.000000,13.000000zM7.000000,10.000000L5.000000,10.000000L5.000000,8.000000l2.000000,0.000000L7.000000,10.000000zM16.000000,17.000000L8.000000,17.000000l0.000000,-2.000000l8.000000,0.000000L16.000000,17.000000zM16.000000,13.000000l-2.000000,0.000000l0.000000,-2.000000l2.000000,0.000000L16.000000,13.000000zM16.000000,10.000000l-2.000000,0.000000L14.000000,8.000000l2.000000,0.000000L16.000000,10.000000zM19.000000,13.000000l-2.000000,0.000000l0.000000,-2.000000l2.000000,0.000000L19.000000,13.000000zM19.000000,10.000000l-2.000000,0.000000L17.000000,8.000000l2.000000,0.000000L19.000000,10.000000z"
2431fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi        android:fillColor="@color/navigation_bar_icon_color"/>
2531fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4Jorim Jaggi</vector>
26