27 lines
814 B
XML
27 lines
814 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10s10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-6h2V17zM13,9h-2V7h2V9z" />
|
|
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M4,12h2v2H4z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M18,12h2v2h-2z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M12,4h2v2h-2z" />
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M12,18h2v2h-2z" />
|
|
|
|
</vector>
|