123456789101112131415161718192021222324252627282930313233343536 |
- <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.2"
- android:scaleY="1.2"
- android:translateX="-5"
- android:translateY="-7">
- <path
- android:fillColor="#57a0ee"
- android:pathData="m43.7,22.4c0,-4.6 -3.7,-8.2 -8.2,-8.2 -1,0 -1.9,0.2 -2.8,0.5 -0.3,-3.4 -3.1,-6.2 -6.6,-6.2 -3.7,0 -6.7,3 -6.7,6.7 0,0.8 0.2,1.6 0.4,2.3 -0.3,-0.1 -0.7,-0.1 -1,-0.1 -3.7,0 -6.7,3 -6.7,6.7 0,3.6 2.9,6.6 6.5,6.7h17.2c4.4,-0.5 7.9,-4 7.9,-8.4z"
- android:strokeWidth="1.2"
- android:strokeColor="#fff"
- android:strokeLineJoin="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M22.888,34.29L21.499,42.169"
- android:strokeWidth="2"
- android:strokeColor="#91c0f8"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M27.174,33.015L25.785,40.894"
- android:strokeWidth="2"
- android:strokeColor="#91c0f8"
- android:strokeLineCap="round" />
- <path
- android:fillColor="#00000000"
- android:pathData="M30.94,34.694L29.551,42.573"
- android:strokeWidth="2"
- android:strokeColor="#91c0f8"
- android:strokeLineCap="round" />
- </group>
- </vector>
|