diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-03 09:19:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-07 04:46:50 -0300 |
| commit | 6ca718aca59eac9f250badd26f9b118e705d0c20 (patch) | |
| tree | cd74733352a79303d23dd6029cabfaca2fafbc33 /src/content/img/lock.svg | |
| parent | src/static.conf ($discussions_url_prefix): Fix typo in address (diff) | |
| download | euandre.org-6ca718aca59eac9f250badd26f9b118e705d0c20.tar.gz euandre.org-6ca718aca59eac9f250badd26f9b118e705d0c20.tar.xz | |
m
Diffstat (limited to 'src/content/img/lock.svg')
| -rw-r--r-- | src/content/img/lock.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/content/img/lock.svg b/src/content/img/lock.svg new file mode 100644 index 0000000..faad538 --- /dev/null +++ b/src/content/img/lock.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="22" height="22" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> + <style> + svg { + fill: black; + } + @media (prefers-color-scheme: dark) { + svg { + fill: white; + } + } + </style> + <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> |
