mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 17:48:20 +00:00
18 lines
639 B
XML
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>
|