mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
14 lines
500 B
XML
14 lines
500 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:pathData="M8,3H5a2,2 0,0 0,-2 2v3m18,0V5a2,2 0,0 0,-2 -2h-3m0,18h3a2,2 0,0 0,2 -2v-3M3,16v3a2,2 0,0 0,2 2h3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#ffffff"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|