10 lines
520 B
XML
10 lines
520 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="M5,3C3.8954,3 3,3.8954 3,5V19C3,20.1046 3.8954,21 5,21H19C20.1046,21 21,20.1046 21,19V7L17,3H5ZM5,5H15V9H5V5ZM15,16C15,17.6569 13.6569,19 12,19C10.3431,19 9,17.6569 9,16C9,14.3431 10.3431,13 12,13C13.6569,13 15,14.3431 15,16Z"
|
|
android:fillColor="#ffffff"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|