14 lines
600 B
XML
14 lines
600 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="48dp"
|
|
android:height="48dp"
|
|
android:viewportWidth="48"
|
|
android:viewportHeight="48">
|
|
<path
|
|
android:fillColor="#FFF3F4F6"
|
|
android:pathData="M0 16c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v16c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16z"/>
|
|
<path
|
|
android:fillColor="#FFFF6B00"
|
|
android:pathData="M30 24.98H18c-0.56 0-0.98-0.42-0.98-0.98s0.42-0.98 0.98-0.98h12c0.56 0 0.98 0.42 0.98 0.98s-0.42 0.98-0.98 0.98Z"/>
|
|
</vector>
|