29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
|
<!--
|
||
|
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.
|
||
|
-->
|
||
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:insetLeft="2.5dp"
|
||
|
android:insetRight="2.5dp">
|
||
|
<vector
|
||
|
android:width="17.0dp"
|
||
|
android:height="17.0dp"
|
||
|
android:viewportWidth="48.0"
|
||
|
android:viewportHeight="48.0">
|
||
|
<path
|
||
|
android:fillColor="#FFFFFFFF"
|
||
|
android:pathData="M24.0,2.0C14.06,2.0 6.0,10.06 6.0,20.0l0.0,14.0c0.0,3.31 2.69,6.0 6.0,6.0l6.0,0.0L18.0,24.0l-8.0,0.0l0.0,-4.0c0.0,-7.73 6.27,-14.0 14.0,-14.0s14.0,6.27 14.0,14.0l0.0,4.0l-8.0,0.0l0.0,16.0l6.0,0.0c3.31,0.0 6.0,-2.69 6.0,-6.0L42.0,20.0c0.0,-9.94 -8.06,-18.0 -18.0,-18.0z"/>
|
||
|
</vector>
|
||
|
</inset>
|