10 lines
521 B
XML
10 lines
521 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:fillColor="?icon_tint"
|
||
|
android:pathData="M17.5,2L6.5,2A4.5,4.5 0,0 0,2 6.5v11A4.5,4.5 0,0 0,6.5 22h11A4.5,4.5 0,0 0,22 17.5L22,6.5A4.5,4.5 0,0 0,17.5 2ZM20.5,13.25 L19.879,12.318L16,8.439l-2.292,2.293L16.071,13.1l-0.707,0.707L9,7.439 4.121,12.318 3.5,13.25L3.5,6.5a3,3 0,0 1,3 -3h11a3,3 0,0 1,3 3Z"/>
|
||
|
</vector>
|