fedilab-Android-App/app/src/main/res/drawable-anydpi/ic_add_instance.xml

10 lines
382 B
XML
Raw Normal View History

2018-10-17 18:20:03 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2019-09-06 17:55:14 +02:00
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
2018-10-17 18:20:03 +02:00
<path
android:fillColor="#606984"
2019-09-06 17:55:14 +02:00
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z" />
2018-10-17 18:20:03 +02:00
</vector>