Author: Adam <git@apiote.xyz>
bike station icon
app/src/main/res/drawable/bike_station.xml | 16 ++++++++++++++++
diff --git a/app/src/main/res/drawable/bike_station.xml b/app/src/main/res/drawable/bike_station.xml new file mode 100644 index 0000000000000000000000000000000000000000..66e8f5b0608a30f6c303c3a39c27a0fe025ffe27 --- /dev/null +++ b/app/src/main/res/drawable/bike_station.xml @@ -0,0 +1,16 @@ +<!-- +SPDX-FileCopyrightText: Google + +SPDX-License-Identifier: Apache-2.0 +--> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:tint="#000000" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:fillColor="@android:color/white" + android:pathData="M12,2C8.13,2 5,5.13 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.13 15.87,2 12,2zM12,6.334L12.867,6.334C13.147,6.334 13.397,6.51 13.494,6.773L14.061,8.334L14.061,8.33L14.334,8.33C15.267,8.33 16,9.063 16,9.996C16,10.933 15.183,11.707 14.25,11.664C13.47,11.627 12.846,11.077 12.699,10.334L11.301,10.334C11.151,11.104 10.486,11.666 9.666,11.666C8.733,11.666 8,10.933 8,10C8,9.067 8.817,8.289 9.75,8.336C10.53,8.373 11.154,8.923 11.301,9.666L11.523,9.666L10.916,8L10.334,8L10.334,7.334L12,7.334L12,8L11.631,8L11.75,8.334L13.354,8.334L12.867,7L12,7L12,6.334zM9.666,9C9.106,9 8.666,9.44 8.666,10C8.666,10.56 9.106,11 9.666,11C10.109,11 10.474,10.724 10.607,10.334L9.666,10.334L9.666,9.666L10.607,9.666C10.474,9.276 10.109,9 9.666,9zM11.99,9L12.232,9.666L12.699,9.666C12.746,9.416 12.853,9.193 13,9L11.99,9zM14.336,9C14.326,9 14.317,9.004 14.307,9.004L14.631,9.893L14.004,10.119L13.684,9.24C13.47,9.424 13.334,9.69 13.334,10C13.334,10.56 13.774,11 14.334,11C14.894,11 15.336,10.56 15.336,10C15.336,9.44 14.896,9 14.336,9z" /> +</vector>