diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 08:55:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 08:55:35 -0300 |
commit | fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80 (patch) | |
tree | 1963c32ee4257b6ad12511949899ad06fe278856 /static/lock.svg | |
parent | default.nix: Don't start server on shellHook (diff) | |
download | euandre.org-fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80.tar.gz euandre.org-fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80.tar.xz |
Move images/ -> static/
Diffstat (limited to 'static/lock.svg')
-rw-r--r-- | static/lock.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/lock.svg b/static/lock.svg new file mode 100644 index 0000000..e8b33a2 --- /dev/null +++ b/static/lock.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg width="1792" height="1792" 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> |