diff options
author | EuAndreh <eu@euandre.org> | 2024-11-03 10:59:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-03 10:59:57 -0300 |
commit | 9d22e54ce6b4f10233345a75e8688a6d7206b29e (patch) | |
tree | 8e374bea364d537f65d7e272f0015dafa3fd84df /src/content/img/icon/needs-update/dark.svg | |
parent | Add aliases for missing icons (diff) | |
download | chat.papo.im-9d22e54ce6b4f10233345a75e8688a6d7206b29e.tar.gz chat.papo.im-9d22e54ce6b4f10233345a75e8688a6d7206b29e.tar.xz |
Generate dark variation of light SVG icons
for f in src/content/img/icon/*/light.svg; do
sed \
-e 's/white/WHITE/g' \
-e 's/black/white/g' \
-e 's/WHITE/black/g' \
< "$f" > "$(dirname "$f")"/dark.svg
done
Diffstat (limited to 'src/content/img/icon/needs-update/dark.svg')
-rw-r--r-- | src/content/img/icon/needs-update/dark.svg | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/content/img/icon/needs-update/dark.svg b/src/content/img/icon/needs-update/dark.svg new file mode 100644 index 0000000..064b401 --- /dev/null +++ b/src/content/img/icon/needs-update/dark.svg @@ -0,0 +1,38 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 18.4721 16.7023 + C 17.3398 18.2608 15.6831 19.3584 13.8064 19.7934 + C 11.9297 20.2284 9.95909 19.9716 8.25656 19.0701 + C 6.55404 18.1687 5.23397 16.6832 4.53889 14.8865 + C 3.84381 13.0898 3.82039 11.1027 4.47295 9.29011 + C 5.12551 7.47756 6.41021 5.96135 8.09103 5.02005 + C 9.77184 4.07875 11.7359 3.77558 13.6223 4.16623 + C 15.5087 4.55689 17.1908 5.61514 18.3596 7.14656 + C 19.5283 8.67797 20.1052 10.5797 19.9842 12.5023 + M 19.9842 12.5023 + L 21.4842 11.0023 + M 19.9842 12.5023 + L 18.4842 11.0023 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 12 8 + V 12 + L 15 15 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |