forked from edent/SuperTinyIcons
19 lines
829 B
XML
19 lines
829 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="#000"/>
|
|
<path
|
|
android:pathData="M84,166q-7.5,-4.5 0,-9l162,-75q10,-4.5 20,0l162,75q7.5,4.5 0,9l-162,75q-10,4.5 -20,0z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M84,251q-7.5,5 0,10l162,75q10,3 20,0l162,-75q7.5,-5 0,-10l-32,-14q-10.5,-4.5 -21,0l-109,50q-10,4.5 -20,0l-109,-50q-10.5,-4.5 -21,0z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M84,345q-7.5,5 0,10l162,75q10,3 20,0l162,-75q7.5,-5 0,-10l-32,-14q-10.5,-4.5 -21,0l-109,50q-10,4.5 -20,0l-109,-50q-10.5,-4.5 -21,0z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|