mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
14 lines
603 B
XML
14 lines
603 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:pathData="M16.5,12.875a0.875,0.875 0,0 0,0 -1.75h-9a0.875,0.875 0,0 0,0 1.75h9Z"
|
|
android:fillColor="#000"/>
|
|
<path
|
|
android:pathData="M12,1.125C5.994,1.125 1.125,5.994 1.125,12S5.994,22.875 12,22.875 22.875,18.006 22.875,12 18.006,1.125 12,1.125ZM2.875,12a9.125,9.125 0,1 1,18.25 0,9.125 9.125,0 0,1 -18.25,0Z"
|
|
android:fillColor="#000"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|