diff options
| author | EuAndreh <eu@euandre.org> | 2024-10-23 05:20:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-10-27 08:01:49 -0300 |
| commit | 5826fb5037983bdbe04b8d3b364167e8516ab7db (patch) | |
| tree | dab7a5eeadbc7ffc755dd8b3f5c603ebff3e643a /src/content/img/icon/threads/light.svg | |
| parent | WIP service worker strategies (diff) | |
| download | chat.papo.im-5826fb5037983bdbe04b8d3b364167e8516ab7db.tar.gz chat.papo.im-5826fb5037983bdbe04b8d3b364167e8516ab7db.tar.xz | |
WIP: Init work on HTML
Diffstat (limited to '')
| -rw-r--r-- | src/content/img/icon/threads/light.svg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/content/img/icon/threads/light.svg b/src/content/img/icon/threads/light.svg new file mode 100644 index 0000000..01e6383 --- /dev/null +++ b/src/content/img/icon/threads/light.svg @@ -0,0 +1,27 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d="M 5 7 H 15" + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d="M 5 12 H 19" + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d="M 5 17 H 19" + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |
