Files
lawnchair/res/drawable/ic_smartspace.xml
Patryk Michalik 99f2899598 Refine Settings UI
2022-05-18 12:47:00 +02:00

18 lines
639 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:fillColor="#00000000"
android:pathData="M12,5C5,5 2,12 2,12C2,12 5,19 12,19C19,19 22,12 22,12C22,12 19,5 12,5Z"
android:strokeWidth="2"
android:strokeColor="#000000"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M12,12m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"
android:strokeWidth="2"
android:strokeColor="#000000" />
</vector>