16 lines
506 B
XML
16 lines
506 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="#fc4c01"/>
|
|
<path
|
|
android:pathData="M120,288L232,56l112,232h-72l-40,-96 -40,96z"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M280,288l32,72 32,-72h48l-80,168 -80,-168z"
|
|
android:fillColor="#fda580"/>
|
|
</vector>
|