Skip to content

Commit

Permalink
Added icon for Vehicle Metrics plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpr0 committed Sep 24, 2024
1 parent e4ea6ed commit 90cb3e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions OsmAnd/res/drawable/ic_action_car_info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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.9146,18.0001H8.5121C8.1805,17.0617 8,16.0519 8,15C8,13.1499 8.5583,11.4301 9.5155,10H6.0276L6.6943,6H17.3057L17.3066,6.0051C18.0244,6.0292 18.721,6.1372 19.3866,6.3199L19.2785,5.6712C19.1178,4.7068 18.2834,4 17.3057,4H6.6943C5.7166,4 4.8822,4.7068 4.7215,5.6712L4,10L3,10.0001C2.4477,10.0001 2,10.4478 2,11.0001C2,11.5523 2.4477,12.0001 3,12.0001L3,18.0001H3.0854C3.0301,18.1564 3,18.3247 3,18.5001C3,19.3285 3.6716,20.0001 4.5,20.0001C5.3284,20.0001 6,19.3285 6,18.5001C6,18.3247 5.9699,18.1564 5.9146,18.0001ZM5,13.5001C5,12.6716 5.6716,12.0001 6.5,12.0001C7.3284,12.0001 8,12.6716 8,13.5001C8,14.3285 7.3284,15.0001 6.5,15.0001C5.6716,15.0001 5,14.3285 5,13.5001Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
<path
android:pathData="M24,15C24,18.866 20.866,22 17,22C13.134,22 10,18.866 10,15C10,11.134 13.134,8 17,8C20.866,8 24,11.134 24,15ZM18,13V11H16V13H18ZM18,19V15H16V19H18Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>

0 comments on commit 90cb3e7

Please sign in to comment.