diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-26 21:11:45 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-26 21:11:45 -0700 |
| commit | 89242235d145f72a1e78d982486aa75523dbf3f6 (patch) | |
| tree | 93299c0be4485d10416358dfb26f231182d3dcff | |
| parent | 07d39a1a3a09739bbc3d27a31829063f1e0a5e24 (diff) | |
| download | graphiql-89242235d145f72a1e78d982486aa75523dbf3f6.tar.gz graphiql-89242235d145f72a1e78d982486aa75523dbf3f6.zip | |
adds favicon to build output
| -rw-r--r-- | public/favicon.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..80a7a21 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,15 @@ +<svg fill="#e10098" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> + <style> + svg { + fill: color(display-p3 0.8824 0 0.5961); + } + </style> + + <path clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z" fill-rule="evenodd"/> + <circle cx="50" cy="9.3209" r="8.82"/> + <circle cx="85.2292" cy="29.6605" r="8.82"/> + <circle cx="85.2292" cy="70.3396" r="8.82"/> + <circle cx="50" cy="90.6791" r="8.82"/> + <circle cx="14.7659" cy="70.3396" r="8.82"/> + <circle cx="14.7659" cy="29.6605" r="8.82"/> +</svg> |