forked from edent/SuperTinyIcons
18 lines
655 B
XML
18 lines
655 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="M0,0h512v512h-512z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M256,256m-36,0a36,36 0,1 1,72 0a36,36 0,1 1,-72 0"
|
|
android:fillColor="#61dafb"/>
|
|
<path
|
|
android:pathData="M317.47,291.43a71,183 30,1 0,-0.05 0.09zM194.58,291.52a183,71 60,1 0,-0.05 -0.09zM256.05,326.95a183,71 0,1 0,-0.1 0z"
|
|
android:strokeWidth="18"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#61dafb"/>
|
|
</vector>
|