25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2016 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/ic_backspace_width"
|
||
|
android:height="@dimen/ic_backspace_width"
|
||
|
android:viewportWidth="48.0"
|
||
|
android:viewportHeight="48.0">
|
||
|
<path
|
||
|
android:pathData="M44,6L14,6c-1.38,0 -2.47,0.7 -3.19,1.76L0,23.99l10.81,16.23C11.53,41.28 12.62,42 14,42h30c2.21,0 4,-1.79 4,-4L48,10c0,-2.21 -1.79,-4 -4,-4zM38,31.17L35.17,34 28,26.83 20.83,34 18,31.17 25.17,24 18,16.83 20.83,14 28,21.17 35.17,14 38,16.83 30.83,24 38,31.17z"
|
||
|
android:fillColor="@color/control_button_color" />
|
||
|
</vector>
|