diff options
Diffstat (limited to 'v2/src/content/img')
-rw-r--r--[l---------] | v2/src/content/img/envelope.svg | 5 | ||||
-rw-r--r--[l---------] | v2/src/content/img/link.svg | 6 | ||||
-rw-r--r--[l---------] | v2/src/content/img/lock.svg | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/v2/src/content/img/envelope.svg b/v2/src/content/img/envelope.svg index bd0c577..c2251f4 120000..100644 --- a/v2/src/content/img/envelope.svg +++ b/v2/src/content/img/envelope.svg @@ -1 +1,4 @@ -../../../../static/envelope.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 d="M1664 1504v-768q-32 36-69 66-268 206-426 338-51 43-83 67t-86.5 48.5-102.5 24.5h-2q-48 0-102.5-24.5t-86.5-48.5-83-67q-158-132-426-338-37-30-69-66v768q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm0-1051v-24.5l-.5-13-3-12.5-5.5-9-9-7.5-14-2.5h-1472q-13 0-22.5 9.5t-9.5 22.5q0 168 147 284 193 152 401 317 6 5 35 29.5t46 37.5 44.5 31.5 50.5 27.5 43 9h2q20 0 43-9t50.5-27.5 44.5-31.5 46-37.5 35-29.5q208-165 401-317 54-43 100.5-115.5t46.5-131.5zm128-37v1088q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1472q66 0 113 47t47 113z" /> +</svg> diff --git a/v2/src/content/img/link.svg b/v2/src/content/img/link.svg index bf69c40..e5c7050 120000..100644 --- a/v2/src/content/img/link.svg +++ b/v2/src/content/img/link.svg @@ -1 +1,5 @@ -../../../../static/link.svg
\ No newline at end of file +<?xml version="1.0" encoding="utf-8"?> +<svg width="22" height="22" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" + d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" /> +</svg> diff --git a/v2/src/content/img/lock.svg b/v2/src/content/img/lock.svg index f9a4f33..1a4a18e 120000..100644 --- a/v2/src/content/img/lock.svg +++ b/v2/src/content/img/lock.svg @@ -1 +1,4 @@ -../../../../static/lock.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 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> |