Fix Prometheus icon so it can work in light mode (#75120)

Fix the icon
This commit is contained in:
Haris Rozajac 2023-09-21 07:05:07 -06:00 committed by GitHub
parent de2a107efa
commit d218aa1a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0001 0C6.71613 0 0 6.71524 0 14.9995C0 23.2834 6.71613 29.9991 15.0001 29.9991C23.2841 29.9991 30 23.2834 30 14.9995C30 6.71512 23.2839 0 15.0001 0ZM15.0001 28.0731C12.6432 28.0731 10.7323 26.4987 10.7323 24.5571H19.268C19.268 26.4984 17.3571 28.0731 15.0001 28.0731V28.0731ZM22.0493 23.3927H7.95023V20.836H22.0495V23.3926H22.0493V23.3927ZM21.9987 19.5203H7.99043C7.94379 19.4666 7.89621 19.4136 7.85121 19.3592C6.40805 17.6068 6.06809 16.692 5.73809 15.7597C5.73246 15.729 7.48805 16.1183 8.73293 16.3983C8.73293 16.3983 9.37348 16.5466 10.31 16.7173C9.41086 15.6633 8.87684 14.3234 8.87684 12.9538C8.87684 9.947 11.1831 7.31956 10.3511 5.19592C11.1608 5.26178 12.0268 6.90484 12.0854 9.4738C12.9463 8.28412 13.3065 6.11173 13.3065 4.77979C13.3065 3.40063 14.2153 1.79857 15.1243 1.74385C14.314 3.0793 15.3341 4.22409 16.2411 7.0641C16.5812 8.13084 16.5379 9.92614 16.8004 11.0646C16.8875 8.70002 17.2941 5.24982 18.7942 4.05874C18.1324 5.55873 18.8921 7.43581 19.4118 8.33815C20.2501 9.79407 20.7582 10.897 20.7582 12.9832C20.7582 14.3819 20.2418 15.6987 19.3707 16.7282C20.3612 16.5423 21.0452 16.3748 21.0452 16.3748L24.262 15.7472C24.2623 15.747 23.7948 17.6692 21.9987 19.5203V19.5203Z" fill="#CCCCDC" fill-opacity="0.65"/>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 30 30">
<path fill="currentColor" d="M15 0a15 15 0 1 0 0 30 15 15 0 0 0 0-30Zm0 28c-2.4 0-4.3-1.5-4.3-3.4h8.6c0 1.9-2 3.5-4.3 3.5Zm7-4.6H8v-2.6h14v2.6Zm0-3.9H8l-.1-.1a10.2 10.2 0 0 1-2.2-3.6 65.3 65.3 0 0 1 4.6 1A6.5 6.5 0 0 1 9 13c0-3 2.3-5.7 1.5-7.8.8 0 1.6 1.7 1.7 4.3a9.2 9.2 0 0 0 1.2-4.7c0-1.4 1-3 1.8-3-.8 1.3.2 2.4 1.1 5.3.4 1 .3 2.8.6 4 0-2.4.5-5.9 2-7-.7 1.5 0 3.3.6 4.2a8.1 8.1 0 0 1 1.4 4.7 6 6 0 0 1-1.4 3.7l1.6-.3 3.3-.7s-.5 2-2.3 3.8Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 527 B