summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml')
-rwxr-xr-xpackages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml b/packages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml
new file mode 100755
index 0000000..91e37ce
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_qs_tile_delete_disable.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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:name="root"
+ android:alpha="1"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <clip-path
+ android:name="mask"
+ android:pathData="M24,24H0V0h1.4l2.9,3l1.4-1.4L4.2,0H24V24z" />
+ <path
+ android:name="cross"
+ android:strokeColor="#FFFFFFFF"
+ android:strokeWidth="3.2"
+ android:strokeAlpha="0"
+ android:pathData="M 4.4 3 L 4.7 3.3" />
+ <path
+ android:name="bin"
+ android:fillColor="#FFFFFFFF"
+ android:fillAlpha="1"
+ android:pathData="M6,19c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V7H6V19z
+M19,4h-3.5l-1-1h-5l-1,1H5v2h14V4z" />
+</vector> \ No newline at end of file