Skip to content

Commit

Permalink
Add location icon (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharma-xyz authored Oct 31, 2024
1 parent 246c64b commit d9c8ab4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions feature/trip-planner/ui/src/main/res/drawable/ic_loc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="256"
android:viewportHeight="256">

<path
android:fillColor="#000000"
android:fillType="nonZero"
android:pathData="M127.86,254.31c-3.98,0 -7.66,-2.1 -9.68,-5.52l-12.32,-20.84C80.56,185.17 56.66,144.77 48.5,128.39c-5.93,-12.17 -8.92,-25.16 -8.92,-38.7C39.58,41.01 79.18,1.41 127.86,1.41c48.68,0 88.28,39.6 88.28,88.28c0,13.53 -2.99,26.52 -8.87,38.61c-0.07,0.15 -0.15,0.29 -0.22,0.44c-8.32,16.6 -32.06,56.74 -57.19,99.22l-12.31,20.83C135.51,252.2 131.83,254.31 127.86,254.31z" />

<path
android:fillColor="#FFFFFFFF"
android:fillType="nonZero"
android:pathData="M127.86,129.76c-23.81,0 -43.19,-19.37 -43.19,-43.18S104.04,43.39 127.86,43.39c23.81,0 43.18,19.37 43.18,43.19S151.67,129.76 127.86,129.76z" />

</vector>

0 comments on commit d9c8ab4

Please sign in to comment.