docs(nx-dev): add NX Cloud favicon (#30921)

Introduce a new favicon specifically for NX Cloud in SVG format.
This commit is contained in:
Benjamin Cabanes 2025-04-29 12:09:49 -04:00 committed by GitHub
parent 8d0c7f6349
commit 8028eea824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" stroke="currentColor" fill="none" viewBox="0 0 24 24">
<style>
* {
stroke: #0F172A;
}
@media (prefers-color-scheme: dark) {
* {
stroke: #F1F5F9;
}
}
</style>
<path d="M22.167 7.167v-2.5a2.5 2.5 0 0 0-2.5-2.5h-15a2.5 2.5 0 0 0-2.5 2.5v15a2.5 2.5 0 0 0 2.5 2.5h2.5m15-15c-2.76 0-5 2.24-5 5s-2.24 5-5 5-5 2.24-5 5m15-15V19.59a2.577 2.577 0 0 1-2.576 2.576H7.167" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 474 B