Created
February 25, 2016 18:41
-
-
Save shem8/b2e237d74a3d1dabbf5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<vector xmlns:android="http://schemas.android.com/apk/res/android" | |
android:width="24dp" | |
android:height="24dp" | |
android:viewportWidth="24" | |
android:viewportHeight="24"> | |
<path | |
android:name="line" | |
android:pathData="M5.705,5.705 L18.295,18.295" | |
android:strokeWidth="2" | |
android:strokeColor="#000000" | |
android:trimPathStart="0.45" | |
android:trimPathEnd="1" /> | |
<path | |
android:name="circle1" | |
android:pathData="M5.705,5.705 A 4 4 0 1 1 12,12 L5.705,18.295" | |
android:strokeWidth="2" | |
android:strokeColor="#000000" | |
android:trimPathStart="0" | |
android:trimPathEnd="0.6" /> | |
<path | |
android:name="circle2" | |
android:pathData="M18.295,5.705 L12,12 A 4 4 0 1 1 5.705,5.705" | |
android:strokeWidth="2" | |
android:strokeColor="#000000" | |
android:trimPathStart="0.4" | |
android:trimPathEnd="1" /> | |
</vector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment