diff options
author | EuAndreh <eu@euandre.org> | 2025-03-27 15:52:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-28 17:12:30 -0300 |
commit | 2a031de47f1b109d1611b1fade19f15e71dcb0d7 (patch) | |
tree | 2d97c546c3e0c07d696796ff32914b6e88fb9d50 /src/content/img/atom/light.svg | |
parent | src/base.conf: Fix $discussions_url_prefix and $sourcecode_url variables (diff) | |
download | euandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.gz euandre.org-2a031de47f1b109d1611b1fade19f15e71dcb0d7.tar.xz |
src/content/img/: Add light/dark icon variations
Diffstat (limited to 'src/content/img/atom/light.svg')
-rw-r--r-- | src/content/img/atom/light.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/img/atom/light.svg b/src/content/img/atom/light.svg new file mode 100644 index 0000000..37bace2 --- /dev/null +++ b/src/content/img/atom/light.svg @@ -0,0 +1,5 @@ +<?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="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> |