OsmAnd/OsmAnd/res/drawable/ic_checkbox_indeterminate.xml

11 lines
503 B
XML
Raw Normal View History

<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="M5,3H19C20.1,3 21,3.9 21,5V19C21,20.1 20.1,21 19,21H5C3.9,21 3,20.1 3,19V5C3,3.9 3.9,3 5,3ZM7,11C6.4477,11 6,11.4477 6,12C6,12.5523 6.4477,13 7,13H17C17.5523,13 18,12.5523 18,12C18,11.4477 17.5523,11 17,11H7Z"
android:fillColor="#727272"
android:fillType="evenOdd"/>
</vector>