mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-26 16:48:32 +03:00
- Replace old favicon with theme-adaptive (dark/light) versions - Add website logo - Standardize homepage image filenames
10 lines
482 B
XML
10 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg version="1.1" id="logo"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" style="enable-background:new 0 0 1000 1000;" xml:space="preserve">
|
|
<polygon points="530,530 900,530 650,650 530,1000 "/>
|
|
<polygon points="470,530 470,900 350,650 0,530 "/>
|
|
<polygon points="530,470 530,100 650,350 1000,470 "/>
|
|
<polygon points="470,470 100,470 350,350 470,0 "/>
|
|
</svg>
|