diff options
author | EuAndreh <eu@euandre.org> | 2025-03-27 15:52:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-28 17:12:30 -0300 |
commit | 2a031de47f1b109d1611b1fade19f15e71dcb0d7 (patch) | |
tree | 2d97c546c3e0c07d696796ff32914b6e88fb9d50 /src/content/img/link | |
parent | src/base.conf: Fix $discussions_url_prefix and $sourcecode_url variables (diff) | |
download | euandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.gz euandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.xz |
src/content/img/: Add light/dark icon variations
Diffstat (limited to 'src/content/img/link')
l--------- | src/content/img/link/dark.svg | 1 | ||||
-rw-r--r-- | src/content/img/link/light.svg | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/content/img/link/dark.svg b/src/content/img/link/dark.svg new file mode 120000 index 0000000..4d0de78 --- /dev/null +++ b/src/content/img/link/dark.svg @@ -0,0 +1 @@ +light.svg
\ No newline at end of file diff --git a/src/content/img/link/light.svg b/src/content/img/link/light.svg new file mode 100644 index 0000000..e5c7050 --- /dev/null +++ b/src/content/img/link/light.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="22" height="22" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" + d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" /> +</svg> |