summaryrefslogtreecommitdiff
path: root/static/src/icons/removefill.sh
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-24 19:23:33 -0500
commitffa5ff333eabffe07394fb21bc413d7d238ee651 (patch)
tree007b506aca746fda9040ea4f0ffa8d6578e86f7e /static/src/icons/removefill.sh
parent09e9193b6be6e2eae7ffbfbfedd15ac22bab0022 (diff)
downloadimmich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.tar.xz
immich-frame-ffa5ff333eabffe07394fb21bc413d7d238ee651.zip
move all files to /static
Diffstat (limited to 'static/src/icons/removefill.sh')
-rwxr-xr-xstatic/src/icons/removefill.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/src/icons/removefill.sh b/static/src/icons/removefill.sh
new file mode 100755
index 0000000..399e8e4
--- /dev/null
+++ b/static/src/icons/removefill.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Google Material Icons -- complete default settings
+sed -Ei 's/ ?fill="#[0-9a-fA-F]{6}"//' *.svg
+for svg in *.svg; do
+ echo "import \"./icons/$svg\""
+done