ntfy-android/app/src/main/res/drawable/ic_file_video_orange_24dp.xml
Philipp Heckel 79053c62fb Image viewer
2022-01-10 15:36:50 -05:00

10 lines
410 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:pathData="M4,6.47L5.76,10H20v8H4V6.47M22,4h-4l2,4h-3l-2,-4h-2l2,4h-3l-2,-4H8l2,4H7L5,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V4z"
android:fillColor="#FF9800"/>
</vector>