summaryrefslogtreecommitdiffstats
path: root/core/res/res/drawable/ic_lock_dnd_priority.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/drawable/ic_lock_dnd_priority.xml')
-rw-r--r--core/res/res/drawable/ic_lock_dnd_priority.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/core/res/res/drawable/ic_lock_dnd_priority.xml b/core/res/res/drawable/ic_lock_dnd_priority.xml
new file mode 100644
index 0000000..0d45552
--- /dev/null
+++ b/core/res/res/drawable/ic_lock_dnd_priority.xml
@@ -0,0 +1,27 @@
+<!--
+ Copyright (c) 2016 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="32dp"
+ android:height="32dp"
+ android:viewportHeight="48.0"
+ android:viewportWidth="48.0"
+ android:tint="?attr/colorControlNormal">
+
+ <path
+ android:fillColor="#000"
+ android:pathData="M24,4C12.95,4,4,12.95,4,24s8.95,20,20,20s20-8.95,20-20S35.05,4,24,4z M34,26h-8v8h-4v-8h-8v-4h8v-8h4v8h8V26z" />
+
+</vector> \ No newline at end of file