Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
termux
GitHub Repository: termux/termux-app
Path: blob/master/app/src/main/res/drawable/ic_foreground.xml
1637 views
1
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2
android:height="108dp"
3
android:width="108dp"
4
android:viewportWidth="108"
5
android:viewportHeight="108">
6
7
<!-- Keep in sync with non-adaptive ic_launcher.xml -->
8
<path
9
android:fillColor="#FFFFFF"
10
android:pathData="M34,38
11
h6
12
l12,16
13
l-12,16
14
h-6
15
l12,-16
16
"
17
/>
18
19
<path
20
android:fillColor="#FFFFFF"
21
android:pathData="M56,66
22
h18
23
v4
24
h-18
25
"
26
/>
27
28
</vector>
29
30