OsmAnd/OsmAnd/res/drawable/ic_action_phone_landscape_orientation.xml
2020-05-08 16:26:07 +03:00

14 lines
614 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="M4,1L14,1.01C15.1,1.01 16,1.9 16,3V9H14V5H4V9C2.9,9 2,9.9 2,11V3C2,1.9 2.9,1 4,1Z"
android:strokeAlpha="0.5"
android:fillColor="#ffffff"
android:fillAlpha="0.5"/>
<path
android:pathData="M23.99,21L24,11C24,9.9 23.1,9 22,9L4,9C2.9,9 2,9.9 2,11L2,21C2,22.1 2.9,23 4,23L22,23C23.1,23 23.99,22.1 23.99,21ZM6,21L6,11L20,11V21L6,21Z"
android:fillColor="#ffffff"/>
</vector>