2020-05-05 14:53:57 -03:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="32dp"
|
|
|
|
android:height="32dp"
|
|
|
|
android:viewportWidth="32"
|
|
|
|
android:viewportHeight="32">
|
|
|
|
<path
|
|
|
|
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:fillColor="@color/reactions_overlay_any_emoji_background"/>
|
2020-05-05 14:53:57 -03:00
|
|
|
<path
|
|
|
|
android:pathData="M8,16m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:fillColor="@color/reactions_overlay_any_emoji_foreground"/>
|
2020-05-05 14:53:57 -03:00
|
|
|
<path
|
|
|
|
android:pathData="M16,16m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:fillColor="@color/reactions_overlay_any_emoji_foreground"/>
|
2020-05-05 14:53:57 -03:00
|
|
|
<path
|
|
|
|
android:pathData="M24,16m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:fillColor="@color/reactions_overlay_any_emoji_foreground"/>
|
2020-05-05 14:53:57 -03:00
|
|
|
</vector>
|