17 lines
686 B
XML
17 lines
686 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M0,0h24v24h-24z"/>
|
|
<path
|
|
android:pathData="M4,12L4,12A1.5,1.5 0,0 1,5.5 10.5L18.5,10.5A1.5,1.5 0,0 1,20 12L20,12A1.5,1.5 0,0 1,18.5 13.5L5.5,13.5A1.5,1.5 0,0 1,4 12z"
|
|
android:fillColor="#0073FF"/>
|
|
<path
|
|
android:pathData="M12,20L12,20A1.5,1.5 0,0 1,10.5 18.5L10.5,5.5A1.5,1.5 0,0 1,12 4L12,4A1.5,1.5 0,0 1,13.5 5.5L13.5,18.5A1.5,1.5 0,0 1,12 20z"
|
|
android:fillColor="#0073FF"/>
|
|
</group>
|
|
</vector>
|