+1
public/editor/index.html
+1
public/editor/index.html
public/favicon.ico
public/favicon.ico
This is a binary file and will not be displayed.
+14
public/favicon.svg
+14
public/favicon.svg
···
1
+
<!--?xml version="1.0" encoding="utf-8"?-->
2
+
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Centered large wisp on black background">
3
+
<!-- black background -->
4
+
<rect width="64" height="64" fill="#000000"></rect>
5
+
6
+
<!-- outer faint glow -->
7
+
<circle cx="32" cy="32" r="14" fill="none" stroke="#7CF5D8" stroke-opacity="0.35" stroke-width="2.6"></circle>
8
+
9
+
<!-- bright halo -->
10
+
<circle cx="32" cy="32" r="10" fill="none" stroke="#CFF8EE" stroke-opacity="0.95" stroke-width="2.4"></circle>
11
+
12
+
<!-- bright core -->
13
+
<circle cx="32" cy="32" r="4" fill="#FFFFFF"></circle>
14
+
</svg>