ref: e4d7079147c16b0d67cd39e35f5d943644d24c68
app/src/main/res/drawable/funicular_black.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<!-- SPDX-FileCopyrightText: Daniel Calliess SPDX-License-Identifier: CC0-1.0 source: https://thenounproject.com/icon/funicular-635171/ --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="1600" android:viewportHeight="1600"> <group android:translateX="200" android:translateY="200"> <path android:fillColor="#000000" android:pathData="m60,1086 l1080,-624.6v54l-1080,624.6z" /> <path android:fillColor="#000000" android:pathData="m81.6,663c-12,6.9 -21.6,22.1 -21.6,34.1v313.3c0,12 9.6,16 21.6,9.1l1036.8,-599.6c12,-6.9 21.6,-22.1 21.6,-34.1v-313.3c0,-12 -9.6,-16 -21.6,-9.1zM135.6,696.6 L387.7,550.8c6,-3.5 10.8,-1.4 10.8,4.6v172.9c0,6 -4.8,13.6 -10.8,17.1l-252.1,145.8c-6,3.5 -10.8,1.4 -10.8,-4.6v-172.9c0,-6 4.8,-13.6 10.8,-17.1zM474.1,500.8 L725.9,355.2c6,-3.5 10.8,-1.4 10.8,4.6v172.9c0,6 -4.8,13.6 -10.8,17.1l-251.8,145.6c-6,3.5 -10.8,1.4 -10.8,-4.6v-172.9c0,-6 4.8,-13.6 10.8,-17.1zM812.3,305.2 L1064.4,159.4c6,-3.5 10.8,-1.4 10.8,4.6v172.9c0,6 -4.8,13.6 -10.8,17.1l-252.1,145.8c-6,3.5 -10.8,1.4 -10.8,-4.6v-172.9c0,-6 4.8,-13.6 10.8,-17.1z" /> </group> </vector> |