diff options
Diffstat (limited to 'src/content/img/icon/threads/dark.svg')
-rw-r--r-- | src/content/img/icon/threads/dark.svg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/content/img/icon/threads/dark.svg b/src/content/img/icon/threads/dark.svg new file mode 100644 index 0000000..32aad61 --- /dev/null +++ b/src/content/img/icon/threads/dark.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="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d="M 5 12 H 19" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d="M 5 17 H 19" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |