1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="56dp"
- android:height="48dp"
- android:viewportWidth="56"
- android:viewportHeight="48">
- <group
- android:scaleX="1.8"
- android:scaleY="1.8"
- android:translateX="-1"
- android:translateY="-1">
- <path
- android:fillColor="#00000000"
- android:pathData="M16,23L16,26"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M9.636,20.364L7.515,22.485"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M7,14L4,14"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M9.636,7.636L7.515,5.515"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M16,5L16,2"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M22.364,7.636L24.485,5.515"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M25,14L28,14"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M22.364,20.364L24.485,22.485"
- android:strokeWidth="2"
- android:strokeColor="#ffa500"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#ffa500"
- android:pathData="M16,14m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
- android:strokeWidth="2"
- android:strokeColor="#ffa500" />
- </group>
- </vector>
|