ic_permission.xml (880B)
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="M12 20h5a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-5zM7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm-0.8 13l0.4-0.2 3-5a0.5 0.5 0 0 0-0.8-0.6L6 13.7l-1-1a0.5 0.5 0 0 0-0.7 0.7l1.4 1.4 0.4 0.2zm7-5.1a0.5 0.5 0 0 1 0.7-0.8l2.1 2.2L18.1 9a0.5 0.5 0 0 1 0.8 0.8L16.7 12l2.2 2.1a0.5 0.5 0 0 1-0.8 0.8L16 12.7 13.9 15a0.5 0.5 0 0 1-0.8-0.8l2.2-2.1z" 12 android:fillColor="?attr/textPrimary" /> 13 </vector>