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/atom.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/atom.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/atom.svg b/static/atom.svg index 8d9a80b..37bace2 100644 --- a/static/atom.svg +++ b/static/atom.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> +<svg width="22" height="22" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z" fill="#EA990E" /> </svg> |