diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 09:15:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 09:15:09 -0300 |
commit | fe0d4233dac70051d6bae89200ede516e060830e (patch) | |
tree | 32db479ee8bd8679dd1a0966f8bba4d9e024e52e /static/link.svg | |
parent | styles.css: Don't set the background, use the default value (white) (diff) | |
download | euandre.org-fe0d4233dac70051d6bae89200ede516e060830e.tar.gz euandre.org-fe0d4233dac70051d6bae89200ede516e060830e.tar.xz |
static/*.svg: Set width and height to 22
Diffstat (limited to '')
-rw-r--r-- | static/link.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/link.svg b/static/link.svg index eab23a3..e5c7050 100644 --- a/static/link.svg +++ b/static/link.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<svg width="160" height="160" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<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> |