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/shield-bad/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/shield-bad/dark.svg')
-rw-r--r-- | src/content/img/icon/shield-bad/dark.svg | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/content/img/icon/shield-bad/dark.svg b/src/content/img/icon/shield-bad/dark.svg new file mode 100644 index 0000000..5498caf --- /dev/null +++ b/src/content/img/icon/shield-bad/dark.svg @@ -0,0 +1,36 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 10 9.00002 + L 12 11 + M 12 11 + L 14 13 + M 12 11 + L 14 9.00002 + M 12 11 + L 10 13 + M 11.7253 3.07852 + L 5.72528 4.7928 + C 5.29598 4.91546 5 5.30784 5 5.75432 + L 5 10.8538 + C 5 14.0834 6.55966 17.1141 9.18762 18.9912 + L 11.4188 20.5849 + C 11.7665 20.8332 12.2335 20.8332 12.5812 20.5849 + L 14.8124 18.9912 + C 17.4403 17.1141 19 14.0834 19 10.8538 + V 5.75432 + C 19 5.30784 18.704 4.91546 18.2747 4.7928 + L 12.2747 3.07852 + C 12.0952 3.02721 11.9048 3.02721 11.7253 3.07852 + Z + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |