12345678910111213141516 |
- <!--
- ~ Copyright (C) 2018, Umbrella CompanyLimited All rights reserved.
- ~ Project:Net
- ~ Author:Drake
- ~ Date:4/17/20 6:18 AM
- -->
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="#FF000000"
- android:pathData="M17,20.41L18.41,19 15,15.59 13.59,17 17,20.41zM7.5,8H11v5.59L5.59,19 7,20.41l6,-6V8h3.5L12,3.5 7.5,8z" />
- </vector>
|