mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
25 lines
668 B
XML
25 lines
668 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<!--
|
|
Updated notification icon compliant with system icons guidelines
|
|
https://material.io/design/iconography/system-icons.html
|
|
-->
|
|
|
|
<group>
|
|
<clip-path
|
|
android:pathData="M0,0h24v24h-24z"/>
|
|
|
|
<path
|
|
android:pathData="M5,4H2L8,12L2,20H5L11,12L5,4Z"
|
|
android:fillColor="#ffffff"/>
|
|
|
|
<path
|
|
android:pathData="M13,18H22V20H13V18Z"
|
|
android:fillColor="#ffffff"/>
|
|
|
|
</group>
|
|
</vector>
|