ic_share_clipboard.xml (1468B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 6 <item> 7 <shape 8 android:shape="oval"> 9 <solid android:color="@color/default_share_background" /> 10 <padding 11 android:left="10dp" 12 android:top="8dp" 13 android:right="6dp" 14 android:bottom="8dp" /> 15 </shape> 16 </item> 17 <item> 18 <vector 19 android:width="20dp" 20 android:height="20dp" 21 android:viewportWidth="20" 22 android:viewportHeight="20"> 23 <path 24 android:fillColor="@color/device_foreground" 25 android:fillType="nonZero" 26 android:pathData="M10.69,3A3.313,3.313 0,0 1,14 6.31v10.38A3.313,3.313 0,0 1,10.69 20L3.31,20A3.313,3.313 0,0 1,0 16.69L0,6.31A3.313,3.313 0,0 1,3.31 3h7.38zM10.69,5L3.31,5C2.587,5 2,5.587 2,6.31v10.38c0,0.723 0.587,1.31 1.31,1.31h7.38c0.723,0 1.31,-0.587 1.31,-1.31L12,6.31C12,5.587 11.413,5 10.69,5zM10.995,0A6.003,6.003 0,0 1,17 6v0.016l-0.024,8.987a2,2 0,0 1,-2.005 1.994h-0.002l0.03,-10.986L14.999,6c0,-2.21 -1.793,-4 -4.004,-4L3,2a2,2 0,0 1,2 -2h5.995z" /> 27 </vector> 28 </item> 29 </layer-list>