1
0
Fork 0
fenix/app/src/main/res/drawable/ic_permission.xml

14 lines
875 B
XML
Raw Normal View History

2019-06-12 05:18:18 +02:00
<?xml version="1.0" encoding="utf-8"?>
2019-01-30 23:00:18 +01:00
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
2019-06-12 05:18:18 +02:00
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"
2019-04-13 00:20:49 +02:00
android:fillColor="?primaryText" />
2019-01-30 23:00:18 +01:00
</vector>