Files
SilentDragonXAndroid/app/src/main/res/drawable/ic_expand_memo_enabled.xml
fekt 4adbc901a0 Initial commit
This initial commit includes HUSH specific changes starting at this commit:
d14637012c
2022-11-29 20:49:44 -05:00

25 lines
960 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="22dp"
android:height="22dp"
android:viewportWidth="22"
android:viewportHeight="22">
<path
android:pathData="M11,11m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
android:strokeWidth="1"
android:fillColor="#1F1F22"
android:strokeColor="@color/tx_primary"/>
<path
android:pathData="M8.575,14.125l2.3,2.3311l2.3,-2.3311l0.7,0.7095l-3,3.0405l-3,-3.0405l0.7,-0.7095z"
android:strokeWidth="1"
android:fillColor="@color/tx_primary"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
<path
android:pathData="M13.175,7.875l-2.3,-2.3311l-2.3,2.3311l-0.7,-0.7095l3,-3.0405l3,3.0405l-0.7,0.7095z"
android:strokeWidth="1"
android:fillColor="@color/tx_primary"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
</vector>