Commit ac293590 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Simplify vector path

parent 83c507c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<!--
  ~ Copyright (c) 2017 Bartek Fabiszewski
  ~ Copyright (c) 2022 Bartek Fabiszewski
  ~ http://www.fabiszewski.net
  ~
  ~ This file is part of μlogger-android.
@@ -17,5 +17,5 @@
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z"/>
        android:pathData="M19.4 13c0.1-0.6 0.1-1.3 0-2l2.1-1.7c0.2-0.1 0.2-0.4 0.1-0.6l-2-3.5c-0.1-0.1-0.3-0.2-0.6-0.1l-2.5 1c-0.5-0.4-1.1-0.7-1.7-1l-0.4-2.7c0.1-0.2-0.2-0.4-0.4-0.4h-4c-0.2 0-0.5 0.2-0.5 0.4l-0.4 2.7c-0.6 0.2-1.1 0.6-1.7 1l-2.5-1c-0.2-0.1-0.4 0-0.6 0.2l-2 3.5c-0.1 0.1 0 0.4 0.2 0.6L4.6 11c-0.1 0.6-0.1 1.3 0 2l-2.1 1.7c-0.2 0.1-0.2 0.4-0.1 0.6l2 3.5c0.1 0.2 0.3 0.2 0.5 0.2l2.5-1c0.5 0.4 1.1 0.7 1.7 1l0.4 2.6c0 0.2 0.2 0.4 0.5 0.4h4c0.2 0 0.5-0.2 0.5-0.4l0.4-2.6c0.6-0.2 1.2-0.6 1.7-1l2.5 1c0.2 0.1 0.5 0 0.6-0.2l2-3.5c0.1-0.2 0.1-0.5-0.1-0.6L19.4 13zM12 15.5c-4.6 0-4.6-7 0-7s4.6 7 0 7z"/>
</vector>