PlayerAndroid/app/src/main/res/drawable/ic_save_white_24dp.xml

12 lines
490 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
2018-12-25 14:58:47 +00:00
android:viewportWidth="24"
android:viewportHeight="24">
2018-07-27 13:07:33 +00:00
<path
android:fillColor="@color/md_white_1000"
2018-12-25 14:58:47 +00:00
android:pathData="M17 3H5c-1.11 0-2 0.9-2 2v14c0 1.1 0.89 2 2 2h14c1.1 0 2-0.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z" />
2018-07-27 13:07:33 +00:00
</vector>