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/lock | |
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/lock')
l--------- | src/content/img/lock/dark.svg | 1 | ||||
-rw-r--r-- | src/content/img/lock/light.svg | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/content/img/lock/dark.svg b/src/content/img/lock/dark.svg new file mode 120000 index 0000000..4d0de78 --- /dev/null +++ b/src/content/img/lock/dark.svg @@ -0,0 +1 @@ +light.svg
\ No newline at end of file diff --git a/src/content/img/lock/light.svg b/src/content/img/lock/light.svg new file mode 100644 index 0000000..1a4a18e --- /dev/null +++ b/src/content/img/lock/light.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="22" height="22" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <path d="M640 768h512v-192q0-106-75-181t-181-75-181 75-75 181v192zm832 96v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h32v-192q0-184 132-316t316-132 316 132 132 316v192h32q40 0 68 28t28 68z" /> +</svg> |