diff options
author | EuAndreh <eu@euandre.org> | 2024-09-27 18:11:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-27 18:11:35 -0300 |
commit | 1bb151fd4073934af3307204005cca3c1dd83ce1 (patch) | |
tree | 683edbc05d4cac38f646c92a0727800778fd397a | |
parent | mv src/* src/content/* (diff) | |
download | papo.im-1bb151fd4073934af3307204005cca3c1dd83ce1.tar.gz papo.im-1bb151fd4073934af3307204005cca3c1dd83ce1.tar.xz |
src/content/img/lock.svg: Remove unused file
-rw-r--r-- | deps.mk | 1 | ||||
-rw-r--r-- | src/content/img/lock.svg | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -17,7 +17,6 @@ images.svg = \ src/content/img/envelope.svg \ src/content/img/favicon.svg \ src/content/img/link.svg \ - src/content/img/lock.svg \ src/content/img/logo.svg \ src/content/img/shield-light.svg \ diff --git a/src/content/img/lock.svg b/src/content/img/lock.svg deleted file mode 100644 index 1a4a18e..0000000 --- a/src/content/img/lock.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?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> |