info: simplify icon

Simplify the icon's path wile preserving structure.
This commit is contained in:
Alexander Capehart 2022-12-29 08:43:07 -07:00
parent 4e9e4beb1f
commit 60519a8f49
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
6 changed files with 4 additions and 5 deletions

View file

@ -6,9 +6,9 @@
android:viewportHeight="24">
<path
android:fillColor="@android:color/transparent"
android:pathData="M 13,4.0000207 C 14.333333,5.3333471 15.666667,6.6666736 17,8 M 12.999969,4.0004121 c 0,4.333301 0,8.6666019 0,12.9999029 m 0,0.000294 c -1,1 -2,2 -3.0000004,3 -0.9999999,-1 -1.9999998,-2 -2.9999997,-3 0.9999999,-1 1.9999998,-2 2.9999997,-3"
android:pathData="M13 4l4 4m-4-4v13m0 0l-3 3-3-3 3-3"
android:strokeWidth="2"
android:strokeColor="@android:color/white"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>
</vector>

View file

@ -10,12 +10,11 @@
android:translateX="19.98"
android:translateY="19.98">
<path
android:name="note"
android:fillColor="@android:color/transparent"
android:pathData="M 13,4.0000207 17,8 M 12.999969,4.0004121 V 17.000315 m 0,-0.0002940 -3.0000004,3 -2.9999997,-3 2.9999997,-3 M 7.021336,16.939069"
android:pathData="M13 4l4 4m-4-4v13m0 0l-3 3-3-3 3-3"
android:strokeWidth="2"
android:strokeColor="@android:color/white"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</group>
</vector>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 15 KiB