Improved b notification icon

This commit is contained in:
Juha Heinanen
2025-11-28 11:35:35 +02:00
parent 3554be8a78
commit 3ca1ee513c

View File

@ -3,10 +3,16 @@
android:height="24dp"
android:viewportWidth="130"
android:viewportHeight="195">
<group android:translateX="-95" android:translateY="-65">
<!--
Changed translateY from -65 to -63 to push the icon down slightly.
If it needs to go lower, try -61 or -60.
-->
<group android:translateX="-95" android:translateY="-63">
<path
android:fillColor="#FF000000"
android:pathData="M150,88C150.33,106.48 150.66,124.96 151,144C154.3,142.35 157.6,140.7 161,139C171.02,136.34 181.1,138.03 190.13,142.89C199.05,148.18 204.44,156.93 207.49,166.73C210.81,181.52 210.96,199.98 203.61,213.52C197.2,223.43 189.37,229.81 178,233C166.37,234.16 158.42,232.75 148.88,225.69C148.26,225.13 147.64,224.57 147,224C146.62,224.58 146.24,225.15 145.86,225.75C145.31,226.49 144.75,227.24 144.19,228C143.67,228.74 143.14,229.49 142.61,230.25C140,232 140,232 129,232C128.67,188.77 128.34,145.54 128,101C124.37,100.67 120.74,100.34 117,100C117,96.37 117,92.74 117,89C121.22,88.69 125.43,88.39 129.65,88.09C131.09,87.99 132.52,87.89 133.96,87.78C136.02,87.63 138.08,87.48 140.14,87.34C141.39,87.25 142.63,87.16 143.91,87.07C147,87 147,87 150,88ZM156.79,150.5C152.47,154.35 150.49,157.17 149.98,163.01C149.93,165.33 149.93,167.65 149.97,169.97C149.97,171.2 149.96,172.44 149.96,173.71C149.96,176.31 149.97,178.92 150.01,181.52C150.06,185.49 150.03,189.45 149.99,193.43C150,195.96 150.02,198.5 150.04,201.03C150.02,202.21 150.01,203.39 150,204.61C150.16,211.62 151.18,215.51 156.21,220.51C159.86,223.55 162.73,224.84 167.44,225.44C172.85,224.77 176.36,222.83 180,218.77C186.19,210.2 185.48,197.96 185.39,187.78C185.38,185.5 185.39,183.23 185.41,180.95C185.5,165.04 185.5,165.04 179.25,150.81C172.45,144.13 164.2,145.47 156.79,150.5Z"/>
</group>
</vector>