summaryrefslogtreecommitdiff
path: root/static/src/icons/removefill.sh
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-12-09 22:16:48 -0600
committerTim Keller <tjk@tjkeller.xyz>2025-12-09 22:16:57 -0600
commit3e7fdfb6c8a50c59ac933f701526ad1815dded92 (patch)
treed2c699ff93e23d0fe45845a4c2dc05d820ec317b /static/src/icons/removefill.sh
parent39738b84e9164b0f2d01f22440548c4393160013 (diff)
downloadimmich-frame-3e7fdfb6c8a50c59ac933f701526ad1815dded92.tar.xz
immich-frame-3e7fdfb6c8a50c59ac933f701526ad1815dded92.zip
refactor codebase. Reorganize file structure. Replace webpack for vite. Setup setuptools for application. Move closer to distributable appv0.3.0
Diffstat (limited to 'static/src/icons/removefill.sh')
-rwxr-xr-xstatic/src/icons/removefill.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/static/src/icons/removefill.sh b/static/src/icons/removefill.sh
deleted file mode 100755
index 399e8e4..0000000
--- a/static/src/icons/removefill.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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