mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
2a644437fb
No sticker packs are available for use yet, but we now have the latent ability to send and receive.
10 lines
505 B
XML
10 lines
505 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="20dp"
|
|
android:height="20dp"
|
|
android:viewportWidth="20"
|
|
android:viewportHeight="20">
|
|
<path
|
|
android:fillColor="@color/core_grey_25"
|
|
android:pathData="M16.5,7.5C16.5,3.9 13.6,1 10,1C6.4,1 3.5,3.9 3.5,7.5c0,1.5 0.5,2.9 1.4,4.1l0,0l0,0v0.1c1.4,1.6 2.6,2.9 2.6,4.4v1.5c0,0.6 0.4,1.2 1,1.5h3c0.6,-0.3 1,-0.9 1,-1.5H9V16h3.5c0,-1.5 1.2,-2.8 2.5,-4.3v-0.1l0,0l0,0C16,10.5 16.5,9 16.5,7.5z"/>
|
|
</vector>
|