mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add functionality to save and restore recently used Emojis Update emoji and add new categories based on AOSP's XML file
9 lines
361 B
XML
9 lines
361 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24">
|
|
<path
|
|
android:fillColor="#FF2D3E50"
|
|
android:pathData="M5,16L3,5L8.5,12L12,5L15.5,12L21,5L19,16H5M19,19A1,1 0 0,1 18,20H6A1,1 0 0,1 5,19V18H19V19Z"/>
|
|
</vector> |