ic_tabs_search.xml (984B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <vector xmlns:android="http://schemas.android.com/apk/res/android" 6 android:width="24dp" 7 android:height="24dp" 8 android:viewportWidth="24" 9 android:viewportHeight="24"> 10 <path 11 android:pathData="M3,5.5C3,4.119 4.119,3 5.5,3H18.5C19.881,3 21,4.119 21,5.5V13.5C21,14.881 19.881,16 18.5,16H5.5C4.119,16 3,14.881 3,13.5V5.5ZM18.7,14.5L19.5,13.7V5.3L18.7,4.5H5.3L4.5,5.3V13.7L5.3,14.5H18.7ZM4.5,18.7L5.3,19.5H18.7L19.5,18.7V17.75C19.5,17.336 19.836,17 20.25,17C20.664,17 21,17.336 21,17.75V18.5C21,19.881 19.881,21 18.5,21H5.5C4.119,21 3,19.881 3,18.5V17.75C3,17.336 3.336,17 3.75,17C4.164,17 4.5,17.336 4.5,17.75V18.7Z" 12 android:fillColor="@color/mozac_ui_icons_fill" 13 android:fillType="evenOdd"/> 14 </vector>