diff options
author | pommicket <pommicket@gmail.com> | 2025-09-18 17:48:35 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-18 17:48:35 -0400 |
commit | 094646941a2d2d942e92f35f8f6e26b3ae53d0f7 (patch) | |
tree | 9c84b595c0b7b65044014e9043fd77565c7608b8 /icon.svg | |
parent | 78a5b3973411ef2a0a43fd84644563157efc8624 (diff) |
Add icon
Diffstat (limited to 'icon.svg')
-rw-r--r-- | icon.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..03707bf --- /dev/null +++ b/icon.svg @@ -0,0 +1,4 @@ +<svg version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> + <rect x="0" y="0" width="100" height="100" rx="15" ry="15" fill="#eca" /> + <text x="50" y="86" text-anchor="middle" font-weight="bold" font-size="100" style="font-family: Helvetica, sans-serif;">?</text> +</svg> |