LibreTube/app/src/main/res/drawable/ic_videocam.xml

11 lines
470 B
XML
Raw Normal View History

2022-06-07 16:12:59 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
2022-07-29 16:09:03 +05:30
android:tint="?attr/colorControlNormal"
2022-07-10 21:56:11 +05:30
android:viewportWidth="48"
android:viewportHeight="48">
2022-06-07 16:12:59 +05:30
<path
2022-07-10 21:56:11 +05:30
android:fillColor="#FF000000"
android:pathData="M7,40q-1.2,0 -2.1,-0.9Q4,38.2 4,37V11q0,-1.2 0.9,-2.1Q5.8,8 7,8h26q1.2,0 2.1,0.9 0.9,0.9 0.9,2.1v10.75l8,-8v20.5l-8,-8V37q0,1.2 -0.9,2.1 -0.9,0.9 -2.1,0.9Z" />
2022-06-07 16:12:59 +05:30
</vector>