14 lines
444 B
XML
14 lines
444 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="#F7FAFC"
|
|
android:pathData="M4,4h40v40h-40z" />
|
|
<path
|
|
android:fillColor="#2563EB"
|
|
android:pathData="M14,30h4v6h-4zM22,20h4v16h-4zM30,12h4v24h-4z" />
|
|
</vector>
|