Signal-Android/app/src/main/res/drawable/ic_open_24_tinted.xml
Alex Hart 174cd860a0 Implement Stories feature behind flag.
Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com>
Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
2022-03-08 10:41:36 -04:00

9 lines
513 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:fillColor="@color/signal_icon_tint_primary"
android:pathData="M20,11.5V19a3,3 0,0 1,-3 3H5a3,3 0,0 1,-3 -3V7A3,3 0,0 1,5 4h7.5V5.5H5A1.5,1.5 0,0 0,3.5 7V19A1.5,1.5 0,0 0,5 20.5H17A1.5,1.5 0,0 0,18.5 19V11.5ZM14,2V3.5h4.518l1.106,-0.184L8.97,13.97l1.06,1.06L20.684,4.376 20.5,5.482V10H22V2Z"/>
</vector>