Add new vector icons #3040
This commit is contained in:
parent
09087b354d
commit
9e21695486
|
@ -0,0 +1,10 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:height="80dp"
|
||||||
|
android:width="80dp"
|
||||||
|
android:viewportHeight="24.0"
|
||||||
|
android:viewportWidth="24.0">
|
||||||
|
<path android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z"
|
||||||
|
android:fillColor="#FFFFFFFF"
|
||||||
|
android:strokeColor="#505050"
|
||||||
|
android:strokeWidth="0.75"/>
|
||||||
|
</vector>
|
|
@ -0,0 +1,10 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:viewportHeight="24.0"
|
||||||
|
android:viewportWidth="24.0"
|
||||||
|
android:width="80dp"
|
||||||
|
android:height="80dp">
|
||||||
|
<path android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z"
|
||||||
|
android:fillColor="#FFFFFFFF"
|
||||||
|
android:strokeColor="#505050"
|
||||||
|
android:strokeWidth="0.75"/>
|
||||||
|
</vector>
|
|
@ -0,0 +1,10 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:height="80dp"
|
||||||
|
android:width="80dp"
|
||||||
|
android:viewportHeight="24.0"
|
||||||
|
android:viewportWidth="24.0">
|
||||||
|
<path android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z"
|
||||||
|
android:fillColor="#FFFFFFFF"
|
||||||
|
android:strokeColor="#505050"
|
||||||
|
android:strokeWidth="0.75"/>
|
||||||
|
</vector>
|
|
@ -0,0 +1,10 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:height="80dp"
|
||||||
|
android:width="80dp"
|
||||||
|
android:viewportHeight="24.0"
|
||||||
|
android:viewportWidth="24.0">
|
||||||
|
<path android:pathData="M8,5v14l11,-7z"
|
||||||
|
android:fillColor="#FFFFFFFF"
|
||||||
|
android:strokeColor="#505050"
|
||||||
|
android:strokeWidth="0.75"/>
|
||||||
|
</vector>
|
Loading…
Reference in New Issue