This repository has been archived on 2026-08-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

12 lines
392 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" role="img" aria-labelledby="title desc">
<title id="title">PI WEB mark</title>
<desc id="desc">A horizontal brand bar.</desc>
<style>
.bar { fill: #00f0d8; }
@media (prefers-color-scheme: light) {
.bar { fill: #008c82; }
}
</style>
<rect class="bar" x="128" y="448" width="768" height="128"/>
</svg>