summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_merge.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_merge.xml')
-rw-r--r--res/drawable/ic_merge.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/drawable/ic_merge.xml b/res/drawable/ic_merge.xml
new file mode 100644
index 00000000..443fed62
--- /dev/null
+++ b/res/drawable/ic_merge.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2020 The Android Open Source 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="@dimen/primary_icon_size"
+ android:height="@dimen/primary_icon_size"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0"
+ android:tint="@color/icon_tint_state_list">
+ <path
+ android:pathData="M18.41,18.59L17,20l-3.41,-3.41L15,15.18l3.41,3.41zM16.5,7.5L12,3 7.5,7.5l1.41,1.41L11,6.83v6.35l-5.41,5.41L7,20l6,-6V6.83l2.09,2.09L16.5,7.5z"
+ android:fillColor="#000000"/>
+</vector>