mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
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="m5,9 l-3,3 3,3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
<path
|
|
android:pathData="m9,5 l3,-3 3,3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
<path
|
|
android:pathData="m15,19 l-3,3 -3,-3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
<path
|
|
android:pathData="m19,9 l3,3 -3,3"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
<path
|
|
android:pathData="M2,12h20"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
<path
|
|
android:pathData="M12,2v20"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFF"/>
|
|
</vector>
|