diff options
author | EuAndreh <eu@euandre.org> | 2025-04-29 10:26:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-29 10:54:51 -0300 |
commit | 6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3 (patch) | |
tree | e3777cc612d7b1e8e9d2c2074cf0e3d6c666fa91 /src/content/img/lock | |
parent | Makefile: Support flac -> ogg conversion and torrent file generation (diff) | |
download | euandre.org-6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3.tar.gz euandre.org-6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3.tar.xz |
Diffstat (limited to 'src/content/img/lock')
-rw-r--r--[l---------] | src/content/img/lock/dark.svg | 7 | ||||
-rw-r--r-- | src/content/img/lock/light.svg | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/src/content/img/lock/dark.svg b/src/content/img/lock/dark.svg index 4d0de78..98a36bc 120000..100644 --- a/src/content/img/lock/dark.svg +++ b/src/content/img/lock/dark.svg @@ -1 +1,6 @@ -light.svg
\ No newline at end of file +<?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 + fill="white" + 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> diff --git a/src/content/img/lock/light.svg b/src/content/img/lock/light.svg index 1a4a18e..d449467 100644 --- a/src/content/img/lock/light.svg +++ b/src/content/img/lock/light.svg @@ -1,4 +1,6 @@ <?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" /> + <path + fill="black" + 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> |